﻿* {
  font-size: 0.16rem;
  font-weight: 500;
  /* font-family: SourceHanSansCN; */
}

body {
  min-width: 12rem;
  padding: 0;
  margin: 0;
}
html {
  font-size: 100px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
	font: inherit; */
  vertical-align: baseline;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* body {
	line-height: 1;
} */
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

.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.4rem;
  height: 0.4rem;
  vertical-align: middle;
  margin-left: -0.08rem;
}

.topLeft {
  margin-left: 3.58rem;
  font-size: 0.16rem;
  height: 0.4rem;
}

.topRight {
  width: 0.98rem;
  height: 0.4rem;
  background: linear-gradient(163deg, #80c342 0%, #80c342 100%);
  box-shadow: 0px 0.11rem 0.95rem 0px rgba(104, 64, 195, 0.39),
    0px 0.04rem 0.28rem 0px rgba(94, 51, 191, 0.17);
  border-radius: 0.08rem;
  margin-right: 3.56rem;
  line-height: 0.4rem;
  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("../images/bnn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

.bannerTitle {
  font-size: 0.72rem;
  color: #fff;
  height: 0.88rem;
  line-height: 0.72rem;
}

.bannerTxt {
  margin-top: 0.12rem;
  height: 0.4rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.32rem;
}

.bannerBtn {
  width: 2.28rem;
  height: 0.6rem;
  background: linear-gradient(163deg, #80c342 0%, #80c342 100%);
  box-shadow: 0px 0.11rem 0.95rem 0px rgba(104, 64, 195, 0.39),
    0px 0.04rem 0.28rem 0px rgba(94, 51, 191, 0.17);
  border-radius: 0.08rem;
  line-height: 0.6rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.2rem;
  margin-top: 0.34rem;
  margin-bottom: 0.04rem;
  display: block;
}

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

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

.bannerDes div {
  color: #fff;
  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;
}

.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.64rem;
  height: 0.64rem;
}

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

.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: 0 0.06rem 0.15rem 0 rgba(0, 0, 0, 0.04);
  border-radius: 0.08rem;
  padding-bottom: 0.2rem;
}

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

.functionCard > img {
  width: 2.5rem;
  height: 1.5rem;
  margin-bottom: 0.2rem;
}

.functionCardTit {
  text-align: center;
  height: 0.2rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.2rem;
}

.functionCardTxt {
  text-align: center;
  font-size: 0.12rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
  margin: 0 auto;
  padding-bottom: 0.16rem;
  margin-top: 0.16rem;
}

.introduce {
  margin-top: 1.2rem;
  height: 9.61rem;
  background-image: url("../images/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: 0.6rem;
  background: linear-gradient(163deg, #80c342 0%, #80c342 100%);
  box-shadow: 0px 0.11rem 0.95rem 0px rgba(104, 64, 195, 0.39),
    0px 0.04rem 0.28rem 0px rgba(255, 255, 255, 0.17);
  border-radius: 0.08rem;
  margin-top: 0.32rem;
  /* margin-left: -0.12rem; */
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.6rem;
  color: #ffffff;
  cursor: pointer;
}

.introduceTxtOneBtn a {
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.6rem;
  color: #ffffff;
}

.introduceOneImg {
  width: 5rem;
  position: absolute;
  left: 9.87rem;
  top: 1.26rem;
}

.introduceTwoImg {
  width: 5rem;
  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: 0.72rem;
  margin-left: 3.6rem;
  gap: 0.32rem;
}

.sceneCard {
  width: 2.76rem;
  height: 1.92rem;
  background: #ffffff;
  box-shadow: 0px 0.06rem 0.15rem 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.08rem;
  text-align: center;
}

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

.sceneCard img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.32rem 1.14rem 0.16rem 1.14rem;
}

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

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

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

.swiperBox {
  margin-top: 0.88rem;
  /* margin-left: 3.6rem; */
  display: flex;
  position: relative;
}

.swiperCard {
  width: 4rem;
  height: 1.88rem;
  background: #ffffff;
  box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.11);
  border-radius: 0.06rem;
  /* position: absolute; */
  border-top: 1px solid #fff;
  cursor: pointer;
  /* transition: width 1s,height 1s,top 1s,left 1s,z-index 1s,opacity 1s;  */
}

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

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

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

.swiperCardTxt {
  margin: 0.21rem 0.4rem 0rem 0.4rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #1a1a1a;
  height: 0.66rem;
}

.swiperCardName {
  text-align: center;
  font-size: 0.13rem;
  font-weight: 400;
  color: #000000;
}
.swipers {
  width: 12rem;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.88rem;
}
.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: 0.88rem;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.25)!important;
  opacity: 1;
  z-index: 999;
}

/* 底部 */

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

.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, #80c342  0%, #80c342  100%);
  box-shadow: 0px 0.11rem 0.95rem 0px rgba(104, 64, 195, 0.39),
    0px 0.04rem 0.28rem 0px rgba(255, 255, 255, 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, #30cf85 0%, #4ae59d 100%);
}

.company {
  margin-top: 0.2rem;
}

.footerTxt {
  margin-top: 0.08rem;
}

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

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

.footerTxt {
  margin-top: 0.19rem;
}

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

.footerTxt a {
  margin: 0 0.04rem;
  color: #fff;
  font-size: 0.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: 0.17rem;
  vertical-align: middle;
  margin-left: 0.08rem;
}

.rightFixed {
  position: fixed;
  right: 0;
  width: 0.52rem;
  height: 1.03rem;
  z-index: 999;
  /* background-color: green; */
  top: 7.3rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(48, 207, 133, 0.07);
  border-radius: 0.08rem;
  border: 0.01rem solid #efefef;
}

.customer {
  background-image: url("../images/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("../images/icon_customer service _nor@2x.png");
}

.customerTxt {
  /* width: .2rem; */
  height: 0.1rem;
  font-size: 0.12rem;
  transform: scale(0.82);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 0.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("../images/icon_customer service _nor@2x.png");
}

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

.downLoadimg {
  background-image: url("../images/icon_customer service _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: 0.1rem;
  font-size: 0.12rem;
  transform: scale(0.82);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 0.22rem;
  text-align: center;
  margin-left: -0.03rem;
}

.downLoadimg:hover {
  background-image: url("../images/icon_customer service _nor@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("../images/icon_customer service _nor@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: 0.53rem;
  z-index: 999;
  top: 8.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(48, 207, 133, 0.07);
  border-radius: 0.08rem;
  border: 0.01rem solid #efefef;
}

.backTopimg {
  background-image: url("../images/icon_customer service _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: 0.1rem;
  font-size: 0.12rem;
  transform: scale(0.82);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 0.22rem;
  text-align: center;
}

.backTopimg:hover {
  background-image: url("../images/icon_customer service _nor@2x.png");
}

.backTopBox {
  cursor: pointer;
}

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

.backTopBox:hover .backTopimg {
  background-image: url("../images/icon_customer service _nor@2x.png");
}

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

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

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

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

.article_title {
  font-size: 0.26rem;
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 0.3rem;
  margin-top: 0.2rem;
  border-left: 0.02rem #3cdda9 solid;
  padding-left: 0.1rem;
}

.container {
  width: 12rem;
  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.1rem auto 0;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 5px;
  background: #80c342;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
}
