html,
body {
  padding: 0;
  margin: 0;
}
.flex-container {
  display: flex;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-x-center {
  justify-content: center;
}
.flex-x-end {
  justify-content: flex-end;
}

.flex-y-center {
  align-items: center;
}
.flex-y-end {
  align-items: flex-end;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.layout-vertical {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-block {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-fixed {
  flex-shrink: 0;
  flex-grow: 0;
}
.block-show {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.hide {
  display: none !important;
}
.text-center {
  text-align: center;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1103;
}
.full-screen {
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
}
.shadow {
  background: rgba(255, 255, 255, 0.8);
}
.icon {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-align: center;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}
.btn.btn-txt {
  font-size: 4.2666667vw;
  color: #16458e;
}
.btn.btn-txt.lg-size {
  line-height: 2;
  padding: 3vw;
}

.btn.btn-toast {
  font-size: 4.2666667vw;
  color: #142d58;
  line-height: 4.4vw;
}

.btn.btn-submit {
  background: #16458e;
  border-radius: 0.53333vw;
  font-size: 4.2666667vw;
  color: #fff;
  padding: 2vw 3vw;
  overflow: hidden;
}

.btn.btn-submit.form-submit {
  margin-top: 10vw;
}
.btn.btn-active-account {
  height: 18vw;
  background: url("http://gg.hfdwqh.com/360$1/img/active_btn.png") no-repeat center center;
  background-size: contain;
  font-size: 0;
}
.split {
  color: #dce2eb;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4vw;
}
button[type="submit"].btn.btn-submit:after {
  display: block;
  content: "";
  width: 13vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /* background: url('../images/icon/lift.png') no-repeat right center; */
  background-size: contain;
}

.icon.icon-confirm {
  width: 34.66667vw;
  height: 32.53333vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/confirm.png");
}
.icon.icon-back {
  width: 4.5vw;
  height: 4.5vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/back.png");
}
.icon.icon-lock {
  width: 4.8vw;
  height: 5.33333vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/lock.png");
}
.icon.icon-check {
  width: 4vw;
  height: 4vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/check.png");
}

.icon.icon-close {
  width: 4.8vw;
  height: 4.8vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/close.png");
}

.icon.icon-clear {
  width: 4.8vw;
  height: 4.8vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/clear.png");
}

.icon.icon-visible {
  width: 5.33333vw;
  height: 4vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/hide.png");
}

.active .icon.icon-visible {
  background-image: url("http://gg.hfdwqh.com/360$1/img/visible.png");
}

.icon.icon-phone {
  width: 4.8vw;
  height: 5.33333vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/phone.png");
}

.icon.icon-error {
  width: 18.13333vw;
  height: 18.13333vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/error.png");
}
.icon.icon-check-circle {
  width: 6.66667vw;
  height: 6.66667vw;
  background-image: url("http://gg.hfdwqh.com/360$1/img/check_circle.png");
}
.icon.icon-account,
.icon.icon-information {
  width: 86.66667vw;
  height: 41.6vw;
  background-size: cover;
}
.icon.icon-account {
  background-image: url("http://gg.hfdwqh.com/360$1/img/account.png");
}
.icon.icon-information {
  background-image: url("http://gg.hfdwqh.com/360$1/img/information.png");
}
.icon.icon-success {
  /* width: 18vw;
  height: 18vw; */
  width: 100%;
  height: 87%;
  background: url("http://gg.hfdwqh.com/360$1/img/icon_success.png") no-repeat top center;
  background-size: contain;
  margin: 0 auto;
}

.icon-envelope {
  background-image: url("http://gg.hfdwqh.com/360$1/img/envelope.png");
  width: 86.66667vw;
  height: 41.6vw;
  background-size: cover;
}

.page-header {
  font-size: 4.2666667vw;
  color: #16458e;
  padding: 2vw 4vw;
  box-shadow: 0 1px 0 #dbe0ee;
  min-height: 10vw;
}

.check-checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 4vw;
  height: 4vw;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #a6aebd;
  vertical-align: middle;
  margin-right: 1.33333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.check-checkbox:checked {
  background: url("http://gg.hfdwqh.com/360$1/img/check.png") no-repeat 50%;
  background-size: contain;
  border: none;
}

.page-body {
  padding: 8vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-body.zs-size {
  padding: 0;
}

.page-title {
  font-size: 6.4vw;
  color: #142d58;
  font-weight: bold;
  margin: 0;
  line-height: initial;
}

.page-subtitle {
  font-size: 4vw;
  color: #a6aebd;
  margin-bottom: 8vw;
}

.subtitle-highlight {
  color: red;
}

.re-btn {
  display: none;
  min-width: 12vw;
  color: #16458e;
}

.re-btn,
.btn-phonecode {
  font-size: 3vw;
  white-space: nowrap;
}
@media (min-width: 321px) {
  .page-title {
    font-size: 5.6vw;
  }
}
.pop {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1103;
}
.pop .pop-container {
  position: relative;
}
.pop .pop-close {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}
.tips {
  color: #142d58;
}
.confirm {
  font-size: 3.2vw;
}
.tips-success {
  color: #1fd345;
}
.tips-warning {
  color: #f36187;
}
.success-tips {
  background: #f8f8f8;
  color: #223e6c;
  padding: 3vw;
  margin: 5vw;
  min-height: 50vw;
}
.success-tips span,
small {
  display: inline-block;
  vertical-align: middle;
}
.success-tips h2 {
  font-weight: normal;
  font-size: 5.8vw;
  margin-bottom: 0;
}
.success-tips p {
  font-size: 4.8vw;
  color: #da1010;
  margin: 0;
}
.success-info {
  width: 80vw;
  min-height: 39.2vw;
  background: url("http://gg.hfdwqh.com/360$1/img/box.png") no-repeat center top;
  background-size: contain;
  margin: 0 auto;
  padding-top: 4vw;
  color: #142d58;
  font-size: 3.46667vw;
}
.success-info p {
  margin: 0;
}
.success-info h4 {
  font-size: 8.8vw;
  margin: 0;
  line-height: 1.875;
}
p.slogan {
  margin: 0;
}
.tips.lg-size {
  font-size: 4.26667vw;
}
.logo {
  width: 20vw;
  height: 6vw;
}
.loading,
.loading:after {
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
}
.btn-tools {
  padding: 2vw 8vw;
}
.loading {
  position: relative;
  text-indent: -9999em;
  border-top: 0.5vw solid rgba(17, 156, 254, 0.2);
  border-right: 0.5vw solid rgba(17, 156, 254, 0.2);
  border-bottom: 0.5vw solid rgba(17, 156, 254, 0.2);
  border-left: 0.5vw solid rgb(17, 156, 254);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pop .pop-container.download-app-message {
  width: 95vw;
  height: 75vh;
  top: -25px;
  padding: 0;
  background: transparent;
}

.pop .pop-container.download-app-message > #dd_link1 {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.pop .pop-container.download-app-message > #dd_link1 > .icon-envelope {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 751px) {
  .re-btn,
  .btn-phonecode {
    font-size: calc(4 * 7.5px);
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .pop .pop-container.download-app-message > #dd_link1 {
    width: 85%;
  }
  /* .footerReg img{
    width: 40%;
    animation: resize 1s infinite;
}

@keyframes resize {
    0%, 100% {
        width: 55%;
    }
    50% {
        width: 60%;
    }
} */
}
