.goodsBox {
  display: flex;
  justify-content: center;
  width: 82%;
  margin: 0 auto;
}
.comListUl {
  display: flex;
  flex-wrap: wrap;
  width: calc(1590 * var(--rem));
}
.comListUl li {
  position: relative;
  width: 19.2%;
  margin-right: calc(11 * var(--rem));
  margin-bottom: calc(11 * var(--rem));
  padding: calc(21 * var(--rem));
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: calc(11 * var(--rem));
}
.comListUl.autoPurchase li {
  width: calc(304*var(--rem));
}
.comListUl li:hover {
  box-shadow: 0px 0px 6px 0px rgba(1, 2, 16, 0.1);
}
.comListUl li > a {
  width: calc(264 * var(--rem));
  height: calc(264 * var(--rem));
  display: block;
  margin: 0 auto;
}
.comListUl li > a > img {
  width: 100%;
  height: 100%;
}
.comListUl li:nth-child(5n) {
  margin-right: 0;
}
.listPriceBox {
  padding-top: calc(10 * var(--rem));
}
.listPriceBox > .price {
  color: #f65306;
  font-size: calc(27 * var(--rem));
  font-weight: 600;
}
.listPriceBox > .price > b {
  font-weight: 600;
}
.listPriceBox > span:nth-child(2) {
  margin-left: 10px;
  color: #666666;
  font-size: 14px;
  text-decoration: line-through;
}
.comName {
  color: #333333 !important;
  font-size: calc(19 * var(--rem));
  margin: calc(10 * var(--rem)) 0 calc(5 * var(--rem));
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.comListUl li > p {
  color: #666666;
  font-size: 12px;
  margin-top: 9px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iconDiv {
  height: 20px;
  position: relative;
  margin-top: 0px !important;
}
.iconDiv div {
  z-index: 99;
  position: absolute;
  width: 232px;
  left: -16px;
  top: 24px;
  min-height: 30px;
  background: #fff;
  color: #7b7b7b;
  height: auto !important;
  /* text-align: center; */
  padding: 5px 12px;
  font-size: 12px;
  display: none;
  border: 1px solid #d8d8d8;
}
.iconDiv span:last-of-type {
  margin-right: 0;
}
.comIcon {
  width: 30px;
  height: 16px;
  cursor: pointer;
  margin-right: 1px;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
  color: #fff;
  position: relative;
}
.comIcon::after {
  content: "";
  display: none;
  background: url("../images/triangle.png");
  position: absolute;
  top: 15px;
  z-index: 105;
  left: 7px;
  width: 12px;
  height: 10px;
}
/* 常购 */
.purchIcon {
  color: #3dbb2b;
  border: 1px solid #3dbb2b;
}
.purchIcon:hover:after {
  display: block;
}
.purchIcon:hover ~ .purchDiv {
  display: block;
}
.seckillIcon {
  background: #d84454;
}
.seckillIcon:hover:after {
  display: block;
}
.seckillIcon:hover ~ .seckillDiv {
  display: block;
}
/* 院线 */
.cineIcon {
  color: #25c058;
  border: 1px solid #25c058;
}
.cineIcon:hover:after {
  display: block;
}
.cineIcon:hover ~ .cineDiv {
  display: block;
}
/* 特价 */
.specIcon {
  background: #eb573e;
}
.specIcon:hover:after {
  display: block;
}
.specIcon:hover ~ .specDiv {
  display: block;
}
/* 买赠 */
.giftsIcon {
  background: #f7bb42;
}
.giftsIcon:hover:after {
  display: block;
}
.giftsIcon:hover ~ .giftsDiv {
  display: block;
}
/* 换购 */
.changIcon {
  background: #8bc151;
}
.changIcon:hover:after {
  display: block;
}
.changIcon:hover ~ .changDiv {
  display: block;
}
/* 阶梯 */
.laddIcon {
  background: #37bc9a;
}
.laddIcon:hover:after {
  display: block;
}
.laddIcon:hover ~ .laddDiv {
  display: block;
}
/* 套餐 */
.mealIcon {
  background: #4b89dd;
}
.mealIcon:hover:after {
  display: block;
}
.mealIcon:hover ~ .mealDiv {
  display: block;
}
.comHeigh {
  height: 45px !important;
}
/* 满减 */
.mjIcon {
  background: #8555f3;
}
.mjIcon:hover:after {
  display: block;
}
.mjIcon:hover ~ .mjDiv {
  display: block;
}
/* 折扣*/
.zkIcon {
  background: #fb4c96;
}
.zkIcon:hover:after {
  display: block;
}
.zkIcon:hover ~ .zkDiv {
  display: block;
}
/* 半价 */
.bjIcon {
  background: #b34fe9;
}
.bjIcon:hover:after {
  display: block;
}
.bjIcon:hover ~ .bjDiv {
  display: block;
}
.borderBox {
  position: absolute;
  width: 230px;
  height: 215px;
  top: -1px;
  left: -1px;
}
.borderBox > a {
  /* width: 230px;
    height: 215px;
    display: block;
    position: relative; */
  width: 224px;
  height: 214px;
  display: block;
  left: 3px;
  position: relative;
}
.borderBox > a > img {
  /* width: 230px;
    height: 215px; */
  width: 224px;
  height: 214px;
}
.borderLeft {
  position: absolute;
  overflow: hidden;
  padding-left: 5px;
  left: 4px;
  bottom: 3px;
  width: 76px;
  height: 50px;
}
.borderRight {
  position: absolute;
  width: 120px;
  height: 32px;
  right: 5px;
  bottom: 4px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.borderRight > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 32px;
}
.borderRight > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.borderTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
}
.borderBoxDes {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}
.borderDesc {
  font-size: 18px;
  line-height: 18px;
}
.disPrice {
  margin-top: 8px;
}
.dazhehuodong {
  position: absolute;
  top: 173px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url("../images/dazhe_cx.png") no-repeat;
  background-size: 100% 100%;
  color: #ffff00;
  line-height: 56px;
  padding-left: 4px;
  font-size: 13px;
}
.outStock {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
  width: 200px;
  height: 200px;
}
.priceBabel {
  width: 86px;
  height: 57px !important;
  position: absolute;
  left: 0;
  top: 149px;
  background-image: url("../images/1600750115445.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 6px;
}
.comListUl li > p > span:nth-child(2) {
  right: 0;
  position: absolute;
  text-align: left;
  width: 80px;
}
.goodsCart {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: calc(14 * var(--rem));
}
.goodsCartLeft {
  display: flex;
  height: calc(43 * var(--rem));
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  user-select: none;
}
.goodsCartLeft span {
  height: 100%;
  width: calc(43 * var(--rem));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  font-size: calc(30 * var(--rem));
  cursor: pointer;
  line-height: 1;
}
.goodsCartLeft span:nth-child(1) {
  color: #d3d3d3;
}
.goodsCartLeft span:nth-child(3) {
  color: #ff5e15;
}
.goodsCartLeft input {
  width: calc(59 * var(--rem));
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  outline: none;
  word-break: normal;
  border: none !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-radius: 0 !important;
}
.goodsCartRight {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: calc(10 * var(--rem));
  width: calc(115 * var(--rem));
  height: calc(43 * var(--rem));
  background: #ff5e15;
  border-radius: calc(5 * var(--rem));
  color: #fff;
  font-size: calc(18 * var(--rem));
  cursor: pointer;
}
.goodsCartRightPuer {
  width: 80px;
  height: 26px;
  float: right;
  background-color: #6baffe;
  background: #3dbb2b;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.comListUl li:hover > .goods-collect {
  display: inline-block;
}
.goods-collect {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 199;
  display: none;
  cursor: pointer;
}
.goodsLateTime {
  color: #ff0036;
}
/* 优惠标签样式 */
.comListUl .slabel .Collage,
.comListUl .slabel .coupons,
.comListUl .slabel .coupons,
.comListUl .slabel .buygive,
.comListUl .slabel .special,
.comListUl .slabel .shopcoupons,
.comListUl .slabel .timestop,
.comListUl .slabel .labelminus {
  font-size: calc(18 * var(--rem));
  display: inline-block;
  color: #ffffff;
  white-space: nowrap;
  padding: calc(6 * var(--rem)) calc(10 * var(--rem));
  border-radius: calc(5 * var(--rem));
  margin: calc(5 * var(--rem));
  line-height: 1;
  margin-left: 0;
}
.comListUl .slabel .Collage {
  background-color: #f6605f;
}
.comListUl .slabel .coupons {
  background-color: #8abf4b;
}
.comListUl .slabel .buygive {
  background-color: #2f2fdd;
}
.comListUl .slabel .shopcoupons {
  background-color: #f9bc30;
  padding: 1px 2px;
}
.comListUl .slabel .special {
  background: #ff717f;
}
.comListUl .slabel .timestop {
  background-color: #ff586b;
}
.comListUl .slabel .labelminus {
  background-color: #8a52fd;
}
.comListUl.medicine .slabel .special {
  background: linear-gradient(146deg, #ca865d 0%, #905531 100%);
}
.comListUl.medicine .goodsCartLeft span:nth-child(3) {
  color: #905531;
}
.comListUl.medicine .goodsCartRight {
  background-color: #905531;
}
.comListUl.apparatus .slabel .special {
  background: linear-gradient(146deg, #74a5ff 0%, #0099ff 100%);
}
.comListUl.apparatus .goodsCartLeft span:nth-child(3) {
  color: #0099ff;
}
.comListUl.apparatus .goodsCartRight {
  background-color: #0099ff;
}
.comListUl.foodhealth .slabel .special {
  background: linear-gradient(145deg, #9c3cd4 0%, #6f00af 100%);
}
.comListUl.foodhealth .goodsCartLeft span:nth-child(3) {
  color: #6f00af;
}
.comListUl.foodhealth .goodsCartRight {
  background-color: #6f00af;
}
/* 原价 */
.delInfo {
  font-size: 10px;
  color: #666666;
  margin-left: 5px;
}
/* 加入购物车 */
.u-flyer {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  z-index: 9999;
}
/* 活动样式 */
.listTop_zbg {
  width: 100%;
  position: relative;
}
.listTop_zbg .listTop_zbg_img {
  width: 100%;
  height: 100%;
}
.listTop_zbg .toDeail {
  position: relative;
  display: flex;
}
.listTop_zbg .toDeail .new_num,
.listTop_zbg .toDeail .new_remark {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(5 * var(--rem));
  width: calc(77 * var(--rem));
  height: calc(32 * var(--rem));
  font-size: calc(16 * var(--rem));
  color: #fff;
}
.listTop_zbg .toDeail .new_num {
  background: linear-gradient(321deg, #76a4f2 0%, #4285f9 100%);
}
.listTop_zbg .toDeail .new_remark {
  position: absolute;
  bottom: 0;
  left: calc(83 * var(--rem));
  background: linear-gradient(136deg, #ff5e15 0%, #ffbb67 100%);
}
.listTop_zbg .toDeail img {
  width: calc(264 * var(--rem));
  height: calc(264 * var(--rem));
  border-radius: calc(5 * var(--rem));
}
/* 买赠 */
.listTop_ztitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff7ec;
  position: absolute;
  top: 3px;
  left: 15px;
  font-weight: bold;
  transform: scale(1.4);
  font-family: cursive;
}
.listTop_zcon {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  width: 100% !important;
  height: 42px;
}
.con_zleft_t {
  color: #ffffff;
  font-size: calc(27 * var(--rem));
  text-align: center;
  font-family: cursive;
  font-weight: bold;
  line-height: 1.2;
}
.sp_t {
  align-items: center;
  white-space: nowrap;
  width: 20%;
  height: auto;
}
.con_zright {
  font-family: cursive;
  font-size: calc(19 * var(--rem));
}
.con_zright_tx {
  color: #ffffff;
  font-weight: bold;
}
.overzright {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: calc(10 * var(--rem)) 0 0 calc(40 * var(--rem));
}
/* 买赠2 */
.BuyGift .listTop_zcon {
  background-image: url("../images/by_gift_img2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: calc(60 * var(--rem));
  background-size: contain;
}
.BuyGift .con_zright {
  margin: 0;
}
.BuyGift .sp_t {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(60 * var(--rem));
  padding-left: calc(20 * var(--rem));
}
/* 拼团 */
.specices {
  background-size: cover;
  background-repeat: no-repeat;
}
.specices .listTop_zcon {
  bottom: 0;
  left: 0;
  width: 85px;
  height: 57px;
  background-image: url("../images/collage_img2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.specices .con_zleft {
  width: 85px !important;
  font-size: 20px;
  font-family: cursive;
  font-weight: bold;
  text-align: center;
  line-height: 0 !important;
}
.specices .sp_t {
  width: 75% !important;
  font-size: 17px;
}
.specices .con_zleft_co {
  font-size: 25px;
  color: #ffffff;
  font-family: cursive;
  font-weight: bold;
  white-space: nowrap;
  width: 75% !important;
}
.specices .con_zleft_c {
  margin-left: 4px;
  font-weight: bold;
}
.specices .con_zright {
  white-space: nowrap;
  line-height: 83px;
  font-weight: bold;
  color: #fefbf8;
  text-align: center;
  font-size: 18px !important;
  margin: 10px 0 !important;
}
/* 活动价 */
.spe_price .listTop_zcon {
  bottom: 0;
  left: 0;
  height: calc(100 * var(--rem));
  background-image: url("../images/special_price_img2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.spe_price .con_zleft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100 * var(--rem));
  font-size: calc(27 * var(--rem));
  font-family: cursive;
  font-weight: bold;
  background-image: linear-gradient(#fe7938, #e7180e);
  border-radius: 50%;
}
.spe_price .sp_t {
  width: 97% !important;
  font-size: calc(21 * var(--rem));
}
.spe_price .con_zleft_co {
  font-size: calc(27 * var(--rem));
  color: #ffffff;
  font-family: cursive;
  font-weight: bold;
  white-space: nowrap;
}
.spe_price .con_zleft_c {
  margin-left: 4px;
  font-weight: bold;
}
.spe_price .con_zright {
  white-space: nowrap;
  line-height: 83px;
  font-weight: bold;
  color: #fefbf8;
  text-align: center;
  font-size: 18px !important;
  margin: 10px 0 !important;
}
.listBottom {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.listBottom .bottom_p {
  display: flex;
  justify-content: space-between;
  margin-top: calc(8 * var(--rem));
  color: #666;
  font-size: calc(16 * var(--rem));
}
.listBottom p > span {
  display: inline;
  white-space: nowrap;
  word-break: break-all;
}
.product_name {
  width: 90%;
  color: #666;
  font-size: calc(16 * var(--rem));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_name_span {
  width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block !important;
}
.topBanner {
  margin: 0 auto;
  width: 100%;
  height: calc(350 * var(--rem));
  background-size: cover !important;
  background-position: center !important;
}
/* 搜索 */
.yearHeadNav {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.ContTop {
  box-sizing: border-box;
  width: 82%;
  margin: 0 auto;
  padding: calc(21 * var(--rem));
  background-color: #fff;
}
.yearSearch {
  height: calc(60 * var(--rem));
  border: 1px solid #666666;
  width: calc(500 * var(--rem));
  box-sizing: border-box;
  border-radius: calc(5 * var(--rem));
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.yearSearch input {
  outline: none;
  width: 85%;
  height: 100%;
  float: left;
  color: #333333;
  background: rgba(255, 255, 255, 0);
  padding-left: calc(21 * var(--rem));
  font-size: calc(19 * var(--rem));
}
.yearSearch input::placeholder {
  font-size: calc(19 * var(--rem));
}
.yearSerBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #333333;
}
.yearSerBtn img {
  width: calc(32 * var(--rem));
  height: calc(32 * var(--rem));
}
/* 分页样式 */
.page .page-r ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  width: 82%;
}
.page .page-r ul li {
  border-radius: 0;
}
.page .page-r ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: #fff;
  font-size: calc(19 * var(--rem));
}
.page-number {
  padding: 0 !important;
  background-color: #ffffff !important;
}
.page .page-r ul li a.active {
  background-color: #ffffff;
  color: #3dbb2b;
}
.pageNum_active {
  border: none !important;
}
.nav-top {
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.nav-top-item {
  float: left;
  font-size: calc(28 * var(--rem));
  cursor: pointer;
  height: 100%;
  line-height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: none repeat scroll 0% 0% #fdb305;
  width: calc(220 * var(--rem));
}
.nav-top-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
}
.nav-top-active {
  background: none repeat scroll 0% 0% #fffbe0;
}
.nav-top-active a {
  color: #ea3426;
}
.nav-top-item a p {
  width: 157px;
  height: 86px;
}
/* 特惠专区栏目 */
.yearNavtop {
  width: 100%;
  height: calc(80 * var(--rem));
  text-align: center;
}
/* 预购专区左右移动开始 */
.disScroll {
  width: 82%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.navScrollBox {
  /* width: 1360px; */
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0 auto;
  overflow-x: auto;
}
.navScrollBox .nav-top {
  width: max-content !important;
  white-space: nowrap;
}
.navArrow {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 20px;
}
.navLeft {
  background-position: 10% 50%;
}
.navRight {
  background-position: 90% 50%;
}
/* 预购专区左右移动结束 */
