@media screen and (min-width: 1366px) {
    .logo {
        margin-left: 5px;
        width: 450px;
        height: 90px;
        background-image: url(/static/img/homePage.img/icon.png);
        background-repeat: no-repeat;
        background-size: 63% 90%;
    }

    .slide .slide-img {
        height: 350px;
    }
}

@media screen and (min-width: 1920px) {
    .logo {
        /*margin-left: 10px;*/
        margin-left: -20%;
        width: 450px;
        height: 90px;
        background-image: url(/static/img/homePage.img/icon.png);
        /*background-size: auto 100%;*/
        background-size: 83% 90%;
        background-repeat: no-repeat;
    }

    .slide .slide-img {
        height: 430px;
    }
}

/*.logo{*/
/*!*margin-left: 10px;*!*/
/*margin-left: 52px;*/
/*width: 379px;*/
/*height: 110px;*/
/*background-image:url(/static/img/logo_login.png) ;*/
/*!*background-size: auto 100%;*!*/
/*background-size: 100% 98%;*/
/*}*/
@media (max-width: 768px) {
    .service{
        width: 35px !important;
        margin-left: 100% !important;
        margin-top: -28px !important;
        display: none;
    }
    .triangle::after{
        width: 0;
        position: absolute;
        bottom: -6px;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid rgb(197, 194, 194);
        margin-left: 0px;
    }
    .fs11{
        display: none;
        width: 105px;
        height: 100px;
        background-color: rgb(197, 194, 194);
        position: absolute;
        top: -290%;
        right: -13%;
        border-radius: 4px;
        border: 1px solid rgb(197, 194, 194);
        padding: 12px;
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    }
    .gray-bg .forgetPass_model {
        width: 90%;
        height: 390px;
        left: 5%;
    }

    .code-attach {
        width: 298px;
    }

    .logo {
        /*margin-left: 10px;*/
        margin-left: 5px;
        width: 379px;
        height: 110px;
        background-image: url(/static/img/homePage.img/icon.png);
        background-repeat: no-repeat;
        /*background-size: auto 100%;*/
        background-size: 69% 94%;
    }

    .header, .content1 {
        width: auto;
    }

    /*.login {*/
    /*    margin: 20% 5%;*/
    /*    width: 90%;*/
    /*}*/

    .wx-login {
        margin: 20% 5%;
        width: 90%;
    }
    .col-sm-4 {
        width: 33.33333333%;
        float: left;
        margin-left: -12px;
    }

    .col-sm-8 {
        width: 66.66666667%;
        float: left;
    }

    .model-top-rule p {
        margin-left: calc((100% - 340px) / 2 + 10px);
    }

    .model-body .body-pay-opt {
        margin: 15px 5px;
    }

    .model-body .body-pay-opt .pay-opt-effect {
        width: 150px;
        height: 210px;
    }

    .pay-opt-lab input[type="radio"]:checked + .pay-opt-effect {
        width: 165px;
        height: 245px;
    }

    .pay-opt-lab input[type="radio"]:checked + .pay-opt-effect::after {
        width: 75px;
        height: 28px;
        line-height: 28px;
        margin-top: 5px;
        font-size: 15px;
    }

    .model-foot {
        height: 565px;
        padding-top: 360px;
    }

    .foot-pay-lists .list-cue {
        display: none;
    }

    .foot-pay-lists .list-ali {
        margin-left: calc((100% - 340px) / 2 + 10px) !important;
    }
}
