.new-container {
  width: 1600px !important;
}

#tabs-list {
  display: flex;
  justify-content: space-between;
  padding: 0 69px;
  font-size: 18px;
  color: #1e1e1e;
  line-height: 25px;
  margin-bottom: 49px;
}
#tabs-list .active {
  color: #ff6721;
  position: relative;
}
#tabs-list .active::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 43px;
  width: 120px;
  height: 6px;
  background: #ff6721;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: transparent !important;
  color: #ff6721 !important;
  border: none !important;
}

.nav-tabs > li > a {
  font-size: 18px;
  color: #1e1e1e;
}

.nav-tabs {
  padding: 0;
  border: none;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
}

.shop-list .shop-item {
  width: 300px;
  margin-bottom: 40px;
  margin-right: 15px;
}
.shop-list .shop-item:nth-child(5n + 5) {
  margin-right: 0;
}
.shop-list .shop-item > img {
  width: 100%;
  height: 216px;
}
.shop-list .shop-item-box {
  width: 100%;
  height: 152px;
  background: #ffffff;
  padding: 26px 20px 0;
  box-sizing: border-box;
}
.shop-list .shop-item-box .shop-item-box-top {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.shop-list .shop-item-box .shop-item-box-top .shop-item-box-top-type {
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 3px;
  background: #ff6721;
  color: #fff;
  margin-right: 13px;
  font-size: 12px;
}
.shop-list .shop-item-box .shop-item-box-top .shop-item-box-top-time {
  font-size: 12px;
  color: #8e9299;
}
.shop-list .shop-item-box .shop-item-box-content {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 28px;
  color: #282b33;
}

.banner2 {
  width: 100%;
  height: 500px;
  position: relative;
}

.banner2 > img {
  width: 100%;
  height: 100%;
}

.banner2 .banner2-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner2 .banner2-box .banner2-title {
  font-size: 56px;
  line-height: 72px;
  color: #ffffff;
  text-align: center;
  margin: 133px 0 7px;
}

.banner2 .banner2-box .banner2-subtitle {
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 30px;
}
.banner2 .banner2-box .banner2-search {
  width: 680px;
  height: 56px;
  display: flex;
  margin: 0 auto;
}

.banner2 .banner2-box .banner2-search > input {
  flex: 1;
  height: 100%;
  background: #ffffff;
  padding-left: 27px;
  padding-right: 27px;
}

.banner2 .banner2-box .banner2-search > input::placeholder {
  font-size: 14px;
  color: #8e9199;
}

.banner2 .banner2-box .banner2-search > button {
  width: 136px;
  height: 100%;
  background: #ff6721;
  font-size: 14px;
  color: #ffffff;
  border-color: #ff6721;
}

.banner2 .banner2-box .banner2-history {
  color: #5a6066;
  width: 680px;
  margin: 25px auto 0;
}

.banner2 .banner2-box .banner2-history > span {
  color: #1e64f1;
}
