@charset "UTF-8";
html,
body,
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.14rem;
  background-color: #f8f9fc;
}

::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}

/*滑块*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.06rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/*滑道*/
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.06rem;
}

[v-cloak] {
  display: none;
}

/* vars */
.container,
.page-container {
  width: 12rem;
  padding: 0;
  margin: 0 auto;
}

.container-image img {
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: rgba(0, 34, 101, 0.53);
  z-index: 1024;
  transition: background-color 0.3s linear;
}
.header .container {
  position: static;
  height: 100%;
  box-sizing: border-box;
}
.header h1 {
  margin: 0;
  float: left;
}
.header h1 .nav-logo {
  vertical-align: middle;
  margin-top: -0.11rem;
  width: 180px;
  height: 42px;
}
.header h1 .nav-logo.b {
  display: none;
  width: 180px;
  height: 42px;
}
.header h1 .title {
  font-family: AlibabaPuHuiTiR;
  font-size: 0.2rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}
.header .nav {
  position: static;
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 0.9rem;
}
.header .nav .menu {
  position: static;
  display: inline-block;
  background: transparent;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.header .nav .menu .el-menu-item {
  position: static;
}
.header .nav .menu .el-menu-item .sub-menu {
  display: none;
}
.header .nav .menu .el-menu-item:hover {
  border-bottom: 0.02rem solid #409EFF;
}
.header .nav .menu .el-menu-item:hover .sub-menu {
  display: block;
}
.header .nav .sub-menu {
  position: absolute;
  left: 0;
  top: 0.91rem;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0rem -0.01rem 0.04rem 0rem rgba(0, 0, 0, 0.05);
  line-height: 1em;
}
.header .nav .sub-menu .list-group {
  display: flex;
  justify-content: center;
  margin-bottom: 0.27rem;
}
.header .nav .sub-menu .list-group .list {
  width: 4.7rem;
  list-style: none;
}
.header .nav .sub-menu .list-group .list .list-title {
  padding: 0.15rem 0.1rem 0.12rem;
  line-height: 0.25rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.18rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.header .nav .sub-menu .list-group .list .list-item {
  display: flex;
  align-items: center;
  min-width: 4.7rem;
  height: 1.2rem;
  padding: 0 0.1rem;
}
.header .nav .sub-menu .list-group .list .list-item:hover {
  background: #F3F8FF;
}
.header .nav .sub-menu .list-group .list .list-item .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.header .nav .sub-menu .list-group .list .list-item .icon img {
  width: 100%;
  height: 100%;
}
.header .nav .sub-menu .list-group .list .list-item .body {
  flex: 1;
}
.header .nav .sub-menu .list-group .list .list-item .body h3 {
  line-height: 0.22rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.16rem;
  color: #333333;
  letter-spacing: 0;
}
.header .nav .sub-menu .list-group .list .list-item .body p {
  margin-top: 0.03rem;
  line-height: 0.2rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.14rem;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
}
.header .nav .sub-menu .list-group .list + .list {
  margin-left: 0.4rem;
}
.header .nav .sub-menu .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 11.8rem;
  margin: 0.15rem auto;
}
.header .nav .sub-menu .grid-wrap .grid-item {
  display: flex;
  align-items: center;
  width: 1.8rem;
  height: 0.7rem;
  margin: 0.15rem 0.26rem;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.15rem 0.24rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.header .nav .sub-menu .grid-wrap .grid-item:hover {
  transform: scale(1.2);
}
.header .nav .sub-menu .grid-wrap .grid-item .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
.header .nav .sub-menu .grid-wrap .grid-item .icon img {
  width: 100%;
  height: 100%;
}
.header .nav .sub-menu .grid-wrap .grid-item span {
  line-height: 0.25rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.18rem;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}
.header .nav .el-menu-item,
.header .nav .el-submenu {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  cursor: pointer;
}
.header .nav .el-menu-item,
.header .nav .el-submenu,
.header .nav .el-submenu .el-submenu__title {
  height: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  background: transparent !important;
}
.header .nav .button {
  display: inline-block;
  width: 1.18rem;
  height: 0.44rem;
  background: #FFA900;
  border-radius: 0.08rem;
  line-height: 0.44rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.2rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.header.sticky, .header:hover {
  background-color: #fff;
  border-bottom: 0.01rem solid rgba(98, 103, 134, 0.2);
}
.header.sticky h1, .header:hover h1 {
  margin: 0;
  float: left;
}
.header.sticky h1 .nav-logo, .header:hover h1 .nav-logo {
  display: none;
  width: 180px;
  height: 42px;
}
.header.sticky h1 .nav-logo.b, .header:hover h1 .nav-logo.b {
  display: initial;
  width: 180px;
  height: 42px;
}
.header.sticky h1 .title, .header:hover h1 .title {
  color: #000;
}
.header.sticky .nav .el-menu-item,
.header.sticky .nav .el-submenu,
.header.sticky .nav .el-submenu .el-submenu__title, .header:hover .nav .el-menu-item,
.header:hover .nav .el-submenu,
.header:hover .nav .el-submenu .el-submenu__title {
  color: #000;
}

.main {
  /* banner */
  /* section */
  /* business pain */
  /* advantage */
  /* single-solusion */
  /* yinduo-service */
  /* yinduo-service-1 */
  /* swiper */
  /* show-case */
  /* wall */
}
.main .banner {
  width: 100%;
  height: 8.01rem;
  background: rgba(0, 34, 101, 0.3);
  box-sizing: border-box;
  margin-bottom: 0.6rem;
  position: relative;
}
.main .banner>.exempt{
  width: 2rem;
  height: .5rem;
  text-align: center;
  line-height: .5rem;
  color: #fff;
  font-size: .2rem;
  border: 1px solid #fff;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  /* z-index: 5; */
}
/* 弹窗 */
.popup{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  display: none;
  background-color: rgba(125, 125, 125, .4);
}
.popuptop{
  width: 7rem;
  position: fixed;
  top: 53%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: .08rem;
  padding-bottom: .1rem;
}
.popupshang{
  width: 100%;
  height: .5rem;
  position: relative;
  border-radius: .08rem .08rem 0 0;
  background-image: linear-gradient( to right,#f66f6f,#dd1a23);
}
.popupshang>.pop-portrait{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: .1rem;
  overflow: hidden;
}
.popupshang>.pop-portrait>img{
  width: 100%;
  height: 100%;
}
.popupshang>.pop-pop{
  display: inline-block;
  width: .28rem;
  height: .28rem;
  position: absolute;
  right: .2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.popupshang>.pop-pop>img{
  width: 100%;
  height: 100%;
}
.ding-zhong{
  background-color: #fff;
}
.ding-zhong>p{
  font-size: .22rem;
  text-align: center;
  font-weight: 600;
  color: #000;
  line-height: .6rem;
  font-family: AlibabaPuHuiTiR;
}
.ding-zhong>.dingwei_contain{
  display: flex;
  align-items: center;
  padding: 0 .6rem;
  /* justify-content: space-between; */
}
.ding-zhong>.dingwei_contain>.dingwei_left{
  width: 50%;
  padding-left: 0;
  box-sizing: border-box;
}
.ding-zhong>.dingwei_contain>.dingwei_left>.dingwei_border{
  border: 1px solid #f66f6f;
  box-sizing: border-box;
  padding: .1rem .2rem;
  border-radius: .06rem;
}
.dingwei_border{
  border: 1px solid #f66f6f;
  box-sizing: border-box;
  padding: .1rem .2rem;
  border-radius: .06rem;
}
.dingwei_bian{
  height: .46rem;
  line-height: .46rem;
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.dingwei_bian>.dingwei_zhong{
  line-height: 0.54rem;
}
.dingwei_bian>.layui-input{
  border: none;
  height: 100%;
  padding-left: .1rem;
  width: 96%;
  font-family: AlibabaPuHuiTiR;
  outline: none;font-size: 0.16rem;
}
.dingwei_bian>.dingwei-input{
  width: 96%;
  display: flex;
  justify-content: space-between;
}
.dingwei_bian>.dingwei-input>.layui-input{
  border: none;
  height: 100%;
  padding-left: .1rem;
  width: 40%;
  font-family: AlibabaPuHuiTiR;
  outline: none;font-size: 0.16rem;
}
.dingwei_bian>.ding_textarea{
  border: none;
  padding: .1rem;
  padding-left: .18rem;
  font-family: AlibabaPuHuiTiR;
  width: 100%;
  resize: none;
  outline: none;
  margin-top: .1rem;
  height: 0.4rem;
}
.dingwei-fa{
  cursor: pointer;
  width: 100%;
  height: .38rem;
  background-color: #f66f6f;
  color: #fff;
  border-radius: 4px;
  line-height: .3rem;
  text-align: center;
  font-size: .2rem;
  border: none;
  margin-top: .2rem;
  font-family: AlibabaPuHuiTiR;
}
.ding-zhong>.dingwei_contain>.dingwei_right{
  width: 50%;
  height: 3rem;
  position: relative;
}
.ding-zhong>.dingwei_contain>.dingwei_right>img{
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: 0; */
  right: 0;
  margin: auto;
}
.ding_bottom{
  width: 100%;
  height: 1.7rem;
}
.ding_bottom>.bottom_top{
  width: 100%;
  height: 60%;
}
.ding_bottom>.bottom_top>.package{
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.package>.list{
  width: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.package>.list>img{
  width: .45rem;
  height: .45rem;
}
.package>.list>p{
  margin-top: .1rem;
  font-size: .16rem;
  color: #8b8b8b;
}
.ding_bottom>.bottom_bottom{
  width: 100%;
  height: .8rem;
  font-size: .2rem;
  text-align: center;
  line-height: .8rem;
  color: #565656;
  font-family: AlibabaPuHuiTiR;
}
/* .dingwei{border: .01rem solid #eceef0;position: relative;height: .38rem;width: 90%;margin-bottom: .16rem;background-color: #fff;}
.dingwei>img{width: .2rem;position: absolute;top: 0;bottom: 0;left: .06rem;margin: auto;}
.dingwei>.dingwei-input{width: 90% !important;position: absolute;top: 0;bottom: 0;left: .26rem;margin: auto;font-family: AlibabaPuHuiTiR;font-size: 0.1rem;}
.dingwei>.dingwei-input>.layui-input{border: none;height: 100%;padding-left: .1rem;font-family: AlibabaPuHuiTiR;outline: none;font-size: 0.1rem;}
.dingwei:nth-of-type(3)>.dingwei-input>.layui-input{border: none;width: 62%;height: 100%;padding-left: .1rem;font-family: AlibabaPuHuiTiR;}
.dinwei{border: none;position: relative;height: .38rem;width: 90%;margin-bottom: .16rem;}
.dingwei>.dingwei-input>.captcha{position: absolute;top: 0;bottom: 0;right: 0rem;margin: auto;height: 100%;}
.dingwei-fa{cursor: pointer;width: 91%;height: .38rem;background-color: #2a6ebb;color: #fff;border-radius: 4px;line-height: .3rem;text-align: center;font-size: .2rem;border: none;margin-top: .4rem;font-family: AlibabaPuHuiTiR;} */

.main .banner .swipe {
  padding-top: 0.9rem;
  width: 100%;
  height: 8.01rem;
  box-sizing: border-box;
}
.main .banner .swipe .swipe-inner {
  margin-top: -0.9rem;
}
.main .banner .swipe .swipe-inner img {
  width: 100%;
}
.main .banner .swipe .swipe-inner .swipte-item.home {
  position: relative;
}
.main .banner .swipe .swipe-inner .swipte-item.home img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.main .banner .swipe .swipe-inner .swipte-item.home .yindduo {
  position: absolute;
  left: 50%;
  top: 1.78rem;
  width: 4.12rem;
  height: 2.1rem;
  transform: translate(-50%, 0);
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/yindduo-bo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.main .banner .swipe .swipe-inner .swipte-item.home .yindduo .yindduo-title {
  line-height: 0.38rem;
  font-family: AlibabaPuHuiTiM;
  font-size: 0.28rem;
  color: #FFA900;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  transform: translateY(-50%);
}
.main .banner .swipe .swipe-inner .swipte-item.home .yindduo .yindduo-text {
  line-height: 0.54rem;
  font-family: AlibabaPuHuiTiM;
  font-size: 0.39rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.main .banner .card-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12rem;
  margin: 0 auto;
  transform: translateY(-50%);
}
.main .banner .card-group .card-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 2.92rem;
  height: 1.2rem;
  padding: 0.16rem 0.14rem;
  box-shadow: 0rem 0.13rem 0.45rem 0rem rgba(210, 210, 210, 0.5);
  border-radius: 0.1rem;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.main .yewu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12rem;
  margin: 0 auto;
  margin-top: 1.0rem;
  padding: 0.16rem 0.14rem;
  box-shadow: 0rem 0.13rem 0.45rem 0rem rgba(210, 210, 210, 0.5);
  border-radius: 0.1rem;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.main .yewu .dingwei{ border-radius: 0.1rem;border: .01rem solid #eceef0;position: relative;height: .5rem;width: 3.5rem;background-color: #fff;margin-bottom: 0;overflow: hidden;}
.main .yewu .dingwei>img{width: .24rem;position: absolute;top: 0;bottom: 0;left: .06rem;margin: auto;}
.main .yewu .dingwei>.dingwei-input{width: 3rem !important;position: absolute;top: 0;bottom: 0;left: .28rem;margin: auto;font-family: AlibabaPuHuiTiR;}
.main .yewu .dingwei>.dingwei-input>.layui-input{font-size: .14rem;border-radius: 0.1rem;border: none;width: 100%;height: 100%;padding-left: .1rem;font-family: AlibabaPuHuiTiR;}
.main .yewu .dingwei:nth-of-type(3)>.dingwei-input>.layui-input{border: none;width: 62%;height: 100%;padding-left: .1rem;font-family: AlibabaPuHuiTiR;}
.main .yewu .dinwei{border: none;position: relative;height: .38rem;width: 90%;margin-bottom: .16rem;}
.main .yewu .dingwei>.dingwei-input>.captcha{position: absolute;top: 0;bottom: 0;right: -0.14rem;margin: auto;height: 100%;}
.main .yewu .dingwei-fa{width: 93%;height: .38rem;background-color: #2a6ebb;color: #fff;border-radius: 4px;line-height: .3rem;text-align: center;font-size: .2rem;border: none;margin-top: 1.7rem;font-family: AlibabaPuHuiTiR;}
.main .yewu .yewu_yes{
  width: 1.18rem;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.08rem;
  background-color: #ffa900;
  font-family: AlibabaPuHuiTiR;
  cursor: pointer;
}
.main .yewu .dingwei>.dingwei-input> input:focus{
  outline: none;
}
.main .banner .card-group .card-item .card-logo {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.1rem;
  text-align: center;
}
.main .banner .card-group .card-item .card-logo img {
  max-width: 100%;
  max-height: 100%;
}
.main .banner .card-group .card-item .cart-title {
  font-family: AlibabaPuHuiTiR;
  font-size: 0.2rem;
  color: #031d5b;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  line-height: 0.27rem;
}
.main .banner .card-group .card-item .card-desc {
  margin-top: 0.1rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.14rem;
  color: #505b79;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 0.2rem;
}
.main .banner .card-group .card-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.06rem;
  background: #0a8aff;
  transition: width 0.2s ease-in;
}
.main .banner .card-group .card-item:hover {
  background: #eff4fc;
}
.main .banner .card-group .card-item:hover::before {
  width: 100%;
}
.main .section {
  margin: 0 auto;
  padding: 0.4rem 0;
}
.main .section .title {
  line-height: 0.86rem;
  font-family: AlibabaPuHuiTiM;
  font-size: 0.34rem;
  color: #32325c;
  text-align: center;
  font-weight: 500;
}
.main .section .sub-title {
  line-height: 0.25rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.18rem;
  color: #505b79;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.main .section .desc {
  margin-top: 0.12rem;
  line-height: 0.25rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.18rem;
  color: #2a91ff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.main .section .btn-wrap {
  text-align: center;
  margin: 0.3rem 0 0.6rem;
}
.main .section .btn-wrap .btn {
  display: inline-block;
  width: 1.6rem;
  height: 0.48rem;
  background: #ffa900;
  border-radius: 0.08rem;
  font-family: AlibabaPuHuiTiM;
  font-size: 0.2rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.48rem;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.main .section.dark .title,
.main .section.dark .sub-title,
.main .section.dark .desc {
  color: #fff;
}
.main .business-pain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12rem;
  margin: 0.3rem auto;
}
.main .business-pain .item {
  position: relative;
  width: 3.9rem;
  height: 5.29rem;
  padding: 0.2rem 0.25rem;
  background: #ffffff;
  box-shadow: 0rem 0.09rem 0.32rem 0rem rgba(83, 83, 83, 0.1);
  border-radius: 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.main .business-pain .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.06rem;
  background: #0a8aff;
  transition: width 0.2s ease-in;
}
.main .business-pain .item:hover::before {
  width: 100%;
}
.main .business-pain .item .image {
  width: 3.4rem;
  height: 2.4rem;
}
.main .business-pain .item .title {
  position: relative;
  margin: 0.25rem auto 0.3rem;
  padding: 0 0.15rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.28rem;
  color: #32325c;
  letter-spacing: 0rem;
  text-align: center;
  line-height: 0.42rem;
  font-weight: 400;
}
.main .business-pain .item .title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 124%;
  width: 0.41rem;
  height: 0.06rem;
  background: #0a8aff;
  border-radius: 0.04rem;
  transform: translate(-50%, 0);
}
.main .business-pain .item .desc {
  padding: 0 0.25rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.16rem;
  color: #5b6c94;
  letter-spacing: 0rem;
  text-align: justify;
  line-height: 0.37rem;
  font-weight: 400;
}
.main .advantage {
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/bg-n-c.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main .advantage .btn-wrap {
  margin-top: 0.28rem;
  margin-bottom: 0;
}
.main .single-solusion {
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/bg-single-solusion.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main .single-solusion .container-image {
  position: relative;
}
.main .single-solusion .qr {
  position: absolute;
  left: 50%;
  top: 0.85rem;
  display: none;
  width: 2.21rem;
  height: 2.47rem;
  transform: translate(-50%, 0);
}
.main .single-solusion .qr img {
  width: 100%;
}
.main .single-solusion:hover .qr {
  display: block;
}
.main .yinduo-service {
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/bg-n-c-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main .yinduo-service .btn-wrap {
  margin: 0.32rem 0 0.68rem;
}
.main .yinduo-service .dashboard {
  margin-bottom: 0.67rem;
}
.main .yinduo-service .d-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main .yinduo-service .d-list .d-item {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
}
.main .yinduo-service .d-list .d-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.1rem;
  bottom: 0.1rem;
  width: 0.01rem;
  background-color: #fff;
}
.main .yinduo-service .d-list .d-item:last-child::after {
  display: none;
}
.main .yinduo-service .d-list .d-item .d-title span {
  font-family: PingFangSC-Semibold;
  font-size: 0.22rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 0.47rem;
  font-weight: 600;
}
.main .yinduo-service .d-list .d-item .d-title span.number {
  font-family: DINAlternate-Bold;
  font-size: 0.4rem;
  color: #ffffff;
  font-weight: 700;
}
.main .yinduo-service .d-list .d-item p {
  line-height: 0.22rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.16rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.main .yinduo-service-1 {
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/bg-yinduo-service.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main .swiper-box {
  position: relative;
  margin: 0 auto;
  width: 12rem;
  height: 4.52rem;
  background: #f1f6fc;
  border-radius: 0.1rem;
  padding: 0.74rem 0.61rem 0.6rem;
  box-sizing: border-box;
}
.main .swiper-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 12rem;
  height: 0.1rem;
  background: #0a8aff;
  border-radius: 0.1rem 0.1rem 0 0;
}
.main .swiper-box .swiper-next {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 0.26rem;
  height: 0.38rem;
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-55%);
  cursor: pointer;
}
.main .swiper-box .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0.15rem;
  width: 0.26rem;
  height: 0.38rem;
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-55%);
  cursor: pointer;
}
.main .swiper-box .swiper {
  width: 100%;
  height: 100%;
}
.main .swiper-box .swiper-slide {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.main .swiper-box .swiper-slide img {
  display: block;
  width: 1.97rem;
  height: 2.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
.main .swiper-box .swiper-slide .text {
  margin-top: 0.24rem;
  line-height: 0.2rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.14rem;
  color: #505b79;
  letter-spacing: 0;
  text-align: right;
  font-weight: 400;
}
.main .show-case {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: 0.4rem;
}
.main .show-case .show-case-item {
  flex: 1;
}
.main .show-case .show-case-item .show-case-main {
  position: relative;
  width: 2rem;
  height: 3.26rem;
}
.main .show-case .show-case-item .show-case-main .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main .show-case .show-case-item .show-case-main .bg img {
  width: 100%;
  height: 100%;
}
.main .show-case .show-case-item .show-case-main .brand {
  position: absolute;
  width: 1.38rem;
  height: 0.58rem;
  left: 50%;
  bottom: 0.18rem;
  transform: translate(-50%, 0);
  z-index: 1;
}
.main .show-case .show-case-item .show-case-main .brand img {
  width: 100%;
  height: 100%;
}
.main .show-case .show-case-item .show-case-main .qr-code {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: 2rem 0.98rem;
  background-position: bottom;
}
.main .show-case .show-case-item .show-case-main .qr-code img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.32rem;
  height: 1.32rem;
  transform: translate(-50%, -50%);
}
.main .show-case .show-case-item .show-case-main:hover .qr-code {
  cursor: pointer;
  display: block;
}
.main .show-case .show-case-item .show-case-bottom {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.18rem;
  background: #ce1925;
}
.main .show-case .show-case-item .show-case-bottom .icon {
  width: 0.38rem;
  height: 0.38rem;
}
.main .show-case .show-case-item .show-case-bottom .text {
  margin-top: 0.06rem;
  line-height: 0.22rem;
  font-family: AlibabaPuHuiTiR;
  font-size: 0.16rem;
  color: #ffffff;
  letter-spacing: 0rem;
  text-align: center;
  font-weight: 400;
}
.main .wall {
  position: relative;
  margin-top: 0.3rem;
}
.main .wall::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3.29rem;
  height: 4.21rem;
  transform: scaleX(-1) translate(0, -50%);
  background-image: linear-gradient(90deg, rgba(248, 249, 252, 0) 0%, #f8f9fc 100%);
  z-index: 10;
}
.main .wall::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 3.29rem;
  height: 4.21rem;
  transform: scaleX(-1) translate(0, -50%);
  background-image: linear-gradient(270deg, rgba(248, 249, 252, 0) 0%, #f8f9fc 100%);
  z-index: 10;
}
.main .wall .row {
  margin: 0.13rem 0;
  white-space: nowrap;
}
.main .wall .row:nth-child(2n+1) {
  padding-left: 1rem;
}
.main .wall .row::before,
.main .wall .row ::after {
  content: "";
  display: table;
  clear: both;
}
.main .wall .row .cell {
  display: inline-block;
  padding: 0 0.1rem;
}
/* .main .wall .row .cell .inner {
  width: 1.54rem;
  height: 0.7rem;
  background: #ffffff;
  border: 0.01rem solid #dddddd;
  box-shadow: 0rem 0.02rem 0.07rem 0rem rgba(9, 109, 217, 0.12);
  border-radius: 0.07rem;
  text-align: center;
  line-height: 0.7rem;
} */
.main .c-service {
  height: 2.41rem;
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/bg-pr.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.main .c-service .title {
  line-height: 0.41rem;
}
.main .c-service .desc {
  margin-top: 0.14rem;
}

.footer .footer-columns {
  margin-top: 0.27rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer-columns .footer-column h2 {
  margin-top: 0.3rem;
  line-height: 0.25rem;
  font-family: PingFangSC-Medium;
  font-size: 0.18rem;
  color: #3f436b;
  letter-spacing: 0.01rem;
  font-weight: 500;
}
.footer .footer-columns .footer-column .footer-item {
  margin: 0.12rem 0;
  line-height: 0.22rem;
  font-family: PingFangSC-Regular;
  font-size: 0.16rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
}
.footer .footer-columns .footer-column .footer-item a {
  color: #606585;
  text-decoration: none;
}
.footer .footer-columns .footer-column .footer-item a:active, .footer .footer-columns .footer-column .footer-item a:hover {
  color: #006eff;
}
.footer .footer-columns .logo {
  display: flex;
  flex-flow: column;
}
.footer .footer-columns .logo a + a {
  margin-top: 0.1rem;
}
.footer .footer-columns .qr-code {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 0.3rem;
}
.footer .footer-columns .qr-code p {
  margin-top: 0.06rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.14rem;
  color: #5f6488;
  letter-spacing: 0;
  line-height: 0.18rem;
  font-weight: 400;
}
.footer .footer-bottom {
  margin-top: 0.25rem;
  padding: 0.2rem 0;
  text-align: center;
  border-top: 0.01rem solid rgba(98, 103, 134, 0.2);
}
.footer .footer-bottom .contact {
  height: 0.2rem;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #606585;
  letter-spacing: 0rem;
  font-weight: 400;
}
.footer .footer-bottom .copyright {
  margin-top: 0.1rem;
  height: 0.2rem;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #898ea9;
  letter-spacing: 0rem;
  text-align: center;
  font-weight: 400;
}

.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee .content {
  white-space: nowrap;
}
.marquee .content > * {
  display: inline-block;
}

.hex-wrap {
  margin: 0.25rem -0.3rem 0.58rem;
}
.hex-wrap::before, .hex-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.hex-wrap ul {
  margin: 0;
  padding: 0;
  width: 12.3rem;
  list-style: none;
}
.hex-wrap li {
  float: left;
  margin: 0 0.05rem;
  height: 0.68rem;
}
.hex-wrap li.gap {
  visibility: hidden;
}
.hex-wrap .hex {
  overflow: hidden;
  display: block;
  width: 0.72rem;
  height: 0.83rem;
  transform: rotate(-60deg) skewY(30deg);
}
.hex-wrap .hexIn {
  display: flex;
  width: 0.72rem;
  height: 0.83rem;
  align-items: center;
  justify-content: center;
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/hex.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: skewY(-30deg) rotate(60deg);
  font-family: AlibabaPuHuiTiR;
  font-size: 0.14rem;
  color: #75BDFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.hex-wrap .hexIn:hover {
  color: #fff;
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/hex-a.svg);
}
.hex-wrap li:nth-child(29n+1) {
  margin-left: 0.46rem;
}
.hex-wrap li:nth-child(29n+14) {
  margin-right: 0.46rem;
}

.grid-image-wall {
  display: grid;
  /* grid-template-rows: repeat(7, 0.6rem); */
  grid-template-columns: repeat(10, 1fr);
}
.grid-image-wall img{
  width: 12rem;
  padding: 0;
  margin: 0 auto;
}
.grid-image-wall .grid-item {
  border: 0.01rem solid red;
}
.grid-image-wall .grid-item .cell {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.grid-image-wall .grid-item:nth-child(1) {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
}
.grid-image-wall .grid-item:nth-child(2) {
  grid-column: 4/span 1;
  grid-row: 1/span 2;
}
.grid-image-wall .grid-item:nth-child(9) {
  grid-column: 10/span 1;
  grid-row: 1/span 2;
}
.grid-image-wall .grid-item:nth-child(11) {
  grid-column: 7/span 1;
  grid-row: 2/span 2;
}
.grid-image-wall .grid-item:nth-child(12) {
  grid-column: 8/span 1;
  grid-row: 2/span 2;
}
.grid-image-wall .grid-item:nth-child(18) {
  grid-column: 5/span 1;
  grid-row: 3/span 2;
}
.grid-image-wall .grid-item:nth-child(19) {
  grid-column: 6/span 1;
  grid-row: 3/span 2;
}
.grid-image-wall .grid-item:nth-child(22) {
  grid-column: 1/span 1;
  grid-row: 4/span 2;
}
.grid-image-wall .grid-item:nth-child(31) {
  grid-column: 4/span 1;
  grid-row: 5/span 2;
}
.grid-image-wall .grid-item:nth-child(32) {
  grid-column: 5/span 1;
  grid-row: 5/span 2;
}
.grid-image-wall .grid-item:nth-child(36) {
  grid-column: 8/span 1;
  grid-row: 5/span 2;
}
.grid-image-wall .grid-item:nth-child(40) {
  grid-column: 2/span 1;
  grid-row: 6/span 2;
}

.stars {
  position: relative;
  width: 100%;
  height: 8.01rem;
  background-image: url(https://yinduogw.oss-cn-shanghai.aliyuncs.com/static/modules/cms/images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.stars canvas {
  width: 100%;
  height: 100%;
}
