/*快速接入*/
@media (max-width: 768px){
    .s-item-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 3%;
    }
    .s-item-div-child {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 3%;
    }
    .s-item-div-bottom {
        height: 6rem;
    }

    .notice-sms .simple-inner {
        margin: 0;
        padding: 0 0 4%;
    }
    .notice-sms .simple-inner .s-item {
        width: 100%;
    }
    .notice-sms .simple-inner .icon {
        width: 80%;
        height: 6rem;
    }
    .notice-sms .simple-inner .h2 {
        padding: 7% 0 5%;
        font-weight: 500;
        font-size: 1.5rem;
    }
    .notice-sms .simple-inner .h2 {
        font-size: 32px;
        line-height: 42px;
        color: #3b3d44;
    }
    .notice-sms .simple-inner .p {
        font-size: 0.9rem;
        margin-top: 0;
    }

    .verifi .simple-inner {
        margin: 0;
        padding: 0 0 4%;
    }
    .verifi .simple-inner .s-item {
        width: 100%;
    }
    .verifi .simple-inner .icon {
        width: 80%;
        height: 6rem;
    }
    .verifi .simple-inner .h2 {
        padding: 7% 0 5%;
        font-weight: 500;
        font-size: 1.5rem;
    }
    .verifi .simple-inner .h2 {
        font-size: 32px;
        line-height: 42px;
        color: #3b3d44;
    }
    .verifi .simple-inner .p {
        font-size: 0.9rem;
        margin-top: 0;
    }

    .container .automaticCenter .simple-inner {
        margin: 0;
        padding: 0 0 4%;
    }
    .container .automaticCenter .simple-inner .s-item {
        width: 100%;
    }
    .container .automaticCenter .simple-inner .icon {
        width: 80%;
        height: 6rem;
    }
    .container .automaticCenter .simple-inner .h2 {
        padding: 7% 0 5%;
        font-weight: 500;
        font-size: 1.5rem;
    }
    .container .automaticCenter .simple-inner .h2 {
        font-size: 32px;
        line-height: 42px;
        color: #3b3d44;
    }
    .container .automaticCenter .simple-inner .p {
        font-size: 0.9rem;
        margin-top: 0;
    }

}