
.chooseitem-wrap {
    height: 320px;
    width: 320px;
    background-color: #fff;
    border-radius: 60px;
    flex-flow: column;
    justify-content: center;
    cursor: pointer;
}
.chooseitem {
    text-align: center;
}
.chooseitem svg {
    display: block;
    width: 106px;
    height: 98px;
    margin: 0 auto 25px auto;
}
.chooseitem strong {
    font-size: 30px;
    color: #33313D;
    font-weight:600;
}
.chooseexamcont .chooseitem-wrap:nth-child(1) {
    margin-right: 120px;
}
.choose-swiper{
    display: none;
}
.logo{
    width: 200px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 26px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 40px;
    left: 40px;
    flex-direction: column;
}
.logo img{
    width: 75px;
    margin: auto;
}
.level-item{
    width:240px !important;
    height:240px !important;
    background:#fff;
    border-radius:60px;
    cursor: pointer;
    margin-right: 20px;
    /* transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s; */
}
.level-item:hover{
    margin-top: -20px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.level-item svg{
    width: 106px;
    height: 98px;
    display: block;
    margin: 0 auto 15px auto;
    padding-top: 25px;
}
.level-item p{
    font-size: 30px;
    line-height: 30px;
    color: #33313D;
    margin-bottom: 19px;
    text-align: center;
}
.level-item div{
    width:90px;
    height:28px;
    background:#FF5D9E;
    border-radius:14px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
}
.swiper-container{
    width: 1050px;
    height: 280px;
}
.swiper-wrapper{
    margin-top: 20px;
}
.swiper-wrap{
    position: relative;
}
.swiper-button-wrap{
    width: 60px;
    height: 60px;
    background-color: #FF5D9E;
    border-radius: 50%;
}
.swiper-button{
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
}
.swiper-button svg{
    width: 30px;
    height: 27px;
    color: #fff;
    margin: auto;
}
.swiper-button-next svg{
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
}
.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: 907px;
    margin: 0 auto;
}
.model-top{
    background-color: #82ACFF;
    border-radius:40px 40px 0px 0px;
    text-align: center;
    position: relative;
}
.model-top p{
    font-size: 20px;
    color: #fff;
    font-weight:600;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
}
.close-model-wrap{
    width:40px;
    height:40px;
    background:#FF5D9E;
    border-radius:50%;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.close-model{
    width:30px;
    height:30px;
    background:rgba(255,255,255,0.2);
    border-radius:50%;
    margin: auto;
}
.close-model svg{
    width:16px;
    height:16px;
    color: #fff;
    margin: auto;
}
.model-bto{
    background-color: #fff;
    border-radius:0 0 60px 60px;
    padding-bottom: 50px;
}
.exam-numbto svg{
    display: block;
    width:96px;
    height:102px;
    margin: 0 auto 50px auto;
    padding-top: 80px;
}
.exam-numbto input{
    display: block;
    width:600px;
    border: none;
    border-bottom: 1px solid #82ACFF;
    outline: none;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #868D99;
    letter-spacing: 5px;
}
.exam-numbto input::-webkit-input-placeholder {
    color: #868D99;
}
.exam-numbto input:-moz-placeholder {
    color: #868D99;
}
.exam-numbto input:-ms-input-placeholder {
    color: #868D99;
}
.blue-btn{
    width: 160px;
    height: 55px;
    border-radius:25px;
    background-color: #638FE4;
    margin: 0 auto;
}
.grey-btn{
    width: 160px;
    height: 55px;
    border-radius:25px;
    background-color: #ABAFB8;
}
.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;
}
.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;
}
.exam-num .blue-btn{
    margin: 126px auto 0 auto;
}
.exam-num{
    /* display: none; */
}
.start-exam{
    display: none;
}
.exam-info .btn-groups{
    margin: 19px auto 0 auto;
}
.stu-avatar{
    /*width:193px;*/
    width: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;
    display: none;
}
.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,.exam-noticebto .grey-btn{
    margin:  0 auto;
}
.exam-noticebox{
    margin-top: 20px;
    margin-bottom: 29px;
    justify-content: center;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
}
.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;
    cursor: pointer;
}
.exam-notice{
    display: none;
}
/* .chooseexamcont-maincont{
    display: none;
} */
.filter-wrap,.loginuot{
    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;
    top: 40px;
    justify-content: center;
    cursor: pointer;
}
.loginuot{
    right: 40px;
}
.returnback{
    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;
    top: 40px;
    justify-content: center;
    cursor: pointer;
    right: 40px;
    display: none;
}
.filter-wrap{
    right: 200px;
}
.filter-wrap svg,.loginuot svg{
    margin: auto 8px auto 0;
}
.num-tishi{
    opacity: 0;
    color: #FF5D9E;
    margin-top: 19px;
    text-align: center;
}
.notopen-wrap,.jumppage-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999999999;
    display: none;
}
.notopen-main,.jumppage-main{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.notopen,.jumppage{
    width:400px;
    height:260px;
    background:#fff;
    border-radius:60px;
    margin: auto;
}
.notopen p{
    font-size: 24px;
    color: #34343D;
    margin-top: 90px;
    margin-bottom: 59px;
    text-align: center;
    font-weight: 600;
}
.jumppage p{
    font-size: 24px;
    color: #34343D;
    text-align: center;
    font-weight: 600;
    margin: 70px 45px 39px 45px;
}
.notopen .blue-btn{
    margin: 0 auto;
}
.pink-tishi{
    text-align: center;
    color: #FF5D9E;
    margin-top: 44px;
}
.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;
}
.jumpbtn .grey-btn{
    margin: 0 auto;
}