.search-part {
  /* padding: 0px 16px; */
  position: relative;
  /* display: flex; */
}
.search-part .van-search__action {
  padding: 0 8px 0 0;
  line-height: 0;
}
.search-part .search-btn1 {
  width: 50px;
  background-color: #00abb9;
}
.home-swiper-cover {
  height: 32vw;
  position: relative;
}
.home-swiper-cover .home-swiper1 {
  height: 100%;
}
.home-swiper-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.van-swipe__indicator {
  opacity: 0.5;
}
.van-swipe__indicator--active {
  background-color: #fff;
}
.info-part {
  margin-top: 20px;
  padding: 0 16px;
}
.info-title {
  font-size: 18px;
  position: relative;
  /* padding-left: 40px; */
  color: #333;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #00abb9; */
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.info-title span {
  display: inline-block;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px; */
  background-color: #00abb9;
  width: 16px;
  height: 6px;
  margin-right: 5px;
}
.info-item {
  height: 18.67vw;
  padding-left: 30.93vw;
  position: relative;
  margin-bottom: 16px;
}
.info-img {
  width: 26.67vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.info-img img {
  display: block;
  width: 100%;
}
.info-inner-title {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 10.67vw;
}
.common-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #00abb9;
}
.common-tab-item {
  padding: 0 10px;
  background-color: #e6e6e6;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.zc-tab-item {
  padding: 0 5px;
}
.curr-tab {
  background-color: #00abb9;
  color: #fff;
}
.info-list-title {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
}
.view-more {
  text-align: center;
  font-size: 16px;
  color: #00abb9;
  display: block;
  width: 100%;
}
.home-swiper1-cover {
  margin-bottom: 20px;
  margin-top: 26px;
  height: 32vw;
  background: linear-gradient(90deg, #f0eff0, #badbeb);
}
.home-swiper1-cover .home-swiper1 {
  height: 100%;
}
.lb-inner-cont {
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
}

.lb-inner-left {
  width: 35%;
  height: 100%;
  background-color: #00abb9;
  margin-top: 20px;
  position: relative;
}
.lb-inner-right {
  height: 100%;
  flex: 1;
  padding-left: 40px;
  padding-top: 30px;
}
.lb-img {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 10px;
  left: 20px;
}
.lb-inner-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  color: #00abb9;
}
.img-cover {
  width: calc(100vw - 32px);
  margin: 20px auto 20px;
  height: 26.67vw;
}
.small-img-cover {
  width: calc(100vw - 32px);
  margin: 20px auto 20px;
  height: 15vw;
  border: 1px solid #eee;
  padding: 3px 0;
}
.link-img {
  display: block;
  width: 100%;
  height: 100%;
}
.bottom-line {
  border-bottom: 1px solid #f5f5f5;
}
#new .breadcrumb {
  font-size: 12px;
  color: #2b2c2c;
  max-width: 90vw;
}
.primary-color {
  color: #1561ac;
}
.text-main-color {
  color: #333;
}
.text-des-color {
  color: #9c9c9c;
}
.bottom-qr-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bottom-qr-view {
  width: 33%;
}
.padding-default {
  padding: 15px;
}
.margin-default {
  margin: 15px;
}
.yw-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yw-item div{
	white-space: nowrap;
}
.arrow-img {
  display: block;
  width: 13.33vw;
  margin-top: 5px;
}
