.downLoad {
    display: inline-block;
    cursor: pointer;
}

.downLoad a.downBtn {
    color: #FFF;
}

.topBox {
    height: 0.64rem;
    display: flex;
    justify-content: space-between;
    line-height: 0.64rem;
    box-sizing: border-box;

}

.is_border {
    border-bottom: 1px solid #D8D8D8;
}

.topLeft img {
    width: 0.9rem;
    vertical-align: middle;
    margin-left: -0.08rem;
}

.topLeft {
    margin-left: 3.58rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topLeft span{
    font-weight: 550;
    line-height: 0.64rem;
    color: #666;
}
.topLeft span::before{
    border-left: 2px solid #666;
    height: 24px;
    content: " ";
    padding-right:0.08rem;
    margin-left: 0.08rem;
}

.topRight {
    width: 0.98rem;
    height: 0.40rem;
    background: linear-gradient(163deg, #107b40 0%, #21a366 100%);
    box-shadow: 0px 0.11rem 0.95rem 0px rgba(15, 119, 62, 0.39), 0px 0.04rem 0.28rem 0px rgba(33, 163, 102, 0.17);
    border-radius: 0.08rem;
    margin-right: 3.56rem;
    line-height: 0.40rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.12rem;
}


.banner {
    height: 6.49rem;
    width: 100%;
    position: relative;
    background-image: url('../img/banner@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bannerLeft {
    position: absolute;
    left: 3.6rem;
    top: 1.2rem;
}

.bannerTitle {
    font-size: 0.65rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerTitle img{
    width: 0.8rem;
    height: 0.8rem;
    vertical-align:middle;
    padding-right: 0.2rem;
}
.bannerTxt {
    margin-top: 0.12rem;
    height: 0.40rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #000;
    line-height: 0.32rem;
}

.bannerBtn {
    width: 2.28rem;
    height: 0.6rem;
    background: linear-gradient(163deg, #107b40 0%, #21a366 100%);
    box-shadow: 0px 0.11rem 0.95rem 0px rgba(15, 119, 62, 0.39), 0px 0.04rem 0.28rem 0px rgba(33, 163, 102, 0.17);
    border-radius: 0.08rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.34rem;
    margin-bottom: 0.04rem;
}

.bannerBtn a {
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;

}

.bannerDes {
    margin-top: 0.16rem;
    display: flex;
}

.bannerDes div {
    color: #000;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.14rem;
    margin-right: 0.12rem;

}

.bannerIcon {
    margin-top: 0.56rem;
    display: flex;
    gap: 0.4rem;
}

.bannerIcon>div {
    width: 0.64rem;
    height: 0.8rem;
    cursor: pointer;
    text-align:center;
}

.bannerIcon>div:hover {
    animation: bounce 0.5s linear 1;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.16rem);
    }
}

.bannerIcon img {
    width: 0.54rem;
}



.bannerIcon .txt {
    width: 0.64rem;
    height: 0.16rem;
    font-size: 0.16rem;
    color: #000;
}


.functionBox {
    margin-top: 1.27rem;
}

.functionTitle {
    text-align: center;
    font-weight: 500;
    font-size: 0.32rem;
    color: #333333;
    height: 0.32rem;
    line-height: 0.32rem;
    position: relative;
}

.titleLeftImg {
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    bottom: 0rem;
    margin-left: -0.1rem;
}

.titleRightImg {
    position: absolute;
    width: 0.3rem;
    height: 0.21rem;
    top: -0.18rem;
    margin-left: -0.12rem;
}

.functionTitle span {
    font-size: 0.36rem;
    color: #333333;

}

.functionTxt {
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 0.16rem;
}

.functionCardBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem 0.32rem;
    margin: 0.48rem 3.6rem 0 3.6rem;
}

.functionCard {
    width: 2.5rem;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 27, 48, 0.15);
    border-radius: 0.08rem;
    padding-bottom: 0.2rem;
}

.functionCard:hover {
    transform: scale(1.05);
    transition: all 200ms linear;
}

.functionCard>img {
    width: 1rem;
    padding:0.2rem 0;
}

.functionCardTit {
    text-align: center;
    height: 0.2rem;
    font-size: 0.2rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.2rem;
}
.functionCardTit span{
    font-size: inherit;
    font-weight: inherit;
    color: #FF0000;
}
.functionCardTxt {
    text-align: center;
    font-size: 0.15rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    margin: 0 auto;
    padding-bottom: 0.12rem;
    margin-top: 0.12rem;
}

.introduce {
    margin-top: 1.2rem;
    height: 9.61rem;
    background-image: url('../img/bg1@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.72rem;
    position: relative;
}

.TxtLeft {
    width: 0.04rem;
    height: 0.22rem;
    background: linear-gradient(163deg, #0FEFB5 0%, #06D6A0 100%);
    box-shadow: 0px 0.02rem 0.12rem 0 #0BE3AB;
    display: inline-block;
    position: absolute;
    margin-left: -0.12rem;
}

.introduceTxtOneBox {
    position: absolute;
    top: 1.76rem;
    left: 3.6rem;
    padding-left: 0.12rem;
}

.introduceTxtOne {
    height: 0.24rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.24rem;
}

.introduceTxtTwo {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.introduceTxtThree {
    width: 3.99rem;
    height: 1.28rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    margin-top: 0.24rem
}

.introduceTxtOneBtn {
    display: inline-block;
    width: 2.28rem;
    height: .6rem;
    background: linear-gradient(163deg, #107b40 0%, #21a366 100%);
    box-shadow: 0px 0.11rem 0.95rem 0px rgba(15, 119, 62, 0.39), 0px 0.04rem 0.28rem 0px rgba(16, 124, 65, 0.17);
    border-radius: .08rem;
    margin-top: .32rem;
    font-size: .20rem;
    text-align: center;
    line-height: .6rem;
    color: #FFFFFF;
    cursor: pointer;
}

.introduceTxtOneBtn a {
    font-size: .20rem;
    text-align: center;
    line-height: .6rem;
    color: #FFFFFF;
}

.introduceOneImg {
    width: 5rem;
    border:0.01rem solid #EFEFEF;
    border-radius: 0.05rem;
    box-shadow: 0px 0.11rem 0.95rem 0px rgba(15, 119, 62, 0.39), 0px 0.04rem 0.28rem 0px rgba(16, 124, 65, 0.17);
    position: absolute;
    left: 9.87rem;
    top: 1.26rem;
}

.introduceTwoImg {
    width: 5rem;
    border:0.01rem solid #EFEFEF;
    border-radius: 0.05rem;
    box-shadow: 0px 0.11rem 0.95rem 0px rgba(28, 96, 191, 0.39), 0px 0.04rem 0.28rem 0px rgba(24, 90, 189, 0.17);
    position: absolute;
    left: 3rem;
    top: 5.2rem;
}

.introduceTxtTwoBox {
    position: absolute;
    top: 6.15rem;
    left: 11.73rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
}

.introduceTxtTwoBox .introduceTxtThree {
    width: 3.87rem;
}

.scene {
    margin-top: 1.2rem;
}

.sceneCardBox {
    display: flex;
    margin-top: .72rem;
    margin-left: 3.6rem;
    gap: 0.32rem;
}

.sceneCard {
    width: 2.76rem;
    height: 1.92rem;
    background: #FFFFFF;
    box-shadow: 0px .06rem .15rem 0px rgba(0, 0, 0, 0.04);
    border-radius: .08rem;
    text-align: center;
}

.sceneCard:hover {
    transform: scale(1.05);
    transition: all 200ms linear;
}

.sceneCard img {
    width: .48rem;
    height: .48rem;
    margin: .32rem 1.14rem .16rem 1.14rem;
}

.sceneCardOne {
    font-size: .16rem;
    line-height: .16rem;
    height: .16rem;
    color: #333333;
}

.sceneCardTwo {
    margin-top: .16rem;
    font-size: .14rem;
    font-weight: 400;
    color: #666666;
}

.evaluate {
    margin-top: 1.2rem;
    background-image: url('../img/bg_2@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 4.23rem;
    padding-top: .32rem;
}

.swiperBox {
    margin-top: .88rem;
    display: flex;
    position: relative;
}

.swiperCard {
    width: 4rem;
    height: 1.88rem;
    background: #FFFFFF;
    box-shadow: 0px .04rem .08rem 0px rgba(0, 0, 0, 0.11);
    border-radius: .06rem;
    position: absolute;
    border-top: 1px solid #fff;
    cursor: pointer;
}

.swiperCard>img {
    position: absolute;
    width: .64rem;
    height: .64rem;
    left: 1.68rem;
    top: -.32rem;
}

.startBox {
    margin-top: .42rem;
    padding: 0 1.35rem;
    display: flex;
    gap: 0.11rem;
}

.startBox img {
    width: .192rem;
    height: .192rem;
}

.swiperCardTxt {
    margin: .21rem .4rem 0rem .4rem;
    font-size: .12rem;
    font-weight: 400;
    color: #1A1A1A;
    height: 0.66rem;
}

.swiperCardName {
    text-align: center;
    font-size: .13rem;
    font-weight: 400;
    color: #000000;
}

.swiperBox {
    width: 12rem;
    overflow: hidden;
    margin: 0 auto;
    height: 4rem;

}

.swiper-slide {
    width: 4rem;
    transition: 300ms, visibility 0s;
    transform: scale(1);
    opacity: 0.8;
    height: 1.88rem !important;
    text-align: center;
}

.swiper-wrapper {

    margin-top: .88rem;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {

    transform: scale(1.25);
    opacity: 1;
    z-index: 999;
}




/* 底部 */

.bottom {
    background-image: url('../img/bg3@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
}

.bottom>div {
    text-align: center;
    /* margin: 0 auto; */
}

.bottomTitle {
    height: 0.32rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #fff;
    line-height: 0.48rem;
    margin-top: 0.4rem;
}

.bottomTxt {
    height: 0.3rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 0.3rem;
    margin-top: 0.19rem;
}

.bottomDownBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.48rem;
    background: linear-gradient(163deg, #107b40 0%, #21a366 100%);
    box-shadow: 0px 0.11rem 0.95rem 0px rgba(15, 119, 62, 0.39), 0px 0.04rem 0.28rem 0px rgba(16, 124, 65, 0.17);
    border-radius: 0.08rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin: 0rem auto;
    margin-top: 0.32rem;
}

.bottomDownBtn a {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
}

.bottomDownBtn:hover {
    background: linear-gradient(210deg, #185c37 0%, #21a366 100%);

}

.company {
    margin-top: 0.2rem;
}

.footerTxt {
    margin-top: 0.08rem;
}

.footer {
    background: #000;
    font-size: 0.14rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding-bottom: 0.2rem;
}

.footer div {
    color: #fff;
    opacity: 0.6;
}

.footerTxt {
    margin-top: .19rem;
}

.footerTxt span {
    margin: 0 0.04rem;
    color: #fff;
    font-size: .12rem;
}

.footerTxt a {
    margin: 0 0.04rem;
    color: #fff;
    font-size: .12rem;
}

.footerTxt a:hover {
    color: #30CF85;
}

.Divider {
    display: inline-block;
    width: 0.01rem;
    height: 0.12rem;
    font-size: 0.12rem;
    font-weight: 400;
    background-color: #FFFFFF;
    line-height: .17rem;
    vertical-align: middle;
    margin-left: 0.08rem;
}

.rightFixed {
    position: fixed;
    right: 0;
    width: 0.52rem;
    height: 1.03rem;
    z-index: 999;
    top: 7.3rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.10rem 0px rgba(48, 207, 133, 0.07);
    border-radius: 0.08rem;
    border: 0.01rem solid #EFEFEF;
}

.customer {
    background-image: url('../img/icon_customer_service_nor@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 0.19rem;
    height: 0.2rem;
    margin: 0 auto;
    margin-top: 0.08rem;
    cursor: pointer;
}

.customer:hover {
    color: #3ddda9;
    background-image: url('../img/icon_customer_service_hov@2x.png');

}

.customerTxt {
    /* width: .2rem; */
    height: .1rem;
    font-size: .12rem;
    transform: scale(0.82);
    font-weight: 400;
    color: #1A1A1A;
    line-height: .22rem;
    text-align: center;
    margin-left: -0.03rem;
}

.customerBox {
    cursor: pointer;
}

.customerBox:hover .QRcode {
    display: block;
}

.customerBox:hover div {
    color: #3ddda9
}

.customerBox:hover a {
    color: #3ddda9
}

.customerBox:hover .customer {
    background-image: url('../img/icon_customer_service_hov@2x.png');
}

.solids {
    width: 0.44rem;
    height: 0.01rem;
    background: #EFEFEF;
    margin: 0 auto;
    margin-top: 0.08rem;

}

.downLoadimg {
    background-image: url('../img/icon_download_nor@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 auto;
    margin-top: 0.08rem;
    cursor: pointer;
    border: 0.01rem dashed #1A1A1A;
}

.downLoadTXt {
    height: .1rem;
    font-size: .12rem;
    transform: scale(0.82);
    font-weight: 400;
    color: #1A1A1A;
    line-height: .22rem;
    text-align: center;
    margin-left: -0.03rem;
}

.downLoadimg:hover {
    background-image: url('../img/icon_download_hov@2x.png');
    border: 0.01rem dashed #3cdda9;
}

.downLoadBox {
    cursor: pointer;
}

.downLoadBox:hover div,
a {
    color: #3ddda9
}

.downLoadBox:hover a {
    color: #3ddda9
}

.downLoadBox:hover .downLoadimg {
    border: 0.01rem dashed #3cdda9;
    background-image: url('../img/icon_download_hov@2x.png');
}

.QRcode {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff;
    position: absolute;
    left: -1.43rem;
    top: 0;
    display: none;
    border-radius: 0.08rem;
    border: 0.01rem solid #EFEFEF;
    box-shadow: 0rem 0rem 0rem 0.01rem rgba(48, 207, 133, 0.07);
}

.QRcode>img {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0.08rem;
}

.rightBackTopBox {
    position: fixed;
    right: 0.3rem;
    width: 0.5rem;
    height: .53rem;
    z-index: 999;
    top: 8.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.10rem 0px rgba(48, 207, 133, 0.07);
    border-radius: 0.08rem;
    border: 0.01rem solid #EFEFEF;

}


.backTopimg {
    background-image: url('../img/icon_return_nor@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 auto;
    margin-top: 0.08rem;
    cursor: pointer;
}

.backTopTXt {
    height: .1rem;
    font-size: .12rem;
    transform: scale(0.82);
    font-weight: 400;
    color: #1A1A1A;
    line-height: .22rem;
    text-align: center;
}

.backTopimg:hover {
    background-image: url('../img/icon_return_hov@2x.png');
}

.backTopBox {
    cursor: pointer;
}

.backTopBox:hover div {
    color: #3ddda9
}

.backTopBox:hover .backTopimg {
    background-image: url('../img/icon_return_hov@2x.png');
}




/* 政策 */
p {
    margin-bottom: 0.2rem !important;
    line-height: .26rem;
}

.Breadcrumbs {
    width: 12rem;
    margin: 0 auto;
    color: #999999;
    margin-top: .14rem;
    font-size: .14rem;
}

.Breadcrumbs a {
    font-size: .14rem;
    font-weight: 400;
    color: #333333;
    line-height: .14rem;
}

.Breadcrumbs a:hover {
    color: #3cdda9;
}

.article_title {
    font-size: .26rem;
    color: #4d4d4d;
    text-align: left;
    margin-bottom: .3rem;
    margin-top: .20rem;
    border-left: .02rem #3cdda9 solid;
    padding-left: .10rem;
}

.container {
    width: 12.00rem;
    margin: 0 auto;
}



#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

#loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #0FEFB5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.goods-btn {
    margin: 0 auto;
    width: 2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 5px;
    background: linear-gradient(163deg, #107b40 0%, #21a366 100%);
    box-shadow: 0px 0.11rem 0.95rem 0px rgba(15, 119, 62, 0.39), 0px 0.04rem 0.28rem 0px rgba(16, 124, 65, 0.17);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
}