@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .body .container {
        padding: 0;
    }

    .wp {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .newsListAd .newsList {
        width: 100%;
        height: 310px;
    }

    .newsListAd {
        height: auto;gap:5px
    }
    .newsListAd .ad{
        width: 50%;
        flex-direction: row;
    }

    .newsListAd .adL {
        order: 2;
    }

    .newsListAd .adR {
        order: 3;
    }




}

@media (max-width: 960px) {

}

@media (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 768px) {
    .zzzq{
        margin-right: 5px;
        margin-top: 5px;
    }
    .flashText1{
        font-size: 12px!important;
    }
    body{
        font-size: 12px;
    }
    header .member .container .icons{
        display: none;
    }
    header nav .container ul.icons{
        display: flex;
    }
    header nav .container ul.icons li{
        width: 25%;
        padding: 0;
        padding-top: 15px;
    }
    .memberPage{
        flex-wrap: wrap;
        font-size: 14px;
    }
    .memberPage .left{
        width: 100%;
    }
    .memberPage .left ul{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .memberPage .left ul li{
        width: 25%;
        height: auto;
    }
    .memberPage .left ul li a{
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }
    .memberPage .right{
        width: 100%;
    }
    .memberPage .right .position{
        font-size: 20px;
        line-height: 20px;
    }


    .allNews .bk1 .bk-con ul li .img, .allNews .bk1 .bk-con ul li .text,.allNews .bk2 .bk-con ul li .img, .allNews .bk2 .bk-con ul li .text {
        width: 50%;
    }
    .allNews .bk1 .bk-con ul{
        gap:10px
    }



    .allNews .bk1 .bk-con ul li, .allNews .bk2 .bk-con ul li {
        width: 100%;
    }

    .newsListAd .ad {
        width: 100%;gap:5px
    }
    .newsListAd .ad a{
        width: 50%;
    }

    footer .grade {
        flex-direction: column;
    }

    footer .grade .ms {
        padding-left: 0px;
        padding-top: 15px;
    }

    header nav .container .menu li a {
        width: 100%;
        height: 47px;
        line-height: 47px;
        color: var(--white);
        font-size: 16px;
        border-bottom: 1px solid #333;
        display: block;
        text-align: center;
    }

    header nav .container {
        padding: 50px 50px 10px;
    }

    header nav .container .other {
        display: flex;
        gap: 8px;
        padding-top: 15px;
    }

    header nav .container .other a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12% 0;
        color: #fff;
        border-radius: 100%;
        width: 33.33%;

    }

    header nav .container .other a.login {
        background: var(--yellow2);
        color: var(--black);
    }

    header nav .container .other a.reg {
        background: var(--blue2);
    }

    header nav .container .other a.forget {
        background: var(--green);
    }

    header nav .container .menu {
        flex-wrap: wrap;
    }

    header nav .container .menu li {
        width: 50%;
    }




    header nav .container .menu .line {
        display: none;
    }

    header nav .container .closewin {
        display: block;
    }

    header .member .container .m_nav {
        display: block;
        margin-right: 15px;
    }

    header .member .container .other {
        font-size: 12px;
    }



    header nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        flex-direction: column;
        justify-content: flex-start;
        display: none;
        overflow-y: auto;
        z-index: 999;
    }

    .detailPage .neirong .nextpPrev {
        flex-direction: column;
    }

    .detailPage .neirong .nextpPrev .ht {
        width: 100%;
    }
    .downBanner{
        padding-bottom: 40%;
    }
    .downBanner .front .btns{gap:4px;
    flex-wrap: wrap;justify-content: center;}

    .downBanner .front .btns a {
        width: calc(50% - 4px);
    }
    .nosee{
        display: none;
    }
}

@media screen and (max-width: 420px) {


}

