@charset "UTF-8";
/* 头部公共登录 */
[v-cloak] {
  display: none;
}

.diloag-login #commonLogin {
  display: none;
}

#commonLogin {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  /* 针对 WebKit 浏览器 (如 Chrome, Safari) */
  /* 针对 Firefox */
}

#commonLogin input[type=number]::-webkit-inner-spin-button,
#commonLogin input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#commonLogin input[type=number] {
  -moz-appearance: textfield;
}

#commonLogin .el-input__inner::-webkit-input-placeholder {
  color: #757575;
  /* 替换为你想要的颜色 */
}

#commonLogin .el-input__inner:-moz-placeholder {
  color: #757575;
  /* 替换为你想要的颜色 */
}

#commonLogin .el-input__inner::-moz-placeholder {
  color: #757575;
  /* 替换为你想要的颜色 */
}

#commonLogin .el-input__inner:-ms-input-placeholder {
  color: #757575;
  /* 替换为你想要的颜色 */
}

#commonLogin * {
  box-sizing: border-box;
}

#commonLogin.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;
}

#commonLogin.mark::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#commonLogin.mark .mark-close {
  display: block;
}

#commonLogin.mark .signin {
  width: 300px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(171, 150, 150, 0.2);
  border-radius: 4px;
}

.signin {
  position: relative;
  width: 100%;
  height: 340px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 100;
}

.signin .mark-close {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: -42px;
  cursor: pointer;
}

.login-box.bg {
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(171, 150, 150, 0.2);
  border-radius: 4px;
}

.signin-part {
  width: 100%;
  text-align: center;
}

.signin-form {
  margin: 10px 0 0;
}

.signin-title {
  height: 42px;
}

.signin-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signin-type > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.signin-type span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.signin-type .hidden {
  display: none;
}

.signin-type img {
  height: 16px;
}

.signin-agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 11px;
  color: #999999;
}

.signin-agreement > a {
  color: #0DBD29;
  cursor: pointer;
}

.signin-agreement .agreement {
  width: 13px;
  margin-right: 4px;
  cursor: pointer;
}

/* 微信 */
.wxlogin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.wxlogin .qrcode-wrong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 168px;
  height: 168px;
  padding: 15px;
  border: 1px solid #EBEBEB;
  background: rgba(213, 212, 212, 0.8);
  text-align: center;
  position: absolute;
}

.wxlogin .qrcode-wrong .refresh {
  width: 110px;
  padding: 12px;
  margin: 10px auto 0;
  background: #e15448;
  cursor: pointer;
  color: #fff;
}

.wxlogin .qrcode-img {
  width: 168px;
  height: 168px;
  padding: 15px;
  background: rgba(255, 252, 245, 0.69);
  border-radius: 4px;
  border: 1px solid #0DBD29;
  backdrop-filter: blur(0px);
}

.wxlogin .qrcode-img img{
  width: 100%;
  height: 100%;
}

/* 手机号码 */
.signin-form > div {
  margin-bottom: 8px;
}

.signin-form .signin-form-item {
  width: 100%;
  height: 40px;
  padding-right: 8px;
  background: rgba(255, 252, 245, 0.6);
  border-radius: 4px;
  border: 1px solid #0DBD29;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signin-form .signin-form-item .el-input-group__append,
.signin-form .signin-form-item .el-input-group__prepend {
  background: transparent;
}

.signin-form .signin-form-item .el-input {
  width: 100%;
  height: 100%;
  resize: none;
  list-style: none;
}

.signin-form .signin-form-item .el-input__inner {
  border: none;
  background: transparent;
}

.signin-form .signin-form-item .dialing-code {
  width: 70px;
  height: 100%;
}

.signin-form .signin-form-item .dialing-code.el-select .el-input__inner {
  padding: 0 0 0 12px;
}

.signin-form .signin-form-item .yzm {
  cursor: pointer;
}

.signin-form input {
  width: 100%;
  height: 100%;
  resize: none;
  list-style: none;
}

.signin-form .signin-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin: 14px 0 0;
  background: linear-gradient(180deg, #0DBD29 0%, #008F17 100%);
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.signin-form-smscode .sms-msg {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #0DBD29;
  white-space: nowrap;
  cursor: pointer;
}

.sign-logged {
  width: 100%;
  height: 340px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent !important;
}

.sign-logged .user-invite {
  margin-left: auto;
  font-size: 16px;
  color: #FB8F17;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sign-logged .user-invite img {
  height: 16px;
  margin-right: 4px;
}

.sign-logged .user-info {
  display: grid;
  grid-template-columns: 80px auto;
  column-gap: 16px;
  justify-content: center;
}

.sign-logged .user-avatar {
  position: relative;
}

.sign-logged .user-avatar .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.sign-logged .user-avatar .level {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sign-logged .user-level {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.sign-logged .user-level .user-name {
  font-size: 20px;
  font-weight: 500;
  color: #8E5702;
}

.sign-logged .user-level .user-name span {
  font-size: 12px;
  color: #E09A2E;
}

.sign-logged .user-level .vip-expire {
  font-size: 12px;
  color: #8E5702;
  margin-top: 6px;
}

.sign-logged .user-level .vip-level {
  margin-top: 6px;
  width: 78px;
  height: 30px;
  background: #FB8F17;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.sign-logged .user-more {
  display: flex;
  flex-direction: column;
}

.sign-logged .more-button1 {
  width: 100%;
  height: 40px;
  background: #009f54;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 14px;
}

.sign-logged .more-button2 {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #0DBD29;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #0DBD29;
  cursor: pointer;
  margin-bottom: 14px;
}

.sign-logged .more-button3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #0DBD29;
  cursor: pointer;
}
