* {
  margin: 0;
  padding: 0;
}
.main .swiper_banner .mySwiper {
  --swiper-pagination-color: #ffffff;
  /* 两种都可以 */
}
.main .swiper_banner .mySwiper .swiper-slide img {
  width: 100%;
}
.main .banner {
  width: 7.5rem;
  height: 3.19rem;
  background: url('https://oss.zjhrnet.com/img/cunliang/liangtong/woyuedu/T1.jpg') no-repeat;
  background-position: center;
  background-size: contain;
}
.main .top_banner {
  width: 7.5rem;
}
.main .form {
  padding: 0.3rem;
}
.main .form .form-sec {
  margin-top: 0.4rem;
}
.main .form .form-sec .title {
  font-size: 0.32rem;
}
.main .form .form-sec .form-input {
  border-bottom: 0.01rem solid #ccc;
  padding-bottom: 0.2rem;
}
.main .form .form-sec .form-tel {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.main .form .form-sec .form-tel .left {
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  width: 1.4rem;
}
.main .form .form-sec .form-tel .left img {
  width: 0.26rem;
  margin-left: 0.2rem;
}
.main .form .form-sec .form-tel .right {
  width: 5rem;
  display: flex;
}
.main .form .form-sec .form-tel .right input {
  border: none;
  width: 100%;
  font-size: 0.32rem;
  outline: none;
}
.main .form .form-sec .form-code-main {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  justify-content: space-between;
}
.main .form .form-sec .form-code-main .left {
  display: flex;
}
.main .form .form-sec .form-code-main .left input {
  border: none;
  width: 100%;
  font-size: 0.32rem;
  outline: none;
}
.main .form .form-sec .form-code-main .right {
  display: flex;
}
.main .form .form-sec .form-code-main .right .form-code {
  font-size: 0.3rem;
  color: #3d6ed7;
}
.main .form .form-sec .form-code-main .right .active {
  color: #ccc;
}
.main .form .butt {
  margin-top: 0.5rem;
  text-align: center;
  background: #3d6ed7;
  color: #fff;
  font-size: 0.34rem;
  padding: 0.3rem 0;
  border-radius: 0.2rem;
}
