.detailt{
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-中黑体, PingFang SC;
    font-weight: normal;
    color: #333333;
    line-height: 34px;
    text-align: center;
}
.info{
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-中黑体, PingFang SC;
    font-weight: normal;
    color: #999999;
    line-height: 20px;
    margin-top: 16px;
}
.info > span{margin-right: 40px;}
.detail{
    margin-top: 24px;
}
.close{
    display: flex;
    justify-content: center;
}
.close_button{width: 76px;height: 40px;opacity: 1;display: flex;justify-content: center;align-items: center;}
.close_button a{
    font-size: 14px;
    font-family: PingFang SC-中黑体, PingFang SC;
    font-weight: normal;
    color: #1E4B8F;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 76px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 618px 618px 618px 618px;
    opacity: 1;
    border: 1px solid #1E4B8F;
}