* {
    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;
}

html {
    overflow-x: hidden;
}

 :root {
    --main-color: #b38d54;
    --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) {
    .colorchange {
        background-color: var(--main-color-white) !important;
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: transparent;
        height: 80px;
    }
    .pcheader {
        width: 100%;
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }
    .pclogo img {
        height: 40px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav>li>a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        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>a:hover {
        color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover .first_a {
        color: var(--main-color);
    }
    .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: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        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;
    }
    .banner_pos {
        width: 1200px;
        margin: 0 auto;
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos h1 {
        font-size: 65px;
        font-weight: 300;
        color: var(--main-color-white);
    }
    .banner_pos p {
        color: #6b6b6b;
        font-size: 20px;
        margin: 20px 0;
    }
    .banner_pos h2 {
        font-size: 40px;
        font-weight: normal;
        color: var(--main-color-white);
    }
    .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;
        margin-top: 80px;
        background-image: url(../images/inbanner.jpg);
        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 {
        max-width: 1630px;
        padding: 10px 65px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .con1 {
        padding: 80px 0;
    }
    .con1con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 40px;
    }
    .con_title strong {
        display: block;
        color: var(--main-color);
        font-weight: 100;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .con_title p {
        color: var(--main-color-666);
        font-size: 14px;
        line-height: 25px;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc((100% - 100px) / 3);
        margin-right: 50px;
        margin-bottom: 20px;
        cursor: pointer;
        box-shadow: var(--main-shadow);
    }
    .con1con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con1con ul li:hover img {
        transform: scale(1.1);
    }
    .con1img {
        overflow: hidden;
    }
    .con1img img {
        width: 100%;
        transition: var(--main-transition);
        max-height: 270px;
        object-fit: cover;
    }
    .con1txt {
        padding: 20px;
    }
    .con1txt p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .con1txt span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-666);
        font-size: 14px;
    }
    .con2 {
        padding: 80px 0;
        background-image: url(../images/bg1.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con2box {
        display: flex;
        justify-content: space-between;
    }
    .con2left {
        width: 49%;
        box-shadow: var(--main-shadow);
    }
    .con2left:hover .c2lbox img {
        transform: scale(1.1);
    }
    .con2left:hover .c2ltxt a {
        color: var(--main-color);
    }
    .con2left:hover .arr {
        margin-left: 20px;
    }
    .c2lbox {
        overflow: hidden;
    }
    .c2lbox img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .c2ltxt {
        padding: 20px;
    }
    .c2ltxt a {
        color: #000;
        font-size: 16px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .c2ltxt span {
        color: var(--main-color-666);
        font-size: 14px;
        margin: 10px 0;
        display: block;
    }
    .c2ltxt p {
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        line-height: 25px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con2right {
        width: 49%;
    }
    .arr {
        width: 25px;
        transition: var(--main-transition);
        margin-top: 20px;
    }
    .c2ritem {
        display: flex;
        cursor: pointer;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: var(--main-color-white);
        padding: 30px;
        margin-bottom: 20px;
        transition: var(--main-transition);
    }
    .c2ritem:hover {
        box-shadow: var(--main-shadow);
    }
    .c2ritem:hover a {
        color: var(--main-color);
    }
    .c2ritem:last-child {
        margin-bottom: 0;
    }
    .c2ritemleft {
        width: 30%;
        overflow: hidden;
    }
    .c2ritemleft img {
        width: 100%;
        transition: var(--main-transition);
    }
    .c2ritemright {
        width: 65%;
    }
    .c2ritemright_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .c2ritemright_top a {
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        width: 70%;
    }
    .c2ritemright_top span {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .c2ritemright_bot p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .c2ritem:hover img {
        transform: scale(1.1);
    }
    .aboutus1 {
        width: 100%;
        padding: 15px;
        padding-bottom: 50px;
    }
    .aboutus1con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .aboutleft {
        width: 48%;
    }
    .aboutright {
        width: 48%;
    }
    .aboutleft strong {
        color: var(--main-color);
        font-size: 20px;
        font-weight: 200;
        display: block;
        margin-bottom: 20px;
    }
    .aboutleft p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .aboutright img {
        width: 100%;
    }
    .aboutus2 {
        padding: 50px 0;
    }
    .aboutus2con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab2item {
        width: 48%;
        background-color: #fff;
        box-shadow: var(--main-shadow);
        padding: 20px;
    }
    .picbox img {
        width: 100%;
    }
    .aboutus3 {
        padding: 50px 0;
        background-color: #fafafa;
    }
    .aboutus3con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .aboutus3con .con_title strong {
        text-align: center;
    }
    .aboutus3con .con_title p {
        text-align: center;
    }
    .aboutus3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus3con ul li {
        width: calc((100% - 120px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .aboutus3con ul li img {
        width: 100%;
    }
    .aboutus3con ul li p {
        height: 50px;
        text-align: center;
        padding: 0 20px;
        line-height: 50px;
        color: var(--main-color-555);
        background-color: var(--main-color-white);
    }
    .aboutus4 {
        width: 100%;
        padding: 50px 0;
        background-color: #f5f5f5;
    }
    .aboutus4con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .timeline {
        margin-top: 50px;
    }
    .timeline ul li {
        padding: 25px;
        border-bottom: 1px solid #f5f5f5;
        background-color: var(--main-color-white);
    }
    .timeline ul li p {
        font-size: 14px;
        color: var(--main-color);
        margin-bottom: 15px;
    }
    .timeline ul li span {
        color: var(--main-color-888);
        font-size: 14px;
    }
    .md_fy {
        display: none;
    }
    .mtab {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mtab span {
        cursor: pointer;
        padding: 5px 15px;
        font-size: 14px;
        margin: 0 15px;
    }
    .mtab span:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .choo {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .md_fycon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .md_fycon .mendian1right {
        width: 49%;
        margin-bottom: 30px;
        background-color: #fff;
        padding: 30px;
    }
    .aboutus4con .con_title strong {
        text-align: center;
    }
    .aboutus4con .con_title p {
        text-align: center;
        display: block;
    }
    .aboutus2con .con_title p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 996px) {
    .banner_pos {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .banner_pos h1 {
        font-size: 35px;
        font-weight: 300;
        color: var(--main-color);
    }
    .banner_pos p {
        color: #6b6b6b;
        font-size: 14px;
        margin: 10px 0;
    }
    .banner_pos h2 {
        font-size: 25px;
        font-weight: normal;
        color: var(--main-color);
    }
    .mtab {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mtab span {
        cursor: pointer;
        padding: 5px 15px;
        font-size: 14px;
        margin: 0 15px;
    }
    .mtab span:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .choo {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .md_fycon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .md_fycon .mendian1right {
        width: 100%;
        margin-bottom: 30px;
        background-color: #fff;
        padding: 30px;
    }
    .md_fy {
        display: none;
    }
    .aboutus4 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f5f5f5;
    }
    .aboutus4con {
        margin: 0 auto;
    }
    .timeline {
        margin-top: 20px;
    }
    .timeline ul li {
        padding: 15px;
        border-bottom: 1px solid #f5f5f5;
        background-color: var(--main-color-white);
    }
    .timeline ul li p {
        font-size: 14px;
        color: var(--main-color);
        margin-bottom: 15px;
    }
    .timeline ul li span {
        color: var(--main-color-888);
        font-size: 14px;
    }
    .aboutus3 {
        padding: 30px 15px;
        background-color: #fafafa;
    }
    .aboutus3con .con_title strong {
        text-align: center;
    }
    .aboutus3con .con_title p {
        text-align: center;
    }
    .aboutus3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus3con ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .aboutus3con ul li img {
        width: 100%;
    }
    .aboutus3con ul li p {
        height: 40px;
        text-align: center;
        padding: 0 10px;
        font-size: 14px;
        line-height: 40px;
        color: var(--main-color-555);
        background-color: var(--main-color-white);
    }
    .aboutus2 {
        padding: 30px 15px;
    }
    .aboutus2con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab2item {
        width: 100%;
        margin-bottom: 20px;
        background-color: #fff;
        box-shadow: var(--main-shadow);
        padding: 15px;
    }
    .picbox img {
        width: 100%;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus1con {
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .aboutleft {
        width: 100%;
        margin-top: 20px;
    }
    .aboutright {
        width: 100%;
    }
    .aboutleft strong {
        color: var(--main-color);
        font-size: 18px;
        font-weight: 200;
        display: block;
        margin-bottom: 10px;
    }
    .aboutleft p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .aboutright img {
        width: 100%;
    }
    .con2 {
        padding: 30px 15px;
        background-image: url(../images/bg1.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 100%;
        box-shadow: var(--main-shadow);
    }
    .c2lbox {
        overflow: hidden;
    }
    .c2lbox img {
        width: 100%;
    }
    .c2ltxt {
        padding: 15px;
    }
    .c2ltxt a {
        color: #000;
        font-size: 14px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .c2ltxt span {
        color: var(--main-color-666);
        font-size: 12px;
        margin: 5px 0;
        display: block;
    }
    .c2ltxt p {
        color: var(--main-color-666);
        font-size: 12px;
        width: 100%;
        overflow: hidden;
        line-height: 25px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con2right {
        width: 100%;
        margin-top: 30px;
    }
    .arr {
        width: 25px;
        transition: var(--main-transition);
        margin-top: 10px;
    }
    .c2ritem {
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
        justify-content: space-between;
        background-color: var(--main-color-white);
        padding: 10px;
        margin-bottom: 20px;
        transition: var(--main-transition);
    }
    .c2ritem:last-child {
        margin-bottom: 0;
    }
    .c2ritemleft {
        width: 100%;
        overflow: hidden;
    }
    .c2ritemleft img {
        width: 100%;
        transition: var(--main-transition);
    }
    .c2ritemright {
        margin-top: 20px;
        width: 100%;
    }
    .c2ritemright_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .c2ritemright_top a {
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 14px;
        width: 100%;
    }
    .c2ritemright_top span {
        font-size: 14px;
        display: block;
        width: 100%;
        color: var(--main-color-666);
    }
    .c2ritemright_bot p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con_title {
        margin-bottom: 20px;
    }
    .con_title strong {
        display: block;
        color: var(--main-color);
        font-weight: 100;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .con_title p {
        color: var(--main-color-666);
        font-size: 12px;
        line-height: 25px;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: 100%;
        margin-bottom: 20px;
        cursor: pointer;
        box-shadow: var(--main-shadow);
    }
    .con1img {
        overflow: hidden;
    }
    .con1img img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con1txt {
        padding: 15px;
    }
    .con1txt p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .con1txt span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-666);
        font-size: 14px;
    }
    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.jpg);
        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);
        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-666);
        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-white);
        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;
    }
}