
/*ping*/
.app_comment {
    background: #fff;
    padding: 0;
}

.plhtml {
    padding: 6px 10px 10px 10px;
    background: #fff;
}

.pladd {
    margin: 10px 0 0 0;
    border-radius: 2px;
    border: 1px solid #eee;
}

.pladd textarea {
    width: 96%;
    padding: 2%;
    height: 60px;
    border: 0;
    font-size: 14px;
}

.pladd .bom {
    display: block;
    height: 31px;
    line-height: 31px;
    border-top: 1px solid #eee;
}

.pladd .bom #userName {
    display: none;
    float: left;
    background: url(/static/images/pinguser.png) 0 0 no-repeat;
    border: 0;
    padding: 0 0 0 48px;
    width: 100px;
    box-sizing: content-box;
    height: 25px;
    line-height: 25px;
    margin: 3px 0 0 3px;
    color: #555;
    border-right: 1px solid #fcb52b;
    font-size: 13px;
    text-align: left;
}

.pladd input {
    float: right;
    width: 80px;
    height: 31px;
    line-height: 31px;
    background: #f4f4f4;
    border: 0;
    text-align: center;
    color: #555;
    font-size: 15px;
    border-left: 1px solid #eee;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.pladd .reping {
    display: none;
    float: left;
    color: #444;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-indent: 6px;
}

.pladd .reping em {
    padding: 0 2px;
    font-style: normal;
    text-decoration: none;
}

.pladd .reping i {
    color: red;
    padding-left: 8px;
    cursor: pointer;
    font-style: normal;
    text-decoration: underline;
}

.pllist ul li {
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
    padding: 2px 0 3px 0;
}

.pllist ul li p {
    line-height: 26px;
    padding: 0 3px;
    font-size: 14px;
    color: #777;
}

.pllist ul li p .i {
    color: #326eb4;
    font-weight: bold;
}

.pllist ul li p .d {
    font-size: 13px;
    padding-left: 10px;
}

.pllist ul li p .l {
    font-size: 13px;
    float: right;
}

.pllist p.m {
    float: right;
}

.pllist p.m span {
    position: relative;
    font-size: 13px;
    margin-left: 15px;
    color: #777;
}

@keyframes dig {
    100% {
        top: -20px;
        right: -12px;
    }
}

@-webkit-keyframes dig {
    100% {
        top: -20px;
        right: -12px;
    }
}

@-moz-keyframes dig {
    100% {
        top: -20px;
        right: -12px;
    }
}

@-ms-keyframes dig {
    100% {
        top: -20px;
        right: -12px;
    }
}

.pllist p.m span .Qdig {
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 10;
    font-size: 24px;
    color: #28bd98;
    animation: dig 1s;
    -webkit-animation: dig 1s;
    -moz-animation: dig 1s;
    -o-animation: dig 1s;
}

.pllist p.m span .Qbad {
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 10;
    font-size: 24px;
    color: #ff6f6f;
    animation: dig 1s;
    -webkit-animation: dig 1s;
    -moz-animation: dig 1s;
    -o-animation: dig 1s;
}

.pllist p.m span.s {
    color: #28bd98;
}

.pllist p.m span.a {
    color: #ff6f6f;
}

.pllist p.t {
    color: #555;
    line-height: 24px;
    padding: 4px 8px;
}

.pllist .loadmore {
    display: none;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    background: #f6f6f6;
    margin: 5px 0;
    color: #888;
    border-radius: 2px;
}

.pllist ul li .hf {
    position: relative;
    margin: 10px 8px 5px 8px;
    padding: 5px 5px 2px 5px;
    border: 1px solid #dbdbdb;
    background: #f9f9f9;
    border-radius: 2px;
}

.pllist ul li .hf:after {
    content: "";
    position: absolute;
    left: 12px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ddd;
}

.pllist ul li .hf .hfa {
    font-size: 14px;
    line-height: 24px;
    color: #777;
}

.pllist ul li .hf .hfb {
    text-align: right;
    font-size: 13px;
    line-height: 24px;
    color: #777;
}

.pllist ul li .hf .hfb i {
    font-size: 13px;
    padding-right: 8px;
    color: #6087b5;
}

.pllist ul li .hf .hfb i a {
    color: #6087b5;
    font-weight: 800;
}

.alert {
    width: 72%;
    position: fixed;
    top: 40%;
    left: 10%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    padding: 15px 4%;
    line-height: 22px;
    border-radius: 6px;
    font-size: 15px;
    z-index: 999999;
}

.discu {
    position: relative;
    padding: 0px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f9f9f9;
    margin-left: 10px;
}

.discu b,.discu i {
    position: absolute;
    border-radius: 40%;
    top: -6px;
    right: -6px;
    color: #FFF;
    text-align: center;
    padding: 0px 3px;
    background: red;
    font-size: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    line-height: 12px;
    font-weight: 300;
}



/*score*/
.down_score {
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0 0 0;
    background: #fff;
    overflow: hidden;
}

.down_score .score_show {
    display: -webkit-box;
    padding: 15px 15px 10px 15px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.down_score .score_show .score_show_left {
    width: 80px;
    height: 85px;
    overflow: hidden;
    text-align: center;
    margin: 0 22px 0 0;
}

.down_score .score_show .score_show_left em {
    display: block;
    font-style: normal;
    color: #222;
    font-size: 56px;
    height: 60px;
    line-height: 54px;
    padding: 0;
}

.down_score .score_show .score_show_left > span {
    display: block;
    position: relative;
    width: 78px;
    height: 13px;
    margin: 5px auto 0 auto;
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-position: 0 -14px;
    background-image: url(../images/score_star.png);
}

.down_score .score_show .score_show_left span > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-position: 0 0;
    background-image: url(../images/score_star.png);
}

.down_score .score_show .score_show_left i {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #888;
    height: 30px;
    line-height: 30px;
    padding: 2px 0 5px 0;
}

.down_score .score_show .score_show_right {
    -webkit-box-flex: 1;
}

.down_score .score_show .score_show_right ul {
    margin: 0;
    padding: 0;
}

.down_score .score_show .score_show_right ul li {
    display: -webkit-box;
    list-style: none;
    margin: 0 0 4px 0;
}

.down_score .score_show .score_show_right ul li > em {
    width: 23px;
    height: 14px;
    line-height: 18px;
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #999;
    background-repeat: no-repeat;
    background-size: auto 27px;
    background-position: 9px -11px;
    background-image: url(../images/score_star.png);
    position: relative;
    top: -5px;
}

.down_score .score_show .score_show_right ul li > span {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    height: 6px;
    background: #f6f6f6;
    margin: 0 0 0 6px;
}

.down_score .score_show .score_show_right ul li > span > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background: #09F;
}

.down_score .score_show .score_show_right ul li:nth-of-type(1) > span > span {
    background: rgba(0,153,255,0.9);
}

.down_score .score_show .score_show_right ul li:nth-of-type(2) > span > span {
    background: rgba(0,153,255,0.8);
}

.down_score .score_show .score_show_right ul li:nth-of-type(3) > span > span {
    background: rgba(0,153,255,0.7);
}

.down_score .score_show .score_show_right ul li:nth-of-type(4) > span > span {
    background: rgba(0,153,255,0.6);
}

.down_score .score_show .score_show_right ul li:nth-of-type(5) > span > span {
    background: rgba(0,153,255,0.5);
}

.down_score .score_view {
    height: 136px;
    width: 100%;
    background: url(../images/score_bg.png) center bottom no-repeat;
    background-size: 100% auto;
}

.down_score .score_view .view_info {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(rgba(255, 255, 255, .2)));
    padding: 10px 12px 20px 12px;
}

.down_score .score_view .view_info img {
    float: left;
    width: 56px;
    height: 56px;
    display: block;
    margin-top: 4px;
    min-width: 56px;
    max-width: 56px;
    border-radius: 8px;
    overflow: hidden;
}

.down_score .score_view .view_info .info_down {
    float: left;
    margin-left: 10px;
}

.down_score .score_view .view_info .info_down h5 {
    display: block;
    color: #333;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 0 0;
    font-weight: 300;
}

.down_score .score_view .view_info .info_down span {
    display: block;
    color: #999;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    margin-top: 15px;
}

.down_score .score_view .view_info .info_count {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 66px;
    height: 66px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    color: #fff;
    background: url(../images/score_num.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.down_score .score_count {
    position: relative;
    width: 94%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0rem 0rem 0.46rem 0.05rem rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
    margin: 0 3%;
}

.down_score .score_count .count_star {
    background: url(../images/score_star.png) 0 -25px no-repeat;
    display: block;
    overflow: hidden;
    width: 160px;
    margin: 10px 0 0 12px;
    height: 20px;
    float: left;
}

.down_score .score_count .count_star i {
    background: transparent;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.down_score .score_count .count_star i.active {
    background: url(../images/score_star.png) no-repeat;
}

.down_score .score_count .count_txt {
    position: absolute;
    top: 0;
    right: 88px;
    width: 60px;
    color: #999;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
}

.down_score .score_count .count_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 88px;
    height: 40px;
    background-color: #19B955;
    font-size: 14px;
    line-height: 40px;
}

.down_score .score_count .count_btn.on {
    background: #999;
}

.staralert {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 130px;
    margin: 0 0 0 -65px;
    line-height: 26px;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
    box-shadow: 0 0 10px #999;
    z-index: 99999;
}
