@charset "UTF-8";
body {
  color: #2E2F33;
  background: #fff;
  width: 100%;
  height: 100vh;
  z-index: 998;
  position: relative;
  /*输入框*/
  /*成功页*/
}

body .wrapper-box {
  max-width: 100%;
}

body header {
  margin: .3rem;
}

body header .lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body header .lang img {
  width: .48rem;
}

body .head-wrap {
  display: none;
}

body .float-cs {
  position: fixed;
  right: .1rem;
  bottom: 2rem;
  z-index: 996;
}

body .float-cs img {
  width: .74rem;
}

body .caption {
  width: 100%;
  margin-top: .3rem;
  padding: 0 .3rem;
  box-sizing: border-box;
  position: relative;
}

body .caption .logo {
  background-image: url(../img/logo.svg);
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  display: none;
}

body .caption span {
  display: block;
  font-size: .4rem;
  font-weight: 500;
  color: #333E6F;
  text-align: left;
  font-weight: bold;
  margin: .1rem auto;
}

body .caption .sub-title {
  font-size: .24rem;
  font-weight: normal;
  color: #9296a9;
}

body .sub-title {
  font-size: .24rem;
  color: #656B78;
  margin-top: .4rem;
}

body .account-box {
  margin: .3rem .3rem;
  /**sms类型 */
  /**身份证件类型 */
}

body .account-box .fieldbox {
  margin: .2rem auto;
  position: relative;
}

body .account-box .fieldbox.phone input {
  padding-left: 1.4rem;
}

body .account-box .fieldbox .country {
  position: absolute;
  top: .2rem;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: .32rem;
}

body .account-box .fieldbox .country .arrow {
  width: .4rem;
  height: .4rem;
  background: url(../img/arrow_more.svg) no-repeat center;
  background-size: 100%;
  transform: rotate(90deg);
}

body .account-box .fieldbox label {
  height: .4rem;
  color: #333E6F;
  font-size: .24rem;
}

body .account-box .fieldbox em {
  width: 0.32rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  right: 0.8rem;
  top: 0.56rem;
}

body .account-box .fieldbox em.weak {
  background: url("../img/weak.png") no-repeat;
  background-size: 100%;
}

body .account-box .fieldbox em.medium {
  background: url("../img/medium.png") no-repeat;
  background-size: 100%;
}

body .account-box .fieldbox em.strong {
  background: url("../img/strong.png") no-repeat;
  background-size: 100%;
}

body .account-box .fieldbox input {
  font-size: .28rem;
  color: #2E2F33;
  width: 100%;
  height: .84rem;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #dde2eb;
  transition: all .3s;
}

body .account-box .fieldbox input:focus {
  outline: none;
  /* 取消默认的外边框 */
  border-bottom: 1px solid #3C5EFF;
  /* 添加蓝色实线边框 */
}

body .account-box .fieldbox .mw-icon {
  position: absolute;
  right: 0;
  top: .5rem;
  width: .5rem;
  height: .5rem;
  background-image: url(../img/eye_close.svg);
  background-size: 100%;
}

body .account-box .fieldbox .mw-icon.mw-icon-on {
  background-image: url(../img/eye_open.svg);
}

body .account-box .fieldbox .getcode {
  position: absolute;
  right: 0;
  top: .26rem;
  color: #3C5EFF;
  font-weight: bold;
}

body .account-box .fieldbox strong {
  color: #3C5EFF;
}

body .account-box .name-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .account-box .verification-code .send {
  position: absolute;
  right: 0;
  bottom: .14rem;
  max-width: 2rem;
  margin-top: .2rem;
  padding: .14rem .2rem;
  border-radius: .1rem;
  line-height: 1em;
  text-align: right;
  font-size: .28rem;
  font-weight: bold;
  color: #3C5EFF;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #fff;
  border: 1px solid #dde2eb;
  border-radius: .1rem;
  text-align: center;
}

body .account-box .verification-code .send.sending {
  color: #bec3d7;
}

body .account-box .invite-tips {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #3C5EFF;
  font-size: .28rem;
  text-align: right;
}

body .account-box .invite-tips .arrow {
  width: .3rem;
  height: .3rem;
  background: url(../img/arrow_more.svg) no-repeat center;
  background-size: 100%;
}

body .account-box .invite-tips.opened .arrow {
  transform: rotate(90deg);
}

body .account-box .tips_notice {
  display: block;
  text-align: center;
}

body .account-box .cms-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .3rem 0 .2rem 0;
}

body .account-box .cms-type .til {
  max-width: 3rem;
}

body .account-box .cms-type-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .account-box .cms-type-option p {
  margin-left: .2rem;
  color: #666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body .account-box .cms-type-option p label {
  border: 2px solid #E7E8ED;
  width: .32rem;
  height: .32rem;
  margin-right: .06rem;
  display: block;
  border-radius: .1rem;
  box-sizing: border-box;
}

body .account-box .cms-type-option p.active label {
  border: 2px solid #3c5eff;
  background: #3c5eff url("../img/checked_alpha.svg") center/100%;
}

body .account-box .cms-type-option p.disabled {
  color: #ccc;
}

body .account-box .cms-type-option p.disabled label {
  border: 2px solid #E7E8ED;
  background-color: #f2f2f2;
}

body .account-box .ipt-idtype {
  height: .8rem;
  line-height: .8rem;
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dde2eb;
}

body .account-box .ipt-idtype img {
  rotate: 90deg;
}

body .account-box .others {
  position: relative;
}

body .account-box .id-option {
  position: absolute;
  top: 2.5rem;
  z-index: 9;
  background-color: #f3f5f7;
  width: 100%;
  padding: .3rem;
  border-radius: .1rem;
  box-sizing: border-box;
}

body .account-box .id-option p {
  line-height: .8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .account-box .id-option p:last-child {
  border-top: 1px solid #dde2eb;
}

body .account-banner3 {
  margin: .3rem .6rem;
  max-height: 2rem;
  overflow: hidden;
}

body .account-banner3 li img {
  width: 100%;
  border-radius: .1rem;
}

body .account-banner3 li p {
  display: none;
}

body .buttonarea {
  margin: 0.5rem auto;
  text-align: center;
}

body .buttonarea .check-xieyi {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #656B78;
}

body .buttonarea .check-xieyi a:link, body .buttonarea .check-xieyi a:visited {
  color: #3C5EFF;
}

body .buttonarea .check-xieyi span {
  vertical-align: middle;
}

body .buttonarea .check-xieyi input {
  width: .32rem;
  height: .32rem;
  margin-right: .1rem;
  border-radius: .4rem;
  border: 2px solid #cfd4e1;
  display: inline-block;
  vertical-align: middle;
}

body .buttonarea .check-xieyi input:checked {
  border: 5px solid #3C5EFF;
}

body .buttonarea .login-guide {
  margin-top: .3rem;
  text-align: center;
  font-size: .28rem;
  color: #3C5EFF;
}

body .buttonarea .login-guide a:link, body .buttonarea .login-guide a:visited {
  color: #3C5EFF;
}

body .buttonarea .btn-submit {
  display: inline-block;
  background-color: #3C5EFF;
  border: none;
  height: .9rem;
  width: 100%;
  line-height: .9rem;
  border-radius: .1rem;
  margin: .2rem auto;
  font-size: .32rem;
  color: #fff;
  text-align: center;
}

body .buttonarea .btn-submit img {
  width: 60%;
  margin: 0 auto;
}

body .buttonarea .btn-submit.btn-loading {
  background-color: rgba(60, 94, 255, 0.3);
}

body .buttonarea.buttonArea-download {
  display: none;
  margin: .3rem;
}

body .u_footer {
  text-align: center;
}

body .info-succeed {
  text-align: center;
  padding: 1rem .6rem 0 .6rem;
}

body .info-succeed .ico-ok {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: .3rem auto;
  background-image: url(../img/checked.svg);
  background-size: 100%;
}

body .info-succeed span {
  font-size: .36rem;
  font-weight: bold;
}

body .info-succeed .notice {
  color: #656B78;
  font-size: .24rem;
}

body .info-succeed.failed .ico-ok {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: .3rem auto;
  background-image: url(../img/icon_failed.svg);
  background-size: 100%;
}

body .info-account-box {
  text-align: center;
  padding: .3rem auto;
}

body .info-account-box .info-account {
  margin-top: .4rem;
}

body .back-app {
  display: block;
  background-image: linear-gradient(to right, #8F74FF, #3C5EFF);
  border: none;
  height: .8rem;
  width: 2rem;
  line-height: .8rem;
  border-radius: .4rem;
  margin: .3rem auto;
  font-size: .3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #d3d5df;
  font-size: .28rem;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d3d5df;
  font-size: .28rem;
}

::placeholder {
  color: #d3d5df;
  font-size: .28rem;
}

.dialog {
  position: fixed;
  z-index: 997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialog .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.dialog .box {
  width: 75%;
  padding: .3rem;
  background-color: #fff;
  border-radius: .2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog .box h2 {
  text-align: center;
  font-size: .3rem;
  color: #666;
  display: block;
}

.dialog .box .content {
  text-align: center;
  min-height: 1.6rem;
  padding-top: .3rem;
}

.dialog .box .btn {
  margin-top: .3rem;
  color: #3C5EFF;
  font-weight: bold;
  text-align: center;
  font-size: .3rem;
  cursor: pointer;
}

.bottom-sheet {
  position: fixed;
  z-index: 997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bottom-sheet .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.bottom-sheet .box {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: .3rem .3rem 0 0;
  padding: .3rem;
  box-sizing: border-box;
}

.bottom-sheet .box .content {
  overflow: auto;
  height: 60vh;
}

.bottom-sheet .box .drager {
  width: 1rem;
  height: .08rem;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ddd;
  border-radius: .08rem;
}

.bottom-sheet .box .close {
  position: absolute;
  right: .3rem;
  top: .3rem;
  width: .64rem;
  height: .64rem;
}

.bottom-sheet .box .close img {
  width: 100%;
}

.bottom-sheet .box h2 {
  text-align: center;
  font-size: .32rem;
  color: #999;
}

.bottom-sheet .box .search-box {
  padding-bottom: .2rem;
  position: relative;
}

.bottom-sheet .box .search-box input {
  width: 100%;
  height: 0.9rem;
  font-size: 0.28rem;
  border-radius: 0.18rem;
  box-sizing: border-box;
  border: 0;
  padding: 0.2rem 0.3rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d3d5df;
  transition: all .3s;
}

.bottom-sheet .box .search-box input:focus {
  border: 1px solid #3C5EFF;
}

.bottom-sheet .box .search-box span {
  display: block;
  position: absolute;
  top: .1rem;
  right: .1rem;
}

.bottom-sheet .box .search-box span img {
  width: .64rem;
}

.bottom-sheet .box ul.countryList {
  width: 100%;
  background-color: var(--bg_color1);
  border-radius: .18rem;
}

.bottom-sheet .box ul.countryList li {
  width: 100%;
  margin: .3rem auto;
  font-size: 0.3rem;
  line-height: .6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.bottom-sheet .box ul.countryList li .wrap .name {
  display: inline-block;
  vertical-align: middle;
}

.bottom-sheet .box ul.countryList li .wrap .name span {
  color: #949cad;
}

.bottom-sheet .box ul.countryList li .code {
  color: #949cad;
}

.mail-dialog {
  position: fixed;
  z-index: 997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mail-dialog .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.mail-dialog .email-box {
  padding: .4rem .3rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
}

.mail-dialog .email-box h3 {
  font-size: .3rem;
  font-weight: bold;
  margin: .2rem auto;
  text-align: center;
}

.mail-dialog .email-box .notice {
  font-size: .24rem;
  margin: .2rem;
}

.mail-dialog .email-box .ipt-box {
  position: relative;
}

.mail-dialog .email-box .ipt-box input {
  outline: none;
  width: 100%;
  height: 0.9rem;
  padding: .2rem;
  margin-top: 0.3rem;
  font-size: 0.3rem;
  border-radius: 0;
  background: none;
  border: 1px solid #E7E8ED;
  border-radius: .1rem;
  transition: all .3s;
}

.mail-dialog .email-box .ipt-box input:focus {
  outline: none;
  /* 取消默认的外边框 */
  border: 1px solid #3C5EFF;
  /* 添加蓝色实线边框 */
}

.mail-dialog .email-box .btn-box {
  display: flex;
  justify-content: space-between;
  font-size: .28rem;
  font-weight: bold;
  line-height: 1em;
  margin-top: .4rem;
}

.mail-dialog .email-box .btn-box .cancel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mail-dialog .email-box .btn-box .confirm {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3C5EFF;
}

.mail-dialog .email-box .btn-box .confirm.disabled {
  color: #bec3d7;
}

/*Toast*/
.toast-box {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: none;
  box-sizing: border-box;
  transform: all .5s;
}

.toast-box .toast {
  position: fixed;
  z-index: 1000;
  min-width: 1rem;
  min-height: .7rem;
  max-width: 7rem;
  padding: .3rem;
  color: white;
  top: 50%;
  left: 50%;
  font-size: .28rem;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  word-wrap: break-word;
}

.loading-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: .2rem;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.loading-box .box img {
  width: .4rem;
  animation: rotate 1.3s linear infinite;
}

.loading-box .box .text {
  margin-top: .1rem;
}

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

[v-cloak] {
  display: none;
}

@media screen and (min-width: 750px) {
  body, html {
    background: #f8f8f8 !important;
  }
  body header, html header {
    display: none;
  }
  body .head-wrap, html .head-wrap {
    display: block;
  }
  body .float-cs, html .float-cs {
    display: none;
  }
  body .caption, html .caption {
    padding: 0;
    text-align: center;
  }
  body .caption .logo, html .caption .logo {
    display: none;
  }
  body .caption span, html .caption span {
    font-size: .46rem;
    text-align: center;
  }
  body .wrapper-box, html .wrapper-box {
    max-width: 450px;
    margin: 1rem auto;
    background: none;
    /*输入框*/
  }
  body .wrapper-box .account-box, html .wrapper-box .account-box {
    max-width: 400px;
    margin: .3rem auto;
    padding: .2rem .6rem;
    border-radius: .2rem;
    background-color: #fff;
  }
  body .wrapper-box .account-box label, html .wrapper-box .account-box label {
    left: .25rem;
    top: .32rem;
  }
  body .wrapper-box .account-box .fieldbox, html .wrapper-box .account-box .fieldbox {
    margin: .3rem auto;
    position: relative;
    border-radius: .2rem;
    background: none;
  }
  body .wrapper-box .account-box .fieldbox em, html .wrapper-box .account-box .fieldbox em {
    right: .9rem;
    width: .36rem;
    height: .4rem;
  }
  body .wrapper-box .account-box .fieldbox.phone .country, html .wrapper-box .account-box .fieldbox.phone .country {
    cursor: pointer;
    top: .2rem;
  }
  body .wrapper-box .account-box .fieldbox.phone input, html .wrapper-box .account-box .fieldbox.phone input {
    padding-left: 1.4rem;
  }
  body .wrapper-box .account-box .fieldbox input, html .wrapper-box .account-box .fieldbox input {
    font-size: .28rem;
    color: #2E2F33;
    width: 100%;
    height: .84rem;
    border-radius: 0;
    background: none;
    position: relative;
    border-bottom: 1px solid #dde2eb;
    transition: all .3s;
  }
  body .wrapper-box .account-box .fieldbox input:focus, html .wrapper-box .account-box .fieldbox input:focus {
    outline: none;
    /* 取消默认的外边框 */
    border-bottom: 1px solid #3C5EFF;
    /* 添加蓝色实线边框 */
  }
  body .wrapper-box .account-box .id-option, html .wrapper-box .account-box .id-option {
    top: 140px;
  }
  body .wrapper-box .account-box .btn-submit, html .wrapper-box .account-box .btn-submit {
    height: 1rem;
    line-height: 1rem;
    font-weight: normal;
    cursor: pointer;
  }
  .dialog .box {
    max-width: 400px;
  }
  .mail-dialog .email-box {
    max-width: 400px;
  }
  .mail-dialog .email-box .btn-box p {
    cursor: pointer;
  }
  .bottom-sheet .box {
    width: 550px;
    max-height: 500px;
    bottom: auto;
    padding: 10px 30px 30px 30px;
    top: 50%;
    left: 50%;
    border-radius: .3rem;
    transform: translate(-50%, -50%);
  }
  .bottom-sheet .box .drager {
    display: none;
  }
  .bottom-sheet .box .content {
    max-height: 350px;
  }
}
