@charset "UTF-8";
/* URL绝对路径 */
:root {
  --pc-scale: 1;
  --public-background: #FAFAFA;
  --public-color-1: #FE8544;
  --public-color-2: #49C43B;
  --public-background-footer-news: #3D3D42;
  --public-background-footer: #000000;
}

/* 正常尺寸大于等于 1920 */
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  :root {
    --pc-scale: 1;
    --public-background: #FAFAFA;
    --public-color-1: #FE8544;
    --public-color-2: #49C43B;
  }
}

/* 小于 1400 大于1300 */
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  :root {
    --pc-scale: 0.95;
    --public-background: #FAFAFA;
    --public-color-1: #FE8544;
    --public-color-2: #49C43B;
  }
}

/* 小于 1300 大于 1200 */
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  :root {
    --pc-scale: 0.9;
  }
}

/* 小于 1200 大于 1100 */
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  :root {
    --pc-scale: 0.85;
  }
}

/* 小于 1100 大于 1000 */
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  :root {
    --pc-scale: 0.8;
  }
}

/* 小于 1000 大于 900 */
@media screen and (min-width: 900px) and (max-width: 1000px) {
  :root {
    --pc-scale: 0.75;
  }
}

/* 小于 900 大于 800 */
@media screen and (min-width: 800px) and (max-width: 900px) {
  :root {
    --pc-scale: 0.7;
  }
}

/* 小于 800 */
@media screen and (min-width: 750px) and (max-width: 800px) {
  :root {
    --pc-scale: 0.65;
  }
}

/* 小于 750 大于 640 */
@media screen and (min-width: 640px) and (max-width: 750px) {
  :root {
    --pc-scale: 0.6;
  }
}

/* 小于 640 大于 415 */
@media screen and (min-width: 415px) and (max-width: 640px) {
  :root {
    --pc-scale: 0.55;
  }
}

/* 小于 415 大于 375 */
@media screen and (min-width: 370px) and (max-width: 415px) {
  :root {
    --pc-scale: 0.5;
  }
}

/* 小于 375 */
@media screen and (min-width: 200px) and (max-width: 370px) {
  :root {
    --pc-scale: 0.48;
  }
}

/* 多行隐藏 */
a,
article,
aside,
b,
body,
button,
dd,
div,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
input,
li,
nav,
p,
section,
select,
span,
textarea,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  outline: none;
  font-weight: 400;
  font-family: 'PingFang SC';
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

html, body {
  min-height: 100%;
  width: 100%;
}

img {
  border-style: none !important;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
  color: #333;
}

body:active {
  cursor: grabbing;
}

html {
  font-size: 14px;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #fff inset !important;
  -webkit-text-fill-color: #666 !important;
}

@font-face {
  src: url("/fonts/PingFang Bold.ttf");
  font-family: "PingFang SC";
}

.xst-body {
  width: 100%;
  height: 100%;
  min-width: 1500px;
  background-color: #ffffff;
}

.xst-body .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.xst-body .container .container-cen {
  width: 100%;
  height: 100%;
  min-width: 1500px !important;
  height: 100%;
  margin: 0 auto;
}

.xst-body .container .container-cen #fullpage .section {
  min-width: 1500px !important;
  height: 100%;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
}

.xst-body .container .fixedTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #303030;
  width: 100%;
  z-index: 999;
  min-width: 1400px;
}

.xst-body .container .common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--pc-scale) * 60px);
  background-color: #303030;
  margin: 0 calc(var(--pc-scale) * 100px);
  min-width: calc(var(--pc-scale) * 1400px);
  min-width: 1500px !important;
  height: 100%;
  margin: 0 auto;
}

.xst-body .container .common-header .head-logo {
  width: calc(var(--pc-scale) * 132px);
  height: calc(var(--pc-scale) * 40px);
}

.xst-body .container .common-header .head-logo .logo-icon {
  width: 100%;
  height: 100%;
}

.xst-body .container .common-header .head-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.xst-body .container .common-header .head-right .tel-box {
  display: flex;
}

.xst-body .container .common-header .head-right .tel-box .tel-icon {
  width: 30px;
  height: calc(var(--pc-scale) * 31px);
}

.xst-body .container .common-header .head-right .tel-box .tel-txt {
  font-size: calc(var(--pc-scale) * 25px);
  color: #FF9900;
  margin-left: calc(var(--pc-scale) * 21px);
}

.xst-body .container .common-header .head-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: calc(var(--pc-scale) * 61px);
}

.xst-body .container .common-header .head-list li .nav-items {
  display: inline-block;
  line-height: calc(var(--pc-scale) * 60px);
  padding: 0 calc(var(--pc-scale) * 28px);
  width: 100%;
  height: 100%;
  font-size: calc(var(--pc-scale) * 14px);
  color: #ffffff;
}

.xst-body .container .common-header .head-list li .nav-items:hover {
  color: #FF9900;
  font-weight: bold;
}

.xst-body .container .common-header .head-list li .active {
  color: #FF9900;
  font-weight: bold;
}

.xst-body .container .common-header .head-list .common-solution {
  position: relative;
}

.xst-body .container .common-header .head-list .common-solution .common-head-item {
  display: none;
  position: absolute;
  top: calc(var(--pc-scale) * 60px);
  left: 0;
  width: calc(var(--pc-scale) * 144px);
  height: calc(var(--pc-scale) * 164px);
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px calc(var(--pc-scale) * 3px) calc(var(--pc-scale) * 6px) rgba(0, 0, 0, 0.16);
}

.xst-body .container .common-header .head-list .common-solution .common-head-item .hover-item a {
  margin: calc(var(--pc-scale) * 260px) auto 0 16px;
  display: inline-block;
  font-size: calc(var(--pc-scale) * 14px);
  color: #181818;
  width: 100%;
  height: 100%;
}

.xst-body .container .common-header .head-list .common-solution .common-head-item .hover-item a:hover {
  color: #00CBA7;
}

.xst-body .container .common-header .head-list .common-solution .common-header-item {
  display: none;
  position: absolute;
  top: calc(var(--pc-scale) * 60px);
  left: calc(var(--pc-scale) * -300px);
  width: calc(var(--pc-scale) * 793px);
  height: calc(var(--pc-scale) * 256px);
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px calc(var(--pc-scale) * 3px) calc(var(--pc-scale) * 6px) rgba(0, 0, 0, 0.16);
  padding: 0 calc(var(--pc-scale) * 37px) 0 calc(var(--pc-scale) * 70px);
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .item-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: calc(var(--pc-scale) * 52px);
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .hover-item {
  margin-bottom: calc(var(--pc-scale) * 52px);
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .list-items {
  display: flex;
  height: calc(var(--pc-scale) * 50px);
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .list-items .item-icon {
  width: calc(var(--pc-scale) * 24px);
  height: calc(var(--pc-scale) * 24px);
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .list-items .item-right {
  margin-left: calc(var(--pc-scale) * 12px);
  display: flex;
  flex-direction: column;
  width: calc(var(--pc-scale) * 160px);
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .list-items .item-right .item-title {
  font-size: calc(var(--pc-scale) * 14px);
  color: #333333;
  font-weight: bold;
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .list-items .item-right .item-des {
  font-size: calc(var(--pc-scale) * 12px);
  color: #999999;
  margin-top: calc(var(--pc-scale) * 4px);
}

.xst-body .container .common-header .head-list .common-solution .common-header-item .hover-item:hover .list-items .item-right .item-title {
  color: #05D3D8;
}

.xst-body .container .common-header .head-list .header-item {
  line-height: calc(var(--pc-scale) * 17px);
}

.xst-body .container .common-header .head-list .common-solution:hover .common-head-item {
  display: block;
}

.xst-body .container .common-header .head-list .common-solution:hover .common-header-item {
  display: block;
}

.xst-body .container .title-box {
  text-align: center;
}

.xst-body .container .title-box .p1 {
  font-size: calc(var(--pc-scale) * 58px);
  color: #191D27;
  font-weight: 900;
  font-family: 'PingFang SC-Heavy';
  padding: calc(var(--pc-scale) * 10px) 0 calc(var(--pc-scale) * 30px) 0;
}

.xst-body .container .title-box .p2 {
  font-size: calc(var(--pc-scale) * 32px);
  color: #191D27;
  font-family: 'PingFang SC-Bold';
}

.xst-body .container .title-box .p3 {
  font-size: calc(var(--pc-scale) * 28px);
  color: #666666;
  line-height: calc(var(--pc-scale) * 52px);
  text-align: left;
}

.xst-body .container .page1 {
  width: 100%;
  height: 100%;
  background-image: url("/images/public/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.xst-body .container .page1 .banner-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--pc-scale) * 300px);
}

.xst-body .container .page1 .banner-box .txt1 {
  font-size: calc(var(--pc-scale) * 92px);
  color: #ffffff;
  font-weight: 900;
}

.xst-body .container .page1 .banner-box .txt2 {
  font-size: calc(var(--pc-scale) * 42px);
  color: #ffffff;
  font-weight: bold;
  padding-top: calc(var(--pc-scale) * 50px);
}

.xst-body .container .page2 {
  background-color: #FBFBFF;
  padding-bottom: calc(var(--pc-scale) * 124px);
}

.xst-body .container .page2 .page2-con {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: calc(var(--pc-scale) * 80px);
}

.xst-body .container .page2 .page2-con img {
  width: calc(var(--pc-scale) * 720px);
  height: calc(var(--pc-scale) * 620px);
}

.xst-body .container .page2 .page2-con .img1 {
  margin-right: calc(var(--pc-scale) * 80px);
}

.xst-body .container .page3 .title-box .p3 {
  width: calc(var(--pc-scale) * 1461px);
  margin: calc(var(--pc-scale) * 20px) auto;
}

.xst-body .container .page3 .img-box {
  width: calc(var(--pc-scale) * 1461px);
  height: calc(var(--pc-scale) * 580px);
  position: relative;
  margin: 0 auto;
}

.xst-body .container .page3 .img-box .img-items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.xst-body .container .page3 .img-box .img-items .bg3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.xst-body .container .page3 .img-box .btns {
  width: calc(var(--pc-scale) * 80px);
  height: calc(var(--pc-scale) * 80px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.xst-body .container .page3 .img-box .left-icon {
  left: calc(var(--pc-scale) * 30px);
}

.xst-body .container .page3 .img-box .right-icon {
  right: calc(var(--pc-scale) * 30px);
}

.xst-body .container .page3 .img-box .point-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  bottom: calc(var(--pc-scale) * 38px);
}

.xst-body .container .page3 .img-box .point-list .point-item {
  display: inline-block;
  width: calc(var(--pc-scale) * 18px);
  height: calc(var(--pc-scale) * 18px);
  margin-right: calc(var(--pc-scale) * 20px);
  border-radius: 50%;
  background-color: #191D27;
  opacity: 0.26;
}

.xst-body .container .page3 .img-box .point-list .active {
  opacity: 1;
  background-color: #FF9900;
}

.xst-body .container .page4 {
  background-color: #FBFBFF;
  padding-bottom: calc(var(--pc-scale) * 106px);
}

.xst-body .container .page4 .title-box .p3 {
  width: calc(var(--pc-scale) * 1454px);
  margin: calc(var(--pc-scale) * 59px) auto 0 auto;
}

.xst-body .container .page4 .page4-con {
  width: calc(var(--pc-scale) * 1500px);
  margin: calc(var(--pc-scale) * 100px) auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xst-body .container .page4 .page4-con .items {
  text-align: center;
}

.xst-body .container .page4 .page4-con .items img {
  width: calc(var(--pc-scale) * 320px);
  height: calc(var(--pc-scale) * 360px);
}

.xst-body .container .page4 .page4-con .items p {
  font-size: calc(var(--pc-scale) * 26px);
  color: #191D27;
  font-family: 'PingFang SC-Heavy';
  margin-top: calc(var(--pc-scale) * 20px);
}

.xst-body .container .page5 {
  background-color: #ffffff;
  padding-bottom: calc(var(--pc-scale) * 133px);
}

.xst-body .container .page6 {
  background-color: #FBFBFF;
  padding-bottom: calc(var(--pc-scale) * 120px);
}

.xst-body .container .page6 .title-box .p1 {
  padding-bottom: calc(var(--pc-scale) * 160px);
}

.xst-body .container .page6 .page6-box {
  width: calc(var(--pc-scale) * 1598px);
  height: calc(var(--pc-scale) * 500px);
  position: relative;
  margin: 0 auto calc(var(--pc-scale) * 100px) auto;
}

.xst-body .container .page6 .page6-box .img-box {
  width: calc(var(--pc-scale) * 1380px);
  height: calc(var(--pc-scale) * 500px);
  display: flex;
  margin-right: calc(var(--pc-scale) * 50px);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xst-body .container .page6 .page6-box .img-box .imgs {
  width: calc(var(--pc-scale) * 665px);
  height: calc(var(--pc-scale) * 500px);
  margin-right: calc(var(--pc-scale) * 50px);
  transition: all ease-in-out 0.3s;
}

.xst-body .container .page6 .page6-box .img-box .showActive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--pc-scale) * 774px);
  height: calc(var(--pc-scale) * 580px);
}

.xst-body .container .page6 .page6-box .page-up img {
  width: calc(var(--pc-scale) * 80px);
  height: calc(var(--pc-scale) * 80px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.xst-body .container .page6 .page6-box .page-up .left-img {
  left: 0;
}

.xst-body .container .page6 .page6-box .page-up .right-img {
  right: 0;
}

.xst-body .container .page6 .page6-box .point-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--pc-scale) * 100px);
  display: flex;
  bottom: calc(var(--pc-scale) * -102px);
}

.xst-body .container .page6 .page6-box .point-box .items {
  display: inline-block;
  width: calc(var(--pc-scale) * 18px);
  height: calc(var(--pc-scale) * 18px);
  border-radius: calc(var(--pc-scale) * 50px);
  background-color: #191D27;
  opacity: 0.26;
  margin-right: calc(var(--pc-scale) * 10px);
}

.xst-body .container .page6 .page6-box .point-box .active {
  opacity: 1;
  background-color: #FF9900;
}

.xst-body .container .page7 {
  background: linear-gradient(180deg, #EFF6FD 0%, #ffffff 100%);
  overflow-x: hidden;
}

.xst-body .container .page7 .title-box {
  padding: calc(var(--pc-scale) * 100px) 0 calc(var(--pc-scale) * 69px) 0;
  text-align: center;
}

.xst-body .container .page7 .title-box .title-txt {
  font-size: calc(var(--pc-scale) * 50px);
  color: #181818;
  font-weight: 900;
}

.xst-body .container .page7 .title-box .title-des {
  font-size: calc(var(--pc-scale) * 24px);
  color: #666666;
  margin-top: calc(var(--pc-scale) * 17px);
}

.xst-body .container .page7 .swiper-box {
  width: 100%;
  height: calc(var(--pc-scale) * 541px);
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url("/images/pages/customer/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.xst-body .container .page7 .swiper-box::-webkit-scrollbar {
  display: none !important;
  /* Chrome Safari */
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.xst-body .container .page7 .bubble-box {
  width: calc(var(--pc-scale) * 1400px);
  height: calc(var(--pc-scale) * 719px);
  position: relative;
  transition: all 2s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xst-body .container .page7 .bubble-box .imgs-top {
  width: calc(var(--pc-scale) * 1400px);
  height: calc(var(--pc-scale) * 719px);
}

.xst-body .container .page7 .bubble-box .imgs-bom {
  width: 100%;
}

.xst-body .container .page7 .bubble-box .icons {
  position: absolute;
  transition: opacity 1s ease-in-out;
}

.xst-body .container .page7 .bubble-box .icon34 {
  width: calc(var(--pc-scale) * 241px);
  height: calc(var(--pc-scale) * 241px);
  left: 0;
}

.xst-body .container .page7 .bubble-box .icon33 {
  width: calc(var(--pc-scale) * 144px);
  height: calc(var(--pc-scale) * 144px);
  left: 0;
}

.xst-body .container .page7 .bubble-box .icon35 {
  width: calc(var(--pc-scale) * 144px);
  height: calc(var(--pc-scale) * 144px);
  left: 0;
}

.xst-body .container .page7 .bubble-box .icon32 {
  width: calc(var(--pc-scale) * 190px);
  height: calc(var(--pc-scale) * 190px);
}

.xst-body .container .page7 .bubble-box .icon36 {
  width: calc(var(--pc-scale) * 176px);
  height: calc(var(--pc-scale) * 176px);
}

.xst-body .container .page7 .bubble-box .icon31 {
  width: calc(var(--pc-scale) * 205px);
  height: calc(var(--pc-scale) * 205px);
}

.xst-body .container .page7 .bubble-box .icon18 {
  width: calc(var(--pc-scale) * 241px);
  height: calc(var(--pc-scale) * 241px);
}

.xst-body .container .page7 .bubble-box .icon30 {
  width: calc(var(--pc-scale) * 176px);
  height: calc(var(--pc-scale) * 176px);
}

.xst-body .container .page7 .bubble-box .icon29 {
  width: calc(var(--pc-scale) * 176px);
  height: calc(var(--pc-scale) * 176px);
}

.xst-body .container .page7 .bubble-box .icon19 {
  width: calc(var(--pc-scale) * 205px);
  height: calc(var(--pc-scale) * 205px);
}

.xst-body .container .page7 .bubble-box .icon28 {
  width: calc(var(--pc-scale) * 241px);
  height: calc(var(--pc-scale) * 241px);
}

.xst-body .container .page7 .bubble-box .icon20 {
  width: calc(var(--pc-scale) * 241px);
  height: calc(var(--pc-scale) * 241px);
}

.xst-body .container .page7 .bubble-box .icon27 {
  width: calc(var(--pc-scale) * 144px);
  height: calc(var(--pc-scale) * 144px);
}

.xst-body .container .page7 .bubble-box .icon21 {
  width: calc(var(--pc-scale) * 159px);
  height: calc(var(--pc-scale) * 159px);
}

.xst-body .container .page7 .bubble-box .icon26 {
  width: calc(var(--pc-scale) * 205px);
  height: calc(var(--pc-scale) * 205px);
}

.xst-body .container .page7 .bubble-box .icon22 {
  width: calc(var(--pc-scale) * 176px);
  height: calc(var(--pc-scale) * 176px);
}

.xst-body .container .page7 .bubble-box .icon25 {
  width: calc(var(--pc-scale) * 241px);
  height: calc(var(--pc-scale) * 241px);
}

.xst-body .container .page7 .bubble-box .icon23 {
  width: calc(var(--pc-scale) * 241px);
  height: calc(var(--pc-scale) * 241px);
}

.xst-body .container .page7 .bubble-box .icon24 {
  width: calc(var(--pc-scale) * 176px);
  height: calc(var(--pc-scale) * 176px);
}

.xst-body .container .page7 .bubble-box .icon46 {
  width: calc(var(--pc-scale) * 226px);
  height: calc(var(--pc-scale) * 226px);
}

.xst-body .container .page8 .title-box .p3 {
  width: calc(var(--pc-scale) * 1430px);
  margin: 0 auto calc(var(--pc-scale) * 25px) auto;
}

.xst-body .container .page8 .page8-con {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: calc(var(--pc-scale) * 1430px);
  margin: 0 auto;
  padding-bottom: calc(var(--pc-scale) * 20px);
}

.xst-body .container .page8 .page8-con .left-item {
  flex: 1;
}

.xst-body .container .page8 .page8-con .left-item .txt1 {
  margin-right: calc(var(--pc-scale) * 20px);
}

.xst-body .container .page8 .page8-con .left-item p {
  font-size: calc(var(--pc-scale) * 22px);
  color: #191D27;
  font-family: 'PingFang SC-Medium';
  margin-bottom: calc(var(--pc-scale) * 10px);
}

.xst-body .container .page8 .page8-con .left-item .p1 {
  font-size: calc(var(--pc-scale) * 32px);
  color: #191D27;
  font-weight: bold;
  margin-bottom: calc(var(--pc-scale) * 24px);
}

.xst-body .container .page8 .page8-con .left-item .p2 {
  font-size: calc(var(--pc-scale) * 32px);
  color: #191D27;
  margin-top: calc(var(--pc-scale) * 44px);
}

.xst-body .container .page8 .page8-con .left-item .code-img {
  width: calc(var(--pc-scale) * 120px);
  height: calc(var(--pc-scale) * 120px);
  margin-top: calc(var(--pc-scale) * 10px);
}

.xst-body .container .page8 .page8-con .right-item {
  flex: 1;
}

.xst-body .container .page8 .page8-con .right-item .map-img {
  width: calc(var(--pc-scale) * 650px);
  height: calc(var(--pc-scale) * 470px);
}

.xst-body .container .footer-box {
  width: 100%;
  height: calc(var(--pc-scale) * 58px);
  background-color: #191D27;
}

.xst-body .container .footer-box .footer-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: calc(var(--pc-scale) * 10px);
  margin: 0 auto;
  font-size: calc(var(--pc-scale) * 12px);
  color: #9DA4B9;
}

.xst-body .container .footer-box .footer-con .footer-item1 {
  font-size: calc(var(--pc-scale) * 12px);
  color: #9DA4B9;
  margin-bottom: calc(var(--pc-scale) * 4px);
}

.xst-body .container .footer-box .footer-con .footer-item1 .foot-icon {
  width: calc(var(--pc-scale) * 12px);
  height: calc(var(--pc-scale) * 12px);
}
