p{
    margin: 0;
}
.evaluation{
    width: 100%;
    height: 100vh;
    background: #F6F6F6;
}
.evaluation-list{
    float: left;
    width: 7.1rem;
    height: 1.4rem;
    background: #FFFFFF;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    border-radius: 0.2rem;
}
.evaluation-left{
    width: 5.7rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    float: left;
}
.evaluation-right{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    float: left;
}
.title{
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #323C32;
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.content{
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C1C2C6;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    margin-top: 0.05rem;
}
.evaluation-right img{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 0.05rem;
    margin-top: 0;
}
.evaluation-content{
    width: 100%;
    height: 100vh;
}
.evaluation-content img{
    width: 100%;
    min-height: 100%;
}
.evaluation-content p{
    width: 7.1rem;
    height: 0.78rem;
    background: #F45B63;
    border-radius: 0.5rem;
    font-size: 0.3rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.78rem;
    text-align: center;
    position: fixed;
    bottom: 0.8rem;
    left: 0.2rem;
}
.question{
    width: 100%;
    height: 100vh;
}
.question-head{
    width: 100%;
    height: 1rem;
}
.question-head p{
    font-size: 0.34rem;
    float: right;
    line-height: 1rem;
    margin-right: 0.33rem;
}
.question-head p span{
    font-size: 0.4rem;
    color: #F45B63;
}
.question-list{
    width: 100%;
    float: left;
    margin-top: 0.2rem;
    min-height: 1rem;
}
.question-list-head{
    width: 100%;
    min-height: 1rem;
}
.question-list-head p{
    width: 6.9rem;
    padding: 0 0.3rem;
    font-size: 0.34rem;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #323C32;
    padding-top: 0.36rem;
    word-break: break-all;
    font-weight: 700;
}
.question-list-body{
    width: 100%;
    min-height: 200px;
    margin-top: 0.27rem;
}
.question-list-body-box{
    width: 100%;
    min-height: 0.6rem;
    background: white;
    margin-top: 0.41rem;
    float: left;
}
.question-option{
    width: 0.58rem;
    height: 0.58rem;
    border: 0.02rem solid #F45B63;
    border-radius: 50%;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.6rem;
    color: #F45B63;
    margin-left: 1rem;
    float: left;
}
.question-subject{
    font-size: 0.24rem;
    color: #C1C2C6;
    margin-left: 0.2rem;
    line-height: 0.65rem;
    float: left;
}
.question-foot{
    width: 100%;
    height: 1rem;
    margin-top: 1rem;
    float: left;
}
.question-prev{
    width: 1.7rem;
    height: 0.6rem;
    background: #F45B63;
    border-radius: 0.3rem;
    margin-left: 1.44rem;
    font-size: 0.26rem;
    text-align: center;
    color: white;
    line-height: 0.6rem;
    float: left;
}
.question-next{
    width: 1.7rem;
    height: 0.6rem;
    background: #F45B63;
    border-radius: 0.3rem;
    margin-left: 1.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: white;
    line-height: 0.6rem;
    float: left;
}
.question-submit{
    width: 1.7rem;
    height: 0.6rem;
    background: #FDD34B;
    border-radius: 0.3rem;
    margin-left: 1.2rem;
    font-size: 0.26rem;
    text-align: center;
    color: black;
    line-height: 0.6rem;
    float: left;
}
.question-list-body-box .active{
    background: #F45B63;
    color: white;
    border: 0.02rem solid #F45B63;
}
.toast-img{
    width: 1.86rem;
    height: 2.09rem;
    margin-left: 1.46rem;
    margin-top: 0.86rem;
}
.toast-title{
    font-size: 0.3rem;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #323C32;
    font-weight: 700;
    margin-top: 0.39rem;
}
.toast-btn{
    width: 2.91rem;
    height: 0.78rem;
    background: #F45B63;
    border-radius: 0.44rem;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.78rem;
    margin-left: 0.94rem;
    margin-top: 0.43rem;
}
.report{
    width: 100%;
    height: 100vh;
    background-color: #F6F6F6;
}
.report-box{
    width: 7.1rem;
    padding-bottom: 0.3rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    float: left;
}
.report-title{
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #323C32;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
}
.report-content{
    width: 6.5rem;
    font-size: 0.24rem;
    color: #C1C2C6;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    text-align:justify;
    line-height: 0.4rem;
}