header .header-transparency-plan {
  color: #fff;
  background: none !important;
}
header .header-transparency-plan .header-nav .xiala use {
  fill: #fff;
}
header .header-transparency-plan .header-nav > li:hover .xiala {
  transform: rotate(180deg);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.e_commerce h2 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  line-height: 52px;
  text-align: center;
}
.e_commerce .module_desc {
  width: 100%;
  height: 480px;
  padding-top: 162px;
  background-image: url("/images/e-commerce/bg_1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.e_commerce .module_desc .text {
  font-size: 18px;
  font-family: Source Han Sans-Regular, Source Han Sans;
  font-weight: 400;
  line-height: 26px;
  color: #999;
  margin-bottom: 11px;
}
.e_commerce .module_desc .text span {
  background: linear-gradient(0deg, #8bbbf9 0%, #4a72e7 98%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.e_commerce .module_desc h2 {
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 52px;
  margin-bottom: 80px;
  text-align: left;
}
.e_commerce .module_desc .advice_btn {
  border: none;
  outline: none;
  padding: 8px 22px;
  background: #2254f5;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.e_commerce .module_pain_point {
  width: 100%;
  height: 840px;
  padding-top: 120px;
  background-image: url("/images/e-commerce/bg_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.e_commerce .module_pain_point .content {
  margin: 0 auto;
  width: 810px;
  height: 540px;
  position: relative;
}
.e_commerce .module_pain_point .content .pain_bg {
  display: block;
  width: 100%;
  height: 100%;
}
.e_commerce .module_pain_point .content .block {
  width: 440px;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  position: absolute;
}
.e_commerce .module_pain_point .content .block:nth-child(2) {
  top: 48px;
  left: -183px;
}
.e_commerce .module_pain_point .content .block:nth-child(3) {
  top: 50%;
  left: -124px;
  transform: translateY(-50%);
}
.e_commerce .module_pain_point .content .block:nth-child(4) {
  bottom: 52px;
  left: -195px;
}
.e_commerce .module_pain_point .content .block:nth-child(5) {
  top: 97px;
  right: -92px;
}
.e_commerce .module_pain_point .content .block:nth-child(6) {
  bottom: 182px;
  right: -189px;
}
.e_commerce .module_pain_point .content .block:nth-child(7) {
  bottom: 16px;
  right: 5px;
}
.e_commerce .module_pain_point .content .block img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  flex-shrink: 0;
}
.e_commerce .module_pain_point .content .block .text {
  color: #333333;
}
.e_commerce .module_pain_point .content .block .text h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.e_commerce .module_pain_point .content .block .text p {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
}
.e_commerce .module_solution {
  width: 100%;
  height: 540px;
  background-image: url("/images/e-commerce/solution_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 110px;
}
.e_commerce .module_solution h2 {
  margin-bottom: 60px;
}
.e_commerce .module_solution ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.e_commerce .module_solution ul li {
  width: 285px;
  height: 240px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.e_commerce .module_solution ul li .box {
  width: 100%;
  height: 100%;
}
.e_commerce .module_solution ul li .before {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.e_commerce .module_solution ul li .before img {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.e_commerce .module_solution ul li .before h3 {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.e_commerce .module_solution ul li .after {
  background-image: url("/images/e-commerce/after_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -100%;
  top: -100%;
  z-index: 1;
  padding: 20px;
  color: #ffffff;
  pointer-events: none;
}
.e_commerce .module_solution ul li .after.trans {
  transition: all 0.1s ease-in-out;
}
.e_commerce .module_solution ul li .after h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.e_commerce .module_solution ul li .after p {
  margin-bottom: 20px;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
}
.e_commerce .module_solution ul li .after .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.e_commerce .module_solution ul li .after .sp {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}
.e_commerce .module_solution ul li .after .sp::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.e_commerce .module_provide {
  padding-top: 120px;
}
.e_commerce .module_provide h2 {
  text-align: left;
}
.e_commerce .module_provide .title {
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  line-height: 52px;
  margin-bottom: 20px;
}
.e_commerce .module_provide .free_try {
  display: flex;
  margin-bottom: 24px;
}
.e_commerce .module_provide .free_try a {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(149.99854436deg, #72a9e4 0%, #2254f5 100%);
  margin-right: 10px;
}
.e_commerce .module_provide .swiper-content .swiper-wrapper {
  display: flex;
}
.e_commerce .module_provide .swiper-content .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  height: 540px;
  background: #f8fafd;
  border-radius: 20px 20px 20px 20px;
  padding-left: 40px;
  padding-top: 140px;
  position: relative;
}
.e_commerce .module_provide .swiper-content .swiper-wrapper .swiper-slide-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(45deg, #3b74fe 0%, #4e9bfd 100%);
  margin-bottom: 30px;
}
.e_commerce .module_provide .swiper-content .swiper-wrapper .swiper-slide-desc {
  width: 390px;
  font-weight: 350;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 80px;
}
.e_commerce .module_provide .swiper-content .swiper-wrapper .swiper-slide-next_icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.e_commerce .module_provide .swiper-content .swiper-wrapper .swiper-slide-screenshot {
  width: 660px;
  height: 500px;
  position: absolute;
  right: 12px;
  bottom: 23px;
}
.e_commerce .module_coverage {
  padding-top: 120px;
  margin-bottom: 120px;
}
.e_commerce .module_coverage h2 {
  margin-bottom: 60px;
}
.e_commerce .module_coverage .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px;
}
.e_commerce .module_coverage .coverage_item {
  width: 374px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.e_commerce .module_coverage .coverage_item .icon {
  margin-right: 20px;
}
.e_commerce .module_coverage .coverage_item .icon,
.e_commerce .module_coverage .coverage_item .arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.e_commerce .module_coverage .coverage_item .arrow {
  width: 24px;
  height: 24px;
}
.e_commerce .module_coverage .coverage_item .content {
  flex-grow: 1;
  color: #333333;
}
.e_commerce .module_coverage .coverage_item .content h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.e_commerce .module_coverage .coverage_item .content p:last-child {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
}
