.homepage .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.homepage h1 {
  font-family: PetcoCircularTT-Bold,arial!important;
  font-size: 25px;
  line-height: 1.2;
  padding: 0;
  font-weight: 400!important;
  color: #333;
  margin: 0;
}
.container-header .view_all {
  color: #0560fd;
}
.container-header .view_all:hover {
  text-decoration: underline;
}
.homepage .row {
  gap: 24px;
  display: grid;
}
.homepage .container {
  max-width: 1427px!important;
}
.homepage .heading {
  display: flex;
  justify-content: space-between;
  max-width: 1276px;
  margin: 0 75px;
  position: relative;
}
.homepage .heading a {
  font-family: PetcoCircularTT-Bold,arial!important;
  font-size: 16px;
  color: #333;
  margin-left: 15px;
  position:absolute;
  right: 0;
}
.homepage .heading a .arrow {
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.homepage .heading a .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.homepage a {
  font-family: PetcoCircularTT-Regular,arial!important;
  font-size: 16px;
  color: #333;
  font-weight: 400!important;
  text-decoration: none;
  text-align: center;
}
.homepage a span.vertical {
  padding-top: 8px;
  display: inline-block;
}
/* 图片列表 b */
.homepage.slider {
  padding-bottom: 48px;
}
.homepage.slider .container h1 {
  /* max-width: 1186px; */
}
.homepage.category-slider .container h1 {
  max-width: none;
  margin: 0;
}
/* 图片列表 b end */

/* 专辑商品 */
.product-category-discount{
  position: absolute;
  width:46px;
  height:46px;
  right:0;
  top:0;
  background:green;
  border-radius: 50%;
  color:#fff;
  font-size:12px;
  text-align:center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 } 
 
 .product-category-discount span{
  font-weight: 700;
  display: block;
 }

 .product-collection-discount{
  position: absolute;
  width:46px;
  height:46px;
  right:0;
  top:10px;
  background:green;
  border-radius: 50%;
  color:#fff;
  font-size:12px;
  text-align:center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 }

 .product-collection-discount span{
  font-weight: 700;
  display: block;
 }
.homepage.products {
  padding: 60px 0;
}

.homepage .prod-box {
  flex: 1;
  /* padding-left: 50px; */
}
.homepage .prod-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.5rem;
}
.homepage .prod-item {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  height: 100%;
  position: relative;
}
.homepage .prod-item .prod-img {
  padding: 10px 0 0;
  position: relative;
}
.homepage .prod-item .prod-img>a {
  width: 100%;
  height: 100%;
  display: inline-block;
  /* background-color: rgb(243, 243, 243); */
}
.homepage .prod-item .prod-img img {
  width: 100%;
}
.homepage .prod-info {
  padding-top: 1rem;
  color: #333;
  width: 100%;
}
.homepage .prod-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage .prod-title a {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: .5px;
  color: #000;
  text-decoration: none;
}
.homepage .prod-price {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.5px;
  color: #9b3c44;
}
.prod-pattern {
  margin-top: 10px;
}
.money {
  color: rgb(119, 119, 119);
  margin-left: 5px;
  text-decoration: line-through;
}
/* 专辑商品 end */

/* 轮播图 */
[data-section-type="slide"] .swiper .swiper-slide img {
  /* width: 100%;
  overflow: hidden; */
}

[data-section-type="slide"] .swiper {
  width: 100%;
  overflow: hidden;
}

[data-section-type="slide"] .swiper .swiper-slide {
  /* background-color: rgb(243, 243, 243); */
}

[data-section-type="slide"] .swiper .swiper-slide>a {
  position: relative;
  width: 100%;
  text-align: center;
}

[data-section-type="slide"] .swiper .swiper-slide img {
  /* width: 100%; */
  /* height: 100%; */
}

[data-section-type="slide"] .swiper .pagination-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-height: 2rem;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px 5px 0 0;
  transform: translateX(-50%);
  /* background-color: rgba(255, 255, 255, .8); */
  z-index: 10;
}

[data-section-type="slide"] .swiper .pagination-box .carousel-play {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  cursor: pointer;
  background-size: 100% 100% !important;
}

[data-section-type="slide"] .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 2%;
  margin-left: 0;
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  transform: none;
  background-color: transparent;
}

[data-section-type="slide"] .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  /* border: 1px solid #00205b; */
  opacity: 1;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, .4);
  box-sizing: border-box;
}

[data-section-type="slide"] .swiper .swiper-pagination .swiper-pagination-bullet-active {
  height: 9px;
  width: 9px;
  background-color: rgba(255, 255, 255, .9);
}
/* 轮播图 end */

/* 图片列表 */
[data-section-type="image_list_a"] .container {
  max-width: 1426px!important;
  padding: 0 75px;
}

[data-section-type="image_list_a"] .img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
}
[data-section-type="image_list_a"] .container {
  padding: 0 75px;
}
[data-section-type="image_list_b"] .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  scroll-snap-align: start;
  flex-direction: column;
  width: 300px;
}

[data-section-type="image_list_b"] .swiper-slide img {
  width: 100%;
}

[data-section-type="image_list_b"] {
  /* 单独设置按钮颜色 */
  --swiper-navigation-color: #00205b;
  /* 设置按钮大小 */
  --swiper-navigation-size: 36px;
}

[data-section-type="image_list_b"] .wrapper {
  padding: 0 75px;
  position: relative;
}
[data-section-type="image_list_b"] .swiper-wrapper {
  touch-action: auto;
  cursor: grabbing;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

[data-section-type="image_list_b"] .swiper-button-prev {
  left: 0;
}

[data-section-type="image_list_b"] .swiper-button-next {
  right: 0;
}
/* 图片列表 end */

[data-section-type] > .container-gap {
  padding: 32px 75px 24px 0;
}

/* 多图 */
.graphics {
  display: flex;
  margin: 0 auto;
  gap: 2rem 1.5rem;
}
.graphics-box {
  position: relative;
  display: flex;
  flex: 1;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}
.graphics-box .graphics-text {
  width: 60%;
  height: 100%;
  padding: 5%;
  display: flex;
  flex: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: ellipse(85% 600px at 15% 50%);
  background: #00205b;
  z-index: 2;
  box-sizing: border-box;
}
.graphics-box .graphics-text h2 {
  margin-bottom: 40px;
  line-height: 1.125em;
  font-size: clamp(25px, 3.2vw, 33px);
  font-family: PetcoCircularTT-Bold, arial;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #fff;
}
.graphics-box .graphics-img {
  flex: 2;
  display: flex;
  align-items: center;
}
.graphics-box .graphics-img a {
  width: 100%;
}
.graphics-box .graphics-img img {
  max-width: 100%;
}
/* 多图 end */

/* banner */
.homepage .banner {
  margin: auto;
  max-width: 77.75rem;
  width: 100%;
  min-height: 5.625rem;
}
.banner .banner-link {
  display: block;
  padding: 0px !important;
  height: initial !important;
}

.banner img {
  max-width: 100%;
  margin-bottom: 0px !important;
}
.banner .banner-link p {
  float: right;
  font-style: normal;
  font-weight: normal;
  color: rgb(101, 101, 101) !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.4px !important;
  line-height: 1.125rem !important;
}
/* banner end */

/* 商品类别列表 */
.products-cate {
  padding: 80px 0;
}

.products-cate .title-box {
  margin-bottom: 40px;
}

.products-cate .title-box h2 {
  max-width: 375px;
}

.products-cate .button-group {
  position: relative;
  width: 100%;
  margin-bottom: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cate-container .swiper-button-prev,
.cate-container .swiper-button-next {
  display: none;
}

.products-cate .button-group li {
  min-width: 0;
  height: 50px;
  line-height: 50px;
  margin: 0 0.5rem;
  flex: 1 0 0%;
  font-size: 14px;
  font-weight: bold;
  font-family: PetcoCircularTT-Bold, arial;
  letter-spacing: .04em;
  color: #00205b;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #00205b;
  background-color: #fff;
  cursor: pointer;
}

.products-cate .button-group .active {
  color: #fff;
  background-color: #00205b;
  box-shadow: rgb(0 0 0 / 20%) 0 5px 15px;
}

.cate-container {
  position: relative;
  height: 100%;
  padding: 20px 0 ;
}

.cate-container .prod-group:nth-child(n+2) {
  display: none;
}

.products-cate .tab-content {
  width: 100%;
  display: grid;
  gap: 2%;
}

.products-cate .tab-content li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.products-cate .tab-content li .prod-img {
  position: relative;
  width: 100%;
  max-width: 175px;
  font-size: 0;
  background-color: #fff;
}

.products-cate .tab-content li .prod-img::after {
  content: "";
  display: block;
  margin-top: 100%;
}

.products-cate .tab-content li .prod-img img {
  position: absolute;
  width: 100%;
}

.products-cate .tab-content .prod-title {
  line-height: 1.1em;
  margin: 10px 0 10px;
  padding-top: 8px;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  font-family: PetcoCircularTT-Bold, arial;
  text-align: center;
  color: #00205b;
}
.products-cate .footer-btn {
  width: 96%;
  margin: 0.5rem 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-cate .footer-btn a {
  text-decoration: none;
}

.products-cate .footer-btn button {
  width: 250px;
  height: 56px;
  margin-top: 10px;
  line-height: 22px;
  display: block;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .5px;
  border: none;
  color: #fff;
  background: #001952;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
/* 商品类别列表 end */

/* 图文列表a */
.image_text_list_h_1 .title-box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #00205b;
}

.image_text_list_h_1 .ft-s {
  margin-right: 10px;
  -webkit-text-stroke: 1px #00205b;
  color: transparent;
}

.services-box {
  width: 100%;
  max-width: 1253px;
  margin: 0 auto;
}

.services-box .layout-upon {
  margin: 0.5rem 2%;
  margin-bottom: 20px;
  display: flex;
  width: 96%;
}

.services-box .layout-upon .img {
  flex: 1;
  background-color: rgb(243, 243, 243);
}

.services-box .layout-upon .img img {
  width: 100%;
  height: 100%;
}

.services-box .layout-upon .img a {
  display: block;
  font-size: 0;
}

.services-box .layout-upon .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}

.services-box .layout-upon .text > div {
  padding: 18px 20px;
}

.services-box .layout-down {
  width: 96%;
  margin: 0.5rem 2%;
  display: flex;
}

.services-box .layout-down>div {
  margin: 0 10px;
  padding: 20px 30px 45px;
  flex: 1;
  background: #f4f6f6;
}

.services-box .layout-down>div:first-child {
  margin-left: 0;
}

.services-box .layout-down>div:last-child {
  margin-right: 0;
}

.services-box .layout-down>div .img-item {
  height: 42px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}

.services-box .layout-down>div img {
  max-width: 100%;
  height: 100%;
}

.services-box .layout-down>div p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: .5px;
  color: #00205b;
}

.services-box .layout-down>div a {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: .5px;
  font-weight: 700;
  color: #00205b;
}
.services-box .layout-upon .text img {
  max-width: 100%;
}
/* 图文列表a end */

/* 富文本简介 start */
.summary {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 30px;
  clear: both;
}

.summary .summary-item {
  width: 96%;
  margin: 0.5rem 0;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: .5px;
  color: #333;
  overflow: hidden;
  box-sizing: border-box;
}

.summary .btn-box {
  width: 96%;
  margin: 1.25rem 2%;
  display: flex;
  justify-content: center;
  color: #333;
}

.summary .look-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #00205b;
  background: #fff;
  cursor: pointer;
}

.summary .stop-btn {
  display: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #00205b;
  background: #fff;
  cursor: pointer;
}
/* 富文本简介 end */

/* 图文列表 b */

.our-memberships {
  padding-top: 80px;
  padding-bottom: 40px;
}

.our-memberships .title-box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #00205b;
}

.our-memberships .ft-s {
  margin-right: 10px;
  -webkit-text-stroke: 1px #00205b;
  color: transparent;
}

.memberships-box {
  width: 100%;
  max-width: 1253px;
  margin: 0 auto;
  display: flex;
}

.memberships-box .layout-left {
  margin: 0.5rem 2%;
  margin-right: 10px;
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* background-color: #06ff86; */
}

.memberships-box .layout-left .img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  /* max-width: 264px; */
}

.memberships-box .layout-left .img > a {
  font-size: 0;
}

.memberships-box .layout-left .img img {
  width: 100%;
}

.memberships-box .layout-left .text {
  /* margin-bottom: 30px; */
  /* line-height: 1.2; */
  /* font-size: clamp(40px, 4.3vw, 46px); */
  /* font-weight: 700; */
  font-family: PetcoCircularTT-Bold;
  /* letter-spacing: .225px; */
  color: #00205b;
  padding: 5px 0;
}

.memberships-box .layout-left .btn button {
  width: 100%;
  height: 56px;
  text-align: center;
  max-width: 172px;
  font-weight: 700;
  font-size: 16px;
  font-family: PetcoCircularTT-Bold, arial;
  letter-spacing: .5px;
  line-height: 22px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #001952;
  cursor: pointer;
}

.memberships-box .layout-left>a {
  display: none;
}

.memberships-box .layout-left .btn a {
  text-decoration: none;
}

.memberships-box .layout-left .bg-img {
  width: 100%;
  height: auto;
  max-width: 270px;
  align-self: flex-end;
}

.memberships-box .layout-left .bg-img img {
  width: 100%;
}

.memberships-box .layout-left .m-text {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 15px;
  line-height: 1.38;
  letter-spacing: .5px;
  color: #00205b;
  display: none;
}

.memberships-box .layout-left>a {
  font-weight: 700;
  color: #00205b;
  text-decoration: none;
  display: none;
}

.memberships-box .layout-right {
  margin: 0.5rem 2%;
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.memberships-box .layout-right>div {
  padding: 20px 30px;
  /* background-color: #06ff86; */
}

.memberships-box .layout-right .top-item .img {
  /* width: 256px; */
  /* height: 41.5px; */
  margin-bottom: 10px;
  max-width: 100%;
}

.memberships-box .layout-right>div .img img {
  width: 100%;
}

.memberships-box .layout-right>div.text {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: .5px;
}

.memberships-box .layout-right>div>a {
  font-weight: 700;
  color: #00205b;
}

.memberships-box .layout-right .top-item {
  width: 100%;
  margin-bottom: 20px;
}

.memberships-box .layout-right .footer-left-item {
  margin-right: 20px;
  flex: 1;
}

.memberships-box .layout-right .footer-left-item .img,
.memberships-box .layout-right .footer-right-item .img {
  height: auto;
  margin-bottom: 10px;
  /* max-width: 128px; */
  max-height: 48.5px;
  min-height: 37.55px;
}

.memberships-box .layout-right .footer-right-item {
  flex: 1;
}
/* 图文列表b end */

@media screen and (min-width: 768px){
  .cate-container .prod-group {
    overflow: unset;
  }
}

@media screen and (max-width: 1089px) { 
  .cate-container {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .products-cate .tab-content {
    gap: 0;
  }
  .graphics {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 904px){
  .homepage .row {
    gap: 16px;
  }
  .cate-container {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .summary .summary-item {
    margin: 0 auto
  }
}
@media screen and ( max-width: 768px) {
  /* 商品类别列表 */
  .cate-container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .products-cate .title-box {
    margin-bottom: 16px;
  }
  
  .products-cate .title-box {
    margin-bottom: 16px;
  }

  .products-cate .button-group::-webkit-scrollbar {
    background-color: #fff;
  }

  .title-box {
    padding: 0 0 16px;
  }
  
  .title-box .title {
    margin: 0;
  }

  .products-cate .button-group {
    overflow: auto;
  }
  
  .products-cate .button-group li {
    min-width: 180px;
  }
  
  .products-cate .tab-content {
    margin: 0;
    display: flex;
    flex-wrap: unset;
  }
  .cate-container .swiper-button-prev,
  .cate-container .swiper-button-next {
      display: block;
  }
  .cate-container .swiper-button-prev {
    left: 10px;
  }
  .cate-container .swiper-button-next {
    right: 10px;
  }
  .products-cate {
    --swiper-navigation-color: rgb(0, 0, 0);
    --swiper-navigation-size: 36px;
    padding: 24px 0 32px 0;
  }
  .products-cate .prod-group {
    width: calc(100vw - 20%);
  }
  .products-cate .tab-content li {
    margin: 0.5rem 0;
    flex: none;
  }
  .products-cate .tab-content li .prod-img {
    min-width: 130px;
    min-height: 130px;
  }
  /* 商品类别列表 end */

  [data-section-type] > .container-gap {
    padding: 32px 16px 16px 16px;
  }

  /* 图片列表b  */
  [data-section-type="image_list_b"] .wrapper {
    overflow: visible;
    padding: 0 16px!important;
  }
  [data-section-type="image_list_b"] .swiper-slide {
    width: 130px!important;
  }
  /* 图片列表b end */
  .homepage h1 {
    font-size: 20px !important;
  }
  .homepage .heading {
    margin: 0 16px;
  }
  .homepage.slider {
    padding-bottom: 32px;
  }
  .homepage.slider .container h1 {
    margin: 0 16px
  }
  .homepage.slider .swiper-button-prev,
  .homepage.slider .swiper-button-next {
    display: none;
  }
  /* 商品列表 */
  .container-header .view_all {
    font-size: 14px;
  }
  .homepage.products {
    padding: 35px 0;
  }
  .homepage.products .container-gap {
    padding: 0 32px;
  }
  .homepage .prod-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .homepage .prod-li {
    padding: 0 0 .5rem 0;
    width: calc(50% - 0.75rem);
    /*border-bottom: 1px solid rgb(204, 204, 204);*/
  }
  .homepage .prod-item {
    margin-top: 1rem;
    /* flex-direction: row; */
  }
  
   .product-collection-discount{
    width:36px;
    height:36px;
    top:0
   }
  .homepage .prod-item .prod-img {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* margin-right: 1rem; */
  }
  .homepage .prod-info {
    padding-top: 0;
    border-top: none;
  }
  /* 商品列表end */

  /* 图文列表a */
  .image_text_list_h_1 .title-box .title {
    /* font-size: clamp(16px, 4.6vw, 35px); */
    font-size: 25px;
    line-height: 1.125;
    letter-spacing: .25px;
  }
  .services-box .layout-upon {
    flex-direction: column;
    width: 96%;
    height: 100%;
    margin: 1rem 2%;
  }
  .services-box .layout-down {
      overflow-y: auto;
  }
  .services-box .layout-down>div {
      max-width: 250px;
      flex: none;
  }
  .services-box .layout-upon .text {
    flex: calc(49% - 10px);
  }
  .services-box .layout-upon .text > div {
    padding: 9px 10px;
  }
  /* 图文列表a end */

  /* 图文列表 b */
  .our-memberships {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .memberships-box {
      height: unset;
      padding: 0 2%;
      overflow-y: auto;
      box-sizing: border-box;
  }
  .memberships-box .layout-left {
      width: 310px;
      flex: none;
      box-sizing: border-box;
  }
  .memberships-box .layout-left .img {
      height: 50px;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-end;
  }
  .memberships-box .layout-left .text {
      margin-bottom: 10px;
      font-size: 15px;
  }
  .memberships-box .layout-left .btn,
  .memberships-box .layout-left .bg-img {
      display: none;
  }
  .memberships-box .layout-left .m-text,
  .memberships-box .layout-left>a {
      display: block;
  }
  .memberships-box .layout-right {
      flex: none;
      flex-wrap: nowrap;
  }
  .memberships-box .layout-right .top-item {
      margin-bottom: 0;
      margin-right: 20px;
  }
  .memberships-box .layout-right>div {
      width: 310px !important;
      flex: none !important;
      box-sizing: border-box;
  }
  .memberships-box .layout-right>div .img {
      height: 50px;
      margin-bottom: 20px;
  }
  .memberships-box .layout-right>div .title {
      max-width: 375px;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.25em;
      letter-spacing: .225px;
      color: #00205b;
  }
  .memberships-box .layout-right>div .text {
      font-size: 16px;
      line-height: 1.38;
      letter-spacing: .5px;
      color: #00205b;
  }
  .our-memberships .title-box .title,
  .our-services .title-box .title {
      /* font-size: clamp(16px, 4.6vw, 35px); */
      font-size: 25px;
      line-height: 1.125;
      letter-spacing: .25px;
  }
  /* 图文列表b end */
  .summary {
    padding-top: 1rem;
    padding-bottom: 0.55rem;
  }
  /* 轮播图 */
  [data-section-type="slide"] .swiper .swiper-slide>a {
    position: relative;
    width: 100%;
    padding-bottom: 0!important;
    min-height: 150px;
  }
  /* 轮播图 end */
}