[data-lang=zh-cn] .account-ad {
  background: url("../../img/home_new/login/login-ad.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

[data-lang=zh-tw] .account-ad {
  background: url("../../img/home_new/login/login-ad-tw.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

[data-lang=en-us] .account-ad {
  background: url("../../img/home_new/login/login-ad-en.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

[data-lang=vi] .account-ad {
  background: url("../../img/home_new/login/login-ad-vn.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

[data-lang=id] .account-ad {
  background: url("../../img/home_new/login/login-ad-id.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

[data-lang=th] .account-ad {
  background: url("../../img/home_new/login/login-ad-th.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.page-container {
  width: 100%;
  height: -webkit-calc(100vh - 96px);
  height: -moz-calc(100vh - 96px);
  height: calc(100vh - 96px);
  background-image: url("../../img/home_new/login/login-bg.png");
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .page-container {
    height: 100%;
    height: -webkit-calc(100vh - 51px);
    height: -moz-calc(100vh - 51px);
    height: calc(100vh - 51px);
    background-image: url("../../img/home_new/login/login-bg-pad.png");
    -o-background-size: 100% auto;
       background-size: 100% auto;
    background-color: #daf5fe;
  }
}
@media screen and (max-width: 767px) {
  .page-container {
    background: #fff;
  }
}
.page-container .mobile-account-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0.4rem 0.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1260px) {
  .page-container .mobile-account-nav {
    height: 96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .page-container .mobile-account-nav {
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .page-container .mobile-account-nav {
    height: 1.28rem;
  }
}
@media screen and (min-width: 1260px) {
  .page-container .mobile-account-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .page-container .mobile-account-nav {
    display: none;
  }
}
.page-container .mobile-account-nav .back-icon {
  width: 0.48rem;
  height: 0.48rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .header-container {
    display: none;
  }
}

.page-account .d-none {
  display: none;
}

.account-container {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .account-container {
    width: 100%;
    height: 100%;
  }
}
.account-container .content-box {
  padding: 74px 0 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-container .content-box {
    padding: 103px 0 154px;
  }
}
@media screen and (max-width: 767px) {
  .account-container .content-box {
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.account-container .content-box .account-ad {
  width: 540px;
  height: 542px;
}
@media screen and (max-width: 767px) {
  .account-container .content-box .account-ad {
    width: 5.7866666667rem;
    height: 1.2rem;
    background: url("../../img/home_new/login/login-logo.png") no-repeat;
    -o-background-size: cover;
       background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-container .content-box .account-ad {
    width: 267px;
    height: 268px;
  }
}

.account-form {
  margin-top: 20px;
  margin-left: 138px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(120, 120, 120, 0.16);
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form {
    margin-left: 110px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .account-form {
    background-color: #fff;
    margin-left: 0rem;
    border-radius: 0rem;
    box-shadow: none;
    margin-top: 0rem;
  }
}
.account-form .account-welcome {
  font-size: 24px;
  font-weight: 700;
  color: #303030;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form .account-welcome {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .account-form .account-welcome {
    text-align: center;
    font-size: 0.5866666667rem;
  }
}
.account-form .form-item {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form .form-item {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .account-form .form-item {
    margin-bottom: 0.5866666667rem;
  }
}
.account-form .form-item .form-wrap {
  padding: 0 16px;
  height: 42px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #dcdfe6;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form .form-item .form-wrap {
    height: 28px;
    padding: 0 12px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .account-form .form-item .form-wrap {
    padding: 0rem 0.4266666667rem;
    height: 1.1733333333rem;
    border-radius: 1.0666666667rem;
  }
}
.account-form .form-item .form-wrap .icon-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-form .form-item .form-wrap .icon-box img {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .account-form .form-item .form-wrap .icon-box img {
    width: 0.3733333333rem;
    height: 0.3733333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form .form-item .form-wrap .icon-box img {
    width: 10px;
    height: 10px;
  }
}
.account-form .verify-form-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.account-form .verify-form-item .form-wrap {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.account-form .form-input {
  width: 100%;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  margin-left: 8px;
  background-color: transparent;
}
.account-form .form-input:focus {
  box-shadow: none;
}
.account-form .send-verify-code {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid #049381;
  border-radius: 4px;
  color: #049381;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form .send-verify-code {
    font-size: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .account-form .send-verify-code {
    padding: 0rem 0.4266666667rem;
    margin-left: 0.2666666667rem;
    border-radius: 1.1733333333rem;
    font-size: 0.32rem;
  }
}
.account-form .send-verify-code.small-size {
  padding: 0 12px;
}
.account-form .send-verify-code:hover {
  color: #fff;
  background-color: #049381;
}
.account-form .send-verify-code.disabled {
  border-color: #e4e7ed;
  color: #909399;
  background-color: rgba(144, 147, 153, 0.08);
  cursor: not-allowed;
}
.account-form .validate-input-error {
  border-color: #e34545 !important;
}
.account-form .error-tip {
  color: #e34545;
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form .error-tip {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .account-form .error-tip {
    font-size: 0.32rem;
  }
}
.account-form .error-tip:not(.no-absolute) {
  position: absolute;
  top: 104%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .account-form .error-tip:not(.no-absolute) {
    left: 0.4rem;
  }
}
.account-form .error-tip.no-absolute {
  min-height: 24px;
  margin-bottom: -24px;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .account-form .error-tip.no-absolute {
    min-height: 0.5866666667rem;
    margin-bottom: -0.5866666667rem;
    padding: 0rem 0.4266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .account-form .error-tip.no-absolute {
    min-height: 18px;
    margin-bottom: -18px;
  }
}

.sign-up-form {
  padding: 30px 36px 30px;
  width: 434px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .sign-up-form {
    width: 300px;
    padding: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sign-up-form {
    padding: 0.6933333333rem 0.4rem;
    width: 100%;
    height: 100%;
  }
}
.sign-up-form-container {
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .sign-up-form-container {
    margin-top: 17px;
  }
}
.sign-up-form #mobile-select + .layui-form-select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sign-up-form #mobile-select + .layui-form-select .layui-input {
  width: 75px;
  height: auto;
  border: none;
  background: transparent;
}
.sign-up-form #mobile-select + .layui-form-select .layui-input:focus {
  box-shadow: none;
}
.sign-up-form #mobile-select + .layui-form-select .layui-anim {
  min-width: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .sign-up-form .form-agreement {
    font-size: 10px;
  }
}
.sign-up-form .form-agreement a {
  color: #049381;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .sign-up-form .form-agreement a {
    font-size: 10px;
  }
}
.sign-up-form .register-btn {
  font-size: 16px;
  padding: 11px 32px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .sign-up-form .register-btn {
    font-size: 12px;
    padding: 7px 32px;
  }
}
@media screen and (max-width: 767px) {
  .sign-up-form .register-btn {
    padding: 0.2933333333rem 0.8533333333rem;
    font-size: 0.4266666667rem;
    border-radius: 1.1733333333rem;
  }
}
.sign-up-form .go-login-box {
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .sign-up-form .go-login-box {
    margin-top: 10px;
    font-size: 10px;
  }
}
.sign-up-form .go-login-box .link {
  color: #049381;
}

.sign-up-page .d-none {
  display: none;
}