body {
  /* touch-action: none; */
}


.form {
  padding: 0 .15rem;
}

.form-box {
  position: relative;
  display: flex;
  padding: .14rem 0;
  border-bottom: 0.01rem solid #F3F3F3;
}
.form-box:last-child{
  border-bottom: none;
}

.form-box-area {
  height: 17.5vw;
  /* line-height: 22vw; 
    /* padding-top: 4vw; */
  /* width: 100%;
    border-bottom: 1px solid #F4F4F4; */
}

.form-box-remarks {
  height: 13.33vw;
  width: 100vw;
  border-bottom: 1px solid #F3F3F3;
  background: #fef7f7;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  padding-left: 12px;
  padding-right: 12px;
}

.remarks {
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #eb333b;
}

.city-input {
  width: 65vw;
  height: 0.22rem;
  line-height: 0.22rem;
  text-align: left;
  outline: none;
  background: none;
  border: 0;
  color: #000;
  font-size: 4.5vw;
}

.address-input {
  width: 65vw;
  height: 17.5vw;
  /* line-height: 11vw; */
  text-align: left;
  outline: none;
  background: none;
  border: 0;
  color: #000;
  font-size: 4vw;
}

.form-padding {
  padding-left: 2vw;
}

.cell {
  vertical-align: middle;
}

.form-box-placeholder {
  /* height: .16rem; */
  font-size: .15rem;
  font-family: PingFang-SC, PingFang SC;
  font-weight: 400;
  color: rgba(44, 44, 44, 1);
  line-height: .22rem;
  /* white-space: nowrap; */
  width: 1rem;
}

#code,
#imgCode {
  /* padding-left: 2vw; */
  width: 68%;
  /* height: 11vw;
  line-height: 11vw; */
  text-align: left;
  outline: none;
  background: none;
  border: 0;
  color: #000;
  font-size: 4vw;
  /* background-color: rgb(255,0,0,0.5); */
}

.star {
  font-size: .13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #EF3434;
  line-height: .2rem;
  padding-right: 0;
}

.getcode {
  width: 0.81rem;
  background: rgba(0, 0, 0, 0);
  height: .22rem;
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF6900;
  line-height: .22rem;
  border: none;
}

.form-box-value {
  flex: 1;
}

.form-box-value input,
.form-box-value input::placeholder {
  /* font-size: 4vw; */
  font-size: .15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9A9A9A;
  line-height: .22rem;
}

.form-box-value input {
  color: #2C2C2C;
}

button {
  padding: 0px;
}

.formbutton {
  /* position: unset; */
  margin-top: .24rem;
  margin-bottom: .2rem;
  width: 3.45rem;
  height: .44rem;
  background: #EF7723;
  border-radius: .04rem;
  font-size: .16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .44rem;
}

.point {
  margin-left: .15rem;
  text-align: left;
  font-size: .13rem;
  font-family: PingFang-SC, PingFang SC;
  font-weight: 400;
  color: #9A9A9A;
  line-height: .18rem;
}

.pointCall {
  color: #888;
  font-size: .13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9A9A9A;
  line-height: .18rem;
  padding: 0.25rem 0.15rem 0.34rem;
  text-align: left;
}

/**
 * 滑块拼图样式开始
 */
.sliderContainer {
  position: relative;
  text-align: center;
  width: 310px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #1991fa;
}

.sliderContainer_active .sliderMask {
  height: 38px;
  border-width: 1px;
}

.sliderContainer_success .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #52ccba;
  background-color: #52ccba !important;
}

.sliderContainer_success .sliderMask {
  height: 38px;
  border: 1px solid #52ccba;
  background-color: #d2f4ef;
}

.sliderContainer_success .sliderIcon {
  background-position: 0 -26px !important;
}

.sliderContainer_fail .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
  height: 38px;
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
  top: 14px;
  background-position: 0 -82px !important;
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
  display: none;
}

.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #1991fa;
  background: #d1e9fe;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: background 0.2s linear;
  cursor: pointer;
  cursor: grab;
}

.slider:active {
  cursor: grabbing;
}

.slider:hover {
  background: #1991fa;
}

.sliderIcon {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 14px;
  height: 12px;
  background: url(../..//assets/img/icon_light.png) 0 -13px;
  background-size: 32px 544px;
}

.slider:hover .sliderIcon {
  background-position: 0 0;
}

#sliderImg {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.sliderDialog {
  background-color: #fff;
  margin: auto;
  padding-bottom: 0.2rem;
  margin-top: 0.6rem;
}

.dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  font-size: 0.15rem;
  height: 0.4rem;
}

.imgContent {
  margin: auto;
  position: relative;
}

.imgMask {
  position: absolute;
  left: 0px;
}

.dialog-close {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../../assets/img/icon_light.png) 4px -50px;
  transform: scale(1.3);
  background-size: 32px 544px;
}

.imgLoading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(243, 237, 237, 0.7);
}

.imgLoading div {
  width: 35px;
  height: 35px;
  background: url(../../assets/img/icon_light.png) 2px -330px no-repeat;
  transform: scale(1.3);
  background-size: 32px 544px;
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.fadeOut {
  animation: fadeOut 0.5s;
}

.fadeIn {
  animation: fadeIn 0.5s;
}

.pending {
  background-color: rgba(255, 105, 0, 0.5) !important;
}

.special-pending .pending {
  background-color: rgba(255, 105, 0, 0) !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.dn {
  display: none;
}

/**
 * 滑块拼图样式结束
 */


.top-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: .13rem;
  color: #9A9A9A;
  line-height: .20rem;
  text-align: left;
  font-style: normal;
  margin: .12rem 0.15rem;
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  z-index: 9999;
  /* 确保遮罩层在最上层 */
}

.message {
  padding: 20px;
  border-radius: 5px;
}
.prompt {
  text-align: left;
  margin: .14rem .15rem 0;
}
.switch-face{
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #EF7723;
  font-style: normal;
  line-height: 0.2rem;
}
.radio-icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.02rem;
  vertical-align: middle;
}
.agreement-text {
  font-family: PingFang-SC, PingFang SC;
  font-weight: 400;
  color: #9A9A9A;
  line-height: 0.2rem;
  font-style: normal;
  vertical-align: middle;
}
.agreement-link {
  font-family: PingFang-SC, PingFang SC;
  font-weight: 400;
  color: #EF7723 !important;
  line-height: 0.2rem;
  font-style: normal;
  vertical-align: middle;
}
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.42rem;
}
.divider .divider-text {
  /* width: 0.78rem; */
  height: 0.2rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.13rem;
  color: #9A9A9A;
  line-height: 0.2rem;
  text-align: center;
  font-style: normal;
  padding: 0 0.09rem;
}
.divider>div:first-child {
  width: 1.25rem;
  height: 0px;
  border: 0.5px solid;
  border-image: linear-gradient(270deg, rgba(201, 201, 201, 1), rgba(151, 151, 151, 0)) 1 1;
}
.divider>div:last-child {
  width: 1.25rem;
  height: 0px;
  border: 0.5px solid;
  border-image: linear-gradient(270deg, rgba(151, 151, 151, 0), rgba(201, 201, 201, 1)) 1 1;
}
.switch-item {
  width: .75rem;
  margin: 0 auto;
}
.switch-img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.2rem auto 0.1rem;
}
.switch-text {
  font-family: PingFang-SC, PingFang SC;
  font-weight: 400;
  font-size: 0.13rem;
  color: #505050;
  line-height: 0.18rem;
  font-style: normal;
}
.confirm-button {
  color: #EF7723 !important;
}
.err-qlc {
  font-size: 0.13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #DD5550;
  line-height: 0.16rem !important;
  margin-top: .07rem;
}