.detail{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 40px;
    margin-bottom: 30px;
}
.detail .title{
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222;
    line-height: 40px;
    text-align: center;
}
.detail .title2{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}
.detail .line{
    height: 2px;
    background: #BD1A2D;
    margin: 56px 0 24px;
}