/*
 * @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 {
  position: relative;
  width: 367px;
  box-sizing: border-box;
  height: 437px;
  background: #fff;
  box-shadow: 0 0 15px rgba(11, 3, 6, 0.2);
  padding: 43px 43px 48px 43px;
}
.gd-auth.gd-auth--wechat {
  padding: 43px 59px 48px 59px;
}
.gd-auth * {
  box-sizing: border-box;
}
.gd-auth .gd-auth--qq {
  display: none;
}
.gd-auth .gd-auth__ums {
  display: none;
}
