.form {
  margin: 16px;
  margin-top: 20px;
  background-color: #FC5B08;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(237, 235, 243, 0.99);
}
.form .header {
  height: 90px;
  display: flex;
  justify-content: space-between;
}
.form .header .mt20 {
  margin-top: 10px;
}
.form .header p {
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 20px;
  margin-top: 8px;
}
.form .header p span {
  padding: 1px 8px;
  background-color: #Ffffff;
  color: #070FC0;
  border-radius: 4px;
}
.form .header .bold {
  font-weight: bold;
  font-size: 22px;
}
.form .header img {
  margin-top: -14px;
}
.form .title1 {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.form .box {
  min-height: 206px;
  border-radius: 8px;
  background: #Ffffff;
  padding: 20px 20px 10px;
  margin: 0 auto;
}
.form .box .tips {
  width: 193px;
  height: 28px;
  margin: -10px auto 10px;
  background: rgba(133, 126, 126, 0.1);
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 28px;
}
.form .box .tips span {
  padding: 0px 5px;
  background: #FD5C09;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 2px;
}
.form .box .input-box {
  display: flex;
  flex-wrap: wrap;
}
.form .box .input-box input {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  text-indent: 10px;
  margin-bottom: 10px;
  border: 1px solid #E4E4E4;
}
.form .box .submitBtn {
  height: 73px;
  background: url("../../images/index/btn-bg1.png") no-repeat center;
  background-size: 100%;
  margin-top: -5px;
}
.form .box .submitBtn1 {
  background: url("../../images/index/btn-bg2.png") no-repeat center;
  background-size: 100%;
}
.form .box .submitBtn2 {
  background: url("../../images/index/btn-bg4.png") no-repeat center;
  background-size: 100%;
}

.form-bg-color {
  background-color: #070FC0;
  box-shadow: none;
}

@-webkit-keyframes enlarge-data-v-4bb4070f {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes enlarge-data-v-4bb4070f {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.effect {
  -webkit-animation-name: enlarge-data-v-4bb4070f;
  animation-name: enlarge-data-v-4bb4070f;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.content {
  padding: 0 15px;
  margin: 0px auto;
}
.content .title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 25px 0 20px;
}
.content .mb0 {
  margin-bottom: 0;
}

.img-box {
  padding: 0 5px;
}

.bg-color {
  background: #5D64F5;
  padding: 1px;
  margin-top: 20px;
}
.bg-color .content .title {
  color: #FFFFFF;
}

.banner1 {
  margin-top: 13px;
  padding: 0 8px 0 3px;
}

.box1 {
  padding: 0px 20px 0;
}
.box1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.box1 ul li {
  text-align: center;
}
.box1 ul li img {
  width: 36px;
  margin: 0 auto;
}
.box1 ul li span {
  font-size: 12px;
  color: #333333;
}

.box2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.box2 ul li {
  width: 80px;
  height: 34px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(112, 114, 171, 0.1);
  border-radius: 4px;
  border: 1px solid #C0C7EE;
  text-align: center;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box3 .tabs {
  width: 100%;
  height: 40px;
  background: #3940D9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.box3 .tabs span {
  display: inline-block;
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #B5B9FF;
  border-radius: 4px;
  text-align: center;
}
.box3 .tabs span.active {
  background-color: #FFFFFF;
  color: #330000;
}
.box3 .tab-list {
  margin-top: 20px;
}
.box3 .tab-list .tab-item {
  display: none;
}
.box3 .tab-list .tab-item .item {
  width: 170px;
  height: 220px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 1px 7px 0px rgba(148, 146, 154, 0.99);
  text-align: center;
  margin: 20px auto;
  position: relative;
  padding-top: 120px;
}
.box3 .tab-list .tab-item .item img {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -20px;
  left: 20px;
}
.box3 .tab-list .tab-item .item .name {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.box3 .tab-list .tab-item .item .subject {
  font-size: 14px;
  color: #333333;
  margin: 3px auto;
}
.box3 .tab-list .tab-item .item .btn {
  width: 125px;
  height: 26px;
  background: #5D64F5;
  border-radius: 12px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
  margin: auto;
}
.box3 .tab-list .active {
  display: flex;
}

.banner {
  padding: 0 5px 30px;
  margin-bottom: 30px;
}
.banner .swiper-pagination-bullet {
  background-color: #FFFFFF;
  height: 6px;
}
.banner .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
}/*# sourceMappingURL=index.css.map */