.top-banner .bannerItem {
  justify-content: space-between;
}

.top-banner .bannerItem p {
  max-width: 495px;
}

.top-banner .bannerItem h2 {
  margin-top: -20px;
}

.top-banner .bannerItem .ani-img {
  padding-right: 137px;
}

.shop-icons {
  background: #F5F8FF;
  text-align: center;
}

.shop-icons .shop-icons-title {}

.shop-icons .shop-icons-list {
  display: flex;
  justify-content: space-between;
  width: 1146px;
  margin: 0 auto;
  padding-bottom: 128px;
}

.shop-icons .shop-icons-list .shop-icons-item {
  width: 258px;
  height: 298px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shop-icons .shop-icons-list .shop-icons-item img {
  height: 96px;
  margin-bottom: 32px;
}

.just-scene {
  width: 1146px;
  margin: 0 auto;
}

.just-scene .scene-title {
  color: #3B426B;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 11px;
}

.just-scene .scene-subtitle {
  color: #7D88A2;
  font-size: 18px;
  width: 81%;
}

.just-scene .scene-btm-title {
  color: #3B426B;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.just-scene .scene-btm-subtitle {
  color: #7D88A2;
  font-size: 18px;
  width: 81%;
}


.just-scene .just-scene-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.just-scene .just-scene-top .box {
  display: flex;
  align-items: center;
  width: 554px;
  height: 192px;
  box-shadow: 0px 0px 20px rgba(218, 222, 240, 0.5);
}

.just-scene .just-scene-top .box .scene-top-icon img {
  margin: 15px 34px 0 ;
}

.just-scene .just-scene-btm {
  display: flex;
  justify-content: space-between;
}
.just-scene .just-scene-btm img{
  
}

.just-scene .just-scene-btm .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 349px;
  height: 281px;
  box-shadow: 0px 0px 20px rgba(218, 222, 240, 0.5);
}
.just-scene .just-scene-btm .box div{
  text-align: center;
}

.just-scene .just-scene-btm .box .scene-top-icon img {
  width: 87px;
  height: 87px;
  margin-right: 44px;
}



.assistant-banner {
  background: linear-gradient(86.69deg, #FF3F4E -1.3%, #FF3838 -1.29%, #FF5C28 99.66%);
  -webkit-background-size: cover;
  background-size: cover;
}

.credit-function {
  background-color: #fffeff;
}

.credit-title {
  padding: 79px 0 28px 0;
}

.credit-title h3 {
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #3b426b;
}

.credit-icon {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.credit-icon .item {
  text-align: center;
  width: 33.3%;
  box-sizing: border-box;
  padding: 50px 28px;
  box-shadow: 0px 3px 43px 0px rgba(65, 90, 140, 0.19);
  border-radius: 10px;
  margin: 25px;
}

.credit-icon .item img {
  margin: 0 auto 14px;
}

.credit-icon .item h4 {
  font-size: 18px;
  line-height: 1;
  color: #3b426b;
  margin-bottom: 20px;
  font-weight: normal;
}

.credit-icon .item p {
  font-size: 14px;
  color: #7d88a2;
  line-height: 1;
  text-align: left;
  margin: 0 auto;
  line-height: 30px;
}

/*------part------*/
.market-member>div {
  flex: 0 0 600px;
}

.market-member>div.right {
  padding-left: 34px;
}

.market-member>div img {
  position: relative;
}

.market-member .item {
  flex: 0 0 600px;
  box-sizing: border-box;
  position: relative;
}

.market-member .item h4 {
  line-height: 1;
  font-size: 22px;
  color: #3B426B;
  margin-bottom: 20px;
  font-weight: bold;
  white-space: pre-wrap;
}

.market-member .item .info {
  font-size: 18px;
  color: #7d88a2;
  line-height: 32px;
  max-width: 486px;
}

.moments-function .swiper-container {
  width: 100%;
  height: 750px;
  margin-bottom: 40px;
}

.moments-function .swiper-container .swiper-slide {
  left: 612px;
}

.moments-function .swiper-container .moments-page-item>img {
  width: 389px;
  height: 750px;
}

.moments-function .swiper-container .swiper-pagination-bullet {
  width: 226px;
  height: 52px;
  border-radius: 52px;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  color: #3B426B;
  background: transparent;
  opacity: 1;
  border: 1px solid transparent;
}

.moments-function .swiper-container .swiper-pagination-bullet:hover {
  border-color: #FF562B;
}

.moments-function .swiper-container-vertical>.swiper-pagination-bullets {
  left: 182px;
  width: 226px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.moments-function .swiper-container .swiper-pagination-bullet-active {
  background: linear-gradient(86.69deg, #FF3F4E -1.3%, #FF3838 -1.29%, #FF5C28 99.66%);
  color: #fff;
}

.moments-function .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 70px 0;
}

.sub-title {
  text-align: center;
  font-size: 26px;
  color: #3b426b;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}

.sub-essay {
  font-size: 18px;
  color: #7d88a2;
  text-align: center;
  padding-bottom: 20px;
}

.sub-title1 {
  padding-top: 100px;
  margin-bottom: 70px;
}

.sub-title2 {
  padding-top: 92px;
  margin-bottom: 54px;
}

/*.credit-member .jifen >ul>li>p{*/
/*    line-height: 40px;*/
/*}*/
.tips-img {
  padding: 60px 0 92px;
  position: relative;
  left: 60px;
}

/*# sourceMappingURL=buyer.css.map */