/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-auth-modal {
  box-sizing: border-box;
}
.gd-auth-modal .gd-modal {
  padding: 0;
  border-radius: 4px;
}
.gd-auth-modal .gd-modal__body {
  margin: 0;
}
.gd-auth-modal__bg {
  opacity: 0;
  transition: all 400ms ease;
  height: 500px;
  padding: 87px;
  padding-top: 92px;
  line-height: 1.2;
  box-sizing: border-box;
}
.gd-auth-modal__bg--wechat,
.gd-auth-modal__bg--login,
.gd-auth-modal__bg--phone {
  background: #156bf9 url('../../assets/img/bg-login.png') no-repeat;
  opacity: 1;
}
.gd-auth-modal__bg--register {
  background: #6224e0 url('../../assets/img/bg-register.png') no-repeat;
  opacity: 1;
}
.gd-auth-modal__bg--register .gd-auth-register__submit {
  background-color: #6224e0;
  border: none;
}
.gd-auth-modal__bg--register .gd-auth-register__submit:hover {
  background-color: #5d16ec;
}
.gd-auth-modal__bg--register .gd-auth-register__submit[disabled] {
  background: #FAFAFA;
}
.gd-auth-modal__bg--resetpwd {
  background: #00002f url('../../assets/img/bg-resetpwd.png') no-repeat;
  opacity: 1;
  padding-top: 250px;
}
.gd-auth-modal__bg--bindphone {
  background: #00002f url('../../assets/img/bg-bindphone.png') no-repeat;
  opacity: 1;
}
.gd-auth-modal__bg--bindphone .gd-auth-modal__subtitle {
  font-size: 16px;
}
.gd-auth-modal__bg--bindphone .gd-auth-modal__title {
  font-size: 36px;
}
.gd-auth-modal__bg--bindphone .gd-icon--close {
  display: none;
}
.gd-auth-modal__title {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'PingFangSC-Semibold', MicrosoftYaHei-Bold;
}
.gd-auth-modal__subtitle {
  font-size: 26px;
  font-family: 'PingFang SC', MicrosoftYaHei;
  color: #ffffff;
  line-height: 43px;
  display: flex;
  align-items: center;
}
.gd-auth-modal__desc {
  margin-top: 42px;
}
.gd-auth-modal__desc > p {
  margin: 0;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-family: PingFangSC, MicrosoftYaHei;
  text-align: left;
}
.gd-auth-modal__auth-wrapper {
  position: absolute;
  top: 41px;
  right: -48px;
}
.gd-auth-modal .gd-icon--close {
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 10;
  color: #999;
  cursor: pointer;
  font-size: 16px;
}
.gd-auth-modal .gd-icon--close:hover {
  color: #707070;
}
.gd-auth-modal .gd-icon--download {
  color: #fff;
  margin-left: 10px;
}
