﻿/* 页面统一样式变量 */
:root {
  --bgColor: #ff5732; /*背景颜色*/
  --inputPlace: #999999; /*输入框placeholder颜色*/
  --inputBorder: 2px solid #ff5732; /*输入框border*/
  --inputWidth: 72%; /*输入框宽度*/
  --inputHeight: 1.22rem; /*输入框高度*/
  --inputSize: 0.385rem; /*输入框字体大小*/
  --inputRadius: 2rem;/*输入框边框圆角*/
  --codeBtnBg: #ff5732; /*验证码按钮背景色*/
  --btnWidth: 60%; /*订购按钮大小*/
  --msgColor: #FFFFFF; /*说明文字颜色*/
  --linkColor: #FFE25B; /*跳链文字颜色*/
  --centerMargin: -1rem auto 1rem auto; /*输入框区域位置*/
  --bottomFixedHeight: 3rem; /*底部浮动位置*/
  --bgListItem: transparent;/*列表item背景色*/
}

html {
  color: #000;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* -webkit-filter: grayscale(100%);
	-webkit-filter : grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
img {
  vertical-align: middle;
  width: 100%;
}

#app {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  #app {
    width: 750px !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .float-btn {
    width: 750px !important;
  }
  /* 设置滚动条的样式 */
  #app::-webkit-scrollbar {
    width: 12px;
  }
  /* 滚动槽 */
  #app::-webkit-scrollbar-track {
    box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  /* 滚动条滑块 */
  #app::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }

  #app::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
  }
}

.paySult {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.paySult img {
  width: 100%;
  height: 100%;
}

.paySult .adWrap {
  position: absolute;
  top: 40%;
  width: 100%;
}
.paySult .resultImg {
  height: 100%;
  width: auto;
}
.paySult .reback {
  margin: auto;
  color: #adadad;
  width: 100px;
  line-height: 36px;
  margin-bottom: 50px;
  border: 1px solid #adadad;
  border-radius: 40px;
}

.agreement {
  --color: #323232;
  padding: 0 1rem;
  text-align: center;
  font-size: 12px;
  color: var(--color);
}
.agreement .van-checkbox__label {
  color: inherit;
}
.agreement .van-checkbox {
  justify-content: center;
  align-items: baseline;
}
.agreement .van-checkbox__icon .van-icon {
  border-color: var(--color);
}

.vant-rule-popup {
  width: 80vw;
  padding: 0.625rem 0;
  overflow-y: visible;
}
.vant-rule-popup .rulePart_text {
  max-height: 70vh;
  overflow-y: auto;
}
.vant-rule-popup .van-popup__close-icon {
  top: -2rem;
  right: -2rem;
  font-size: 1.875rem;
}
.rulePart {
  margin: auto;
  padding: 0.625rem 0;
  margin-bottom: 6.25rem;
}
.rulePart_title {
  font-size: 1.25rem;
  text-align: center;
  padding: 0.625rem;
}
.rulePart_text {
  padding: 1rem;
  line-height: 1.6em;
  font-size: 0.875rem;
}

.getMobileForm {
  text-align: center;
  margin: auto;
  box-sizing: border-box;
}
.mobilePart .getMobileForm {
  width: 88%;
}
.getMobileForm .ringPhone,
.getMobileForm .ringCode {
  text-align: left !important;
  width: 88%;
  padding: 0 20px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 30px;

  margin: auto;
  background: #f3f5f6;
}
.getMobileForm .ringCode {
  margin-top: 0.625rem;
}
.getMobileForm .ringPhone {
  line-height: 44px;
}
.getMobileForm .code-btn {
  border: none;
  color: #ffe9c4;
  background: #ff8200;
  border-radius: 0.625rem;
  padding: 0.625rem 0.75rem rem;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 0 0.625rem;
}
@keyframes scaleDrew {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

.input-btn {
  position: relative;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 5% 0px 0px;
}
.input-btn .point {
  position: absolute;
  top: 1.875rem;
  right: 4.0625rem;
  width: 4.0625rem;
  transform-origin: bottom;
  animation: 1s ease-in-out 0s infinite normal none running scaleDrew;
}
.btn-get {
  width: 88%;
  /*margin: 6% 0px 0px;*/
  animation: 2s ease-in-out 0s infinite normal none running scaleDrew;
}
.btn-get-normal {
  width: 90%;
  margin: 5% 0px 0px;
}
.getMobileForm .btn-get {
  margin-top: 6%;
}
.float-btn {
  z-index: 8;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 4vw !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.float-btn-show {
  visibility: visible;
  opacity: 1;
}
.float-btn-show .btn-get {
  width: 80%;
}

/*隐私协议*/
.private-center {
  box-sizing: border-box;
  padding: 0 0.35rem;
  color: var(--msgColor);
  text-align: center;
  margin: 0.5rem auto 0 auto;
}

.private-center__link {
  color: var(--linkColor);
  text-decoration: underline;
}