/* -------- 公用 -------- */
.tit1-area {
  text-align: center;
  margin-bottom: 0.3rem;
}
.tit1-area img {
  height: 0.32rem;
}
.tit1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit1 h2 {
  color: #2c2c2c;
  font-weight: 800;
  font-size: 0.2rem;
}
.tit1 a {
  font-size: 0.14rem;
  color: #797979;
}
.tit1 a:hover {
  color: #000;
}
.bn-box {
  margin-bottom: 0.2rem;
}
/* ------- 轮播、公告 ------- */
.carousel-notice {
  height: 480px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.24rem;
  margin-top: 0.2rem;
}
.carousel-notice > div {
  height: 100%;
}
.carousel-notice .l {
  width: 908px;
  margin-right: 14px;
  background-color: #fff;
}
.carousel-notice .l .my-swipe {
  width: 100%;
  height: 100%;
}
.carousel-notice .l .my-swipe .van-swipe-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.carousel-notice .l .my-swipe .van-swipe-item a {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  text-align: center;
  overflow: hidden;
}
.carousel-notice .l .my-swipe .van-swipe-item a img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.carousel-notice .r {
  width: 278px;
  background-color: #fff;
  text-align: center;
  padding: 25px 20px 0 20px;
}
.carousel-notice .r > img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin-bottom: 26px;
}
.carousel-notice .r h2 {
  font-size: 0.14rem;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.carousel-notice .r .op {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  border-image: linear-gradient(to right, #fff, #bbb, #fff) 1 10;
  margin-bottom: 0.2rem;
}
.carousel-notice .r .op > a {
  display: inline-block;
  min-width: 0.9rem;
  text-align: center;
  color: #fff;
  line-height: 0.36rem;
  border-radius: 0.2rem;
  font-size: 0.13rem;
  letter-spacing: 1px;
}
.carousel-notice .r .op > a:nth-of-type(1) {
  background: linear-gradient(185deg, #ff6d6a, #ef2312);
  box-shadow: 0px 0px 0.08rem 0px rgba(112, 5, 5, 0.16);
  margin-right: 0.2rem;
}
.carousel-notice .r .op > a:nth-of-type(2) {
  background: linear-gradient(185deg, #4f4f4f, #232323);
  box-shadow: 0px 0px 10px 0px rgba(112, 5, 5, 0.16);
}
.carousel-notice .r .notice-box > section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.carousel-notice .r .notice-box > section > img {
  width: 0.8rem;
}
.carousel-notice .r .notice-box > section a {
  color: #797979;
  font-size: 0.14rem;
}
.carousel-notice .r .notice-box > section a:hover {
  color: #000;
}
.carousel-notice .r .notice-box ul > a {
  display: block;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}
.carousel-notice .r .notice-box ul > a:nth-last-of-type(1) {
  border: 0;
}
.carousel-notice .r .notice-box ul li {
  text-align: justify;
  padding: 15px 0;
  color: #6b6b6b;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.carousel-notice .r .notice-box ul li:hover {
  color: #f70000;
}
/* ------- 热门推荐 ------- */
.box1 {
  background-color: #fff;
  padding: 24px 40px;
  margin-bottom: 0.22rem;
}
.box1 ul {
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box1 ul > a {
  display: inline-block;
  width: 196px;
  font-size: 0.14rem;
  margin-right: 34px;
  cursor: pointer;
}
.box1 ul > a:nth-of-type(5n) {
  margin-right: 0;
}
.box1 ul li {
  margin-top: 0.3rem;
}
.box1 ul li .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.18rem;
}
.box1 ul li .img-box img {
  width: 196px;
  height: 196px;
  object-fit: contain;
}
.box1 ul li h2 {
  height: 35px;
  text-align: justify;
  font-size: 15px;
  color: #131313;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.box1 ul li .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box1 ul li .price .new-pr {
  font-size: 0.22rem;
  font-weight: bolder;
  color: #ea1212;
  overflow: hidden;
  margin-right: 0.16rem;
}
.box1 ul li .price .pr-r {
  flex-grow: 1;
  max-width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box1 ul li .price .old-pr {
  text-decoration: line-through;
  color: #646464;
  font-size: 0.14rem;
}
.box1 ul li .price .mj {
  border: 1px solid #ea1212;
  padding: 0.02rem 0.1rem;
  border-radius: 0.04rem;
  color: #df072e;
  font-size: 0.1rem;
}
/* ------- 秒杀、套餐 ------- */
.box2 {
  margin-bottom: 0.22rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.box2 > div {
  background-color: #fff;
  height: 650;
}
.box2 .l {
  width: 440px;
  margin-right: 16px;
  padding: 26px 30px 26px;
}
.box2 .l .seckill {
  margin-top: 30px;
}
.box2 .l .seckill .top {
  height: 0.6rem;
  background: url(../images/hp-seckill-bg2.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.1rem;
  color: #ffffff;
}
.box2 .l .seckill .top span {
  font-size: 0.21rem;
  font-style: italic;
  font-weight: 800;
}
.box2 .l .seckill .top .colon {
  display: inline-block;
  margin: 0 4px;
  font-style: normal;
  color: #fff;
}
.box2 .l .seckill .top .block {
  display: inline-block;
  width: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.06rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  background-color: #ee0a24;
  font-style: normal;
}
.box2 .l .seckill .bm {
  background: url(../images/hp-seckill-bg1.png) no-repeat center;
  background-size: cover;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.box2 .l .seckill .bm .img-box {
  width: 162px;
  height: 162px;
  margin-right: 26px;
  overflow: hidden;
}
.box2 .l .seckill .bm .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box2 .l .seckill .bm .info {
  width: 152px;
}
.box2 .l .seckill .bm .info h2 {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  text-align: justify;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #060606;
}
.box2 .l .seckill .bm .info .price {
  margin-bottom: 0.2rem;
}
.box2 .l .seckill .bm .info .price .new {
  font-size: 0.22rem;
  font-weight: bolder;
  color: #ea1212;
  overflow: hidden;
  margin-right: 0.16rem;
}
.box2 .l .seckill .bm .info .price .old {
  text-decoration: line-through;
  color: #646464;
  font-size: 0.14rem;
}
.box2 .l .seckill .bm .info .progress {
  margin-bottom: 0.14rem;
}
.box2 .l .seckill .bm .info .surplus {
  font-size: 0.14rem;
  color: #6e6e6e;
}
.box2 .r {
  width: 744px;
  padding: 26px 35px 14px;
}
.box2 .r ul {
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box2 .r ul > a {
  display: inline-block;
  width: 196px;
  font-size: 0.14rem;
  margin-right: 41px;
  cursor: pointer;
}
.box2 .r ul > a:nth-of-type(3n) {
  margin-right: 0;
}
.box2 .r ul li {
  margin-top: 30px;
}
.box2 .r ul li .img-box {
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.box2 .r ul li .img-box img {
  width: 196px;
  height: 196px;
  object-fit: contain;
}
.box2 .r ul li h2 {
  text-align: justify;
  font-size: 0.18rem;
  color: #131313;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 14px;
}
.box2 .r ul li .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box2 .r ul li .price .new-pr {
  font-size: 0.22rem;
  font-weight: bolder;
  color: #ea1212;
  overflow: hidden;
  margin-right: 0.16rem;
}
.box2 .r ul li .price .pr-r {
  flex-grow: 1;
  max-width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.box2 .r ul li .price .pr-r .old-pr {
  text-decoration: line-through;
  color: #646464;
  font-size: 0.14rem;
}
.box2 .r ul li .price .pr-r .mj {
  border: 1px solid #ea1212;
  padding: 0.02rem 0.1rem;
  border-radius: 0.04rem;
  color: #df072e;
  font-size: 0.1rem;
}
.box2 .unspike {
  width: 100%;
}
.box2 .unspike ul {
  justify-content: flex-start;
}
.box2 .unspike ul a {
  width: 196px;
  margin-right: 34px;
}
.box2 .unspike ul a:nth-of-type(3n) {
  margin-right: 34px;
}
.box2 .unspike ul a:nth-of-type(5n) {
  margin-right: 0;
}
/* ---------- 专区 ---------- */
.spc-area .van-col {
  margin-bottom: 20px;
  cursor: pointer;
}
.spc-area img {
  width: 100%;
  object-fit: contain;
}
/* -------- 特价商品 -------- */
.spc-prc {
  margin-bottom: 0.2rem;
  background-color: #fff;
  padding: 24px 40px;
}
.spc-prc .tit1 {
  margin-bottom: 30px;
}
.spc-prc .van-col > a {
  display: block;
  background: url(../images/hp-tj-bg1.png) no-repeat center;
  background-size: cover;
  padding: 22px 0 18px;
}
.spc-prc .van-col .box {
  display: block;
  width: 212px;
  margin: 0 auto;
}
.spc-prc .van-col .box .top {
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.13rem;
  position: relative;
}
.spc-prc .van-col .box .top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.spc-prc .van-col .box .top .discount {
  position: absolute;
  width: 0.96rem;
  height: 0.91rem;
  right: 0;
  top: 0;
  background: url(../images/bg-discount.png) no-repeat center;
}
.spc-prc .van-col .box .top .discount span {
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0.15rem;
  top: 0.17rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  width: 100%;
}
.spc-prc .van-col .box .tit {
  font-size: 0.18rem;
  width: 100%;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #131313;
  margin-bottom: 12px;
}
.spc-prc .van-col .box .price {
  margin-bottom: 12px;
}
.spc-prc .van-col .box .price .price-new {
  font-size: 0.19rem;
  font-weight: bold;
  color: #f70000;
  margin-right: 10px;
}
.spc-prc .van-col .box .price .price-old {
  font-size: 0.15rem;
  font-weight: 400;
  color: #646464;
  text-decoration: line-through;
}
.spc-prc .van-col .box .progress {
  width: 55%;
  margin-bottom: 10px;
}
.spc-prc .van-col .box .progress .van-progress {
  background-color: rgba(0, 0, 0, 0.1);
}
.spc-prc .van-col .box .surplus {
  font-size: 0.14rem;
  color: #6e6e6e;
}
