﻿@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

.mauto {
    max-width: 1400px
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

main {
    overflow-x: hidden;
    background: #F7F9FF;
}

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}


.header-right {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right a {
    margin: 0 10%;
}

.logo {
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1200px) {
    .mauto {
        max-width: 94% !important
    }
}

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100px
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

nav ul li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #01A0E2;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 110px;
    left: 48%;
    padding: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

nav ul li.search-btn {
    min-width: auto;
    cursor: pointer;
    height: 102px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right: none;
    margin: 0
}

.header-menu .search-btn {
    padding: 0 !important;
    margin-right: 30px;
}

.header-menu .search-btn,
nav ul li.search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #01A0E2
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

/* nav ul li:hover>a,
nav ul li:hover>a span {
    font-weight: bold
} */


nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 80px
}


.header.active {
    background-color: #fff;
}

.header.active nav ul li>a {
    color: #000;
}


/* .header-active::after, */
.header-active {
    color: #01A0E2;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #01A0E2;
}


.header-search {
    width: 102px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search .search-btn {
    height: auto;
}

/*  new  */
.public-tobody {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.header-menu-bg {
    background: #ECECEC;
}

.header-menu {
    padding: 8px 0;
}

.header-menu-l-login {
    margin-right: 8%;
}

.header-menu-r,
.header-menu-l {
    width: 48%;
}

.header-menu-logo {
    margin-right: 6px;
}

.header-menu .title {
    font-size: 14px;
    font-weight: 400;
    color: #555A64;
}

.header-menu .title:hover {
    color: #01A0E2;
}

.header-menu .line {
    margin: 0 5px;
}

.header-menu-r .language {
    padding: 1px 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

.header-menu-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.header-menu-l-shop>.nums {
    background: #CC0000;
    border-radius: 10px;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
}

@-webkit-keyframes zoomOut {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    from {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    from {
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.home-msg-b {
    width: 100%;
    padding: 5% 0;
    position: relative;
}

.home-msg-b::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #6ABD78;
    content: '';
    display: block;
}

.home-msg-l {
    width: 50%;
    position: relative;
}

.home-msg {
    position: relative;
    z-index: 1;
}

.home-msg-title {
    font-size: .30rem;

    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.home-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: .94rem;
    height: .94rem;
}

.home-msg-r {
    width: 50%;
    height: auto;
}

.home-msg-r-i {
    width: 50%;
    height: auto;
    position: relative;
}

.home-msg-r-title {
    font-size: .24rem;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.home-msg-r-i:hover .home-msg-r-show {
    visibility: visible;
    opacity: 1;
}

.home-msg-r-show {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: RGBA(33, 142, 59, 0.7);
    width: 100%;
    height: 100%;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    padding: 0 20px;
}

.home-msg-r-show-img {
    width: 0.39rem;
    height: 0.39rem;
}

.home-msg-r-show>.title {
    font-size: .24rem;
    color: #FFFFFF;
}

.home-msg-r-show>.info {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 3% 0 6% 0;
}

.home-news {
    width: 100%;
}

.home-news img {
    width: 100%;
}

.home-news {
    margin-bottom: 5%;
}

.home-health-b,
.home-hot-b {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 5% 0;
    position: relative;
}

.home-health-b::after,
.home-hot-b::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 5.99rem;
    background: #E3B080;
    content: '';
    display: block;
}

.home-health-b::after {
    background: #A0D4B3;
}

.home-hot-con {
    text-align: center;
}

.home-hot-con>.title {
    font-size: .6rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .85rem;
}

.home-hot-con>.info {
    font-size: .48rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: .2rem;
}

.home-health,
.home-hot {
    position: relative;
    z-index: 1;
}

.home-health-i,
.home-hot-swiper {
    width: 100%;
    margin-top: .92rem;
}

.home-hot-row-show {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home-hot-row {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.home-hot-row-show>.title {
    font-size: .48rem;
    font-weight: 400;
    color: #01A0E2;
}

.home-hot-row-show>.info {
    font-size: .30rem;
    font-weight: 300;
    color: #727171;
    line-height: .36rem;
    margin: 3% 0 5% 0;
}

.home-hot-row-show-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
    background: #218E3B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    font-size: .17rem;
    color: #FFFFFF;
}

.home-hot-swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.home-hot-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #218E3B;
}

.home-hot-next,
.home-hot-prev {
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.37);
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 1;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-hot-next {
    left: auto;
    right: 5%;
}

.home-health-list::after,
.home-hot-list::after {
    width: 32%;
    content: '';
}

.home-health-list-i,
.home-hot-list-i {
    width: 32%;
    margin-bottom: 2%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.home-hot-list-i {
    max-height: 4.5rem;
}

.home-health-list-i {
    max-height: 5rem;
}

.home-health-list-i img,
.home-hot-list-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.shop-b {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #218E3B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.home-hot-list-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6% 10%;
    background: rgba(255, 255, 255, 0.9);
}

.price-b>.title {
    font-size: .30rem;
    font-weight: 400;
    color: #505050;
}

.price-b>.info .info-last {
    font-size: 20px;
    font-weight: 300;
    text-decoration: line-through;
    color: #9D9D9D;
    margin-left: .15rem;
}

.price-b>.info .info-first {
    font-size: .30rem;
    font-weight: 300;
    color: #3E3A39;
}

.home-health-list,
.home-hot-list {
    margin-top: 20px;
}

.home-buy-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-buy-more>.title {
    font-size: .2rem;
    font-weight: 300;
    color: #505050;
}

.home-buy-more>.title:hover {
    color: #01A0E2;
}

.home-health-img {
    width: 65%;
    min-height: 440px;
}

.home-health-con {
    width: 35%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 3%;
}

.home-health-con>.title {
    font-size: .39rem;
    font-weight: 400;
    color: #01A0E2;
}

.home-health-con>.info {
    font-size: .33rem;

    font-weight: 300;
    color: #505050;
    line-height: .36rem;
    margin: .28rem 0 .5rem 0;
}

.home-health-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 16px;
    border-radius: 30px;
    background: #218E3B;
    font-size: .17rem;

    font-weight: bold;
    color: #FFFFFF;
    margin-top: .6rem;
}

.home-health-list-i-show {
    width: 100%;
    padding: 6%;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-health-list-i-show>.title {
    font-size: .30rem;
    font-weight: 400;
    color: #505050;
}

.home-health-list-i-show>.info {
    font-size: .20rem;
    font-weight: 300;
    color: #9D9D9D;
    line-height: .41rem;
    text-transform: uppercase;
}

.home-news-bg {
    background: #E7E7E7;
}

.home-news-b-l {
    width: 40%;
}

.home-news-b-r {
    width: 50%;
}

.home-news-b-l>.title {
    font-size: .6rem;

    font-weight: bold;
    color: #218E3B;
    line-height: .78rem;
}

.home-news-b-l>.info {
    font-size: .48rem;
    font-weight: 400;
    color: #218E3B;
    margin: 3% 0 6% 0;
}

.home-news-b-l>.cinfo {
    font-size: 17px;
    font-weight: 400;
    color: #505050;
    line-height: 26px;
}

.home-news-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: .2rem;

    font-weight: normal;
    color: #FFFFFF;
    padding: 6px 16px;
    background: #218E3B;
    border-radius: 30px;
    margin-top: 10%;
}

.home-news-b-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-newlist-img-b {
    width: 45%;
    position: relative;
}

.home-newlist-img {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.home-newlist-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.home-newlist-img.cur {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.home-newlist-con {
    width: 50%;
    padding-top: .10rem;
}

.home-newlist {
    padding-top: 6%;
    padding-bottom: 5%;
}

.home-newlist-con-l>.title {
    font-size: .24rem;
    font-weight: 500;
    color: #505050;
}

.home-newlist-con-l>.info {
    font-size: .16rem;
    font-weight: 400;
    color: #9D9D9D;
    margin-top: .10rem;
}

.home-newlist-con-l {
    width: 80%;
}

.home-newlist-con-i {
    padding-bottom: .22rem;
    margin-bottom: .37rem;
    border-bottom: 1px solid #646464;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.home-newlist-con-i::after {
    width: 0%;
    height: 1px;
    background: #01A0E2;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;

}

.home-newlist-con-i:hover .home-newlist-con-l>.title {
    color: #218E3B;
}

.home-newlist-con-i:hover::after {
    width: 100%;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
}

/* .home-newlist-con-i:hover {
    border-color: transparent;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
} */

.home-newlist-con-more {
    font-size: 18px;

    font-weight: 300;
    color: #505050;
}

.home-newlist-b {
    width: 85%;
    margin: auto;
    margin-top: 8%;
    position: relative;
}

.home-newlist-swiper-img {
    -o-object-fit: contain;
    object-fit: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-newlist-swiper-img img {
    width: 80%;
    max-width: 171px;
    max-height: 144px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.home-newlist-next,
.home-newlist-prev {
    width: .39rem;
    height: .39rem;
    background: #EDEEEE;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home-newlist-swiper {
    width: 85%;
    margin: auto;
}

.home-newlist-swiper .swiper-slide {
    height: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-newlist-next {
    left: auto;
    right: 0;
}

.public-footer-bg {
    background: #F8F9FB;
    padding: 6% 0;
    position: relative;
}

.public-footer-bg::before {
    width: 100%;
    height: 46px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), transparent);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), transparent);
}

.public-footer-down {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background: #218E3B;
}

.public-footer-i>.title {
    font-size: .22rem;
    font-weight: 400;
    color: #505050;
    margin-bottom: .39rem;
    display: block;
}

.public-footer-i>.info {
    font-size: .16rem;
    font-weight: 400;
    color: #505050;
    /* line-height: .46rem; */
    padding: .1rem 0;
    display: block;
}

.public-footer-i>.info>span {
    display: block;
    line-height: normal;
}

.public-footer-i>.info:hover {
    color: #01A0E2;
}

.public-footer-i>a {
    display: block;
}

.public-footer-pay-i {
    width: 0.62rem;
    height: 0.62rem;
    margin-right: 5%;
}

.public-footer-pay {
    margin-bottom: 10%;
}

.header.cur,
.header.on {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
}

.header {
    position: relative;
}

.sub-nav-b {
    width: 100% !important;
    left: 0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    background: #F2F2F2 !important;
    padding-top: .42rem !important;
    padding-bottom: .66rem !important;
    top: 151px !important;
    /* overflow-y: auto; */
    height: 8rem;
    overflow: hidden;
}

.sub-nav-b-i {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    height: 6rem;
    display: block;
    overflow-y: auto;
}

.sub-nav-b-i-c {
    width: 100%;
    /* min-height: 16rem; */
}

.sub-nav-row {
    width: 23%;
    text-align: left !important;
    padding-bottom: 30px;
    margin-left: 1%;
    margin-right: 1%;
}

.sub-nav-row a {
    text-align: left !important;
}

.sub-nav-row>.title {
    font-size: 18px;
    font-weight: 400;
    color: #3F3A39;
    padding: 15px 30px !important;
    border: none !important;
    background: #fff;
}

.sub-nav-row:nth-child(1)>.title {
    background: #D4EB90;
}

.sub-nav-row:nth-child(2)>.title {
    background: #91D7B4;
}

.sub-nav-row:nth-child(3)>.title {
    background: #F2C79A;
}

.sub-nav-row:nth-child(4)>.title {
    background: #D5CDDF;
}

.sub-nav-row:nth-child(5)>.title {
    background: #6ED2E6;
}

.sub-nav-row:nth-child(6)>.title {
    background: #E991C9;
}

.sub-nav-row:nth-child(7)>.title {
    background: #BFBFBF;
}

.sub-nav-row:nth-child(8)>.title {
    background: #81BCE3;
}

.sub-nav-row:nth-child(1)>.sub-nav-row-i-b {
    background: #F5F8EF;
}

.sub-nav-row:nth-child(2)>.sub-nav-row-i-b {
    background: #F0F7F4;
}

.sub-nav-row:nth-child(3)>.sub-nav-row-i-b {
    background: #F6F1EA;
}

.sub-nav-row:nth-child(4)>.sub-nav-row-i-b {
    background: #F0EAF6;
}

.sub-nav-row:nth-child(5)>.sub-nav-row-i-b {
    background: #E6F1F2;
}

.sub-nav-row:nth-child(6)>.sub-nav-row-i-b {
    background: #F7EAF2;
}

.sub-nav-row:nth-child(7)>.sub-nav-row-i-b {
    background: #ECECEC;
}

.sub-nav-row:nth-child(8)>.sub-nav-row-i-b {
    background: #E4EDF3;
}

.sub-nav-row-i-child {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #3F3A39 !important;
    line-height: 34px !important;
    text-align: left !important;
    border: none !important;
    padding: 0 30px !important;
}

.sub-nav-row a:hover {
    color: #01A0E2 !important;
}

.sub-nav-row-i a:hover {
    color: #01A0E2 !important;
    background: transparent !important;
}

.sub-nav-row-i {
    height: 100%;
    max-height: 200px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

::-webkit-scrollbar-thumb {
    width: 3px;
    background: #DDDDDD;
}

.home-hot-row-img img {
    width: 100%;
}

.sub-nav-row-i-b {
    min-height: 2.42rem;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 30px;
    background: #fff;
}

.public-nav-b {
    width: 100%;
    height: 67px;
    background: #F2C79A;
}

.public-top {
    margin-top: 80px;
}

.public-nav {
    height: 100%;
}

.public-nav-img {
    margin-right: 20px;
}

.public-nav em {
    margin: 0 5px;
}

.public-nav em,
.public-nav-i>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.public-nav-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-menu-i {
    padding: .15rem .6rem;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: rgba(242, 199, 154, 0.14);
    border-radius: 27px;
    margin-right: 3%;
}

.product-menu-i:last-child {
    margin-right: 0;
}

.product-menu-i>.title {
    font-size: .18rem;
    font-weight: 400;
    color: #3E3A39;
}

.product-box {
    padding-top: .47rem !important;
    padding-bottom: 1.3rem !important;
}

.product-menu-img {
    margin-left: 10px;
}

.product-b::after {
    width: 30%;
    content: '';
}

.product-b-i {
    width: 30%;
    height: 100%;
    margin-bottom: 6%;
    padding-bottom: 3%;
    border-bottom: 1px solid #F2F3F3;
    position: relative;
}

.product-b-i::after {
    width: 0%;
    height: 1px;
    background: #218E3B;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.product-b-i:hover::after {
    width: 100%;
}

.product-b-con>.info {
    width: 80%;
}

.product-b-con>.info>.title {
    font-size: .18rem;
    font-weight: 400;
    color: #3E3A39;
}

.product-b-con>.shop {
    width: .53rem;
    height: .53rem;
    border-radius: 50%;
    background: #218E3B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-b-con>.shop>img {
    width: 60%;
}

.product-b-con {
    margin-top: 10%;
}

.product-b-img {
    width: 3.9rem;
    height: 3.53rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-b-img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: auto;
    display: block;
}

.product-b-con>.info>.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px;
}

.product-b-con>.info>.price>.price-new {
    font-size: .30rem;

    font-weight: 700;
    color: #3E3A39;
    line-height: .3rem;
}

.product-b-con>.info>.price>.price-old {
    font-size: .20rem;

    font-weight: normal;
    text-decoration: line-through;
    color: #727171;
    margin-left: .2rem;
}

.product-b {
    margin-top: 1.09rem;
}

.public-banner {
    width: 100%;
    height: auto;
    position: relative;
}

.public-banner img {
    width: 100%;
    display: block;
}

.public-banner-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-transform: uppercase;
}

.public-banner-con h1 {
    font-size: .48rem;
    font-weight: bold;
    color: #fff;
}

.public-banner-con h2 {
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    opacity: 0.15;
    margin-top: -20px;
}

.support-nav-b,
.news-nav-b,
.health-nav-b,
.public-banner-nav-b {
    width: 100%;
    height: 67px;
    background: #fff;
}

.support-nav-i,
.news-nav-i,
.health-nav-i,
.public-banner-nav-i {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    position: relative;
    text-transform: uppercase;
}

.support-nav-i::after,
.news-nav-i::after,
.health-nav-i::after,
.public-banner-nav-i::after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0CA3E2;
    display: none;
}

.support-nav-i:hover::after,
.news-nav-i:hover::after,
.health-nav-i:hover::after,
.public-banner-nav-i:hover::after,
.support-nav-i.cur::after,
.news-nav-i.cur::after,
.health-nav-i.cur::after,
.public-banner-nav-i.cur::after {
    display: block;
}

.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #eff1f1;
    display: none;
    text-align: center;
    overflow: hidden
}

.zoomMask {
    position: absolute;
    z-index: 99;
    cursor: move;
    background: rgba(255, 255, 255, .4)
}

.zoomDiv img {
    max-width: inherit
}

.support-nav,
.news-nav,
.health-nav,
.public-banner-nav {
    height: 100%;
}

.support-nav-b {
    background: #F39D2A;
}

.news-nav-b {
    background: #fff;
}

.health-nav-b {
    background: #84BBE2;
}

.support-nav-i::after {
    background: #EE7E1B;
}

.news-nav-i::after {
    background: #0CA3E2;
}

.health-nav-i::after {
    background: #0CA3E2;
}

.about-b-null {
    text-align: center;
}

.about-b-null>img {
    width: 2.58rem;
}

.about-b {
    padding-top: 8%;
    padding-bottom: 10%;
}

.about-b-null>.title {
    font-size: .48rem;
    font-weight: 500;
    color: #1A1A1A;
    margin-top: 3%;
}

.health-box {
    padding-top: 3%;
    padding-bottom: 6%;
}

.health-b {
    width: 100%;
}

.health-b::after {
    width: 32%;
    content: '';
}

.health-i {
    width: 22.7%;
    margin: 0 3% 3% 0;
    background: #fff;
    position: relative;
}

.health-i:nth-child(4n) {
    margin-right: 0;
}

.health-con>.day {
    font-size: 14px;
    font-weight: 500;
    color: #7F7F7F;
    margin-top: 20px;
}

.health-con>.day::before {
    background: url('../images/icon-time.png') no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    content: '';
}

.health-con>.title {
    font-size: 16px;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.case-label {
    height: 24px;
    margin-bottom: 10px;
}

.case-label-item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    display: block;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.case-label-item.bg01 {
    background-color: #D6E2FF;
    color: #466EDC;
}

.case-label-item.bg02 {
    background-color: #D0F2FF;
    color: #049FD7;
}

.case-label-item.bg03 {
    background-color: #E5D8FD;
    color: #704AD1;
}

.case-label-item.bg04 {
    background-color: #FFF4CE;
    color: #DC9B1E;
}

.health-con .big-title {
    font-size: 16px;
    color: #1f2329;
    margin-top: 14px;
    font-weight: 600;
    line-height: 24px;
}

.case-cont {
    background: #fff;
}

.case-wrap .health-con .big-title {
    font-size: 18px;
    margin-bottom: 14px;
}

.case-wrap .health-con>.title {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    margin: 14px auto;
    display: none;
}

.case-wrap {
    padding: 0;
    margin: 2% auto 4%;
}

.case-wrap .case-logo {
    display: block;
    height: 34px;
    object-fit: contain;
}

.health-con {
    margin: 20px;
    padding-bottom: 10px;
}

.health-img {
    width: 100%;
    height: 100%;
    min-height: 2rem;
    max-height: 2rem;
}

.health-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.health-con-img {
    margin-top: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
}

.health-i::after {
    width: 0%;
    height: 1px;
    background: #01A0E2;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;

}

.health-i:hover::after,
.health-i:hover .health-con-img {
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.health-i {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
}

.health-i:hover {
    transform: translate(0, 20px);
}

.page-b-i,
.page-i {
    width: auto;
    height: 40px;
    border: 1px solid #CCCCCC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #ffffff;
    background: #01A0E2;
}

.page-i:hover>.i1,
.page-i>.i2 {
    display: none;
}

.page-i:hover>.i2 {
    display: block;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.page-i {
    padding: 0 25px;
}

.public-page {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 2%;
}

.page-b {
    margin: 0 15px;
}

.support-b-title {
    font-size: 18px;
    font-weight: 600;
    color: #01A0E2;
}

.support-b-info {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 30px;
}

.support-b {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 30px;
    padding: 3% 0 5% 0;
}

.news-detail {
    margin: 120px auto;
}

.news-detail-l {
    background: #fff;
    width: 70%;
    padding: 2%;
    margin-right: 3%;
    border-top: 3px solid #01A0E2;
 font-size: 16px;

}

.news-detail-not-recommend .news-detail-l {
    margin-right: 0;
    margin: 0 auto;
    background: none;
    border-top: 0;
}

.news-detail-not-recommend .news-detail-l .news-detail-share>.time {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
}

.news-detail-not-recommend .news-detail-l .news-detail-l-top {
    border-bottom: 0;
}

.news-detail-r {
    background: #fff;
    width: 23%;
    padding: 2% 1%;
}


.news-detail-l-top>.title {
    font-size: 30px;
    font-weight: bold;
    color: #232323;
    line-height: 40px;

}

.news-detail-l-top2>.title {
    font-size: 30px;
    font-weight: bold;
    color: #232323;
    line-height: 40px;
    text-align: center;

}


.news-detail-share-i {
    margin: 0 5px;
}

.news-detail-share>.time {
    font-size: 14px;
    font-weight: 500;
    color: #7F7F7F;
    margin-right: 2%;
}

.news-detail-share {
    margin-top: 2%;
}

.news-detail-l-top {
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #EFEFEF;
}

.news-detail-con {
    font-size: 16px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 30px;
    padding-bottom:2%;
    margin-bottom: 4%;
    border-bottom: 1px solid #EFEFEF;
}

.news-detail-con a, .news-detail-con em, .news-detail-con i, .news-detail-con span{
    display: inline;
}

.news-detail-con table {
    width: auto;
    margin: 0 auto;
}

.news-detail-con td {
    border-style: solid;
}

.news-detail-con img {
    margin: 0 auto !important;
    display: block;
}

.news-detail-page {
    position: relative;
}

.news-detail-page-l {
    font-size: 16px;
    font-weight: 400;
    width: 70%;
    overflow: hidden;
}

.news-detail-page-l>.title {
    color: #9A9A9A;
}

.news-detail-page-l>.info {
    color: #2C2C2C;
    width: calc(100% - 80px);
    overflow: hidden;
}

.news-detail-page a {
    margin: 1% 0;
}

.news-detail-page-l:hover>.info {
    color: #01A0E2;
}

.news-detail-r-top>.title {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    line-height: 30px;
    margin-left: 10px;
}

.news-detail-r-top {
    margin-bottom: 20px;
}

.news-detail-r-img {
    height: 180px;
}

.news-detail-r-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.news-detail-r-con {
    margin-top: 15px;
}

.news-detail-r-con>.day {
    font-size: 14px;
    font-weight: 500;
    color: #7F7F7F;
    margin-top: 10px;
}

.news-detail-r-con>.day::before {
    background: url('../images/icon-time.png') no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    content: '';
    margin-right: 5px;
}

.news-detail-r-con>.info {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #2C2C2C;
    margin-top: 10px;
}

.news-detail-r-i {
    margin-bottom: 10%;
}

.news-detail-r-i:hover .news-detail-r-con>.info {
    color: #01A0E2;
}

.news-detail-page a.return-news-btn {
    height: 48px;
    background: #01A0E4;
    width: 166px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}

.return-news-btn img {
    width: 23px;
    height: 18px;
    margin-right: 5px;
}


.login-b {
    max-width: 512px;
    width: 100%;
    margin: auto;
    padding: 2% 0 4% 0;
}

.login-menu>.title {
    font-size: 24px;
    font-weight: 500;
    color: #3C3C3C;
}

.login-menu em {
    margin: 0 5%;
    color: #CCCCCC;
}

.login-menu>.title.cur {
    color: #01A0E2;
}

.login-input {
    margin: .52rem 0;
}


.login-input-code,
.login-input>.inputs {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
}

.login-input-code {
    padding: 0 15px;
}

.login-input-code>.inputs {
    width: 100%;
    font-size: 16px;
    height: 100%;
}

.login-input-code>.code img,
.login-input-code>.code {
    height: 100%;
}

.login-type {
    margin-top: 20px;
}

.login-type-i>.inputs {
    background: rgba(0, 148, 58, 0);
    border: 1px solid #E3E3E3;
    border-radius: 3px;

}

.login-type-i>.title {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    margin-left: 9px;
}

.login-type-i>img {
    width: auto;
    height: auto;
}

.login-btn {
    width: 100%;
    height: 52px;
    background: #01A0E2;
    border: 1px solid #01A0E2;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5%;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.login-btn.active {
    background: none;
    border: 1px solid #008723;
    color: #008723;
}

.enroll-title {
    font-size: 24px;
    font-weight: 500;
    color: #01A0E2;
}

.enroll-code>.inputs {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
}

.enroll-code>.code {
    width: 128px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #01A0E2;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 13px;
    font-size: 16px;
    font-weight: 500;
    color: #01A0E2;
}

.enroll-code {
    margin-bottom: 20px;
}

.enroll-type>.inputs {
    background: rgba(0, 148, 58, 0);
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    margin-right: 10px;
}

.enroll-type>.title {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
}

.enroll-type>.info {
    font-size: 16px;
    font-weight: 500;
    color: #01A0E2;
}

.place-order-b,
.collect-b {
    padding-top: .62rem;
    padding-bottom: 5%;
}

.collect-b-l {
    width: 20%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #fff;
    padding: 2%;
}

.collect-b-l-i-con>.title {
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    margin-left: 13px;
    margin-right: 8%;
}

.collect-b-l-i {
    width: 100%;
    padding: 5% 0;
    margin-bottom: 10px;
}

.collect-b-l-i:last-child {
    margin-bottom: 0;
}

.collect-b-l-i-con {
    width: 80%;
}

.collect-b-l-i-con-img {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.collect-b-l-i-con-img img {
    margin: auto;
    display: block;
}

.collect-b-l-i.cur .collect-b-l-i-con-img>.i1,
.collect-b-l-i-con-img>.i2 {
    display: none;
}

.collect-b-l-i.cur .collect-b-l-i-con-img>.i2 {
    display: block;
}

.collect-b-l-i:hover .collect-b-l-i-con>.title,
.collect-b-l-i.cur .collect-b-l-i-con>.title {
    color: #01A0E2;
}

.collect-b-r {
    width: 77%;
    padding: 2%;
    background: #fff;
}

.collect-b-r-t {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.collect-b-r-t>.title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    font-size: 18px;

    font-weight: bold;
    color: #01A0E2;
    position: relative;
}

.collect-b-r-t>.title::after {
    width: 100%;
    height: 2px;
    background: #01A0E2;
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    display: block;
}

.collect-b-r-c-i-l-con>.title {
    font-size: 18px;

    font-weight: 400;
    color: #3E3A39;
}

.collect-b-r-c-i-l-con>.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: .18rem;
}

.collect-b-r-c-i-l-con>.price>.price-new {
    font-size: .30rem;
    font-weight: bold;
    color: #FF8A00;
    line-height: .30rem;
}

.collect-b-r-c-i-l-con>.price>.price-old {
    font-size: .20rem;
    color: #727171;

    font-weight: normal;
    text-decoration: line-through;
}

.collect-b-r-c-i-r>.title {
    font-size: 18px;

    font-weight: 100;
    color: #3E3A39;
}

.collect-b-r-c-i-r>.shops {
    width: .53rem;
    height: .53rem;
    padding: 3px;
    background: #218E3B;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.collect-b-r-c-i-r>.shops img {
    width: 60%;
}

.collect-b-r-c-i-l,
.collect-b-r-c-i-r {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.collect-b-r-c-i-r {
    width: 40%;
}

.collect-b-r-c-i-l-img {
    width: 50%;
    height: auto;
}

.collect-b-r-c-i {
    padding: 4% 5%;
    border-bottom: 1px solid #F2F3F3;
}

.server-b-i>.title {
    font-size: 20px;
    font-weight: 800;
    color: #3B3B3B;
    margin: 5% 0;
}

.server-b-i>.info {
    font-size: 16px;

    font-weight: 500;
    color: #3B3B3B;
}

.server-b-i {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.server-b {
    padding: 6% 0;
}

.server-life-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 55px;
    background: #009739;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(77, 77, 77, 0.13);
    box-shadow: 0px 0px 43px 0px rgba(77, 77, 77, 0.13);
    border-radius: 28px;
    padding: 0 .40rem;
    margin-top: 10%;
}

.server-life-btn>.title {
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
}

.after-sales-t-img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 3%;
}

.after-sales-t-img img {
    margin: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.after-sales-b {
    padding: 3% 0;
}

.after-sales-t-con>.title {
    font-size: 14px;
    font-weight: 400;
    color: #7C7C7C;
}

.after-sales-t-con>.info {
    font-size: 15px;
    font-weight: 500;
    color: #171717;
    margin-top: 15px;
}

.after-sales-input>.inputs {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 0 20px;
}

.after-sales-input-con>.title {
    font-size: 16px;
    font-weight: 500;
    color: #858585;
    line-height: 30px;
}

.after-sales-input-con {
    padding-left: 20px;
    margin: 2% 0;
}

.after-sales-input>.treas {
    width: 100%;
    height: 128px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 20px;
}

.after-sales-input {
    margin-top: 3%;
    max-width: 512px;
}

.address-btn,
.invoice-btn,
.info-btn,
.after-sales-btn {
    max-width: 512px;
    width: 100%;
    height: 52px;
    background: #01A0E2;
    border-radius: 5px;
    font-size: 18px;

    font-weight: bold;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5%;
}

.invoice-btn {
    margin-top: 0;
    margin-bottom: 20px;
}

.invoice-btn-hollow {
    max-width: 512px;
    width: 100%;
    height: 52px;
    background: rgba(0, 148, 58, 0);
    border: 1px solid #01A0E2;
    border-radius: 5px;
    font-size: 18px;

    font-weight: bold;
    color: #01A0E2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.invoice-b,
.info-b {
    max-width: 512px;
    width: 100%;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    padding: 5% 0;
    margin: auto;
}

.info-b-i>.inputs,
.info-b>.inputs {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 15px;
}

.info-b>.title {
    width: 100%;
    font-size: 18px;

    font-weight: 800;
    color: #01A0E2;
    line-height: 30px;
    margin: 3% 0;
    text-align: left;
}

.info-b-i {
    width: 100%;
    margin-bottom: 5%;
}

.info-b-i>.info {
    font-size: 16px;

    font-weight: 500;
    color: #BEBEBE;
    padding-left: 20px;
}

.invoice-b-type-i {
    width: auto;
    height: 42px;
    padding: 0 40px;
}

.invoice-b-type-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F5F5;
    margin-right: 5px;
}

.invoice-b-type-i.cur {
    background: #01A0E2;
    color: #fff;
}

.invoice-b-type {
    margin-bottom: 3%;
}

.invoice-b>.inputs {
    max-width: 512px;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 15px;
}

.place-order {
    max-width: 600px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 7% 0 8% 0;
}

.place-order>.title {
    font-size: .30rem;

    font-weight: 500;
    color: #01A0E2;
    line-height: 36px;
    margin-top: 8%;
}

.place-order>.info {
    font-size: 15px;

    font-weight: 500;
    color: #000;
    line-height: 36px;
    margin-top: 5%;
}

.place-order-btn {
    margin-top: 5%;
}

.place-order-img {
    width: 1.48rem;
    margin: auto;
}

.place-order-btn-i {
    width: 48%;
    height: 49px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.place-order-btn-i.shop {
    background: #D4EB90;
}

.place-order-btn-i.order {
    background: #91D7B4;
}

.cars-con-b {
    min-width: 1024px;
    width: 100%;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 14px;
}

.cars-con {
    width: 100%;
    padding: 58px 40px;
}

.cars-con-t {
    min-width: 1024px;
    width: 100%;
    background: #F2F5FF;
    font-size: 16px;
    font-weight: bold;
    color: #292929;
    line-height: 36px;
}

.cars-con-l {
    width: 100%;
    padding: 15px 0;
}

.cars-con-b .cars-con-l {
    padding: 30px 0;
}

.cars-con-r {
    width: 10%;
    padding: 13px 0;
}


.cars-con-t .cars-con-l p,
.cars-con-t .cars-con-l a,
.cars-con-t .cars-con-r p {
    width: 25%;
    font-size: 14px;
    font-weight: bold;
    color: #6A6A6A;
    line-height: 30px;
}

.cars-con-r a,
.cars-con-r p,
.cars-con-l a, .cars-con-l p {
    width: 100%;
    text-align: center;
    color: #2B2B2B;
    font-size: 15px;
    font-weight: 300;
}

.cars-con-l a {
    color: #01A0E2;
}

.cars-con-l p.green {
    color: #008723;
}

.cars-con-l p.red {
    color: #f00;
}

.cars-con-b {
    width: 100%;
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 14px;
}

.cars-con-l-img {
    width: 52px;
    height: 52px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cars-con-l-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cars-con-l .glod1 {
    color: #658849;
}

.cars-con-l .input1 {
    height: 21px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #535654;
    line-height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cars-con-l .input2 {
    width: 15px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
}

.cars-con-l .input3 {
    width: 30px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.cars-con-info {
    text-align: right;
    padding: 10px 30px 53px 30px;
    margin-bottom: 23px;

}

.cars-con-info p {
    font-size: 14px;
    font-weight: 400;
    color: #7C7C7C;
    margin: 5px 0;
}

.cars-con-info span {
    color: #658849;
}

.cars-con-btn-l .l1 {
    background: #F6F6F6;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #7C7C7C;
    padding: 11px 12px;
    margin-right: 12px;

}

.cars-con-btn-l .l1 p {
    margin-left: 8px;
}

.cars-con-btn-r {
    border-radius: 4px;
    background-color: #303E49;
    padding: 11px 12px;
}

.cars-con-btn-r .l1 p {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 9px;
}

.cars-con-table {
    padding-top: 3%;
    overflow-x: auto;
}

.address-b-input {
    max-width: 512px;
    width: 100%;
    padding-top: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.address-b-input>.selects {
    max-width: 298px;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 0 11px;
    color: #000 !important;
}

.address-b-input>.inputs {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-bottom: .2rem;
    padding: 0 20px;
    font-size: 15px;
}

.address-b-input>.title {
    font-size: 18px;

    font-weight: 800;
    color: #01A0E2;
    margin: .1rem 0 .2rem 0;
}

.address-b-input-type>.inputs {
    width: 23px;
    height: 23px;
    margin: 0 !important;
    border: 1px solid #E7E8EA;
}

.address-b-input-type>.title {
    font-size: 16px;

    font-weight: 500;
    color: #5B5B5B;
    margin-left: .21rem;
}

.order-table-t {
    width: 100%;
    height: auto;
    padding: .15rem .18rem;
    background: #FBFBFB;
}

.order-table-l>.title {
    font-size: 14px;

    font-weight: 400;
    color: #7C7C7C;
    margin-right: .25rem;
}

.order-table-r>.title {
    font-size: 14px;
    font-weight: 400;
    color: #01A0E2;
    line-height: 30px;
    margin-left: .25rem;
}

.order-table-l,
.order-table-r {
    width: 48%;
}

.order-table-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.order-table-c-info-img {
    width: 1.45rem;
    height: 1.45rem;
}

.order-table-c-i {
    width: 100%;
}

.order-table-c-info {
    width: 50%;
}

.order-table-c-info>.title {
    font-size: 15px;

    font-weight: 500;
    color: #171717;
}

.order-table-c-info-price {
    text-align: center;
}

.order-table-c-info-price>.title {
    font-size: 14px;

    font-weight: 400;
    color: #575757;
}

.order-table-c-info-price>.nums {
    color: #FF8A00;
    font-size: 15px;

    font-weight: bold;
}

.order-table-state {
    width: 10%;
    text-align: center;
}

.order-table-state>.title {
    font-size: 14px;
    font-weight: 400;
    color: #535353;
}


.order-table-state>.title {
    font-size: 14px;
    font-weight: 400;
    color: #535353;
}

.order-table-state>.nums {
    color: #91D7B4;
}

.order-table-state>.nums.pay {
    color: #DC4150;
}

.order-table-c-i {
    padding-top: .1rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #F0F0F0;
}

.order-table-c-more {
    width: 100%;
}

.order-table-c-more-l {
    width: 100%;
}

.order-table-c-more .order-table-state {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.place-order-l {
    width: 45%;
}

.place-order-r {
    width: 48%;
}

.place-order-l-t {
    width: 100%;
    height: 67px;
    background: #E9F6EE;
    padding: 0 .27rem;
}

.place-order-l-t>.title {
    font-size: 24px;
    font-weight: bold;
    color: #01A0E2;
    margin-left: .15rem;
}

.place-order-i>.title {
    font-size: 18px;

    font-weight: bold;
    color: #171717;
    margin-bottom: .21rem;
}

.place-order-i>.inputs {
    width: 100%;
    height: 44px;
    border: 1px solid #F2F3F3;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.place-order-i {
    margin-top: .29rem;
}

.place-order-type {
    margin-top: .16rem;
}

.place-order-type>.inputs {
    width: .23rem;
    height: .23rem;
    border: 1px solid #E7E8EA;
}

.place-order-type>.title {
    font-size: 15px;

    font-weight: 400;
    color: #292929;
    margin-left: .12rem;
}

.place-order-i-b .place-order-i {
    width: 48%;
}

.place-order-l-i {
    margin-bottom: 8%;
}

.place-payment {
    padding-top: .37rem;
}

.place-payment-i-t {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    background: rgba(194, 162, 132, 0);
    border: 1px solid #E7E8EA;
    border-radius: 4px;
    padding: 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.place-payment-i-t::after {
    width: .23rem;
    height: .23rem;
    background: url(../images/icon-pay-success.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.place-payment-i {
    text-align: center;
    margin-right: .44rem;
}

.place-payment-i:last-child {
    margin-right: 0;
}

.place-payment-i>.title {
    font-size: 13px;

    font-weight: 400;
    color: #292929;
    margin-top: .1rem;
}

.place-payment-i.cur .place-payment-i-t {
    border: 2px solid #000000;
    border-color: #01A0E2;
}

.place-payment-i.cur .place-payment-i-t::after {
    visibility: visible;
    opacity: 1;
}

.place-order-r {
    background: #F8F8F8;
    border-top: 1px solid #02953B;
}

.place-order-r-t-i>.info>.title,
.place-order-r-t-i>.title {
    font-size: 18px;

    font-weight: bold;
    color: #01A0E2;
}

.place-order-r-t-i>.title {
    width: 50%;
}

.place-order-r-t-i>.info {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.place-order-r-t-i>.info>.title {
    width: 50%;
    text-align: center;
}

.place-order-r-t {
    border-left: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
    background: #fff;
    padding: .23rem .27rem;
}

.place-order-r-c-con>.title {
    font-size: 15px;

    font-weight: 500;
    color: #171717;
}

.place-order-r-c-con>.info {
    font-size: 16px;

    font-weight: 400;
    color: #929292;
    line-height: 24px;
    margin-top: .25rem;
}

.place-order-r-c-i-l {
    width: 60%;
}

.place-order-r-c-img {
    width: 1.47rem;
    height: 1.47rem;
}

.place-order-r-c-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.place-order-r-c,
.place-order-r-c-i {
    width: 100%;
}

.place-order-r-c-con {
    width: -webkit-calc(100% - 1.6rem);
    width: -moz-calc(100% - 1.6rem);
    width: calc(100% - 1.6rem);
    margin-left: .2rem;
}

.place-order-r-c {
    padding: .45rem .32rem;
}

.place-order-r-c-i-r {
    width: 40%;
}

.place-order-r-c-i-r>.nums {
    font-size: 15px;
    font-weight: 300;
    color: #292929;
}


.place-order-r-c-i-r>.total {
    font-size: 15px;
    font-weight: bold;
    color: #FF8A00;
}

.place-order-r-c-i-r>.nums,
.place-order-r-c-i-r>.total {
    width: 50%;
    text-align: center;
}

.place-order-r-c-i {
    padding-bottom: .36rem;
    margin-bottom: .36rem;
    border-bottom: 1px solid #EDEEEE;
}

.place-order-r-info>.title {
    font-size: 24px;

    font-weight: bold;
    color: #01A0E2;
    margin-bottom: .2rem;
}

.place-order-r-info>.textareas {
    width: 100%;
    height: 164px;
    background: #fff;
    padding: .2rem;
}

.place-order-r-return>.title {
    font-size: 18px;

    font-weight: 400;
    color: #01A0E2;
    margin-left: .17rem;
}

.place-order-r-return {
    margin: .37rem 0 .69rem 0;
}

.place-order-r-msg>.gold,
.place-order-r-msg>.total {
    font-size: 15px;

    font-weight: 400;
    color: #171717;
}

.place-order-r-msg>.gold>.nums {
    font-size: 20px;
    color: #FF8A00;
    font-weight: bold;
    margin-right: 10px;
}

.nums-original {
    font-size: 15px;

    font-weight: 400;
    text-decoration: line-through;
    color: #7E7E7E;
}

.place-order-r-msg-info>.title {
    font-size: 15px;
    color: #171717;
    margin-left: .1rem;
}

.place-order-r-msg-info {
    margin-top: .5rem;
}

.place-order-r-msg {
    padding-left: .17rem;
}

.place-order-r-btn {
    width: 100%;
    max-width: 282px;
    height: 49px;
    background: #01A0E2;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;

    font-weight: bold;
    color: #FFFFFF;
    margin-top: .6rem;
}

.stepper-b-i {
    width: 44px;
    height: 44px;
    border: 1px solid #E5E6E8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stepper-b-i.con {
    text-align: center;
    min-width: 86px;
    border-top: 1px solid #E5E6E8;
    border-bottom: 1px solid #E5E6E8;
}

.stepper-b {
    margin-left: .24rem;
}

.order-detail-b {
    padding-top: .42rem;
}

.order-detail-b-i {
    border-bottom: 1px solid #E6E6E6;
    padding-left: .15rem;
    padding-bottom: .34rem;
    margin-bottom: .32rem;
    font-size: 14px;

    font-weight: 400;
    line-height: 36px;
}

.order-detail-b-i:last-child {
    border: none !important;
}

.order-detail-b-i-info-i>.title {

    color: #7C7C7C;
}

.order-detail-b-i-info-i>.info {
    color: #000000;
}

.order-detail-b-i>.title {
    font-size: 16px;

    font-weight: bold;
    color: #323232;
    margin-bottom: .2rem;
}

.logistics-b {
    width: 100%;
    position: relative;
}

.logistics-b::after {
    width: 1px;
    height: -webkit-calc(100% - 25px);
    height: -moz-calc(100% - 25px);
    height: calc(100% - 25px);
    background: #E6E6E6;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}

.logistics-b-i {
    background: #fff;
}

.logistics-b-i>.title {
    font-size: 14px;

    font-weight: 400;
    color: #000000;
    padding-left: .31rem;
    position: relative;
}

.logistics-b-i.cur>.title::after {
    background: #01A0E2;
}

.logistics-b-i>.title::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #01A0E2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    border-radius: 50%;
    z-index: 1;
    background: #fff;
}

.order-detail-table-t {
    background: #F7F7F7;
    padding: .16rem .3rem;
}

.order-detail-table {
    margin-top: .3rem;
}

.order-detail-table-c-i-l,
.order-detail-table-t-l {
    width: 60%;
}

.order-detail-table-c-i-r,
.order-detail-table-t-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40%
}

.order-detail-table-c-i-r>.info,
.order-detail-table-c-i-r>.title,
.order-detail-table-t-r>.title {
    width: 50%;
    text-align: center;
}

.order-detail-table-c-i-l>.title {
    width: -webkit-calc(100% - 1.47rem);
    width: -moz-calc(100% - 1.47rem);
    width: calc(100% - 1.47rem);
    font-size: 15px;

    font-weight: 500;
    color: #171717;
    line-height: 15px;
}

.order-detail-table-t-l>.info {
    width: 70%;
}

.order-detail-table-c-i-l>.title {
    padding-left: .6rem;
}

.order-detail-table-t-r>.title,
.order-detail-table-t-l>.info,
.order-detail-table-t-l>.title {
    font-size: 16px;

    font-weight: 500;
    color: #292929;
}

.order-detail-table-t-l>.title {
    width: 30%;
}

.order-detail-table-c-i-l-img {
    width: 1.47rem;
    height: 1.47rem;
}

.order-detail-table-c-i {
    padding: .2rem 0;
    padding-right: .2rem;
    border-bottom: 1px solid #E6E6E6;
}

.order-detail-table-c-i-r>.title {
    font-size: 16px;

    font-weight: bold;
    color: #FF8A00;
}

.order-detail-table-c-i-r>.info {
    font-size: 15px;

    font-weight: 500;
    color: #171717;
}

.order-detail-table .place-order-r-msg {
    margin-top: .5rem;
}

.shopping-i-l>.title {
    font-size: .36rem;

    font-weight: bold;
    color: #01A0E2;
}

.shopping {
    padding: .7rem 0;
}

.shopping-i {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.shopping-i-r>.title {
    width: 50%;
    font-size: 16px;

    font-weight: 400;
    color: #01A0E2;
    line-height: 36px;
    text-align: right;
}

.shopping-i-l {
    width: auto;
}

.shopping-i-r {
    width: 30%;
}

.shopping-l {
    width: 75%;
}

.shopping-r {
    width: 23%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-top: 1px solid #02953C;
    border-left: 1px solid #FBFBFB;
    border-right: 1px solid #FBFBFB;
    background: #FBFBFB;
}

.shopping-table-t-l>.title {
    font-size: 16px;

    font-weight: 500;
    color: #292929;
    margin-left: .21rem;
}

.shopping-table-t {
    background: #FBFBFB;
    padding: .13rem .19rem;
}

.shopping-table {
    margin-top: .3rem;
}

.shopping-table-t-r>.title {
    font-size: 16px;

    font-weight: 500;
    color: #292929;
    margin: 0 .5rem;
    white-space: nowrap;
}

.shopping-table-c-b-i>.title {
    font-size: 15px;
    font-weight: bold;
    color: #FF8A00;
}

.shopping-table-c-b-i>.info {
    font-size: 15px;
    font-weight: 300;
    text-decoration: line-through;
    color: #818181;
}

.shopping-table-t-r {
    width: 40%;
}

.shopping-table-t-l,
.shopping-table-c-a {
    width: 45%;
}

.shopping-table-c-b {
    width: 40%;
}

.shopping-table-c-b-i:nth-child(2) {
    margin: 0 .4rem;
}

.shopping-table-c {
    padding: .3rem .19rem;
    border-bottom: 1px solid #F2F3F3;
}

.shopping-table-c-a>.inputs {
    height: 100%;
    margin-top: .1rem;
    margin-right: .2rem;
    margin-bottom: auto;
}

.shopping-table-t-r-child {
    width: 10%;
}

.shopping-table-type {
    margin-top: .43rem;
    padding: 0.19rem;
}

.shopping-table-type>.title {
    font-size: 15px;

    font-weight: 500;
    color: #474746;
    margin-left: .2rem;
}

.shopping-table-type>.inputs {
    border: 1px solid #E7E8EA;
}

.shopping-r-t {
    padding: .15rem .2rem;
    background: #fff;
    font-size: 24px;

    font-weight: 500;
    color: #01A0E2;
}

.shopping-r-c-i>.title {
    font-size: 15px;

    font-weight: 400;
    color: #292929;
    margin-right: .33rem;
}

.shopping-r-c-i>.info {
    font-size: 15px;
    font-weight: 300;
    color: #292929;
}

.shopping-r-c-i>.info.old {
    font-size: 15px;
    font-weight: 300;
    text-decoration: line-through;
    color: #818181;
}

.shopping-r-c-i>.info.total {
    font-size: 20px;

    font-weight: bold;
    color: #FF8A00;
}

.shopping-r-c-i {
    margin: 0.1rem 0;
}

.shopping-r-c {
    padding: .30rem .25rem;
}

.shopping-r-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .28rem 0 .32rem 0;
    max-width: 282px;
    width: 100%;
    height: 49px;
    background: #01A0E2;
    border-radius: 3px;
    font-size: 18px;

    font-weight: 500;
    color: #FFFFFF;
}

.shopping-r-return {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shopping-r-return>.title {
    font-size: 18px;

    font-weight: 400;
    color: #727272;
    margin-left: .10rem;
}

.order-detail-table-i {
    overflow-x: auto;
}

.down-b-swiper {
    width: 100%;
    height: 100%;
}

.down-b-l {
    width: 40%;
}

.down-b-r {
    width: 55%;
}

.down-b {
    padding-top: 1.04rem;
    padding-bottom: 10%;
}

.down-b-swiper-img>img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}

.down-b-next,
.down-b-prev {
    width: 0.39rem;
    height: 0.39rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #EDEEEE;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.down-b-next {
    left: auto;
    right: 0;
}

.down-b-r-con {
    margin-top: 0.33rem;
}

.down-b-r-con>.title {
    font-size: 0.3rem;

    font-weight: 800;
    color: #01A0E2;
    line-height: 0.3rem;
}

.down-b-r-con>.info {
    margin-top: .3rem;
    font-size: 0.18rem;

    font-weight: 400;
    color: #1A1A1A;
    line-height: 0.3rem;
}

.down-b-r-link {
    margin-top: .44rem;
}

.pro-info2 .pic-slider-w2 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    /* border-bottom: 1px solid #eff1f1 */
}

.pro-info2 .pic-slider-w2 .po-auto {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pro-info2 .pic-slider-w2 .b-slider {
    width: 98px
}

.pro-info2 .pic-slider-w2 .b-slider .slick-list {
    padding: 0 0 20px 0
}


.pro-info2 .pic-slider-w2 .b-slider .slick-slide li {
    position: relative;
    margin: 5px 0;
    width: 0.73rem;
    height: 0.73rem;
    border: 1px solid #eff1f1;
    cursor: pointer;
    padding: 2px 0
}

.pro-info2 .pic-slider-w2 .b-slider .slick-current li {
    border-color: #01A0E2
}

.pro-info2 .pic-slider-w2 .b-slider .slick-next,
.pro-info2 .pic-slider-w2 .b-slider .slick-prev {
    width: 100%;
    height: 20px;
    top: inherit;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.pro-info2 .pic-slider-w2 .b-slider .slick-prev {
    left: inherit;
    background: #697378 url(../images/pro_info_t2.png) no-repeat center
}

.pro-info2 .pic-slider-w2 .b-slider .slick-next {
    right: inherit;
    bottom: 0;
    background: #697378 url(../images/pro_info_b2.png) no-repeat center
}

.pro-info2 .pic-slider-w2 .t-slider {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.t-slider .slick-list {
    width: 100% !important;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-slide li {
    height: 3.92rem
}

.pro-info2 .pic-slider-w2 .t-slider img {
    width: auto
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots {
    bottom: -10px;
    display: none !important;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots div {
    width: 5px;
    height: 5px;
    background: #ccc
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots div.slick-active,
.pro-info2 .pic-slider-w2 .t-slider .slick-dots div:focus,
.pro-info2 .pic-slider-w2 .t-slider .slick-dots div:hover {
    background: #C2A284
}

.pro-info2 {
    width: 55%;
}

.product-detail-r {
    width: 40%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: -webkit-sticky;
    position: sticky;
    top: 218px;
}

.product-detail-r-t>.title {
    font-size: 0.24rem;

    font-weight: bold;
    color: #292929;
}

.product-detail-r-t>.info {
    font-size: 0.16rem;

    font-weight: 400;
    color: #292929;
    margin-top: .19rem;
}

.product-detail-r-t {
    padding-bottom: .34rem;
    border-bottom: 1px solid #E5E6E8;
}

.product-detail-b {
    padding-top: .55rem;
}

.product-detail-r-c-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-detail-r-c-prices>.price-new {
    font-size: 0.4rem;
    font-weight: bold;
    color: #FF8A00;
    line-height: .4rem;
}

.product-detail-r-c-prices>.price-old {
    font-size: 0.27rem;

    font-weight: normal;
    text-decoration: line-through;
    color: #727171;
    line-height: .27rem;
    margin-left: .2rem;
}

.product-detail-r-c {
    padding-top: .29rem;
    padding-bottom: .68rem;
    margin-bottom: .25rem;
    border-bottom: 1px solid #E7E8EA;
}

.product-detail-r-c-title {
    margin: .29rem 0 .43rem 0;
}

.product-detail-r-specs>.title {
    font-size: 0.16rem;

    font-weight: 400;
    color: #292929;
    margin-right: .23rem;
}

.product-detail-r-specs-list-i {
    height: 0.46rem;
    border: 0.01px solid #E5E6E8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: -webkit-calc(94% / 3);
    min-width: -moz-calc(94% / 3);
    min-width: calc(94% / 3);
    margin-bottom: .18rem;
}

.product-detail-r-specs-list {
    width: 80%;
}

.product-detail-r-specs-list-i.cur {
    border: 0.01px solid #01A0E2;
    font-size: 0.16rem;
    font-weight: 400;
    color: #01A0E2;
}

.product-detail-r-specs-list::after {
    content: '';
    min-width: -webkit-calc(94% / 3);
    min-width: -moz-calc(94% / 3);
    min-width: calc(94% / 3);
}

.product-detail-r-specs {
    margin-bottom: .45rem;
}

.product-detail-r-nums>.items {
    width: 0.44rem;
    height: 0.44rem;
    border: 0.01px solid #E5E6E8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #292929;
}

.product-detail-r-nums>.items.a {
    max-width: 100px;
    width: 100%;
    text-align: center;
}

.product-detail-r-btns {
    max-width: 407px;
    width: 100%;
    height: 0.6rem;
    background: #01A0E2;
    border-radius: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-detail-r-star {
    min-width: .6rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: url(../images/img-detail-star.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: .21rem;
}

.product-detail-r-star.cur {
    background: url(../images/img-detail-stars.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.product-detail-r-btns>.title {
    font-size: 0.18rem;

    font-weight: 400;
    color: #FFFFFF;
    margin-left: .15rem;
}

.product-detail-r-down>.title {
    font-size: 0.16rem;

    font-weight: 400;
    color: #292929;
    margin-left: .15rem;
}

.product-detail-b-top {}

.product-detail-b-cover>.title {
    font-size: 0.36rem;

    font-weight: 400;
    color: #292929;
}

.product-detail-b-cover-img {
    margin: .36rem 0;
}

.product-detail-b-cover {
    margin-top: .24rem;
}

.product-detail-b-cover.h5 {
    display: none;
}

.product-detail-b-association>.title {
    font-size: 0.36rem;

    font-weight: 400;
    color: #292929;
}

.product-detail-b-association {
    margin-top: .85rem;
}

.develop-video {
    position: absolute;
    width: 50%;
    /* height: 100%; */
    left: 0;
    bottom: 22%;
    z-index: 2;
    border-radius: 0 30px 30px 30px;
    mix-blend-mode: screen;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    /* background: url(../images/bg-video.jpg)no-repeat; */

}

.fix-bar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /* border-radius: 30px 0 0 30px; */
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fix-bar .item {
    width: .94rem;
}

.fix-bar .item:nth-child(4) {
    margin: 0.1rem 0;
}

#gotop {
    margin-bottom: 0 !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.fix-bar-top {
    text-align: center;
    font-size: 0.14rem;

    font-weight: 400;
    color: #505050;
    line-height: 0.14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fix-bar .item:nth-child(1) {
    background: url(../images/icon-wx.png)no-repeat center center;
}

.fix-bar .item:hover:nth-child(1) {
    background: url(../images/icon-wx.png)no-repeat center center;
}

.fix-bar .item:nth-child(2) {
    background: url(../images/icon-kf.png)no-repeat center center;
}

.fix-bar .item:nth-child(3) {
    background: url(../images/icon-car.png)no-repeat center center;
}

.fix-bar .item:nth-child(4) {
    background: url(../images/icon-yj.png)no-repeat center center;
}


.fix-bar .item:nth-child(5) {
    background: url(../images/icon-top.png)no-repeat center center;
}


.fix-bar .item.cur,
.fix-bar .item:hover:nth-child(5) {
    background: url(../images/icon-top.png)no-repeat center center !important;
}

.fix-bar .item {
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .fix-bar .item.cur,
.fix-bar .item:hover {
    background: #01A0E2;
} */

.fix-bar .item:hover .info {
    visibility: visible;
    opacity: 1
}

.fix-bar .item:hover .info3 {
    visibility: visible;
    opacity: 1;
    right: 110px
}

.fix-bar .btn {
    width: .71rem;
    height: .6rem;
    cursor: pointer;
    margin-bottom: .1rem;
}

.fix-bar .info {
    top: 50%;
    right: 56px;
    background: #45aae7;
    min-width: 100px;
    padding: 7px;
    border-radius: 5px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    visibility: hidden;
    opacity: 0
}

.fix-bar .info2 {
    padding: 0
}

.fix-bar .info2 em {
    width: 32px;
    height: 90px;
    border-right: 1px solid #fff
}

.fix-bar .info2 em span {
    top: 29px;
    left: -37px;
    width: 90px;
    height: 32px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.fix-bar .info2 .txt {
    width: 120px
}

.fix-bar .info3 {
    visibility: hidden;
    opacity: 0;
    top: 50%;
    right: 80px;
    padding: 10px;
    min-width: 180px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #01A0E2;
    background: #eee;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.fix-bar .info3::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -6px;
    border-left: 6px solid #eee;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-top: -5px
}

.brand-nav {
    padding: 1.4rem 0;
}

.brand-nav-l>.title {
    font-size: 24px;
    font-weight: 300;
    color: #01A0E2;
    line-height: 26px;
    text-transform: uppercase;
}

.brand-nav-l>.info {
    font-size: 48px;
    font-weight: bold;
    color: #01A0E2;
    margin-top: 0.18rem;
    line-height: 48px;
}

.brand-nav-l {
    width: 34%;
}

.brand-nav-r {
    width: 63%;
}

.brand-nav-r-con>.title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
}

.brand-introduction-b {
    background: #01A0E2;
    padding: 0.75rem 0 1.13rem;
}

.brand-introduction-t {
    text-align: center;
}

.brand-introduction-t>.title {
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 44px;
    text-transform: uppercase;
}

.brand-introduction-t>.info {
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 0.23rem;
}

.brand-introduction-c-r,
.brand-introduction-c-l {
    width: 48%;
}

.brand-introduction-c {
    margin-top: .82rem;
}

.brand-introduction-c-l {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 30px;
}

.brand-development-b {
    /* background: #F9F9F9; */
    background: url(../images/bg-development.jpg);
    padding: 1.18rem 0 .95rem;
}

.brand-development-t>.title {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    color: #01A0E2;
    text-transform: uppercase;
}

.brand-development-t>.info {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 0.23rem;
    color: #01A0E2;
}

.honor-brand-t,
.brand-development-t {
    text-align: center;
}

.brand-development-c {
    width: 100%;
    margin: 0.54rem 0;
    padding: .1rem 0;
    position: relative;
}

.brand-development-c::after {
    width: 1px;
    height: 100%;
    background: #E2E2E2;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.brand-development-c-i>.info {
    width: 48%;
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    line-height: 30px;
}

.brand-development-c-i>.info.title {
    font-size: 36px;

    font-weight: bold;
    color: #01A0E2;
    text-align: right;
}

.brand-development-c-i {
    position: relative;
    z-index: 2;
}

.brand-development-c-i::after {
    width: .07rem;
    height: .07rem;
    content: '';
    display: block;
    background: #01A0E2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.brand-development-c-i:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.brand-development-c-i:nth-child(even)>.info {
    text-align: right;
}

.brand-development-c-i:nth-child(even)>.info.title {
    text-align: left;
}

.brand-development-c-i {
    padding: 0.33rem 0;
}

.brand-data-r,
.brand-data-l {
    width: 45%;
}

.brand-data-l {
    text-align: center;
}

.brand-data-l-img img {
    width: auto;
    height: auto;
    margin: auto;
}

.brand-data-t {
    padding: .79rem 0;
    border-bottom: 1px solid #D1D1D1;
}

.brand-data-l>.title {
    font-size: 18px;
    font-weight: 300;
    color: #989898;
    line-height: 20px;
    margin-top: .39rem;
}

.honor-brand-t>.title,
.brand-data-r-t>.title {
    font-size: 30px;
    font-weight: 300;
    color: #01A0E2;
    line-height: 44px;
    text-transform: uppercase;
}

.honor-brand-t>.info,
.brand-data-r-t>.info {
    font-size: 48px;
    font-weight: bold;
    color: #01A0E2;
    line-height: 50px;
    margin-top: 0.22rem;
}

.brand-data-r-c {
    margin-top: .78rem;
    font-size: 24px;
    color: #01A0E2;
    line-height: 36px;
}

.brand-data-b-i>.icon {
    min-width: .1rem;
    min-height: .1rem;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
}

.brand-data-b-i:nth-child(1)>.icon {
    background: #C55A11;
}

.brand-data-b-i:nth-child(2)>.icon {
    background: #5B9BD5;
}

.brand-data-b-i:nth-child(3)>.icon {
    background: #F09050;
}

.brand-data-b-i:nth-child(4)>.icon {
    background: #A2C6E7;
}

.brand-data-b-i {
    padding-left: .29rem;
}

.brand-data-b {
    padding: .61rem 0;
}

.brand-data-b-i>.icon {
    margin-right: .17rem;
}

.brand-data-b-i>.title {
    font-size: 16px;

    font-weight: 500;
    color: #6C6C6C;
    line-height: 20px;
}

.brand-data-b-i {
    width: 48%;
}

.honor-b {
    position: relative;
    width: 100%;
    height: auto;
}

.honor-b-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 4.74rem;
    -o-object-fit: none;
}

.honor-b-c>.title {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 72px;
}

.honor-b-c {
    position: relative;
    z-index: 1;
    top: 0;
    padding-top: 1.28rem;
}

.items-con>.title {
    font-size: 30px;
    font-weight: bold;
    color: #01A0E2;
    line-height: 30px;
}

.items-con>.info {
    font-size: 16px;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 36px;
    margin-top: .5rem;
}

.development-b {
    width: 100%;
    height: 100%;
}

.honor-b-c-i>.items {
    width: 48%;
    background: #fff;
    height: 3.77rem;
    -webkit-box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.13);
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.13);
    padding: .82rem .76rem;
}

.honor-b-c-i {
    margin-top: .96rem;
}

.items-img {
    min-width: .27rem;
    min-height: .27rem;
    width: 0.27rem;
    height: 0.28rem;
    margin-right: .15rem;
}

.honor-brand-t {
    margin-top: 1.1rem;
}

.honor-brand-list-img {
    margin-right: .41rem;
}

.honor-brand-list-con>.title {
    font-size: 24px;
    color: #5A5A5A;
    font-weight: bold;
    line-height: 36px;
}

.honor-brand-list-con>.info {
    font-size: 16px;
    color: #5A5A5A;
}

.honor-brand-list {
    padding-top: .75rem;
}

.honor-brand-list::after {
    display: none;
}

.honor-brand-list-i {
    width: 48%;
    margin-bottom: .91rem;
}

.honor-award-b {
    background: #F5F5F5;
    padding: 0.85rem 0 1.01rem;
}

.brand-belief>.honor-brand-t,
.honor-design-b>.honor-brand-t,
.honor-award>.honor-brand-t {
    margin-top: 0;
}

.honor-award-list-l {
    width: 45%;
}

.honor-award-list-r {
    width: 30%;
}

.honor-award-list-l-i {
    width: 100%;
    margin-bottom: .65rem;
}

.honor-award-list-l-i:last-child {
    margin-bottom: 0;
}

.honor-award-list-l-img {
    min-width: 1.32rem;
    min-height: 1.32rem;
    width: 1.32rem;
    height: 1.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .69rem;
}

.honor-award-list-r-con>.title,
.honor-award-list-l-con>.title {
    font-size: 24px;
    font-weight: bold;
    color: #5A5A5A;
    line-height: 36px;
}

.honor-award-list-r-con>.info,
.honor-award-list-l-con>.info {
    font-size: 16px;
    color: #5A5A5A;
    line-height: 24px;
}

.honor-award-list {
    margin-top: .42rem;
}

.honor-award-list-r-con {
    margin-top: .3rem;
}

.honor-award-list-r-img img {
    width: 100%;
}

.honor-design-b {
    padding: 0.85rem 0 1.01rem;
}


.honor-brand-c-con {
    font-size: 16px;
    color: #5A5A5A;
    line-height: 36px;
}

.honor-brand-c-con>.title {
    font-size: 24px;
    font-weight: bold;
    color: #5A5A5A;
}

.honor-brand-c-con>.info {
    font-size: 16px;
    color: #5A5A5A;
    line-height: 36px;
}

.honor-brand-c-img {
    margin-right: .48rem;
}

.honor-brand-c {
    margin-top: .9rem;
}

.honor-award-quality-list {
    margin-top: .62rem;
}

.honor-award-quality-list-i {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    margin-bottom: .2rem;
}



.brand-wish-img,
.brand-wish-con {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 .95rem;
}

.brand-wish-img {
    padding: 0;
}

.brand-wish-con>.title {
    font-size: 48px;
    font-weight: bold;
    color: #292929;
}

.brand-wish-con {
    background: #91D7B4;
}

.brand-wish-con>.info {
    font-size: 30px;
    font-weight: 400;
    color: #292929;
    margin-top: .36rem;
}

.brand-wish-i:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.brand-wish-i:nth-child(even) .brand-wish-con {
    background: #F2C79A !important;
}

.brand-belief {
    padding-top: 1.43rem;
}

.brand-belief-c-img,
.brand-belief-c {
    width: 100%;
}

.brand-belief-c-img {
    -webkit-animation: 5s linear infinite;
    -moz-animation: 5s linear infinite;
    -o-animation: 5s linear infinite;
    animation: zoomOut 5s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.brand-belief-c {
    margin-top: .94rem;
    position: relative;
}

.brand-belief-c-list {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}

.brand-belief-c-list-i,
.brand-belief-c-list-b {
    height: 100%;
}

.brand-belief-c-list-b .swiper-slide .brand-belief-c-list-i {
    padding: 0.54rem 0.47rem 0 0.47rem;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
}

.brand-belief-c-list-b .swiper-slide:last-child .brand-belief-c-list-i {
    border-right: none;
}

.brand-belief-c-list-i>.nums {
    font-size: 0.6rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.35);
    line-height: 0.6rem;
}

.brand-belief-c-list-i>.title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    line-height: 24px;
    margin: .37rem 0;
}

.brand-belief-c-list-i>.info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.vision-b {
    position: relative;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.vision-b::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 7.22rem;
    height: 4.87rem;
    content: '';
    display: block;
    background: url(../images/img-vision.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.vision-b-i-t>.title {
    font-size: 24px;
    font-weight: 300;
    color: #01A0E2;
    line-height: 44px;
    text-transform: uppercase;
}

.vision-b-i-t>.name {
    font-size: 48px;
    font-weight: bold;
    color: #01A0E2;
}

.vision-b-i {
    padding-top: .72rem;
}

.vision-b-i-c-img {
    max-width: 3.85rem;
    max-height: 5.76rem;
    margin-right: .9rem;
}

.vision-b-i-c-info>.title {
    font-size: 48px;
    font-weight: bold;
    color: #01A0E2;
}

.vision-b-i-c-info>.info {
    font-size: 24px;
    font-weight: normal;
    color: #303030;
    line-height: 48px;
    margin-top: .93rem;
}

.vision-b-i-c {
    padding: .69rem 0;
}

.vision-b-i-list-i {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 1rem;
}

.vision-b-i-list-img {
    width: 2.18rem;
    height: 3.25rem;
    margin: auto;
    position: relative;
    z-index: 1;
}

.vision-b-i-list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

.vision-b-i-list-img::after {
    width: 2.68rem;
    height: 2.39rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#00be8a), to(#001f6e));
    background: -webkit-linear-gradient(top, #00be8a, #001f6e);
    background: -moz-linear-gradient(top, #00be8a, #001f6e);
    background: -o-linear-gradient(top, #00be8a, #001f6e);
    background: linear-gradient(180deg, #00be8a, #001f6e);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.vision-b-i-list-con>.title {
    font-size: 24px;
    font-weight: bold;
    color: #3D3D3D;
    margin: .35rem 0 .29rem;
}

.vision-b-i-list-con>.info {
    font-size: 18px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 27px;
}

.vision-global {
    padding: 1.2rem 0;
}

.vision-global-r-i>.address {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

.vision-global-r-i>.name {
    font-size: 30px;
    font-weight: bold;
    color: #01A0E2;
    white-space: nowrap;
}

.vision-global-r-i.item {
    margin-top: .36rem;
}

.vision-global-r-i-top {
    min-width: 3.56rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: url(../images/bg-vision.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 0.08rem 0.28rem;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.vision-global-r,
.vision-global-l {
    width: 49%;
}

.vision-global-r-info {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
    margin-top: .27rem;
}

.vision-b-i-img {
    width: 100%;
    margin-top: .78rem;
    position: relative;
}

.vision-b-i-img::after,
.vision-b-i-img::before {
    content: '';
    display: block;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    opacity: 0.7;
    background-color: #01A0E2;
    -webkit-animation: scaless 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -moz-animation: scaless 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -o-animation: scaless 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: scaless 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
    position: absolute;
    top: 25%;
    left: 15%;
}

.vision-b-i-img::after {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 40%;
    left: auto;
    right: 26%;
}

.home-news-b-r {
    margin-right: 0 !important;
}

@-webkit-keyframes scaless {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50%,
    75% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
    }

    78%,
    100% {
        opacity: 0;
    }
}

@-moz-keyframes scaless {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50%,
    75% {
        -moz-transform: scale(2.8);
        transform: scale(2.8);
    }

    78%,
    100% {
        opacity: 0;
    }
}

@-o-keyframes scaless {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
    }

    50%,
    75% {
        -o-transform: scale(2.8);
        transform: scale(2.8);
    }

    78%,
    100% {
        opacity: 0;
    }
}

@keyframes scaless {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50%,
    75% {
        -webkit-transform: scale(2.8);
        -moz-transform: scale(2.8);
        -o-transform: scale(2.8);
        transform: scale(2.8);
    }

    78%,
    100% {
        opacity: 0;
    }
}

.sales-outlets-b {
    background: #EFE7D8;
    padding: 1.42rem 0 0.8rem;
}


.place-order-num-i>.title {
    font-size: 15px;
    font-weight: 400;
    color: #171717;
}

.place-order-num-i {
    margin: 0 3%;
}

.place-order-num {
    margin-top: .3rem;
}

.place-order-num-i>.nums {
    font-size: 20px;
    font-weight: bold;
    color: #FF8A00;
}

.vision-b-i-c-i {
    font-size: 25px;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 40px;
    margin: 0.2rem 0;
}

.vision-b-i-c-i>.nums {
    font-size: 35px;
    font-weight: bold;
    color: #01A0E2;
}

.vision-b-i-c-i>.title {
    font-size: 35px;
    font-weight: bold;
    color: #5C5C5C;
}

.sales-outlets-r>.title {
    font-size: 36px;
    font-weight: bold;
    color: #2A2A2A;
}

.sales-outlets-r-img {
    margin-top: .2rem;
}

/*  new  */

@media (max-width:1500px) {
    .mauto {
        width: 90%;
    }

}

@media (max-width:1400px) {
    nav ul li {
        margin: 0 10px;
    }

    .public-tobody,
    .wrap {
        padding: 0 20px;
    }

    .down-b,
    .product-detail-b,
    .place-order-b,
    .support-b,
    .shopping,
    .collect-b,
    .home-newlist {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    .header-menu {
        padding-top: .1rem;
        padding-bottom: .1rem;
    }

    .vision-b-i,
    .honor-b-c {
        padding-top: 1.4rem;
    }

    .brand-nav {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }

    .brand-nav-l>.info {
        font-size: 42px;
    }

    .vision-global,
    .honor-design-b {
        padding-top: 0.85rem;
        padding-bottom: 1.01rem;
    }


}

@media (max-width:1300px) {
    nav ul li {
        margin: 0 5px;
    }
}

@media (max-width:1280px) {
    .home-newlist-img-b {
        width: 100%;
        min-height: 5rem;
    }

    .public-footer .top {
        display: none;
    }

    .mauto {
        width: 95%;
    }

    .supplier-step {
        display: none;
    }


    .home-health-list-i-show>.title,
    .price-b>.title {
        font-size: .28rem;
    }

    .home-news-b-l>.title {
        font-size: .48rem;
        line-height: .5rem;
    }


    .home-news-b-l>.info,
    .home-hot-row-show>.title,
    .home-hot-con>.title {
        font-size: .4rem;
    }

    .home-newlist-img img {
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin: auto;
    }

    .home-newlist-con,
    .home-newlist-img {
        width: 100%;
    }

    .home-newlist-con {
        margin-top: .3rem;
    }

    .home-newlist-a {
        display: block;
    }
}

@media (max-width:1200px) {
    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        background: url(../images/xx2.png) no-repeat center center;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    .mauto {
        width: 95%;
    }

    nav ul li {
        margin: 0 0px;
        min-width: 90px;
    }


}

@media (max-width:1200px) {
    .product-b {
        margin-top: .5rem;
    }

    .brand-nav {
        display: block;
    }

    .brand-nav-r,
    .brand-nav-l {
        width: 100%;
    }

    .brand-nav-r {
        margin-top: .2rem;
    }

    .brand-nav {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .brand-wish-con>.title {
        font-size: 30px;
    }

    .brand-wish-con>.info {
        font-size: 22px;
    }

    .brand-wish-con {
        padding: 0 .5rem;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 82px);
        height: -moz-calc(100% - 82px);
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #1062A5
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }
}

@media (max-width:1024px) {
    .product-detail-b-cover.pc {
        display: none;
    }

    .product-detail-b-cover.h5 {
        display: block;
    }

    .product-b-img {
        width: 100%;
        height: 100%;
        max-height: 3.53rem;
    }

    .vision-b-i-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vision-b-i-list-i {
        width: 48%;
    }

    .vision-global-r-i {
        display: block;
    }

    .brand-belief-c-list-i>.title {
        margin: .2rem 0;
    }

    .brand-belief-c-list-i {
        padding: .2rem !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .brand-belief-c-list {
        height: 100%;
    }

    .brand-belief {
        padding-top: 1rem;
    }

    .honor-brand-list {
        padding-top: .5rem;
    }

    .honor-brand-c,
    .honor-brand-t {
        margin-top: .5rem;
    }

    .honor-design-b,
    .honor-award-b {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .honor-award-list-l-img {
        margin-right: .3rem;
    }

    .honor-b-c-i>.items {
        height: 3rem;
    }

    .brand-data-b-i:first-child {
        margin-top: 0;
    }

    .brand-data-b {
        padding: .3rem 0;
    }

    .sales-outlets-b,
    .vision-global,
    .brand-nav {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .brand-data-t,
    .brand-development-b,
    .brand-introduction-b {
        padding: 0.5rem 0;
    }

    .honor-b-c-i {
        margin-top: .5rem;
    }

    .items-con>.info,
    .brand-data-r-c,
    .brand-introduction-c {
        margin-top: .3rem;
    }

    .brand-development-c {
        margin: .3rem 0;
    }

    .vision-b-i-c-i,
    .vision-b-i-list-con>.title,
    .vision-global-r-i>.name,
    .vision-b-i-c-info>.info,
    .vision-b-i-t>.title,
    .brand-nav-l>.title,
    .honor-brand-t>.title,
    .brand-data-r-t>.title,
    .brand-development-t>.title,
    .brand-introduction-t>.title {
        font-size: 22px;
    }

    .vision-global-r-i>.address,
    .brand-data-r-c {
        font-size: 20px;
        line-height: 24px
    }

    .honor-b-c-i>.items {
        padding: .5rem;
    }

    .sales-outlets-r>.title,
    .vision-b-i-c-i>.title,
    .vision-b-i-c-info>.title,
    .vision-b-i-t>.name,
    .items-con>.title,
    .honor-b-c>.title,
    .honor-brand-t>.info,
    .brand-data-r-t>.info,
    .brand-development-t>.info,
    .brand-introduction-t>.info,
    .brand-nav-l>.info {
        font-size: 30px;
        margin-top: 0;
    }

    .honor-b-c>.title {
        line-height: 50px;
    }


    .brand-data-b-i,
    .brand-data-r,
    .brand-introduction-c-r {
        margin-top: .2rem;
    }

    .brand-data-b-i,
    .brand-data-r,
    .brand-data-l,
    .brand-introduction-c-r,
    .brand-introduction-c-l,
    .product-detail-r,
    .pro-info2 {
        width: 100%;
    }

    .brand-data-t,
    .brand-introduction-c,
    .product-detail-b-top {
        display: block;
    }

    .news-detail-r-i {
        margin-bottom: 6%;
    }

    .news-detail-r {
        width: 100%;
        padding: 0;
    }

    .news-detail-l {
        border: none;
        padding-right: 0;
    }

    .news-detail,
    .place-order-b {
        display: block;
    }

    .news-detail-l,
    .place-order-l,
    .place-order-r {
        width: 100%;
    }

    .cars-con-table {
        overflow-x: auto;
    }

    .about-b-null>.title,
    .public-banner-con {
        font-size: .3rem;
    }

    .shopping-table {
        overflow-x: auto;
    }

    .shopping-r {
        margin-top: .3rem;
    }

    .shopping-r-btn {
        margin: 0.28rem auto 0.32rem auto;
    }

    .shopping {
        display: block;
    }

    .order-table-c,
    .order-table-t,
    .shopping-table-c,
    .shopping-table-t,
    .order-detail-table-c,
    .order-detail-table-t {
        min-width: 1024px;
    }

    .collect-b-l-i {
        padding: .2rem 0;
    }

    .collect-b {
        display: block;
    }

    .shopping-r,
    .shopping-l,
    .collect-b-r,
    .collect-b-l {
        width: 100%;
    }

    .collect-b-l {
        margin-bottom: 20px;
    }

    .product-box {
        padding-bottom: .5rem !important;
    }

    .public-footer-i>.title {
        margin-bottom: .25rem;
    }

    .public-footer-bg {
        padding-bottom: 0;
    }

    .public-footer-down {
        height: .4rem;
        position: relative;
        margin-top: .3rem;
    }

    .public-footer .public-footer-i {
        display: none;
    }

    .public-footer .public-footer-i:last-child {
        display: block !important;
    }

    .home-news-b-l>.title {
        font-size: .36rem;
    }

    .home-news-b-l>.info,
    .home-health-con>.title {
        font-size: .3rem;
    }

    .home-health-list-i-show>.title,
    .price-b>.title {
        font-size: .25rem;
    }

    .price-b>.info .info-first {
        font-size: .20rem;
    }

    .price-b>.info .info-last {
        font-size: .18rem;
    }

    .home-health-con>.info {
        margin: 0.2rem 0 0.4rem 0;
    }

    .public-top {
        margin-top: 0px;
    }

    .home-health-i,
    .home-msg {
        display: block;
    }

    .home-msg-l {
        display: block;
    }

    .home-health-con,
    .home-health-img,
    .home-msg-l,
    .home-msg-r {
        width: 100%;
    }
}

@media (max-width:980px) {}

@media (max-width:820px) {}

@media (max-width:768px) {


    .home-newlist-img {
        min-height: 5rem;
    }



    .product-b-img {
        margin: auto;
    }

    .home-health-list-i {
        width: 100% !important;
    }

    .vision-b-i-c-i {
        line-height: 30px;
    }

    .vision-b::after {
        width: 4.22rem;
        height: 2.87rem;
    }

    .vision-global-r {
        margin-top: .2rem;
    }

    .vision-global-r,
    .vision-global-l {
        width: 100%;
    }

    .sales-outlets,
    .vision-global {
        display: block;
    }

    .vision-b-i-list-i {
        margin-bottom: .3rem;
    }

    .vision-b-i-list-con>.title {
        margin: .1rem 0;
    }

    .vision-b-i-c-info>.info,
    .vision-b-i-c-info {
        margin-top: .2rem;
    }

    .vision-b-i-c-img {
        margin: auto;
    }

    .vision-b-i-c {
        display: block;
    }

    .vision-b-i {
        position: relative;
        z-index: 1;
        padding-top: .8rem;
    }

    .brand-belief-c-list-i>.nums {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .brand-belief-c-list-i {
        width: 100% !important;
    }

    .brand-belief-c-list {
        display: block;
    }

    .brand-belief {
        padding-top: .5rem;
    }

    .vision-b-i-img,
    .brand-belief-c {
        margin-top: .5rem;
    }

    .brand-wish-con>.title {
        font-size: 20px;
    }

    .brand-wish-con>.info {
        margin-top: .2rem;
        font-size: 18px;
    }

    .brand-wish-con {
        padding: .5rem;
    }

    .brand-wish-img,
    .brand-wish-con {
        width: 100%;
    }

    .honor-b-c-i>.items {
        height: auto !important;
    }

    .brand-wish-i:nth-child(even),
    .brand-wish-i,
    .honor-b-c-i {
        display: block;
    }

    .vision-b-i-c,
    .honor-design-b,
    .honor-award-b {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .honor-award-quality-list-i {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .honor-b-c-i>.items,
    .honor-award-list-r,
    .honor-award-list-l {
        width: 100%;
    }

    .honor-award-list-r {
        margin-top: .5rem;
    }

    .honor-brand-c-con {
        margin-top: .2rem;
    }

    .honor-b-c-i>.items,
    .honor-award-quality-list,
    .honor-award-list,
    .honor-brand-c {
        margin-top: .3rem;
    }

    .honor-brand-list {
        padding-top: .3rem;
    }

    .honor-brand-c,
    .honor-award-list {
        display: block;
    }

    .honor-b-c {
        padding-top: .5rem;
    }

    .honor-award-list-l-i {
        margin-bottom: .3rem;
    }

    .honor-brand-list-i {
        width: 100%;
        margin-bottom: .3rem;
    }

    .honor-b-c-i>.items {
        height: 2.5rem;
        padding: .3rem;
    }

    .brand-data-b-i {
        padding-left: 0;
    }

    .brand-development-c-i>.info.title {
        font-size: 30px;
    }

    .items-con>.info {
        margin-top: .2rem;
    }

    .honor-b-c>.title {
        line-height: 20px;
    }

    .vision-b-i-c-i,
    .vision-b-i-t>.title,
    .honor-b-c>.title,
    .brand-data-r-c,
    .brand-nav-r-con>.title,
    .brand-nav-l>.title,
    .honor-brand-t>.title,
    .brand-data-r-t>.title,
    .brand-development-t>.title,
    .brand-introduction-t>.title {
        font-size: 18px;
    }

    .vision-b-i-c-i>.nums {
        font-size: 30px;
    }

    .sales-outlets-r>.title,
    .vision-b-i-c-i>.title,
    .vision-b-i-list-con>.title,
    .vision-b-i-t>.name,
    .vision-b-i-c-info>.info,
    .vision-b-i-c-info>.title,
    .honor-brand-list-con>.title,
    .honor-brand-c-con>.title,
    .honor-award-list-r-con>.title,
    .honor-award-list-l-con>.title,
    .items-con>.title,
    .honor-brand-t>.info,
    .brand-data-r-t>.info,
    .brand-development-t>.info,
    .brand-introduction-t>.info,
    .brand-nav-l>.info {
        font-size: 20px;
        line-height: 24px;
    }

    .brand-nav-r>img {
        width: -webkit-calc(100% / 4);
        width: -moz-calc(100% / 4);
        width: calc(100% / 4);
    }

    .brand-nav-r {
        margin-top: .1rem;
    }

    .brand-nav-r-con>.title {
        margin-bottom: .2rem;
    }

    .brand-nav-r {
        display: block;
    }

    .fix-bar {
        display: none;
    }

    .down-b-swiper-img>img {
        width: 50%;
    }

    .down-b-r,
    .down-b-l {
        width: 100%;
    }

    .down-b {
        display: block;
    }

    .product-detail-r-btns {
        width: 90% !important;
    }

    .home-health-i,
    .home-hot-swiper {
        margin-top: .35rem;
    }

    .login-input-code,
    .login-input>.inputs {
        margin-bottom: 15px;
    }

    .enroll-title {
        font-size: 20px;
    }

    .login-input {
        margin-top: .3rem;
    }

    .news-detail-r-con {
        margin-top: 10px;
    }

    .news-detail-r-con>.info {
        margin-top: 5px;
        line-height: 20px;
    }

    .news-detail-r-i {
        margin-bottom: 8%;
    }

    .news-detail-page-l {
        display: block;
    }

    .news-detail-l-top>.title {
        font-size: 20px;
        line-height: 30px;
    }

    .place-order>.title {
        margin-top: 5%;
    }

    .place-order {
        padding-left: 20px;
        padding-right: 20px;
    }

    .place-order-r-return {
        margin: .37rem 0;
    }

    .place-order-r-btn,
    .place-order-r-msg-info {
        margin-top: .3rem;
    }

    .place-order-r-btn {
        max-width: none !important;
    }

    .collect-b-r-c-i-l-img {
        margin-right: .2rem;
    }

    .collect-b-r-c-i-l-con>.title {
        font-size: .25rem;
    }

    .collect-b-r-c-i {
        display: block;
    }

    .collect-b-r-c-i-r {
        margin-top: .2rem;
    }

    .collect-b-r-c-i-l,
    .collect-b-r-c-i-r,
    .server-b-i {
        width: 100%;
    }

    .login-type-i>.title {
        font-size: 14px;
    }

    .public-footer-i>.title {
        font-size: .25rem;
    }

    .after-sales-input-con {
        margin: 3% 0;
    }

    .after-sales-input {
        margin-top: 3%;
        max-width: none;
    }

    .address-btn,
    .invoice-btn,
    .info-btn,
    .after-sales-btn {
        max-width: none;
    }

    .page-b {
        margin: 0 10px;
    }

    .health-i {
        width: 49%;
    }

    .shopping-r-t {
        font-size: 20px;
    }

    .shopping-r-return>.title {
        font-size: 16px;
    }

    .shopping-table-type {
        margin-top: .3rem;
    }

    .shopping-i-r>.title {
        line-height: 21px;
    }

    .shopping-i-r {
        width: 60%;
    }

    .invoice-b>.inputs {
        margin-bottom: 15px;
    }

    .invoice-b-type-i {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }

    .order-detail-table-c-i-l>.title {
        font-size: .16rem;
    }

    .public-footer-pay {
        margin-bottom: 5%;
    }

    .login-menu>.title {
        font-size: 20px;
    }

    .login-b {
        /* padding-left: .2rem;
        padding-right: .2rem; */
        padding: 6% .2rem 1%;
    }

    .address-btn,
    .address-b-input {
        max-width: none;
    }


    .collect-b-l-i {
        padding: 0.1rem 0;
    }

    .product-b-con>.info>.title,
    .product-menu-i>.title {
        font-size: .22rem;
    }

    .product-b-i:last-child {
        margin-bottom: 0;
    }

    .product-menu-i {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }

    .product-b-i {
        width: 48%;
    }

    .home-buy-more>.title {
        font-size: .3rem;
    }

    .home-newlist-con-l>.info {
        font-size: .2rem;
    }

    .home-newlist-con {
        margin-top: .2rem;
    }

    .home-newlist {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .home-news-b-l>.info {
        margin: 3% 0;
    }

    .home-news-btn {
        margin-top: 4%;
    }

    .home-health-list-i,
    .home-hot-list-i {
        width: 49%;
    }

    .home-news-b-r,
    .home-news-b-l {
        width: 100%;
    }

    .home-news-b-r {
        margin-top: .2rem;
    }

    .home-news-b-r img {
        width: auto;
        height: auto;
        margin: auto;
        display: block;
    }

    .home-news-b {
        padding-top: .3rem;
        padding-bottom: .3rem;
        display: block;
    }

    .home-health-img {
        min-height: auto;
    }
}

@media (max-width:680px) {
    .product-b-img {
        width: 3.9rem;
        height: 3.53rem;
        margin: auto;
    }

    .place-order-num {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
    }
}

@media (max-width:580px) {
    .page-b-i {
        margin: 0 6px;
    }

    .page-i {
        padding: 0 15px;
    }

    .health-img {
        max-width: none;
    }

    .brand-belief-c-img,
    .brand-belief-c {
        height: 5rem !important;
        -o-object-fit: cover;
        object-fit: cover !important;
    }

    .place-order>.info {
        margin-top: 0;
        margin-bottom: 1%;
    }

    .place-order-btn-i,
    .place-order-i>.inputs,
    .place-order-i>.title {
        font-size: .25rem;
    }

    .place-order-r-info>.title,
    .place-order-l-t>.title {
        font-size: .3rem;
    }

    .health-i {
        width: 100%;
        margin: 0 0 5% 0;
    }

    .support-nav-i,
    .news-nav-i,
    .health-nav-i,
    .public-banner-nav-i {
        min-width: -webkit-calc(100% / 3);
        min-width: -moz-calc(100% / 3);
        min-width: calc(100% / 3);
    }

    .support-nav-b,
    .news-nav-b,
    .health-nav-b,
    .public-banner-nav-b,
    .public-banner-nav {
        overflow-x: auto;
    }

    .shopping-table-t-r>.title {
        margin: 0 .7rem;
    }

    .public-footer-i>.info {
        font-size: .22rem;
    }

    .invoice-btn-hollow,
    .address-btn,
    .invoice-btn,
    .info-btn,
    .after-sales-btn {
        font-size: .25rem;
    }

    /* .product-b-img img {
        width: 80%;
        margin: auto;
    } */

    .product-b-i {
        width: 100%;
    }
}


/* 2023/7/12 */

.header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
}

/* 2023/8/1  */
.health-img-play {
    position: relative;
}

.health-img-play::after {
    width: .6rem;
    height: .6rem;
    background: url(../images/icon-play.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pro-info2 .pic-slider-w2 .t-slider .slick-slide li video {
    height: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0.5rem 0;
    margin: .33rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    font-weight: 300;
}

.dropdown-menu.cur {
    display: block;
}

.dropdown-menu {
    padding: 0;
    width: 270px;
    min-width: 3.5rem;
}

.dropdown-menu li a {
    color: #009739 !important;
}

.dropdown-item:hover {
    background-color: #009739;
}

.dropdown-item:hover a {
    color: #fff !important;
}

.dropdown-menu li a img {
    width: .24rem;
    height: .24rem;
}

.dropdown-link {
    display: block;
    padding: 3px 15px;
    font-size: .20rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/* .fa-check:before {
    content: "\f00c";
} */

.dropdown-menu li a i {
    line-height: 32px;
    float: right;
    color: white !important;
}


.dropdown-menu-right-mobile {
    display: none;
}


@media (max-width:768px) {
    .dropdown-menu-right-mobile {
        display: block;
    }

    .legal-box {
        font-size: 0.8rem;
        line-height: 1rem;
        color: #555a64;
        text-transform: uppercase;
    }

    .dropdown-menu-right .dropdown-item {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
    }

    .dropdown-menu-right {
        padding: 0 .2rem;
        padding-bottom: .2rem;
    }
}


.supplier-step {
    background: #fff;
    height: 170px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}

.supplier-step-wrap {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.supplier-step-wrap::before {
    width: 100%;
    background: #EBEEF8;
    height: 14px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}

.supplier-step-wrap a {
    width: 15%;
    height: 62px;
    line-height: 62px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #ECEFF9;
    font-size: 18px;
    color: #232323;
    text-align: center;
    position: relative;
    z-index: 3;
    background: #fff;
    margin: 0 4%;
}

.supplier-step-wrap a.active {
    background: #01A0E2;
    color: #fff;
}

.supplier-step-wrap a.all-active {
    background: #E7ECFA;
}

.supplier-step-wrap span {
    background: #fff;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    position: relative;
    z-index: 3;
    text-align: center;
}

.supplier-type {
    padding: 4% 0;
}

.supplier-type-title h3 {
    font-size: 0.36rem;
    color: #292929;
    font-weight: bold;
    text-align: center;
}

.supplier-type-list {
    margin-top: 4%;
}

.supplier-type-list a {
    width: 200px;
    height: 232px;
    display: flex;
    margin: 0 10%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.supplier-type-list a:hover, .supplier-type-list a.active {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}

.supplier-type-list a:hover::after, .supplier-type-list a.active::after {
    width: 100%;
    border-bottom: 5px solid #01A0E2;
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    z-index: 3;
}

.supplier-type-list img {
    max-width: 100%;
}

.supplier-type-list p {
    font-size: 18px;
    text-align: center;
    color: #232323;
    font-weight: bold;
    margin-top: 20px;
}

.download-wrap {
    margin: 4% auto;
}

.download-list {
    display: flex;
    flex-wrap: wrap;
}

.download-list-item {
    padding: 0 2%;
    width: 46%;
    background: #fff;
    height: 128px;
    overflow: hidden;
    margin: 0 2% 20px;
    align-items: center;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
}

.download-list-item-l {
    width: 80%;
    flex-direction: column;
}

.download-list-item-l h3 {
    font-size: 16px;
    color: #3B3B3B;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-list-item-l p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.download-list-item-l p span {
    margin-right: 20px;
}

.download-list-item-r {
    width: 20%;
    height: 100%;
    color: #02A0E1;
    align-items: center;
}

.download-list-item-r::before {
    content: '';
    display: block;
    background: url('../images/icon-download.png') no-repeat;
    width: 18px;
    height: 17px;
    margin-right: 10px;
}

.download-list-item-date {
    width: 66px;
    text-align: center;
    height: 72px;
    background: #F2FAFD;
}

.download-list-item-date b {
    font-size: 30px;
    color: #02A0E1;
}

.download-list-item-date p {
    font-size: 14px;
    color: #02A0E1;
}

.news-center-list .download-list-item-l {
    width: calc(100% - 86px);
}

.news-center-list .download-list-item:hover {
    background: #02A0E1;
}

.news-center-list .download-list-item:hover h3, .news-center-list .download-list-item:hover .download-list-item-l p {
    color: #fff !important;
}

.public-footer-b {
    background: #444;
    background-size: cover;
}

.public-footer {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.public-footer .top {
    padding: .52rem 0;
}

.public-footer .top .left .left-i .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.public-footer-info {
    margin-top: .33rem;
}

.public-footer-info .info {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 36px;
}

.public-footer-info .info:hover {
    color: #fff;
}

.public-footer .top .left {
    width: 55%;
}

.public-footer .top .right .list .list-i {
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}

.public-footer .top .right .list .list-i img {
    margin-right: .11rem;
}

.public-footer .top .right .list .list-i .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.public-footer .top .right .code {
    text-align: center;
    margin-left: .65rem;
}

.public-footer .top .right .code .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #CCD0DC;
    margin-top: .09rem;
}

.public-footer-num {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: .28rem 0.12rem;
    border-top: 1px solid #55536D;
}


.develop-b {
    padding: 2% 0;
    background: url(../images/bg-culture.png)no-repeat center bottom;
    background-size: cover;
}

.develop-i .mySwiper2 {
    width: 60%;
}

.develop-i .mySwiper {
    width: 40%;
    height: 100%;
}

.develop-i .mySwiper .swiper-wrapper {
    height: 90%;
}

.develop-i {
    height: 5rem;
}

.develop-i .mySwiper-i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    font-weight: 500;
    color: #C8C8C8;
    padding: 20px 0;
    cursor: pointer;
}


.develop-i .mySwiper-i.swiper-slide-thumb-active {
    font-size: 60px;
    font-weight: 800;
    color: #01a0e2;
}

.mySwiper2 .mySwiper2-i .t1 {
    margin-bottom: 20px;
    margin-right: 30px;
}

.mySwiper2 .mySwiper2-i .t1:last-child {
    margin-bottom: 0;
}

.mySwiper2 .mySwiper2-i .t1 .a {
    font-size: 16px;
    font-weight: bold;
    color: #01a0e2;
    line-height: 30px;
    display: block;
}

.mySwiper2 .mySwiper2-i .t1 .b {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.mySwiper2-prev,
.mySwiper2-next {
    width: 29px;
    height: 29px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    bottom: 0;
}

.mySwiper2-prev {
    top: 0;
}

.business-b {
    background: url(../images/bg-culture.png)no-repeat center center;
    background-size: cover;
}

.business {
    padding: 1rem 0;
}

.business .left {
    width: 40%;
}

.business .right {
    width: 60%;
    padding: 0 .64rem;
}

.business .right .right-i .t1 {
    font-size: 20px;
    font-weight: bold;
    color: #253D93;
}

.business .right .right-i .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #090909;
    line-height: 20px;
    margin-top: .15rem;
}

.business .right .right-i {
    margin-bottom: .5rem;
}

.business .right .right-i:last-child {
    margin-bottom: 0;
}

.business .index-pub-title {
    text-align: left;
}

.business .index-pub-title::after {
    margin-left: 0;
}

.contact-wrap {
    margin: 4% auto 2%;
}

.supplier-upload-wrap {
    margin: 2% auto 4%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
    width: 31%;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #fff;
}

.lx-i-inpit-d .lx-i-inpit-i {
    width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 20px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
    margin-right: 0;
}

.lx-i-inpit-i img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
    width: 95%;
    font-size: 16px;
    background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #fff;
}

.lx-i-inpit-i .i2 {
    width: 50%;
    background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #19438D;
    padding: .19rem .8rem;
}

.lx-i-inpit-btn {
    background: #19438D;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-top: .37rem;
}

.lx-box {
    margin-top: .45rem;
}

.lx-box>.t1 {
    font-size: 24px;
    font-weight: 400;
    color: #363636;
    margin-bottom: .32rem;
}

@media (max-width:768px) {

    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        width: 100%;
    }
}

.supplier-step-con-img {
    width: 50%;
    height: 390px;
    object-fit: cover;
    overflow: hidden;
}

.supplier-upload {
    background: #fff;
    padding: 2%;
    margin-top: 0;
}

.supplier-upload .lx-i-inpit-c {
    margin-top: 30px;
    justify-content: flex-start;
}

.supplier-upload .lx-i-inpit-c .lx-i-inpit-i {
    background: #01A0E2;
    border-radius: 5px;
    margin: 0 20px 0 0;
    height: 52px;
    line-height: 52px;
    border: 1px solid #01A0E2;
}

.supplier-upload .lx-i-inpit-c .lx-i-inpit-i:first-child {
    border: 1px solid #01A0E2;
    background: none;
    color: #01A0E2;
}

.pub-title1 {
    color: #292929;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pub-title1::after {
    content: '';
    display: block;
    background: #01A0E2;
    width: 40px;
    height: 6px;
    margin-top: 20px;
}

.supplier-step-con-txt {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    flex-direction: column;
    align-items: flex-start;
}

.supplier-step-con-txt p {
    font-size: 16px;
    color: #292929;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.supplier-step-con-txt a {
    text-align: center;
    height: 52px;
    line-height: 52px;
    background: #01A0E2;
    color: #fff;
    font-size: 18px;
    padding: 0 .8rem;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

.supplier-upload-files li {
    height: 40px;
    line-height: 40px;
}

.supplier-upload-files li p {
    font-size: 16px;
    color: #292929;
    margin-left: 10px;
}

.supplier-upload-files li::before {
    background: url('../images/icon-file.png') no-repeat;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
}

.supplier-upload-files li a {
    font-size: 16px;
    color: #01A0E2;
    margin-left: 10px;
}

.case-detail-con {
    background-color: #F1F5FF;
    margin-top: 80px;
    overflow: hidden;
    padding-bottom: 2%;
}

.case-detail-con-txt {
    margin: 2% auto 4%;
}

.case-detail-con-txt-l {
    width: calc(100% - 320px);
}

.case-detail-con-txt-l h3 {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 20px;
}

.case-detail-con-txt .news-detail-con {
    border-bottom: 0;
}

.case-detail-con-txt-r-btn {
    height: 60px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.case-detail-con-txt-r a {
    background: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    background: #F6F8FF;
    border: 1px solid #01A0E2;
    text-align: center;
    display: block;
    font-size: 16px;
    width: 90%;
    margin: 10px auto;
    color: #01A0E2;
}

.case-detail-con-txt-r-tit {
    background: url('../images/bg-case-title.png') no-repeat;
    text-align: center;
    width: 275px;
    height: 128px;
    font-size: 18px;
    color: #1A3E76;
}

.contacts-top {
    margin: 4% auto;
}

.contacts-top-l {
    width: 65%;
}

.contacts-top-l h1 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.contacts-top-l p {
    font-size: 16px;
    color: #000;
}

.contacts-top-l img {
    height: 410px;
    object-fit: cover;
    margin-top: 50px;
}

.contacts-top-r {
    padding: 20px 4%;
    width: 30%;
    background: #F0F4FF;
    border-top: 3px solid #02A0E1;
}

.contacts-top-r p {
    font-size: 16px;
    color: #000;
    line-height: 60px;
}


.index-bg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.index-news {
    padding-top: 2%;
    background-image: url('../images/bg-index-news.png');
}

.index-recommend {
    background-image: url('../images/bg-index-recommend.png');
}

.index-activity {
    padding-top: 2%;
    background-image: url('../images/bg-index-activity.png');

}

.index-custom {
    background-image: url('../images/bg-index-custom.png');
}

.index-friend-link {
    background-image: url('../images/bg-index-friend-link.png');
    background-size: 100% 100%;
}

.index-item {
    background: #fff;
    width: 32%;
}

.index-item-tag-label {
    background: #02A0E1;
    font-size: 16px;
    color: #F8F8F8;
    text-align: center;
    line-height: 34px;
    padding: 0 10px;
}

.index-item-tag-more {
    font-size: 14px;
    color: #090909;
    height: 34px;
    line-height: 34px;
    padding-right: 5%;
}

.index-item-tag-more b {
    color: #01A0E2;
    font-weight: normal;
    margin-left: 5px;
}

.index-item-list {
    padding: 2% 5%;
}

.index-item-list li a {
    width: 100%;
    margin: 10px 0 20px;
}

.index-item-list li b {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

.index-item-list li a:hover b {
    color: #01A0E2;
}

.index-item-list li a {
    font-size: 16px;
    color: #747474;
}

.index-item-con1 img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
}

.index-item-wrap {
    margin: 2% auto;
}

.index-item-img-list {
    position: relative;
    height: 315px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.index-item-img-list img {
    height: 315px;
    position: absolute;
    object-fit: cover;
}

.index-item-img-list-con {
    height: 100%;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 3;
    bottom: 0%;
    color: #fff;
    padding: 5%;
    width: 100%;
    overflow: hidden;
    /* box-sizing: content-box; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.index-item-img-list-con h3 {
    font-size: 24px;
    color: #F8F8F8;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.index-item-img-list-con p {
    font-size: 18px;
    color: #F8F8F8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-item-img-list-con p:last-child {
    font-size: 16px;
}

.index-recommend .index-item {
    margin-bottom: 2%;
}

.index-recommend .index-item.active {
    width: 66%;
}

.index-recommend .index-item.h-auto {
    height: 375px;
}

.index-recommend .index-item.h-auto .index-item-img-list, .index-recommend .index-item.h-auto .index-item-img-list img {
    height: 100%;
}

.home-swiper-img {
    width: 100%;
    height: 100%;
    min-height: 4rem;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-b>img {
    display: block;
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0672BB;
}

.swiper-pagination-icon span {
    width: 80px !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px;
    border-radius: 50%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.33) !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    overflow: hidden;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
    width: 50px !important;
    height: 15px;
    border-radius: 50px;
}

.swiper-pagination-icon .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 100%;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
    -moz-transition: all 5s linear;
    transition: all 5s linear;
}

.home-swiper .swiper-pagination {
    bottom: 3% !important;
}

.index-friend-link {
    font-size: 14px;
}

.index-friend-link-wrap {
    padding: 10px 0;
    align-items: center;
}

.index-friend-link-title {
    font-weight: bold;
}

.index-friend-link-list {
    width: calc(100% - 100px);
}

.index-friend-link-list a {
    margin-right: 10px;
}

.join-b-l {
    width: 70%;
}

.join-b-r {
    width: 26%;
    background: #fff;
    padding: 2%;
    height: 700px;
}

.join-b-r h2 {
    font-size: 18px;
    color: #232323;
    font-weight: bold;
}

.join-b-r h2::before {
    background: url('../images/icon-recommand.png') no-repeat;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
}

.join-swiper.swiper {
    padding-bottom: 50px;
}

.join-recommend-list {
    margin-top: 5%;
}

.join-recommend-list li {
    border-bottom: 1px solid #EEEFF2;
    padding: 15px 0;
}

.join-recommend-list li b {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block;
}

.join-recommend-list li i {
    font-size: 14px;
    color: #919191;
    display: block;
    margin-top: 5px;
}

.join-recommend-list li i::before {
    background: url('../images/icon-time.png') no-repeat;
    width: 14px;
    height: 13px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 5px;
}

.join-swiper .swiper-pagination {
    bottom: 0;
}

.join-swiper .swiper-button-prev, .join-swiper .swiper-button-next {
    top: 100%;
    bottom: 20px;
    z-index: 55;
}

.join-swiper .swiper-button-prev::after, .join-swiper .swiper-button-next::after {
    display: none;
}

.join-swiper .swiper-button-prev, .join-swiper .swiper-button-next {
    width: 22px;
    height: 23px;
}

.join-swiper .swiper-button-prev {
    left: 30%;
    background: url('../images/icon-prev.png') no-repeat;
}

.join-swiper .swiper-button-next {
    right: 30%;
    background: url('../images/icon-next.png') no-repeat;
}

.join-top {
    height: 59px;
    line-height: 59px;
    background: #007BC6;
    padding: 0 29px 0 45px
}

.unfold {
    width: 73px
}

.join-nav {
    width: calc(100% - 90px)
}

.join-nav li {
    width: 15%;
}

.join-nav li:nth-child(1) {
    width: 20%;
    margin-right: 15px
}

.join-nav li:nth-child(n + 3) {
    text-align: center
}

.join-con {
    margin-top: 16px
}

.join-nav1 {
    height: 67px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
}

/* .join-nav1 li:nth-child(1) {
  color: #3b60b8
} */

.join-con-box {
    background: #fff;
    padding: 0 29px 0 45px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E9E9E9;
}

.unfold-up {
    background: url(../images/down.png) no-repeat center center;
    width: 73px
}

.join-us {
    padding: 0 0 36px 0;
    border-top: 1px solid #f0f1f3
}

.join-us .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #3B3B3B;
    margin-bottom: 22px
}

.join-con-box.current .unfold-up {
    background: url(../images/up.png) no-repeat center center
}

.join-us-btn>.title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: .08rem;
}

.join-us-btn {
    text-align: center;
    width: 190px;
    height: 50px;
    background: #007BC6;
    border-radius: 50px;
    margin-top: .2rem;
    margin-right: 20px;
    justify-content: center;
}

.webuploader-pick {
    width: auto !important;
    height: auto !important;
}

.join-us-btn .webuploader-pick {
    line-height: initial !important;
    color: #fff !important;
}

.contact-b-meun-i {
    width: calc(100% / 3);
    padding: .2rem;
    border: 1px solid #EFEFEF;
    margin-left: .4rem;
}

.contact-b-meun {
    margin-left: -.4rem;
    margin-bottom: .45rem;
}

.join-b {
    padding: .56rem 0;
}

.leave-b>.title {
    font-size: 16px;
    font-weight: 400;
    color: #3F3F3F;
    margin-bottom: .6rem;
}

.leave-b {
    padding: .77rem 0;
}

.leave-b-i {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: .2rem;
    margin-bottom: .28rem;
}

.leave-b-i-b-i>.inputs,
.leave-b-i>.inputs {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.leave-b-i-b-i {
    width: calc(100% / 3);
    margin-left: .36rem;
    border: 1px solid #e7e7e7;
    padding: .2rem;
}

.leave-b-i-b {
    margin-left: -.36rem;
}

.leave-b-i-b {
    margin-bottom: .28rem;
}

.leave-b-i-text {
    width: 100%;
    border: 1px solid #EFEFEF;
    padding: .2rem;
    font-size: 16px;
}

.leave-btn {
    width: max-content;
    background: #1B5AA7;
    padding: .18rem 1rem;
    margin: auto;
    margin-top: .6rem;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

@media (max-width:768px) {
    .join-nav li:nth-child(1) {
        width: 100%;
    }

    .join-nav li:nth-child(n + 2) {
        display: none
    }

    .contact-b-meun {
        display: block;
        margin: 0;
    }

    .contact-b-meun-i {
        width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }

    .join-con-box {
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .join-top {
        padding: 0 20px;
    }
}

.join-us .richtext h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.index-item-con1 h3 {
    font-size: 18px;
    color: #333;
    padding: 0 5%;
    margin-top: 20px;
    font-weight: bold;
}

.index-item-con1 p {
    font-size: 16px;
    color: #747474;
    padding: 0 5%;
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
    margin: 10px 0;
}

.index-item-con1 .more {
    font-size: 14px;
    color: #090909;
    padding: 0 5%;
}

.index-item-con1 .more b {
    font-weight: normal;
    color: #02A0E1;
    margin-left: 5px;
}

.index-item-tag.active {
    position: absolute;
    top: 0;
    z-index: 3;
}

.index-pub-title {
    font-weight: bold;
    font-size: 34px;
    color: #333;
    text-align: center;
    position: relative;
    margin-bottom: 2%;
}

.index-pub-title::after {
    content: '';
    display: block;
    width: 54px;
    background: #008723;
    height: 3px;
    margin: 5px auto 0;
}

.index-item-con2 {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.index-item-con2-item {
    background: #fff;
    width: 100%;
    height: 47.5%;
    align-items: center;
    justify-content: flex-start;
}

.index-item-con2-item img {
    margin: 0 30px;
}

.index-item-con2-item h4 {
    font-size: 24px;
    font-weight: bold;
}

.index-item.bg-none {
    background: none;
}

.index-pub-title.text-left {
    text-align: left;
    margin-top: 4%;
}

.index-pub-title.text-left::after {
    margin: 0;
}

.index-custom h2 {
    font-size: 16px;
    color: #747474;
}

.index-custom-nums {
    margin: 4% auto 0;
}

.index-custom-nums .nums-i {
    width: 20%;
    text-align: center;
    margin: 0 2.5%;
}

.index-custom-nums .nums-i .num, .index-custom-nums .nums-i .no {
    font-size: 72px;
    color: #02A0E1;
    font-weight: bold;
}

.index-custom-nums .nums-i .t2 {
    text-align: center;
    line-height: 30px;
    color: #252525;
}

.custom-swiper {
    margin: 5% auto;
}

.custom-swiper .swiper-slide-imgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.custom-swiper-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: block;
    object-fit: contain;
    margin: 0 2% 5%;
    background: #fff;
    padding: 18px;
}

.product-item {
    margin: 4% auto;
}

.product-item-i {
    flex: 1;
    height: 7.2rem;
    transition: all ease-out .5s;
    position: relative;
    padding: 0.8rem 0;
}

.product-item-i:hover {
    transition: all ease-out .5s;
    flex: 4;
}

.product-item-i:hover .product-item-btn {
    opacity: 1;
    visibility: visible;
    transition: all ease-out .3s;
}

.product-item-info .nums {
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    padding: 20px;
}

.product-item-info .title {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    margin: .38rem 0 .46rem;
}

.product-item-info .info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.product-item-btn {
    width: max-content;
    padding: .19rem .65rem;
    border-radius: 50px;
    border: 1px solid #fff;
    margin-top: .4rem;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .3s;
    margin-left: 20px;
}

.product-item-info-wrap {
    padding: 20px 20px 40px 20px;
}

.product-item-i:hover .product-item-info-wrap {
    background: RGBA(1, 159, 225, 0.8);
}

.about-part01 {
    height: 480px;
}

.about-part01-l {
    width: 48%;
    height: 100%;
}

.about-swiper01-img {
    width: 100%;
    display: block;
    height: 480px;
    object-fit: cover;
}

.about-part01-r {
    width: 48%;
    overflow: hidden;
}

.about-richtext {
    width: 100%;
    height: 390px;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 30px;
    font-size: 16px;
    color: #232323;
    padding-right: 20px;
}

.about-bg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.about-part02 {
    padding: 2% 0;
    background-image: url('../images/bg-about-leader.png');
}

.about-part03 {
    padding: 2% 0;
    background-image: url('../images/bg-about-honor.png');
}

.about-part02-img {
    display: block;
    margin: 0 auto;
}

.about-swiper02 dl {
    background: url('../images/bg-about-leader-item.png') no-repeat;
    background-size: cover;
    width: 80%;
    height: 186px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10%;
    box-sizing: content-box;
}

.about-swiper02 dt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.about-swiper02 dd {
    font-size: 16px;
    color: #333;
}

.about-part04 {
    padding: 2% 0 0;
}

.about-part04 .health-i {
    width: 30%;
}

.about-part04 .health-img {
    height: auto;
}

.about-part04 .case-wrap .health-con-wrap {
    height: 144px;
    overflow-y: scroll;
    margin: 20px auto;
}

.about-part04 .case-wrap .health-con .title {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    padding-right:10px;
    max-height: max-content;
}

.about-part03-l {
    width: 48%;

}

.about-part03-r {
    width: 48%;
    height: 500px;
}

.about-swiper03 {
    height: 100%;
}

/* 图片列表 begin */
.pic-list ul {
    margin-left: -0.3rem;
}

.pic-list li {
    padding-left: .3rem;
    margin-bottom: 20px;
}

.pic-list li a:hover .imgs {
    border: 10px solid #fff;
}

.pic-list li a:hover .imgs::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.pic-list .imgs {
    padding-bottom: 67.12328767%;
    border: 10px solid #fff;
    background: #fff;
}

.pic-list .imgs::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 179, 231, .5) url(../images/icon-look.png) no-repeat center;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pic-list .imgs img {
    object-fit: contain;
}

.pic-list h3 {
    font-size: 16px;
    padding: .12rem 0 0 0;
    line-height: 25px;
    color: #646464;
}

.pic-list h4 {
    font-size: 14px;
    padding: 0;
    line-height: 25px;
    color: #646464;
    height: 25px;
}

/* 图片列表 end */



.about-swiper03 .swiper-button-prev, .about-swiper03 .swiper-button-next {
    top: 100%;
    bottom: 20px;
    z-index: 55;
}

.about-swiper03 .swiper-button-prev::after, .about-swiper03 .swiper-button-next::after {
    display: none;
}

.about-swiper03 .swiper-button-prev, .about-swiper03 .swiper-button-next {
    width: 22px;
    height: 23px;
}

.about-swiper03 .swiper-button-prev {
    left: 0;
    background: url('../images/icon-prev.png') no-repeat;
    transform: rotate(-90deg);
}

.about-swiper03 .swiper-button-next {
    left: 40px;
    background: url('../images/icon-next.png') no-repeat;
    transform: rotate(-90deg);
}

.about-swiper03 p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    padding: 10px 0;
}

.about-swiper03 p::before {
    content: '';
    background: url('../images/icon-honor.png') no-repeat;
    width: 12px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.cars-con-b {
    flex-direction: column;
}

.cars-con-reson {
    width: 100%;
    background: #F6F6F6;
    font-size: 15px;
    color: #2B2B2B;
    padding: 10px 5%;
}

.mySwiper2-i.swiper-slide {
    height: 490px;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media(max-width:1200px) {
    .public-banner img{
        height: 3rem;
        object-fit: cover;
    }

    .index-news .index-item-wrap {
        flex-direction: column;
    }

    .index-item {
        width: 100%;
        margin-top: 20px;
    }

    .index-recommend .public-tobody.flex-between, .index-activity .public-tobody.flex-between {
        flex-direction: column;
    }

    .index-recommend .index-item.active {
        width: 100%;
    }

    .index-item-con2 .index-item-con2-item {
        width: 50%;
        height: 300px;
    }

    .product-item, .supplier-type-list {
        flex-direction: column;
    }

    .supplier-type-list {
        align-items: center;
    }

    .supplier-type-list a {
        margin-bottom: 20px;
    }

    .supplier-step-con {
        flex-direction: column;
    }

    .supplier-step-con-img, .supplier-step-con-txt {
        width: 100%;
    }

    .supplier-step-con-img{
        height: auto;
    }

    .supplier-step-con-txt {
        width: 100%;
        margin: 5% auto;
        padding: 0 5%;
    }

    .pub-title1 {
        font-size: 24px;
    }

    .supplier-upload .lx-i-inpit-c .lx-i-inpit-i {
        margin: 20px auto;
    }

    .supplier-step-con-txt a {
        height: 40px;
        line-height: 40px;
    }

    .case-detail-con {
        margin-top: 0;
    }

    .case-detail-con-txt-l {
        width: 100%;
    }

    .case-detail-con-txt-r {
        display: none;
    }

    .case-detail-con .supplier-step-con-txt {
        padding: 0;
    }

    .contacts-top {
        flex-direction: column;
    }

    .contacts-top-l, .contacts-top-r {
        width: 100%;
    }

    .contacts-top-r {
        margin-top: 20px;
    }

    .contact-wrap {
        margin-bottom: 8%;
    }

    .join-b {
        width: 92%;
        margin: 0 auto;
        flex-direction: column;
    }

    .join-b-l {
        width: 100%;
    }

    .join-b-r {
        padding: 20px 2%;
        width: 100%;
        height: 650px;
    }

    .join-recommend-list {
        margin-top: 0%;
    }

    .download-list-item {
        width: 100%;
    }

    .download-list-item-l p span {
        display: block;
    }

    .news-detail {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-detail-page a {
        width: 100%;
    }

    .news-detail-page a.return-news-btn {
        top: 120%;
        left: 50%;
        transform: translate(-50%);
    }

    .news-detail-page-l>.info {
        width: 100%;
    }

    .news-detail-r {
        margin-top: 100px;
        overflow: hidden;
    }

    .news-detail-r-top {
        margin-top: 20px;
    }

    .about-part01 {
        flex-direction: column;
        height: auto;
    }

    .about-part01-l, .about-part01-r {
        width: 100%;
    }

    .about-part01-r {
        margin-top: 20px;
    }

    .index-pub-title {
        font-size: 24px;
        margin: 20px auto;
    }

    .about-part04 .health-i {
        width: 100%;
    }

    .about-part03 .public-tobody.flex-between {
        flex-direction: column;
    }

    .about-part03-l {
        width: 100%;
    }

    .about-part03-r {
        width: 100%;
        height: 580px;
    }

    .business {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .business .left {
        width: 50%;
        display: none;
    }

    .business .right {
        width: 100%;
        padding: 0 0.3rem;
    }

    .business .right .index-pub-title{
        margin-bottom: 30px;
    }

    .develop-i .mySwiper2 {
        width: 100%;
    }

    .develop-i {
        height: auto;
    }

    .develop-i .mySwiper {
        display: none;
    }

    .index-custom-nums .nums-i {
        width: 100%;
    }

    .index-item-con2 .index-item-con2-item {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .index-custom-nums .nums {
        width: 100%;
        flex-wrap: wrap;
    }

    .index-friend-link-wrap {
        align-items: flex-start;
        justify-content: center;
    }

    .index-item-con2-item img {
        margin: 0;
        margin-bottom: 20px;
    }

    .about-swiper01-img {
        height: auto;
    }

    .swiper-button-next:after, .swiper-button-prev:after{
        transform: scale(0.7);
    }

    .health-img{
        height: auto;
        max-height: fit-content;
    }

    .custom-swiper-img{
        width: 70px;
        height: 70px;
        padding: 5px;
    }

    .about-swiper03 p{
        padding: 5px 0;
    }

    .public-banner-con h2{
        margin-top: 0;
    }
}
