.sell-wrap {
  padding: 80px 0;
  background: #F7F7F7;
}
.sell-wrap h2 {
  font-size: 32px;
  color: #333;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.sell-wrap h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: var(--main-color);
}
.sell-wrap .tab-wrap {
  width: 100%;
  overflow-x: auto;
  text-align: center;
  padding: 70px 0 40px;
}
.sell-wrap .tab-wrap li {
  display: inline-block;
  white-space: nowrap;
  padding: 16px 22px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.sell-wrap .tab-wrap li + li {
  margin-left: 10px;
}
.sell-wrap .tab-wrap li:hover,
.sell-wrap .tab-wrap li.active {
  background: var(--main-color);
  color: #fff;
}
.sell-wrap .tab-panel-wrap li {
  display: none;
}
.sell-wrap .tab-panel-wrap li.active {
  display: block;
}
.sell-wrap .tab-panel-wrap .row {
  margin: 0 -10px;
}
.sell-wrap .tab-panel-wrap .col {
  padding: 10px;
}
.sell-wrap .tab-panel-wrap .col .wrap {
  display: block;
  background: #fff;
  cursor: pointer;
}
.sell-wrap .tab-panel-wrap .col .wrap:hover .cover img {
  transform: scale(1.1);
}
.sell-wrap .tab-panel-wrap .cover {
  height: 300px;
  /*background: radial-gradient(#EDEDED 60%, #CCCCCC);*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dedede;
}
.sell-wrap .tab-panel-wrap .cover img {
  display: block;
  width: 75%;
  height: 75%;
  object-fit: contain;
  transition: all .3s ease;
}
.sell-wrap .tab-panel-wrap .col .wrap:hover  .desc {
  border-color: var(--main-color);
}
.sell-wrap .tab-panel-wrap .desc {
  height: 170px;
  padding: 0 30px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  transition: border-color .3s ease;
}
.sell-wrap .tab-panel-wrap .col .wrap:hover h3 {
  color: var(--main-color);
}
.sell-wrap .tab-panel-wrap h3 {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin: unset;
}
.sell-wrap .tab-panel-wrap .col .wrap:hover p {
  color: var(--main-color);
}
.sell-wrap .tab-panel-wrap p {
  margin: unset;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.sell-wrap .tab-panel-wrap p span {
  font-weight: 700;
}
.sell-wrap .tab-panel-wrap .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell-wrap .tab-panel-wrap .swiper-pagination {
  position: relative;
  bottom: unset;
  width: unset;
  left: unset;
  line-height: 1;
}
.sell-wrap .tab-panel-wrap .swiper-pagination span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  opacity: 1;
  background: #fff;
}
.sell-wrap .tab-panel-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--main-color);
  color: #fff;
}
.sell-wrap .tab-panel-wrap .prev,
.sell-wrap .tab-panel-wrap .next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.sell-wrap .tab-panel-wrap .prev:hover,
.sell-wrap .tab-panel-wrap .next:hover {
  background: var(--main-color);
}
.sell-wrap .tab-panel-wrap .prev:hover i,
.sell-wrap .tab-panel-wrap .next:hover i {
  color: #fff;
}
.sell-wrap .tab-panel-wrap .prev i,
.sell-wrap .tab-panel-wrap .next i {
  font-size: 24px;
  color: #666;
}
.sell-wrap .tab-panel-wrap .prev.swiper-button-disabled,
.sell-wrap .tab-panel-wrap .next.swiper-button-disabled {
  border: 1px solid #e0e0e0;
  pointer-events: none;
  background: transparent;
}
.sell-wrap .tab-panel-wrap .prev.swiper-button-disabled i,
.sell-wrap .tab-panel-wrap .next.swiper-button-disabled i {
  color: #e0e0e0;
}





.server-wrap {
  padding: 1px 0 80px;
  background: #F7F7F7;
}
.server-wrap h2 {
  font-size: 32px;
  color: #333;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.server-wrap h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: var(--main-color);
}
.server-wrap .map {
  height: 44.2708vw;
}


@media screen and (max-width: 640px) {
  .sell-wrap {
    padding: 50px 0 30px;
  }
  .sell-wrap h2 {
    font-size: 28px;
  }
  .sell-wrap .tab-wrap {
    padding: 30px 0 0;
    white-space: nowrap;
  }
  .sell-wrap .tab-wrap li {
    font-size: 12px;
  }
  .sell-wrap .tab-wrap li {
    padding: 10px 15px;
  }

  .server-wrap {
    padding: 1px 0 30px;
  }
  .server-wrap h2 {
    font-size: 28px;
  }
  .server-wrap .map {
    height: 280px;
  }

}
