@import '../../style/theme/default.less';

@info-prefix-cls: ~'@{kui-prefix}-info';

.@{info-prefix-cls} {
  width: 620px;
  padding: 64px 40px 48px;
  background-color: #fff;
  border-radius: 20px;

  &-title {
    height: 56px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    color: @text-color;
    text-align: center;
  }

  &-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    cursor: pointer;

    &-icon {
      font-size: 25px;
      color: #d0d0d0;
    }
  }

  &-content {
    margin-top: 24px;
  }

  &-content-text {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #666;
    text-align: center;
  }

  &-footer {
    margin-top: 64px;
  }

  &-btn {
    display: block;
    width: 420px;
    margin: 0 auto;
  }
}
