[v-cloak] {
  display: none;
}

.diloag-m-login #commonH5Login {
  display: none;
}

.diloag-m-login #commonH5Login .h5-login-box {
  position: relative;
  width: 90%;
}

.diloag-m-login #commonH5Login .h5-login-box .signin-title {
  display: block;
}

#commonH5Login * {
  box-sizing: border-box;
}

#commonH5Login.mark {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#commonH5Login.mark::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

#commonH5Login.mark .mark-close {
  display: block;
}

.h5-login-box {
  background-color: #fff;
  border-radius: 14px;
  padding: 18px;
}

.h5-login-box .mobile-login,
.h5-login-box .account-login {
  font-size: 16px;
}

.h5-login-box .signin-title {
  position: relative;
  display: none;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

.h5-login-box .signin-title img {
  width: 14px;
  position: absolute;
  right: 0;
}

.h5-login-box .signin-item {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  margin-bottom: 20px;
  overflow: hidden;
}

.h5-login-box .signin-item .quhao {
  margin-right: 20px;
}

.h5-login-box .signin-item .quhao .van-icon {
  vertical-align: text-top;
}

.h5-login-box .signin-item .signin-icon {
  position: absolute;
  left: 16px;
}

.h5-login-box .signin-item .signin-imgcode {
  height: 42px;
}

.h5-login-box .signin-input {
  padding: 0 8px 0 50px;
  background: #F6F6F6;
  border-radius: 24px;
}

.h5-login-box input {
  flex: 1;
  height: 100%;
  list-style: none;
  outline: none;
  border: none;
  background: #F6F6F6;
}

.h5-login-box ._small {
  flex: none;
  width: calc(100% - 120px);
}

.h5-login-box .signin-icon {
  height: 23px;
}

.h5-login-box .get-code {
  padding: 8px 16px;
  background: #34A755;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.h5-login-box .signin-agreement {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h5-login-box .signin-agreement * {
  font-size: 13px;
}

.h5-login-box .signin-agreement .van-checkbox__icon {
  font-size: 18px;
}

.h5-login-box .signin-agreement .van-checkbox__label {
  color: #999999;
  line-height: normal;
}

.h5-login-box .signin-agreement .xieyi {
  color: #333333;
}

.h5-login-box .sigin-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  width: 100%;
  height: 50px;
  background: #34A755;
  border-radius: 38px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.h5-login-box .guan-submit {
  display: none;
}

.h5-login-box .signin-type {
  margin-top: 18px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #34A755;
}

.guan-login {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.guan-login .guan-submit {
  display: flex;
}

.guan-login .default-submit {
  display: none;
}

.guan-login .login {
  position: relative;
  width: 100%;
  height: calc(100vh - 46px);
}

.guan-login .login .signin-type {
  display: none;
}

.guan-login .login-bg {
  width: 100%;
}

.guan-login .login-box {
  position: relative;
  z-index: 10;
  margin-top: -38px;
}

.guan-login .guan-userinfo {
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
  padding: 0 20px;
}

.guan-login .guan-userinfo p {
  margin: 0;
}

.guan-login .guan-userinfo p:first-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  color: #0B4D33;
  margin-bottom: 10px;
}

.guan-login .guan-userinfo p:last-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 14px;
  color: #0B4D33;
}

.guan-login .guan-login-tabbar {
  position: relative;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: linear-gradient(180deg, #0DBD29 0%, #008F17 100%);
  color: #fff;
}

.guan-login .guan-login-tabbar .tabbar-left {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
}

.guan-login .guan-login-tabbar .tabbar-left img {
  height: 16px;
}

.feature-login {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
}
