.wap_{display: none;}
.banner {
  display: block;
  height: 500px;
}

.banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.banner .container {
  margin-top: -500px;
  padding: 170px 0 0 0;
  line-height: 1;
  color: #fff;
}

.banner .h1 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}

.banner .h2 {
  color: #fff;
  font-size: 60px;
  margin: 15px 0;
}

.section {
  padding: 45px 0 60px;
}


.banner + .hots {
  background: #f5f5f5;
}

.hot-items {
  margin-top: -1.11111111%;
}

.hot-items li:nth-child(odd) {
  margin-right: 5.555555555%;
}

.hot-item {
  width: 47.222222222%;
  margin-top: 2.222222222%;
  position: relative;
}

.hot-item:hover {
  animation: .2s all ease-in-out;
}

/* .hot-item:hover .hot-item__thumb{
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
} */

.hot-item:hover .hot-item__content {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

/* .hot-item:after {
  position: absolute;
  content: '';
  width: 65.882352941%;
  left: 2.352941176%;
  right: 0;
  top: 0;
  height: 56px;
  background: #fff;
  z-index: 1;
  transition: all .2s ease-in-out
}

.hot-item:hover:after {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
} */

.hot-item .hot-item__ratio {
  margin-top: 40%;
}

.hot-item .hot-item__wrap {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #ffffff;
  padding: 2% 0 0 2%;
}

.life-item__thumb,
.hot-item__thumb {
  display: block;
  width: 36.982353%;
  height: auto;
  /* aspect-ratio: 560/314; */
  /* margin-left: 2.352941176%; */
  z-index: 8;
  position: relative;
}

/* .hot-item__thumb {
  position: absolute;
  bottom: 6%;
  height: 92.4%;
} */

.life-item__title,
.hot-item__title {
  display: block;
  max-height: 56px;
  overflow: hidden;
  line-height: 1.75;
  font-size: 16px;
}

.life-item__thumb img,
.hot-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: #fff; */
  width: 100%;
  /* aspect-ratio: 850/278; */
  padding: 1.764705882% 2.352941176% 2.352941176% 43.588235%;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  height: 82%;
}

.life-item__price,
.hot-item__price {
  text-align: right;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: -5px;
}

.life-item__btn,
.hot-item__btn {
  display: flex;
  width: 85%;
  max-width: 130px;
  margin-left: calc(100% - 130px);
  align-items: center;
  justify-content: center;
  height: auto;
  color: #fff;
  background: #262626;
  /* aspect-ratio: 230/40; */
  font-size: 16px;
  min-height: 30px;
  text-align: right;
}

.life-item__btn:hover,
.hot-item__btn:hover {
  color: #fff;
}

.life-item {
  width: 23.666666666%;
  background: #F5F5F5;
  margin: 1.666666666% 1.777777777% 0 0;
}

.life-item:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.life-item:nth-child(4n) {
  margin-right: 0;
}

.life-item__thumb {
  width: 100%;
  aspect-ratio: 426/239;
  margin: 0;
  position: relative;
}
.life-item__thumb::after {
  content: '';
  padding-top: 56.10328638497653%;
}

.life-item__content {
  padding: 2.64741784% 4.69483568% 4.69483568%;
}

.life-item__content .flex {
  align-items: flex-end;
  flex-direction: column;
}

.life-item__price {
  margin-bottom: 0;
}

.life-item__btn {
  width: 51.643192488%;
  /* aspect-ratio: 220/40; */
}

@media (max-width: 980px) {
  .container.activity,
  .life-header{
    padding: 0 15px;
  }
  .life-items {
    justify-content: space-around;
  }
  .container.activity header {
    padding-bottom: 10px;
  }
  .hot-items li:nth-child(odd),
  .hot-item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .hot-item__content {
    margin-top: -34%;
  }
  .life-item__title, .hot-item__title {


    line-height: 1.5rem;
    font-size: 0.93rem;
    font-weight: 400;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .life-item__price, .hot-item__price {
    font-size: 1.48rem;
  }
  .life-item {
    width: 48%;
    margin: 0;
    /* padding: 0 10px; */
    /* margin: 0 0 20px 0; */
    background: white;
    margin-bottom: 13px;
  }
  .life-item:nth-child(odd) {
    margin-left: -1%;
  }
  .life-item:nth-child(even) {
    margin-left: 1%;
  }
  .life-item .life-item__content .flex {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .life-item .life-item__content .flex .life-item__price {
    font-size: 1rem;
  }
  .life-item .life-item__content .flex .life-item__btn {
    font-size: 1rem;
  }
  .mar_t60{margin-top: 60px;}
  .pad_t60{padding-top: 40px;padding-bottom: 40px;}
  .wap_pad_l12{padding-left: 12% !important;}
  .wap_pad_l5{padding-left: 5% !important;}
  .pc_{display: none;}
  .wap_{display:block }


  .wap_list{
    padding: 0;
  }
  .wap_list li{
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    /* padding: 10px; */
  }
  .wap_list li+li{
    margin-top: 20px;
  }
  .wap_list li a.img_link{
    width: 64.8%;
    display: block;
    position: relative;
    z-index: 1;
    margin-left: 2%;
  }
  .wap_list li a.img_link img{
    display: block;
    width: 100%;
  }
  .wap_list li .bg_whites{
    background: #fff;
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 0;
    bottom: -8px;
  }
  .wap_list li .s_Rights{
    position: relative;
    z-index: 1;
    width: 31%;
    height: 100%;
    padding-right: 2%;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wap_list li .s_Rights .aTilte{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.93rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 1.21rem;
  }
  .wap_list li .s_Rights .rt__price{
    font-size: 1.14rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #262626;
    line-height: 1.61rem;
    margin-top: 0.6rem;
    text-align: right;
  }
  .wap_list li .s_Rights .rts__btn{
    background: #262626;
    color: #fff;
    line-height: 2rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 1.43rem;
    line-height: 1.43rem;
  }

}

/* 英文版新增样式 by kanglecheng */
.activity_header_h2{
  display: none;
}
.cart_title_h2_en{
  display: none;
}


.img_wrapper_margin {
  width: 100px !important;
  height: 100px;
  object-fit: contain !important;
  margin-left:3% !important;
  margin-right: 1% !important;
}
.img_wrapper_margin img{
  width: 100%;
  height: 100%;
}
.cart_list_order .cart_text_w{
  width: 44% !important;
  margin-right: 5% !important;
}


.car_order_goods{
  width: calc(45% + 100px) !important;
  margin-right: 5% !important;
}

/* .over-padding li{
  padding: 10px 22px !important;
  height: 87%;
} */