

.swiper-pagination {
  width: 800px;
  max-width: 100%;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  font-size: 1em;
}
.tabs li {
  width: 100%;
  float: left;
  text-align: center;
  cursor: pointer;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999;
  border-radius: 10px 10px 0 0;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  background: #fafafa;
  /* overflow: hidden; */
  line-height: 1.4;
  position: relative;
  opacity: 0.3;
}

.tabs .active {
  opacity: 1;
  border: none;
  background: green !important;
  color: white;
  border-bottom: 1px solid #ffffff;
}


.tabs:last-child .active {
  margin-right: 100px;
}

.tab_container {
  border: 1px solid #eee;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
}

.tab_content {
  width: 100%;
  font-size: 1em;
  display: none;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.tabs>li.active>a {
  color: #fff;
}

.tabs>li>a {
  color: #666;
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (max-width: 680px) {
  .swiper-container .swiper-wrapper {
    border: none;
  }
  .swiper-wrapper.tabs {
    /* width: 200%; */
  }
  .swiper-container-2 {
    padding: 0;
    overflow: hidden;
  }
  .swiper-pagination-bullets {
    padding: 0;
  }
  .tabs {
    float: left;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .tabs li {
    height: 45px;
    line-height: 1;
    font-size: 0.8rem;
  }
  
  .tab_content {
    width: 100%;
    font-size: 1em;
    display: none;
    margin-top: 40px;
  }
}
