* {
  touch-action: manipulation;
}
body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.empower-mask-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2030;
  min-width: 320px;
  transform: translate(-50%, 0);
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  text-align: center;
  transition: all 2s;
}
.empower-mask-form .form {
  z-index: 10000;
  border-radius: 5px;
  padding: 2.5rem 1.8rem;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  overflow: auto;
  width: 100%;
  background: #FFFFFF;
  border-radius: 15px 15px 0px 0px;
  animation: sport 0.3s;
}
.empower-mask-form .form .empower-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.empower-mask-form .form p {
  font-size: 1.2rem;
  color: #919499;
  text-align: left;
  margin-bottom: 3rem;
}
.empower-mask-form .form .permit-title {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
}
.empower-mask-form .form .permit-phone {
  color: #000;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  text-align: left;
  height: 5rem;
  line-height: 5rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empower-mask-form .form .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 28rem;
  margin: auto;
  font-size: 1.6rem;
}
.empower-mask-form .form .btn-box .jvjue-btn {
  width: 12.5rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 3px;
  color: #11b858;
  background-color: #f0f0f0;
}
.empower-mask-form .form .btn-box .yunxv-btn {
  width: 12.5rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 3px;
  color: #fff;
  background-color: #11b858;
}
.empower-mask-form .form .empower-form-box {
  flex-shrink: 0;
}
.empower-mask-form .form .empower-form-box .input-box {
  height: 6rem;
  border-bottom: 1px solid #EDEFF2;
  display: flex;
  align-items: center;
}
.empower-mask-form .form .empower-form-box .input-box input {
  font-size: 1.5rem;
}
.empower-mask-form .form .empower-form-box .input-box .code-box {
  display: flex;
  align-items: center;
}
.empower-mask-form .form .empower-form-box .input-box img {
  width: 1.9rem;
  margin-right: 1rem;
}
.empower-mask-form .form .empower-form-box .input-box .emcode-btn {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3F75FF;
  line-height: 20px;
  text-align: right;
  width: 100%;
}
.empower-mask-form .form .empower-form-box .input-box .count-down {
  font-size: 1.4rem;
  font-weight: 400;
  color: #919499;
  line-height: 20px;
  text-align: right;
  width: 100%;
}
.empower-mask-form .form .empower-form-box .input-box:nth-child(2) {
  /* margin-bottom: 3rem; */
}
.empower-mask-form .form .hint-title {
  color: #f59a23;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;
  display: none;
  font-size: 12px;
}
.empower-mask-form .form .hint-content {
  color: #f59a23;
  margin-bottom: 2rem;
  text-align: left;
  display: none;
  font-size: 12px;
}
.empower-mask-form .form .submit-btn {
  width: 14rem;
  height: 4.5rem;
  background: #3F75FF;
  color: #fff;
  line-height: 4.5rem;
  bottom: 0rem;
  width: 100%;
  transition: bottom 0.5s;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.empower-mask-form .form .xieyi {
  color: #ccc;
  font-size: 12px;
}
@keyframes sport {
  0% {
    transform: translate(-50%, 30rem);
  }
  100% {
    transform: translate(-50%, 0rem);
  }
}
@keyframes nosport {
  0% {
    transform: translate(-50%, 0rem);
  }
  100% {
    transform: translate(-50%, 30rem);
  }
}
@keyframes removewin {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.em-toast {
  padding: 1rem;
  word-break: break-all;
  line-height: 1.5;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  max-width: 30rem;
  font-size: 14px;
  border-radius: 5px;
  display: none;
  text-align: center;
  z-index: 99999;
}
.empower-mask-form .disabled {
  color: #ccc !important;
  cursor: not-allowed;
}
.empower-mask-form .prepend {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 4px;
}
.empower-mask-form .prepend .icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  transform: rotate(180deg);
  transition: all 0.2s;
}
.empower-mask-form .prepend .icon.arrow-bottom {
  transform: rotate(0deg);
}
.area-popup-mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  /* background-color: rgba(0, 0, 0, 0.7); */
  display: none;
}
.area-popup {
  position: fixed;
  max-height: 100%;
  overflow-y: auto;
  background-color: white;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  border-radius: 8px 8px 0 0;
  -webkit-overflow-scrolling: touch;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}
.area-popup.show {
  bottom: 0;
}
.area-popup .wrapper {
  height: 400px;
}

#areaCodePopup .select-wrap {
  width: 100%;
  height: 400px;
  background: white;
  box-shadow: 0 2px 12px rgba(50, 50, 51, 0.12);
  border-radius: 3px;
  box-sizing: border-box;
}
#areaCodePopup .select-wrap .scroll-view {
  height: 100%;
  padding: 20px;
  overflow: auto;
  box-sizing: border-box;
}
#areaCodePopup .select-wrap .select-item {
  font-size: 14px;
  padding: 13px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#areaCodePopup .select-wrap .select-item * {
  pointer-events: none;
}
#areaCodePopup .select-wrap .select-item:hover {
  background: #f5f7fa;
}
#areaCodePopup .select-wrap .select-item span + span {
  margin-left: 16px;
}
#areaCodePopup .select-wrap .select-item.active {
  color: #006CFF;
}
#areaCodePopup .select-wrap .select-item .area-code {
  min-width: 40px;
  display: inline-block;
  text-align: left;
}
#areaCodePopup .select-wrap.show {
  height: 160px !important;
}

#areaCodePopup .select-wrap .select-item .icon {
  display: none;
}
#areaCodePopup .select-wrap .select-item.active .icon {
  display: inline-block;
}