@charset "UTF-8";
.pictureCard {
  position: relative;
  z-index: 1;
  width: 10000%;
  left: 50%;
  margin-left: -5000%;
  overflow: hidden;
  text-align: center;
}
.pictureCard .style1 img {
  width: 100%;
  vertical-align: top;
}
.pictureCard .style2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.pictureCard .style2 .style_box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pictureCard .style2 .style_box .left {
  margin: 45px 60px 45px 40px;
  width: 70px;
  height: 70px;
}
.pictureCard .style2 .style_box .left img {
  height: 100%;
}
.pictureCard .style2 .benefitPoints_style {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  height: 160px;
  margin-bottom: 20px;
}
.pictureCard .style2 .labelCopywritingBackGround {
  position: absolute;
  padding: 4px 12px;
  height: 25px;
  line-height: 25px;
  left: 0px;
  top: 0px;
  border-radius: 0 13px 13px 13px;
  font-size: 14px;
  text-align: center;
  min-width: 28px;
  max-width: 112px;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .aRow {
  width: 1200px;
}
.pictureCard .style2 .aRow .center {
  width: 794px;
}
.pictureCard .style2 .aRow .center .mainTitle {
  font-family: HONORSansBrand-DemiBold;
  line-height: 34px;
  height: 34px;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  white-space: nowrap;
  /*禁止换行*/
}
.pictureCard .style2 .aRow .center .subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*行向垂直排列*/
  -webkit-line-clamp: 2;
  /*限制2行*/
}
.pictureCard .style2 .aRow .right {
  width: 196px;
  float: right;
  text-align: right;
}
.pictureCard .style2 .aRow .right .buttonTitle {
  margin-left: 36px;
}
.pictureCard .style2 .aRow .right .buttonTitle span {
  display: inline-block;
  padding: 6px 24px;
  font-size: 16px;
  border-radius: 24px;
  min-width: 64px;
  max-width: 128px;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
  text-align: center;
}
.pictureCard .style2 .twoRow .mainTitle,
.pictureCard .style2 .threeRow .mainTitle,
.pictureCard .style2 .fourRow .mainTitle {
  font-family: HONORSansBrand-DemiBold;
  line-height: 34px;
  height: 34px;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  white-space: nowrap;
  /*禁止换行*/
}
.pictureCard .style2 .twoRow .buttonTitle,
.pictureCard .style2 .threeRow .buttonTitle,
.pictureCard .style2 .fourRow .buttonTitle {
  margin-top: 12px;
}
.pictureCard .style2 .twoRow .buttonTitle span,
.pictureCard .style2 .threeRow .buttonTitle span,
.pictureCard .style2 .fourRow .buttonTitle span {
  display: inline-block;
  padding: 6px 24px;
  font-size: 16px;
  border-radius: 24px;
  min-width: 64px;
  max-width: 128px;
  text-align: center;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .twoRow {
  width: 590px;
}
.pictureCard .style2 .twoRow:nth-child(2n + 1) {
  margin-right: 20px;
}
.pictureCard .style2 .twoRow .right {
  width: 380px;
  margin-right: 40px;
}
.pictureCard .style2 .twoRow .subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*行向垂直排列*/
  -webkit-line-clamp: 2;
  /*限制2行*/
}
.pictureCard .style2 .threeRow {
  width: 386px;
  margin-left: 20px;
}
.pictureCard .style2 .threeRow:nth-child(3n + 1) {
  margin-left: 0;
}
.pictureCard .style2 .threeRow .right {
  width: 176px;
  margin-right: 40px;
}
.pictureCard .style2 .threeRow .subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*行向垂直排列*/
  -webkit-line-clamp: 2;
  /*限制2行*/
}
.pictureCard .style2 .fourRow {
  width: 285px;
  margin-left: 20px;
}
.pictureCard .style2 .fourRow .labelCopywritingBackGround {
  width: 84px !important;
}
.pictureCard .style2 .fourRow:nth-child(4n + 1) {
  margin-left: 0;
}
.pictureCard .style2 .fourRow .left {
  margin: 45px 20px 45px 20px;
}
.pictureCard .style2 .fourRow .right {
  width: 155px;
  margin-right: 20px;
}
.pictureCard .style2 .fourRow .subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*行向垂直排列*/
  -webkit-line-clamp: 2;
  /*限制2行*/
}
.pictureCard .style2 .fourRow .buttonTitle {
  margin-top: 12px;
}
.pictureCard .style2 .fourRow .buttonTitle span {
  display: inline-block;
  padding: 6px 24px;
  font-size: 16px;
  border-radius: 24px;
  min-width: 64px;
  max-width: 112px;
  text-align: center;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
/* 样式3，轮播海报 */
.pictureCard .style3 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.pictureCard .style3 .carouselStyle1 {
  margin: 0 16px;
}
.pictureCard .style3 .carouselStyle1 img {
  width: 100%;
}
.pictureCard .style3 .swiper-pagination-white {
  position: absolute;
  height:40px;
  line-height:40px;
  bottom: 0;
  text-align: center;
  z-index: 1;
  --swiper-theme-color: rgba(0, 0, 0, 0.15);
  --swiper-pagination-color: #256fff;
}
.pictureCard .style3 .swiper-pagination-bullet{
  background:#505050 !important;
  opacity: 1 !important;
}
.pictureCard .style3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#256FFF !important;
}
.pictureCard .style3 .carouselStyle2 {
  overflow: hidden;
}
/* .pictureCard .style3 .carouselStyle2 ul {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  list-style: none;
}
.pictureCard .style3 .carouselStyle2 ul li {
  position: absolute;
  left: 0%;
  height: auto;
}
.pictureCard .style3 .carouselStyle2 ul li a {
  display: inline-block;
}
.pictureCard .style3 .carouselStyle2 ul li.transform {
  transition: 0.7s ease transform;
}
.pictureCard .style3 .carouselStyle2 ul li img {
  transition: 0.7s ease transform;
  object-fit: contain;
  border-radius: 8px;
  width: 1103px;
} */
.pictureCard .style3 .carousel-page {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.pictureCard .style3 .carousel-page.PC {
  padding: 0;
}
.pictureCard .style3 .carousel-card {
  position: absolute;
  text-align: left !important;
}
.pictureCard .style3 .carousel-card a {
  display: block;
}
.pictureCard .style3 .carousel-card a img {
  object-fit: cover;
  vertical-align: bottom;
  width:1104px;
}
.pictureCard .style3 .carousel-card1 {
  z-index: 5;
  transform: translateX(0) scale(1);
}
.pictureCard .style3 .carousel-card2 {
  z-index: 4;
  transform: translateX(7%) scale(0.94);
}
.pictureCard .style3 .carousel-card3{
  z-index: 3;
  transform: translateX(14%) scale(0.9);
}