body{  margin:0; padding:0; text-align:center;  font-size:12px; font-family:PingFangSC, sans-serif;}
table,td,tr,img,ul,li,h1,h2,p,object,param,embed{margin:0; padding:0; border:0;}
img{border:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:none;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:""; display:block; height: 0; clear:both; visibility:hidden;}

/*-返回定部-*/
#tbox{width:54px; float:right; position:fixed; right:50px; bottom:55px;}
#gotop{ width:54px; height:54px; background:#c60f13; display:block;}
#gotop .retopic{display: inline-block; border-top: 2px solid; border-right: 2px solid; margin-top: 20px; width: 25px; height: 25px; border-color: #fff; transform: rotate(-45deg);}

.pc-box{width: 100%; height: 100%; margin: 45px auto 0 auto; text-align: center;  user-select: none;position: relative;z-index: 0;}
.pc-box .main-m{width:1100px; height: 100%;position: relative; margin: 0 auto; text-align: center;}

/* 公共title */
.pc-box  .main-m img{display: block;width: 100%;height: 100%;}

.pc-box .main-m .zxbtn{
    width: 250px;
    height: 50px;
    border-radius: 35px;
    position: absolute;
    bottom: 92px;
    right: 196px;
    cursor: pointer;
}
.pc-box .main-m .zxbtntwo{
    width: 275px;
    height: 35px;
    position: absolute;
    bottom: 79px;
    right: 95px;
    cursor: pointer;
}


/* 顶部*/
.pc-box .top{width: 100%; height:579px;background: url("../images/bg01.png") no-repeat center;position: relative;}

/* 预约*/
.pc-box .get{background-color: #ededed;padding: 15px 0;}

.pc-box .get-form{padding: 0 60px;}
.pc-box .get-form .get-form-top{display: flex;align-items: center;justify-content: space-between;}
.pc-box .get-form .get-form-top .gft-item{position: relative;display: flex;align-items: center;justify-content: center;border: 1px solid #f2f2f2;border-radius: 6px;padding: 0 0px 0 8px;margin-right: 10px;background-color: #fff;}
.pc-box .get-form .get-form-top .gft-item .gfi-img{margin-right: 5px;width: 18px;height: 22px;}
.pc-box .get-form .get-form-top .gft-item .gfi-input{}
.pc-box .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;height: 40px;width: 180px;font-size: 16px;}
.pc-box .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 5px;top: 50%;transform: translate(0, -50%);}
.pc-box .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 6px 15px;border-radius: 22px;display: flex;align-items: center;justify-content: center;color: #ffffff;background-color: #767676;}
.pc-box .get-form .get-form-top .gft-submit{
    cursor: pointer;height: 45px;
    background:linear-gradient(to right,#ff5700,#ff8b00) ;border-radius: 6px;
    padding: 0 45px;
    display: flex;align-items: center;justify-content: center;
    position: relative;
}
.pc-box .get-form .get-form-top .gft-submit .gfs-img{margin-right: 6px;}
.pc-box .get-form .get-form-top .gft-submit .gfs-txt{color: #fff;font-size: 16px;font-weight: bold;}

.pc-box .get-form .get-form-top .gft-submit .activetxt{animation: cricleHandle 2s ease infinite;color: #fff;font-size: 16px;font-weight: bold;}
.pc-box .get-form .get-form-top .gft-submit .handactive{animation: fingerHandle 2s ease infinite;position: absolute;right: -40px;top:0;width: 84px;height: 77px;}
@keyframes cricleHandle {
    0% {
        transform: none;
    }
    20% {
        transform: none;
        
    }
    30% {
        transform: none;
    }
    40% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        transform: none;
    }
    80%{
        transform: none;
    }
    100% {
        transform: none;
    }
}
@keyframes fingerHandle {
    0% {
        transform: none;
    }
    20% {
        transform: translate(-10px,-10px);
        
    }
    30% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        transform: scale3d(1,1,1);
    }
    100% {
        transform: none;
    }
}

.pc-box .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 12px;font-size: 12px;}

.pc-box .teacher{width: 100%; height:1623px;background: url("../images/bg02.png") no-repeat center;position: relative;}

.pc-box .gift{width: 100%; height:444px;background: url("../images/bg03.png") no-repeat center;position: relative;}

.pc-box  .advantage{width: 100%; height:1038px;background: url("../images/bg04.png") no-repeat center;position: relative;}

.pc-box .onebyone{
    width: 100%; height:auto;
    background: url("../images/bg05.png") no-repeat center;
    position: relative;
    padding: 20px 0;
}
.pc-box .onebyone .onetitle{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.pc-box .onebyone .onetitle span{color: #42fecb;}
.pc-box .onebyone .plane{
    width: 239px;height: 166px;
    position: absolute;top: -105px;left: -155px;
}

.pc-box .last{width: 100%; height:1145px;background: url("../images/bg06.png") no-repeat center;position: relative;}