@charset "utf-8";

/* CSS Document */

.top-content {
    min-width: 100%!important;
    /*background:url("//cj.expreview.com/exp_new/static/exp5/images/bgm.jpg") no-repeat top center;*/
}


/*body { 
    background-image: linear-gradient(to bottom, #f2f5f7 7.7%, #fff 12%, #fff 100%)!important;
}
*/


/*  文章详情页头部背景图*/

.featured-image {
    display: block;
    min-height: 535px;
    /*min-width: 1288px;*/
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*    background: #223640;*/
}

.featured {
    position: absolute;
    /* left: 17%; */
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 1288px;
    margin: 0 auto;
    padding-top: 100px;
    z-index: 1;
}

.blocks {
    background: url(//cj.expreview.com/exp_new/static/exp5/images/t590.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.featured h1 {
    color: #fff;
    font-size: 60px;
    line-height: 165%;
    text-shadow: 1px 1px 5px #333;
    margin: 30px 90px 70px 0;
    letter-spacing: 1px;
    display: none;
}

.edit.clearfix {
    display: none;
}

.featured .tag span {
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 13px;
    border: 1px solid #ffffff16;
    margin-left: 13px;
    border-radius: 20px;
    opacity: 0.88;
}

.featured .tag span:hover {
    background: #a98203!important;
    opacity: 1;
}

.featured .tag span:nth-child(1) {
    margin-left: 0px;
}

.featured .edit img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.featured .edit h5 {
    color: #ddd;
    float: left;
    line-height: 28px;
    margin-left: 12px;
    font-weight: 100;
    margin-top: 2px;
}

.featured .edit h5 a {
    margin-right: 5px;
}

.featured .share {
    /* margin-top:85px; */
    display: none;
}

.featured .share li {
    float: left;
    /* margin-left: 64px; */
    margin: 1px auto;
}

.featured .share li:nth-child(1) {
    margin-left: 0;
}

.featured .share .fx {
    position: relative;
}

.share {
    /* margin-top:57px; */
    /* padding: 5px 0px 15px 0px; */
    /* height: 32px; */
    /* line-height: 42px; */
    width: 40px;
    z-index: 99;
    position: fixed;
    /* border-radius: 4px; */
    /* transform: rotate(90deg); */
    /* background: #ccc; */
    /* border: 1px solid; */
    top: 238px;
    right: 10px;
    text-align: unset;
}

.share .fx #qrcode {
    width: 126px!important;
    height: 100px!important;
    display: none;
    position: absolute;
    top: 50px;
    /* left: 0px; */
    left: -116px;
    padding: 20px 16px 30px 16px;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    z-index: 999;
}

.boFx .fx #qrcodeTWO {
    width: 126px!important;
    height: 100px!important;
    display: none;
    position: absolute;
    top: -180px;
    left: 0px;
    padding: 20px 16px 30px 16px;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
}

.fx p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*.share .fx #qrcodeTWO p{
    font-size:12px;
    margin-top:10px;
    margin-bottom: 10px;
}*/

.share .fx .tc {
    display: none;
}


/*.featured .share .fx .tc{
    display:none;
    position:absolute;
    top:-140px;
    left:0px;
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/dj.png);
    background-repeat: no-repeat;
    background-position:10px bottom;
    padding-bottom:4px;

}
.featured .share .fx .tc img{
    width:118px;
    height:118px;
    border:6px solid #fff;
}*/

.featured .share .sc {
    cursor: pointer;
    height: 32px;
    width: 32px;
    /*background-image: url(//cj.expreview.com/exp_new/static/exp5/images/sc.png);*/
    background-repeat: no-repeat;
    background-position: center center;
}


/*文章详情页头部背景图  END*/


/*非评测文章头部*/


/* .featured-image-f{
    
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height:510px;
   min-width: 1288px;
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/b504.jpg);
} */

.featured-image-f {
    position: relative;
    width: 100%;
    height: 470px;
    /* background-color: #564206; */
    /* border-radius: 50%; */
    overflow: hidden;
    /* background-size: cover; */
    /* min-height: 500px; */
}

.featured-image-f:before,
.featured-image-f:after {
    content: "";
    position: absolute;
    width: 16000px;
    height: 16000px;
    top: -15545px;
    left: -72000px;
    background: #564206;
    /* Webkit: Safari 4-5, Chrome 1-9 */
    /* background: -webkit-gradient(to top right, #4CAF50 0%, #009688 50%, #03A9F4 100%);
    background-image: -webkit-linear-gradient(top right, #4CAF50 0%, #009688 50%, #03A9F4 100%);
    background: -moz-linear-gradient(to top right, #4CAF50 0%, #009688 50%, #03A9F4 100%);
    background: -o-linear-gradient(to top right, #4CAF50 0%, #009688 50%, #03A9F4 100%);
    background: -ms-linear-gradient(to top right, #4CAF50 0%, #009688 50%, #03A9F4 100%);
    background: linear-gradient(to top right, #4CAF50 0%, #009688 50%, #03A9F4 100%); */
    border-radius: 49.5%;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 0%;
    /* -webkit-animation:rotate 30s linear infinite;
    -o-animation:rotate 30s linear infinite;
    -moz-animation:rotate 30s linear infinite;
    -ms-animation:rotate 30s linear infinite;
    animation:rotate 30s linear infinite; */
    z-index: -1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@-moz-keyframes rotate
/* Firefox */

{
    from {
        -moz-transform: rotate(0deg);
        /* Firefox */
    }
    to {
        -moz-transform: rotate(359deg);
        /* Firefox */
    }
}

@-webkit-keyframes rotate
/* Safari 和 Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
    }
    to {
        -webkit-transform: rotate(359deg);
        /* Safari 和 Chrome */
    }
}

@-o-keyframes rotate
/* Opera */

{
    from {
        -o-transform: rotate(0deg);
        /* Opera */
    }
    to {
        -o-transform: rotate(359deg);
        /* Opera */
    }
}

@-ms-keyframes rotate
/* Opera */

{
    from {
        -ms-transform: rotate(0deg);
        /* IE 9 */
    }
    to {
        -ms-transform: rotate(359deg);
        /* IE 9 */
    }
}

.featured-f {
    width: 1288px;
    margin: 0 auto;
    padding-top: 100px;
}

.featured-f h1 {
    color: #fff;
    font-size: 55px;
    line-height: 165%;
    margin: 30px 55px 40px 0;
    text-shadow: 1px 1px 0px #333;
    letter-spacing: 1px;
    min-height: 155px;
    /*display:none;*/
}

.featured-f .tag span {
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 13px;
    border: 1px solid #ffffff16;
    margin-left: 13px;
    border-radius: 20px;
}

.featured-f .tag span:hover {
    background: #a98203!important;
}

.featured-f .edit h5 a:hover {
    /* border: 1px solid; */
    color: #dcd106;
}

.featured-f .tag span:nth-child(1) {
    margin-left: 0px;
}

.featured-f .edit img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.featured-f .edit h5 {
    color: #ddd;
    float: left;
    line-height: 28px;
    margin-left: 12px;
    font-weight: 100;
    margin-top: 2px;
}

.featured-f .edit h5 a {
    color: #fff;
    margin-right: 4px;
}

.featured-f .share li {
    float: left;
    /* margin-left:15px; */
    margin: 2px 0;
}

.share .vp a {
    /*height: 28px;
    width: 85px;*/
    /*background-image: url(//cj.expreview.com/exp_new/static/exp5/images/vp.png);
    background-repeat: no-repeat;
    background-position: center left;*/
    /* padding-left: 30px; */
    /*float:left;
    margin-left:15px;
    margin-top: 2px;*/
}


/*.featured-f .vp a{

    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/vp_.png);
    background-repeat: no-repeat;
    background-position: center left;
    color:gray;
}*/

.share li a {
    color: #999;
}

.share li i {
    width: 30px;
    margin: 32px 0px 0px -32px;
    text-align: center;
    color: #bda40ddd;
    font-size: 15px;
    position: absolute;
}

.share li i:hover {
    color: #00a1d6;
}

.share li:nth-child(1) {
    /* margin-bottom: 0; */
}

.share .fx {
    position: relative;
}


/*.featured-f .share .fx .tc{
    
    display:none;
    position:absolute;
    top:-140px;
    left:0px;
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/dj.png);
    background-repeat: no-repeat;
    background-position:10px bottom;
    padding-bottom:4px;

}*/

.share .fx .tc {
    display: none;
}

.featured-f .share .fx .tc img {
    width: 118px;
    height: 118px;
    border: 6px solid #fff;
}

.featured-f .share .sc {
    cursor: pointer;
    height: 32px;
    width: 32px;
    /*background-image: url(//cj.expreview.com/exp_new/static/exp5/images/sc_.png);*/
    background-repeat: no-repeat;
    background-position: center center;
}


/*文章内容*/

.cle-content {
    max-width: 1288px;
    /*min-width: 1288px;*/
    margin: 0 auto;
}

.cle-content .cleLeft {
    /* width:900px; */
    float: left;
    max-width: 1200px;
    margin: 30px 0 0 0;
}

.cle-content .cleLeft .newsScr {
    /*background-color: #fff;*/
    padding-bottom: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.cle-content .cleLeft .newsCo {
    padding-top: 50px;
    width: 100%;
    text-align: center;
}

.cle-content .cleLeft .newsCo img {
    border-radius: 0;
    /* display: none; */
    /* height: auto!important; */
}

.cle-content .cleLeft .newsCo h6 {
    font-weight: 100;
    font-size: 12px;
    text-align: center;
    color: #8b8b8b;
    margin: 0px 0 40px 0;
    padding-top: 20px;
}

.cle-content .cleLeft .newsCo h6 a {
    color: #8b8b8b;
}

.cle-content .cleLeft .newsCo h6 a:hover {
    color: #f8af30;
}

.cle-content .cleLeft .newsCo p {
    letter-spacing: 0.7px;
    font-size: 18px;
    text-align: left;
    color: #222;
    line-height: 212%;
    /*padding:0 18px 0 20px;*/
    margin: 30px 0 30px 0;
}

.cle-content .cleLeft .newsCo p a {
    color: #369;
}

.cle-content .cleLeft .pay {
    /*width:72px;*/
    height: 55px;
    text-align: center;
    line-height: 26px;
    margin: 90px auto 0;
    display: block;
    /*background-color: #f3003d;*/
    border-radius: 4px;
}

.appreciate .head_count {
    margin: 15px auto 0 !important;
}

.appreciate_list_t img {
    border-radius: 50%;
}

.botomSh {
    margin-top: 91px;
    /*padding-bottom:20px;*/
    opacity: 0;
}

.botomSh .boFx {
    float: left;
    margin-left: 25px;
}

.botomSh .next {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 5px;
}

.botomSh .next p a {
    color: #666;
}

.botomSh .boFx li {
    float: left;
    margin-left: 15px;
}

.botomSh .boFx li:nth-child(1) {
    margin-left: 0;
}

.botomSh .boFx .fx {
    position: relative;
}

.botomSh .boFx .fx .tc {
    display: none;
    position: absolute;
    top: -140px;
    left: 0px;
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/dj.png);
    background-repeat: no-repeat;
    background-position: 10px bottom;
    padding-bottom: 4px;
}

.botomSh .boFx .fx .tc img {
    width: 118px;
    height: 118px;
    border: 6px solid #fff;
}

.botomSh .boFx .bc {
    cursor: pointer;
    height: 32px;
    width: 32px;
    /*background-image: url(//cj.expreview.com/exp_new/static/exp5/images/sc_.png);*/
    background-repeat: no-repeat;
    background-position: center center;
}

.quick {
    /* background-color: #9e9e9e33; */
    /*   padding: 35px 0px 50px 0px;
    /*border-top: 1px dashed #9e9e9e33;*/
    /*margin: 0px 0px -20px 0;*/
    /* border-radius: 0 0 6px 6px; */
    /* border-radius: 50%; */
    */
}

.quick .ick {
    /* margin-top: 5px; */
    display: block;
    /*background-image: url(../images/n.png);*/
    background-repeat: no-repeat;
    background-position: left 0;
    /* padding-top: 26px; */
    color: rgba(22, 22, 22, 0);
    padding-top: 22px;
    /* border: 1px solid blue; */
    float: left;
    width: 20px;
}

.quick dl {
    /* border: 1px solid red; */
    margin: 0px 0 0 50px;
    float: left;
    width: 709px;
}

.quick dl dd {
    width: 320px;
    float: left;
    margin-top: 12px;
    margin-left: 25px;
}

.quick dl dd i {
    margin-right: 8px;
}

.quick dl dd a {
    color: #333;
    font-size: 13px;
    ;
}

.quick dl dd a:hover {
    color: #ff8400;
}


/*发表评论*/

.viewpoint {
    width: 850px;
    margin-top: 40px;
    background-color: #fff;
    border-top: 3px solid #ff8400;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    background-color: #fff;
}

.viewpoint .viewBox {
    padding: 0 20px 0 20px;
}

.viewpoint .viewBox span {
    display: block;
}

.viewpoint .viewBox .vb {
    margin-top: 30px;
}

.viewpoint .viewBox .vb .vl {
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/ct.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #ff8400;
    padding-left: 40px;
    float: left;
}

.viewpoint .viewBox .vb .vr {
    font-size: 14px;
    color: #666;
    float: right;
}

.viewpoint .viewBox .vb .vr i {
    color: #ff8400;
}

.viewpoint .viewBox .commentBox {
    margin-top: 20px;
}

.viewpoint .viewBox .consumer {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    float: left;
}

.viewpoint .viewBox .comment {
    float: right;
}

.viewpoint .viewBox .comment textarea {
    width: 750px;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #c5c5c5;
    height: 70px;
    background-color: #f5f5f5;
}

.viewpoint .viewBox .comment .text {
    position: relative;
    padding-left: 11px;
}

.viewpoint .viewBox .comment .jj {
    position: absolute;
    top: 10px;
    left: 0;
}

.viewpoint .viewBox .comment .comment-bm {
    margin-top: 22px;
    position: relative;
}

.viewpoint .viewBox .comment .comment-bm a {
    color: #333;
    font-size: 16px;
}

.viewpoint .viewBox .comment .comment-bm .pic {
    font-size: 14px;
    color: #999;
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/bq.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
    float: left;
    margin-left: 12px;
}

.viewpoint .viewBox .comment .comment-bm .btn-tj {
    float: right;
}

.viewpoint .viewBox .comment .comment-bm button {
    width: 86px;
    height: 35px;
    background-color: #999;
    color: #fff;
    border: none;
    margin-left: 40px;
}


/*评论*/

.hot-wrap {
    margin-top: 50px;
}

.hot-wrap h2 {
    color: #ff8400;
    font-size: 18px;
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 20px;
    padding-bottom: 10px;
}

.hot-wrap h3 {
    margin-top: 50px;
    color: #ff8400;
    font-size: 18px;
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 20px;
    padding-bottom: 10px;
}

.hot-wrap .item {
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

.hot-wrap .item:first-child {
    border-top: 0;
}

.hot-wrap .item .head-user {
    float: left;
    margin-left: 20px;
}

.hot-wrap .item .head-user a {
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
}

.hot-wrap .item .cont {
    float: right;
    width: 760px;
    margin-right: 20px;
}

.hot-wrap .item .cont .info span {
    display: inline-block;
}

.hot-wrap .item .cont .info .name {
    font-size: 14px;
}

.hot-wrap .item .cont .info .ch {
    font-size: 14px;
    color: #999;
    margin-left: 8px;
}

.hot-wrap .item .cont .info .name a {
    color: #ff8400;
}

.hot-wrap .txt {
    font-size: 16px;
    color: #333;
    margin-top: 6px;
}

.hot-wrap .txt a {
    color: #ff8400;
}

.hot-wrap .action {
    margin-top: 6px;
}

.hot-wrap .action .time {
    float: left;
    display: block;
}

.hot-wrap .action .time i {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
}

.hot-wrap .action .time a {
    color: #999;
    font-size: 12px;
}

.hot-wrap .action .btns {
    float: right;
    display: block;
}

.hot-wrap .action .btns a {
    display: inline-block;
    color: #333;
}

.hot-wrap .action .btns .zz {
    background: url(//cj.expreview.com/exp_new/static/exp5/images/z.png) no-repeat left center;
    padding-left: 18px;
}

.hot-wrap .action .btns .ff {
    background: url(//cj.expreview.com/exp_new/static/exp5/images/f.png) no-repeat left center;
    padding-left: 18px;
    margin: 0 10px 0 10px;
}

.hot-wrap .action .btns .reply {
    background: url(//cj.expreview.com/exp_new/static/exp5/images/r.png) no-repeat left center;
    padding-left: 18px;
}

.hot-wrap .dialog-list-wrap {
    width: 740px;
    background-color: #f5f5f5;
    margin-left: 70px;
    padding: 0px 10px 10px 10px;
    margin-top: 20px;
}

.hot-wrap .dialog-list:first-child {
    border-top: none;
}

.hot-wrap .dialog-list {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-top: 10px;
}

.hot-wrap .list-ft {
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #f5f5f5;
    width: 360px;
    height: 40px;
    border-radius: 2px;
    margin-left: 30%;
    margin-top: 40px;
}

.hot-wrap .list-ft a {
    color: #666;
}

.hot-wrap .list-ft a i {
    color: #fe4243;
}


/*表情包*/

.rl_exp_main {
    width: 300px;
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px;
}

.hide {
    display: none;
}

.rl_exp_main li {
    float: left;
    margin: 4px;
}


/*表情包end*/


/*为你推荐*/

.recommend {
    background-color: #fff;
    /* width: 94%; */
    padding: 1% 0% 4% 0%;
    /* border-radius: 6px; */
    /* margin: 0 auto; */
    /* color: #fff; */
    /* text-align: center; */
}


}
.txth1 {
    /* background-color: #1c84f5; */
    
    font-size: 22px;
    color: #333;
    width: 98px;
    border-left: 4px solid #00BCD4;
    /* height: 32px; */
    /* line-height: 32px; */
    
    text-align: center;
    font-weight: normal;
    margin: 24px 0 12px;
    padding-left: 12px;
    font-weight: bold;
    /* border-radius: 4px; */
}
.recommend li {
    padding-top: 20px;
    width: 900px;
    border-top: 1px dashed #dcdcdc;
    margin-top: 25px;
}
.recommend li:first-child {
    border-top: none;
    margin-top: 0px;
}
.recommend li span {
    display: block;
}
.recommend li .rec-pic {
    width: 265px;
    height: 150px;
    float: left;
}
.recommend li .rec-pic a {
    display: block;
}
.recommend li .rec-pic img {
    width: 100%;
    border-radius: 6px;
}
.recommend li .rec-tip {
    float: left;
    margin-left: 20px;
}
.recommend li .rec-tip p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.recommend li .rec-tip a {
    color: #555;
    letter-spacing: 1px;
    font-size: 20px;
    /*font-weight: 700;*/
}
.recommend li .rec-tip h6 {
    font-weight: normal;
    font-size: 14px;
    color: #ccc;
    margin-top: 12px;
}
.recommend li .rec-tip i {
    display: block;
    font-size: 14px;
    margin-top: 40px;
}
.recommend li .rec-tip i a {}

/*右边栏目*/
.cle-content .cleRight {
    width: 360px;
    float: right;
    /*background-color: #fff;*/
    /*margin-top: 30px;*/
    
    border-radius: 6px;
    display: block;
}
.cleRight {
    width: 360px;
    float: right;
    /*background-color: #fff;*/
    /*margin-top: 30px;*/
    
    border-radius: 6px;
    display: block;
}

/*老版评论样式*/
.main-content-comment {
    width: 900px;
    margin: 0 auto;
    padding: 0% 0% 3% 0%;
    /* background-color: #fff; */
    /* border-radius: 6px; */
}
.main-content-comment .comment-title {
    padding: 4px 0;
    margin-bottom: 100px;
    /* border-bottom: 3px solid #cc1c20; */
    /* border-left: 4px solid #d06d05; */
    /* padding-left: 30px!important; */
    /* margin-bottom: 65px; */
    
    padding: 10px 10px 18px 10px;
    color: #666;
    height: 70px;
    font-size: 25px;
    background: #fff;
    background-image: linear-gradient(to bottom, #ffffff 32.8%, #1c1f21ed 272%, #1c1f21fa 150%);
    border: 1px solid #cccccc88;
    border-top: 0;
    /* margin-top: 0px; */
    /* font-weight: bold; */
    
    border-radius: 0 0 50% 50%;
    text-align: center;
}
fastcomment {
    font-size: 16px;
    float: right;
    font-weight: 500;
    color: #d06d05;
    margin: 5px 30px 0px 0;
}
fastcomment:hover {
    color: #fff;
}
.comment-title i {
    color: #F44336;
}
.main-content-comment .comment-title>a>i {
    font-style: normal;
    color: #cc1c20;
}
.main-content-comment .comment-content>ul {
    margin: 0 0 70px;
    padding: 0;
    list-style: none;
}
a#comment_1843029_licontentA {
    color: #999;
}
.main-content-comment .comment-content>ul>li {
    color: #eeeeee;
    padding: 0 0 45px 60px;
    margin: 20px 15px 15px;
    border-bottom: #73737330 dashed 1px;
    position: relative;
}
div#comment_ul ul {
    border-radius: 10px!important;
}
.main-content-comment .comment-content>ul>li>img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    /* border: 1px solid #ccc; */
    
    top: 0;
    left: 0;
    opacity: 0.87;
}
.main-content-comment .comment-content>ul>li>h4 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 10px;
}
.main-content-comment .comment-content>ul>li>h4>a {
    /*font-size: 14px;*/
    
    font-weight: 500;
    /*padding-right: 10px;*/
    /*color: #d06d05;*/
}
.main-content-comment .comment-content>ul>li>h3 {
    font-size: 16px;
    line-height: 200%;
    color: #ccc;
    letter-spacing: 0.2px;
    /*margin-top:8px;*/
}
.main-content-comment .comment-content>ul>li>h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    color: #777;
    margin: 7px 0;
    padding: 0;
    font-weight: normal;
}
.main-content-comment .comment-content>ul>li>h2>a {
    color: #777;
}
.main-content-comment .comment-content>ul>li>h2>a:hover {
    color: #cc1c20;
}
.main-content-comment .comment-content>ul>li>h1 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #777;
    margin: 0 !important;
}
.main-content-reply {
    width: 850px;
    /* margin: 0 0% 20px; */
    
    padding: 0% 3% 5% 2%;
    margin: 0 auto;
    /* background-color: #fff; */
}
.main-content-reply .reply-title {
    /*border-bottom: 1px solid #ccc;*/
    
    padding: 1px 0;
    margin-bottom: 10px;
    font-size: 12px;
}
.main-content-reply .reply-title>label>i {
    font-style: normal;
    color: #cc1c20;
}
.main-content-reply .reply-title>a {
    /* border-left: 3px solid #00BCD4; */
    
    margin-bottom: 0px;
    padding: 0 0 0 5px;
    color: #d06d05;
    letter-spacing: 2px;
    font-size: 18px;
    /* font-weight: bold; */
}
.main-content-reply .reply-content>form>textarea {
    width: 99%;
    padding: 5px 5px;
    min-height: 150px;
}
.main-content-reply .reply-content>form>div {
    text-align: left;
    /*margin: 20px 0;*/
    
    border-radius: 4px;
}
div#subtxt {
    margin: 30px 0 0 0;
    color: #ccc;
}
textarea#message {
    background: #2c2f31;
    max-width: 830px;
    color: #ccc;
    height: 200px!important;
    resize: both;
}
div#fastpostsmiliesdiv {
    height: 204px;
    background: #f5f5f500;
    border: 1px solid #9a9a9ad1;
    box-shadow: 0 0 black;
}
div#fastpostsmiliesdiv_tb a {
    background: #2b2b2b00;
    color: #ccc!important;
    font-weight: 500;
}
.main-content-reply .reply-content>form>div>label {
    font-weight: normal !important;
    margin: 0 3px;
}
.zx a {
    color: #999;
}
.main-content-reply .reply-content>form>div>label>button {
    padding: 5px 25px;
    background: #cc1c20;
    font-size: 16px;
    color: #FFF;
    border: none;
    border-radius: 23px;
    margin: 0 0px 0 120px;
    cursor: pointer;
}
h3 {
    color: #222;
    font-weight: normal;
}
blockquote {
    padding: 9px 5px 10px 9px;
    margin: 0 0 10px;
    border-left: 1px solid #c7760166;
    border-radius: 6px;
    background: #5d5d5d10;
}
blockquote a {
    color: #777!important;
}
blockquote h3 {
    color: #cd6c06;
    font-size: 16px;
}
div#comment h3 img {
    width: 32px;
    padding: 0 2px;
    filter: invert(117%) brightness(170%) sepia(1000%);
    margin: 4px 4px;
}
blockq {
    padding: 12px 25px;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 180%;
    /* margin: 0 0 20px; */
    
    border-left: 2px solid #cfcfcf52;
    /* border-radius: 6px; */
    
    border-radius: 12px;
    background: #9999990f;
    margin: 0 5% 25px 4%;
    width: 86%;
    float: left;
    /* box-shadow: 3px 4px 20px #0000000e; */
}
blockq p {
    padding: 8px 0px!important;
    margin: 0px!important;
    font-size: 16px!important;
    color: #666!important;
    line-height: 220%!important;
}
.tb a {
    color: #333!important;
    background: #FFF;
    font-weight: 700;
}
textarea {
    height: 152px!important;
}
.zx {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 25px;
    color: #777;
    margin-top: 10px;
}
.zx span {
    float: left;
}
.zx li {
    float: right;
}
.searchform-wrapper input.input-style {
    color: #333!important;
}

/*.head .navBar-login .s-icon {
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/search.png)!important;
}*/

/*.search-icon {
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/search.png)!important;

}*/

/*评论样式end*/

/*固定导航*/
.search-nav-box {
    display: block!important;
}

/*固定导航结束*/

/*进入后台*/
textarea {
    /* height: 152px!important; */
}
.zx {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 25px;
    color: #777;
    margin-top: 10px;
}
.zx span {
    float: left;
    padding-top: 1px !important;
}
div#comment_ul span {
    padding-top: 16px;
    font-weight: 500;
}
#comment_ul ul li span {
    /*color: #777;*/
}
.zx li {
    float: right;
    margin-right: 5px;
}
.searchform-wrapper input.input-style {
    color: #333!important;
}

/*.head .navBar-login .s-icon {
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/search.png)!important;
}*/

/*.search-icon {
    background-image: url(//cj.expreview.com/exp_new/static/exp5/images/search.png)!important;

}*/

/*评论样式end*/

/*固定导航*/
.search-nav-box {
    display: block!important;
}

/*固定导航结束*/

/*进入后台*/
.featAdmin {
    position: absolute;
    top: 120px;
    right: 10%;
    z-index: 99;
}
.featAdmin a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 1px;
    /*border:1px solid red;*/
    
    background-color: rgba(0, 0, 0, 0.01);
}
.newsCo em {
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid red;
    padding: 0px 10px;
    line-height: 122%;
    margin: 45px 0 30px 0;
    display: block;
}
.newsCo h1 {
    font-size: 32px;
    font-weight: bold;
    border-left: 5px solid red;
    padding: 0px 0 0 14px;
    line-height: 111%;
    margin: 70px 0 50px 0;
    display: block;
    text-align: left;
}
.newsCo h2 {
    font-size: 28px;
    font-weight: bold;
    /*padding:0px 10px;    */
    
    margin: 60px 0 25px 0px;
    display: block;
    text-align: left;
}
.newsCo h3 {
    font-size: 25px;
    font-weight: bold;
    /*padding:0px 10px;    */
    
    margin: 55px 0 25px 0px;
    display: block;
    text-align: left;
}
.newsCo h4,
h5,
h6 {
    font-size: 23px;
    font-weight: bold;
    /*padding:0px 10px;    */
    
    margin: 45px 0 22px 0px;
    display: block;
    text-align: left;
}

/*文字大小*/
.ctrl a {
    display: inline-block;
    color: #fff;
}
.ctrl .a1 {
    width: 32px;
    height: 32px;
    /*    background: url(//cj.expreview.com/exp_new/static/exp5/images/A+.png) no-repeat center center;*/
}
.ctrl .a2 {
    width: 32px;
    height: 32px;
    /*    background: url(//cj.expreview.com/exp_new/static/exp5/images/A-.png) no-repeat center center;*/
}

/* a.a1:hover {
    background-color: rgb(44,244,244,0.54);
    border-radius: 50%;
}

a.a2:hover {
    background-color: rgb(44,244,244,0.54);
    border-radius: 50%;
} */

/*右边广告*/
.mamaBox {
    width: 360px;
    float: left;
    margin: 170px 0 0px 28px;
    display: block;
}
.title-nav-ul {
    width: 150px;
    border: 1px solid #ddd;
    /*background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0,0,0,.25);*/
    
    position: absolute;
    top: 666px;
    left: 6%;
    padding: 10px;
    border-radius: 5px;
    border-left: 1px solid red;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 15px rgba(25, 24, 40, .05);
}
.title-nav-li {
    display: block;
    padding: 6px;
    text-decoration: none;
    color: inherit;
}
.title-nav-li.active {
    font-weight: bold;
}
.title-nav-li:hover {
    color: inherit;
    background-color: #f0f0f0;
    text-decoration: none;
}
ul.nav li {
    color: #666;
    padding-top: 1px;
    padding-bottom: 1px;
    /*padding:1px 0;*/
}
ul.nav li a {
    color: #666;
}
ul.nav li:hover {
    background-color: #9e9e9e30;
    ;
}
ul.nav li a:hover {
    color: red;
}
.scroller-offset1 {
    text-indent: 0
    /* !important */
    
    ;
    /*width: 160px;*/
    
    font-size: 13px;
    padding: 4px;
    /* line-height: 150%; */
    
    padding: 0px 5px 0px 10px;
    margin: 5px 3px 3px 2px;
    line-height: 18px;
}
.scroller-offset1:before {
    /*content: "• ›";
    color: #999;*/
}
.scroller-offset2:before {
    content: "- ";
    color: #999;
    border-left: 1px dashed #999;
}
.scroller-offset3:before {
    content: "- ";
    color: #999;
    border-left: 1px dashed #999;
}
.scroller-offset4:before {
    content: "- ";
    color: #999;
    border-left: 1px dashed #999;
}
.scroller-offset5:before {
    content: "- ";
    color: #999;
    border-left: 1px dashed #999;
}
.scroller-offset6:before {
    content: "- ";
    color: #999;
    border-left: 1px dashed #999;
}
.scroller-offset1 a:visited {
    color: #111;
}
.scroller-offset2 {
    text-indent: 2.1em
    /* !important */
    
    ;
    font-size: 12px;
    line-height: 18px;
    padding-left: 4px;
    margin-left: 2px;
}
.scroller-offset2 a:visited {
    color: #111;
}
.scroller-offset3 {
    text-indent: 3.2em
    /* !important */
    
    ;
    font-size: 12px;
    line-height: 16px;
    padding-left: 4px;
    margin-left: 2px;
}
.scroller-offset3 a:visited {
    color: #111;
}
.scroller-offset4 {
    text-indent: 4.2em
    /* !important */
    
    ;
    font-size: 12px;
    line-height: 16px;
    padding-left: 4px;
    margin-left: 2px;
}
.scroller-offset4 a:visited {
    color: #111;
}
.scroller-offset5 {
    text-indent: 5.2em
    /* !important */
    
    ;
    font-size: 12px;
    line-height: 15px;
    padding-left: 4px;
    margin-left: 2px;
}
.scroller-offset5 a:visited {
    color: #111;
}
.scroller-offset6 {
    text-indent: 6.2em
    /* !important */
    
    ;
    font-size: 12px;
    line-height: 15px;
    padding-left: 4px;
    margin-left: 2px;
}
.scroller-offset6 a:visited {
    color: #111;
}
li.scroller-offset2.active {
    padding-left: 0px;
}
li.scroller-offset3.active {
    padding-left: 0px;
}
li.scroller-offset4.active {
    padding-left: 0px;
}
li.scroller-offset5.active {
    padding-left: 0px;
}
li.scroller-offset6.active {
    padding-left: 0px;
}
li.scroller-offset1.active a {
    color: red;
}
li.scroller-offset2.active a {
    color: red;
}
li.scroller-offset3.active a {
    color: red;
}
li.scroller-offset4.active a {
    color: red;
}
li.scroller-offset5.active a {
    color: red;
}
li.scroller-offset6.active a {
    color: red;
}
.nav .active {
    background-color: #9e9e9e30;
    /*font-weight:bold;*/
    
    border-left: 4px solid red;
    padding-left: 6px;
}
div#blog-sidecolumn {
    min-width: 200px;
    position: absolute;
    /*top: 680px; 
    right: 2%;*/
    /* border: 1px solid #9e9e9e33;*/
    
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    border-radius: 16px;
    z-index: 998;
    /*background-color: #fff;*/
    /*box-shadow: 0 10px 20px rgba(25,24,40,.1);*/
}
div#sidebar_scroller {
    /*
    position: absolute;*/
    
    border: 1px solid #9e9e9e33;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    border-radius: 16px;
    z-index: 9;
    background-color: #fff;
    margin: 1px;
    box-shadow: 0 28px 50px rgba(25, 24, 40, .1);
}
h3.catListTitle {
    text-align: center;
    padding: 15px 0 5px 0;
    color: #F44336;
}
span.ick {
    color: #999;
    line-height: 50px;
}
.ick a {
    color: #999;
}
.notes {
    display: none;
}

/*文章提示框*/
.iziModal-header-subtitle {
    display: none;
}
footer .ft-info {
    min-width: 100%!important;
}
.newsCo a {
    color: #333;
}
.waterfall5 {
    width: 100%;
    column-gap: 6px;
    column-count: 5;
    margin: 0 auto;
    text-align: center;
}
.waterfall5 .item {
    /*padding: 2px;*/
    
    margin-bottom: 6px;
    break-inside: avoid;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
    /*min-height: 140px;*/
}
.waterfall6 .item {
    /*padding: 2px;*/
    
    margin-bottom: 6px;
    break-inside: avoid;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
    /*min-height: 140px;*/
}
.waterfall6 {
    width: 100%;
    column-gap: 6px;
    column-count: 6;
    margin: 0 auto;
    text-align: center;
}
.waterfall4 {
    width: 100%;
    column-gap: 6px;
    column-count: 4;
    margin: 0 auto;
    text-align: center;
}
.waterfall3 {
    width: 100%;
    column-gap: 6px;
    column-count: 3;
    margin: 0 auto;
    text-align: center;
}
.waterfall2 {
    width: 100%;
    column-gap: 6px;
    column-count: 2;
    margin: 0 auto;
    text-align: center;
}
.waterfall1 {
    width: 100%;
    column-gap: 0px;
    column-count: 1;
    margin: 0 auto;
    text-align: center;
}
.waterfall4 .item {
    /*padding: 2px;*/
    
    margin-bottom: 6px;
    break-inside: avoid;
    border-radius: 4px;
    /*border: 1px solid #ddd;*/
    /*min-height: 110px;*/
}
.waterfall3 .item {
    /*padding: 2px;*/
    
    margin-bottom: 6px;
    break-inside: avoid;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
    /*min-height: 140px;*/
}
.waterfall2 .item {
    /*padding: 2px;*/
    
    margin-bottom: 6px;
    break-inside: avoid;
    border-radius: 6px;
    /*border: 1px solid #ddd;*/
    /*min-height: 180px;*/
}
.waterfall1 .item {
    /*padding: 2px;*/
    
    margin-bottom: 6px;
    break-inside: avoid;
    border-radius: 0px;
    /*border: 1px solid #ddd;*/
    /*min-height: 180px;*/
}
.waterfall5 img {
    width: 100%;
}
.waterfall6 img {
    width: 100%;
}
.waterfall4 img {
    width: 100%;
}
.waterfall3 img {
    width: 100%;
}
.waterfall2 img {
    width: 100%;
}
.waterfall1 img {
    width: 100%;
}
.waterfall5 p {
    line-height: 155%;
    text-align: left;
}
.waterfall6 p {
    line-height: 155%;
    text-align: left;
}
.waterfall4 p {
    line-height: 155%;
    text-align: left;
}
.waterfall3 p {
    line-height: 155%;
    text-align: left;
}
.waterfall2 p {
    line-height: 155%;
    text-align: left;
}
.waterfall1 p {
    line-height: 155%;
    text-align: left;
}
.icon-sousuo:before {
    content: "\e906";
    color: #f1f1f1!important;
    font-size: 20px;
}
button.previewtable {
    display: none;
}

/*表格样式*/
table {
    margin: 1px;
    border-collapse: collapse;
}

/*  table td,table th{border: 1px solid #555555;}*/
textarea {
    width: 800px;
    height: 300px;
    padding: 20px;
    outline: none;
}
table th {
    border-left: 1px solid #9e9e9ea3;
}
table th:first-child {
    border-left: none;
}
table td {
    border-left: 1px solid #9e9e9ea3;
}
table td:first-child {
    border-left: none;
}
.main-content-comment a {
    color: #b1adad;
    font-size: 14px;
    letter-spacing: 0.2px;
}
input.bcptn {
    width: 10px;
    background-color: #ccc0;
    border: 0px;
    cursor: pointer;
}
.pubtime {
    padding-left: 10px;
    /*color:#fff;*/
    /*display:none;*/
}
.honor {
    padding-left: 1px;
}
.editorside {
    display: none;
}
div#editorside {
    /* min-width: 200px; */
    
    position: fixed;
    float: right;
    /* border: 1px solid #9e9e9e33; */
    /* padding: 17px 0px 0px 0px; */
    
    font-size: 14px;
    /* border-radius: 10px; */
    
    z-index: 9;
    right: 13px;
    top: 669px;
    text-align: center;
    /* width: 100px; */
    /* height: 194px; */
    
    display: none;
    /* background-color: #fff; */
    /* box-shadow: 0 10px 20px rgba(25,24,40,.1); */
}
div#editorside li {
    padding: 7px 3.6px;
    /* border-top: 1px dashed #ddd; */
    
    border: 1px solid #b7b7b799;
    /* width: 60px; */
    
    color: #848484;
    /* background: #f3f3f39c; */
    
    margin: 3px auto;
    font-size: 13px;
    border-radius: 50%;
}
div#editorside a {}
div#editorside a:hover {}
div#editorside li:hover {
    background-color: red;
    color: #fff;
}
.key-title {
    /*border-bottom: 1px solid #ccc;*/
    
    padding: 54px 0 5px;
    font-size: 24px;
    /*margin-bottom: 50px;*/
}
.key-content {
    font-size: 14px;
    padding: 1px 0 0;
}
div#key {
    padding-top: 90px;
}
.key-list {
    width: 500px;
    /* padding-left: 20%; */
    /* text-align: center; */
    
    min-height: 500px;
    height: 700px;
    line-height: 240%;
    margin: 0 auto;
}
button#keysubmit_btn {
    padding: 5px 25px;
    background: #cc1c20;
    font-size: 16px;
    float: right;
    color: #FFF;
    border: none;
    border-radius: 3px;
    margin: 12px 0px 0 0px;
    cursor: pointer;
}
xmp {
    border: 1px dashed #111;
    padding: 15px;
    /* margin: 10px; */
    
    border-radius: 6px;
    background-color: #f0f0f063;
    /* width: 90%; */
    
    font-size: 12px;
    line-height: 140%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    /* white-space: normal; */
    
    margin: 14px 47px;
    text-align: left;
    /* word-break: break-all!important; */
}
script {
    display: none!important
}
table.uetable {
    margin: 0 auto;
}
table.uetable td {
    text-align: center;
    padding: 8px 15px;
}
table.uetable th {
    text-align: center;
    padding: 8px 15px;
    color: #fff;
    background: #bd0d00;
}
table.uetable tr {
    border-bottom: 1px solid #ccc;
}
form#cform div#subtxt input {
    height: unset;
    /* height: 16px; */
    /* width: 16px; */
}
.appreciate .btn_appreciation_t {
    /* background: #dc5d4a; */
    
    border-radius: 20px!important;
}
button#commentsubmit_btn {
    outline: none;
}
button#commentsubmit_btn:hover {
    box-shadow: 0 0 20px #ff3b3b;
    background: #d40f00;
}
a#reward_btn:hover {
    box-shadow: 0 0 20px #F44336;
}
p.temppic {
    max-width: 900px;
    text-align: center;
    display: none;
}
div#nbscreen {
    width: 900px;
    /*padding-top: 61px;*/
    
    margin: 0 auto;
    /*border: 1px solid;*/
    
    min-height: 521px;
    background: url(//img.expreview.com/js/notebook.jpg) no-repeat top center;
}
table#nbstable {
    width: 600px;
    padding: 3px;
    /* margin-top: 36px; */
}
table#nbstable tr {
    height: 127px;
}
table#nbstable td {
    font-size: 14px;
    height: 110px;
    /*width: 308px;*/
    
    vertical-align: middle;
    border: 0px solid #fff!important;
}
div#scrtxt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 42px;
    text-align: center;
}
div#nbscreen {
    width: 900px;
    margin: 0 auto;
    /*border: 1px solid;*/
    
    min-height: 521px;
    background: url(//img.expreview.com/js/notebook.jpg) no-repeat top center;
}
span#averageh {
    font-size: 12px;
    font-weight: 400;
}
.txtbox {
    margin-top: 10px;
}
.recommend ul {
    max-width: 1188px;
    margin: 0 auto;
    color: #fff;
}
footer {
    margin-top: 0!important;
}
.txth1 {
    font-size: 26px;
    color: #555;
    border-left: 5px solid #00BCD4;
    padding-left: 15px;
    /* margin: 0 auto; */
    
    font-weight: bold;
    width: 1188px;
    margin: 30px auto;
    letter-spacing: 3px;
}
.recommend li .rec-tip a:hover {
    color: red;
}
.recommend li .rec-pic img:hover {
    filter: brightness(123%);
}
.recommend li .rec-tip i a {
    font-size: 16px;
    font-weight: 400;
}
div#commentarea {
    /*edge居然不支持透明*/
    
    background: #1c1f21;
    background: #1c1f21ed;
    margin: 0 auto;
    padding-right: 390px;
    /* background-image: linear-gradient(to bottom, #9E9E9E -200%, #fff 25%, #fff 137%); */
}
p#show_article_red_comment {
    margin-top: 30px;
    /* border: 1px solid #ccc; */
    /* letter-spacing: 3px!important; */
    /*width: 103px;*/
    /* height: 32px; */
    /*vertical-align: bottom;*/
    /*border-radius: 40px;*/
    /* color: #fff!important; */
    /*background: #9e9d9d1a;*/
    /*padding: 5px 3px 5px 10px!important;*/
    
    margin: 40px auto 0;
    text-align: center;
    /* cursor: pointer; */
}
p#show_article_red_comment:hover {
    /*    background: #7e7e7e;
    box-shadow: 0 0 20px #c3bdbd;*/
}
.reply-title label i a {
    color: #ccc!important;
    font-size: 14px;
}
.reply-title label {
    color: #ccc!important;
    font-size: 14px;
    letter-spacing: 0.50px;
}
.comment-title a {
    color: #d06d05;
}
.checke {
    position: relative;
    -webkit-appearance: none;
    width: 60px;
    content: '深  浅';
    height: 28px;
    border: 0;
    line-height: 28px;
    background: #555;
    border-radius: 30px;
    outline: none;
    vertical-align: middle;
}
.checke:before {
    position: absolute;
    left: 0;
    content: '深';
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e08600;
    border: 1px solid #ff9800ad;
    transition: all 0.2s linear;
}
.checke:checked {
    background: #ddd;
}
.checke:checked:before {
    left: 32px;
    background: #fff;
    content: '浅';
    color: #555;
    transition: all 0.2s linear;
}
div#commentbk {
    float: right;
    margin: 0px 18px;
    top: -69px;
    position: relative;
}
div#fastcomment {
    font-size: 18px;
    /* float: right; */
    
    margin: 15px 0px 0;
}
span.xi2.xw1 {
    color: #008ab7!important;
}
.prosecutes {
    color: #795548;
    font-size: 14px;
}
.prosecutea {
    font-size: 16px!important;
}
.xi2.xw1 {
    font-size: 16px!important;
}
div#comment_ul h1 {
    font-weight: 500;
    color: #999;
}
div#comment_ul {
    width: 100%;
    margin: 0 auto;
}
span.honor {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}
span.titlecolor0,
a.titlecolor0 {
    font-size: 16px;
    color: #999;
}
a.titlecolor3,
span.titlecolor3 {
    font-size: 16px;
    color: #d06d05;
}
a.titlecolor4,
span.titlecolor4 {
    font-size: 16px;
    color: #a349f7;
}
a.titlecolor2,
span.titlecolor2 {
    font-size: 16px;
    color: #55ab00c4;
}
a.titlecolor1,
span.titlecolor1 {
    font-size: 16px;
    color: #007da7;
}
span.titlecolor5,
a.titlecolor5 {
    font-size: 16px;
    color: #ffa700;
}
div#show_article_red_comment {
    margin: 0 auto;
    border 1px solid: ;
    background: #615f5f70;
    text-align: center;
    width: 150px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
div#show_article_red_comment:hover {
    box-shadow: 0 0 20px grey;
    color: #bbb;
}
p#show_article_red_comment a {
    font-size: 16px;
}
p#show_article_red_comment:hover a {
    /*color: #eee;*/
}
a#show_article_red_Cment {
    background: #48474799;
    padding: 12px 20px;
    /* width: 193px!important; */
    /* margin: 10px; */
    
    color: #eee;
    border-radius: 29px;
}
a#show_article_red_Cment:hover {
    color: #eee;
    background: #4c4c4cd1;
    box-shadow: 0 0 20px #989898;
}
span#closead {
    /* content: "X"; */
    
    position: absolute;
    right: 1px;
    top: -40px;
    border: 1px solid;
    padding: 0px 6px;
    border-radius: 50%;
    font-size: 16px;
    color: #cacaca;
    cursor: pointer;
}
span#closead:hover {
    color: red;
}
.adone {
    position: relative;
}
span#icktime a {
    color: #999;
}

/* zhbsub {
    font-size: 60px;
    line-height: 130%;
}
zhssub {
    font-size: 47px;
    line-height: 120%;
} */
.rightedit,
.rightcomment,
.righttitle,
.righturl,
.rightspell,
.righttext span {
    /* width: 36px; */
    /* height: 36px; */
    
    border: 1px solid #ccc;
    /* position: unset; */
    
    text-align: center;
    /* vertical-align: unset; */
    
    border-radius: 50%;
    background: #eee;
    color: #999;
    padding: 6.3px 2.6px;
    cursor: pointer;
    font-size: 14px;
}
.rightedit,
.rightcomment,
.righttitle,
.righturl,
.rightspell,
.righttext {
    /* padding: 13px 0; */
    
    text-align: center;
}
li.editorside.righttext {
    padding: 8px 0;
}
li.editorside.rightedit {
    /* padding: 35px 0; */
    
    margin: 30px 0 2px;
}
tr:hover {
    background: #cddc39;
}
tr:hover td {
    background: none!important;
}

/*评测提示框*/
div#append_parent .pc_c table td {
    /* border-left: 1px solid #9e9e9ea3; */
}
div#append_parent .pc_l,
.pc_c,
.pc_r {
    background: unset!important;
    border: 0;
}
div#append_parent .pc_inner {
    background: #ff8400d6;
    border: 0;
    border-radius: 20px;
    padding: 0px 20px;
}
div#append_parent .pc_inner i {
    font-size: 16px;
    margin: 0px auto;
}
.search-nav dl dd a {
    /*color: #333!important;*/
}
.search-nav li a {
    color: #fbfbfb;
}
.search-nav dl {
    background-color: #607D8B;
}
span#icktime a:hover {
    color: red;
}
cmreviews {
    color: #888;
    line-height: 265%;
}
@media only screen and (max-width: 1300px) {
    .mamaBox {
        display: none
    }
    /* .cle-content .cleRight {display:none;width:unset} */
    /* .featured-f {width:96%} */
    /* .featured {width:96%} */
    
    .txth1 {
        width: unset!important
    }
    /* .cle-content .cleLeft {
        width: unset;        
        margin: 30px 65px 0 25px;
    } */
    /* .main-content-comment {
        width: unset;        
        padding: 0% 71px 3% 31px;
    } */
    /* div#commentarea {        
        padding-right: 0px;        
    }   */
}
@media only screen and (max-width: 1200px) {
    /* .cle-content .cleLeft {max-width: 1100px; } */
}
@media only screen and (max-width: 1090px) {
    /*div#blog-sidecolumn {display:none} */
    /* .cle-content .cleLeft {max-width: 990px; } */
    
    .featured-f h1 {
        font-size: 35px;
        margin-top: 20px;
        min-height: unset;
    }
    
    .featured h1 {
        font-size: 42px;
        margin-top: 10px;
    }
    
    .featured-image {
        min-height: 520px
    }
    
    .recommend li .rec-pic {
        width: 212px;
        height: 120px;
    }
    
    .recommend li .rec-pic img {
        height: 120px;
    }
    
    .recommend li .rec-tip i {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1055px) {
    ul.search-nav.clearfix {
        display: none
    }
    
    .main-content-comment .comment-title {
        font-size: 18px;
    }
    /* .cle-content .cleLeft {max-width: 950px; } */
}
@media only screen and (max-width: 930px) {
    /*div#blog-sidecolumn {display:none} */
    /* footer .ft-info {display:none}  */
    
    .head {
        display: none
    }
    
    .featured-image-f {
        height: 248px;
    }
    
    .featured-f h1 {
        font-size: 38px;
        margin: -10px 15px 20px 0;
        line-height: 152%
    }
    
    .featured-image-f {
        min-height: unset;
        background-image: unset;
        background: #223640e6
    }
    
    .tag {
        display: none
    }
    /* .share {margin-top:15px} */
    
    .cle-content .cleLeft .newsScr {
        background-color: unset
    }
    
    .cle-content .cleLeft .newsCo {
        padding-top: unset;
    }
    /* .cle-content .cleLeft {max-width: 830px; } */
    
    .botomSh.clearfix {
        display: none;
    }
    
    div#fastpostsmiliesdiv {
        display: none;
    }
    
    .featured-f {
        padding-top: 60px;
    }
    
    .main-content-comment .comment-title {
        font-size: 15px;
    }
    
    .txtbox {
        margin-right: unset!important;
    }
}
@media only screen and (max-width: 800px) {
    .featured-f h1 {
        font-size: 29px!important
    }
    
    .featured-image-f {
        min-height: unset;
        background-image: unset;
        background: #223640e6
    }
    
    .featured {
        width: 98%!important;
    }
    
    .featured-f {
        width: 98%!important;
    }
    
    .recommend li .rec-pic {
        width: 170px;
        height: 95px;
    }
    
    .recommend li .rec-pic img {
        height: 95px;
    }
    
    .recommend li .rec-tip i {
        margin-top: 10px;
    }
}
div#best2019 {
    width: 700px;
    margin: 0 auto;
    /* border: 1px solid; */
    
    min-height: 888px;
    background: url(https://topic.expreview.com/2019bestbase.jpg) no-repeat top center;
}
table#besttable {
    width: 92%;
    padding: 3px;
    /* margin-top: 36px; */
}
table#besttable tr {
    /* height: 127px; */
}
table#besttable td {
    /* font-size: 14px; */
    /* width: 308px; */
    /* height: 110px; */
    
    text-align: left;
    vertical-align: middle;
    border: 0px dashed #fff!important;
}
div#besttxt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 42px;
    text-align: center;
}
td#besttd2 img {
    max-width: 620px;
    max-height: 390px;
}
td#besttd3 {
    font-size: 26px;
    font-weight: 700;
    padding-top: 40px;
}
td#besttd4 p {
    font-size: 16px!important;
    color: #222;
    font-weight: 400;
    line-height: 185%;
    margin: 0;
}
td#besttd4 {
    vertical-align: unset!important;
    padding-top: 30px;
}
td#besttd2 p {
    margin: 0;
}
.getartinfo {
    text-align: center;
    position: absolute;
    padding: 15px 0;
    width: 600px;
    margin-left: calc(50% - 310px);
    margin-top: 72px;
    background: #fff;
    /* border: 1px solid; */
    
    border-radius: 4px;
    color: #888;
    font-size: 22px;
    /* z-index: -1; */
}

/* .search-nav-box,
.featured-image-f,
.featured-image,
.cle-content */
.search-nav,
.featured-f,
.cle-content,
span.ick,
div#commentarea {
    opacity: 0;
}
div#preloader_4 {
    display: none;
}