/*
 * @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-confirm {
  text-align: center;
}
.gd-confirm__icon {
  height: 83px;
  width: auto;
  margin-bottom: 18px;
}
.gd-confirm__title {
  font-size: 24px;
  color: black;
  text-align: center;
  margin-bottom: 6px;
}
.gd-confirm__sub-title {
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
}
.gd-confirm__buttons {
  display: block;
  text-align: center;
  margin-top: 36px;
}
.gd-confirm__modal .gd-modal {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 370px;
  padding-bottom: 40px;
}
