[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;
  }
}

.login-form {
  width: 434px;
  padding: 72px 36px 59px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .login-form {
    width: 100%;
    padding: 1.44rem 0.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .login-form {
    width: 300px;
    padding: 24px 18px 18px;
  }
}
.login-form .login-form-container {
  margin-top: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .login-form .login-form-container {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .login-form .login-form-container {
    margin-top: 1.3333333333rem;
  }
}
.login-form .login-form-container .login-btn {
  font-size: 16px;
  padding: 11px 32px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .login-form .login-form-container .login-btn {
    font-size: 12px;
    padding: 7px 32px;
  }
}
@media screen and (max-width: 767px) {
  .login-form .login-form-container .login-btn {
    font-size: 0.4266666667rem;
    padding: 0.2933333333rem 0.8533333333rem;
    border-radius: 1.1733333333rem;
  }
}
.login-form .login-form-container .form-remember {
  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) {
  .login-form .login-form-container .form-remember {
    font-size: 10px;
  }
}
.login-form .login-form-container .form-other {
  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;
}
.login-form .login-form-container .form-other a {
  color: #049381;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .login-form .login-form-container .form-other a {
    font-size: 10px;
  }
}
.login-form .login-form-container .form-other .vertical-divider {
  height: 12px;
  width: 1px;
  background-color: #ccc;
  margin: 0 6px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .login-form .login-form-container .form-other .vertical-divider {
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .login-form .login-form-container .form-other .vertical-divider {
    height: 0.32rem;
    width: 0.0266666667rem;
  }
}

.forget-password-form {
  width: 434px;
  padding: 50px 36px 58px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form {
    width: 300px;
    padding: 20px 18px 50px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form {
    width: 100%;
    height: 100%;
    padding: 1.44rem 0.4rem;
  }
}
.forget-password-form .forget-form-header {
  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 (max-width: 767px) {
  .forget-password-form .forget-form-header {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.forget-password-form .forget-form-header .back-login-btn {
  color: #606266;
  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: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-form-header .back-login-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form .forget-form-header .back-login-btn {
    display: none;
  }
}
.forget-password-form .forget-form-header .back-login-btn img {
  width: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-form-header .back-login-btn img {
    width: 12px;
  }
}
.forget-password-form .forget-step-bar {
  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;
  position: relative;
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-step-bar {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form .forget-step-bar {
    margin-top: 1.3333333333rem;
  }
}
.forget-password-form .forget-step-bar .step-bar-item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.forget-password-form .forget-step-bar .step-bar-item.active .step-bar-name {
  color: #049381;
}
.forget-password-form .forget-step-bar .step-bar-item.active .step-bar-num {
  border: 1px solid #049381;
  color: #049381;
}
.forget-password-form .forget-step-bar .step-bar-name {
  margin-top: 8px;
  font-size: 14px;
  color: #606266;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-step-bar .step-bar-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form .forget-step-bar .step-bar-name {
    font-size: 0.3733333333rem;
    margin-top: 0.2133333333rem;
  }
}
.forget-password-form .forget-step-bar .step-bar-num {
  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;
  height: 27px;
  width: 27px;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-step-bar .step-bar-num {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form .forget-step-bar .step-bar-num {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.forget-password-form .forget-step-bar .step-bar-line {
  position: absolute;
  top: 13px;
  width: -webkit-calc(50% - 29px);
  width: -moz-calc(50% - 29px);
  width: calc(50% - 29px);
  height: 1px;
  border: none;
  background: #dcdfe6;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-step-bar .step-bar-line {
    width: -webkit-calc(50% - 21px);
    width: -moz-calc(50% - 21px);
    width: calc(50% - 21px);
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form .forget-step-bar .step-bar-line {
    top: 0.3466666667rem;
    width: -webkit-calc(50% - 0.7733333333rem);
    width: -moz-calc(50% - 0.7733333333rem);
    width: calc(50% - 0.7733333333rem);
  }
}
.forget-password-form .forget-step-bar .step-bar-line.active {
  background: #049381;
}
.forget-password-form .forget-form-container {
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-form-container {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form .forget-form-container {
    margin-top: 1.3333333333rem;
  }
}
.forget-password-form .forget-form-container .next-step, .forget-password-form .forget-form-container .submit-reset {
  font-size: 16px;
  padding: 11px 32px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forget-password-form .forget-form-container .next-step, .forget-password-form .forget-form-container .submit-reset {
    font-size: 12px;
    padding: 7px 32px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .forget-password-form .forget-form-container .next-step, .forget-password-form .forget-form-container .submit-reset {
    font-size: 0.4266666667rem;
    padding: 0.2933333333rem 0.8533333333rem;
    border-radius: 1.1733333333rem;
  }
}
.forget-password-form .forget-form-container .toggle-validate-type {
  color: #049381;
  padding: 6px 8px;
  float: right;
  cursor: pointer;
}
.forget-password-form .forget-form-container #forget-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;
}
.forget-password-form .forget-form-container #forget-mobile-select + .layui-form-select .layui-input {
  width: 75px;
  height: auto;
  border: none;
  background: transparent;
}
.forget-password-form .forget-form-container #forget-mobile-select + .layui-form-select .layui-input:focus {
  box-shadow: none;
}
.forget-password-form .forget-form-container #forget-mobile-select + .layui-form-select .layui-anim {
  min-width: 180px;
}

.login-address-verify-wrap .layui-layer-content {
  padding: 16px !important;
}
@media screen and (max-width: 767px) {
  .login-address-verify-wrap .layui-layer-content {
    padding: 0.4266666667rem !important;
  }
}
.login-address-verify-wrap .tips-box {
  font-size: 14px;
  word-break: break-all;
  color: #606266;
}
.login-address-verify-wrap .tips-box .highlight {
  color: #ff0000;
}
.login-address-verify-wrap .form-box {
  margin-top: 16px;
}
.login-address-verify-wrap .form-box .form-input {
  width: 100%;
  height: 44px;
  padding: 14px;
  color: #606266;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  -moz-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
@media screen and (max-width: 767px) {
  .login-address-verify-wrap .form-box .form-input {
    width: 100%;
    height: 1.1733333333rem;
    padding: 0.32rem;
    border-radius: 1.1733333333rem;
  }
}
.login-address-verify-wrap .form-box .form-input:focus {
  border-color: #049381;
}
.login-address-verify-wrap .form-box .form-input.verify-error {
  border-color: #ff0000;
}
.login-address-verify-wrap .form-box #temp-verify-id-input {
  display: none;
}
.login-address-verify-wrap .form-box .verify-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.login-address-verify-wrap .form-box .verify-box .input-wrap {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.login-address-verify-wrap .form-box .verify-box .send-address-verify-code-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 141px;
  height: 44px;
  padding: 13px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #049381;
  border: 1px solid #9bd4cd;
  border-radius: 4px;
  background-color: #e6f4f2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .login-address-verify-wrap .form-box .verify-box .send-address-verify-code-btn {
    min-width: auto;
    height: 1.1733333333rem;
    padding: 0.3466666667rem;
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    border-radius: 1.1733333333rem;
  }
}
.login-address-verify-wrap .form-box .verify-box .send-address-verify-code-btn.sending {
  color: #82c9c0;
  border-color: #cde9e6;
  cursor: not-allowed;
}
.login-address-verify-wrap .form-box .verify-tip {
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #ff0000;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 767px) {
  .login-address-verify-wrap .form-box .verify-tip {
    margin-top: 0.2133333333rem;
    line-height: 0.3733333333rem;
    font-size: 0.32rem;
  }
}
.login-address-verify-wrap .form-box .verify-tip.verify-error {
  visibility: visible;
  opacity: 1;
}
.login-address-verify-wrap .form-box .confirm-address-verify {
  width: 100%;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  padding: 0 10px;
  margin-top: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .login-address-verify-wrap .form-box .confirm-address-verify {
    height: 1.1733333333rem;
    margin-top: 0.2133333333rem;
    font-size: 0.4266666667rem;
    padding: 0rem 0.2666666667rem;
    border-radius: 1.1733333333rem;
  }
}

#login-validate-dialog .account-form {
  margin-left: 0;
  box-shadow: none;
  border-radius: 0;
}