﻿#ViewContent>.top{
    box-shadow: 2.5px 4.33px 10px 0px rgba(213,225,239,0.5);
    background-color: #fff;
    padding: 25px;
    position: relative;
}
#ViewContent .top .recommend{
    width: 160px;
    height: 160px;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 170px;
    line-height: 1;
    margin-top: -21px;
    color: #FF9810;
}
#ViewContent .top .title{
    font-size: 18px;
}
#ViewContent .center{
    margin-top: 15px;
    overflow: hidden;
}
.details3{
    width: 100% !important;
}
#ViewContent .top .center>.item{
    width: 50%;
    float: left;
    font-size: 12px;
    color: #8F9EAD;
    margin-bottom: 15px;
}
#ViewContent .top .center>.item>.name{
    float: left;
}
#ViewContent .top .center>.item>.text{
    float: left;
    display: block;
    width: 415px;
}
#ViewContent .top .center>.item>.text a{
    color: #106EBE;
    display: inline;
}
    #ViewContent .top .center > .item > .text a:hover {
        text-decoration:underline;
    }
    #ViewContent .top .center > .item > .text span {
        margin-left: 5px;
    }
    #ViewContent .top .bottom {
        height: 25px;
    }
#ViewContent .top .bottom .item{
    float: left;
    color: #4D5257;
    margin-right: 20px;
}
#ViewContent .top .bottom .item>div{
    float: left;
    line-height: 25px;
    font-size: 12px;
}
#ViewContent .top .bottom .item>.iconfont{
    margin-right: 8px;
    color: #8B9AAA;
    font-size: 15px;
}
#ViewContent .top .bottom>.item.start .iconfont{
    color: #E1E4E6;
    margin: 0;
}
#ViewContent .top .bottom>.item.start .active{
    color: #FFD500;
}
#ViewContent #content{
    margin-top: 15px;
    min-height: 900px;
}
#ViewContent #content .topNav{
    padding-left: 25px;
    background-color: #fff;
}
#ViewContent #content .topNav.fixed{
    position: fixed;
    top: 0;
    width: 955px;
    z-index: 9;
}
#ViewContent #content .topNav ul{
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
}
#ViewContent #content .topNav ul>li{
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #2D2D2D;
    margin-right: 29px;
}
#ViewContent #content .topNav ul>li.active{
    position: relative;
    color: #106EBE;
}
#ViewContent #content .topNav ul>li.active:after{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #106EBE;
    position: absolute;
    bottom: 0;
    left: 0;
}
#ViewContent #content .content{
    background: #fff;
    padding-top: 25px;
}
#ViewContent #content .topNav.fixed~.content{
    padding-top: 84px;
}
#ViewContent #content .content ul{
    overflow: hidden;
    padding: 0 25px;
}
#ViewContent #content .content ul>li{
    margin-bottom: 45px;
}
#ViewContent #content .content ul>li>.Title{
    line-height: 35px;
    font-size: 18px;
    color: #2D2C2C;
    position: relative;
    padding-left: 12px;
    font-weight: bold;
}
#ViewContent #content .content ul>li>.Title:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 18px;
    background-color: #106EBE;
    top: 50%;
    left: 0;
    margin-top: -9px;
}
#ViewContent #content .content ul>li>.text{
    margin-top: 20px;
    font-size: 14px;
    color: #2D2C2C;
}
#ViewContent #content .content ul>li.enclosure>.text{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #2D2C2C;
}
#ViewContent #content .content ul>li.enclosure>.text img{
    max-height: 100%;
    display: block;
    float: left;
    margin-right: 10px;
}
#ViewContent #content .content ul>li.enclosure>.text span{
    color: #106EBE;
    margin-left: 6px;
    cursor: pointer;
}
#ViewContent #content .content ul>li.enclosure>.text a{
    color: #106EBE;
    margin-left: 6px;
}
#ViewContent #content .content>.bottom{
    height: 36px;
    border-top: 1px solid #E6EDF5;
    padding: 22px 25px;
}
#ViewContent #content .content>.bottom .bottom_left{
    float: left;
}
#ViewContent #content .content>.bottom .bottom_right{
    float: right;
}
#ViewContent #content .content>.bottom .btn{
    float: left;
    line-height: 34px;
    border: 1px solid #ced8e3;
    width: 90px;
    text-align: center;
    font-size: 12px;
    color: #4D5257;
    margin-left: 10px;
    border-radius: 2px;
    cursor: pointer;
}
#ViewContent #content .content>.bottom .btn:first-child{
    margin: 0;
}
#ViewContent #content .content>.bottom .btn:not(.active):hover{
    border-color:#106EBE;
    background-color: #106EBE;
    color: #fff;
}
#ViewContent #content .content>.bottom .btn>span.iconfont{
    color: #8B9AAA;
    margin-right: 6px;
}
#ViewContent #content .content>.bottom .btn:not(.active):hover>span.iconfont{
    color: #fff;
}
#ViewContent #content .content>.bottom .btn.active>span.iconfont{
    color: #106EBE;
}
/*分享*/
#share{
    float: left;
    margin-left: 10px;
    padding: 4px 0;
}
/*方法评论*/
#ViewContent #content .comment{
    margin-top: 15px;
    background-color: #fff;
}
#ViewContent #content .comment .comment_top{
    padding: 20px 25px;
    border-bottom: 1px solid #E6EDF5;
}
#ViewContent #content .comment .comment_top .Title{
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #2D2C2C;
    position: relative;
    padding-left: 12px;
    font-weight: bold;
}
#ViewContent #content .comment .comment_top .Title:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 18px;
    background-color: #106EBE;
    top: 50%;
    left: 0;
    margin-top: -9px;
}
#ViewContent #content .comment .comment_form{
    margin-top: 14px;
}
#ViewContent #content .comment .comment_form textarea{
    width: 912px;
    height: 84px;
    padding: 8px 10px;
    outline: none;
    background: #F5FAFF;
    border: 1px solid #ced8e3;
    border-radius: 2px;
    display: block;
    resize: none;
}
#ViewContent #content .comment .comment_form>div{
    margin-top: 13px;
    height: 35px;
}
#ViewContent #content .comment .comment_form>div>.start{
    float: left;
    line-height: 35px;
    color: #2D2C2C;
    font-size: 14px;
}
#ViewContent #content .comment .comment_form>div>.start>.text{
    color: #2D2C2C;
    font-size: 14px;
    float: left;
}
#ViewContent #content .comment .comment_form>div>.start>.starRating{
    float: left;
    line-height: 39px;
    margin-left: 10px;
}
#ViewContent #content .comment .comment_form>div>.start>.starRating>span{
    display: inline-block;
    position: relative;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#ViewContent #content .comment .comment_form>div>.start>.starRating>span i{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    color: #E1E4E6;
}
#ViewContent #content .comment .comment_form>div>.start>.starRating>span i.high{
    color: #FFD500;
}
#commentBtn{
    float: right;
    width: 100px;
    height: 33px;
    background: #F5FAFF;
    line-height: 33px;
    border: 1px solid #ced8e3;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
#ViewContent #content .comment .commentList{
    padding: 20px 25px;
}
#ViewContent #content .comment .commentList .title{
    font-size: 14px;
    color: #2D2C2C;
    line-height: 22px;
}
#ViewContent #content .comment .commentList>ul>li{
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
}
#ViewContent #content .comment .commentList>ul>li>.headImg{
    width: 61px;
    height: 61px;
    border-radius: 100%;
    float: left;
    overflow:hidden;
}
#ViewContent #content .comment .commentList>ul>li>.headImg img{
    max-width: 100%;
}
#ViewContent #content .comment .commentList>ul>li>.text_right{
    float: right;
    width: 852px;
}
#ViewContent #content .comment .commentList .comment_content>.top{
    overflow: hidden;
}
#ViewContent #content .comment .commentList .comment_content>.top>.title{
    float: left;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
#ViewContent #content .comment .commentList .comment_content>.top>.start{
    float: right;
    font-size: 16px;
    color: #E1E4E6;
    line-height: 18px;
}
#ViewContent #content .comment .commentList .comment_content>.top>.start span{
    margin: 0 2px;
}
#ViewContent #content .comment .commentList .comment_content>.top>.start .active{
    color: #FFD500;
}
#ViewContent #content .comment .commentList .comment_content>.text{
    font-size: 14px;
    color: #616161;
    line-height: 18px;
    margin-top: 15px;
}
#ViewContent #content .comment .commentList .comment_content>.bottom{
    margin-top: 14px;
    overflow: hidden;
}
#ViewContent #content .comment .commentList .comment_content>.bottom>.date{
    float: left;
    font-size: 12px;
    color: #A8A8A8;
    line-height: 18px;
}
#ViewContent #content .comment .commentList .comment_content>.bottom>.message{
    float: right;
    font-size: 18px;
    color: #A8A8A8;
    cursor: pointer;
}
#ViewContent #content .comment .commentList .comment_content>.bottom>.message.active{
    color: #106EBE;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop{
    margin-top: 10px;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li{
    overflow: hidden;
    background-color: #F5FAFF;
    padding: 17px 15px;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li:first-child{
    margin-top: 0;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li>.headImg{
    width: 40px;
    height: 40px;
    float: left;
    border-radius:100%;
    overflow:hidden;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right{
    float: right;
    width: 770px;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right .top{
    line-height: 18px;
    overflow: hidden;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right .top .name{
    font-size: 14px;
    font-weight: bold;
    color: #2D2C2C;
    display: block;
    float: left;
    margin-right: 4px;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right .top .iconfont{
    font-size: 35px;
    line-height: 18px;
    color: #106EBE;
    display: block;
    float: left;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right .top .date{
    font-size: 12px;
    line-height: 18px;
    color: #A8A8A8;
    display: block;
    float: left;
    margin-left: 12px;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right>.bottom{
    margin-top: 10px;
    overflow: hidden;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right>.bottom>.text{
    font-size: 14px;
    color: #616161;
    display: block;
    float: left;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right>.bottom>.text>span{
    margin-right: 15px;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right>.bottom>.text span a{
    font-size: 14px;
    font-weight: bold;
    color: #2D2C2C;
    margin: 0 6px;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right>.bottom>.message{
    float: right;
    font-size: 18px;
    color: #A8A8A8;
    cursor: pointer;
}
#ViewContent #content .comment .commentList>ul>li>.text_right .commentDrop>ul>li .text_right>.bottom>.message.active{
    color: #106EBE;
}
#ViewContent #content .comment .commentList>ul>li a:hover{
    color: #106EBE !important;
}
#ViewContent #content .comment .commentList .page_div{
    text-align: right;
}
.replybox{
    margin-top: 8px;
}
.replybox .mytextarea{
    padding:8px 13px;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #ced8e3;
    border-radius: 2px;
    outline: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.replybox .btn{
    margin-top: 13px;
    overflow: hidden;
    text-align: right;
}
.replybox .btn>div{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 2px;
    border: 1px solid #ced8e3;
    color: #ced8e3;
    cursor: pointer;
}
.replybox .btn>div.send{
    border: 1px solid #106EBE;
    background-color: #106EBE;
    color: #fff;
}

.text_btn {
    display: inline-block;
    padding: 3px 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
}

    .text_btn:hover {
        background-color: #106EBE;
        border-color: #106EBE;
        color: #ffffff;
    }