.comment-box {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.comment-like {
    background: #F2F2F2;
    font-size: 0;
    line-height: 32px;
    border-radius: 16px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    padding: 0 13px;
    height: 32px;
}

.comment-like span {
    display: inline-block;
    vertical-align: middle;
}

.comment-like .icon {
    background: url('../images/button_Fabulous_grey.png') center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.comment-like .text {
    color: #707070;
    font-size: 12px;
    padding-left: 7px;
}

.comment-like.active .icon {
    background-image: url('../images/button_Fabulous_red.png');
}

.comment-like.active .text {
    color: #FC4948;
}

.comment-count {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.comment-main {
    padding-bottom: 20px;
    display: flex;
}

.comment-main dt {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.comment-main dt img {
    width: 60px;
    height: 60px;
    float: left;
}

.comment-main dd {
    flex: 1
}

#comment-txt-main {
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.comment-txt {
    resize: none;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 4px;
}

.comment-send {
    margin-top: 2px;
    height: 30px;
}

.comment-send .face {
    padding-left: 25px;
    cursor: pointer;
    display: block;
    float: left;
    background: url(../images/face.png) 0 center no-repeat;
    font-weight: normal;
    font-size: 14px;
    color: #727272;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.comment-send span {
    float: right;
    overflow: hidden;
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.comment-send span b {
    float: left;
    margin-right: 30px;
    background: url('../images/detail/notAgree.png') no-repeat left center;
    background-size: 20px 20px;
    color: #8C8C8C;
    font-size: 14px;
    padding-left: 22px;
    font-weight: normal;
}

.comment-send span b.agree {
    background: url('../images/detail/agree.png') no-repeat;
    background-size: 20px 20px;
}

.comment-send span a {
    display: block;
    float: right;
    width: 83px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    background: #F5484B;
    color: #fff;
    cursor: pointer;
    border-radius: 14px;
    font-size: 14px;
}

.comment-item {
    padding: 15px 0;
    border-bottom: 1px dotted #eaeaea;
    position: relative;
    display: flex;
}

.comment-item .god_comment {
    content: '';
    z-index: 1;
    position: absolute;
    right: 146px;
    top: 0;
    height: 40px;
    width: 40px;
    background: url('/public/images/niu.png') no-repeat center center /100% 100%;
}

.comment-item dt {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.comment-item dt img {
    width: 60px;
    height: 60px;
    float: left;
    cursor: default;
}

.comment-item dd {
    flex: 1;
}

.comment-item dd .comment_createtime {
    color: #8C8C8C;
    font-size: 12px;
    line-height: 16px;
    cursor: default;
}

.comment-item dd .comment-info {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
}

.comment-item dd .comment-info p {
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

.comment-item dd .comment-info p .two-name {
    color: #727272;
}

.comment-item dd .comment-info .msg_right {
    min-width: 88px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}

.comment-item dd .comment-info .msg_right i {
    background: url('../images/detail/notAgree.png') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 18px;
    color: #8C8C8C;
    margin-right: 15px;
    cursor: pointer;
}

.comment-item dd .comment-info .msg_right i.agree {
    background: url('../images/detail/agree.png') no-repeat left center;
    background-size: 16px 16px;
}

.comment-item dd .comment_getGem {
    background: url(/public/front/images/beach/diamond.png) no-repeat left center/16px 16px;
    color: #F55484;
    font-size: 14px;
    line-height: 16px;
    padding-left: 18px;
    margin-bottom: 10px;
    cursor: default;
}

.comment-item dd .reply-main {
    background: #F7F7F7;
    padding: 10px;
}

.comment-item dd .replyList {
    border-radius: 4px;
    display: flex;
    padding-bottom: 10px;
}

.comment-item dd .replyList .right-info {
    padding-left: 10px;
    flex: 1;
}

.comment-item dd .replyList .left-img {
    width: 37px;
    height: 37px;
}

.comment-item dd .replyList .left-img a {
    width: 37px;
    height: 37px;
}

.comment-item dd .replyList .left-img .user-img {
    width: 37px;
    height: 37px;
    cursor: default;
}

.comment-item dd .two-look-more {
    width: 100px;
    background: url('../images/detail/more.png') no-repeat right center;
    background-size: 16px 16px;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 24px;
    padding-left: 47px;
    cursor: pointer;
}

.comment-plan {
    display: block;
    padding-top: 10px;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    padding: 8px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}

.comment-header {
    overflow: hidden;
}

.comment-header a {
    cursor: default;
}

.comment-header strong {
    float: left;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    padding-right: 3px;
    line-height: 24px;
}

.comment-header span {
    float: right;
    color: #727272;
    font-size: 14px;
}

.comment-header .comment-medal {
    width: 16px;
    height: 19px;
    margin-top: 1px;
}

.comment-info {
    overflow: hidden;
    position: relative;
    color: #727272;
    font-size: 14px;
    cursor: default;
}

.comment-reply-subject {
    background: #f7f7f7 url(../images/reply-subject1.png) 30px 15px no-repeat;
    min-height: 50px;
    height: auto;
    overflow: hidden;
    padding-left: 90px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comment-reply-subject strong {
    display: block;
    text-decoration: underline;
    overflow: hidden;
    font-weight: normal;
    color: #595959;
}

.comment-reply-subject span {
    display: inline-block;
    width: 350px;
    background: url(../images/reply-subject2.png) right 0 no-repeat;
    min-height: 30px;
    color: #595959;
}

.comment-reply {
    width: 12px;
    height: 12px;
    font-weight: normal;
    cursor: pointer;
    background: url('../images/detail/common.png') no-repeat;
    background-size: 12px 12px;
    padding-left: 14px;
    color: #8C8C8C;
}

.face-list {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    width: 324px;
    position: absolute;
    top: -169px;
    left: -2px;
    z-index: 9;
    background: #fff;
}

.face-list li {
    width: 26px;
    height: 26px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.face-list li:hover {
    background: #ff2c3a;
}

.face-list li img {
    width: 22px;
    height: 22px;
    margin: 2px;
}

.first-load-more {
    width: 538px;
    height: 30px;
    line-height: 30px;
    background-color: #F0F0F0;;
    color: #000000;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 30px auto 10px;
    border-radius: 15px;
}

/* 黑豆box */
.get-gem-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.get-gem-cover .get-gem-box {
    width: 275px;
    height: 274px;
    background-color: #fff;
    border-radius: 10px;
}

.get-gem-box .gem-title {
    width: 275px;
    height: 76px;
    background: url('../images/detail/gem-title.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 76px;
    text-align: center;
}

.get-gem-box .gem-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.get-gem-box .gem-center span {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 50px;
    text-align: center;
}

.get-gem-box .gem-center .gem {
    width: 20px;
    height: 20px;
    background: url(/public/front/images/beach/diamond.png) no-repeat;
    background-size: 100% 100%;
}

.get-gem-box .gem-center button {
    width: 194px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    background-color: #FC4948;
    border: none;
    border-radius: 19px;
    line-height: 38px;
    text-align: center;
}
.swiper-for-ad-br {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 230px;
    height: 230px;
    z-index: 100;
    overflow: hidden;
}
.swiper-for-ad-br .swiper-slide .swiper-slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 5px;
    cursor: pointer;
}
.swiper-for-ad-br .swiper-slide .swiper-slide-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.swiper-for-ad-br .advertisement_tip_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    z-index: 2;
    border-radius: 50%;
    background: url("/public/front/images/close.png") no-repeat center center/100% 100%;
}
.swiper-for-ad-br .swiper-pagination32 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.swiper-for-ad-br .swiper-pagination32 .swiper-pagination-bullet-active {
    background: #ff3456;
}
