.user {
  padding: 16px 32px;
}

.weui-login_top {
  padding: 37px 32px 16px;
}

.weui-login_top p {
  color: #666;
  font-size: 14px;
  text-align: right;
}

.weui-login_top img {
  width: 110px;
}

.weui-login_top.zcks {
  padding: 50px 32px 30px 32px;
}

.weui-login_top.zcks img {
  width: 100%;
}

.sub-nav {
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 70px;
  padding: 0 0 0 12px;
}

.sub-nav a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sub-nav img {
  width: 16px;
  height: auto;
}

.sub-nav .title {
  padding: 0 30px 0 0;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #333333;
}

.switch-login {
  margin-top: 0;
}

.switch-login a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.switch-login a.active::before {
  content: "";
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background: #3788FE;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.switch-login a:first-child {
  margin-right: 32px;
}

.weui-user-box {
  margin-top: 32px;
}

.weui-user-box .input_after .row {
  background: #FFF;
  position: relative;
}

.weui-user-box .input_after .row.row_mobile {
  border-bottom: 0.5px solid #EEE;
  border-radius: 6px 6px 0 0;
}

.weui-user-box .input_after .row input::placeholder {
  color: #CCCCCC;
  font-size: 15px;
}

.weui-user-box .input_after .row a {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 13px;
}

.weui-user-box .input_after .row a.active {
  color: #3788FE;
}

.terms_service {
  color: #999999;
  font-size: 13px;
  margin-bottom: 10px;
}

.terms_service .weui-agree,
.weui-cells2 .weui-agree {
  padding: 0;
}

.terms_service a {
  color: #3788FE;
}

.terms_service em {
  font-style: normal;
}

.weui-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  background: none;
  color: #bbb;
  padding: 0 0 5px;
}

.weui-footer .login-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.weui-footer .login-mode .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.weui-footer .login-mode .item:not(:last-child) {
  margin-right: 22px;
}

.login-mode #loginBtn p{
  position: relative;
}

.login-mode #loginBtn p::after {
  content: '本机';
  position: absolute;
  width: 26px;
  height: 17px;
  right: -12px;
  top: -4px;
  background: #7D8896;
  border-radius: 6px 6px 6px 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  padding: 0 3px;
}

.weui-footer .login-mode .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.weui-footer .login-mode .item span {
  color: #666;
  font-size: 13px;
}


.weui-footer__text {
  color: #999999;
}

.weui-footer__text.filings a {
  color: #3788FE;
}

.weui_dialog_remind .weui-dialog__btn.off2 {
  color: #666;
}

.weui-btn-area2 {
  margin: 24px 0 20px 0;
}

.weui-btn-area2 #login {
  border-radius: 8px;
  background: #3788FE;
  font-size: 15px;
  height: 44px;
  padding: 0;
  line-height: 44px;
}

.weui-agree__checkbox {
  border: 1px solid #d9d9d9;
  background-color: #FFFFFF;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.weui-agree__checkbox:checked:before {
  background: #0999ff;
  border-radius: 100%;
  font-size: 16px;
  padding: 2px;
  color: #fff;
  width: 17px;
  height: 17px;
}

.common-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.common-alert-content {
  width: 288px;
  background: #fff;
  padding: 28px 14px 14px;
  border-radius: 12px 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common-alert-content img {
  width: 140px;
  height: 140px;
  display: flex;
  margin: 0 auto 5px;
}

.common-alert-content h1 {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.common-alert-content h1.mgb {
  margin-bottom: 32px;
}

.common-alert-content p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 10px;
  text-align: justify;
  margin-bottom: 30px;
}

.common-alert-content p span {
  color: #3788FE;
}

.common-alert-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-alert-content .btn span {
  border-radius: 8px;
  padding: 11px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}

.common-alert-content .btn span.confirm {
  background: #3788FE;
  color: #ffffff;
}

.common-alert-content .btn span.cancel {
  background: #F6F6F6;
  color: #111111;
  font-weight: 400;
  margin-right: 6px;
}

.shareBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 22px;
}

.shareBox img {
  max-width: 100%;
}

.weui-dialog:has(.service_btn) {
  width: 100%;
  bottom: 0;
  top: inherit;
  left: 0;
  right: 0;
  transform: none !important;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}

.weui-dialog:has(.service_btn) .weui-dialog__title {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}

.weui-dialog__ft:has(.service_btn) .service_btn{
  border-radius: 8px;
  background: #F6F6F6;
  color: #111111;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 16px;
}

.weui-dialog:has(.service_btn) .weui-dialog__bd {
  min-height: 400px;
}

@media screen and (max-width:375px) {
  .weui-footer {
    position: relative !important;
    display: block !important;
    margin-top: 10vh;
  }
}

@media screen and (max-height:600px) {
  .weui-footer {
    position: relative !important;
    display: block !important;
    margin-top: 10vh;
  }
}