.wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.wrapper .title{
    margin-top: 20px;
    /* width: 123.5px; */
    height: 28px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.wrapper .description{
    margin-top: 6px;
    /* width: 295px; */
    height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.wrapper .image{
    margin-top: 20px;
    width: 237px;
    height: 162px;
}
.wrapper .tip{
    margin: 40px 0;
    width: 301px;
    height: 72px;
    opacity: 0.6;
    border: 1px solid rgba(0,126,229,1);
    border-radius: 10px;
    padding: 0 11px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #007EE5;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}