body{
  padding-top:0;
}
.tehui_feb{
  display:none !important;
}
.m-min {
  width: 7.5rem;
  padding-bottom: 0;
  overflow-x: hidden;
}
.m-min .m_tit {
  font-size: 0.44rem;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 0.1rem;
  font-weight: bold;
}
.m-min .m_tit:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.02rem;
  background-color: #ffe02a;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.m-min .m_txt {
  font-size: 0.24rem;
  color: #666666;
  text-align: center;
  margin-top: 0.1rem;
}
button {
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
}
header {
  position: fixed; z-index: 1;
  width: 7.5rem;
}
header a{
  position: absolute;
  top: 0.57rem;
  right: 0rem;
}
.fix{position: fixed; z-index: 999; background: #fff; height: 1rem;}
header .top_bt{
  width: 0.98rem;
  height: 1.0rem;
  background: url("../m-images/top_bt.png") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100%;
  display: none;
}
header .tel {
  width: 2.92rem;
  height: 0.5rem;
  background: url("../m-images/phone.png") no-repeat;
  background-size: 100%;
}
header .logo{
  width: 2.28rem;
  height: 1.08rem;
  background: url("../m-images/logo.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.34rem;
  top: 0.24rem;
  transition: all 0.5s;
}
header .logo1{width: 1.84rem; height: 0.87rem; top: 0.1rem; transition: all 0.5s;}
header .menu-btn {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
  background: url(../m-images/logo.png) no-repeat;
  background-size: 100%;
  top: 0.13rem;
  left: 0.07rem;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #48250B;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #48250B;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #48250B;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #48250B;
}
.m_menu{
  position: fixed;
  width: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
}
.m_menu.on{
  animation: menu 0.5s;
  width: 7.5rem;
}
.m_menu.on .content{
  right: 0;
}
.m_menu .content{
  width: 4.9rem;
  background-color:#1b1b1b;
  position: absolute;
  top: 0;
  right: -14rem;
  transition: all 0.5s;
}
.m_menu .content .menu-back{
  position: absolute;
  width: 0.55rem;
  height: 0.8rem;
  cursor: pointer;
  background: url(../m-images/menu-back.png) no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
}
.m_menu .content .name{
  font-size: 0.32rem;
  color: #fff;
  height: 0.9rem;
  border-bottom:1px solid #000;
  text-indent: 0.25rem;
  line-height: 0.9rem;
  box-sizing: border-box;
}
.m_menu .content .t_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.m_menu .content .t_nav ul li{
  width: 50%;
  box-sizing: border-box;
  border-bottom:1px solid #000;
  height: 0.9rem;
}
.m_menu .content .t_nav ul li a{
  display: block;
  width: 100%;
  height: 0.8rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.9rem;
}
.m_menu .content .t_nav ul li:nth-child(odd){
  border-right:1px solid #000;
}
.m_menu .content .nav_other{
  padding: 0.45rem 0 0.45rem 0.25rem;
}
.m_menu .content .nav_other li{
  font-size: 0.2rem;
  margin-bottom: 0.35rem;
}
.m_menu .content .nav_other li a{
  font-size: 0.32rem;
  color: #fff;
}
@keyframes menu{
  0%{
    background-color: rgba(0,0,0,0);
  }
  100%{
    background-color: rgba(0,0,0,0.7);
  }
}

.form {
  width: 7.5rem;
  height: 7.36rem;
  background: url("../m-images/form.png") no-repeat;
  background-size: 100%;
  padding-top: 1.5rem;
  margin-top: -0.01rem;
}

.form .phNB {
  position: relative;
  width: 5.74rem;
  height: 0.85rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  background: url("../m-images/form_phone.png") no-repeat;
  background-size: 100%;
}
.form .phNB1 {
  position: relative;
  width: 5.74rem;
  height: 0.85rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  background: url("../m-images/form_name.png") no-repeat;
  background-size: 100%;
}

.form input {
  display: block;
  width: 5.74rem;
  height: 0.85rem;
  margin: 0 auto;
  border: 0rem;
  color: #5872e0;
  text-indent: 0.9rem;
  font-size: 0.34rem;
  border-radius: 0.1rem;
  outline: none;
  box-sizing: border-box;
  background: none;
}
.form .submit {
  width: 4.46rem;
  height: 0.96rem;
  background:url("../m-images/submit_bg.png") no-repeat;
  margin: 0.35rem auto 0;
  cursor: pointer;
  background-size: 100%;
}

.page1{
    height: 9.61rem;
    background: url("../m-images/page_01.png") no-repeat;
    background-size: cover;
    position: relative;
}
.page_form{
  height: 6.4rem;
  background-size: 100%;
  position: relative;
}
.page_form1{
  position: absolute;
  top: 4.62rem;
  left: 0.53rem;
  width: 6.44rem;
  height: 0.88rem;
  background: #FFFFFF;
  border: 1px solid #EE3A21;
  border-radius: 0.44rem;
}
.name_ico{
  width: 0.3rem;
  height: 0.33rem;
  background: url('../m-images/name_ico.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.35rem;
  top: 0.24rem;
}
.phone_ico{
  width: 0.27rem;
  height: 0.39rem;
  background: url('../m-images/phone_ico.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.35rem;
  top: 0.24rem;
}
.page_form input{
  height: 0.84rem;
  font-size: 0.34rem;
  outline: none;
  width: 5.5rem;
  margin-left: 0.8rem;
  color: #48250B;
}
.page_form2{
  position: absolute;
  top: 5.7rem;
  left: 0.53rem;
  width: 6.44rem;
  height: 0.88rem;
  background: #FFFFFF;
  border: 1px solid #EE3A21;
  border-radius: 0.44rem;
}
.page_form3{
  position: absolute;
  top: 6.78rem;
  left: 0.53rem;
  width: 6.44rem;
  height: 0.88rem;
  background: #FFFFFF;
  border: 1px solid #EE3A21;
  border-radius: 0.44rem;
}
.page_form3 input{
  margin-left: 0.4rem;
}
.page_form4{
position: absolute;
    width: 2.04rem;
    height: 0.69rem;
    top: 6.88rem;
    left: 4.81rem;
    text-align: center;
    line-height: 0.68rem;
    color: #fff;
    font-size: 0.3rem;
    background: url("../m-images/yzm_bg.png") no-repeat;
    background-size: cover;
}
.page_formbt{
  width: 6.59rem;
  height: 1.23rem;
  background: url('../m-images/formbt.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.48rem;
  top: 7.98rem;
  -webkit-animation: mscale 1s infinite;
  animation: mscale 1s infinite;
}
.page2{
    height: 10.56rem;
    background: url("../m-images/page_02.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page3{
    height: 4.73rem;
    background: url("../m-images/page_03.png") no-repeat;
    background-size: cover;;
    position: relative;
  }
.page4{
    height: 7.56rem;
    background: url("../m-images/page_04.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page5{
    height: 19.35rem;
    background: url("../m-images/page_05.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page5_bt{
    width: 6.59rem;
  height: 1.23rem;
  background: url("../m-images/page5_bt.png") no-repeat;
  background-size: 100%;
  left: 0.45rem;
  bottom: 0.8rem;
  position: absolute;
  -webkit-animation: mscale 1.2s infinite;
  animation: mscale 1.2s infinite;
}
.page6{
    height: 12.64rem;
    background: url("../m-images/page_06.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page7{
    height: 12.58rem;
    background: url("../m-images/page_07.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page8{
    height: 14.58rem;
    background: url("../m-images/page_08.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page8_bt{
    width: 5.63rem;
  height: 1.23rem;
  background: url("../m-images/bt2.png") no-repeat;
  background-size: 100%;
  left: 0.93rem;
  bottom: 0.8rem;
  position: absolute;
  -webkit-animation: mscale 1.2s infinite;
  animation: mscale 1.2s infinite;
}
.page9{
    height: 16.14rem;
    background: url("../m-images/page_09.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page10{
    height: 9.26rem;
    background: url("../m-images/page_10.png") no-repeat;
    background-size: cover;
    position: relative;
  }
.page11{
    height: 18.53rem;
    background: url("../m-images/page_11.png") no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 0.19rem;
  }
  .page11_txt{
    top: 1.06rem;
  }
.footer_fixed{
  width: 7.5rem;
  height: 1.77rem;
  background-color:rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: none;
  padding-top: 0.3rem;
}
.footer_bt1{
  width: 6.59rem;
  height: 1.23rem;
  background: url('../m-images/foot.png') no-repeat;
  background-size: 100%;
  margin: 0 auto;
  animation: mscale 1s infinite;
}
.on{
  display: block;
}
.ceng_f{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background: #000 none repeat scroll 0% 0%;
  z-index: 9999;
  opacity: 0.8;
} 
.tc_form{
  width: 7.5rem;
  height: 12.28rem;
  background: url('../m-images/tcbg.png') no-repeat;
  background-size: 100%;
  position: fixed;
  top: 50%;
  margin-top: -6.14rem;
  z-index: 99999;
  display: none;
}
.page_formtc{
  margin-top: -1.45rem;
}
.page_formbttc{
/*  top: 4.5rem;*/
}
.tt_close{
  width: 0.49rem;
  height: 0.49rem;
  position: absolute;
  right: 0.4rem;
  top: 0;
  background: url('../m-images/close.png') no-repeat;
  background-size: cover;
  z-index: 999;
}
.tc_teacher{
  width: 7.5rem;
  height: 11.42rem;
  background: url('../m-images/teacherbg.png') no-repeat;
  background-size: cover;
  position: fixed;
  top: 50%;
  margin-top: -5.71rem;
  z-index: 99999;
  display: none;
}
.tc_ewm{
  width: 4.92rem;
  height: 4.92rem;
  background-size: cover;
  position: absolute;
  left: 1.28rem;
  top: 2.55rem;
}
.tc_ewm img{
  width: 4.92rem;
  height: 4.92rem;
}
.tc_btewm{
  width: 5.85rem;
  height: 1.14rem;
  background: url('../m-images/tc_bt.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.82rem;
  top: 7.8rem;
}
.ceng {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background: #000 none repeat scroll 0% 0%;
  z-index: 20;
  opacity: 0.6;
} 
.clear{
  clear: both;
}
@-webkit-keyframes mscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mscale1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes changbg {
  0% {
    background: #3155D0;  }
  50% {
    background: linear-gradient(90deg, #FF6568, #FA2127);
  }
  100% {
    background: #3155D0;
  }
}
@keyframes changbg1 {
  0% {
    background: linear-gradient(90deg, #FF6568, #FA2127); 
  }
  50% {
    background: #3155D0;
  }
  100% {
    background: linear-gradient(90deg, #FF6568, #FA2127); 
  }
}
.page_con2_6{
  width: 100%;
  font-size: 0.26rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #543620;
  text-align: center;
  line-height: 0.6rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 9.3rem;
  align-items: center;
  justify-content: center;
}
.page_con2_6 input{
  margin-right: 0.05rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-left: 0;
}
.success{
  width: 7.5rem;
  height: 14.47rem;
  background: url('../m-images/success_bg.png') no-repeat;
  background-size: cover;
  padding-top: 0.1rem;
}
.success_ewm{
  width: 3.28rem;
  height: 3.28rem;
  margin: 0 auto;
  margin-top: 5.68rem;
  border: 2px solid #8732e3;
  padding: 0.05rem;
  border-radius: 0.1rem;
}
.success_ewm img{
  width: 100%;
}
.success_bt{
  width: 5.63rem;
  height: 1.23rem;
  background: url('../m-images/success_bt.png') no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 0.2rem;
}