.login-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
  z-index: 10;
}
.login-modal .modal-content {
  width: 460px;
  height: 440px;
  background: #3e2080;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -230px;
  margin-top: -224px;
  z-index: 20;
  overflow: hidden;
}
.login-modal .modal-head {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #2C3252;
}
.login-modal .modal-head h2 {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}
.login-modal .login-close {
  float: right;
  width: 36px;
  height: 36px;
  background: url(../images/modal-close.png) no-repeat center;
}
.login-modal .modal-body {
  height: 343px;
  padding-bottom: 60px;
}
.login-modal .bottom-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  background: #3e2080;
  padding: 0 35px;
}
.login-modal .bottom-link a {
  color: #fff;
}
.login-modal .bottom-link .left-link {
  float: left;
}
.login-modal .bottom-link .right-link {
  float: right;
}
.third-iframe {
  display: block;
  width: 477px;
  height: 351px;
  background: #fff;
}
.qq-login {
  display: none;
}
.qq-login .bottom-link {
  background: #3e2080;
}
.qq-login .bottom-link a {
  color: #fff;
}
.phone-login {
  display: none;
}
.phone-login .body-title {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 30px 0;
}
.phone-login-form {
  width: 260px;
  margin: 0 auto;
}
.phone-login-form .input-row {
  border-bottom: 1px solid #3C4262;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
}
.phone-login-form .input-row label {
  color: #5d657a;
}
.phone-login-form .input-row input {
  color: #fff;
  height: 36px;
  line-height: 36px;
}
.phone-login-form .ipt-phone {
  width: 190px;
}
.phone-login-form .ipt-msgcode,
.phone-login-form .ipt-vcode {
  float: left;
  width: 150px;
}
.phone-login-form .code-line {
  float: left;
  height: 20px;
  border-left: 1px solid #3C4262;
  margin-top: 8px;
}
.phone-login-form .code-btn {
  float: right;
  margin-right: 18px;
  color: #fff;
  height: 36px;
  width: 72px;
}
.phone-login-form .code-btn.disabled {
  cursor: not-allowed;
}
.phone-login-form .vcode-row {
  display: none;
}
.phone-login-form .vcode-img {
  float: right;
  height: 20px;
  margin-top: 8px;
  margin-right: 28px;
  cursor: pointer;
}
.phone-login-form .error-tip {
  padding-left: 20px;
  color: #f8486d;
  background: url(../images/error-tip-icon.png) 0 center no-repeat;
  height: 20px;
  line-height: 20px;
  visibility: hidden;
}
.phone-login-form .login-btn {
  display: block;
  width: 260px;
  height: 36px;
  color: #fff;
  margin-top: 20px;
  background: url(../images/login-btn-bg.png);
}
.phone-login-form .login-btn:hover {
  background-position: 0 36px;
}
.login-modal-recharge .modal-content-small {
  width: 400px;
  height: 450px;
  background-color: #30334e;
  border-radius: 10px;
  box-sizing: border-box;
  margin-left: -200px;
  margin-top: -225px;
}
.login-modal-recharge .modal-content-small .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 47px;
  box-sizing: border-box;
}
.login-modal-recharge .modal-content-small .model-title {
  height: 24px;
  font-size: 24px;
  line-height: 1;
}
.login-modal-recharge .login-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 14px;
  height: 14px;
  background: url(../images/login/close.png);
}
.login-modal-recharge .modal-title {
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}
.login-modal-recharge .modal-body {
  padding: 0;
}
.login-modal-recharge .iframe-wrap {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
  padding: 13px;
  border-radius: 10px;
}
.login-modal-recharge .iframe-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.login-modal-recharge .third-iframe {
  background: transparent;
  width: 420px;
  height: 420px;
  transform: scale(0.57);
  -webkit-transform: scale(0.57);
  -moz-transform: scale(0.57);
  -ms-transform: scale(0.57);
  -o-transform: scale(0.57);
  position: absolute;
  top: -120px;
  left: -133px;
}
.login-modal-recharge .login-content {
  width: 100%;
  height: 100%;
}
.login-modal-recharge .switch-login {
  padding: 0 25px;
  margin-top: 28px;
}
.login-modal-recharge .switch-login-title {
  text-align: center;
}
.login-modal-recharge .switch-login-title__line {
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: rgba(255, 231, 158, 0.3);
  vertical-align: middle;
}
.login-modal-recharge .switch-login-title__text {
  padding: 0 14px;
  font-size: 16px;
  line-height: 1;
  color: #ffe79e;
}
.login-modal-recharge .switch-login-btn {
  margin-top: 20px;
  text-align: center;
}
.login-modal-recharge .switch-login-btn .open-wx-link {
  width: 60px;
  height: 60px;
  background: url('../images/login/wx.png') no-repeat center;
  margin: 0 25px;
  display: inline-block;
}
.login-modal-recharge .switch-login-btn .open-wx-link:hover {
  background: url('../images/login/wx-hover.png') no-repeat center;
}
.login-modal-recharge .switch-login-btn .open-qq-link {
  width: 60px;
  height: 60px;
  background: url('../images/login/qq.png') no-repeat center;
  margin: 0 25px;
  display: inline-block;
}
.login-modal-recharge .switch-login-btn .open-qq-link:hover {
  background: url('../images/login/qq-hover.png') no-repeat center;
}
.login-modal-recharge .switch-login-btn .open-phone-link {
  width: 60px;
  height: 60px;
  background: url('../images/login/phone.png') no-repeat center;
  margin: 0 25px;
  display: inline-block;
}
.login-modal-recharge .switch-login-btn .open-phone-link:hover {
  background: url('../images/login/phone-hover.png') no-repeat center;
}
.login-modal-recharge .phone-login-form {
  width: 280px;
}
.login-modal-recharge .phone-login-form .input-row {
  border: 0;
  width: 280px;
  height: 36px;
  background: transparent;
  margin-bottom: 20px;
}
.login-modal-recharge .phone-login-form .input-row input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: rgba(79, 19, 12, 0.5);
  border-radius: 6px;
}
.login-modal-recharge .phone-login-form .input-row input.ipt-msgcode {
  width: 160px;
}
.login-modal-recharge .phone-login-form .code-btn {
  width: 110px;
  height: 36px;
  font-size: 16px;
  color: #4f130c;
  background-color: #f5d77b;
  border-radius: 6px;
  margin: 0;
}
.login-modal-recharge .phone-login-form .code-btn.disabled {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.login-modal-recharge .phone-login-form .login-btn {
  margin: 20px auto 0;
}
