body {
  background-color: #fff;
}
#app {
  min-width: 1130px;
  padding-top: 1.84rem;
}
/* 头部 */
.head {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.84rem;
  background-color: #fff;
}
.logo {
  float: left;
  margin-top: 0.5rem;
  width: 3.46rem;
  height: 0.68rem;
  font-size: 0;
}
.logo a {
  display: block;
  width: 3.46rem;
  height: 0.68rem;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: 100%;
}
.menu {
  float: right;
  height: 100%;
}
.menu ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.menu ul li {
  margin-left: 0.8rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
}
.menu ul li span {
  cursor: pointer;
}
.menu ul .activation {
  width: 1.42rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  background: url(../img/menu_activation.png) no-repeat 0 0;
  background-size: 100%;
}
.menu ul .activation a {
  font-size: 0.3rem;
  font-weight: 600;
}
/* banner图 */
.banner-box .swiper {
  width: 100%;
  height: 14.48rem;
}
.banner-box .swiper-slide {
  text-align: center;
  font-size: 0.36rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 运营便捷、系统稳定、功能强大 */
.introduce-01 {
  position: relative;
  height: 15.16rem;
}
.introduce-01::before {
  /* 椭圆样式背景 */
  content: '';
  z-index: -1;
  position: absolute;
  top: 6.32rem;
  width: 7.64rem;
  height: 13.72rem;
  background: url(../img/style_background_01.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-01 .w {
  width: 21.6rem;
  padding-top: 1.8rem;
  padding-bottom: 0.34rem;
}
.introduce-01 h1 {
  position: relative;
  margin: 0 auto;
  width: 11.22rem;
  font-size: 0.76rem;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
}
.introduce-01 h1::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -0.4rem;
  top: -0.4rem;
  display: block;
  width: 1.3rem;
  height: 1.06rem;
  background: url(../img/handshake.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-01 .w > p {
  margin: 0 auto 0.5rem;
  text-align: center;
  width: 17.4rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.52rem;
  letter-spacing: 0.036rem;
}
.introduce-01 ul {
  display: flex;
  height: 10.26rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.introduce-01 ul li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 5.08rem;
  height: 4.88rem;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.22rem 0.02rem rgba(217, 217, 217, 0.44);
  border-radius: 0.16rem;
}
.introduce-01 ul li:hover {
  border: 0.02rem solid #0b7aff;
  transform: scale(1.04);
}
.introduce-01 ul li:nth-child(1) {
  padding: 0.56rem 0.54rem 0.36rem 0.52rem;
}
.introduce-01 ul li:nth-child(2) {
  padding: 0.56rem 0.6rem 0.38rem 0.62rem;
}
.introduce-01 ul li:nth-child(3) {
  padding: 0.56rem 0.52rem 0.44rem 0.5rem;
}
.introduce-01 ul li:nth-child(4) {
  padding: 0.56rem 0.58rem 0.44rem 0.54rem;
}
.introduce-01 ul li:nth-child(5) {
  padding: 0.56rem 0.56rem 0.66rem 0.56rem;
}
.introduce-01 ul li:nth-child(6) {
  padding: 0.56rem 0.6rem 0.66rem 0.58rem;
}
.introduce-01 ul li:nth-child(6):hover {
  padding: 0.54rem 0.58rem 0.64rem 0.56rem;
}
.introduce-01 ul li:nth-child(7) {
  padding: 0.56rem 0.54rem 1.02rem 0.5rem;
}
.introduce-01 ul li:nth-child(8) {
  padding: 0.56rem 0.58rem 1.04rem 0.54rem;
}
.introduce-01 ul li h2 {
  font-size: 0.46rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.036rem;
}
.introduce-01 ul li p {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
  opacity: 0.6;
}
.introduce-01 .icon-01 {
  background: url(../img/introduce_icon_01.png) no-repeat 0 0;
}
.introduce-01 .icon-02 {
  background: url(../img/introduce_icon_02.png) no-repeat 0 0;
}
.introduce-01 .icon-03 {
  background: url(../img/introduce_icon_03.png) no-repeat 0 0;
}
.introduce-01 .icon-04 {
  background: url(../img/introduce_icon_04.png) no-repeat 0 0;
}
.introduce-01 .icon-05 {
  background: url(../img/introduce_icon_05.png) no-repeat 0 0;
}
.introduce-01 .icon-06 {
  background: url(../img/introduce_icon_06.png) no-repeat 0 0;
}
.introduce-01 .icon-07 {
  background: url(../img/introduce_icon_07.png) no-repeat 0 0;
}
.introduce-01 .icon-08 {
  background: url(../img/introduce_icon_08.png) no-repeat 0 0;
}
.introduce-01 .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 100%;
}
.style-background-01 {
  z-index: -1;
  position: absolute;
  top: 6.32rem;
  width: 7.64rem;
  height: 13.72rem;
  background: url(../img/style_background_01.png) no-repeat 0 0;
  background-size: 100%;
}
/* 一站式后台运营管理 */
.introduce-02 {
  position: relative;
  height: 15.16rem;
}
.introduce-02::after {
  /* 椭圆样式背景 */
  content: '';
  z-index: -1;
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: 17.22rem;
  height: 23.56rem;
  background: url(../img/style_background_02.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-02 .w {
  width: 21.6rem;
  padding-top: 3.6rem;
}
.introduce-02 h1 {
  position: relative;
  margin: 0 auto;
  width: 7.18rem;
  font-size: 0.76rem;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
}
.introduce-02 h1::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -0.58rem;
  top: -0.28rem;
  display: block;
  width: 1.14rem;
  height: 1.04rem;
  background: url(../img/paper_clip.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-02 .w > p {
  margin: 0 auto 0.5rem;
  text-align: center;
  width: 17.4rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.52rem;
  letter-spacing: 0.036rem;
}
.introduce-02 .box {
  height: 9.2rem;
}
.introduce-02 .box ul {
  float: left;
  width: 8.74rem;
  height: 100%;
  padding: 1.12rem 0 0 0;
}
.introduce-02 .box ul li {
  display: flex;
  align-items: center;
  height: 0.94rem;
  line-height: 1.2;
}
.introduce-02 .box ul li:nth-child(2n-1) {
  padding-left: 0.88rem;
}
.introduce-02 .box ul li:nth-child(1) {
  margin-bottom: 0.84rem;
}
.introduce-02 .box ul li:nth-child(2) {
  margin-bottom: 1.08rem;
}
.introduce-02 .box ul li:nth-child(3) {
  margin-bottom: 1.12rem;
}
.introduce-02 .box ul li:nth-child(1) i {
  margin-right: 0.36rem;
}
.introduce-02 .box ul li:nth-child(2) i {
  margin-right: 0.28rem;
}
.introduce-02 .box ul li:nth-child(3) i,
.introduce-02 .box ul li:nth-child(4) i {
  margin-right: 0.3rem;
}
.introduce-02 .box ul li p {
  display: inline-block;
  width: 6.68rem;
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.introduce-02 .box ul li:nth-child(2n) p {
  width: 7.52rem;
}
.introduce-02 .icon-09 {
  background: url(../img/introduce_icon_09.png) no-repeat 0 0;
}
.introduce-02 .icon-10 {
  background: url(../img/introduce_icon_10.png) no-repeat 0 0;
}
.introduce-02 .icon-11 {
  background: url(../img/introduce_icon_11.png) no-repeat 0 0;
}
.introduce-02 .icon-12 {
  background: url(../img/introduce_icon_12.png) no-repeat 0 0;
}
.introduce-02 .icon {
  display: inline-block;
  width: 0.94rem;
  height: 0.94rem;
  background-size: 100%;
}
.introduce-02 .swiper-box {
  position: relative;
  float: left;
  width: 12.86rem;
  height: 100%;
}
.introduce-02 .cards-swiper {
  float: right;
}
.introduce-02 .swiper {
  width: 10.7rem;
  height: 7.86rem;
}
.introduce-02 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.36rem;
  font-size: 0.44rem;
  font-weight: bold;
  color: #fff;
}
.introduce-02 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  left: 0.96rem !important;
  bottom: 0.6rem !important;
}
.introduce-02 ul > li > .activation {
  font-weight: 600 !important;
}
/* 快捷方便的用户小程序 */
.introduce-03 {
  position: relative;
}
.introduce-03 .w {
  width: 21.6rem;
  padding-top: 5rem;
}
.introduce-03 h1 {
  position: relative;
  margin: 0 auto;
  width: 8rem;
  font-size: 0.76rem;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
}
.introduce-03 h1::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -0.2rem;
  top: -0.3rem;
  display: block;
  width: 0.7rem;
  height: 1.02rem;
  background: url(../img/phone.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-03 .w > p {
  margin: 0 auto 0.5rem;
  text-align: center;
  width: 11.44rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.52rem;
  letter-spacing: 0.016rem;
}
.introduce-03 .box {
  height: 10.84rem;
}
.introduce-03 .box .phone-swiper {
  position: relative;
  float: left;
  width: 10.68rem;
  height: 10.84rem;
  background: url(../img/miniApp.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-03 .box .phone-swiper .minapp-img {
  overflow: hidden;
  position: absolute;
  top: 1.16rem;
  left: 5.4rem;
  width: 3.56rem;
  height: 8.02rem;
  border-radius: 0.4rem;
}
.introduce-03 .minapp-img img {
  width: 3.56rem;
  height: 8.02rem;
}
.introduce-03 ul {
  float: left;
  height: 100%;
  padding: 2.3rem 0 0 1.1rem;
}
.introduce-03 li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.46rem;
  width: 9.76rem;
  height: 0.94rem;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.22rem 0.02rem rgba(141, 173, 255, 0.35);
  border-radius: 0.16rem;
}
.introduce-03 li p {
  position: relative;
  padding-left: 0.88rem;
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
}
.introduce-03 li .activation {
  font-weight: 600;
}
.introduce-03 li:nth-child(1),
.introduce-03 li:nth-child(3) {
  position: relative;
}
.introduce-03 li:nth-child(1)::before,
.introduce-03 li:nth-child(3)::before {
  /* 关联图标 */
  content: '';
  position: absolute;
  top: 0.64rem;
  left: 0.02rem;
  width: 0.62rem;
  height: 1.18rem;
  background: url(../img/relation.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-03 li p::after {
  /* 成功图标 */
  content: '';
  position: absolute;
  top: -0.3rem;
  right: -0.4rem;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../img/success.png) no-repeat 0 0;
  background-size: 100%;
}
/* 用户体量及合作单位 */
.introduce-04 {
  position: relative;
}
.introduce-04::before {
  /* 椭圆样式背景 */
  content: '';
  z-index: -1;
  position: absolute;
  top: 2.4rem;
  left: 0;
  width: 7.64rem;
  height: 13.72rem;
  background: url(../img/style_background_03.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-04 .w {
  width: 21.6rem;
  padding-top: 3.18rem;
}
.introduce-04 h1 {
  position: relative;
  margin: 0 auto;
  width: 7.18rem;
  font-size: 0.76rem;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
}
.introduce-04 h1::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -0.64rem;
  top: -0.54rem;
  display: block;
  width: 1.24rem;
  height: 1.24rem;
  background: url(../img/users.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-04 .w > p {
  margin: 0.18rem auto 0.5rem;
  text-align: center;
  width: 11.44rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.52rem;
  letter-spacing: 0.016rem;
}
.introduce-04 .w > p > span {
  font-size: 0.48rem;
}
.introduce-04 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 5.28rem;
}
.introduce-04 ul li {
  width: 5.94rem;
  height: 4.88rem;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.22rem 0.02rem rgba(217, 217, 217, 0.44);
  border-radius: 0.16rem;
}
.introduce-04 .contact {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.34rem auto 0;
  width: 5.58rem;
  height: 2.4rem;
  background: #346bf4;
  border-radius: 0.52rem;
}
.introduce-04 .contact span {
  font-size: 0.46rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.introduce-04 > .w > ul li {
  cursor: pointer;
}
.introduce-04 > .w > ul li:hover {
  transform: scale(1.02);
}
.introduce-04 .users-number {
  padding: 0.54rem 0.08rem 0.6rem 0.64rem;
}
.introduce-04 .users-number > div {
  position: relative;
  display: flex;
  padding: 0.96rem 0.72rem 0.44rem 0.22rem;
  width: 5.22rem;
  height: 2.52rem;
  background: url(../img//stars.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-04 .users-number > div::before {
  content: '+';
  position: absolute;
  top: 0.44rem;
  right: 2.4rem;
  font-size: 0.76rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
}
.introduce-04 .users-number > div div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.08rem;
  width: 0.78rem;
  height: 1.12rem;
  font-size: 0.76rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000;
}
.introduce-04 .users-number > div div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.78rem;
  height: 0.56rem;
  background: linear-gradient(0deg, #e8e8e8 0%, #f7f7f7 100%);
  border-radius: 0.16rem 0.16rem 0 0;
}
.introduce-04 .users-number > div div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.78rem;
  height: 0.56rem;
  background: linear-gradient(0deg, #e8e8e8 0%, #f7f7f7 100%);
  border-radius: 0 0 0.16rem 0.16rem;
}
.introduce-04 .users-number > div div span {
  position: relative;
  z-index: 999;
}
.introduce-04 .users-number > div div:last-child {
  margin-right: 0;
}
.introduce-04 .users-number p {
  margin-top: 0.6rem;
  padding-left: 1.42rem;
  font-size: 0.46rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
}
.introduce-04 > .w > ul li:nth-child(2),
.introduce-04 > .w > ul li:nth-child(3) {
  padding: 0.52rem 0 0.6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduce-04 > .w > ul li:nth-child(2) img,
.introduce-04 > .w > ul li:nth-child(3) img {
  width: 4.66rem;
  height: 2.9rem;
  border-radius: 0.16rem;
}
.introduce-04 > .w > ul li:nth-child(2) p,
.introduce-04 > .w > ul li:nth-child(3) p {
  white-space: nowrap;
  margin-top: 0.24rem;
  text-align: center;
  font-size: 0.46rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
/* 服务简介 */
.introduce-05 {
  position: relative;
}
.introduce-05 .w {
  width: 21.6rem;
  padding-top: 4.72rem;
}
.introduce-05 h1 {
  position: relative;
  margin: 0 auto;
  width: 3.14rem;
  font-size: 0.76rem;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000;
}
.introduce-05 h1::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -0.32rem;
  right: -0.6rem;
  display: block;
  width: 1.06rem;
  height: 1.06rem;
  background: url(../img/service.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-05 .w > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.98rem;
  height: 9.58rem;
}
.introduce-05 .w > ul > li {
  width: 5.06rem;
  background: #ffffff;
  border: 0.02rem solid #eeeeee;
  box-shadow: 0 0.1rem 0.22rem 0.02rem rgba(217, 217, 217, 0.44);
  border-radius: 0.16rem;
}
.introduce-05 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.46rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.036rem;
  width: 5.02rem;
  height: 1.96rem;
  border-radius: 0.16rem 0.16rem 0 0;
}
.introduce-05 .basics div:nth-child(1) {
  background: #8897b2;
}
.introduce-05 .single-store div:nth-child(1) {
  background: #3877ef;
}
.introduce-05 .enterprise div:nth-child(1) {
  background: #f3b542;
}
.introduce-05 .customized div:nth-child(1) {
  background: #2c2b44;
}
.introduce-05 .w ul li div:nth-child(2) {
  position: relative;
  height: 7.6rem;
}
.introduce-05 .common:hover {
  cursor: pointer;
  transform: scale(1.02);
}
.introduce-05 .common div:nth-child(2) {
  padding-top: 0.62rem;
}
.introduce-05 .basics div:nth-child(2) ul {
  padding-left: 0.58rem;
}
.introduce-05 .common div:nth-child(2) ul li {
  position: relative;
  width: 1.92rem;
  line-height: 0.4rem;
  margin-bottom: 0.22rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
}
.introduce-05 .common div:nth-child(2) ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/success.png) no-repeat 0 0;
  background-size: 100%;
}
.introduce-05 .basics div:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
.introduce-05 .w ul li div:nth-child(2) > span {
  position: absolute;
  bottom: 0.98rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 2.4rem;
}
.introduce-05 .w ul li:last-child div:nth-child(2) > span {
  justify-content: flex-end;
}
.introduce-05 .price {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
.introduce-05 .price span {
  font-size: 0.9rem;
  font-weight: 600;
}
.introduce-05 .consulting-service {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.62rem;
  width: 3.6rem;
  height: 0.88rem;
  background: #3b7bf7;
  border-radius: 0.44rem;
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
}
.introduce-05 .enterprise div:nth-child(2) ul,
.introduce-05 .single-store div:nth-child(2) ul {
  float: left;
  padding-left: 0.24rem;
}
.introduce-05 .enterprise div:nth-child(2) ul:nth-child(1),
.introduce-05 .single-store div:nth-child(2) ul:nth-child(1) {
  padding-left: 0.36rem;
}
.introduce-05 .customized p {
  margin: 1.12rem auto 0;
  text-align: center;
  width: 1.5rem;
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
}
.introduce-05 .customized .consulting-service {
  background: #2c2b44;
}
/* 底部 */
.foot {
  position: relative;
  height: 7rem;
}
.foot::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 29.1rem;
  height: 9.08rem;
  background: url(../img/style_background_04.png) no-repeat 0 0;
  background-size: 100%;
}
.foot .w {
  width: 21.6rem;
  position: relative;
  padding-top: 1.28rem;
}
.foot-01 {
  display: flex;
  justify-content: space-between;
  height: 2.12rem;
}
.foot-01 > div:nth-child(1) {
  display: flex;
  justify-content: flex-start;
}
.foot-01 > div:nth-child(1) ul {
  margin-right: 2.92rem;
}
.foot-01 > div:nth-child(1) ul:last-child {
  margin-right: 0;
}
.foot-01 > div:nth-child(1) ul li {
  margin-bottom: 0.24rem;
  line-height: 1;
}
.foot-01 > div:nth-child(1) ul li:nth-child(1) {
  margin-bottom: 0.38rem;
}
.foot-01 > div:nth-child(1) ul li:last-child {
  margin-bottom: 0;
}
.foot-01 > div:nth-child(1) ul li {
  cursor: pointer;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.foot-01 > div:nth-child(1) ul li a {
  width: 1.28rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.foot-01 > div:nth-child(1) ul li:nth-child(1) {
  width: 1.5rem;
  font-size: 0.36rem;
  font-weight: 600;
}
.foot-01 > div:nth-child(1) ul li:nth-child(1) a {
  width: 1.5rem;
  font-size: 0.36rem;
  font-weight: 600;
}
.foot-01 > div:nth-child(2) {
  width: 5.22rem;
  height: 100%;
  line-height: 1;
}
.foot-01 > div:nth-child(2) h2 {
  margin-bottom: 0.38rem;
  width: 5.04rem;
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #fff;
}
.foot-01 > div:nth-child(2) p {
  margin-bottom: 0.24rem;
  width: 4.92rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
}
.foot-01 > div:nth-child(2) p:last-child {
  margin-bottom: 0;
}
.icon-daohangdizhi:before,
.icon-dianhua:before,
.icon-youxiang:before {
  padding-right: 0.16rem;
}
.foot-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 1.48rem;
  border-top: 0.02rem solid #fff;
}
.foot-02 p {
  position: absolute;
  bottom: 0.6rem;
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  font-family: STSong;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.022rem;
  line-height: 1;
}
