.mzj_ad_img{
    width: 1180px;
    height: auto;
    display: block;
    margin: 10px auto;
    cursor: pointer;
    font-size: 0;
}

@media screen and (max-width: 724px) {
    .mzj_ad_img{
        border: 0 none;
        vertical-align: middle;
        max-width: 100%;
    }
}

/* 20220325悬浮弹窗 */
.free-consu-div ul{position: fixed; z-index: 100000; right: 20px; bottom: 115px; width: 321px; height: 145px; padding: 31px 20px; background-color: #FFFFFF; box-shadow: 0px 7px 16px 0px rgba(205, 205, 205, 0.72); border-radius: 4px; font-size: 14px; font-weight: 400; color: #666666; line-height: 30px; text-align: left; display: none;}
.free-consu-div .closeconsu{ width: 28px; position: fixed; right: 10px; bottom: 270px; z-index: 100000; display: none;}
.free-consu-div span{ border-left: 10px solid transparent; border-top: 20px solid white; border-right: 10px solid transparent; width: 0; height: 0; position: fixed; bottom: 105px; right: 60px; z-index: 100000; display: none;}
.free-consu-div .free-consu{ position: fixed; z-index: 100000; right: 20px; bottom: 20px; width: 100px;}
@media screen and (min-width: 100px) and (max-width: 960px){
    .free-consu-div ul{ width: 70%; font-size: 12px; padding: 10px; height: 110px;}
    .free-consu-div .closeconsu{ bottom: 235px;}
    .free-consu-div .closeconsu{ width: 20px;}
}

/*20220331顶部导航*/
.navbar-yqs{
    color: red;
    line-height: 64px; 
    margin-left: 14px;
}
@media screen and (min-width: 992px) {
    .complaint{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .navbar-yqs{
        color: #ffb547;
        margin-left: 0; 
        display: block!important;
        padding: 0 20px;
        font-weight: 400;
        line-height: 48px!important;
        border-bottom: 1px solid rgba(0,0,0,.05);
        font-size: 16px;
    }

    .complaint{
        float: right;
        padding: 1px 6px;
        margin-top: 14px;
        margin-right: 10px;
        margin-bottom: 14px;
        background: #ef3a5d;
        color: #FFFFFF;
        border-radius: 4px;
        text-decoration: none;
    }
}


html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 12px !important;
}
body {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    font: initial;
    font-size: 12px !important;
}


