/*body {
  font-family: Microsoft Yahei, PingFang SC, Gotham-book;
  font-size: 14px;
  margin: auto;
  min-width: 1100px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  }
*/
@media (min-width: 1160px) {
  body {
    max-width: none; } }

@media (min-width: 1360px) {
  body {
    max-width: none; } }

@media (min-width: 1560px) {
  body {
    max-width: none; } }

@media (min-width: 1920px) {
  body {
    max-width: none; } }

.swiper-content {
  position: relative;
  overflow: hidden;
}

.swiper-content .swiper-pagination {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.swiper-content .swiper-pagination .swiper-pagination-bullet{
  margin: 0 4px;
}
.swiper-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.img-content{/*min-width: 500px;*/background:#fff;}
.swiper-content .tab-pagination {
  position: absolute;
  top: 8%;
  width: 100%;
  text-align: center;
}
.swiper-content .tab-pagination .swiper-pagination-bullet{
  margin: 0 35px;
  outline: none;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #171717;
  opacity: 1;
  font-size: 0.6rem;
  font-weight: bold;
}
.swiper-content .tab-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border-bottom: 3px solid #171717;
}

.swiper-content .block-wrap {
  display: flex;
  padding: 10% 0;
  justify-content: center;
  align-items:  center;
}

.swiper-content .block-wrap .left {
    width: 10%;
}

.swiper-content .block-wrap .left .img-wrap {/* position:  absolute; */width: 20%;height:  200px;}

.swiper-content .block-wrap .right {
  padding-left: 4%;
  width: 60%;
}

.swiper-content .block-wrap .name {
  color: #828282;
}

.swiper-content .block-wrap .content {
  margin-top: 4%;
  line-height: 1.3rem;
}



@media (max-width: 992px) {
  .compare-list .compare-item {
    font-size: 12px;
  }
}
