@import url('./apply_protocol/index.css?v=2024060401');
@import url('./select_number/index.css?v=2024060401');
@import url('./recommend_goods_popup/index.css?v=2024060401');

.apply-popup-wrapper {
  width: 100%;
  max-width: 750px;
  left: auto;
  overflow-y: visible;
  background: #f8f8f8;
}
.popup-bottom-center {
  max-width: 750px;
  left: auto;
}
.apply-content {
  width: 100%;
}
.apply-content .van-field__label {
  color: #333;
  width: 4em;
}
.apply-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.apply-title-desc {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.apply-title-close {
  padding: 6px;
  border-radius: 4px;
  margin-right: -6px;
}

.apply-field-tip {
  width: 100%;
  margin-left: 0;
  color: #888;
  font-size: 12px;
  margin-top: 4px;
}

.apply-popup-wrapper .van-cell {
  line-height: 1.4;
  padding: 14px 0;
}

.apply-popup-wrapper .van-cell::after {
  left: 0;
  right: 0;
}

.apply-form-content {
  max-height: 90vh;
  overflow-y: auto;
}

.apply-search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.apply-search .van-icon {
  margin-right: 5px;
  font-size: 16px;
  color: #272536;
}
.apply-search-button {
  white-space: nowrap;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px 0 15px;
  margin-right: -20px;
  cursor: pointer;
  color: #327aff;
  position: relative;
}
.apply-search-button::after {
  content: '';
  width: 1px;
  height: 20px;
  background: #85b0ff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.apply-search input {
  font-size: 14px;
}
.apply-search .van-cell {
  padding: 0;
}

.apply-title .cancel {
  color: #999999;
  font-size: 20px;
  padding: 6px 10px;
  margin-left: -10px;
  margin-bottom: -6px;
  margin-top: -6px;
  font-size: 15px;
  cursor: pointer;
}
.apply-title .confirm {
  color: #327aff;
  margin-right: -10px;
}
.apply-title h1 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}

.form-cell-group {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 15px 5px;
  margin-bottom: 10px;
}
.form-cell-group-title {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.group-title-icon {
  width: 18px;
  margin-right: 6px;
}
.group-title-txt {
  line-height: 1;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}
.group-title-extra {
  font-size: 12px;
  color: #ff5800;
  display: block;
  width: 100%;
  word-break: break-all;
  margin-top: 6px;
}

.apply-popup-wrapper .van-popup__close-icon {
  top: -40px;
  right: 1px;
  color: #fff;
  font-size: 24px;
  padding: 6px 10px;
}

.van-uploader__upload,
.van-uploader__preview {
  border: 1px dashed #ccc;
  margin: 0;
  box-sizing: border-box;
  width: 142px;
  height: 72px;
}
.van-uploader__preview-image,
.van-uploader__mask {
  width: 142px;
  height: 72px;
}
.preview-img {
  margin-left: 10px;
  position: relative;
  width: 142px;
  height: 72px;
}
.preview-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.preview-img span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.preview-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.select-number-radio {
  margin-bottom: 10px;
}
.protocol-dialog {
  width: 80%;
  max-width: 600px;
}
.van-field__error-message {
  line-height: 1.4;
}
.reapply-form .apply-form-content {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
  max-height: inherit;
  padding: 15px 15px 20px;
}
.apply-form-complete {
  padding: 15px 15px 0;
}
.reapply-form .apply-form-complete {
  background: #fff6eb;
  border-radius: 10px;
  padding: 0 0 10px;
  margin-bottom: 15px;
}
.reapply-form .form-cell-group {
  background: transparent;
  padding: 15px 12.5px 0;
  margin-bottom: 0;
}
.reapply-form .van-cell {
  margin-bottom: 10px;
  border-radius: 5px;
  flex-wrap: wrap;
  padding-left: 14px;
  padding-right: 14px;
}
.reapply-form .van-cell.sms-cell .van-field__label {
  line-height: 32px;
}

.apply-form-extra {
  width: 100%;
  margin-top: 2px;
  color: #999;
  font-size: 13px;
  margin-left: calc(4em + 12px);
}
.reapply-form .form-cell-group .van-cell:last-child {
  margin-bottom: 0;
}
.broadband {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.22rem;
  margin-top: 0.2rem;
}
.broadband-checkbox {
  width: 0.88rem;
  position: relative;
}
.broadband-checkbox img {
  width: 0.8rem;
  position: absolute;
  padding-left: 0.02rem;
  top: -0.6rem;
  animation: move-vertical 1s linear infinite;
}
@keyframes move-vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.broadband-img {
  width: calc(100% - 0.88rem);
}
.reapply-form .apply-protocol {
  margin: 12.5px 12.5px 0;
}
.reapply-form .apply-protocol-content a {
  color: #d23034;
}
.reapply-button {
  width: 100%;
}
.flex {
  display: flex;
}
.field-vertical {
  flex-wrap: wrap;
}
.field-vertical .van-field__label {
  width: 100%;
}
.field-vertical .van-field__value {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.field-vertical .van-field__body {
  flex: 1;
}
.field-vertical .custom-card-upload {
  width: 100%;
}
.field-vertical .custom-card-upload .example-img {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.custom-card-upload .flex {
  align-items: flex-start;
}
.custom-card-upload .van-cell {
  background-color: transparent;
}
.custom-card-upload .flex .van-cell {
  padding: 0;
  background: transparent;
}
.custom-upload-btn {
  background: #ffffff;
  border-radius: 4px;
  border: 1px dashed #327aff;
  text-align: center;
  width: 142px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-upload-btn .van-icon {
  color: #327aff;
  font-size: 18px;
  margin-bottom: 8px;
}
.custom-upload-btn img {
  width: 1.1rem;
  margin: 0 auto 0.14rem;
}
.custom-upload-btn .desc {
  font-size: 0.25rem;
  color: #327aff;
  line-height: 1;
}
.custom-upload-btn .desc span {
  color: #f5222d;
}
.custom-card-upload .van-field__error-message {
  text-align: center;
  margin-top: 6px;
}
.custom-field-hide-label {
  display: block;
}
.custom-field-hide-label::after {
  display: none;
}
.custom-field-hide-label .van-field__control--custom {
  display: block;
  text-align: center;
}
.custom-card-upload .van-uploader__upload,
.custom-card-upload .van-uploader__preview {
  width: 142px;
  height: 72px;
  border: 1px dashed #327aff;
  box-sizing: border-box;
}
.custom-card-upload .van-uploader__preview-image {
  width: 140px;
  height: 70px;
}
.custom-card-upload.head {
  position: relative;
}
.custom-card-upload.head .custom-field-hide-label {
  width: 45%;
  padding: 0;
  position: absolute;
  right: 3%;
  top: 58%;
}

.id_card_back_face .van-uploader {
  width: 2.82rem !important;
  height: 1.44rem !important;
}

.id_card_hand .van-uploader {
  width: 100% !important;
  height: 1.4rem !important;
}
.custom-card-upload.defined-photo .custom-field-hide-label {
  width: 60%;
  min-width: 180px;
  max-height: 220px;
  margin: 0 auto;
}
.custom-card-upload.defined-photo .custom-upload-btn {
  padding: 0.4rem 0.3rem;
}

.upload-full .van-field__body,
.upload-full .van-field__control--custom,
.upload-full .van-uploader,
.upload-full .van-uploader__wrapper,
.upload-full .van-uploader__input-wrapper,
.upload-full .custom-upload-btn,
.upload-full .van-uploader__preview,
.upload-full .van-uploader__preview-image,
.upload-full .van-uploader__mask {
  width: 100%;
  height: 100%;
}

.van-uploader__preview-delete {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 0 0 0 0.24rem;
}
.van-uploader__preview-delete-icon {
  font-size: 0.32rem;
  top: -0.04rem;
  right: -0.04rem;
}
.apply-payment-btn {
  padding: 0.2rem 0.3rem 0.3rem;
}
.apply-unpayment-btn {
  padding: 0 15px 20px;
}
.total-amount {
  margin-right: 0.2rem;
}
.total-amount h1 {
  color: #ff0000;
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.total-amount span {
  font-size: 0.22rem;
  line-height: 1;
  display: block;
  color: #999999;
  white-space: nowrap;
  margin-top: 0.14rem;
}
