        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            font-family: ' ';
        }
        
        ul li {
            list-style: none;
        }
        
        a {
            text-decoration: none;
        }
        
        a:hover {
            text-decoration: none;
        }
        
        img {
            vertical-align: top;
            outline-width: 0ch;
        }
        
        body {
            overflow-x: hidden;
        }
        
         :root {
            --main-color: #7aa34e;
            --main-color1: #eb6100;
            --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;
                background-color: transparent;
                height: 100px;
                transition: var(--main-transition);
            }
            .change_head {
                background: rgba(140, 140, 140, 0.7);
            }
            .pcheader {
                width: 100%;
                max-width: 1570px;
                padding: 0 65px;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: space-between;
                height: 100px;
            }
            .pclogo img {
                height: 60px;
            }
            .pcnav {
                display: flex;
                align-items: center;
                position: relative;
                z-index: 99;
            }
            .pcnav>li {
                position: relative;
                transition: var(--main-transition);
            }
            .pcnav>li:hover {
                color: var(--main-color);
            }
                .pcnav > li > a {
                    display: block;
                    font-weight: bold;
                    height: 100px;
                    line-height: 100px;
                    font-size: 15px;
                    transition: var(--main-transition);
                    color: var(--main-color-white);
                    padding: 0 20px;
                }
            .pc_sec_nav {
                position: absolute;
                top: 100%;
                left: 0;
                width: 150px;
                background-color: var(--main-color-white);
                opacity: 0;
                visibility: hidden;
                transition: var(--main-transition);
            }
            .pc_sec_item a {
                color: var(--main-color-666);
                font-size: 14px;
                display: block;
                padding: 10px 20px;
                transition: var(--main-transition);
            }
            .pcnav>li:hover .first_a {
                color: var(--main-color);
            }
            .pcnav>li>a:hover {
                color: var(--main-color);
            }
            .pc_sec_item .second_a:hover {
                color: var(--main-color-white) !important;
                background-color: var(--main-color-white) !important;
            }
            .pcnav li:hover .pc_sec_nav {
                opacity: 1 !important;
                visibility: visible !important;
            }
            .pc_sec_item:hover .pc_third_nav {
                opacity: 1 !important;
                visibility: visible !important;
            }
            .pc_sec_item:hover .second_a {
                color: var(--main-color-white) !important;
                background-color: var(--main-color) !important;
            }
            .third_a:hover {
                color: var(--main-color-white) !important;
                background-color: var(--main-color) !important;
            }
            .pc_sec_item {
                position: relative;
            }
            .pc_third_nav {
                position: absolute;
                left: 100%;
                top: 0;
                z-index: 998;
                width: 150px;
                opacity: 0;
                visibility: hidden;
                transition: var(--main-transition);
            }
            .third_a {
                color: var(--main-color-666);
                background-color: var(--main-color-white);
            }
            .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;
                background-color: var(--main-color);
                background-color: #eeeff2;
            }
            .copycon {
                text-align: center;
                max-width: 1200px;
                text-align: center;
                font-size: 14px;
                color: var(--main-color-666);
                margin: 0 auto;
            }
            .copycon a {
                font-size: 14px;
                color: var(--main-color-666);
            }
            .inbanner {
                width: 100%;
                height: 300px;
                background-image: url(../images/inbanner.webp);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .inbanner strong {
                display: block;
                font-size: 30px;
                color: var(--main-color-white);
                font-weight: normal;
            }
            .inside {
                padding: 10px 65px;
                max-width: 1570px;
                margin: 0 auto;
            }
            .inside p {
                font-size: 14px;
                color: var(--main-color-333);
            }
            .banner_pos {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                padding: 0 11vw;
            }
            .banner_pos h1 {
                font-size: 60px;
                font-weight: normal;
                color: var(--main-color-white);
            }
            .banner_pos p {
                font-size: 24px;
                color: var(--main-color-white);
                margin-top: 30px;
            }
            .banner_pos a {
                margin-top: 65px;
                color: var(--main-color-white);
                width: 155px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                border: 1px solid var(--main-color-white);
                font-size: 15px;
            }
            .con1 {
                padding: 80px 0;
                background-image: url(../images/bg1.webp);
                background-repeat: no-repeat;
                background-size: cover;
            }
            .con1con {
                max-width: 1570px;
                margin: 0 auto;
                padding: 0 65px;
            }
            .con_title {
                margin-bottom: 12px;
            }
            .con_title strong {
                display: block;
                text-align: center;
                color: var(--main-color-333);
                font-size: 26px;
                font-weight: normal;
                margin-bottom: 20px;
            }
            .con_title p {
                text-align: center;
                color: #777;
                font-size: 14px;
            }
            .con1con ul {
                display: flex;
                flex-wrap: wrap;
            }
            .con1con ul li:hover img {
                transform: scale(1.1);
            }
            .con1con ul li {
                width: calc((100% - 80px) / 3);
                margin-right: 40px;
                margin-bottom: 40px;
            }
            .con1con ul li:nth-child(3n) {
                margin-right: 0;
            }
            .con1img {
                overflow: hidden;
            }
            .con1img img {
                transition: var(--main-transition);
                width: 100%;
                height: 290px;
                object-fit: cover;
            }
            .con1txt {
                width: 90%;
                margin: 0 auto;
                box-shadow: var(--main-shadow);
                background-color: var(--main-color-white);
                padding: 40px;
                margin-top: -40px;
                position: relative;
                z-index: 10;
            }
            .con1txt p {
                text-align: center;
                font-size: 16px;
                color: #444;
                margin-bottom: 20px;
            }
            .con1txt span {
                font-size: 14px;
                color: var(--main-color-666);
                text-align: center;
                line-height: 30px;
                display: block;
                margin-bottom: 20px;
            }
            .con1txt a:hover {
                color: var(--main-color-white);
                background-color: var(--main-color);
            }
            .con1txt a {
                display: block;
                text-align: center;
                color: var(--main-color);
                border: 1px solid var(--main-color);
                width: 140px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 14px;
                margin: 0 auto;
                transition: var(--main-transition);
            }
            .more {
                display: block;
                margin: 0 auto;
                margin-top: 30px;
                width: 140px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                border: 1px solid var(--main-color);
                color: var(--main-color);
                font-size: 14px;
                transition: var(--main-transition);
            }
            .more:hover {
                color: var(--main-color-white);
                background-color: var(--main-color);
            }
            .con2 {
                width: 100%;
                padding: 80px 0;
            }
            .con2con {
                max-width: 1570px;
                margin: 0 auto;
                padding: 0 65px;
            }
            .con2con ul {
                display: flex;
                flex-wrap: wrap;
            }
            .con2con ul li {
                width: calc((100% - 90px) / 4);
                margin-right: 30px;
                cursor: pointer;
                margin-bottom: 30px;
            }
            .con2con ul li:nth-child(4n) {
                margin-right: 0;
            }
            .con2con ul li:hover img {
                transform: scale(1.1);
            }
            .con2img {
                overflow: hidden;
            }
            .con2img img {
                width: 100%;
                transition: var(--main-transition);
                height: 230px;
                object-fit: cover;
            }
            .con2con ul li:hover p {
                color: var(--main-color);
            }
            .con2con ul li p {
                text-align: center;
                color: var(--main-color-666);
                font-size: 15px;
                margin-top: 15px;
            }
            .con3 {
                padding: 100px 0;
                background-image: url(../images/bg2.png);
                background-repeat: no-repeat;
                background-size: cover;
                padding-bottom: 240px;
            }
            .con3con {
                max-width: 1570px;
                padding: 0 65px;
                margin: 0 auto;
            }
            .con3con .more {
                background-color: var(--main-color);
                color: var(--main-color-white);
            }
            .con3_p {
                color: var(--main-color-666);
                font-size: 14px;
                line-height: 30px;
                text-align: center;
            }
            .con4 {
                max-width: 1570px;
                padding: 0 65px;
                margin: 0 auto;
                margin-top: -8%;
            }
            .con4con {
                width: 100%;
                padding: 60px;
                box-shadow: var(--main-shadow);
                border: 1px solid var(--main-color);
                background-color: var(--main-color-white);
                position: relative;
            }
            .con4con ul {
                display: flex;
                flex-wrap: wrap;
            }
            .con4con ul li {
                width: calc(100% / 5);
                padding: 0 50px;
                text-align: center;
            }
            .con4con ul li:hover img {
                transform: rotateY(180deg);
            }
            .con4con ul li img {
                width: 70px;
                height: 70px;
                transition: var(--main-transition);
                object-fit: contain;
            }
            .con4con ul li p {
                font-size: 16px;
                color: #444;
                text-align: center;
                margin: 20px 0;
            }
            .con4con ul li span {
                color: #777;
                font-size: 14px;
                display: block;
                text-align: center;
                line-height: 35px;
            }
            .con5 {
                padding: 80px 0;
            }
            .con5con {
                max-width: 1570px;
                padding: 0 65px;
                margin: 0 auto;
            }
            .mySwiper_part {
                width: 100%;
                padding-bottom: 50px !important;
            }
            .mySwiper_part .swiper-slide {
                padding: 10px;
                border: 1px solid #efefef;
            }
            .mySwiper_part img {
                width: 100%;
                height: 230px;
                object-fit: contain;
            }
            .part_page .swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                background-color: var(--main-color);
            }
            .con6 {
                padding: 80px 0;
                background-color: #fafafa;
            }
            .con6con {
                max-width: 1570px;
                padding: 0 65px;
                margin: 0 auto;
            }
            .con6con ul {
                display: flex;
                flex-wrap: wrap;
            }
            .con6con ul li {
                width: calc((100% - 90px) / 4);
                margin-right: 30px;
                margin-bottom: 30px;
            }
            .con6con ul li:nth-child(4n) {
                margin-right: 0;
            }
            .con6con ul li img {
                width: 100%;
            }
            .con6con ul li p {
                height: 60px;
                background-color: var(--main-color-white);
                text-align: center;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                line-height: 60px;
                -webkit-line-clamp: 1;
                padding: 0 20px;
                color: #444;
                font-size: 16px;
            }
            .con7 {
                padding: 80px 0;
            }
            .con7con {
                max-width: 1570px;
                padding: 0 65px;
                margin: 0 auto;
            }
            .con7con ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .con7con ul li {
                width: 48%;
                padding: 30px 0;
                border-bottom: 1px solid #f0f0f0;
            }
            .con7con ul li {
                display: flex;
                cursor: pointer;
                justify-content: space-between;
            }
            .con7con ul li:hover a {
                color: var(--main-color);
            }
            .li_left {
                width: 30%;
            }
            .li_left img {
                width: 100%;
                object-fit: cover;
                height: 130px;
            }
            .li_right {
                flex: 1;
                padding-left: 25px;
            }
            .li_right a {
                display: block;
                font-size: 16px;
                color: var(--main-color-333);
            }
            .li_right p {
                font-size: 14px;
                color: var(--main-color-666);
                line-height: 25px;
                margin: 15px 0;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }
            .li_right span {
                font-size: 14px;
                color: var(--main-color-666);
            }
            .foot {
                padding: 50px 0;
                background-color: #1e1e1e;
            }
            .footer {
                max-width: 1570px;
                padding: 0 65px;
                margin: 0 auto;
            }
            .foot1 {
                margin-bottom: 30px;
            }
            .foot1 a img {
                width: 150px;
                display: block;
                margin: 0 auto;
            }
            .foot2 {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                padding-bottom: 25px;
                border-bottom: 1px solid #4a4a4a;
                justify-content: center;
            }
            .foot2 a {
                display: block;
                color: var(--main-color-999);
                font-size: 14px;
                margin: 0 20px;
            }
            .foot3 {
                padding-top: 40px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .foot3 span {
                color: var(--main-color-999);
                font-size: 15px;
            }
            .aboutus1 {
                padding: 15px 0;
            }
            .ab1box {
                margin-top: 40px;
            }
            .ab1box ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .ab1box ul li {
                width: 48%;
            }
            .ab1box ul li img {
                width: 100%;
            }
            .ab1box ul li p {
                font-size: 14px;
                margin-top: 15px;
                text-align: center;
                color: var(--main-color-666);
            }
            .aboutus2 {
                margin-top: 0 !important;
                padding: 80px 0;
            }
        }
        
        @media only screen and (max-width: 996px) {
            .ab1box {
                margin-top: 40px;
            }
            .ab1box ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .ab1box ul li {
                width: 100%;
                margin-bottom: 30px;
            }
            .ab1box ul li img {
                width: 100%;
            }
            .ab1box ul li p {
                font-size: 14px;
                margin-top: 15px;
                text-align: center;
                color: var(--main-color-666);
            }
            .aboutus2 {
                margin-top: 0 !important;
                padding: 80px 0;
            }
            .foot {
                padding: 30px 15px;
                background-color: #1e1e1e;
            }
            .foot1 {
                margin-bottom: 30px;
            }
            .foot1 a img {
                width: 150px;
                display: block;
                margin: 0 auto;
            }
            .foot2 {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                padding-bottom: 25px;
                border-bottom: 1px solid #4a4a4a;
            }
            .foot2 a {
                display: block;
                color: var(--main-color-999);
                font-size: 14px;
                margin-right: 20px;
                margin-bottom: 10px;
            }
            .foot3 {
                padding-top: 20px;
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .foot3 span {
                color: var(--main-color-999);
                font-size: 15px;
                margin-bottom: 10px;
                display: block;
                width: 100%;
            }
            .con7 {
                padding: 30px 15px;
            }
            .con7con ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .con7con ul li {
                width: 100%;
                padding: 20px 0;
                border-bottom: 1px solid #f0f0f0;
            }
            .con7con ul li {
                display: flex;
                cursor: pointer;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .li_left {
                width: 100%;
                margin-bottom: 15px;
            }
            .li_left img {
                width: 100%;
            }
            .li_right {
                width: 100%;
            }
            .li_right a {
                display: block;
                font-size: 16px;
                color: var(--main-color-333);
            }
            .li_right p {
                font-size: 14px;
                color: var(--main-color-666);
                line-height: 25px;
                margin: 10px 0;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }
            .li_right span {
                font-size: 14px;
                color: var(--main-color-666);
            }
            .con6 {
                padding: 30px 15px;
                background-color: #fafafa;
            }
            .con6con ul {
                justify-content: space-between;
                display: flex;
                flex-wrap: wrap;
            }
            .con6con ul li {
                width: 48%;
                margin-bottom: 30px;
            }
            .con6con ul li:nth-child(4n) {
                margin-right: 0;
            }
            .con6con ul li img {
                width: 100%;
            }
            .con6con ul li p {
                height: 40px;
                background-color: var(--main-color-white);
                text-align: center;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                line-height: 40px;
                -webkit-line-clamp: 1;
                padding: 0 15px;
                color: #444;
                font-size: 14px;
            }
            .con5 {
                padding: 30px 15px;
            }
            .mySwiper_part {
                width: 100%;
                padding-bottom: 50px !important;
            }
            .mySwiper_part .swiper-slide {
                padding: 5px;
                border: 1px solid #efefef;
            }
            .mySwiper_part img {
                width: 100%;
            }
            .part_page .swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                background-color: var(--main-color);
            }
            .con3 {
                padding: 30px 15px;
                background-image: url(../images/bg2.png);
                background-repeat: no-repeat;
                background-size: cover;
            }
            .con3con .more {
                background-color: var(--main-color);
                color: var(--main-color-white);
            }
            .con3_p {
                color: var(--main-color-666);
                font-size: 14px;
                line-height: 30px;
                text-align: center;
            }
            .con4 {
                padding: 30px 15px;
            }
            .con4con {
                width: 100%;
                padding: 15px;
                box-shadow: var(--main-shadow);
                border: 1px solid var(--main-color);
                background-color: var(--main-color-white);
                position: relative;
            }
            .con4con ul {
                display: flex;
                flex-wrap: wrap;
            }
            .con4con ul li {
                width: 100%;
                padding: 0 20px;
                margin-bottom: 30px;
                text-align: center;
            }
            .con4con ul li:hover img {
                transform: rotateY(180deg);
            }
            .con4con ul li img {
                width: 45px;
                height: 45px;
                transition: var(--main-transition);
                object-fit: contain;
            }
            .con4con ul li p {
                font-size: 16px;
                color: #444;
                text-align: center;
                margin: 10px 0;
            }
            .con4con ul li span {
                color: #777;
                font-size: 14px;
                display: block;
                text-align: center;
                line-height: 35px;
            }
            .con2 {
                width: 100%;
                padding: 30px 15px;
            }
            .con2con ul {
                display: flex;
                flex-wrap: wrap;
            }
            .con2con ul li {
                width: 100%;
                cursor: pointer;
                margin-bottom: 25px;
            }
            .con2img {
                overflow: hidden;
            }
            .con2img img {
                width: 100%;
                transition: var(--main-transition);
                object-fit: cover;
            }
            .con2con ul li:hover p {
                color: var(--main-color);
            }
            .con2con ul li p {
                text-align: center;
                color: var(--main-color-666);
                font-size: 15px;
                margin-top: 15px;
            }
            .con1 {
                padding: 30px 15px;
                background-image: url(../images/bg1.webp);
                background-repeat: no-repeat;
                background-size: cover;
            }
            .con_title {
                margin-bottom: 25px;
            }
            .con_title strong {
                display: block;
                text-align: center;
                color: var(--main-color-333);
                font-size: 20px;
                font-weight: normal;
                margin-bottom: 10px;
            }
            .con_title p {
                text-align: center;
                color: #777;
                font-size: 14px;
            }
            .con1con ul {
                display: flex;
                flex-wrap: wrap;
            }
            .con1con ul li {
                width: 100%;
                margin-bottom: 20px;
            }
            .con1img {
                overflow: hidden;
            }
            .con1img img {
                transition: var(--main-transition);
                width: 100%;
                object-fit: cover;
            }
            .con1txt {
                width: 100%;
                margin: 0 auto;
                box-shadow: var(--main-shadow);
                background-color: var(--main-color-white);
                padding: 20px;
            }
            .con1txt p {
                text-align: center;
                font-size: 16px;
                color: #444;
                margin-bottom: 10px;
            }
            .con1txt span {
                font-size: 14px;
                color: var(--main-color-666);
                text-align: center;
                line-height: 25px;
                display: block;
                margin-bottom: 10px;
            }
            .con1txt a:hover {
                color: var(--main-color-white);
                background-color: var(--main-color);
            }
            .con1txt a {
                display: block;
                text-align: center;
                color: var(--main-color);
                border: 1px solid var(--main-color);
                width: 140px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 14px;
                margin: 0 auto;
                transition: var(--main-transition);
            }
            .more {
                display: block;
                margin: 0 auto;
                margin-top: 30px;
                width: 120px;
                height: 35px;
                text-align: center;
                line-height: 35px;
                border: 1px solid var(--main-color);
                color: var(--main-color-white);
                background-color: var(--main-color);
                font-size: 13px;
                transition: var(--main-transition);
            }
            html {
                overflow-x: hidden;
            }
            .inside {
                padding: 30px 15px;
                padding-top: 10px;
                margin: 0 auto;
            }
            .inside p {
                font-size: 14px;
                color: var(--main-color-333);
            }
            .inbanner {
                width: 100%;
                height: 150px;
                margin-top: 60px;
                background-image: url(../images/inbanner.webp);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .inbanner strong {
                display: block;
                font-size: 25px;
                color: var(--main-color-white);
                font-weight: normal;
            }
            .copy {
                width: 100%;
                text-align: center;
                padding: 15px;
                background-color: var(--main-color);
                margin-bottom: 60px;
            }
            .copycon {
                text-align: center;
                text-align: center;
                font-size: 13px;
                color: var(--main-color-white);
                margin: 0 auto;
            }
            .copycon a {
                font-size: 13px;
                color: var(--main-color-white);
            }
            .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>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>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>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: var(--main-color-white);
                transition: var(--main-transition);
            }
            .hb {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                height: 20px;
                flex-direction: column;
            }
            .ml_mb_logo img {
                width: 120px;
            }
            .ml_mb_head {
                display: flex;
                height: 60px;
                padding: 0 20px;
                background-color: var(--main-color);
                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;
            }
        }