.mobile-nav,.mobile_zw{
    display: none;
}
@media screen and (max-width: 768px) {
    /** 移动导航设置 **/
    body{
        min-width: auto !important;
    }
    .top,.top_zw{
        display: none;
    }

    .mobile-nav{
        display: block;
        text-align: center;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    .mobile_zw{
        display: block;
        width: 100%;
        height: 80px;
    }
    .mobile-nav-header{
        background: #161719;
        height: 80px;
        line-height: 80px;
        color: #fff;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
    .mobile-nav-header-icon{
        margin-left: 20px;
    }
    .mobile-nav-header-right{
        margin-right: 20px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .mobile-nav-header-right span{
        display: block;
        height: 4px;
        width: 40px;
        background: #fff;
        margin: 6px 0;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    /* 汉堡菜单转X形状 */
    .mobile-nav-header-right.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 10px);
    }
    .mobile-nav-header-right.active span:nth-child(2) {
        opacity: 0;
        transform: translateX(-100%);
    }
    .mobile-nav-header-right.active span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -10px);
    }
    .mobile-nav-background{
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .mobile-nav-background.active {
        opacity: 1;
        visibility: visible;
    }
    .mobile-nav-navbox{
        background: #fff;
        height: calc(100vh - 80px);
        width: 80%;
        position: absolute;
        top: 80px;
        right: -80%;
        z-index: 1;
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }
    .mobile-nav-navbox.active {
        right: 0;
    }
    .mobile-nav-navbox-ul{
        width: calc(100% - 40px);
        padding: 20px;
        margin: 0;
    }
    .mobile-nav-navbox-ul li{
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        color: #161719;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.2s ease;
    }
    .mobile-nav-navbox-ul li:hover {
        background-color: #f8f9fa;
        padding-left: 10px;
    }
    .mobile-nav-navbox-ul li a{
        display: block;
        height: 100%;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        transition: all 0.2s ease;
    }
    /* 当前页高亮状态 */
    .mobile-nav-navbox-ul li a.nav_active {
        color: #0099FF;
        position: relative;
    }
    .mobile-nav-navbox-ul li a.nav_active::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-color: #0099FF;
        border-radius: 50%;
    }
    .mobile-nav-navbox-ul li:last-child{
        border-bottom: none;
        font-weight: bolder;
        margin-top: 20px;
       
    }
    .mobile-nav-navbox-ul li:last-child a{
        font-size: 24px;
        color: #0099FF;
        text-align: center;
        background-color: #e3f2fd;
        border-radius: 8px;
    }
    .mobile-nav-navbox-ul li:last-child:hover {
        padding-left: 0;
        background-color: transparent;
    }

    /** footer 移动 **/
    .gfooterwc{
        width: 100%;
    }
    .gfootrtop{
        padding: 0 20px;
    }
    .gfootrtopl{
        width: 100%;
        float: none;
    }
    .gfootrtop dl {
        float: none;
        width: 100%;
        padding: 20px 0;
    }
    .gfootrtop dl dt {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 10px;
        border-bottom: 1px solid #85858573;
        margin: 10px 0px;
        margin-bottom: 40px;
    }
    .gfootrtop dl dd{
        font-size: 18px;
        text-align: center;
    }
    .gfootrtop dl dd a{
        font-size: 16px;
    }
    .gfootrtopc h5 {
        color: #fff;
        font-size: 20px;
        padding-bottom: 0;
        font-weight: normal;
        font-weight: 400;
        border-bottom: 1px solid #85858573;
        padding-bottom: 10px;
        margin: 10px 0;
    }
    .gfootrtopc .p1{
        margin-top: 20px;
        text-align: center;
        background: none;
    }
    .gfootrtopc .p1 span{
        background: url(../images/ph.png) center left no-repeat;
        background-size: 20px 20px;
        padding-left: 26px;
    }
    .gfootrtopc .p2 {
        font-size: 16px;
        text-align: center;
    }
    .gfootrtopr {
        float: none;
        height: auto;
        border-left: none;
        padding-left: 0;
        text-align: center;
        margin-top: 38px;
    }
    .gfootrtopr h5 {
        color: #fff;
        font-size: 20px;
        padding-bottom: 20px;
        font-weight: normal;
    }
    .gfootrtopr img{
        width: 135px;
    }
    .gfootrtopr .p3{
        font-size: 16px;
        margin-top: 20px;
    }
    .gfootrtopc{
        float: none;
        width: 100%;
        height: auto;
        border-left: 0;
        padding: 0;
    }
    
    .footerFriend{
        width: 100% !important;
        padding: 20px;
        box-sizing: border-box;
    }
    .footerFriend p{
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
        align-items: center;
        line-height: 1.6;
    }
    .footerFriend p a{
        font-size: 14px;
        color: #646464;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
        flex-shrink: 0;
        white-space: nowrap;
        line-height: 1.4;
    }
    .footerFriend p a:hover,
    .footerFriend p a:focus{
        color: #0099FF;
        background-color: rgba(0, 153, 255, 0.1);
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(0, 153, 255, 0.2);
    }
    .footer_bottom{
        width: calc(100% - 40px);
        min-width: auto;
        padding: 0 20px;
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 14px;
        line-height: 32px;
    }
    .suspension{
        position: fixed;
        z-index: 55;
        right: 8px;
        bottom: 40%;
        width: auto;
        height: auto;
    }
   
}