.apply-wrap {
  height: 100vh;
  background: #fff;
}
.apply-header {
  display: none!important;
  height: 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.apply-header a img {
  vertical-align: middle;
}
.apply-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.apply-content #mySwiper {
  width: 600px;
}
.apply-content #mySwiper .swiper-slide.move .s-box .in-text .title {
  left: 0;
  opacity: 1;
}
.apply-content #mySwiper .swiper-slide.move .s-box .in-text .desc {
  right: 0;
  opacity: 1;
}
.apply-content #mySwiper .swiper-slide .s-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 999;
  color: #fff;
  text-align: center;
}
.apply-content #mySwiper .swiper-slide .s-box .top-logo img {
  width: 200px;
}
.apply-content #mySwiper .swiper-slide .s-box .center-pic {
  width: 160px;
  height: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #fff;
  background: #ccc;
  border-radius: 100%;
  overflow: hidden;
  margin: 35px auto 35px;
}
.apply-content #mySwiper .swiper-slide .s-box .in-text {
  width: 240px;
  margin: 0 auto;
}
.apply-content #mySwiper .swiper-slide .s-box .in-text .title {
  font-size: 30px;
  margin-bottom: 24px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  position: relative;
  opacity: 0;
  left: -50px;
}
.apply-content #mySwiper .swiper-slide .s-box .in-text .desc {
  font-size: 16px;
  line-height: 1.8;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  position: relative;
  opacity: 0;
  right: -50px;
}
.apply-content .form {
  width: calc(100vw - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.apply-content .form .form-in {
  width: 358px;
}
.apply-content .form .form-in.done .line-box .right {
  background: #00a1e8;
}
.apply-content .form .form-in.done .line-box .line:after {
  width: 100%;
}
.apply-content .form .form-in.done .text {
  color: #00a1e8;
}
.apply-content .form .form-in .title {
  font-size: 30px;
  text-align: center;
  color: #00a1e8;
}
.apply-content .form .form-in .line-box {
  margin: 0 auto 8px;
  position: relative;
  height: 30px;
  width: 266px;
}
.apply-content .form .form-in .line-box .left,
.apply-content .form .form-in .line-box .right {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #00a1e8;
  position: absolute;
  top: 0;
  z-index: 2;
}
.apply-content .form .form-in .line-box .left {
  left: 0;
}
.apply-content .form .form-in .line-box .right {
  right: 0;
  background: #a4a6a9;
}
.apply-content .form .form-in .line-box .line {
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 98%;
  height: 8px;
  background: #a4a6a9;
  z-index: 1;
}
.apply-content .form .form-in .line-box .line:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: #00a1e8;
}
.apply-content .form .form-in .text {
  font-size: 16px;
  margin: 0 auto 20px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.apply-content .form .form-in .text .l-t {
  color: #00a1e8;
}
.apply-content .form .form-in .form-item .item {
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.apply-content .form .form-in .form-item .item input {
  font-size: 16px;
  color: #a4a6a9;
}
.apply-content .form .form-in .form-item .btn {
  display: block;
  height: 50px;
  background: #00a1e8;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 100px;
  cursor: pointer;
}
.apply-content .form .form-in .form-item a.btn {
  margin-top: 20px;
  background: gray;
}
.verify-code {
  margin-bottom: 15px;
}
.verify-change-code {
  cursor: pointer;
}
input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border-color: #bbb;
  border-radius: 4px;
  outline: 0;
  border: #ccc 1px solid;
  padding: 0 10px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  margin-bottom: 3px;
}
input[type=text]:hover,
input[type=text]:focus {
  border: 1px solid #56b4ef;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
input::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
input:focus::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder {
  color: #c2c2c2;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.error {
  font-size: 14px;
  color: red;
  display: none;
}
.select-mania-inner {
  min-height: 50px!important;
}
.select-mania-values {
  min-height: 36px!important;
}
@media only screen and (max-width: 1440px) {
  .apply-content #mySwiper .swiper-slide .s-box .in-text .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .apply-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .apply-content #mySwiper {
    display: none;
  }
  .apply-content .form {
    width: 80%;
  }
}
