@charset "UTF-8";
/*************综合自测 start*************/
body,.mui-content{ background:#f4f4f4;}
.mui-bar-nav{ box-shadow:none;}
.test_banner{
    width:100%;
    margin-top:40px;
}
.test_banner img{ width:100%;}
.course_title{
    position:relative;
    width:calc(100% - 30px);
    line-height:30px;
    padding-left:10px;
    font-size:1.6rem;
    color:#000;
    margin:10px auto;
    overflow:hidden;
    box-sizing: border-box;
}
.course_title::after{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    margin-top:-10px;
    width:4px;
    height:20px;
    background:#d11e01;
}

.section_nr .section{
    display:none;
}
.section li{
    background:#fff;
    border-radius:8px;
    margin-bottom:15px;
}
/*************综合自测 end*************/