
.body .common-banner .banner-bottom ul {
  padding: 0 55px;
}

.body .common-banner .banner-bottom .info {
  margin-left: 13px;
}

.body .common-banner .banner-bottom .info p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.body .section-wraper {
  padding: 75px 0 0px;
}

.body .section-wraper > .head {
  height: 105px;
  background: #2b70e2;
  border-radius: 5px;
  align-items: center;
  padding-left: 210px;
  padding-right: 40px;
  color: #fff;
  position: relative;
}

.body .section-wraper > .head img {
  position: absolute;
  left: 5px;
  bottom: 18px;
}

.body .section-wraper > .head h2 {
  font-size: 30px;
  font-weight: 400;
  color: #f0fd73;
}

.body .section-wraper > .head ul {
  margin-left: 100px;
  font-size: 18px;
}

.body .section-wraper > .head ul li {
  margin-right: 20px;
}

.body .section-wraper .content {
  margin-top: 60px;
}

.body #boutiqueTabs li {
  cursor: pointer;
}

.body #boutiqueTabs li.active {
  color: #f0fd73;
}

.body .section-boutique::after {
  content: '';
  width: 280px;
}

.body .section-boutique .boutique-list {
  display: none;
}

.body .section-boutique .boutique-list.active {
    width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.body .section-boutique .boutique-list .item {
  width: 280px;
}




.body .section-boutique .boutique-list .item:last-child:nth-child(4n - 1) {
  margin-right: calc(24% + 4px + 4% / 3);
}

.body .section-boutique .boutique-list .item:last-child:nth-child(4n - 2) {
  margin-right: calc(48% + 9px + 8% / 3);
}

.body .section-boutique .boutique-list .item:nth-child(n+5) {
  margin: 0;
}







.body .section-boutique .boutique-list .item a {
  align-items: center;
}

.body .section-boutique .boutique-list .item a img {
  width: 100%;
  height: 185px;
}

.body .section-boutique .boutique-list .item a p {
  margin: 10px 0 45px;
}

.body .section-share {
  padding: 0 28px;
  margin-bottom: 77px;
}

.body .section-share .item {
  width: 330px;
  height: 390px;
  padding: 25px 13px;
  background: #f7f7f7;
}

.body .section-share .item .head {
  align-items: center;
  padding: 0 7px 40px;
  position: relative;
}

.body .section-share .item .head::after {
  content: "";
  border-bottom: 1px solid #c6c6f2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}

.body .section-share .item .head h2 {
  width: 130px;
  height: 43px;
  background: #91bfe0;
  border-radius: 8px;
  color: #fff;
}

.body .section-share .item img {
  width: 100%;
  height: 90px;
}

.body .section-share .item ul {
  margin-top: 15px;
}

.body .section-share .item ul li {
  height: 40px;
  line-height: 40px;
  justify-content: end;
}

.body .section-share .item ul li a::before {
  content: '·';
  margin-right: 3px;
}
