﻿
.score-box {
    padding: .0rem 0 0;
}

    .score-box .total {
        position: relative;
        float: left;
        /*margin: 0rem .2rem 0 0;*/
        width: 1.6rem;
        height: 1.8rem;
        /*overflow: hidden;
         box-shadow: 0 0 0 1px #e6e6e6 inset; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: .15rem 0 0;
    }



        .score-box .total strong {
            display: block;
            height: .8rem;
            line-height: .8rem;
            text-align: center;
            color: #333;
        }

.star-rate {
    position: relative;
    height: .18rem;
    overflow: hidden;
    width: 1.0rem;
    display: inline-block;
    /* margin: 0 auto; */
}

.star-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: .8rem;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    background-image: url(../images/star_gray.png);
    overflow: hidden;
}

    .star-bar span {
        display: block;
        height: 100%;
        background-image: url(../images/star_black.png);
    }

    .star-bar, .star-bar span {
        -webkit-background-size: contain;
        background-size: contain;
    }


.score-box .total p {
    margin-top: .08rem;
    height: .32rem;
    line-height: .32rem;
    overflow: hidden;
    text-align: center;
    color: #999;
}

.score-box .total .empty {
    display: block;
    margin: 0 auto;
    width: 1.1rem;
    padding: .14rem 0 0;
    height: 1.2rem;
    line-height: .6rem;
    font-size: .48rem;
    color: #ccc;
    text-align: center;
}



body {
    /*padding-bottom: .88rem;*/
}

.back-to-top {
    bottom: 1.08rem;
}

.footer {
    border-top: 1px solid #e6e6e6;
    background-color: #f5f5f5;
}

.hairlines .footer {
    border-width: .5px;
}

.section-score {
    position: relative;
    /*padding: .0rem .2rem .2rem;*/
}

    .section-score > header {
        height: .43rem;
        line-height: .43rem;
        overflow: hidden;
        margin-left: .2rem;
    }

.android .section-score > header {
    line-height: .6rem;
}





.score-listbox {
    position: relative;
    padding: .0rem .1rem 0.2rem 0.2rem;
}

    .score-listbox > header {
        height: .43rem;
        line-height: .43rem;
        overflow: hidden;
    }



.ios .score-list a {
    line-height: .48rem;
}

.view-more-tags {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: .3rem;
    right: 0;
    width: 1.26rem;
    height: .52rem;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
}

    .view-more-tags::after {
        content: '';
        width: .30rem;
        height: .30rem;
        position: absolute;
        right: .24rem;
        top: 50%;
        border-style: solid;
        border-color: #c7c7cc;
        border-width: .08rem .08rem 0 0;
        -webkit-transform: translate(25%,-60%) rotate(135deg) scale(0.5);
        transform: translate(25%,-60%) rotate(135deg) scale(0.5);
    }

.score-listbox-expanded .score-list {
    height: auto;
}

.score-listbox-expanded .view-more-tags::after {
    -webkit-transform: translate(25%,-40%) rotate(-45deg) scale(0.5);
    transform: translate(25%,-40%) rotate(-45deg) scale(0.5);
}

.section-filter {
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 0 none;
}

.reviews-tabs {
    height: .89rem;
    border-bottom: 1px solid #ebebeb;
    line-height: .89rem;
    text-align: center;
}

    .reviews-tabs a {
        position: relative;
    }

        .reviews-tabs a:first-child::after {
            content: "";
            position: absolute;
            right: 0;
            top: .3rem;
            width: .02rem;
            height: .3rem;
            background-color: #e6e6e6;
        }

    .reviews-tabs .selected {
        color: #198ef6;
    }

.reviews-category {
    padding: 0 .05rem;
    text-align: center;
    line-height: .36rem;
    border-bottom: 1px solid #ebebeb;
}

.hairlines .reviews-category {
    border-width: .5px;
}

.reviews-category a {
    padding: .26rem 0 .2rem;
}

    .reviews-category a, .reviews-category a:visited {
        color: #666;
    }

.reviews-category i {
    display: block;
    color: #999;
    font-style: normal;
}

.reviews-category .selected, .reviews-category .selected i {
    color: #198ef6;
}

.comment {
    padding: .2rem 0 0;
}

    .comment a {
        display: block;
        padding: 0 .2rem;
    }

    .comment h4 {
        height: .56rem;
        line-height: .6rem;
        margin-bottom: .06rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .comment h4 span {
            float: left;
            width: .36rem;
            height: .36rem;
            overflow: hidden;
            line-height: .41rem;
            margin: .1rem .1rem 0 0;
            text-align: center;
            color: #fff;
            border-radius: .04rem;
        }

.ios .comment h4 {
    line-height: .56rem;
}

    .ios .comment h4 span {
        line-height: .36rem;
    }

.comment h4 .jing {
    background-color: #f99;
}

.comment h4 .shai {
    background-color: #9ad18a;
}

.comment .info {
    height: .54rem;
    line-height: .54rem;
}

    .comment .info .name {
        float: left;
        color: #666;
    }

    .comment .info .date {
        float: right;
        color: #999;
    }

    .comment .info .star-rate {
        float: left;
        height: .28rem;
        width: 1.5rem;
        margin: .09rem 0 0 .16rem;
    }

.comment p {
    position: relative;
    padding: .01rem 0 .01rem .74rem;
    height: .44rem;
    line-height: .44rem;
    margin-top: .06rem;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .comment p span {
        position: absolute;
        left: 0;
        top: .04rem;
        width: .66rem;
        height: .36rem;
        line-height: .36rem;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: .05rem;
        -webkit-border-radius: .05rem;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        font-size: .26rem;
        margin-bottom: .01rem;
    }

.hairlines .comment p span {
    border-width: .5px;
}

.comment .good span {
    border-color: #f66;
    color: #f66;
}

.comment .bad span {
    border-color: #999;
    color: #999;
}

.comment .summary span {
    border-color: #198ef6;
    color: #198ef6;
}

footer.comment-button {
    height: .9rem;
    margin: .3rem 0 0;
    border-top: 1px solid #f3f3f3;
    line-height: .96rem;
    text-align: center;
}

.hairlines footer.comment-button {
    border-width: .5px;
}

.ios footer.comment-button {
    line-height: .9rem;
}

footer.comment-button a, footer.comment-button button {
    position: relative;
    color: #666;
    border: 0 none;
    padding: 0;
    background: none;
    outline: 0 none;
}

    footer.comment-button a span, footer.comment-button button span {
        color: #999;
    }

    footer.comment-button a::before, footer.comment-button button::before {
        content: "";
        display: inline-block;
        height: .9rem;
        width: .34rem;
        margin: 0 .1rem 0 0;
        vertical-align: top;
        background: url(http://icon.zol-img.com.cn/wap2016/review/help-ico.png) center center no-repeat;
        -webkit-background-size: .34rem .34rem;
        background-size: .34rem .34rem;
    }

footer.comment-button .reply::before {
    background-image: url(http://icon.zol-img.com.cn/wap2016/review/reply-ico.png);
}

footer.comment-button .helpful, footer.comment-button .helpful span {
    color: #198ef6;
}

    footer.comment-button .helpful::before {
        background-image: url(http://icon.zol-img.com.cn/wap2016/review/helpful-ico.png);
    }

.review-pics {
    overflow: hidden;
    position: relative;
    padding: 0 .1rem;
    padding-top: .2rem;
}

    .review-pics li a {
        padding: 0;
    }

    .review-pics li {
        float: left;
        padding: 0 .1rem;
        width: 25%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .review-pics img {
        width: 100%;
    }

.review-body .product-name {
    height: .84rem;
    line-height: .84rem;
}

.view-more-section {
    position: relative;
    height: .85rem;
    margin: 0 0 .2rem;
    background-color: #fff;
}

    .view-more-section a {
        -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    }

    .view-more-section .load-status {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        text-align: center;
        line-height: .85rem;
        color: #999;
    }

        .view-more-section .load-status span {
            display: inline-block;
            width: .45rem;
            height: .45rem;
            margin-right: .1rem;
            vertical-align: top;
            -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
        }

.view-more-loading .load-status {
    display: block;
}

.header-title {
    position: relative;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    background: #198ef6;
    color: #fff;
}

    .header-title h2 {
        font-size: .36rem;
        font-weight: 500;
    }

    .header-title .back {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
        display: block;
        width: .88rem;
        height: .88rem;
        line-height: .88rem;
        overflow: hidden;
        text-align: center;
    }

        .header-title .back::before {
            content: '';
            display: inline-block;
            width: .44rem;
            height: .44rem;
            border-style: solid;
            border-color: #fff;
            border-width: .08rem 0 0 .08rem;
            -webkit-transform: rotate(-45deg) scale(.5) translateX(0.14rem);
            transform: rotate(-45deg) scale(.5) translateX(0.14rem);
            vertical-align: middle;
        }

.review-tip {
    height: .9rem;
    padding: 0 .2rem;
    line-height: .9rem;
    background-color: #fff3dd;
    color: #f63;
}

    .review-tip .go-modify {
        display: inline-block;
        height: .9rem;
        color: #198ef6!important;
    }

        .review-tip .go-modify::after {
            content: "";
            display: inline-block;
            width: .3rem;
            height: .3rem;
            border-width: 2px 2px 0 0;
            border-style: solid;
            border-color: #198ef6;
            vertical-align: bottom;
            margin: 0 0 .14rem;
            transform: rotate(45deg) translateY(-50%) scale(0.5);
            -webkit-transform: rotate(45deg) translate(-0.1rem,-0.1rem) scale(0.5);
        }

.review-detail {
    border-top: 1px solid #e6e6e6;
}

.ios .review-detail {
    border-width: .5px;
}

.review-tip ~ .review-detail {
    border: 0 none;
}

.review-detail .info {
    line-height: .56rem;
}

    .review-detail .info .star-rate {
        float: left;
        height: .34rem;
        width: 1.7rem;
        margin: .08rem 0 0 .16rem;
    }



form input[type="submit"] {
    display: block;
    width: 100%;
    height: .74rem;
    margin-top: .2rem;
    border: 0 none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background: #198ef6;
}

    form input[type="submit"].disabled, form input[type="submit"]:disabled {
        color: #fff;
        background: #ccc;
    }

.replies .replies-form {
    padding: .24rem 0 .06rem;
}

.reply-user-form {
    display: none;
}

    .reply-user-form > form header {
        display: none;
    }

.visible .reply-user-form {
    display: block;
}

.big-pic-pop {
    display: block;
    opacity: 1;
    position: fixed;
    transition: opacity .4s;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.901961);
}

    .big-pic-pop .container {
        border-spacing: 0;
        border-collapse: collapse;
        width: 500%;
        height: 100%;
        table-layout: fixed;
        transition: none;
        transform: translate3d(0px,0px,0px);
    }

        .big-pic-pop .container td {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
            text-align: center;
            overflow: hidden;
        }

        .big-pic-pop .container img {
            max-width: 100%;
            min-width: 300px;
        }

    .big-pic-pop .num {
        position: absolute;
        top: .1rem;
        left: 0;
        z-index: 2;
        width: 100%;
        text-align: center;
    }

        .big-pic-pop .num span {
            display: inline-block;
            height: .6rem;
            margin: .05rem 0;
            padding: 0 .2rem;
            background: rgba(0,0,0,.5);
            color: #fff;
            line-height: .6rem;
            border-radius: .3rem;
        }

.item {
    height: .18rem;
}

.power {
    height: .18rem;
    float: left;
    margin: 0 .02rem;
}

.rating_per {
    font-size: .1rem;
    margin: 0;
    float: left;
}

.starstop {
    float: left;
    /* margin-right: 5px; */
    margin: 0;
    font-size: .13rem;
}

.bigpower {
    width: 57%;
    /*background: #f5f5f5;*/
    height: .18rem;
    display: inline-block;
    position: absolute;
}

.powernum {
    font-size: .1rem;
    position: absolute;
    top: .035rem;
}

.stars5 {
    background: #00bb24 none repeat scroll 0 0;
}

.stars4 {
    background: #cbda40 none repeat scroll 0 0;
}

.stars3 {
    background: #fee942 none repeat scroll 0 0;
}

.stars2 {
    background: #feb13a none repeat scroll 0 0;
}

.stars1 {
    background: #f66662 none repeat scroll 0 0;
}

.score-list {
    overflow: hidden;
    padding: .01rem .1rem;
}

.scorelistmax {
    max-height: 1.7rem;
}

.score-list ul {
    overflow: hidden;
}

.score-list li {
    float: left;
    padding: .01rem;
    margin: .1rem .1rem 0 0;
    overflow: hidden;
}

.tags {
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .07rem;
    border: 1px solid;
    font-size: 12px;
    /*color: #f63!important;*/
}

.tagsnum {
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .07rem;
    border: 1px solid;
    margin-left: -5px;
    font-size: 12px;
}

.addtags {
    display: inline-block;
    height: .3rem;
    line-height: 0.3rem;
    padding: 0 .16rem;
    border: 1px solid #4093f2;
    color: #4093f2!important;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
}

.fixheader {
    position: fixed;
    width: 93%;
    background-color: white;
}

.score-list .bad a {
    border-color: #ccc;
    color: #999!important;
}

.score-list .selected {
    background-color: #ffece5;
}

.score-list .bad .selected {
    background-color: #f0f0f0;
}

.hairlines .score-list a {
    border-width: .5px;
}

.commenthead {
    border-bottom: 1px solid #4093f2;
    color: #4093f2;
    width: .7rem;
    padding: .05rem 0;
    margin-left: .2rem;
}

.commentbtn {
    display: inline-block;
    height: .38rem;
    line-height: 0.38rem;
    padding: 0 .18rem;
    border: 1px solid #c1c1c1;
    color: #c1c1c1!important;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
}

.review-btnbox {
    position: absolute;
    top: .26rem;
    right: 0;
    width: 2rem;
    height: .56rem;
    text-align: right;
}


.review-btnbox-fixed {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: .75rem;
    opacity: 1;
    border-top: 1px solid #ececec;
    overflow: hidden;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    background-color: #fff;
}

    .review-btnbox-fixed a {
        display: block;
        width: 100%;
        height: 100%;
        color: white !important;
        font-size: 0.22rem!important;
        text-align: center;
        line-height: .45rem;
        background-color: #00ba1e;
    }

#review.Offscreen {
    display: none;
}

.comment-wrapper {
    position: relative;
    padding: 8px 12px 8px 64px;
    /*border-bottom: 1px solid #d9d9d9;*/
}

.border-1px-down, .border-1px-up {
    position: relative;
}

.border-1px-down::after, .border-1px-up::before {
    display: block;
    position: absolute;
    left: 0;
    border-top: 1px solid #dedfe0;
    width: 100%;
    content: " ";
    pointer-events: none;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    left: 64px;
    right: 0;
    margin-top: 5px;
    width: auto;
}

.comment-wrapper .user-avatar {
    position: absolute;
    top: 8px;
    left: 12px;
    padding-right: 12px;
}

/*.comment-wrapper .user-wrapper {
    display: -webkit-box;
}*/

.comment-wrapper .user-wrapper .user-nick {
    -webkit-box-flex: initial;
    max-width: 140px;
    font-size: 16px;
    line-height: 19px;
    /*color: #777!important;*/
}

.comment-star {
    color: #777!important;
}

.comment-wrapper .user-wrapper > span {
    -webkit-box-flex: 1;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
}

.user-nick {
    
    overflow: hidden;
    margin-top: 0;
    max-width: 85px;
    height: 18px;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-flex: initial;
    color: #000!important;
}

.comment-wrapper .content-wrapper {
    color: #000;
}

    .comment-wrapper .content-wrapper .content {
        margin: 3px 0;
        clear: both;
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-word;
        white-space: pre-wrap;
        line-height: 24px;
        overflow: hidden;
    }

.comment-wrapper .comment-actions {
    position: relative;
    font-size: 13px;
    color: #777;
    margin: .07rem 0;
}

    .comment-wrapper .comment-actions .right-actions {
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 1;
        height: 30px;
        display: -webkit-box;
    }

        .comment-wrapper .comment-actions .right-actions > span {
            display: block;
        }

    .comment-wrapper .comment-actions .like {
        position: relative;
        font-size: 12px;
        color: #9f9f9f;
        padding: 10px 16px 0 15px;
    }

    .comment-wrapper .comment-actions .btn-comment {
        position: relative;
        font-size: 12px;
        color: #9f9f9f;
        padding: 10px 10px 0 15px;
    }

.comment-wrapper .user-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 20px;
    background-color: #efece9;
}

.replydiv {
    background-color: #eee;
    padding: 1em;
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
}

.read {
    background-image: url(../images/comment_count.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
    /*margin-left: 43px;*/
}

.like {
    background-image: url(../images/heart.png);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 12px;
}

.likered {
    background-image: url(../images/heart_red.png);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 12px;
}

.read, .like, .likered {
    float: right;
    font-size: 12px;
    color: #989898;
    margin-top: 6px;
}

.goodtitle {
    /*background: url(../images/icon1.png) 0px -4px no-repeat;  background-size: 30px 200px;*/
    background: url(../images/icon11.png) 0px 7px no-repeat;
    display: inline-block;
    background-size: 28px 150px;
    padding-left: 38px;
}

.tagstitle {
    /*background: url(../images/icon1.png) 0px -53px no-repeat; background-size: 30px 200px; */
    background: url(../images/icon11.png) 0px -54px no-repeat;
    background-size: 28px 150px;
    padding-left: 38px;
}

.commenttitle {
    /*background: url(../images/icon1.png) 0px -100px no-repeat;background-size: 30px 200px;*/
    background: url(../images/icon11.png) 0px -114px no-repeat;
    display: inline-block;
    background-size: 28px 150px;
    padding-left: 38px;
}

.stars5img {
    /*background: url(../images/icon2.png) 0px 0px no-repeat;*/
    background: url(../images/icon2.png) 0px 0px no-repeat;
    background-repeat: no-repeat;
    height: 12px;
    width: 13px;
    display: inline-block;
    background-size: 12px 80px;    
    /*margin-top: 2px;*/
}

.stars4img {
    /* background: url(../images/icon2.png) 0px -21px no-repeat;height: 12px; background-size: 12px 100px;*/
    background: url(../images/icon2.png) 0px -16px no-repeat;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: 12px 80px;
     /* margin-top: 1px;   */
}

.stars3img {
    /*background: url(../images/icon2.png) 0px -42px no-repeat;*/
    background: url(../images/icon2.png) 0px -33px no-repeat;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: 12px 80px;    
    /* margin-top: 1px; */     
}

.stars2img {
    /* background: url(../images/icon2.png) 0px -62px no-repeat;*/
    background: url(../images/icon2.png) 0px -50px no-repeat;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: 12px 80px;
    /* margin-top: 1px;  */    
}

.stars1img {
    /* background: url(../images/icon2.png) 0px -83px no-repeat;*/
    background: url(../images/icon2.png) 0px -67px no-repeat;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: 12px 80px;  
    /* margin-top: 2px;  */   
}


.label {
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .07rem;
    border: 1px solid;
    font-size: 12px;
    border-color: rgba(126, 191, 238,1);
    background-color: rgba(126, 191, 238, 0.29);
}

.labelnum {
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .07rem;
    border: 1px solid;
    margin-left: -5px;
    font-size: 12px;
    border-color: rgba(126, 191, 238,1);
    background-color: rgba(126, 191, 238,1);
    color: white !important;
}

.label.select {
    border-color: rgba(42, 108, 223,1);
    background-color: rgba(42, 108, 223, 0.29);
}

.labelnum.select {
    border-color: rgba(42, 108, 223,1);
    background-color: rgba(42, 108, 223,1);
}

.addtext {
    background-color: #ededed;
    border: 0px;
    width: 76%;
    height: 0.42rem;
    float: left;
}

.adda {
    background-color: #414340;
    color: white !important;
    height: .42rem;
    display: inline-block;
    width: 19%;
    float: left;
    text-align: center;
    line-height: .42rem;
}

.pub-con, .pub-float {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.pub-float {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-highlight: none;
    font-size: 14px;
}

.pub-con {
    position: relative;
    top: 0;
    width: 100%;
}

.pub-wrap.edit-mode.show {
    opacity: 1;
}

.pub-float.pub.show, .pub-wrap.edit-mode.show {
    transition-timing-function: ease-in;
    transition-duration: .3s;
    transition-property: opacity;
}

.pub-wrap.edit-mode {
    top: 0;
    margin: 10px;
    border-radius: 4px;
    padding: 0;
    opacity: 0;
}

.pub-wrap {
    overflow: hidden;
    position: relative;
    background: #fff;
}

    .pub-wrap.edit-mode .editor-outer {
        padding: 6px 15px 0px 15px;
    }


        .pub-wrap.edit-mode .editor-outer .editor {
            margin: 0;
        }

.pub-float textarea {
    font-size: 14px;
    color: #000;
}

#cp-editor, .editor {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    margin: 15px 0;
    border: 1px solid #c8c7cc;
    width: 100%;
    height: auto;
    min-height: 60px;
    -webkit-appearance: none;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
}

textarea {
    overflow: auto;
    font: inherit;
    margin: 0;
}

#cp-editor {
    display: none;
    border: 1px solid #c00;
}

.pub-type {
    display: -webkit-box;
    -webkit-box-pack: end;
    -webkit-box-align: center;
    -webkit-box-sizing: content-box;
    padding: 8px 20px;
    height: 30px;
    font-size: 16px;
    background: #fff;
}

    .pub-type li {
        height: 27px;
        /*line-height: 35px;*/
    }

.pub-cancel {
    margin-right: 10px;
    border: 1px solid #d4d4d4 !important;
    color: grey !important;
    background-color: #fff;
}

.pub-wrap button {
    border: 0;
    border-radius: 4px;
    width: 65px;
    height: 27px;
    font-size: .15rem;
    text-align: center;
    color: #fff;
}

.pub-publish {
    float: right;
    background-color: #989898;
}

button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

.border-1px {
    position: relative;
}

    .border-1px::after {
        width: 199%;
        height: 199%;
        -webkit-transform: scale(.5,.5);
        transform: scale(.5,.5);
        -webkit-transform-origin: 0 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #c8c7cc;
        content: " ";
        pointer-events: none;
    }

.pub-type .pic-type {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
}

.pub-type .pic-type {
    margin-right: 14px;
    background-size: 25px 25px;
}

.pub-flex {
    -webkit-box-flex: 1;
}

.startitle {
    float: left;
    margin: 0 10px 0px 0;
    padding-top: 8px;
}


.starability-basic {
    display: block;
    position: relative;
    width: 150px;
    /*min-height: 60px;*/
    padding: 0;
    border: none;
}

    .starability-basic > input {
        position: absolute;
        margin-right: -100%;
        opacity: 0;
    }

        .starability-basic > input:checked ~ label, .starability-basic > input:focus ~ label, .starability-basic > input:hover ~ label {
            background-position: 0 -30px;
        }

    .starability-basic > label {
        position: relative;
        display: inline-block;
        float: right;
        width: 30px;
        height: 30px;
        color: transparent;
        cursor: pointer;
        background-image: url(../images/icons.png);
        background-repeat: no-repeat;
    }

.star_score a.clibg1 {
    background: url(../images/icon3.png) 0px 0px no-repeat;
    background-repeat: no-repeat;
    background-size: 22px 244px;
    left: 0;
}

.star_score a.clibg2 {
    background: url(../images/icon3.png) 0px -25px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.clibg3 {
    background: url(../images/icon3.png) 0px -50px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.clibg4 {
    background: url(../images/icon3.png) 0px -75px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.clibg5 {
    background: url(../images/icon3.png) 0px -99px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.selclibg1 {
    background: url(../images/icon3.png) 0px -124px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.selclibg2 {
    background: url(../images/icon3.png) 0px -149px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.selclibg3 {
    background: url(../images/icon3.png) 0px -174px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.selclibg4 {
    background: url(../images/icon3.png) 0px -198px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

.star_score a.selclibg5 {
    background: url(../images/icon3.png) 0px -223px no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 22px 244px;
}

/*星星样式*/

.block {
    width: 100%;
    margin: 0 0 0px 0;
    padding-top: 6px;
    padding-left: 50px;
    line-height: 21px;
}

.star_score {
    float: left;
}

.star_list {
    height: 21px;
    margin: 50px;
    line-height: 21px;
}

.attitude {
    padding-left: 20px;
    line-height: 21px;
    display: inline-block;
}



.star_score {
    width: 160px;
    height: 21px;
    position: relative;
}

    .star_score a {
        height: 22px;
        display: block;
        text-indent: -999em;
        position: absolute;
        left: 0;
    }


.writeping {
    font-size: 16px;
    padding-left: 26px;
    background-position: 2px -62px;
    color: #bbb9ba;
    background: url(../images/pl.png) no-repeat;
    background-size: 20px 20px;
    border-bottom: 1px solid #ababab;
    margin: .05rem .2rem .1rem .2rem;
}



div.avg {
    background: #529cf5;
    height: 16px;
    border-radius: .1rem;
}

div.score-wrapper {
    padding: 0;
    margin: 0;
    height: 72px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;

}

div.score-bar {
    background: #d0d0d0;
    height: 16px;
    border-radius: .1rem;
        margin-top: 5px;
}

div.score-num {
    display: inline-block;
    float: right;
    margin: .14rem .08rem 0 0;
    font-size: 15px;
}

div.score-right {
    right: 62px;
    color: black;
}

div.attrs {
    white-space: nowrap;
    display: inline-block;
    margin: .12rem 0 .07rem .06rem;
}


div .num1 {
    color: #de5249;
}

div .num2 {
    color: #fea10f;
}

div .num3 {
    color: #35c34c;
}

div .numall {
    color: #989898;
}

div.link {
    line-height: 72px;
    font-size: .3rem;
    display: inline-block;
    width: 11%;
    text-align: center;
}


.rankpk {
    display: inline-block;
    border-radius: 20px;
    width: 40px;
    height: 26px;
    font-size: .18rem;
    text-align: center;    
    border: 1px solid #539cf3 !important;
    color: #539cf3 !important;
    background-color: #fff;
    float: right;
    margin-top: .11rem;
    outline: 0;
    padding: 3px 0 3px 0;
}

.progress {
    width: 85%;
    float: right;
    margin-right: .1rem;
}

.hottitle {    
    color: #989898;
    padding: .1rem .1rem .1rem .2rem;
    border-bottom: 1px solid #d9d9d9;
}

    .hottitle a {
        float: right;
        font-size: 20px;
        color: #989898;
    }

.no-border-bottom {
    border-bottom: 0px !important;
}

.no-border-top {
    border-top: 0px !important;
}
.newstitle {
    /*background: url(../images/icon1.png) 0px -100px no-repeat;background-size: 30px 200px;*/
    background: url(../images/pc.png) 0px 8px  no-repeat;
    display: inline-block;
    background-size: 28px 28px;
    padding-left: 38px;
}