.swiper-container {
  width: 100%;
  height: 220px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 100% !important;
  height: 100%;
}
.swiper-container img {
  margin: 0 auto;
  width: 100%;
  display: block;
  height: auto;
  min-height: 100px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}
.container {
  margin: 10px 10px 30px 10px;
  background-color: #fff;
  border-radius: 8px;
}

.tabs {
  position: relative;
  top: 12px;
  margin: 12px;
  padding: 6px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  background-color: #e2e5f2;
  color: #595855;
  border-radius: 8px;
  font-size: 16px;
}
.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  border-radius: 8px;
}
.tab_active {
  background-color: #fff;
  border-radius: 8px;
  color: #00004d;
}
#recList {
  position: relative;
  top: 12px;
  padding: 0 12px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
}
#recList li{
  padding-bottom: 12px;
  border-radius: 8px;
}
.show {
  display: block;
}
.not_show {
  display: none;
}