@font-face {
  font-family: Proxima Nova;
  src: url(../font/ProximaNovaFont.otf);
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Proxima Nova", Arial, sans-serif;
  overflow: auto;
}

div, p, img {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.d_flex {
  display: flex;
  align-items: center;
}

.box {
  height: 100%;
  min-height: 12.8rem;
  background-color: #FFE0CA;
  display: flex;
  flex-direction: column;
  position: relative;
}

.banner {
  width: 100%;
  min-height: 7.67rem;
  display: block;
}

.numbox {
  padding: 0 .20rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.15rem;
  z-index: 2;
  margin-bottom: .45rem;
}
.mobile_bg {
  background: linear-gradient(180deg, #FF794F, #FCD8A2);
  padding: .2rem;
  box-sizing: border-box;
  border-radius: .2rem;
  margin-bottom: .4rem;
}
.mobile_box {
  border-radius: .2rem;
    background-color: #fff;
    padding: .397rem .393rem .314rem .393rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: .205rem;
}
.mobile_flag {
  width: .42rem;
  height: .42rem;
  margin-right: .14rem;
}
.mobile {
  height: .92rem;
  line-height: .92rem;
  background-color: #fff;
  border: .02rem solid #E0E0E0;
  border-radius: .18rem;
  padding-left:.3rem; 
  box-sizing: border-box;
}
.mobile_area {
  font-size: .28rem;
  color: #28221D;
}

.mobile_input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Proxima Nova", Arial, sans-serif;
  background-color: #fff;
  color: #28221D;
  font-size: .28rem;
  margin-left: .04rem;
}
.mobile_input::placeholder {
  color: rgba(40, 34, 29, .2);
}

.otp_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .29rem;
  margin-bottom: .214rem;
}

.otp_box > input {
  height: .92rem;
  line-height: .92rem;
  flex: 1;
  border: none;
  outline: none;
  font-family: "Proxima Nova", Arial, sans-serif;
  background-color: #FFFFFF;
  border: .02rem solid #E0E0E0;
  color: #28221D;
  font-size: .28rem;
  border-radius: .18rem;
  padding-left: .325rem;
  box-sizing: border-box;
  margin-right: .197rem;
}
.otp_box > input::placeholder {
  color: rgba(40, 34, 29, .2);
}

.otp_btn {
  width: 1.95rem;
  height: .92rem;
  line-height: .92rem;
  background-color: #FE6F0E;
  border-radius: .18rem;
  font-size: .28rem;
  text-align: center;
  color: #FFFFFF;
}

.tip_1 {
  font-size: .2rem;
  color: #875723;
  display: flex;
  align-items: center;
}
.checkbox {
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  position: relative;
  margin-right: .16rem;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox label {
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: .03rem solid #875723;
}
.checkbox input[type="checkbox"]:checked + label {
  background-color: #FE6F0E;
  border: none;
}
.checkbox input[type="checkbox"]:checked + label:before {
  color: #FFFFFF;
  border: none;
  position: absolute;
  display: block;
  content: "\2713";
  text-align: center;
  font-size: .27rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.policy {
  color: #FE6F0E;
}

.submit {
  border: none;
  width: 100%;
  background:linear-gradient(180deg, #FF8500, #FD462A);
  border-radius: 1rem;
  font-size: .286rem;
  color: #FFFFFF;
  height: .92rem;
  line-height: .92rem;
  font-family: "Proxima Nova", Arial, sans-serif;
}
.tip_4 {
  font-size: .18rem;
  text-align: center;
  color: #875723;
}
.tip_3 {
  font-size: .18rem;
  font-weight: bold;
  text-align: center;
  color: #875723;
  margin-top: .175rem;
}

.tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
  z-index: 9999;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #F5F5F5;
  text-align: center;
  font-size: .28rem;
  border-radius: .15rem;
  padding: .2rem;
  box-sizing: border-box;
  display: none;
}

/* loading */
.y-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  background-color: rgba(0, 0, 0, .5);
  touch-action: none;
}

@keyframes rotate {
  to {
      transform: rotate(360deg);
  }
}

.loading-style {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }
}

.hidden_loading {
  display: none !important;
}

.marked {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, .5);
  touch-action: none;
  display: none;
}

.download_marked_hidden {
  display: none;
}

.prompt_marked_hidden {
  display: none;
}

.download_img {
  width: 1.28rem;
  height: 1.28rem;
  display: block;
  margin: 0 auto;
  margin-bottom: .35rem;
}

.prompt_box {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  padding: .47rem .4rem;
  box-sizing: border-box;
  border-radius: .28rem;
  background-color: #ffffff;
  z-index: 9000;
}
.prompt_img {
  display: block;
  width: 2.4rem;
  height: 2.1rem;
  margin: 0 auto;
  margin-bottom: .3rem;
}
.prompt_text {
  font-size: .26rem;
  line-height: 1.1;
  color: #28221D;
  text-align: center;
}
.close_img_btn > p {
  text-align: center;
  font-size: .31rem;
  color: #ffffff;
  background: linear-gradient(180deg, #FF8500, #FD462A);
  margin-top: .3rem;
  border-radius: 1rem;
  height: .94rem;
  line-height: .94rem;
}

/* policy page */
.policy_container {
  font-size: .3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.policy_tab {
  position: relative;
  background-color: #FD462A;
  padding: 0 .4rem;
  box-sizing: border-box;
  color: #FFFFFF;
}

.policy_tab > p {
  font-size: .4rem;
  font-weight: bold;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-left: .642rem;
}

.policy_tab > a {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}

.left_arrow {
  width: .47rem;
  display: block;
}

.policy_bg {
  flex: 1;
}

.policy_box {
  padding: 0 .3rem;
  padding-bottom: .3rem;
  box-sizing: border-box;
  height: 100%;
}

.policy_content {
  padding: .35rem;
  box-sizing: border-box;
}

.policy_content p {
  margin-bottom: .3rem;
}

.policy_content h3 {
  margin: 0 0 .15rem 0;
  font-size: .33rem;
}