.mobile-menu-toggle {
    display: none;
}

.mobile-nav-menu,
.mobile-nav-overlay {
    display: none;
}


@media screen and (max-width: 800px) {

    
    html,
    body {
        font-size: .14rem;
        width: 100%;
        overflow-x: hidden;
    }

    .wrap1 {
        width: 100%;
        margin: 0;
        padding: 0 .1rem;
        box-sizing: border-box;
    }

    .ovd {
        width: 100%;
        margin: 0;
    }

    
    .top {
        height: auto;
        width: 100%;
    }

    .banner {
        width: 187%;
        transform: translateX(-23%);
    }

    
    .nav {
        display: none;
    }

    
    .mobile-menu-toggle {
        display: block !important;
        width: .3rem;
        cursor: pointer;
        z-index: 1001;
        margin-left: .06rem;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: .02rem;
        background-color: #333;
        margin: .05rem 0;
        transition: all 0.3s ease;
        border-radius: .02rem;
    }

    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(.06rem, .06rem);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(.06rem, -.06rem);
    }

    .slhheader1 {
        width: 100% !important;
        padding: 0 .1rem;
    }

    .slhdbdh {
        height: auto;
        line-height: 1.4;
        font-size: .12rem;
    }

    
    .mobile-nav-menu {
        display: block !important;
        position: fixed;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100vh;
        background: #1e3a8a;
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding-top: .6rem;
    }

    .mobile-nav-menu.active {
        left: 0;
    }

    
    .mobile-nav-overlay {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .mobile-nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    
    .nav>div:nth-child(3) {
        display: none;
    }

    
    .mobile-nav-menu .nav-item {
        display: block;
        width: 100%;
        padding: .15rem .2rem;
        border-bottom: .01rem solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav-menu .nav-item a {
        color: #fff !important;
        font-size: .16rem;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .mobile-nav-menu .nav-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    
    .mobile-nav-header {
        padding: .2rem;
        border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
        margin-bottom: .1rem;
    }

    .mobile-nav-header h3 {
        color: #fff;
        font-size: .18rem;
        margin: 0;
        text-align: center;
    }

    
    .nav form {
        width: 100% !important;
        margin: .1rem 0 !important;
        float: none !important;
        background: #fff;
        border-radius: .05rem;
        padding: .05rem;
    }

    .nav form>div {
        float: none !important;
        width: auto !important;
        display: flex;
        align-items: center;
    }

    .nav form select {
        flex: 0 0 auto;
        margin-right: .05rem;
        padding: .05rem;
        border: .01rem solid #ddd;
        border-radius: .03rem;
    }

    .nav form input[type="text"] {
        flex: 1;
        height: .3rem !important;
        padding: 0 .08rem;
        border: .01rem solid #ddd;
        border-radius: .03rem;
        margin-right: .05rem;
    }

    .nav form a img {
        width: .25rem !important;
        height: .25rem;
    }

    
    .addr {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .art {
        margin-left: 0 !important;
    }

    .art-list {
        width: 100% !important;
    }

    .addr>div {
        padding: 0 !important;
    }

    
    .floatL,
    .floatR {
        float: none !important;
        display: block;
        width: 100% !important;
        margin-bottom: .15rem;
    }



    
    .bq {
        height: auto;
        padding: .2rem .1rem;
        margin-top: .15rem;
        background-color: #cf2820;
        color: #fff;
        text-align: center;
        font-size: .12rem;
        line-height: 1.6;
    }

    .bq>div>div:first-child {
        float: none !important;
        margin-left: 10%;
        padding-bottom: .1rem;
    }

    .bq>div>:nth-child(2) {
        width: 100% !important;
    }

    .bq>div>:nth-child(3) {
        float: none !important;
        justify-content: space-evenly;
    }

    
    .clearfloat {
        display: none;
    }


    h1,
    h2,
    h3 {
        font-size: .18rem;
        line-height: 1.4;
        margin-bottom: .1rem;
    }

    
    a {
        color: #333;
        text-decoration: none;
        word-break: break-all;
    }

    a:hover {
        color: #cf2820;
    }


    
    img {
        height: auto;
    }

    
    input[type="button"],
    input[type="submit"],
    button {
        padding: .08rem .15rem;
        background: #cf2820;
        color: #fff;
        border: none;
        border-radius: .03rem;
        font-size: .14rem;
        cursor: pointer;
    }

    input[type="button"]:hover,
    input[type="submit"]:hover,
    button:hover {
        background: #b02218;
    }

    
    input[type="text"],
    input[type="password"],
    textarea,
    select {
        width: 100%;
        padding: .08rem;
        border: .01rem solid #ddd;
        border-radius: .03rem;
        box-sizing: border-box;
        font-size: .14rem;
    }

    
    * {
        box-sizing: border-box;
    }

    
    ::-webkit-scrollbar {
        width: .06rem;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
        background: #cf2820;
        border-radius: .03rem;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #b02218;
    }

}