@media screen and (max-width:768px) {
    .downlist {
        width: 100%!important;
    }
    #banner {
        display: none;
    }
    .doownlist-con-position {
        display: none;
    }
    .downlist-left {
        display: none;
    }
    .doownlist-con {
         margin-left: 0%!important;
         margin-top: 0px!important;
         margin-bottom: 0px!important;
        border-radius: 0!important;
        width: 100%!important;
    }
    .down-mainInfor .title {
        padding-left: 20px;
        font-size: 20px;
    }
    .downlist-con-se-anniu {
        width: 110px;
        height: 27px;
        margin: 0 auto!important;
    }
    .downlist-con-se {
        height: auto!important;
        padding-top: 0px!important;
        border-bottom: none!important;
    }
    .downlist-con-fi {
        width: 40%!important;
    }
    .doownlist-con-list {
    	margin-top: 30px;
        width: 90%!important;
        padding-bottom: 30px;
        margin-right: 20px;
        border-bottom: 1px solid #dfd5d5;
    }
    .downlist-con-se-anniu p {
        margin-left: 38px;
        line-height: 25px;
    }
    .downlist-con-se p {
        line-height: 25px;
        font-size: 14px;
    }
    .anniu-ico {
        margin-top: 8px;
    }
    .m-downlist-nav-list {
        width: 100%;
    }
    .m-downlist-nav-drop {
        display: none;
    }
    .m-downlist-left {
        z-index: 999;
        position: relative;
        background-color: #fff;
        /* padding: 3%; */
        width: 100%;
        height: 30px;
        display: block;
    }
    .m-downlist-nav {
        height: 30px;
        float: left;
        width: 28%;
    }
    .m-downlist-nav-t {
    	overflow: hidden;
        width: 70%;
        float: left;
    }
    .m-down_nav_list-a_img {
        padding-right: 10px;
        line-height: 35px;
        width: 10px;
        margin-top: 12px;
        float: right;
    }
    .m-downlist-nav-t p {
      width: 100%;
    overflow: hidden;
    padding-left: 10%;
    line-height: 35px;
    font-size: 12px;
    }
    .m-downlist-nav-drop {
        top: 0;
        left: 0;
        background-color: white;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .m-drop-list {
        width: 85%;
        height: 20px;
        padding: 5%;
    }
    .m-drop-list-le {
        float: left;
    }
    .m-drop-list-ri {
        float: right;
    }
    .m-downlist-nav-drop #fi p {
        color: red;
        font-weight: 1000;
        font-size: 18px;
    }
    .m-drop-list p {
        font-size: 16px;
    }
    .m-drop-list {
        float: left;
    }
    .down-content {
        width: 89%;
    }
    .down-page-le {
        width: 40%;
        overflow: hidden;
    }
    .down-page-le p {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .down-page-ri {
        width: 40%;
        overflow: hidden;
    }
    .down-page-ri p {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .m-downlist-nav {
        margin-right: 3%;
    }
    .active {
        color: white;
        background-color: black;
    }
    .downlist-items {
        width: 49%;
    }
    .downlist_title {
        margin-top: 20px;
        font-size: 13px;
    }
    .downlist_top {
        height: 33vw;
    }
    .downlist_un {
        height: 30vw;
    }
    .downlist_btn {
        height: 30px;
    }
    .downlist_un_bg {
        height: 29vw;
    }
    .downlist_title {
        height: 17px;
    }
    .downlist_btn a {
        line-height: 30px;
    }
    .downlist-items:nth-child(2n) {
        margin-right: 0;
    }
    .m-downlist-nav {
        position: relative;
    }
    .mdown_menu {
        background-color: black;
        display: none;
        width: 105px;
        top: 30px;
        position: absolute;
    }
    .mdown_menu .m-downlist-nav-t a {
        color: #fff;
    }
    .active .mdown_menu .m-downlist-nav-t a {
        color: #fff;
    }
    .active .mdown_menu {
        color: white;
        background-color: black;
    }
    .m_downlist_bg {
        z-index: 0;
        position: relative;
        background-attachment: fixed;
        height: 80px;
        background-size: 100%;
    }
    .m_downlist_bg span {
        display: inline-block;
        padding-left: 30px;
        font-size: 16px;
        line-height: 80px;
        color: #fff;
    }
    .m_downlist_zz {
        position: absolute;
        width: 100%;
        height: 80px;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        filter: blur(0px);
    }
}