html {
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}
body section .login {
  background-image: url(../images/b0d6f38e.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100vh;
  position: relative;
}
body section .login .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-96px, -200px);
          transform: translate(-96px, -200px);
  width: 610px;
  height: 522px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 57px;
}
body section .login .box .form .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
body section .login .box .form .tab span {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  height: 40px;
  cursor: pointer;
}
body section .login .box .form .tab span.active {
  position: relative;
}
body section .login .box .form .tab span.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
  height: 5px;
  background: #1583E3;
  border-radius: 5px;
}
body section .login .box .form form:last-of-type {
  display: none;
}
body section .login .box .form form .input {
  margin-top: 30px;
}

body section .login .box .form form .input.mobile {
  position: relative
}

body section .login .box .form form .input.mobile input {
  padding-left: 110px
}

body section .login .box .form form .input.mobile::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "中国+86";
  font-size: 20px;
  color: #666
}
body section .login .box .form form .input input {
  width: 494px;
  height: 70px;
  background: #F6F8F9;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
body section .login .box .form form .input input::-webkit-input-placeholder {
  font-size: 20px;
  color: #999;
}
body section .login .box .form form .input input::-moz-placeholder {
  font-size: 20px;
  color: #999;
}
body section .login .box .form form .input input:-ms-input-placeholder {
  font-size: 20px;
  color: #999;
}
body section .login .box .form form .input input::-ms-input-placeholder {
  font-size: 20px;
  color: #999;
}
body section .login .box .form form .input input::placeholder {
  font-size: 20px;
  color: #999;
}
body section .login .box .form form .input.yzm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body section .login .box .form form .input.yzm input {
  width: 290px;
}
body section .login .box .form form .input.yzm button {
  width: 174px;
  height: 70px;
  border-radius: 8px;
  border: 1px solid #1583E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  font-size: 20px;
  font-weight: 400;
  color: #1583E3;
  cursor: pointer;
}
body section .login .box .form form .input.yzm button[disabled] {
  cursor: no-drop;
}
body section .login .box .form form button[type='submit'] {
  width: 494px;
  height: 72px;
  background: #1583E3;
  border-radius: 8px;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  margin-top: 50px;
  cursor: pointer;
}
body section .login .box .form form p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
body section .login .box .form form p a {
  color: #1583E3;
}
body section .example {
  text-align: center;
  width: 1160px;
  margin: 0 auto;
  padding-bottom: 50px;
}
body section .example h3 {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  padding-top: 80px;
}
body section .example > p {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  padding-top: 43px;
}
body section .example > p span {
  font-size: 30px;
  font-weight: 500;
  color: #1583E3;
  padding: 0 10px;
}
body section .example .swiper {
  width: 1160px;
  overflow: hidden;
  margin: 80px auto 38px;
  position: relative;
}
body section .example .swiper .swiper-wrapper .swiper-slide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1036px;
  margin: 0 auto;
}
body section .example .swiper .swiper-wrapper .swiper-slide ul li {
  margin: 0 16px 44px;
  width: 175px;
  height: 175px;
  text-align: center;
}
body section .example .swiper .swiper-wrapper .swiper-slide ul li img {
  width: 120px;
  height: 120px;
  background: #E3E3E3;
  border-radius: 50%;
  margin-top: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body section .example .swiper .swiper-wrapper .swiper-slide ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-top: 20px;
}
body section .example .swiper .swiper-button-prev,
body section .example .swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/3e930e71.png);
}
body section .example .swiper .swiper-button-prev {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
body section .example a button {
  width: 280px;
  height: 68px;
  background: #1583E3;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer;
}
body footer {
  font-size: 0;
  text-align: center;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
}
body footer p {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 30px;
}


