.body {
  background-color: #f9f9f9 !important;
  font-family: Alibaba-PuHuiTi-M;
}

img {
  vertical-align: middle;
}

.slide {
  width: 100%;
  background: url("../images/bj.jpg");
  box-sizing: border-box;
}

.slide img {
  display: block;
  width: 100%;
}

.slide .swiper-container {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}

.slide .swiper-container .swiper-wrapper img {
  height: 448px;
}

.slide .swiper-container .swiper-pagination-bullet-active {
  background-color: #e89595;
}

.slide .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.cate_nav {
  border: 1px solid #ECECEC;
  padding: 10px 0;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}

.cate_nav img {
  display: block;
  width: 100%;
}

.cate_nav ul {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  color: #410000;
  font-size: 18px;
}

.cate_nav ul li {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}

.cate_nav ul li span {
  cursor: pointer;
}

.cate_nav ul li .active {
  display: inline-block;
  width: 50%;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(#784139, #B0766B);
}

.cate_nav ul li:last-child a {
  color: inherit;
}

.cate_nav .line::after {
  content: "";
  display: block;
  clear: both;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid silver;
}

.content {
  width: 1100px;
  margin: 0 auto;
}

.content .product {
  padding-top: 30px;
}

.item {
  width: 265px;
  height: 405px;
  margin: 3px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}

.item img {
  width: 265px;
  height: 265px;
}

.item .product_price {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(#FB6000, #F40000);
  position: relative;
}

.item .product_price span {
  display: inline-block;
}

.item .product_price .text {
  width: 50px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fa5901;
  background-color: #ffeb02;
  padding-left: 5px;
}

.item .product_price .price {
  display: inline-block;
  width: 205px;
  color: #fff;
  padding: 0 12px;
  box-sizing: border-box;
}

.item .product_price .price .num {
  font-size: 20px;
}

.item .product_price .price .original_price {
  font-size: 12px;
}

.item .product_price .tips {
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 16px solid #ffeb02;
  position: absolute;
}

.item .info {
  padding: 0 10px;
}

.item .info .product_name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  font-size: 16px;
}

.item .info .desc {
  width: 100%;
  height: 30px;
}

.item .info .desc .surplus {
  font-size: 12px;
  color: #666;
  width: 50%;
}

.item .info .desc .surplus .surplus_num {
  height: 10px;
  line-height: 10px;
  margin-top: 2px;
}

.item .info .desc .surplus .bar {
  height: 10px;
  background-color: #E6E6E6;
  border-radius: 25px;
  margin-top: 9px;
}

.item .info .desc .surplus .bar span {
  height: 10px;
  display: inline-block;
  background: linear-gradient(#F55654, #FAC733);
  border-radius: 25px;
}

.item .info .desc .buy {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  background-color: #E80000;
  margin: auto 0;
}

.item .info .desc .buy a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.cate_title {
  padding: 20px 0;
  text-align: center;
}

.cate_title img {
  width: 238px;
  height: 52px;
  margin: 30px auto;
}

.bottom_banner {
  margin-top: 30px;
  margin-bottom: 70px;
}

.qg_banner {
  margin-bottom: 20px;
  height: 455px;
}

.qg_banner .row:first-child {
  width: 537px;
  height: 455px;
  float: left;
  margin: 20px 10px 30px 3px;
  border-radius: 8px;
}

.qg_banner .row:last-child {
  width: 537px;
  height: 455px;
  float: right;
  margin: 20px 3px 30px 10px;
  border-radius: 8px;
}

.qg_banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.qg_banner .products {
  height: 250px;
  padding: 195px 9px 0;
  position: relative;
}

.qg_banner .products .item {
  width: 167.9px;
  height: 250px;
  background-color: #fff;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 2.5px;
  border-radius: 10px;
}

.qg_banner .products .item img {
  height: 167.7px;
  width: 100%;
  margin-top: 10px;
}

.qg_banner .products .item .product_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}

.qg_banner .products .item .price {
  width: 100%;
}

.qg_banner .products .item .price .money {
  color: #F63852;
  font-size: 18px;
}

.qg_banner .products .item .price .old_price {
  font-size: 12px;
  color: #B7B4B8;
  line-height: 24px;
}

.qg_banner .products .time {
  width: 312.6px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(52deg, #FB698A 0%, #F63852 100%);
  border-radius: 0 8px 0 16px;
  position: absolute;
  top: 0;
  right: 0;
}
