.new_nav{
    display: none !important;
}
.goback_flow{
    display: none;
}

@media screen and (max-width: 768px) {
    .p4b9YXf9RfoBkQjb{
        display: none !important;
    }
    .new_nav{
        display: block !important;
    }
    #flexslider{
        margin-top: 50px;
        padding-top: 0 !important;
    }
    #flexslider .flex-direction-nav li a{
        height: 30px;
        width: 30px;
        background-size: contain !important;
    }
    #flexslider .flex-direction-nav li a.flex-prev{
        left: 20px;
    }
    #flexslider .flex-direction-nav li a.flex-next{
        right: 20px;
    }




    /** 手机版导航栏 */
    .mobile_header{
        display: flex;
        left: 0;
        top: 0;
        height: 50px;
        position: fixed;
        width: 100%;
        /* width: calc(100% - 40px); */
        justify-content: space-between;
        align-items: center;
        background: rgba(255, 255, 255, 0.8);
        z-index: 99999;
        padding: 0 10px;
        border-bottom: 1px solid #c1c1c1;
    }
    .mobile_logo{
        width: 100px;
    }
    .mobile_logo img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .moblie_phone{
        font-size: 18px;
        font-weight: bold;
        color: #0099FF;
    }
    .mobile_member{
        padding:10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #efefef
    }
    .mobile_member_box{
        display: flex;
        align-items: center;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        white-space: nowrap; /* 强制文本单行显示 */
        overflow: hidden; /* 超出宽度隐藏 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */

    }
    .mobile_member_box img{
        height: 20px;
        width: 20px;
        border-radius: 20px;
        margin-right: 8px;
    }
    .login-logout{
        display: inline-block;
        color: #0099FF;
    }
    .login-reg{
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: calc(50% - 10px);
        text-align: center;
        border-radius: 4px;
        background: linear-gradient(90deg,#b3ddff,#72abff);
        color: #fff;
    }
    .login-btn{
        display: inline-block;
        height: 40px;
        width: calc(50% - 10px);
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        background: #0099FF;
        color: #fff;
    }
    .mobile_right_menu{
        /* border: 1px solid; */
    }
    .mobile_right_menu .mobile_line{
        width: 30px;
        height: 4px;
        background: #0099FF;
        margin:4px 0;
        border-radius: 4px;
        transition: all 0.3s ease
    }
    .mobile_right_menu_open .mobile_line:nth-child(1){
        transform: rotate(45deg) translate(8px, 4px);
    }
    .mobile_right_menu_open .mobile_line:nth-child(2){
        background: rgba(255, 255, 255, 0);
    }
    .mobile_right_menu_open .mobile_line:nth-child(3){
        transform: rotate(-45deg) translate(8px, -4px);
    }



    .mobile_zhanwei{
        position: fixed;
        z-index: 99998;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
        display: none;
    }
    .mobile_menu_wapper{
        position: fixed;
        z-index: 99999;
        top: 50px;
        right: 0;
        height: calc(100vh - 50px);
        width: 70vw;
        background: rgba(255, 255, 255, 0.98);
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1);
        backdrop-filter: blur(20px);
    }
    .mobile_menu_list{
        /* border: 1px solid; */
        padding: 20px;
        /* background-color: #ffffff; */
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    }
    .mobile_menu_list ul{
        /* border: 1px solid; */
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .mobile_menu_list ul li{
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        border-bottom: 1px solid #f5f5f5;
        transition: background-color 0.3s ease;
    }
    .mobile_menu_list ul li:last-child{
        border-bottom: none;
    }
    .mobile_menu_list ul li:active{
        background-color: #f8f9fa;
    }
    .mobile_menu_list ul li a{
        display: block;
        position: relative;
        padding-left: 20px;
        color: #333333;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        font-weight: 400;
    }
    .mobile_menu_list ul li a:hover,
    .mobile_menu_list ul li a.selected{
        color: #0099FF;
        background-color: rgba(0, 153, 255, 0.03);
    }
    .mobile_menu_list ul li a:hover::before,
    .mobile_menu_list ul li a.selected::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 45px;
        width: 4px;
        background: #0099FF;
        border-radius: 2px;
    }

    #page_list span.notuse{
        padding:5px 10px !important
    }
    #page_list a{
        padding: 5px 10px !important;
    }
    #page_list span.current{
        padding: 4px 10px !important;
    }
    .last_wrap{
        width: 100% !important;
        background: #fff !important;
        height: 50px !important;
    }

    /***
     * 返回首页信息
     */
    .goback_flow{
        display: block ;
    }
    .goback_flow_ul{
        position: fixed;
        right: 5px;
        bottom: 50px;
        z-index: 9999
    }
    .goback_flow_ul li{
        width: 60px;
        height: 60px;
        /* border-bottom: 1px solid #efefef; */
        margin-bottom: 1px;
        /*毛玻璃*/
        backdrop-filter: blur(10px);
        position: relative;
        z-index: 9999;
    }
    .goback_flow_ul li:last-child{
        border-bottom: none;
    }
    .goback_flow_ul li.gb_wx{
        background: url(/Public/webstyle/images/sprite_v2-1.png) no-repeat center rgba(0, 0, 0, 0.3);
    }
    .goback_flow_ul li.gb_phone{
        background: url(/Public/webstyle/images/sprite_v2-3.png) no-repeat center rgba(0, 0, 0, 0.3);
    }
    .goback_flow_ul li.gb_top{
        background: url(/Public/webstyle/images/sprite_v2-4.png) no-repeat center rgba(0, 0, 0, 0.3);
    }
    .goback_flow_ul li.active{
        background-color: rgba(0, 153, 255, 1);
        border-bottom: 1px solid #0099FF;
    }
    .wx_box{
        position: absolute;
        /* right: 65px; */
        bottom: -1px;
        z-index: 9998;
        background: #0099FF;
        padding: 10px;
        border-radius: 10px 10px 0 10px;
        color: #fff;
        opacity: 0;
        right:-200px;
        transition: all 0.5s ease;
    }
    .wx_box.show{
        opacity: 1;
        right: 60px;
    }
    .wx_box img{
        width: 120px;
        height: 120px;
    }
    .wx_box p{
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }
    .wx_box p.wx_box_tel{
        font-size: 16px;
    }
    .phone_box{
        position: absolute;
        bottom: -1px;
        z-index: 9998;
        background: #0099FF;
        border-radius: 10px 10px 0 10px;
        color: #fff;
        height: 60px;
        line-height: 60px;
        width: 160px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        right: -200px;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .phone_box.show{
        opacity: 1;
        right: 60px;
    }

}

/* @media screen and (max-width:320px) {
    .moblie_phone{
        display: none;
    }
    .mobile_header{
        justify-content: flex-end;
    }
    .mobile_member{
        margin-right: 20px;
        width: 100px;
        text-align: right;
    }
    .mobile_logo{
        margin-right: calc(100% - 20px - 30px - 200px );
    }
} */