@charset "UTF-8";
.pictureCard {
  width: 100%;
  word-wrap: break-word;
}
.pictureCard img {
  width: 100%;
  vertical-align: top;
}
.pictureCard .style2 {
  margin: 0 0.8rem;
  min-height: 4.8rem;
  overflow: hidden;
}
.pictureCard .style2 .style_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.4rem 0.4rem 0 0.4rem;
  box-sizing: border-box;
}
.pictureCard .style2 .benefitPoints_style {
  display: flex;
  align-items: center;
}
.pictureCard .style2 .aRow, .pictureCard .style2 .twoRow {
  position: relative;
  height: 4rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  margin-bottom: 0.4rem;
}
.pictureCard .style2 .right {
  float: left;
}
.pictureCard .style2 .right .subtitle {
  opacity: 0.6;
  font-size: 0.5rem;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.1rem;
  width: 100%;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .aRow {
  width: 15.6rem;
}
.pictureCard .style2 .aRow .right {
  width: calc(100% - 3.6rem);
}
.pictureCard .style2 .aRow .left {
  float: left;
  padding: 1rem 0.5rem 1rem 0.6rem;
  width: 2rem;
  height: 2rem;
}
.pictureCard .style2 .aRow .left img {
  height: 100%;
}
.pictureCard .style2 .aRow .mainTitle {
  font-family: HONORSansBrand-DemiBold;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.65rem;
  width: 100%;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .aRow .buttonTitle {
  margin-top: 0.2rem;
}
.pictureCard .style2 .aRow .buttonTitle span {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  font-size: 0.5rem;
  border-radius: 0.6rem;
  min-width: 2rem;
  max-width: 4rem;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .twoRow {
  width: 7.6rem;
}
.pictureCard .style2 .twoRow .right {
  width: calc(100% - 3.1rem);
  box-sizing: border-box;
  padding: 0.375rem 0;
}
.pictureCard .style2 .twoRow .left {
  float: left;
  padding: 1rem 0.3rem 1rem 0.6rem;
  width: 2rem;
  height: 2rem;
}
.pictureCard .style2 .twoRow .left img {
  height: 100%;
}
.pictureCard .style2 .twoRow:nth-child(2n + 1) {
  margin-right: 0.4rem;
}
.pictureCard .style2 .twoRow .mainTitle {
  font-family: HONORSansBrand-Regular;
  font-size: 0.6875rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 0.9375rem;
  font-weight: 400;
  /* font-family: HONORSansBrand-DemiBold; */
  /* line-height: 0.9rem; */
  /* font-size: 0.65rem; */
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*行向垂直排列*/
  -webkit-line-clamp: 2;
  /*限制2行*/
}
.pictureCard .style2 .twoRow .buttonTitle {
  display: flex;
  margin-top: 0.15rem;
}
.pictureCard .style2 .twoRow .buttonTitle span {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  font-size: 0.5rem;
  border-radius: 0.6rem;
  min-width: 2rem;
  max-width: 3.1rem;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .threeRow {
  width: 4.9rem;
  height: 5rem;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.4rem;
  margin-bottom: 0.4rem;
  margin-left: 0.4rem;
  font-size: 0.6rem;
  text-align: center;
}
.pictureCard .style2 .threeRow .img {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  margin-top: 0.9rem;
}
.pictureCard .style2 .threeRow .img img {
  height: 100%;
}
.pictureCard .style2 .threeRow:nth-child(3n + 1) {
  margin-left: 0rem !important;
}
.pictureCard .style2 .threeRow .bottom {
  margin-top: 21%;
  transform: translate(0, -50%);
}
.pictureCard .style2 .threeRow .mainTitle {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  width: 4.3rem;
  margin-left: 0.3rem;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .threeRow .subtitle {
  opacity: 0.6;
  margin-top: 0.1rem;
}
.pictureCard .style2 .threeRow .subtitle span {
  height: 0.6rem;
  display: inline-block;
  font-size: 0.5rem;
  max-width: calc(100% - 1.6rem);
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .threeRow .hasBorder {
  opacity: 1;
}
.pictureCard .style2 .threeRow .hasBorder span:first-of-type {
  border-radius: 0.4rem;
  padding: 0.1rem 0.6rem;
  min-width: 2rem;
  max-width: 3.1rem;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style2 .threeRow .subTitle_icon {
  font-size: 0.5rem;
  vertical-align: top;
}
.pictureCard .style2 .fourRow {
  width: 3.6rem;
  height: 4.2rem;
  position: relative;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  margin-left: 0.4rem;
  font-size: 0.6rem;
  text-align: center;
}
.pictureCard .style2 .fourRow .img {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  margin-top: 0.9rem;
}
.pictureCard .style2 .fourRow .img img {
  height: 100%;
}
.pictureCard .style2 .fourRow:nth-child(4n + 1) {
  margin-left: 0rem !important;
}
.pictureCard .style2 .fourRow .bottom {
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pictureCard .style2 .fourRow .mainTitle {
  max-height: 1.2rem;
  line-height: 0.6rem;
  text-align: center;
  margin: 0 0.125rem;
  font-size: 0.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /*省略号*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*行向垂直排列*/
  -webkit-line-clamp: 2;
  /*限制2行*/
}
.pictureCard .style2 .labelCopywritingBackGround {
  position: absolute;
  max-width: 2.1rem;
  min-width: 0.7rem;
  padding: 0 0.3rem;
  height: 0.65rem;
  left: 0rem;
  top: 0rem;
  border-radius: 0.35rem 0rem 0.35rem 0rem;
  font-size: 0.35rem;
  line-height: 0.65rem;
  text-align: center;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的文本 */
  text-overflow: ellipsis;
}
.pictureCard .style3 {
  position: relative;
}
.pictureCard .style3 .carouselStyle1 {
  /* margin:0 0.8rem; */
  /* border-radius: 0.4rem; */
}
.pictureCard .style3 .carouselStyle1 a{
  display: block;
}
.pictureCard .style3 .carouselStyle1 img {
  width: 100%;
}
.pictureCard .style3 .swiper-pagination-white{
  position: absolute;
  left: 0.4rem;
  bottom: 0.2rem;
  text-align: center;
  z-index: 1;
  --swiper-theme-color: rgba(0,0,0,0.15);
  --swiper-pagination-color: #256FFF;
}
.pictureCard .style3 .swiper-pagination-bullet{
  width:6px !important;
  height:6px !important; 
  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 .carousel-page {
  position: relative;
  width: 100%;
  margin:0 0.8rem;
  box-sizing: content-box;
  overflow: hidden;
}
.pictureCard .style3 .carousel-card {
  position: absolute;
  border-radius: 8px;
}
.pictureCard .style3 .carousel-card a {
  display: block;
}
.pictureCard .style3 .carousel-card a img {
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 8px;
  width:14.8rem;
}
.pictureCard .style3 .carousel-card1 {
  z-index: 5;
  transform: translateX(0) scale(1);
}
.pictureCard .style3 .carousel-card2 {
  z-index: 4;
  transform: translateX(1.2rem) scale(0.95);
}
.pictureCard .style3 .carousel-card2.onlyTwoPicture {
  z-index: 4;
  transform: translateX(1.95rem) scale(0.95);
}
.pictureCard .style3 .carousel-card3 {
  z-index: 3;
  transform: translateX(2.2rem) scale(0.9);
}

/* 弹窗 */

.stylePopup {
  width: 17.1rem !important;
  height: 18.7rem;
  padding-top: 0;
  background: url(../images/bgImg.png) no-repeat center center;
  background-size: 100% auto;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0;
}

.stylePopup .ecWap-box-ok {
  background: transparent;
}

.stylePopup .ecWap-box-header {
  width: 10.7rem;
  height: 1.75rem;
  /* background: url(../images/pictures_mb_title_bg2.png) no-repeat center center; */
  background-size: 100% auto;
  /* text-align: center; */
  margin: 1.65rem auto 0;
  width: 12.1rem;
}

.stylePopup .ecWap-box-header.cn {
  width: 7.5rem;
  height: 1.9rem;
  /* background: url(../images/pictures_mb_title_bg1.png) no-repeat center center; */
  background-size: 100% auto;
  /* text-align: center; */
  margin: 1.5rem auto 0;
  width: 12.1rem;
}
.stylePopup.isCenter .ecWap-box-header{
  text-align: center;
}
.stylePopup.isCenter .ecWap-box-header .ecWap-box-title{
  padding-left: 1rem;
}
.stylePopup .ecWap-box-title {
  padding-left: 0;
  color: #fff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 8rem;
  margin: 0 auto;
  line-height: 1rem;
  margin-top: -0.2rem;
}

.stylePopup .cn .ecWap-box-title {
  width: 4.3rem;
  margin-top: 0;
}

.stylePopup .ecWap-box-content {
  margin: 0.4rem 1.95rem 0 2.6rem;
  padding: 0 0.45rem 0 0;
  height: 9.45rem;
  text-align: left;
}

.stylePopup .ecWap-box-content::-webkit-scrollbar {
  width: 0.2rem;
  height: 1px
}

.stylePopup .ecWap-box-content::-webkit-scrollbar-track {
  background: #F6F6F6;
  border-radius: 5px
}

.stylePopup .ecWap-box-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #FE9B4C;
}

.stylePopup .ecWap-box-footer {
  display: block;
  margin-top: 0.75rem;
}

.stylePopup .ecWap-box-ok {
  width: 6.2rem;
  height: 1.5rem;
  background-image: linear-gradient(-180deg, #FA9145 0%, #F35821 100%);
  margin: 0 auto;
  line-height: 1.5rem;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: -0.18px;
  text-align: center;
}

.stylePopup .ecWap-box-footer a:nth-child(1) {
  border-radius: 28px;
}

.stylePopup .ecWap-box-close {
  background: url(../images/pictures_mb_close.png) no-repeat center center;
  position: absolute;
  right: -1.15rem;
  top: 50%;
  height: 1.5rem;
  width: 2.2rem;
  text-indent: -9999px;
  background-size: 100% 100%;
  margin-top: -.45em;
  display: block;
}

.stylePopup .cn .ecWap-box-close {
  right: -3.5rem;
  margin-top: -.35em;
  display: none;
}

/* 图组件-样式四-奖品轮播-样式 242 add by thz */
.mod-awardrotation {
  width: 100%;
}

.mod-awardrotation .awardrotation-box {
  width: 16.8rem;
}

.mod-awardrotation .awardrotation-box .swiper {
  width: 16.8rem;
}

.mod-awardrotation .awardrotation-box .root {
  width: 16.8rem;
  height: 7rem;
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}

.mod-awardrotation .awardrotation-box .root .item {
  width: 3.5rem;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.mod-awardrotation .awardrotation-box .root .item > img {
  width: 3.5rem;
  height: 3.2rem;
  position: absolute;
  top: 1.2rem;
}

.mod-awardrotation .awardrotation-box .root .item .jp_name {
  width: 3.5rem;
  padding-top: 0.4rem;
  color: rgba(0,0,0,0.85);
  text-align: center;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  height: 1.8rem;
  margin-top: 4.3rem;
}