    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: 'microsoft yahei';
    }
    
    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: #c79e68;
        --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: 85px;
            background: rgba(255, 255, 255, .8);
        }
        .pcheader {
            max-width: 1300px;
            margin: 0 auto;
            transition: var(--main-transition);
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 85px;
        }
        .head_Right {
            display: flex;
            align-items: center;
        }
        .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 .first_a {
            color: var(--main-color-white);
            background-color: var(--main-color);
        }
        .pcnav>li>a {
            display: block;
            height: 85px;
            line-height: 85px;
            font-size: 15px;
            transition: var(--main-transition);
            color: var(--main-color-333);
            padding: 0 20px;
        }
        .pc_sec_nav {
            position: absolute;
            top: 120%;
            left: 0;
            width: 150px;
            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;
            display: block;
            padding: 10px 30px;
            transition: var(--main-transition);
        }
        .pcnav li:hover .pc_sec_nav {
            top: 100% !important;
            opacity: 1 !important;
            background-color: #fff;
            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: 150px;
            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: 1300px;
            margin: 0 auto;
            padding: 15px 0;
        }
        .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 {
            width: 100%;
            padding-top: 30px;
        }
        .con1con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con1con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con1con ul li {
            flex: 1;
            margin: 0 10px;
            padding: 15px;
            cursor: pointer;
            background-color: var(--main-color-white);
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 5px;
            border: 1px solid #dedede;
            transition: var(--main-transition);
        }
        .con1con ul li:hover {
            transform: translateY(-10px);
            box-shadow: 0px 0px 10px #C9C9C9;
        }
        .con1con ul li img {
            width: 40px;
        }
        .con1liright {
            flex: 1;
            padding-left: 20px;
        }
        .con1liright p {
            font-size: 18px;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .con1liright span {
            font-size: 12px;
            display: block;
            color: var(--main-color-333);
        }
        .con2 {
            width: 100%;
            padding: 80px 0;
        }
        .con2con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .contitle {
            margin-bottom: 30px;
        }
        .contitle strong {
            display: block;
            text-align: center;
            color: var(--main-color-222);
            font-size: 34px;
            font-weight: normal;
            margin-bottom: 5px;
        }
        .contitle p {
            font-size: 15px;
            color: var(--main-color-222);
            text-align: center;
        }
        .con2box {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .con2left {
            width: 70%;
        }
        .con2left img {
            width: 100%;
        }
        .con2right {
            width: 26%;
        }
        .con2right .calc {
            width: 100%;
            height: 60px;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            justify-content: center;
            background-color: #373737;
            font-size: 16px;
            color: var(--main-color-white);
            margin-bottom: 20px;
        }
        .con2right input {
            width: 100%;
            display: block;
            height: 45px;
            outline: none;
            border: 1px solid #eeeeee;
            margin-bottom: 20px;
            border-radius: 5px;
            padding-left: 15px;
            transition: var(--main-transition);
        }
        .con2right input:focus {
            border: 1px solid var(--main-color);
            box-shadow: var(--main-shadow);
        }
        .con2cz {
            display: flex;
            justify-content: space-between;
        }
        .con2cz a {
            display: block;
            width: 48%;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border-radius: 5px;
            color: var(--main-color-white);
            font-size: 14px;
            margin-bottom: 20px;
        }
        .personal {
            background-color: var(--main-color);
        }
        .tophone {
            background-color: #919191;
        }
        .tips {
            font-size: 12px;
            color: #686868;
        }
        .con3 {
            width: 100%;
            padding: 80px 0;
        }
        .con3con {
            width: 100%;
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con3con ul li {
            width: calc(100% / 3);
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }
        .con3con ul li img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .con3pos {
            position: absolute;
            width: 100%;
            height: 100%;
            transition: var(--main-transition);
            top: 0;
            left: 0;
            z-index: 20;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, .1);
        }
        .con3con ul li:hover .con3pos {
            background: rgba(0, 0, 0, .7);
        }
        .con3con ul li:hover img {
            transform: scale(1.1);
        }
        .i_box {
            display: flex;
            color: var(--main-color-white);
            width: 60px;
            height: 60px;
            align-items: center;
            font-size: 40px;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid var(--main-color-white);
        }
        .con3pos p {
            font-size: 32px;
            color: var(--main-color-white);
            text-align: center;
            margin: 15px 0;
        }
        .con3pos span {
            font-size: 20px;
            display: block;
            color: var(--main-color-white);
            text-align: center;
        }
        .more {
            display: block;
            width: 520px;
            height: 50px;
            margin: 0px auto;
            margin-top: 30px;
            border: 1px solid #e5e5e5;
            color: #373737;
            font-size: 14px;
            text-align: center;
            line-height: 50px;
            border-radius: 5px;
            transition: var(--main-transition);
        }
        .more:hover {
            color: var(--main-color-white);
            background-color: var(--main-color);
        }
        .con4 {
            padding: 80px 0;
            width: 100%;
            background-image: url(../images/bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        .con4con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con4con .contitle {
            margin-bottom: 80px;
        }
        .con4con .contitle strong {
            color: var(--main-color-white);
        }
        .con4con .contitle p {
            color: var(--main-color-white);
        }
        .teamswiper {
            padding-bottom: 80px !important;
        }
        .slidebox {
            width: 650px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .slideleft {
            width: 48%;
        }
        .slideleft img {
            width: 100%;
        }
        .slideright {
            flex: 1;
            padding: 20px 20px 0 60px;
        }
        .slideright h2 {
            color: var(--main-color);
            font-size: 56px;
            font-weight: normal;
        }
        .slideright h3 {
            font-size: 30px;
            color: #fff;
            margin: 20px 0 10px;
            font-weight: normal;
        }
        .tags {
            padding: 5px 15px;
            background-color: var(--main-color);
            font-size: 14px;
            color: var(--main-color-white);
            display: inline-block;
            margin-bottom: 25px;
        }
        .slideright p {
            font-size: 14px;
            color: var(--main-color-white);
        }
        .slideright p span {
            color: var(--main-color);
            display: block;
            margin-top: 10px;
        }
        .yuyue {
            display: block;
            margin-top: 20px;
            width: 150px;
            transition: var(--main-transition);
            height: 48px;
            color: var(--main-color-white);
            border: 1px solid #919191;
            border-radius: 5px;
            text-align: center;
            line-height: 48px;
            font-size: 14px;
        }
        .yuyue:hover {
            background-color: var(--main-color);
            border: 1px solid var(--main-color);
        }
        .teampage .swiper-pagination-bullet {
            width: 30px;
            height: 4px;
            background-color: var(--main-color);
            border-radius: 0 !important;
        }
        .teambtnleft {
            color: var(--main-color);
            font-size: 50px;
            left: 0px !important;
            width: 145px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 340px !important;
            top: 21% !important;
            background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1)) !important;
        }
        .teambtnright {
            color: var(--main-color);
            font-size: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color);
            font-size: 50px;
            right: 0px !important;
            width: 145px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 340px !important;
            top: 21% !important;
            background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1)) !important;
        }
        .con5 {
            padding: 80px 0;
        }
        .con5con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            width: calc((100% - 60px) / 4);
            margin-right: 20px;
            margin-bottom: 20px;
            position: relative;
        }
        .con5con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .con5con ul li img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .con5con ul li p {
            position: absolute;
            width: 100%;
            height: 30px;
            padding-left: 15px;
            width: 100%;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 14px;
            color: var(--main-color-white);
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, .8);
        }
        .con6 {
            width: 100%;
            padding: 80px 0;
        }
        .con6con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con6box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con6left {
            width: 48%;
        }
        .leftitem {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .leftitem:hover strong {
            color: var(--main-color);
        }
        .li_img {
            width: 30%;
        }
        .li_img img {
            width: 100%;
            height: 110px;
            object-fit: cover;
        }
        .li_right {
            flex: 1;
            padding-left: 15px;
        }
        .li_right strong {
            color: var(--main-color-222);
            font-size: 16px;
            display: block;
            margin-bottom: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .li_right span {
            color: var(--main-color-999);
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
        }
        .li_right p {
            color: var(--main-color-999);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            font-size: 14px;
        }
        .con6right {
            width: 48%;
        }
        .rightitem {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px dashed #efefef
        }
        .rightitem a {
            display: block;
            width: 75%;
            color: var(--main-color-222);
            font-size: 16px;
        }
        .rightitem a:hover {
            color: var(--main-color);
        }
        .rightitem span {
            color: var(--main-color-999);
            font-size: 14px;
        }
        .con7 {
            width: 100%;
            padding: 80px 0;
        }
        .con7con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con7con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con7con ul li {
            width: 160px;
            height: 70px;
            border: 1px solid #e5e5e5;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .con7con ul li img {
            width: 35px;
        }
        .con7con ul li p {
            padding-left: 10px;
            font-size: 15px;
            color: var(--main-color-666);
        }
        .foot {
            padding: 30px 0;
            background-image: url(../images/footbg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .footer {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .footerleft {
            flex: 1;
            padding-right: 30px;
        }
        .footerright {
            width: 100px;
        }
        .footerright img {
            width: 100px;
            height: 100px;
            border-radius: 10px;
        }
        .footerright p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            padding: 10px 0;
            text-align: center;
        }
        .footerleft ul {
            display: flex;
            flex-wrap: wrap;
        }
        .footerleft ul li {
            margin-right: 80px;
            margin-bottom: 30px;
        }
        .f_a {
            color: var(--main-color-white);
            font-size: 13px;
            display: block;
            margin-bottom: 10px;
        }
        .s_a {
            color: var(--main-color-888);
            font-size: 13px;
            display: block;
            margin-bottom: 10px;
        }
        .s_a:hover {
            color: var(--main-color-white);
        }
        .calculate {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background-color: var(--main-color);
            position: fixed;
            bottom: 45%;
            left: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
            cursor: pointer;
            flex-direction: column;
            box-shadow: var(--main-shadow);
            animation: alternate-reverse breath 1s infinite;
        }
        .calculate img {
            width: 40px;
        }
        .calculate p {
            color: var(--main-color-white);
            font-size: 14px;
        }
        @keyframes breath {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }
        .cover_calc {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            right: 0;
            z-index: 999;
            background: rgba(0, 0, 0, .7);
            display: none;
        }
        .calccon {
            width: 30%;
            height: 100%;
            position: fixed;
            top: 0;
            left: -30%;
            z-index: 999;
            background-color: #fff;
            display: flex;
            padding: 0 40px;
            justify-content: center;
            flex-direction: column;
            transition: var(--main-transition);
        }
        .showcalc {
            left: 0 !important;
        }
        .close {
            position: absolute;
            width: 40px;
            height: 40px;
            cursor: pointer;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            right: 0;
            background-color: var(--main-color);
        }
        .calccon h3 {
            color: var(--main-color-333);
            font-size: 30px;
            font-weight: normal;
            text-align: center;
            margin-bottom: 20px;
        }
        .for_ite {
            margin-bottom: 25px;
        }
        .for_ite p {
            font-size: 15px;
            margin-bottom: 10px;
            color: #5c5c5c;
        }
        .for_ite p em {
            color: var(--main-color1);
        }
        .for_ite input {
            width: 100%;
            height: 40px;
            padding-left: 15px;
            outline: none;
            transition: var(--main-transition);
            border-radius: 5px;
            border: none;
            border: 1px solid #efefef;
        }
        .for_ite input:focus {
            border: 1px solid var(--main-color);
        }
        .selectgroup select {
            margin-bottom: 15px;
            display: block;
            border-radius: 5px;
            height: 40px;
            border: none;
            padding-left: 15px;
            outline: none;
            border: 1px solid #efefef;
        }
        .selectgroup select:focus {
            border: 1px solid var(--main-color);
        }
        .selectgroup {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .selectgroup .s_select {
            width: 31%;
        }
        .selectgroup .l_select {
            width: 48%;
        }
        .start_calc {
            width: 100px;
            position: relative;
            height: 100px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 5px solid #e5e5e5;
            font-size: 15px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            cursor: pointer;
            margin: 0 auto;
        }
        .start_calc::before {
            content: '';
            width: 200px;
            height: 1px;
            background-color: #e6e6e6;
            left: -200px;
            position: absolute;
        }
        .start_calc::after {
            content: '';
            width: 200px;
            height: 1px;
            background-color: #e6e6e6;
            right: -200px;
            position: absolute;
        }
        .filter {
            padding: 15px;
            max-width: 1300px;
            margin: 0 auto;
        }
        .filteritem {
            display: flex;
            padding: 10px 0;
            justify-content: space-between;
            border-bottom: 1px solid #f1f1f1;
        }
        .filteritem span {
            display: block;
            color: var(--main-color-333);
            font-size: 14px;
            margin-right: 45px;
        }
        .filter_item {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
        }
        .filter_item a {
            display: block;
            padding: 3px 10px;
            font-size: 14px;
            margin-right: 10px;
            color: var(--main-color-333);
        }
        .filter_item a:hover {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
        }
        .ac {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
        }
        .casepro {
            width: 100%;
            padding: 50px 0;
            background-color: #f4f4f4;
        }
        .caseprocon {
            max-width: 1300px;
            margin: 0 auto;
        }
        .caseprocon ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .caseprocon ul li {
            width: 48%;
            transition: var(--main-transition);
            margin-bottom: 40px;
        }
        .caseprocon ul li:hover {
            box-shadow: var(--main-shadow);
        }
        .caseprocon ul li:hover .caseproimg img {
            transform: scale(1.1);
        }
        .caseproimg img {
            transition: var(--main-transition);
        }
        .caseproimg {
            overflow: hidden;
            display: block;
        }
        .caseprocon ul li img {
            width: 100%;
            transition: var(--main-transition);
            height: 370px;
            object-fit: cover;
        }
        .caseprodiv {
            padding: 15px;
            background-color: var(--main-color-white);
        }
        .caseprodiv p {
            font-size: 14px;
            color: var(--main-color-222);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: 15px;
        }
        .zj_div {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .zj_divleft {
            display: flex;
            align-items: center;
        }
        .zj_imgbox {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }
        .zj_imgbox img {
            width: 30px;
            height: 30px !important;
            border-radius: 50%;
        }
        .zj_divleft span {
            font-size: 14px;
            color: var(--main-color-333);
            display: block;
            padding-left: 10px;
        }
        .zj_divright {
            padding: 7px 20px;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-weight: bold;
            font-size: 14px;
            border-radius: 30px;
        }
        .team {
            width: 100%;
            padding: 15px 0;
            padding-bottom: 60px;
            background-color: #f4f4f4;
        }
        .teamcon {
            max-width: 1300px;
            margin: 0 auto;
        }
        .teamcon ul {
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
        }
        .teamcon ul li {
            width: 48%;
            cursor: pointer;
            transition: var(--main-transition);
            margin-bottom: 30px;
            display: flex;
            padding: 15px;
            background-color: var(--main-color-white);
            justify-content: space-between;
        }
        .teamcon ul li:hover {
            box-shadow: var(--main-shadow);
        }
        .t_lileft {
            width: 180px;
            height: 240px;
        }
        .t_lileft img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .t_liright {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 1;
            padding-left: 18px;
            height: 240px;
        }
        .t_lirighttop {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .t_lirighttop_name {
            display: flex;
            align-items: center;
        }
        .t_lirighttop_name p {
            color: #000;
            font-size: 20px;
        }
        .t_lirighttop_name span {
            color: var(--main-color-666);
            font-size: 14px;
            margin-left: 5px;
        }
        .t_lirighttop_star {
            display: flex;
            align-items: center;
        }
        .t_lirighttop_star i {
            font-size: 20px !important;
            color: #ffcb00;
            margin: 0 2px;
        }
        .t_lirighttop_more a {
            color: #6f6f6f;
            font-size: 12px;
        }
        .t_lirightcenter 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: 2;
            line-height: 25px;
            margin: 12px 0;
        }
        .t_lirightbot span {
            display: block;
            margin-bottom: 10px;
            font-size: 14px;
        }
        .t_lirightbot ul {
            display: flex;
            justify-content: space-between;
        }
        .t_lirightbot ul li {
            width: 32%;
            padding: 0;
            margin: 0;
        }
        .t_lirightbot ul li img {
            width: 100%;
            height: 85px;
            object-fit: cover;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .team {
            width: 100%;
            padding: 30px 15px;
            background-color: #f4f4f4;
        }
        .teamcon {
            margin: 0 auto;
        }
        .teamcon ul {
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
        }
        .teamcon ul li {
            width: 100%;
            cursor: pointer;
            transition: var(--main-transition);
            margin-bottom: 30px;
            display: flex;
            padding: 15px;
            flex-wrap: wrap;
            background-color: var(--main-color-white);
            justify-content: space-between;
        }
        .teamcon ul li:hover {
            box-shadow: var(--main-shadow);
        }
        .t_lileft {
            width: 100%;
            height: 150px;
        }
        .t_lileft img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .t_liright {
            width: 100%;
            margin-top: 20px;
        }
        .t_lirighttop {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .t_lirighttop_name {
            display: flex;
            align-items: center;
        }
        .t_lirighttop_name p {
            color: #000;
            font-size: 20px;
        }
        .t_lirighttop_name span {
            color: var(--main-color-666);
            font-size: 14px;
            margin-left: 5px;
        }
        .t_lirighttop_star {
            display: flex;
            align-items: center;
        }
        .t_lirighttop_star i {
            font-size: 20px !important;
            color: #ffcb00;
            margin: 0 2px;
        }
        .t_lirighttop_more {
            display: none;
        }
        .t_lirightcenter 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: 2;
            line-height: 25px;
            margin: 12px 0;
        }
        .t_lirightbot span {
            display: block;
            margin-bottom: 10px;
            font-size: 14px;
        }
        .t_lirightbot ul {
            display: flex;
            justify-content: space-between;
        }
        .t_lirightbot ul li {
            width: 32%;
            padding: 0;
            margin: 0;
        }
        .t_lirightbot ul li img {
            width: 100%;
            height: 85px;
            object-fit: cover;
        }
        .casepro {
            width: 100%;
            padding: 30px 15px;
            background-color: #f4f4f4;
        }
        .caseprocon {
            margin: 0 auto;
        }
        .caseprocon ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .caseprocon ul li {
            width: 100%;
            transition: var(--main-transition);
            margin-bottom: 40px;
        }
        .caseprocon ul li:hover {
            box-shadow: var(--main-shadow);
        }
        .caseprocon ul li:hover .caseproimg img {
            transform: scale(1.1);
        }
        .caseproimg img {
            transition: var(--main-transition);
        }
        .caseproimg {
            overflow: hidden;
            display: block;
        }
        .caseprocon ul li img {
            width: 100%;
            transition: var(--main-transition);
        }
        .caseprodiv {
            padding: 15px;
            background-color: var(--main-color-white);
        }
        .caseprodiv p {
            font-size: 14px;
            color: var(--main-color-222);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: 15px;
        }
        .zj_div {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .zj_divleft {
            display: flex;
            width: 100%;
            align-items: center;
            margin-bottom: 15px;
        }
        .zj_imgbox {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }
        .zj_imgbox img {
            width: 30px;
            height: 30px !important;
            border-radius: 50%;
        }
        .zj_divleft span {
            font-size: 14px;
            color: var(--main-color-333);
            display: block;
            padding-left: 10px;
        }
        .zj_divright {
            padding: 7px 20px;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-weight: bold;
            font-size: 14px;
            border-radius: 30px;
        }
        .filter {
            padding: 15px;
            max-width: 1300px;
            margin: 0 auto;
        }
        .filteritem {
            display: flex;
            padding: 10px 0;
            justify-content: space-between;
            border-bottom: 1px solid #f1f1f1;
            flex-wrap: wrap;
        }
        .filteritem span {
            width: 100%;
            display: block;
            color: var(--main-color-333);
            font-size: 14px;
            margin-bottom: 10px;
        }
        .filter_item {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        .filter_item a {
            display: block;
            padding: 3px 10px;
            font-size: 14px;
            margin-right: 10px;
            color: var(--main-color-333);
        }
        .filter_item a:hover {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
        }
        .ac {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
        }
        .calculate {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: var(--main-color);
            position: fixed;
            bottom: 45%;
            right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
            cursor: pointer;
            flex-direction: column;
            box-shadow: var(--main-shadow);
            animation: alternate-reverse breath 1s infinite;
        }
        .calculate img {
            width: 30px;
        }
        .calculate p {
            display: none;
        }
        @keyframes breath {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }
        .cover_calc {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            right: 0;
            z-index: 999;
            background: rgba(0, 0, 0, .7);
            display: none;
        }
        .calccon {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: -100%;
            z-index: 999;
            background-color: #fff;
            display: flex;
            padding: 0 40px;
            justify-content: center;
            flex-direction: column;
            transition: var(--main-transition);
        }
        .showcalc {
            left: 0 !important;
        }
        .close {
            position: absolute;
            width: 40px;
            height: 40px;
            cursor: pointer;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            right: 0;
            background-color: var(--main-color);
        }
        .calccon h3 {
            color: var(--main-color-333);
            font-size: 20px;
            font-weight: normal;
            text-align: center;
            margin-bottom: 20px;
        }
        .for_ite {
            margin-bottom: 25px;
        }
        .for_ite p {
            font-size: 15px;
            margin-bottom: 10px;
            color: #5c5c5c;
        }
        .for_ite p em {
            color: var(--main-color1);
        }
        .for_ite input {
            width: 100%;
            height: 40px;
            padding-left: 15px;
            outline: none;
            transition: var(--main-transition);
            border-radius: 5px;
            border: none;
            border: 1px solid #efefef;
        }
        .for_ite input:focus {
            border: 1px solid var(--main-color);
        }
        .selectgroup select {
            margin-bottom: 15px;
            display: block;
            border-radius: 5px;
            height: 40px;
            border: none;
            padding-left: 15px;
            outline: none;
            border: 1px solid #efefef;
        }
        .selectgroup select:focus {
            border: 1px solid var(--main-color);
        }
        .selectgroup {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .selectgroup .s_select {
            width: 31%;
        }
        .selectgroup .l_select {
            width: 48%;
        }
        .start_calc {
            width: 100px;
            position: relative;
            height: 100px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 5px solid #e5e5e5;
            font-size: 15px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            cursor: pointer;
            margin: 0 auto;
        }
        .foot {
            padding: 30px 15px;
            background-color: #262626;
        }
        .footer {
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .footerleft {
            width: 100%;
            margin-bottom: 30px;
        }
        .footerright {
            width: 100%;
        }
        .footerright img {
            width: 100px;
            height: 100px;
            display: block;
            margin: 0 auto;
        }
        .footerright p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            padding: 10px 0;
            text-align: center;
        }
        .footerleft ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .footerleft ul li {
            margin: 0 20px;
        }
        .f_a {
            color: var(--main-color-white);
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
        }
        .s_a {
            display: none;
        }
        .s_a:hover {
            color: var(--main-color-white);
        }
        .con7 {
            width: 100%;
            padding: 30px 15px;
        }
        .con7con {
            width: 100%;
            margin: 0 auto;
        }
        .con7con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con7con ul li {
            width: 48%;
            margin-bottom: 20px;
            border: 1px solid #e5e5e5;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .con7con ul li img {
            width: 35px;
        }
        .con7con ul li p {
            padding-left: 10px;
            font-size: 15px;
            color: var(--main-color-666);
        }
        .con6 {
            width: 100%;
            padding: 30px 15px;
        }
        .con6con {
            margin: 0 auto;
        }
        .con6box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con6left {
            width: 100%;
            margin-bottom: 25px;
        }
        .leftitem {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .leftitem:hover strong {
            color: var(--main-color);
        }
        .li_img {
            width: 30%;
        }
        .li_img img {
            width: 100%;
            height: 110px;
            object-fit: cover;
        }
        .li_right {
            flex: 1;
            padding-left: 15px;
        }
        .li_right strong {
            color: var(--main-color-222);
            font-size: 16px;
            display: block;
            margin-bottom: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .li_right span {
            color: var(--main-color-999);
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
        }
        .li_right p {
            color: var(--main-color-999);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            font-size: 14px;
        }
        .con6right {
            width: 100%;
        }
        .rightitem {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px dashed #efefef
        }
        .rightitem a {
            display: block;
            width: 75%;
            color: var(--main-color-222);
            font-size: 16px;
        }
        .rightitem a:hover {
            color: var(--main-color);
        }
        .rightitem span {
            color: var(--main-color-999);
            font-size: 14px;
        }
        .con5 {
            padding: 30px 15px;
        }
        .con5con {
            margin: 0 auto;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con5con ul li {
            width: 48%;
            margin-bottom: 20px;
            position: relative;
        }
        .con5con ul li img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }
        .con5con ul li p {
            position: absolute;
            width: 100%;
            height: 30px;
            padding-left: 15px;
            width: 100%;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 14px;
            color: var(--main-color-white);
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, .8);
        }
        .con4 {
            padding: 30px 15px;
            width: 100%;
            background-image: url(../images/bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        .con4con {
            margin: 0 auto;
        }
        .con4con .contitle strong {
            color: var(--main-color-white);
        }
        .con4con .contitle p {
            color: var(--main-color-white);
        }
        .teamswiper {
            padding-bottom: 50px !important;
        }
        .slidebox {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }
        .slideleft {
            width: 100%;
        }
        .slideleft img {
            width: 100%;
            height: 250px;
            object-fit: contain;
        }
        .slideright {
            width: 100%;
            padding: 15px;
        }
        .slideright h2 {
            color: var(--main-color);
            font-size: 25px;
            font-weight: normal;
        }
        .slideright h3 {
            font-size: 17px;
            color: #fff;
            margin: 10px 0 10px;
            font-weight: normal;
        }
        .tags {
            padding: 5px 15px;
            background-color: var(--main-color);
            font-size: 14px;
            color: var(--main-color-white);
            display: inline-block;
            margin-bottom: 15px;
        }
        .slideright p {
            font-size: 14px;
            color: var(--main-color-white);
        }
        .slideright p span {
            color: var(--main-color);
            display: block;
            margin-top: 10px;
        }
        .yuyue {
            display: block;
            margin-top: 20px;
            width: 120px;
            transition: var(--main-transition);
            height: 40px;
            border: 1px solid #919191;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
            font-size: 14px;
            background-color: var(--main-color);
            border: 1px solid var(--main-color);
            color: var(--main-color-white);
        }
        .teampage .swiper-pagination-bullet {
            width: 30px;
            height: 4px;
            background-color: var(--main-color);
            border-radius: 0 !important;
        }
        .teambtnleft {
            color: var(--main-color);
            font-size: 20px;
            left: 0px !important;
            width: 30px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 30px !important;
            top: 21% !important;
            background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1)) !important;
        }
        .teambtnright {
            color: var(--main-color);
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color);
            right: 0px !important;
            width: 30px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 30px !important;
            top: 21% !important;
            background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
            background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1)) !important;
        }
        .more {
            display: block;
            width: 140px;
            height: 40px;
            margin: 0px auto;
            margin-top: 30px;
            border: 1px solid #e5e5e5;
            font-size: 14px;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
            transition: var(--main-transition);
            color: var(--main-color-white);
            background-color: var(--main-color);
        }
        .con3 {
            width: 100%;
            padding: 30px 15px;
        }
        .con3con {
            width: 100%;
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con3con ul li {
            width: 100%;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
        }
        .con3con ul li img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .con3pos {
            width: 100%;
            background-color: var(--main-color);
            padding: 15px;
        }
        .con3con ul li:hover .con3pos {
            background: rgba(0, 0, 0, .7);
        }
        .con3con ul li:hover img {
            transform: scale(1.1);
        }
        .i_box {
            display: none;
        }
        .con3pos p {
            font-size: 18px;
            color: var(--main-color-white);
            text-align: center;
        }
        .con3pos span {
            font-size: 14px;
            display: block;
            color: var(--main-color-white);
            text-align: center;
        }
        .con2 {
            width: 100%;
            padding: 30px 15px;
        }
        .con2con {
            margin: 0 auto;
        }
        .contitle {
            margin-bottom: 30px;
        }
        .contitle strong {
            display: block;
            text-align: center;
            color: var(--main-color-222);
            font-size: 25px;
            font-weight: normal;
            margin-bottom: 5px;
        }
        .contitle p {
            font-size: 14px;
            color: var(--main-color-222);
            text-align: center;
        }
        .con2box {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .con2left {
            width: 100%;
        }
        .con2left img {
            width: 100%;
        }
        .con2right {
            width: 100%;
            margin-top: 20px;
        }
        .con2right .calc {
            width: 100%;
            height: 50px;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            justify-content: center;
            background-color: #373737;
            font-size: 14px;
            color: var(--main-color-white);
            margin-bottom: 15px;
        }
        .con2right input {
            width: 100%;
            display: block;
            height: 40px;
            outline: none;
            border: 1px solid #eeeeee;
            margin-bottom: 15px;
            border-radius: 5px;
            padding-left: 15px;
            transition: var(--main-transition);
        }
        .con2right input:focus {
            border: 1px solid var(--main-color);
            box-shadow: var(--main-shadow);
        }
        .con2cz {
            display: flex;
            justify-content: space-between;
        }
        .con2cz a {
            display: block;
            width: 48%;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border-radius: 5px;
            color: var(--main-color-white);
            font-size: 14px;
            margin-bottom: 15px;
        }
        .personal {
            background-color: var(--main-color);
        }
        .tophone {
            background-color: #919191;
        }
        .tips {
            font-size: 12px;
            color: #686868;
        }
        .con1 {
            width: 100%;
            padding: 30px 15px;
        }
        .con1con {
            margin: 0 auto;
        }
        .con1con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con1con ul li {
            width: 48%;
            padding: 15px;
            cursor: pointer;
            background-color: var(--main-color-white);
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 5px;
            border: 1px solid #dedede;
            margin-bottom: 20px;
            flex-wrap: wrap;
            transition: var(--main-transition);
        }
        .con1con ul li:hover {
            transform: translateY(-10px);
            box-shadow: 0px 0px 10px #C9C9C9;
        }
        .con1con ul li img {
            width: 40px;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .con1liright {
            width: 100%;
        }
        .con1liright p {
            font-size: 16px;
            text-align: center;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .con1liright span {
            font-size: 12px;
            display: block;
            text-align: center;
            color: var(--main-color-333);
        }
        .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>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);
            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: rgba(255, 255, 255, 1);
            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;
        }
    }