*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
input{font-size: .2rem !important;}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  letter-spacing: .01rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-family: '微软雅黑';
}
.wrapper .banner > img {
  display: block;
  width: 100%;
}
.wrapper .banner > p {
  position: absolute;
  top: .8rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: .46rem;
  color: #fff;
  font-weight: bold;
  text-shadow: .02rem .03rem 0 #222;
}
.wrapper .banner_tra > p{
    top: .2rem;
}
.wrapper .banner>.school_logo{
  position: absolute;
  top: .26rem;
  left: 40%;
  height: .5rem;
  width: auto;
}
.wrapper .yx_banner{display: none;}
.wrapper .yx_banner>img{width: 100%;}
.exam_time{background: #FAD320;margin: .5rem 5%;padding: .2rem;font-size: .3rem;font-weight: bold;border-radius: .1rem;}
.exam_time .exam_arrange,.exam_other .exam_arrange{width: 100%;background: #fff;position: relative;border-radius: .1rem;}
.exam_time .exam_arrange .title,.exam_other .title{position: absolute;width:4.44rem;height: 1rem;line-height: .9rem;margin:0 auto;top:-.51rem;left:50%;margin-left:-2.22rem;font-size: .36rem;text-align:center;color: #fff;background: url(../image/time_bg.png) no-repeat;background-size: 100%;}
.time_subject_address{ padding: .5rem 0 .4rem;}
.time_subject_address>p{width: 100%;height: .65rem;line-height: .65rem;margin-top:.2rem;border-radius: .1rem;text-align: center;background: #fff;box-shadow:inset 0 0 .1rem #FFAD83;}
.time_subject_address>p:first-child{background: #FAD320;}
.wrapper .section .yuyue{background: #fff;padding: .4rem .5rem;margin-top: .02rem;border-radius: .1rem;}
.wrapper .section .exam_intro{margin: .2rem 5% .5rem; }
.teachers{margin: 0 5%;}
.time_con{
    width: 6.3rem;
    height: 2.72rem;
    background: url(../image/test_bg.png) no-repeat center;
    background-size: cover;
    margin: .5rem auto 0;
}
.time_subject_address>p{
    width: 5.35rem;
    margin: 0 auto;
}

/* 其他模考 */
.exam_other{
    background: #FAD320;
    margin: .5rem 5%;
    padding: .2rem;
    border-radius: .1rem;
}
.exam_other .exam_arrange{
    padding: 0 .42rem;
    padding-top: 1px;
}
.exam_item{
    overflow: hidden;
    margin-top: .6rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.exam_item li{
    float: left;
    width: 1.7rem;
    /* padding: 0 .2rem; */
	background-color: #ffffff;
	box-shadow: inset 0rem 0rem 0.096rem 0.064rem 
		rgba(255, 143, 87, 0.16);
    border-radius: 0.08rem;
    text-align: center;
    /* margin: 0 .2rem .2rem 0; */
    margin-bottom: .2rem;
    position: relative;
}
.exam_item li.active {
    background-color: #eeeeee;
    box-shadow: none;
}

.exam_item li.active h3{
    color: #a7a6a6;
    border-bottom: 1px solid #e5e5e5;
}
.exam_item li.active p:nth-of-type(1){
    color: #707070;
}
.exam_item li.active p:nth-of-type(2){
    color: #a3a2a2;
}
.exam_item li.active p:nth-of-type(3){
    color: #a7a6a6;
    border-top: 1px solid #e5e5e5;
}
.exam_item li.active i{
    width: 1.04rem;
    height: .83rem;
    position: absolute;
    right: 0;
    bottom: .16rem;
    z-index: 1;
    background: url(../image/end.png) no-repeat center;
    background-size: cover;
}

.exam_item li h3{
    font-size: 0.3rem;
    font-weight: bold;
    line-height: .6rem;
    color: #fb5b64;
    border-bottom: 1px solid #ffeee6;
    width: 1.3rem;
    margin: 0 auto;
}
.exam_item li p:nth-of-type(1){
    font-size: 0.3rem;
    font-weight: bold;
    color: #151515;
    margin: .14rem 0 .19rem;
}
.exam_item li p:nth-of-type(2){
    font-size: 0.22rem;
    color: #666666;
    margin-bottom: .17rem;
}
.exam_item li p:nth-of-type(3){
    font-size: 0.2rem;
    font-weight: bold;
    color: #0768ee;
    line-height: .56rem;
    border-top: 1px solid #ffeee6;
    width: 1.3rem;
    margin: 0 auto;
}

.wrapper .section .yuyue > .title {
  font-size: .42rem;
  color: #ff5d01;
  text-align: center;
  margin-bottom: .35rem;
  font-weight: bold;
}
.wrapper .section .yuyue .form > div {
  margin-bottom: .3rem;
}
.wrapper .section .yuyue .form .name,
.wrapper .section .yuyue .form .major,
.wrapper .section .yuyue .form .tel {
  width: 100%;
  height: .87rem;
  background-color: #f7f3f7;
  border-radius: .44rem;
  border: solid 1px #E2C77C;
  display: flex;
  align-items: center;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.wrapper .section .yuyue .form .name img,
.wrapper .section .yuyue .form .major img,
.wrapper .section .yuyue .form .tel img {
  width: .35rem;
  height: .35rem;
  margin-right: .2rem;
}
.wrapper .section .yuyue .form .name input,
.wrapper .section .yuyue .form .major select,
.wrapper .section .yuyue .form .tel input {
  flex: 1;
  height: 100%;
  padding: 0 .1rem;
  background: transparent;
  border: none;
  outline: none;
}
.wrapper .section .yuyue .form .major select{
  height: auto;
}
.wrapper .section .yuyue .form .code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .section .yuyue .form .code .getCode {
  width: 36%;
  height: .87rem;
  background-color: #FAD320;
  border-radius: .44rem;
  font-size: .22rem;
  color: #151515;
  text-align: center;
  line-height: .87rem;
  box-shadow: inset 0 0 .1rem #FFAD83;
}
.wrapper .section .yuyue .form .code .p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  height: .88rem;
  background-color: #f7f3f7;
  border-radius: .44rem;
  border: solid 1px #E2C77C;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.wrapper .section .yuyue .form .code .p img {
  width: .33rem;
  height: .33rem;
  margin-right: .2rem;
}
.wrapper .section .yuyue .form .code .p input {
  width: 80%;
  height: 100%;
  background: transparent;
  outline: none;
  padding: 0 .1rem;
}
.wrapper .section .yuyue .form .submitBtn {
  height: .87rem;
  background-color: #F7444A;
  font-size: .3rem;
  color: #fff;
  text-align: center;
  line-height: .87rem;
  border-radius: .1rem;
}
.wrapper .section .exam_intro {
  margin-top: .5rem;
}
.wrapper .section .exam_intro .title {
  font-size: .38rem;
  color: #ff5d01;
  font-weight: bold;
  text-align: center;
  margin-bottom: .2rem;
}
.wrapper .section .exam_intro .rules {
  font-size: .26rem;
  line-height: .48rem;
  color: #282828;
}
.wrapper .section .teachers {
  margin-top: .5rem;
}
.wrapper .section .teachers .title {
  font-size: .38rem;
  color: #ff5d01;
  font-weight: bold;
  text-align: center;
  margin-bottom: .2rem;
}
.wrapper .section .teachers .teacher_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.wrapper .section .teachers .teacher_con li {
  width: 24%;
  margin-bottom: .5rem;
}
.wrapper .section .teachers .teacher_con li img {
  width: 100%;
}
.wrapper .section .teachers .teacher_con li h4 {
  font-size: .28rem;
  color: #282828;
}
.wrapper .section .teachers .teacher_con li p {
  font-size: .24rem;
  color: #666;
}

.footer {
  height: 1.58rem;
  background: #f2a74a;
  overflow: hidden;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}
.footer>div{
    float: left;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.footer>div p{
    font-size: .24rem;
    color: #fff;
    line-height: .7rem;
}
.host{
    width: 25%;
    margin-right: .3rem;
}
.host img{
    width: 78%;
    margin-top: .08rem;
}

.assist{
    width: 70%;
}
.assist .assist_img{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.assist .assist_img.active .success{
    margin: 0 .8rem;
}
.assist_img.active .mock{
    display: none;
}
.assist_img .mock{
    display: block;
    width: 31%;
    margin-right: .2rem;
}
.assist_img .success{
    width: 22%;
    margin-right: .2rem;
}
.assist_img .yxw{
    width: 37%;
}


/* .footer .title {
  font-size: .24rem;
  color: #fff;
  display: flex;
  text-align: center;
}
.footer .img {
  box-sizing: border-box;
  display: flex;
  text-align: center;
  margin-top: .3rem;
}
.footer .img img {
  display: block;
  margin: 0 auto;
}
.footer .zhuban img {
  width: 82%;
}
.footer .ming img {
  width: 70%;
}
.footer .xieban{
    overflow: hidden;
}
.footer .xieban img {
  float: left;
}
.footer .xieban .success{
    width: 1.03rem;
}
.footer .xieban .yxw{
    width: 2rem;
    margin-left: .1rem;
} */

.mark {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mark > img {
  width: 60px!important;
  height: 60px;
}
.layui-form-select .layui-input{
  padding-right: .8rem;
  background: none;
  border: none;
}
.layui-unselect{width: 100%;}
.layui-form-select dl{width: 90%;font-size: .2rem;}