/*
 * @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-qq {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gd-auth-qq__qq {
  width: 100%;
  height: 500px;
}
.gd-auth-qq__modal .gd-modal {
  padding: 0;
}
.gd-auth-qq__modal .gd-modal__body {
  margin: 0;
}
.gd-auth-qq__modal .gd-modal__close {
  right: -20px;
  top: 0;
  color: #000;
  font-size: 18px;
}
