.main {
  background-color: #d3d5d76b;
  overflow-y: auto;
}
.tabs {
  background-color: #fff;
  overflow-x: auto;
  white-space: nowrap;
  width: auto;
  padding-right: 0.24rem;
}
.tabs li {
  display: inline-block;
}
.tabs li a {
  font-size: 0.28rem;
  color: #2c2c2c;
  display: block;
  padding: 0.24rem 0 0.16rem 0;
  margin-left: 0.26rem;
  position: relative;
}
.tabs li.active a {
  color: #e6212a;
}
.tabs li.active a::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #e6212a;
  border-radius: 0.03rem;
}
.lists {
  display: flex;
  flex-direction: row;
  padding: 0.3rem;
  flex-wrap: wrap;
}
.lists li {
  width: calc(50% - 0.15rem);
  margin-right: 0.3rem;
  padding: 0.2rem;
  height: auto;
  border-radius: 0.09rem;
  background: #ffffff;
  margin-bottom: 0.3rem;
}
.lists li:nth-child(2n) {
  margin-right: 0;
}
.lists li img {
  height: calc(50vw - 0.75rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.09rem;
  margin-bottom: 0.3rem;
  /* height: auto; */
}
.lists li p {
  font-size: 0.28rem;
  color: #6d7278;
  letter-spacing: 0;
  text-align: center;
}
.empty,#pullUp {
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
  padding: 0.3rem 0 0.7rem 0;
  text-align: center;
}
.bremnav {
  background-color: #fff;
  width: 100%;
  padding: 0.26rem 0 0.26rem 0.33rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bremnav span {
  font-size: 0.24rem;
  color: #6d7278;
  line-height: 0.24rem;
}
.bremnav em {
  font-style: normal;
}
i.position {
  width: 0.18rem;
  height: 0.24rem;
  display: inline-block;
  background: url('../img/position.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 0.13rem;
}
.pro-img {
  width: 100%;
  height: 6rem;
}
#swipers {
  height: 6rem;
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.2rem;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #979797;
  border-radius: 0.18rem;
  font-size: 0.21rem;
  color: #ffffff;
  line-height: 0.24rem;
  width: auto;
  text-align: right;
  padding: 0.05rem 0.15rem;
  right: 0.3rem;
  left: auto;
}
.pro-img img {
  object-fit: contain;
  vertical-align: middle;
}
.intro {
  padding: 0.3rem;
  background: #ffffff;
  border-radius: 0.2rem 0.2rem 0 0;
}
.intro .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.35rem;
}
.intro .title img {
  width: 0.56rem;
  height: 0.36rem;
}
.intro .title h4 {
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  line-height: 0.36rem;
  margin-left: 0.1rem;
}
.intro .card {
  padding: 0.2rem 0.3rem;
  background: #f8f8f8;
  border-radius: 0.2rem;
  margin-bottom: 0.28rem;
    font-size:14px;
}
.card li {
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.6rem;
}
.card li span {
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.6rem;
}
.card h5 {
  opacity: 0.4;
  font-size: 0.24rem;
  color: #6d7278;
  margin-bottom: 0.28rem;
  text-align: center;
}
.card p {
  font-size: 0.28rem;
  color: #6d7278;
  line-height: 0.5rem;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 0.1rem;
}
.btn-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.btn-group a {
  border-radius: 0.2rem;
  display: block;
  font-size: 0.36rem;
  padding: 0.2rem 0.68rem;
  color: #e6212a;
  border: 2px solid #e6212a;
  background: #fff;
}
.btn-group a.red {
  background: #e6212a;
  border: 2px solid #e6212a;
  color: #ffffff;
  margin-right: 0.3rem;
}
.card .prev {
  font-size: 0.32rem;
  color: #6d7278;
  line-height: 0.45rem;
  margin-bottom: 0.35rem;
}
.card .next {
  font-size: 0.32rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.45rem;
}
.hot-title {
  position: relative;
  margin-bottom: 0.1rem;
}
.hot-title::after {
  position: absolute;
  content: '';
  left: 1.56rem;
  width: 1.35rem;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/hot.png') no-repeat;
  background-size: 100% 100%;
}
.hot-title::before {
  position: absolute;
  content: '';
  right: 1.56rem;
  width: 1.35rem;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/hot2.png') no-repeat;
  background-size: 100% 100%;
}
.hot-title h4 {
  font-size: 0.32rem;
  color: #e6212a;
  text-align: center;
  line-height: 0.45rem;
}
.pd4 {
  padding-top: 0.4rem;
}
