.flex {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
}
body {
  background: #f7f7f7;
}
.top-content {
  padding: 0.267rem 0.213rem;
  background: #fff;
}
.search {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  margin-bottom: 0.267rem;
  height: 0.96rem;
  background: #F5F5F5;
  border-radius: 0.48rem;
  z-index: 2;
}
.search .icon {
  width: 0.4rem;
  margin-right: 0.16rem;
}
.search input {
  width: 4.667rem;
  padding-right: 0.333rem;
  font-size: 0.373rem;
  color: #333;
}
.search input::-webkit-input-placeholder {
  color: #B2B2B2;
}
.search input::-ms-input-placeholder {
  color: #B2B2B2;
}
.search input::-moz-input-placeholder {
  color: #B2B2B2;
}
.top-swiper {
  position: relative;
  margin: 0;
}
.top-swiper .swiper-wrapper {
  height: 3.333rem;
  position: relative;
}
.top-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.top-swiper .top-swiper-pagination {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  z-index: 2;
  height: 0.107rem;
}
.top-swiper .top-swiper-pagination .swiper-pagination-bullet {
  width: 0.107rem;
  height: 0.107rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.top-swiper .top-swiper-pagination .swiper-pagination-bullet-active {
  width: 0.213rem;
  height: 0.107rem;
  background: #FFFFFF;
  border-radius: 0.053rem;
}
.top-tabs {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: space-between;
  padding: 0 0.36rem;
  height: 1.28rem;
  background: #FFFFFF;
}
.top-tabs .tab-item {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  position: relative;
  height: 100%;
  font-size: 0.427rem;
  font-weight: bold;
  color: #333;
}
.top-tabs .tab-item.active {
  color: #FF3360;
}
.top-tabs .tab-item.active::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0.64rem;
  height: 0.173rem;
  background-image: url(../../images/livebroadcost/tab-active.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.top-tags {
  margin: 0.347rem 0.173rem 0;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  font-size: 0.32rem;
}
.top-tags .label {
  color: #333;
}
.top-tags .tag-list {
  flex: 1;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
  color: #6A6E84;
  -ms-overflow-style: none;
  /* IE 10+ */
}
.top-tags .tag-list::-webkit-scrollbar {
  display: none;
}
.top-tags .tag-list .tag-item {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  display: inline-flex;
  padding: 0 0.213rem;
  height: 0.533rem;
  background: #EBECF1;
  border-radius: 0.267rem;
  margin-right: 0.213rem;
}
.top-tags .tag-list .tag-item.active {
  background: rgba(255, 51, 96, 0.1);
  color: #FF3360;
}
.van-tabs--line .van-tabs__wrap {
  height: 100%;
}
.van-tabs__nav {
  background: transparent;
}
.van-tabs__nav--complete {
  padding: 0;
}
.van-tabs__wrap--scrollable .van-tab {
  padding: 0;
}
.van-tabs__line {
  display: none!important;
}
.van-tab--active {
  font-weight: normal;
  color: inherit;
}
