
.checkcont-wrap{
    position: relative;
}
.model-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999999999;
    /* display: none; */
}
.model-maincont{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.model-cont{
    width: 600px;
    margin: 0 auto;
}
.model-top{
    background-color: #82ACFF;
    border-radius:40px 40px 0px 0px;
    text-align: center;
    position: relative;
}
.model-top svg{
    width:26px;
    height:26px;
    color: #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: 40px;
    margin-right: 10px;
}
.model-top span{
    font-size: 20px;
    color: #fff;
    font-weight:600;
    margin: auto 0;
}
.model-bto{
    background-color: #fff;
    border-radius:0 0 60px 60px;
    padding-bottom: 50px;
}
.blue-btn{
    width: 160px;
    height: 55px;
    border-radius:25px;
    background-color: #638FE4;
    transition: all .2s;
}
.blue-btn button{
    width: 160px;
    height: 50px;
    border-radius:25px;
    background-color: #82ACFF;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight:600;
    line-height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .2s;
}
.exam-num{
    /* display: none; */
}
.exam-info .blue-btn{
    margin: 78px auto 0 auto;
}
.stu-avatar{
    width:193px;
    height:193px;
    background:#313343;
    border-radius:8px;
    margin-right: 100px;
    margin-left: 175px;
}
.stu-infoitem{
    margin-bottom: 29px;
}
.stu-infoitem span{
    font-size: 18px;
    color: #34343D;
    line-height: 18px;
}
.stu-infoitem span:nth-child(1){
    display: block;
    width: 73px;
    font-weight:600;
    margin-right: 20px;
}
.exam-infobto{
    padding-top: 78px;
}
.stu-infolist .stu-infoitem:last-child{
    margin-bottom: 0;
}
.woman{
    color: #FF5D9E;
}
.man{
    color: #82ACFF;
}
.exam-info{
    display: none;
}
.exam-noticebto{
    padding: 30px 0 50px 0;
}
.exam-noticemain{
    width: 780px;
    height: 310px;
    border: 1px solid #DCDFE5;
    margin: 0 auto;
    padding: 25px 20px;
}
.exam-noticemain p{
    color: #34343D;
    line-height:26px;
    text-align: justify;
}
.exam-noticebto .blue-btn{
    margin:  0 auto;
}
.exam-noticebox{
    margin-top: 20px;
    margin-bottom: 29px;
    justify-content: center;
}
.exam-noticeround{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #82ACFF;
    margin-right: 10px;
    cursor: pointer;
}
.round-active div{
    width:10px;
    height:10px;
    background:#82ACFF;
    border-radius:50%;
    margin: auto;
}
.exam-noticebox p{
    font-size: 12px;
    color: #34343D;
    margin: auto 0;
}
.exam-notice{
    display: none;
}
.filter-wrap{
    width:140px;
    height:60px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    font-weight:600;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    /* position: absolute; */
    margin-top: 40px;
    margin-left: 40px;
    justify-content: center;
    cursor: pointer;
}
.filter-wrap svg{
    margin: auto 8px auto 0;
}
.check-wrap{
    width: 1200px;
    margin: 40px auto 0 auto;
}
.check-top{
    width: 100%;
    height: 60px;
    background-color: #82ACFF;
    border-radius:40px 40px 0px 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight:600;
    line-height: 60px;
}
.check-bto{
    background-color: #fff;
    border-radius:0 0 60px 60px;
    padding: 135px 0 50px 0;
}
.check-itemw{
    justify-content: center;
    margin-bottom: 130px;
}
.check-item{
    padding: 30px 40px;
    justify-content: space-between;
    border: 1px solid #82ACFF;
    width: 268px;
}
.check-itemw .check-item:first-child{
    margin-right: 160px;
}
.check-iteml svg{
    width:34px;
    height:28px;
    color: #82ACFF;
    margin-right: 19px;
}
.check-iteml span{
    color: #383D49;
    margin: auto 0;
}
.isright{
    width:30px;
    height:30px;
    color: #49E876;
    display: none;
}
.iswrong{
    width:30px;
    height:30px;
    color: #FF5D9E;
    display: none;
}
.check-bto .blue-btn{
    margin: 0 auto;
}
.steps-wrap{
    padding-bottom: 30px;
    /* display: none; */
}
.steps-box{
    justify-content: center;
}
.step-num{
    width:30px;
    height:30px;
    background-color:#FF5D9E;
    border-radius:50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight:600;
}
.steps-point{
    margin: auto 20px;
}
.steps-point span{
    width:6px;
    height:6px;
    background:#D4D7DF;
    border-radius:50%;
}
.steps-point span:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
}
.grey-bg{
    background-color: #D4D7DF;
}
.checkaudio-wraps{
    padding-top: 85px;
    /* display: none; */
}
.checkaudio-wrap{
    padding: 20px 30px;
    width: 368px;
    border: 1px solid #82ACFF;
    background-color: rgba(130,172,255,0.05);
    margin: 0px auto 85px auto;
}
.checkaudio{
    width:50px;
    height:50px;
    background:#82ACFF;
    border-radius:50%;
    cursor: pointer;
}
.checkaudio-stops-wrap{
    display: none;
}
.checkaudio-stop{
    width:50px;
    height:50px;
    background:#FF5D9E;
    border-radius:50%;
    cursor: pointer;
    /* display: none; */
}
.checkaudio-cont,.checkaudio-contstop{
    width:40px;
    height:40px;
    background:rgba(255,255,255,0.2);
    border-radius:50%;
    margin: auto;
}
.checkaudio-contstop svg,.checkaudio-cont svg{
    width:16px;
    height:16px;
    color: #fff;
    margin: auto;
}
.checkaudio-cont svg{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}
.checkaudio-wrap p{
    color: #868D99;
    margin: auto 0 auto 50px;
}
.checkaudio-reswrap{
    visibility: hidden;
    /* transition: all .3s; */
}
.checkaudio-reswrap p{
    color: #34343D;
    margin-bottom: 30px;
    text-align: center;
}
.grey-btn{
    width: 160px;
    height: 55px;
    border-radius:25px;
    background-color: #ABAFB8;
}
.grey-btn button{
    width: 160px;
    height: 50px;
    border-radius:25px;
    background-color: #D4D7DF;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight:600;
    line-height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
}
.checkaudio-resbtn{
    justify-content: center;
    margin-bottom: 40px;
}
.checkaudio-resbtn .grey-btn{
    margin-right: 60px;
}
.micicon-wrap{
    width:92px;
    height:92px;
    background:rgba(130,172,255,0.2);
    border-radius:50%;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
}
.micicon-wrap-grey{
    background:rgba(212,215,223,0.2);
    display: none;
}
.micicon-box{
    width: 72px;
    height: 72px;
    background:rgba(130,172,255,0.4);
    border-radius:50%;
    padding: 10px;
}
.micicon-wrap-grey .micicon-box{
    background:rgba(212,215,223,0.4);
}
.micicon-cont{
    width: 72px;
    height: 72px;
    background:#82ACFF;
    border-radius:50%;
}
.micicon-wrap-grey .micicon-cont{
    background: #D4D7DF;
}
.micicon-cont svg{
    width:28px;
    height:34px;
    color: #fff;
    margin: auto;
}
.checkmic-wraps{
    padding-top: 50px;
    display: none;
}
.say-cont{
    font-size: 20px;
    color: #34343D;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 49px;
    text-align: center;
}
.say-cont-grey{
    display: none;
}
.pass-wrap,.unpass-wrap,.unpassres-wrap,.passres-wrap{
    display: none;
}
.result-box svg{
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.pass-box svg{
    color: #49E876;
}
.unpass-box svg{
    color: #FFD73A;
}
.result-box p{
    color: #34343D;
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 55px;
    text-align: center;
}
.result-wrap .blue-btn,.result-wrap .pink-btn{
    margin: 0 auto;
}
.checkresult-wrap{
    padding-top: 62px;
    display: none;
}
.pink-btn {
    width: 160px;
    height: 55px;
    border-radius: 25px;
    background-color: #DC3679;
    margin: 0 auto;
    transition: all .2s;
}
.pink-btn button {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background-color: #FF5D9E;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .2s;
}
.noneaudio{
    display: none;
}

#sounds{
    text-align: center;
    margin-top: 10px;
    color: #34343D;
    display: none;
}