.mall-home {
  background: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, Tahoma, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif, Helvetica !important;
}
.banner-player-container {
  position: relative;
}
/* 设置banner的pc大小属性 */
.banner__img-mall {
  display: inline-block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.mall-cate-container {
  /* 不要浮动 */
  /* position: absolute; */
  z-index: 4;
  width: 200px;
}

.mall-home-height {
  height: 200px;
}

@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.ttf?t=1652078576533') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .mall-home .h1 {
  text-transform: uppercase;
} */

/* .mall-home .h2 {
  margin-top: -10px;
  color: #262626;
} */

.player,
.player .container {
  height: 500px;
}

@media (max-width: 1800px) {
  .player__control {
    right: 30px;
  }
}

.fz18 {
  font-size: 18px;
}

.a_hover:hover {
  color: #0A7AFF !important;
}

.icon-jiantou_xiangyouliangci {
  position: absolute;
  right: 10px;
  font-size: 10px;
}


.mall-cate>ul {
  position: relative;
  z-index: 5;
  width: 200px;
  height: 500px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  margin-top: -500px;
  padding-top: 12px;
}

.mall-cate .item {
  /* position: relative; */
  padding: 10px 20px;
  line-height: 1.618;
  transition: all .25s ease-out;
  cursor: pointer;
  padding-right: 0;
}

/* .mall-cate .item:not(:first-child) {
  padding-bottom: 20px;
} */
.mall-cate .item {
  padding-bottom: 15px;
}

.mall-cate .item+.item::before {
  /* height: 1px; */
  display: block;
  content: '';
  border-top: dashed 1px rgba(255, 255, 255, .3);
  display: block;
  /* margin: 0 20px; */
  transform: translateY(-17.5px);
}

/* .mall-cate .item:not(:first-child):hover {
  background-color: #0A7AFF;
} */

.mall-cate .item:hover {
  background-color: #0A7AFF;
}

/* .mall-cate .item:not(:first-child):hover+.item::before,
.mall-cate .item:not(:first-child):hover::before {
  border-top-color: transparent;
} */

.mall-cate .item:hover+.item::before,
.mall-cate .item:hover::before {
  border-top-color: transparent;
}

.mall-cate .item__title {
  align-items: center;
  margin-bottom: 10px;
}

.mall-cate .item>a {
  margin-right: 10px;
}

.mall-cate .item>a~a {
  margin-left: 10px;
}

.mall-cate .icon {
  color: #fff;
  margin-right: 10px;
}

.mall-cate a {
  color: #fff;
}

.mall-cate .children {
  display: none;
  position: absolute;
  width: 690px;
  height: 500px;
  background: #fff;
  top: 0;
  left: 200px;
  color: #BFBFBF;
  padding: 20px 35px;
  overflow-y: auto;
  overflow-y: overlay;
}

.mall-cate .children::-webkit-scrollbar {
  width: 6px;
  background: rgba(255, 255, 255, 1);
}

.mall-cate .children::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0, .2);
}

.mall-cate .children li {
  padding-left: 78px;
}

.mall-cate .children li~li {
  margin-top: 20px;
}

.mall-cate .children a {
  color: #595959;
}

/* .mall-cate .children a:hover {
  color: #0A7AFF;
} */

.mall-cate .children span {
  display: inline-block;
  text-align: right;
  width: 78px;
  margin-left: -66px;
}

.mall-cate .children span,
.mall-cate .children span a {
  color: #262626;
  margin-right: 7px;
}

.mall-cate .children span~a {
  margin-right: 10px;
}

/* .mall-cate .children span+a~a {
  margin-left: 10px;
} */

.mall-cate .item:hover .children {
  display: block;
}

.promotions {
  margin-top: 60px;
}

.promotions img {
  object-fit: cover;
}

.promotions__1 {
  overflow: hidden;
  width: 49.166666666%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promotions__1 img {
  width: 100%;
  height: auto;
  aspect-ratio: 885/235;
}

/* .promotions__1 a+a {
  margin-top: 30px;
  display: block;
} */

.promotions__2 {
  margin: 0 1.666666%;
  overflow: hidden;
}

.promotions__2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 425/500;
}

.coupons {
  overflow: hidden;
}

.coupons img {
  width: 100%;
  height: auto;
  aspect-ratio: 425/500;
}

/* 
.coupons__1 {
  height: 72px;
  color: #000;
  align-items: center;
}

.coupons__1:hover {
  color: #000;
}

.coupons__1__btn,
.coupons__2__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 160px;
  height: 40px;
  font-size: 16px;
  background-color: #262626;
  margin: 0 auto;
}

.coupons__1__btn {
  height: 32px;
  font-size: 14px;
}

.coupons__1__title {
  font-size: 38px;
  margin-right: 20px;
  line-height: 1;
}

.coupons__2 {
  position: relative;
  height: 214px;
  display: block;
  background: #ECBF27;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
}

.coupons__2+.coupons__2::before {
  position: absolute;
  display: block;
  top: -0.5px;
  right: 30px;
  left: 30px;
  content: '';
  border-top: 1px dashed #fff;
}

.coupons__2:hover {
  color: #fff;
}

.coupons__2__prefix {
  position: absolute;
  font-size: 32px;
  font-weight: 700;
}

.coupons__2__price {
  font-size: 90px;
  line-height: 1.111;
  padding-left: 32px;
}

.coupons__2__des {
  margin-top: -10px;
} */


@media (max-width: 1640px) {
  .coupons__1__title {
    font-size: 32px;
  }

  .coupons__2 {
    padding-top: 20px;
  }

  .coupons__2__price {
    font-size: 70px;
  }
}

@media (max-width: 1480px) {
  .coupons__1__title {
    font-size: 26px;
  }
}

/* @media (max-width: 1440px) {

  .promotions,
  .promotions__1 {
    width: 885px;
  }

  .promotions__1 {
    margin-bottom: 30px;
  }

  .promotions__2 {
    width: 50%;
    margin-left: 0;
  }
} */

.spike {
  background-color: #fff;
  /* height: 428px; */
  margin-top: 60px;
  /* flex-wrap: nowrap; */
  /* padding: 1.666666666%; */
}

.hike-head {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.hike-title {
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 43px;
  margin: 0 10px;
}

.hike-title-caption {
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}


.design_arrow {
  font-size: 12px;
  color: #8C8C8C;
  padding-right: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.design_arrow:after {
  content: '';
  content: '\e68b';
  font-family: 'iconfont';
  transition: all 200ms ease;
  transform: scale(.9) rotate(180deg);
  font-size: 12px;
  margin-top: -1px;
  margin-left: 6px;
}

.design_arrow.design_arrowUP:after {
  top: 67%;
  transform: scale(.9) rotate(0);
}

.spike__times h1 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.spike-time {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(227, 20, 54, 1);
  height: 28px;
  width: 28px;
  font-family: Helvetica-Bold;
  margin: 4px;
}

.spike__times .icon {
  color: #ECBF27;
  font-size: 40px;
  line-height: 1.618;
}

.spike__times__left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}



.spike__times__btn {
  width: 200px;
  height: 40px;
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: solid 1px #fff;
  color: #fff;
}

.spike__times__btn:hover {
  background: #fff;
  color: #262626;
}

.spike__items {
  position: relative;
  /* padding: 30px; */
  overflow: hidden;
  flex: 1;
  /* padding: 1.666666666%; */
}

.spike__items>.icon {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  width: 26px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  color: #fff;
  z-index: 2;
  user-select: none;
}

.spike__items>.icon.prev {
  left: 0;
}

.spike__items>.icon.next {
  right: 0;
}

.spike__items ul {
  display: flex;
  white-space: nowrap;
  width: 100%;
  transition: transform .5s ease-out;
}

.spike__item {
  white-space: normal;
  width: 50%;
  /* height: 368px; */
  background: #FFFFFF;
  /* margin: 30px 0 0 2.040816326%; */
}

.spike__item::before {
  content: '';
  display: block;
  width: 600px;
}

/* 
.spike__item[style] {
  position: absolute;
} */

.spike__item+.spike__item {
  margin-left: 2.164502164%;
}

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

.spike__item:hover .spike__item__content {
  border-color: transparent;
}

.spike__item__thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 324/182;
  /* height: 186px; */
}

.spike__item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spike__item__title {
  color: rgba(38, 38, 38, 1);
  font-size: 14px;
  text-align: justify;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 10px;

  overflow: hidden;
  /*文本不会换行*/
  white-space: nowrap;
  /*当文本溢出包含元素时，以省略号表示超出的文本*/
  text-overflow: ellipsis;
}

.spike__item__title:hover {
  color: #262626;
}

.spike__item__title+div {
  margin-top: 18px;
  justify-content: space-between;
}

.spike__item__content {
  border: solid #D9D9D9;
  border-width: 0 1px 1px;
  padding: 5px 16px;
}

.spike__item__progress {
  align-self: flex-end;
  color: #262626;
  /* margin-right: 36px; */
}

.spike__item__progress div {
  height: 10px;
  background: #D9D9D9;
  width: 100px;
}

.spike__item__progress div>div {
  background-color: #262626;
}

.spike-price-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.spike__item__price {
  text-align: right;
  line-height: 1.32;
  padding-bottom: 10px;
  font-family: Microsoft Yahei;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.spike__item__price .spike-main-price {
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 22px;
  font-family: Helvetica-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.spike__item__price .spike-second-price {
  overflow-wrap: break-word;
  color: rgba(140, 140, 140, 1);
  font-size: 14px;
  font-family: Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 5px;
}

.spike__item__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 32px;
  background-color: #262626;
  width: 80px;
}

.spike__item__btn:hover {
  color: #fff;
}

@media (max-width: 1760px) {
  .spike__times {
    width: 22.5%;
  }

  .spike__item {
    width: 31.800766283524904%;
  }

  .spike__item+.spike__item {
    margin-left: 2.2988505747126436%;
  }
}

@media (max-width: 1400px) {
  .spike__times {
    width: 31.111111112%;
  }

  .spike__item {
    width: 19%;
  }

  .spike__item+.spike__item {
    margin-left: 1.25%;
  }
}

@media (max-width: 980px) {
  .spike__times {
    width: 47.5%;
  }

  .spike__item {
    width: 99.96491228070175%;
  }

  .spike__item+.spike__item {
    margin-left: 3.508771929824561%;
  }
}

/*
@media (max-width: 1860px) {
  .spike {
    height: 395px;
  }

  .spike__times {
    width: 315px;
    height: 395px;
  }

  .spike__item {
    width: 30.61224489866667%;
    height: 346px;
  }

  .spike__times__btn {
    margin-top: 20px;
  }

  .spike__item__thumb {
    height: 176px;
  }

  .spike__item__content {
    height: 160px;
  }

  .spike__item__title+div {
    margin-top: 16px;
  }

  .spike__item__btn {
    width: 150px;
  }

  .spike__item__progress {
    margin-right: 20px;
    min-width: 42px;
  }

  .spike__item__content >.flex {
    position: relative;
    padding-top: 30px;
  }
  .spike__item__price {
    margin-bottom: -5px;
  }

  .spike__item__price ins {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .spike {
    height: 375px;
  }

  .spike__times {
    width: 255px;
    height: 375px;
  }

  .spike__item {
    height: 315px;
  }

  .spike__item__thumb {
    height: 143px;
  }

  .spike__item__content {
    height: 173px;
  }

  .spike__times .icon {
    line-height: 1.3;
  }

  .spike__item__progress+div {
    position: relative;
    padding-top: 45px;
  }

  .spike__item__price {
    white-space: nowrap;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .spike__item__btn {
    width: 120px;
  }
}

@media (max-width: 1280px) {
  .spike__item {
    width: 46.938775511%;
  }
}

@media (max-width: 900px) {
  .spike__item__title {
    height: 24px;
  }

  .spike__item__title+div {
    margin-top: 6px;
    display: block;
  }

  .spike__item__price {
    left: 0;
    right: auto;
  }
}*/

.mall-home .items .p-item {
  /* margin: 0 3.111111112% 1.666666666% 0; */
  margin: 0 1.777777777% 1.666666666% 0;
}

.mall-home .items .p-item:nth-child(4n) {
  margin-right: 0 !important;
}

.mall-home .items .p-item:last-child {
  margin-right: 0 !important;
}

@media (max-width: 1280px) {
  .p-item {
    width: 32%;
  }

  .mall-home .items .p-item:nth-child(3n) {
    margin-right: 0;
  }

  .mall-home .items .p-item:nth-child(4n) {
    margin-right: 1.777777777%;
  }
}

/* @media (max-width: 1920px) {
  .mall-home__section .container {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  } */

/* .mall-home__section header {
    width: 1342px;
    margin: 0 auto;
  }

  .mall-home .items {
    justify-content: center;
  }

  .mall-home .items .p-item:nth-child(3n) {
    margin-right: 0;
  }

  .mall-home .items .p-item:nth-child(4n) {
    margin-right: 32px;
  } */
/* }

@media (max-width: 1140px) {
  .mall-home__section .container {
    margin-left: 20px;
    margin-right: 20px;
  }
} */

/* @media (max-width: 1342px) {
  .mall-home__section header {
    width: 884px;
  }

  .mall-home .items .p-item:nth-child(3n) {
    margin-right: 32px;
  }

  .mall-home .items .p-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 884px) {
  .mall-home__section header {
    width: 768px;
  }

  .p-item {
    width: 362px;
  }
} */

.mall-home__section {
  padding: 60px 0 30px;
}

.mall-home__section header {
  align-items: center;
}

.mall-home__section .items {
  margin-top: 14px;
}

.mall-home__soft {
  background: #EFF0F0;
}

.mall-home__more {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 120px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #595959;
  color: #595959;
  font-size: 14px;
  transition: all .25s ease-out;
}

.mall-home__more:hover {
  background-color: #262626;
  color: #fff;
}


.mall-crumbs {
  padding: 16px 0;
  color: #595959;
}

.mall-crumbs a {
  color: #595959;
  margin-right: 10px;
}

.mall-crumbs a~a {
  margin-left: 10px;
}

.mall-crumbs span {
  color: #8C8C8C;
  margin-left: 10px;
}


.mall-list {
  padding: 0 0 60px;
}

.mall-list .pager {
  margin-top: 10px;
}

.list-cate {
  padding: 60px;
  background-color: #fff;
  line-height: 32px;
}

.list-cate li+li {
  margin-top: 24px;
  padding-top: 24px;
  position: relative;
}

.list-cate li.less {
  height: 42px;
  overflow: hidden;
}

.list-cate li+li.less {
  height: 66px;
}

.list-cate li+li::before {
  position: absolute;
  left: 74px;
  top: 0;
  right: 0;
  content: '';
  border-top: 1px solid #e8e8e8;
}

.list-cate a {
  padding: 0 14px;
  margin: 0 4px 10px 4px;
}

.list-cate a:not(.active):hover {
  font-weight: 700;
  color: #262626;
}

.list-cate a.active {
  background: #262626;
  color: #fff;
}

.list-cate .label {
  color: #595959;
  width: 70px;
  text-align: right;
}

.list-cate a.hide {
  color: #0A7AFF;
  display: flex;
  align-self: flex-start;
  align-items: center;
}

.list-cate a.hide .icon {
  /* color: #0A7AFF; */
  margin-left: 6px;
  font-size: 12px;
  transform: scale(0.70833333333);
}

.mall-filters {
  color: #595959;
  padding-top: 40px;
  padding-bottom: 12px;
}

.mall-filters div {
  background: #fff;
  width: 80px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mall-filters .icon {
  /* margin-left: 9px; */
  font-size: 12px;
  /* color: #262626; */
  /* transform: scale(0.9); */
}

.mall-filters .icon+.icon {
  margin-left: -5px;
}

.mall-filters .icon.active {
  color: #f5222d;
}

.mall-filters div.active {
  background: #262626;
  color: #fff;
}

/* .mall-filters .active .icon {
  color: #fff;
} */

.mall-filters input {
  border: none;
  background: #fff;
  border-radius: 0;
  width: 80px;
  height: 32px;
  outline: none;
  padding: 0 10px;
  margin-right: 5px;
}

.mall-filters input~input {
  margin-left: 5px;
}

.search-key {
  color: #8C8C8C;
  padding-top: 35px;
}

.search-key strong {
  color: #262626;
  font-size: 20px;
}

.search-baner {
  padding-top: 30px;
  justify-content: space-between;
}

.search-baner a+a {
  margin-left: 1.66666666%;
}

.search-baner a {
  width: 49.166666666%;
  height: auto;
  aspect-ratio: 885/180;
}

.search-baner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-empty {
  text-align: center;
  margin: 100px auto;
  color: #595959;
}

.search-empty em {
  color: #F5222D;
  font-style: normal;
}

.search-empty a {
  margin: 0 10px;
  color: #595959;
}

/* .search-empty a:hover {
  color: #0A7AFF;
} */

.spike-banner {
  display: block;
  height: 400px;
}

.spike-banner .container {
  margin-top: -400px;
  padding: 100px 0 0 0;
}

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

.spike-banner .h2 {
  /* margin-top: -25px; */
  font-size: 30px;
  color: #fff;
}

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

.spike-left {
  color: #F5222D;
  padding-bottom: 40px;
}

.spike-left div {
  display: inline;
  background: none;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #F5222D;
  margin-right: 4px;
}

.spike-times {
  font-size: 16px;
  text-align: center;
  margin: 60px 0 20px;
  color: #595959;
}

.spike-times time {
  display: block;
  font-weight: 500;
  font-size: 30px;
}

.spike-times li {
  width: 150px;
  height: 66px;
  line-height: 1;
  padding-top: 8px;
}

.spike-times .active {
  background-color: #262626;
  color: #fff;
}

.spike-times .more {
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #595959;
}

.spike-times .more:hover {
  background-color: #262626;
}

.spike-times .icon {
  color: #fff;
}

.spike-items {
  padding-bottom: 30px;
}

.spike-items li {
  width: 23.666666666%;
  height: auto;
  margin: 0 0 1.777777777% 1.777777777%;
}

.spike-items .spike__item+.spike__item {
  margin-left: 1.777777777%;
}

.spike-items .spike__item:nth-child(4n+1) {
  margin-left: 0;
}

@media (max-width: 1440px) {
  .spike-items .spike__item {
    width: 32.14814814866667%;
  }

  .spike-items .spike__item:nth-child(4n+1) {
    margin-left: 1.777777777%;
  }

  .spike-items .spike__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (max-width: 1080px) {
  .spike-times li {
    width: 120px;
  }

  .spike-items .spike__item {
    width: 49.1111111115%;
  }

  .spike-items .spike__item:nth-child(even) {
    margin-left: 1.777777777%;
  }

  .spike-items .spike__item:nth-child(odd) {
    margin-left: 0;
  }
}

.spike-items .spike__item__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 426/234;
}

.spike-items li:nth-child(4n+1) {
  margin-left: 0;
}

.hackWrapper:hover {
  transform: scale(1.1);

}

.hackWrapper {
  transition: transform .25s ease-out;
}


@media (max-width: 1920px) {
  .container {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
}

.price_hack {
  width: 60%;

}