.choice,.topic_timu{
    margin: 50px 50px 100px 50px;
    text-align: center;
}
.topic_biaoti{
    text-align: center;
    margin-right: 100px;
}
.choice span{
    border: 1px solid;
    border-radius: 15%;
    margin: 30px;
    
    background-color: papayawhip;
}
.choice a{
    width: 150px;   
}
.topic_timu a{
    font-size: 24px;
    font-weight: 800;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* 测评报告 */
.report{
    float: left;
    width: 100%;
    height: 800px;
    font-size: 14px;
}
.report-topic{
    float: left;
    width: 10%;
    background-color: pink;
    height: 800px;
}
.report-content{
    float: left;
    width: 90%;
    background-color: papayawhip;
    height: 800px; 
}

.report-content-title span{
    margin: 30px;
    font-size: 24px;
    font-weight: 700;
}

.report-topic-rili, .report-topic-timu{
    height: 50px;
}
.report-topic-rili-neirong{
    height: 150px;
}

.report-topic-timu-fenlei{
    height: 350px; 
}
.cp-leibie{
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
/*最大报告号*/
#max-id {
    /* display:none; */
    font-size: 14px;
}
#classcode{
    display:none;
}
.report-content,.report-topic-rili-neirong {
    overflow-y:scroll;

}