﻿ 
.wrapper__detail .content__box2 {
    min-height: 468px;
}

.wrapper__detail .content__box--logo .swiper-slide {
    width: auto;
}

.content__box--txt a {
    color: #52b8cc;
}

.content__box {
    background-color: #fff;
    
}

.wrapper__detail .content__box--logo .swiper1-next {
    background: url(/Main/images-new/detail_icon12.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}



.zzjsa {
    font-size: 18px;
    line-height: 36px;
    padding: 10px 6px;
    margin-top: 40px
}

#dr_comment_list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #dr_comment_list .ds-post-self {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #dr_comment_list .ds-post {
        margin-bottom: 10px;
        padding: 10px 10px;
        border-bottom: 1px dashed #dedede
    }

    #dr_comment_list .ds-avatar img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 18px;
    }

    #dr_comment_list .ds-comment-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #dr_comment_list .ds-user-name {
        display: inline-block;
        color: #121212;
        font-size: 14px;
        margin-right: 8px;
        line-height: 1;
        height: 30px;
    }

    #dr_comment_list .ds-time {
        color: #a8a8a8;
        font-size: 14px;
        line-height: 20px;
    }

    #dr_comment_list .ds-comment-body {
        width: 750px;
        flex: 1;
    }

    #dr_comment_list p {
        margin-top: 12px;
        overflow: hidden;
    }

    #dr_comment_list .vote .ds-post-btn {
        display: inline-block;
        margin-left: 35px;
        color: #a8a8a8;
        cursor: pointer;
    }

        #dr_comment_list .vote .ds-post-btn:hover {
            color: #f13b03;
        }

 
