em,i{
    font-style: normal;
}
body{
    background: #f8f8f8;
}
.cmt-warp{
    width: 1000px;
    margin: auto;
}
/*提示*/
.tip-warning{
    background: #FFFAEE;
    border-color: #FA0;
    color: #333;
    padding: 5px 10px;
    text-align: justify;
    border: 1px solid #ff8801;
    line-height: 22px;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}
/*导航*/
.tab-outer{
    height: 84px;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 5px;
}
.tab-outer .tab-dest{
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
}
.tab-outer .tab-dest ul{
    height: 46px;
    position: relative;
    background: #fff;
    z-index: 3;
}
.tab-outer .tab-dest ul li {
    float: left;
    height: 44px;
    line-height: 44px;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.tab-outer .tab-dest ul li a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    text-decoration: none;
}
.tab-outer .tab-dest ul li a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0;
    height: 26px;
    display: inline-block;
    border-right: 1px solid #ddd;
}
.tab-outer .tab-dest ul li a.active::after{
    display: none;
}
.tab-outer .tab-dest ul li a.active {
    background: #e38;
    color: #fff;
    border: 1px solid #e38;
    line-height: 42px;
    margin: -1px 0 0 -1px;
}
/*评论*/
.comment{
    background: #fff;
    padding-bottom: 30px;
}
.comment .cmt-title{
    height: 0;
    border-bottom: 1px solid #ddd;
    padding-top: 52px;
    margin: 0 20px 51px 20px;
    text-align: center;
}
.comment .cmt-title em{
    top: -22px;
    height: 44px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}
.comment .cmt-title em i{
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    margin-right: 10px;
    background: url('/site_theme/vlab/blue/comment/img/comment-title-icon-cdc56c1219542e6ea3a8f4ea6de02037.png') no-repeat;
}
.comment .cmt-title em b{
    display: inline-block;
    font-weight: bold;
    color: #666;
    font-size: 22px;
    line-height: 44px;
    vertical-align: top;
    font-style: normal;
}


.comment .statistic-title{
    height: 0;
    border-bottom: 1px solid #ddd;
    padding-top: 52px;
    margin: 0 20px 51px 20px;
    text-align: center;
}
.comment .statistic-title em{
    top: -22px;
    height: 44px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}
.comment .statistic-title em i{
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    margin-right: 10px;

    background-image: url(/site_theme/vlab/blue/comment/img/sprite_z-a06962b40a29aeda51f3de9106e9b655.png);
    background-position: -46px -68px;
}
.comment .statistic-title em b{
    display: inline-block;
    font-weight: bold;
    color: #666;
    font-size: 22px;
    line-height: 44px;
    vertical-align: top;
    font-style: normal;
}




.comment .cmt-content{
    padding: 0 5px;
    margin-top: 15px;
    color: #666;
}
.comment .cmt-content .cmt-summary{
    margin-top: 20px;
}
.comment .cmt-content .cmt-summary .cmt-count{
    width: 155px;
    display: block;
    padding-top: 5px;
    float: left;
    text-align: center;
}
.comment .cmt-content .cmt-summary .cmt-count .cmt-count-score{
    color: #2da2e2;
    font-size: 20px;
    font-style: normal;
}
.comment .cmt-content .cmt-summary .cmt-count .cmt-count-score b {
    font-size: 44px;
    font-weight: normal;
}
.comment .cmt-content .cmt-summary .cmt-count em {
    display: block;
    color: #999;
    font-size: 12px;
    font-style: normal;
}
.comment .cmt-content .cmt-summary ul {
    width: 240px;
    float: left;
    padding-left: 45px;
}
.comment .cmt-content .cmt-summary ul li {
    position: relative;
    padding-top: 8px;
    height: 16px;
    padding-left: 80px;
    line-height: 24px;
}
.comment .cmt-content .cmt-summary .comcount {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    font-size: 12px;
}
.comment .cmt-content .cmt-summary ul em {
    color: #666;
}
.comment .cmt-content .cmt-summary .comlevel {
    display: block;
    height: 8px;
    background: #efefef;
    margin-left: 24px;
}
.comment .cmt-content .cmt-summary .comlevel i{
    display: block;
    height: 8px;
    background: #2da2e2;
    font-size: 0;
}
.comment .cmt-content .cmt-summary .btns{
    width: 220px;
    float: right;
    margin-top: 35px;
    font-size: 14px;
    margin-right: 15px;
}
.comment .cmt-content .cmt-summary .btns button{
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #0582c6;
    color: #fff;
    font-size: 19px;
}
.comment .cmt-content .cmt-summary .btns button:hover{
    background: #2da2e2;
    text-decoration: none;
    color: #fff;
}
.comment .cmt-content .cmt-tab-title{
    height: 38px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 25px;
    color: #333;
    font-size: 14px;
    background: #f6f6f6;
}
.comment .cmt-content .cmt-tab-title span{
    display: block;
    padding: 0 15px;
    border-right: 1px solid #e4e4e4;
    color: #333;
    border-top: 2px solid #2da2e2;
    height: 37px;
    width: 150px;
    text-align: center;
    line-height: 36px;
    background: #fff;
    color: #000;
    font-weight: bold;
}
.comment .cmt-content .cmt-list{
    padding: 0 10px;
    min-height: 200px;
}
.comment .cmt-content .cmt-list .cmt-item{
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}
.comment .cmt-content .cmt-list .cmt-item .item-info{
    height: 26px;
    line-height: 26px;
    color: #999;
    font-size: 12px;
}
.comment .cmt-content .cmt-list .cmt-item .item-info .item-score{
    height: 26px;
    overflow: hidden;
}
.comment .cmt-content .cmt-list .cmt-item .item-info .item-score .ufeed-level{
    display: inline-block;
    background: url('/site_theme/vlab/blue/comment/img/comment-content-icon-85e1f717dd56f9b15828bf96d0dfb74a.png') no-repeat;
    width: 70px;
    height: 12px;
    line-height: 0;
    vertical-align: baseline;
    background-position: -4px -1px;
}
.comment .cmt-content .cmt-list .cmt-item .item-info .item-score .ufeed-level i{
    display: inline-block;
    background: url('/site_theme/vlab/blue/comment/img/comment-content-icon-85e1f717dd56f9b15828bf96d0dfb74a.png') no-repeat;
    height: 12px;
    background-position: -4px -20px;
}
.comment .cmt-content .cmt-list .cmt-item .item-info .item-score .ufeed-item{
    padding-left: 10px;
    line-height: 26px;
    color: #999;
}
.comment .cmt-content .cmt-list .cmt-item .item-content{
    position: relative;
    margin-top: 10px;
    _height: 65px;
    max-height: 65px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com{
    padding-bottom: 5px;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 12px;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com a{
    color: #999;
    text-decoration: none;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com a .iconcom{
    width: 15px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: url('/site_theme/vlab/blue/comment/img/comment-content-com-1a3eba5b36e4b1bcc4b84a77b085b661.png') no-repeat;
    background-position: -3px -4px;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com p em{
    padding: 0 5px 0 20px;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com .docm:hover{
    color: #0582c6;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com .docm:hover i{
    background-position: -3px -22px;
}
.comment .cmt-content .cmt-list .cmt-answer{
    position: relative;
    background: #f9f9f9;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #ddd;
    display: none;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-form{
    position: relative;
    padding: 5px 100px 5px 0;
    font-size: 12px;
    display: none;
}
.comment .cmt-content .cmt-list .cmt-answer .icon-angle{
    position: absolute;
    top: -8px;
    right: 5px;
    width: 24px;
    height: 8px;
    background: url('/site_theme/vlab/blue/comment/img/comment-content-angle-eeb4b4fb66d4200af864700ff9cf5b0c.png') no-repeat;
    background-position: -2px -1px;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-form .cmt-answer-submit{
    position: absolute;
    right: 0;
    bottom: 7px;
    background: #0582c6;
    display: inline-block;
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 0;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-form textarea{
    width: 100%;
    line-height: 28px;
    height: 28px;
    padding: 0px 8px;
    color: #666;
    border: 1px solid #ccc;
    resize: none;
    height: 30px;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-list{
    color: #333;
    font-size: 12px;
    display: none;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-list li{
    padding: 6px 0;
    overflow: hidden;
    line-height: 20px;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-list li em{
    float: right;
    color: #999;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-list li p{
    padding-right: 80px;
}
.comment .cmt-content .cmt-list .cmt-answer .cmt-answer-list li p span{
    color: #999;
}

.comment .cmt-content .cmt-paging{
    clear: both;
    margin: 10px 0;
    height: 26px;
    overflow: hidden;
    text-align: right;
    line-height: 26px;
    font-size: 12px;
    margin-right: 10px;
}
.comment .cmt-content .cmt-paging .pagebox a{
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    font-size: 12px;
    vertical-align: top;
    background: #fff;
    color: #666;
    text-decoration: none;
}
.comment .cmt-content .cmt-paging .pagebox a.active{
    font-weight: bold;
    color: #fff;
    border: 1px solid #2da2e2;
    background: #2da2e2;
}
.comment .cmt-content .cmt-paging .pagebox a.disabled{
    cursor: not-allowed;
    pointer-events:none;
}
.comment .cmt-content .cmt-paging .pagebox .prevpage .icon,
.comment .cmt-content .cmt-paging .pagebox .nextpage .icon{
    position: relative;
    top: 7px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    border-style: solid;
    _border-style: dashed;
    border-color: transparent;
}
.comment .cmt-content .cmt-paging .pagebox .prevpage .icon{
    float: left;
    margin-right: 4px;
    _border-right-style: solid;
    border-left-width: 0;
    border-right-color: #999;
}
.comment .cmt-content .cmt-paging .pagebox .nextpage .icon{
    float: right;
    margin-left: 4px;
    _border-left-style: solid;
    border-right-width: 0;
    border-left-color: #999;
}
.comment .cmt-layer{
    position: fixed;
    width: 550px;
    height: 450px;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -275px;
    z-index: 999;
    background: #Fff;
    border: 10px solid rgba(0,0,0,.3);
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    display: none;
}
.comment .cmt-layer ul li{
    margin-bottom: 5px;
}
.comment .cmt-layer ul li label{
    display: inline-block;
    vertical-align: middle;
}
.comment .cmt-layer ul li .star{
    display: inline-block;
    vertical-align: sub;
}
.comment .cmt-layer .close{
    cursor: pointer;
    position: absolute;
    top: -44px;
    right: -44px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    padding-top: 35px;
    padding-right: 34px;
    text-align: center;
    line-height: 44px;
    font-size: 27px;
    color: #fff;
    box-sizing: content-box;
    opacity: 1;
}
.comment .cmt-layer textarea{
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    max-height: 246px;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.comment .cmt-layer .btn{
    cursor: pointer;
    float: right;
    width: 90px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    background: #0582c6;
    color: #fff;
}
.comment .cmt-layer .btn.disabled{
    opacity: .5;
    cursor: not-allowed!important;
}

.comment .cmt-placeholder{
    text-align: center;
    height: 380px;
    margin-top: 116px;
}
.comment .cmt-placeholder .btns{
    display: inline-block;
    width: 220px;
    margin-top: 35px;
    font-size: 14px;
}
.comment .cmt-placeholder .btns button{
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #0582c6;
    color: #fff;
    font-size: 19px;
}
.comment .star{
	width:150px !important;
}
.comment .star img{
    display: inline-block;
    width: 16px;
    height: 16px;
}

.tab-fixed{
    position: fixed;
    height: 46px;
    top: 0;
    margin-top: 0;
    width: 1000px;
    border-bottom: #ddd solid 1px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}
.tab-fixed .tab-dest{
    padding-top: 0;
}
/*点赞*/
.comment .cmt-content .cmt-list .cmt-item .item-info-com a .iconzan{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: sub;
    background: url('/site_theme/vlab/blue/comment/img/zan-06bb092aac10ab9f387ef75c667420af.png') no-repeat;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com a .iconzan.active{
    background: url('/site_theme/vlab/blue/comment/img/zan-a-e62b0310a8fc83f5320e28b712d76286.png') no-repeat;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com .zan:hover,
.comment .cmt-content .cmt-list .cmt-item .item-info-com .zan.active{
    color: #f60;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com .zan:hover i{
    background: url('/site_theme/vlab/blue/comment/img/zan-a-e62b0310a8fc83f5320e28b712d76286.png') no-repeat;
}
/*删除*/
.comment .cmt-content .cmt-list .cmt-item .item-info-com a.del{
    margin-left: 15px;
}
.cmt-answer-list li a.del{
    margin-left: 15px;
    color:#999;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com a .icondel ,
.cmt-answer-list li a .icondel{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: sub;
    background: url('/site_theme/vlab/blue/comment/img/delete-a-39197b6c92e619ba7261c539e5cbba4e.png') 4px 1px no-repeat ;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com a .iconstick ,
.cmt-answer-list li a .iconstick{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: sub;
    background: url('/site_theme/vlab/blue/comment/img/comment-top-f963afb5a6f931e55c080c127582a007.png') center -2px no-repeat ;
}

.comment .cmt-content .cmt-list .cmt-item .item-info-com .del:hover,
.comment .cmt-content .cmt-list .cmt-item .item-info-com .del.active,
.cmt-answer-list li .del:hover{
    color: #ff0000;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com .del:hover i,
.cmt-answer-list li .del:hover i{
    background: url('/site_theme/vlab/blue/comment/img/delete-a-39197b6c92e619ba7261c539e5cbba4e.png') 4px -20px no-repeat;
}
.comment .cmt-content .cmt-list .cmt-item .item-info-com .stick:hover i,
.cmt-answer-list li .stick:hover i{
    background-position: center -22px;
}

