/**!
 * 静安-提示
 * author: hwp
 * date:2023-05-11
 */

.top {
    background-color: #0066ff;
    height: 70px;
    color: #fff;
    line-height: 70px;
}

.top > h3 {
    padding-left: 73px;
    font-size: 25px;
    background: url('../images/warning-icon.png') no-repeat 30px center;
}

.info {
    height: 370px;
    background-color: #ceedf4;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 45px;
    padding-top: 100px;
}

.info>p {
    line-height: 55px;
    text-align: center;
}
@media (max-width:767px) {
    .info>p{
        text-align: center;
        width: 100%;
        margin-left: 0 !important;
        font-size: 20px !important;

    }
    .info>p:first-child
    {
        font-size: 25px !important;;
        line-height: 35px;
        margin-left: -200px;
        font-weight: bolder;
    }
}