* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  scrollbar-width: thin;
}
body {
  line-height: 1.7em;
  background: #ffffff;
  color: #000000;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", Arial, sans-serif;
  min-height: 100%;
  font-size: 14px;
  line-height: 1.5em;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-round {
  border-radius: 25px;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.content {
  color: #999999;
}
.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}
div.titleBox h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.titleBox h4 small {
  font-size: 14px;
  color: #7C7C7C;
}
div.titleBox h4 small:hover {
  color: #FFFFFF;
}
div.emptyDataBox {
  height: 50vh;
  min-height: 400px;
  background: #F8F9FB;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DEE2E6;
  background-image: radial-gradient(circle, #dddddd 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 1rem 1rem;
}
div.emptyDataBox i {
  font-size: 68px;
  color: rgba(0, 0, 0, 0.3);
}
div.emptyDataBox.none {
  background: none;
  border: 0;
}
.swiper-pagination-bullet {
  background-color: #FFFFFF !important;
}
/*产品列表*/
div.productList div.lists {
  border-radius: 15px;
  background-color: #F8F9FB;
  position: relative;
}
div.productList div.lists img.tuijianImg {
  position: absolute;
  width: 80px;
  top: 0;
  left: -5px;
}
div.productList div.lists.daojishiBox {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('../images/bjDaojishi.png') no-repeat center center;
  background-size: cover;
  color: #000000;
}
div.productList div.lists.daojishiBox h6 {
  font-weight: bold;
}
div.productList div.lists.daojishiBox div.surplus {
  width: 100%;
}
div.productList div.lists.daojishiBox div.surplus span.jishiBox {
  display: flex;
  padding: 0 20px;
  margin-bottom: 10px;
}
div.productList div.lists.daojishiBox div.surplus span.jishiBox div {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 5px;
  line-height: 2em;
  font-size: 12px;
}
div.productList div.lists.daojishiBox div.surplus span.jishiBox div:last-child {
  margin: 0;
}
div.productList div.lists.daojishiBox div.surplus span.jishiBox div span:first-child {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  background: #F51449;
  border-radius: 5px;
  margin-bottom: 3px;
  line-height: 2.6em;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}
div.productList div.lists.adBox div.box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
div.productList div.lists.adBox div.box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.productList div.lists.adBox div.box img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 15px;
}
div.productList div.lists.productBox {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
div.productList div.lists.productBox.emptyBox {
  background-image: url("../images/defaultBj.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
div.productList div.lists.productBox div.aa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.productList div.lists.productBox div.aa div.leftBox i {
  color: rgba(0, 0, 0, 0.2);
}
div.productList div.lists.productBox div.aa div.leftBox i:last-child {
  margin-left: 5px;
}
div.productList div.lists.productBox div.aa div.rightBox .jiaqianBox {
  border-radius: 0 5px 5px 0;
  height: 1.3rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-weight: bold;
  color: #FFFFFF;
}
div.productList div.lists.productBox div.aa div.rightBox .jiaqianBox .lingxingBox {
  background: var(--discount-badge-bg-color);
  border-radius: 0 0 0 5px;
  height: 1.2rem;
  transform: translateX(50%) rotate(45deg);
  width: 1.2rem;
  position: relative;
  background: #F51449;
}
div.productList div.lists.productBox div.aa div.rightBox .jiaqianBox .changBox {
  background: #F51449;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
div.productList div.lists.productBox div.aa div.rightBox .jiaqianBox .changBox span {
  font-size: 14px;
  padding: 0 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div.productList div.lists.productBox div.aa div.rightBox .jiaqianBox .changBox::before {
  background: var(--discount-badge-circle-color);
  border-radius: 100%;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 7px;
  width: 5px;
  background: #FFFFFF;
}
div.productList div.lists.productBox div.bb {
  flex: 1;
  display: flex;
  flex-direction: column;
}
div.productList div.lists.productBox div.bb div.imgBox {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 200px;
}
div.productList div.lists.productBox div.bb div.imgBox img {
  max-width: 80%;
  max-height: 120px;
  border-radius: 3px;
}
div.productList div.lists.productBox div.bb div.imgBox.groupBox {
  background: url("../images/zkbg2.png") repeat center center;
  background-size: cover;
}
div.productList div.lists.productBox div.bb div.imgBox.groupBox span {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-shadow: 2px 1px 0px #FF0000;
}
div.productList div.lists.productBox div.bb div.imgBox.groupBox span:hover {
  color: #000000;
}
div.productList div.lists.productBox div.bb div.maioshuBox {
  display: flex;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.leftBox {
  flex: 1;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.leftBox div.titleBox {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  color: #000000;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.leftBox div.priceBox {
  display: flex;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.leftBox div.priceBox .jineBox span {
  margin-right: 0;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.leftBox div.priceBox .jineBox span:first-child.a {
  font-weight: bold;
  color: #F51449;
  font-size: 18px;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.leftBox div.priceBox .jineBox span:last-child.b {
  color: #7C7C7C;
  text-decoration: line-through;
  font-size: 12px;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.rightBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.rightBox i {
  font-size: 26px;
  color: #999999;
  cursor: pointer;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.rightBox i:hover {
  color: #000000;
}
div.productList div.lists.productBox div.bb div.maioshuBox div.rightBox i.active {
  color: #42B883 !important;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
    /*从0度开始*/
  }
  100% {
    transform: rotateZ(360deg);
    /*360度结束*/
  }
}
@keyframes musicRotate {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
i.xuanzhuan {
  display: inline-block;
  animation: rotate 1.5s linear infinite;
}
.xuanzhuan {
  -webkit-animation: musicRotate 1.5s linear infinite;
  animation: musicRotate 1.5s linear infinite;
}
.cursor {
  cursor: pointer;
}
@media (max-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
