#app {
  background: url(../images/style-testing/bg.png);
  background-size: cover;
}

.banner {
  padding-top: 100px;
}

.page-container {
  margin-top: 80px;
  margin-bottom: 150px;
  border-radius: 20px;
  background: rgba(240, 243, 246, 0.45);
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 30px 0px rgba(15, 68, 123, 0.1);
}

.select-swiper {
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #e4e6f2;
  position: relative;
}

.select-swiper .dot1 {
  position: absolute;
  left: 5%;
  top: 89px;
  z-index: 999;
}

.select-swiper .dot2 {
  position: absolute;
  right: 5%;
  bottom: 24px;
  z-index: 999;
}

.select-swiper .select-nums {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  z-index: 999;
}

.select-swiper .swiper-slide .title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  margin-top: 92px;
  margin-bottom: 30px;
}

.select-swiper .swiper-slide .options-item {
  margin: 15px 5px;
  width: 237px;
  height: 313px;
  padding: 20px 5px;
  border-radius: 13px;
  background: #ffffff;
  box-sizing: border-box;
  border: 3px solid transparent;
  cursor: pointer;
}

.select-swiper .swiper-slide .options-item.small {
  height: 218px;
}

.select-swiper .swiper-slide .options-item.active {
  border: 3px solid #17589e;
  box-shadow: 0px 4px 10px 0px rgba(13, 24, 59, 0.2);
  font-weight: bold;
  color: #004ea1;
}

.select-swiper .swiper-slide .options-item:hover {
  border: 3px solid #17589e;
  box-shadow: 0px 4px 10px 0px rgba(13, 24, 59, 0.2);
  font-weight: bold;
  color: #004ea1;
}

.select-swiper .swiper-slide .options-item img {
  width: 100%;
  height: 181px;
  object-fit: contain;
  user-select: none;
}

.select-swiper .swiper-slide .options-item.small img {
  width: 80px;
  height: 116px;
}

.select-swiper .swiper-slide .options-item .text {
  margin-bottom: 20px;
  user-select: none;
  text-align: center;
}

.switch {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  min-height: 120px;
}

.switch .btn-item {
  user-select: none;
  margin: 15px;
  border-radius: 97px;
  opacity: 1;
  background: linear-gradient(82deg, #2377d1 -37%, #92c0f1 154%);
  box-sizing: border-box;
  border: 4px solid rgba(228, 230, 242, 0.6);
  width: 214px;
  height: 71px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.switch .pre,
.submit {
  display: none;
}

.inputs {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.inputs input {
  margin: 10px 0;
  width: 522px;
  max-width: 80vw;
  height: 55px;
  border-radius: 10px;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #239aff;
  font-size: 18px;
  font-weight: 500;
  color: #676767;
}

.send-yzm {
  width: fit-content !important;
  align-self: flex-end;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none !important;
}

/* .tips {
  font-size: 14px;
  font-weight: 500;
  color: #676767;
  margin-top: 40px;
  margin-bottom: 20px;
} */

/* .btn {
  width: 522px;
  max-width: 80vw;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 10px;

  background: linear-gradient(86deg, #338ae7 -31%, #5ab2fc 114%);
} */