.banner {
  width: 100%;
  height: 520px;
  background: url("../image/produce/bannerbg.png") no-repeat;
  background-size: cover;
}
.banner .container {
  height: 100%;
}
.banner .title {
  font-size: 50px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.banner .desc {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.create .container {
  height: 800px;
}
.create .container .swiper {
  width: 100%;
  height: 100%;
}
.create .container .swiper .swiper-slide {
  font-size: 0;
}
.create .container .swiper .swiper-slide .words {
  width: 100%;
  height: 350px;
  margin-bottom: 60px;
  padding-top: 30px;
}
.create .container .swiper .swiper-slide .words .item {
  width: 349px;
  height: 259px;
  background: #F8F9FF;
  border-radius: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.create .container .swiper .swiper-slide .words .item div.no {
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  margin: auto;
  width: 102px;
  height: 102px;
  background: #FAB40A;
  border-radius: 50%;
  font-size: 57px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.create .container .swiper .swiper-slide .words .item:nth-child(2) {
  margin: 0 144px;
  align-self: end;
}
.create .container .swiper .swiper-slide .words .item:nth-child(2) div.no {
  background: #3678EF;
}
.create .container .swiper .swiper-slide .words .item:nth-child(3) div.no {
  background: #4DD4A9;
}
.create .container .swiper .swiper-slide .words .item .title {
  font-size: 30px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.create .container .swiper .swiper-slide .words .item .tips {
  font-size: 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
.create .container .swiper .swiper-slide img {
  width: 100%;
}
.create .container .swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 74px;
  height: 9px;
  background: #3678EF;
  border-radius: 6px 6px 6px 6px;
  opacity: 0.1;
}
.create .container .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.platform_advantage .content .item {
  width: 100%;
  height: 705px;
  margin-bottom: 200px;
  justify-content: space-between;
}
.platform_advantage .content .item .lf_words {
  flex: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 0px;
}
.platform_advantage .content .item .lf_words .title {
  font-size: 50px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #000000;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.platform_advantage .content .item .lf_words .list {
  width: 100%;
  align-items: flex-start;
}
.platform_advantage .content .item .lf_words .list .list_item {
  margin-bottom: 20px;
}
.platform_advantage .content .item .lf_words .list .list_item .listcss {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(180deg, #3347FE 0%, #63C3F9 100%);
  border-radius: 50%;
}
.platform_advantage .content .item .lf_words .list .list_item span {
  font-size: 18px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #666666;
  line-height: 36px;
  margin-left: 10px;
}
.platform_advantage .content .item .rg_img {
  width: 940px;
  flex-shrink: 0;
}
.platform_advantage .content .item .rg_img img {
  width: 100%;
}
.platform_advantage .content .item:last-child {
  margin-bottom: 0;
  box-sizing: border-box;
  padding-left: 140px;
}
.platform_advantage .content .item:nth-child(1) {
  box-sizing: border-box;
  padding-left: 140px;
}
.platform_advantage .content .item:nth-child(2n+2) .lf_words {
  order: 2;
  flex: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 40px;
}
.platform_advantage .content .item:nth-child(2n+2) .rg_img {
  order: 1;
}
.service_support .content {
  justify-content: space-around;
}
.service_support .content .item {
  flex: 1;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}
.service_support .content .item img {
  width: 110px;
}
.service_support .content .item .title {
  font-size: 24px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #000000;
  margin: 40px 0 20px;
}
.service_support .content .item .desc {
  font-size: 18px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #666666;
  line-height: 1.5em;
}
