.containter {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
}
.containter .left {
  width: 60%;
  height: 100%;
  position: relative;
}
.containter .left .swiper {
  width: 100%;
  height: 100%;
}
.containter .left .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.containter .left .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
}
.containter .left .swiper-pagination-bullet-active {
  background-color: #fff;
}
.containter .left .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.containter .left .swiper-slide .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.containter .left .logo {
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 10.875vw;
  height: auto;
  z-index: 11;
}
.containter .right {
  width: 40%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 0 6.25vw;
  flex-wrap: wrap;
  flex-direction: column;
}
.containter .right > p {
  width: 100%;
}
.containter .right .say-hello {
  font-size: 1.25vw;
  color: #888E99;
  line-height: 1.875vw;
}
.containter .right .page-name {
  font-size: 1.667vw;
  font-weight: bold;
  line-height: 2.5vw;
  background: #428FFC;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.containter .right .page-tip {
  width: 26vw;
  margin-bottom:1.5vw;

}
.containter .form {
  width: 100%;
}
.containter .form .lable {
  margin-bottom: 1.5625vw;
}
.containter .form .lable .top {
  display: flex;
  align-items: center;
  margin-bottom: 0.208vw;
  padding-left: 0.833vw;
}
.containter .form .lable .top img {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.208vw;
}
.containter .form .lable .top span {
  height: 1.25vw;
  font-size: 0.833vw;
  color: #888E99;
  line-height: 1.25vw;
}
.containter .form .lable .input {
  height: 4.0625vw;
  padding: 0 0.833vw;
  background: rgba(64, 100, 187, 0.08);
  border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containter .form .lable .input input {
  flex: 1;
  height: 100%;
  font-size: 1.146vw;
  color: #333;
  background: transparent;
}
.containter .form .lable .input input::placeholder {
  font-size: 1.146vw;
  color: #888E99;
}
.containter .form .lable .input .clear{
  width: 1vw;
  height: 1vw;
  cursor: pointer;
  display: none;
}
.containter .form .yzm-box {
  display: flex;
  align-items: center;
}
.containter .form .yzm-box .input{
  flex: 1;
}
.containter .form .yzm-box img {
  width: 180px;
  height: 4.0625vw;
  margin-left: 0.833vw;
  object-fit: cover;
  background: rgba(64, 100, 187, 0.08);
  border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
  cursor: pointer;
}
.containter .form .checkbox {
  display: flex;
  align-items: center;
  padding-left: 0.833vw;
  margin-bottom: 3.229vw;
}
.containter .form .checkbox input[type=checkbox] {
  width: 1vw;
  height: 1vw;
  border: 0.052vw solid #4064BB;
  margin-right: 0.417vw;
  cursor: pointer;
}
.containter .form .checkbox label {
  font-size: 0.833vw;
  color: #888E99;
  cursor: pointer;
}
.containter .form .btn {
  background: linear-gradient(to right, #4D93FF 0%, #1471FF 100%);
  box-shadow: 0px 4px 12px 0px #4D93FF;
  border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
  padding: 1.09375vw 0;
  text-align: center;
  font-size: 1.458vw;
  color: #FFFFFF;
  cursor: pointer;
}
