.left {
    float: left;
}

.right {
    float: right
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.comment {
    padding: 0 16px 25px 15px;
    background: #fff
}

.title h2 {
    font-size: 15px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 55px;
}

.title p {
    font-size: 13px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 55px;
}

.comment-box textarea {
    width: 100%;
    height: 92px;
    padding: 5px 10px;
    border: 1px solid rgba(211, 211, 211, 1);
    box-sizing: border-box
}

.comment-box textarea::placeholder {
    font-size: 13px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(189, 189, 189, 1);
}

.publish {
    display: block;
    border: 1px solid transparent;
    outline: none;
    width: 74px;
    height: 24px;
    font-size: 13px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    background: #FFA749
}

.hot {
    margin-top: 6px
}

.hot-title {
    border-bottom: 1px solid #f7f7f7
}

.hot-title h2 {
    position: relative;
    font-size: 15px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(116, 116, 116, 1);
    line-height: 41px;
}

.hot-title h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 63px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #FFA749
}

.avatar {
    width: 55px;
    height: 55px;
}

.avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.nickname {
    font-size: 12px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(116, 116, 116, 1);
    line-height: 24px
}

.question {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 30px
}

.comment-wrap {
    margin-top: 20px
}

.comment-detail {
    width: 700px;
    margin-left: 10px;
}

.nocomment {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(116, 116, 116, 1);
    line-height: 30px;
}

.morecomment, .nocomment {
    cursor: pointer;
    margin: 42px auto 0;
    width: 88%;
    border: 1px solid #BFBFBF;
    text-align: center;
    user-select: none;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: #BFBFBF;
    line-height: 30px;
}

.replies {
    background: #f6f6f6;
    padding: 20px;
    font-size: 16px
}

.replies span {
    font-size: 16px
}

.replyname {
    color: #547fb5
}

.comment-footer {
    margin-left: 65px;
}

.comment-footer span {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(116, 116, 116, 1);
    line-height: 20px;
}

.footer-l, .footer-r {
    margin-top: 10px
}

.zan-box, .zan, .replynum-box, .replynum {
    float: left
}

.img-box {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 10px;
}

.img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.totalnum {
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    color: #547fb5
}

.totalnum span {
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    color: #547fb5
}

.mc_reply {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999
}

.mc_r_content {
    width: 650px;
    /* height: 560px; */
    padding: 40px 0 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box
}

.mc_r_title {
    position: relative;
    text-align: center
}

.mc_r_title h1 {
    font-size: 24px;
    color: #1f2328;
    letter-spacing: 10px;
    font-weight: 700
}

.close {
    user-select: none;
    font-size: 18px;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 40px;
    top: 50%;
    color: #787878;
    transform: translateY(-50%);
}

.mc_publish {
    display: block;
    border: 1px solid transparent;
    outline: none;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    background: #FFA749
}

.mc_r_textarea {
    width: 90%;
    margin: 40px auto 0
}

.mc_r_textarea textarea {
    width: 100%;
    height: 270px;
    background: #e7e7e7;
    padding: 5px 10px;
    border: 1px solid rgba(211, 211, 211, 1);
    box-sizing: border-box
}

#alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    max-width: 600px;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.login-box, .register-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999
}

.login-content, .register-content {
    width: 600px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
}

.lg-title {
    margin: 0 auto 40px;
    width: 500px;
    height: 60px;
    background: #f0f0f0;
    border-radius: 50px;
}

.lg-title span {
    display: inline-block;
    width: 49%;
    text-align: center;
    color: #6C6C6C;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 60px;
}

.lg-title span.select {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 1px 3px 0px rgba(4, 0, 0, 0.48);
    color: rgba(255, 148, 34, 1);
}

.rg-title {
    margin: 0 auto 40px;
    width: 245px;
    border-radius: 50px;
    box-shadow: 0px 1px 3px 0px rgba(4, 0, 0, 0.48);
    color: rgba(255, 148, 34, 1);
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 60px;
}

.tab {
    display: none
}

.active {
    display: block
}

.login-content img, .register-content img {
    vertical-align: middle;
    height: 100%;
    margin: 0 auto;
}

/* .icon-phone {
    width: 0.3467rem;
    height: 0.56rem;
} */

.icon-phone, .icon-yanzheng, .icon-pwd {
    width: 42px;
    height: 40px;
}

.tab>div, .rg-content>div {
    width: 500px;
    margin: 0 auto 40px;
    box-sizing: border-box;
}

.input-box {
    position: relative;
    width: 85%;
    border-bottom: 1px solid #d4d4d4;
}

.tab input, .rg-content input {
    width: 360px;
    font-size: 13px;
    padding-left: 40px;
    line-height: 60px;
}

.icon-box {
    text-align: center;
    margin-right: 10px
}

.icon-box span {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.lg-close, .rg-close {
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 43px;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.y-submit, .p-submit, .r-submit {
    cursor: pointer;
    display: block;
    margin: 60px auto 50px;
    border: 1px solid transparent;
    outline: none;
    width: 250px;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 147, 32, 1), rgba(255, 167, 73, 1));
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border-radius: 50px;
}

.go-lg, .go-rg {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(111, 111, 111, 1);
}

.get-y, .get-ry {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 148, 34, 1);
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.hot-title p {
    position: relative;
    font-size: 15px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(116, 116, 116, 1);
    line-height: 41px;
}

.hot-title p::after {
    content: "";
    display: block;
    position: absolute;
    width: 63px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #FFA749;
}

.title p:first-child {
    font-size: 15px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 55px;
}