<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: ' ';
    }
    
    body {
        overflow-x: hidden !important;
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
     :root {
        --main-color: #b48f4e;
        --main-color1: #d32329;
        --main-color-white: #ffffff;
        --main-color-555: #555555;
        --main-color-999: #999999;
        --main-color-666: #666666;
        --main-color-333: #333333;
        --main-color-888: #888888;
        --main-color-222: #222222;
        --main-transition: all ease 0.4s;
        --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    @media only screen and (min-width: 996px) {
        .pchead {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99;
            transition: var(--main-transition);
            height: 80px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            background: rgba(0, 0, 0, .7);
        }
        .pcheader {
            max-width: 1600px;
            margin: 0 auto;
            transition: var(--main-transition);
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
        }
        .head_Right {
            display: flex;
            align-items: center;
        }
        .head_Right .search {
            margin-left: 100px;
        }
        .pclogo img {
            height: 60px;
        }
        .pcnav {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 99;
        }
        .pcnav&gt;li {
            position: relative;
            transition: var(--main-transition);
        }
        .pcnav&gt;li:hover .first_a {
            color: var(--main-color);
        }
        .pcnav&gt;li&gt;a {
            display: block;
            height: 80px;
            line-height: 80px;
            font-size: 16px;
            transition: var(--main-transition);
            color: var(--main-color-white);
            padding: 0 20px;
            font-weight: bold;
        }
        .pc_sec_nav {
            position: absolute;
            top: 120%;
            left: 0;
            width: 250px;
            background-color: var(--main-color-white);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item {
            border-bottom: 1px dashed #ddd;
        }
        .pc_sec_item a {
            color: var(--main-color-666);
            font-size: 15px;
            font-weight: bold;
            display: block;
            padding: 10px 30px;
            transition: var(--main-transition);
        }
        .pcnav li:hover .pc_sec_nav {
            top: 100% !important;
            opacity: 1 !important;
            visibility: visible !important;
            color: var(--main-color);
        }
        .pc_sec_item:hover .pc_third_nav {
            top: 0 !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pc_sec_item:hover .second_a {
            color: var(--main-color) !important;
        }
        .third_a:hover {
            color: var(--main-color) !important;
        }
        .pc_sec_item {
            position: relative;
        }
        .pc_third_nav {
            position: absolute;
            left: 100%;
            top: 20%;
            z-index: 998;
            width: 250px;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .third_a {
            border-bottom: 1px dashed #ddd;
        }
        .third_a {
            color: var(--main-color-666);
            background-color: var(--main-color-white);
        }
        .head_transform {
            max-width: 90% !important;
            height: 72px !important;
        }
        .header_transform {
            background-color: var(--main-color) !important;
            height: 72px !important;
        }
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .ml_banner {
            width: 100%;
            z-index: 998;
        }
        .ml_banner:hover .bannerbtnleft {
            left: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner:hover .bannerbtnright {
            right: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner img {
            width: 100%;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
        }
        .bannerbtn {
            width: 50px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color-white);
            font-size: 25px;
            height: 50px !important;
            transition: var(--main-transition);
            background: rgba(0, 0, 0, .7);
            background-image: none !important;
            opacity: 0;
        }
        .bannerbtnleft {
            left: 0 !important;
        }
        .bannerbtnright {
            right: 0 !important;
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            border-top: 1px solid #555555;
            background-color: #3b3d40;
        }
        .copycon {
            text-align: center;
            max-width: 1200px;
            text-align: center;
            font-size: 14px;
            color: var(--main-color-999);
            margin: 0 auto;
        }
        .copycon a {
            font-size: 14px;
            color: var(--main-color-999);
        }
        .inside {
            max-width: 1350px;
            margin: 0 auto;
            padding: 15px 25px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            width: 100%;
            height: 300px;
            background-image: url(../images/inbanner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 80px;
        }
        .inbanner strong {
            display: block;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: normal;
        }
        .con1 {
            padding: 80px 0;
        }
        .con1con {
            max-width: 1200px;
            margin: 0 auto;
        }
        .contitle {
            margin-bottom: 50px;
        }
        .contitle strong {
            display: block;
            font-size: 32px;
            text-align: center;
            color: var(--main-color-222);
            margin-bottom: 35px;
        }
        .contitle p {
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            color: #717171;
        }
        .con1con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con1con ul li {
            width: calc((100% - 129px) / 3);
            margin-right: 43px;
            margin-bottom: 50px;
        }
        .con1con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .con1con ul li img {
            width: 65px;
            display: block;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .con1con ul li p {
            font-weight: bold;
            text-align: center;
            color: var(--main-color-222);
            font-size: 16px;
            margin-bottom: 25px;
        }
        .con1con ul li span {
            color: #909090;
            font-size: 16px;
            width: 100%;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            display: block;
            text-align: center;
        }
        .more {
            margin: 0 auto;
            width: 130px;
            height: 40px;
            background: #F6F6F7;
            color: var(--main-color);
            border: 1px solid var(--main-color);
            border-radius: 4px 20px 20px 24px;
            text-align: center;
            display: block;
            margin-top: 50px;
            line-height: 40px;
        }
        .con2 {
            padding: 80px 0;
        }
        .con2con {
            max-width: 1200px;
            margin: 0 auto;
        }
        .con2tab {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            border-bottom: 1px solid #ebebeb;
        }
        .con2tab span {
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-222);
            font-weight: bold;
            font-size: 15px;
            margin: 0 15px;
        }
        .activ {
            border-bottom: 2px solid var(--main-color);
        }
        .con2fy {
            margin-top: 30px;
            display: none;
        }
        .con2fycon {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con2fyleft {
            width: 55%;
        }
        .con2fyleft p {
            font-size: 14px;
            line-height: 30px;
            color: var(--main-color-333);
        }
        .con2fyright {
            width: 40%;
        }
        .con2fyright img {
            border-radius: 10px;
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        .con3 {
            padding: 80px 0;
        }
        .con3con {
            max-width: 1200px;
            margin: 0 auto;
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con3con ul li {
            width: calc((100% - 80px) / 5);
            margin-right: 20px;
            margin-bottom: 20px;
            padding: 15px;
            background-color: var(--main-color-white);
            box-shadow: var(--main-shadow);
        }
        .con3con ul li:nth-child(5n) {
            margin-right: 0;
        }
        .con3con ul li img {
            width: 100%;
            height: 150px;
            object-fit: contain;
        }
        .con3con ul li p {
            text-align: center;
            font-size: 15px;
            color: var(--main-color-333);
        }
        .con4 {
            width: 100%;
            padding: 80px 0;
        }
        .con4con {
            max-width: 1200px;
            margin: 0 auto;
        }
        /*  */
        .con4box {
            display: flex;
            align-items: center;
            justify-content: space-between
        }
        .con4left {
            width: 48%;
        }
        .indexnewbox {
            display: block;
            overflow: hidden;
        }
        .indexnewbox:hover img {
            transform: scale(1.1);
        }
        .indexnewbox img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .con4left a {
            display: block;
            font-weight: bold;
            font-size: 16px;
            color: var(--main-color);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin: 15px 0;
        }
        .con4left p {
            font-size: 15px;
            color: var(--main-color-666);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 25px;
        }
        .con4right {
            width: 48%;
            position: relative;
            z-index: 9;
        }
        .con4right ul li {
            display: flex;
            transition: var(--main-transition);
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            background-color: var(--main-color-white);
            margin-bottom: 20px;
            border: 1px solid #dddddd;
            cursor: pointer;
            position: relative;
            z-index: 9;
        }
        .lileft {
            width: 70px;
            height: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-right: 5px;
            border-right: 1px solid #d9d9d9;
        }
        .lileft strong {
            display: block;
            text-align: center;
            color: var(--main-color);
            font-size: 45px;
        }
        .lileft p {
            font-size: 13px;
            color: var(--main-color-555);
        }
        .liright {
            flex: 1;
            padding-left: 10px;
        }
        .liright a {
            transition: var(--main-transition);
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 15px;
            font-weight: bold;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .liright p {
            font-size: 14px;
            color: var(--main-color-666);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con4left:hover a {
            color: var(--main-color);
        }
        .con4right ul li:hover a {
            color: var(--main-color);
        }
        .con4right ul li:hover {
            border: 1px solid var(--main-color);
        }
        .con4right ul li::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 100%;
            background: linear-gradient(to right, rgba(20, 87, 216, 0.2) 0%, rgba(20, 87, 216, 0.2) 100%);
            left: -7px;
            top: 7px;
        }
        .con4right ul li::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 7px;
            background: linear-gradient(to right, rgba(20, 87, 216, 0.2) 0%, rgba(20, 87, 216, 0.2) 100%);
            bottom: -7px;
            left: 0;
        }
        /*  */
        .foot {
            width: 100%;
            padding: 50px 0;
            border-top: 1px solid #eaeaeb;
        }
        .footer {
            max-width: 1200px;
            margin: 0 auto;
        }
        .flogo {
            display: block;
            width: 200px;
            margin: 0 auto;
            margin-bottom: 50px;
        }
        .footer ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .footer ul li {
            width: calc(100% / 5);
            margin-bottom: 25px;
            padding: 0 20px;
        }
        .footer ul li strong {
            width: 100%;
            text-align: center;
            display: block;
            color: #2E2F38;
            text-shadow: 1px 1px 5px #ababab;
            margin-bottom: 20px;
        }
        .footer ul li a {
            font-weight: 400;
            color: #777777;
            width: 100%;
            text-align: center;
            font-size: 13px;
            display: block;
            margin-bottom: 20px;
        }
        .absoutus {
            max-width: 1300px;
            margin: 0 auto;
            padding-top: 15px;
            padding-bottom: 60px;
        }
        .str_ {
            font-size: 32px;
            color: var(--main-color-222);
            text-align: center;
            display: block;
            margin-bottom: 40px;
        }
        .absoutus p {
            font-size: 16px;
            color: var(--main-color-222);
            line-height: 35px;
        }
        .absoutus img {
            display: block;
            margin: 30px auto;
            max-width: 100%;
        }
        .solution {
            padding-top: 15px;
            padding-bottom: 50px;
            max-width: 1300px;
            margin: 0 auto;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .absoutus {
            padding: 30px 15px;
        }
        .str_ {
            font-size: 25px;
            color: var(--main-color-222);
            text-align: center;
            display: block;
            margin-bottom: 20px;
        }
        .absoutus p {
            font-size: 16px;
            color: var(--main-color-222);
            line-height: 25px;
        }
        .absoutus img {
            display: block;
            margin: 30px auto;
            max-width: 100%;
        }
        .foot {
            width: 100%;
            padding: 30px 15px;
        }
        .footer {
            margin: 0 auto;
        }
        .flogo {
            display: block;
            width: 150px;
            margin: 0 auto;
            margin-bottom: 50px;
        }
        .footer ul {
            display: flex;
            flex-wrap: wrap;
        }
        .footer ul li {
            margin-right: 15px;
            margin-bottom: 15px;
        }
        .footer ul li strong {
            width: 100%;
            text-align: center;
            display: block;
            color: #2E2F38;
            text-shadow: 1px 1px 5px #ababab;
        }
        .footer ul li a {
            display: none;
        }
        .con4 {
            padding: 30px 15px;
        }
        .con4box {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between
        }
        .con4left {
            width: 100%;
            margin-bottom: 30px;
        }
        .indexnewbox {
            display: block;
            overflow: hidden;
        }
        .indexnewbox:hover img {
            transform: scale(1.1);
        }
        .indexnewbox img {
            width: 100%;
            transition: var(--main-transition);
        }
        .con4left a {
            display: block;
            font-weight: bold;
            font-size: 16px;
            color: var(--main-color);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin: 15px 0;
        }
        .con4left p {
            font-size: 15px;
            color: var(--main-color-666);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 25px;
        }
        .con4right {
            width: 100%;
            position: relative;
            z-index: 9;
        }
        .con4right ul li {
            display: flex;
            transition: var(--main-transition);
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            background-color: var(--main-color-white);
            margin-bottom: 20px;
            border: 1px solid #dddddd;
            cursor: pointer;
            position: relative;
            z-index: 9;
        }
        .lileft {
            width: 70px;
            height: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-right: 5px;
            border-right: 1px solid #d9d9d9;
        }
        .lileft strong {
            display: block;
            text-align: center;
            color: var(--main-color);
            font-size: 45px;
        }
        .lileft p {
            font-size: 13px;
            color: var(--main-color-555);
        }
        .liright {
            flex: 1;
            padding-left: 10px;
        }
        .liright a {
            transition: var(--main-transition);
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 15px;
            font-weight: bold;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .liright p {
            font-size: 14px;
            color: var(--main-color-666);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con4left:hover a {
            color: var(--main-color);
        }
        .con4right ul li:hover a {
            color: var(--main-color);
        }
        .con4right ul li:hover {
            border: 1px solid var(--main-color);
        }
        .con4right ul li::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 100%;
            background: linear-gradient(to right, rgba(20, 87, 216, 0.2) 0%, rgba(20, 87, 216, 0.2) 100%);
            left: -7px;
            top: 7px;
        }
        .con4right ul li::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 7px;
            background: linear-gradient(to right, rgba(20, 87, 216, 0.2) 0%, rgba(20, 87, 216, 0.2) 100%);
            bottom: -7px;
            left: 0;
        }
        .con3 {
            padding: 30px 15px;
        }
        .con3con {
            margin: 0 auto;
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con3con ul li {
            width: 48%;
            margin-bottom: 20px;
            padding: 15px;
            background-color: var(--main-color-white);
            box-shadow: var(--main-shadow);
        }
        .con3con ul li img {
            width: 100%;
            height: 150px;
            object-fit: contain;
        }
        .con3con ul li p {
            text-align: center;
            font-size: 15px;
            color: var(--main-color-333);
        }
        .more {
            margin: 0 auto;
            width: 130px;
            height: 40px;
            background: #F6F6F7;
            color: var(--main-color);
            border: 1px solid var(--main-color);
            border-radius: 4px 20px 20px 24px;
            text-align: center;
            display: block;
            margin-top: 50px;
            line-height: 40px;
        }
        .con2 {
            padding: 30px 15px;
        }
        .con2con {
            margin: 0 auto;
        }
        .con2tab {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            border-bottom: 1px solid #ebebeb;
        }
        .con2tab span {
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-222);
            font-weight: bold;
            font-size: 15px;
            margin: 0 15px;
        }
        .activ {
            border-bottom: 2px solid var(--main-color);
        }
        .con2fy {
            margin-top: 30px;
            display: none;
        }
        .con2fycon {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column-reverse;
        }
        .con2fyleft {
            width: 100%;
            margin-top: 20px;
        }
        .con2fyleft p {
            font-size: 14px;
            line-height: 30px;
            color: var(--main-color-333);
        }
        .con2fyright {
            width: 100%;
        }
        .con2fyright img {
            border-radius: 10px;
            width: 100%;
        }
        .con1 {
            padding: 30px 15px;
        }
        .con1con {
            margin: 0 auto;
        }
        .contitle {
            margin-bottom: 30px;
        }
        .contitle strong {
            display: block;
            font-size: 25px;
            text-align: center;
            color: var(--main-color-222);
            margin-bottom: 15px;
        }
        .contitle p {
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            color: #717171;
        }
        .con1con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con1con ul li {
            width: 100%;
            margin-bottom: 30px;
        }
        .con1con ul li img {
            width: 40px;
            display: block;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .con1con ul li p {
            font-weight: bold;
            text-align: center;
            color: var(--main-color-222);
            font-size: 16px;
            margin-bottom: 25px;
        }
        .con1con ul li span {
            color: #909090;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            display: block;
            text-align: center;
        }
        .inbanner {
            width: 100%;
            height: 200px;
            background-image: url(../images/inbanner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            margin-top: 60px;
            align-items: center;
            justify-content: center;
        }
        .inbanner strong {
            display: block;
            color: var(--main-color);
            font-size: 25px;
            font-weight: normal;
        }
        .inside {
            margin: 0 auto;
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            border-top: 1px solid #555555;
            background-color: #3b3d40;
            margin-bottom: 60px;
        }
        .copycon {
            text-align: center;
            text-align: center;
            font-size: 13px;
            color: var(--main-color-999);
            margin: 0 auto;
        }
        .copycon a {
            font-size: 13px;
            color: var(--main-color-999);
        }
        .ml_banner {
            width: 100%;
            margin-top: 60px !important;
        }
        .ml_banner img {
            width: 100%;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 10px !important;
            height: 10px !important;
        }
        .bannerbtn {
            width: 40px !important;
            height: 40px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color-white);
            font-size: 25px;
            transition: var(--main-transition);
            background: rgba(0, 0, 0, .7);
            background-image: none !important;
        }
        .pchead {
            display: none;
        }
        .pcnav {
            display: none;
        }
        .ml_mb_arrowChange {
            transform: rotate(90deg);
        }
        .ml_mbnav_3 {
            display: none;
        }
        .ml_mbnav_3_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
            background-color: #efefef;
        }
        .ml_mbnav_3_item&gt;a {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            padding-left: 35px;
        }
        .ml_mb_nav i {
            font-size: 22px !important;
            transition: var(--main-transition);
        }
        .ml_mbnav_2_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
            background-color: #e3e3e3;
        }
        .ml_mbnav_2_item&gt;a {
            display: block;
            height: 40px;
            width: 100%;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            padding-left: 20px;
        }
        .ml_mbnav_2 {
            display: none;
        }
        .ml_mbnav_1_item&gt;a {
            display: block;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            width: 100%;
        }
        .ml_mbnav_1_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
        }
        .ml_mb_nav {
            width: 100%;
            height: calc(100% - 60px);
            position: fixed;
            top: 60px;
            right: -100%;
            background-color: var(--main-color-white);
            z-index: 100;
            border-top: 1px solid #ccc;
            overflow: scroll;
            padding: 20px 0;
            transition: var(--main-transition);
        }
        .mb_navShow {
            right: 0 !important;
        }
        .hb_fadeout {
            opacity: 0 !important;
        }
        .change2 {
            transform: translateY(-10px) rotate(-45deg);
        }
        .change1 {
            transform: translateY(10px) rotate(45deg);
        }
        .hb span {
            display: block;
            width: 30px;
            height: 1px;
            background-color: #000;
            transition: var(--main-transition);
        }
        .hb {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            height: 20px;
            flex-direction: column;
        }
        .ml_mb_logo img {
            height: 45px;
        }
        .ml_mb_head {
            display: flex;
            height: 60px;
            padding: 0 20px;
            background-color: #fff;
            position: fixed;
            top: 0;
            left: 0;
            align-items: center;
            justify-content: space-between;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            width: 100%;
            z-index: 99;
        }
        .ml_pcheader {
            display: none;
        }
    }</pre></body></html>