.wap-nav-wrap {
  width: 100%;
}
.wap-channel-nav {
  position: relative;
  overflow: visible;
}
.wap-channel-nav .channel-nav {
  height: 0.9rem;
  padding: 0 0.31rem;
  background: #ffffff;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
.wap-channel-nav .channel-name {
  -webkit-box-ordinal-group: 2;
  -webkit-box-flex: 1;
  text-align: center;
}
.wap-channel-nav .channel-name h1 {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 7.5rem;
  margin-left: -1.81rem;
  text-align: center;
  font-size: 0.36rem;
}
.wap-channel-nav .home-back {
  -webkit-box-ordinal-group: 1;
  width: 1.5rem;
}
.wap-channel-nav .home-back a,
.wap-channel-nav .home-back strong {
  display: block;
}
.wap-channel-nav .home-back strong {
  width: 1rem;
  height: 0.35rem;
  font-size: 0;
  background: url(data:image/png;base64) no-repeat 0.38rem 50%;
  -webkit-background-size: 0.67rem 0.32rem;
          background-size: 0.67rem 0.32rem;
  padding-left: 0.38rem;
}
.wap-channel-nav .home-back strong:before {
  display: block;
  width: 0.2rem;
  height: 0.35rem;
  background: url(data:image/png;base64) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  content: " ";
  margin-left: -0.38rem;
}

.subchannel-bar {
  /*height: 2.9rem;*/
  padding: 0rem 0.22rem;
  background: #f5f7f9;
  overflow-x: auto;
}
.subchannel-bar::-webkit-scrollbar {
  display: none;
}
.subchannel-bar ul {
  /*height: 2.9rem;*/
  height:100%;
  display: -webkit-box;
  margin-left: -0.25rem;
}
.subchannel-bar .sublink-item {
  position: relative;
  overflow: hidden;
}
.subchannel-bar .sublink-item:before,
.subchannel-bar .sublink-item:after {
  display: block;
  width: 1.0rem;
  height: 0.24rem;
  background: transparent;
  position: absolute;
  bottom: 0%;
  content: " ";
}
.subchannel-bar .sublink-item:before {
  right: 45%;
}
.subchannel-bar .sublink-item:after {
  left: 45%;
}
.subchannel-bar .sublink-item span {
	font-weight:bold;
  display: block;
  font-size:16px;
  color: #333333;
  margin: 10px 10px;
}
.subchannel-bar .item-active,
.subchannel-bar .item-active span {
  color: #ee1a1a;
}
.subchannel-bar .item-active:before,
.subchannel-bar .item-active:after {
  background: #ee1a1a;
}
.subchannel-bar .item-active:before {
  right: 50%;
}
.subchannel-bar .item-active:after {
  left: 50%;
}


<!--ºÄÊ±1753877006.128Ãë-->