@media screen and (max-width:1000px) {
    .container {
        width: 600px;
    }

    section {
        height: 520px;
    }

    .section-body .left-bg {
        width: 260px;
        margin-right: 10px;
    }

    .section-body {
        /* height: 380px; */
        height: 430px;
        padding-bottom: 28px;
    }

    .form-body .title {
        margin-bottom: 32px;
        margin-top: 0;
    }

    .pxbm {
        display: none;
    }

    .pxbm1 {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width:600px) {
    body {
        background: #F2F2F2;
    }

    .desc {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
    }

    .desc span {
        font-size: 14px;
    }

    .container {
        width: 400px;
    }

    .logo {
        width: 100%;
    }

    .logo-text {
        font-size: 20px;
    }

    section {
        height: 450px;
        padding: 15px 10px;
        background: #F2F2F2;
        background-image: none;
    }



    .section-body .left-bg {
        display: none;
        width: 260px;
        margin-right: 10px;
        background: #F2F2F2;

    }

    .mark {
        background: #F2F2F2;
        /* height: auto; */
    }

    .section-body {
        height: 430px;
        padding-bottom: 45px;
        border-radius: 10px;
        display: block !important;

    }

    .form-body {
        padding: 16px 15px;
    }

    .form-body .title {
        margin-bottom: 32px;
    }

    .msg {
        font-size: 12px;
    }

    .qrcode {
        width: 120px;
        height: 120px;
    }

    /* .desc {
        font-size: 12px;
    } */

    .bottom {
        font-size: 12px;
        display: none;
    }

    .popup-bm .main-content {
        width: 375px;
        margin: 63px auto;
    }
}

@media screen and (max-width:375px) {
    header {
        padding: 0 20px;
        height: 54px;
    }

    .logo-text {
        font-size: 12px;
    }

    .logo {
        /* width: 54px; */
        width: auto;
        height: 54px;
    }

    .container {
        width: 100%;
    }

    .section-body {
        border-radius: 10px;
    }

    section {
        /* height: 370px; */
        height: 430px;
    }

    .bottom {
        margin-top: 0;
        padding: 30px 20px 50px;
    }

    .section-body {
        /* height: 350px; */
        height: 410px;
    }

    .section-body .title img {
        display: none;
    }

    .popup-bm .main-content {
        width: 300px;
        margin: 63px auto;
        height: 490px;
    }

    .header-img {
        margin: 18px auto;
    }
}

@media screen and (max-width:320px) {
    section {
        height: 354px;
    }

    .download {
        display: none;
    }

    .download .container {
        flex-wrap: wrap;
    }

    .android {
        margin-bottom: 20px;
    }

    .bottom {
        margin-top: 0;
        padding: 30px 20px 10px;
    }
}