/*----------------评分-----------*/
.xue_evaluate{
    background: #ffffff;
    padding-bottom: 0.3rem;
}

.xue_evaluate h2{
    font-size: 0.3rem;
    color: #212121;
    border-left: 0.06rem solid #940000;
    padding-left: 0.1rem;
    line-height: 0.27rem;
    margin-top: 0.2rem;
}
.comment {
    font-size: 0.24rem;
    color: #940000;
    margin-right: 0.8rem;
}
.comment li {
    float: left;
    cursor: pointer;
    font-size: 0.32rem;
    margin-top: -0.1rem;
    margin-left: 0.1rem;
}
.active{
    color: #940000;
}

.xue_evaluate  h3{
    color: #212121;
    font-size: 0.26rem;
    margin-top: 0.2rem;
}
.xue_evaluate h3 span{
    color: #ff6d6d;
    margin-right: 0.05rem
}
.xue_pf h3 {
    float: left;
}
.xue_pf ul{
    float: left;
}
.xue_pf>ul>li{
    float: left;
    margin-left: 0.1rem;
    font-size: 0.22rem;
    margin-top: 0.15rem;
}
.xue_pf ul li span{
    float: left;
    font-size: 0.2rem;
    color: #212121;
}
.xue_pf>ul>li>ul{
    float: right;
    margin-right: 0.8rem;
}
.xue_evaluate li span{
    font-size: 0.2rem;
}
/*---内容----------*/
.xue_nr h4{
    font-size: 0.2rem;
    margin-top: 0.1rem;
}
.xue_nr h4 span{
    color: #930000;
}
.xue_nr textarea{
    width: 6.2rem;
    height: 2.2rem;
    margin-top: 0.1rem;
}
.xue_nr button{
    border:0;
    width: 1.77rem;
    height:0.54rem;
    background: #759ce6;
    text-align: center;
    line-height:0.54rem;
    font-size: 0.22rem;
    color: #f8e63d;
    cursor: pointer;
    display: block;
    margin: 0.2rem 0 0.1rem;
}
.xue_nr p{
    color: #759ce6;
    font-size: 0.16rem;
    width: 6.2rem;
}

@media (max-width: 768px) {
    .xue_pf>ul>li>ul {
        margin-right: 0.7rem;
    }
}

@media (max-width: 420px) {
    .xue_pf>ul>li>ul {
        margin-right: 0.5rem;
    }
}

@media (max-width: 360px) {
    .xue_pf ul{
        margin-top: 0.1rem;
    }
    .comment li{
        font-size: 0.4rem;
        margin-top: -0.2rem;
    }
}

@media (max-width: 320px) {
    .xue_pf>ul>li>ul {
        margin-right: 0.9rem;
    }
}