body{
    font-family: "Microsoft YaHei";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[v-cloak] {
    display: none;
}
.clearfix::after{
  display: block;
  content: '';
  clear: both;
}

.channelTitle{
    margin-bottom:10px;
    width:100%;
    text-align: center;
}
.channelTitle .title-cn{
    font-size: 30px;
}
.channelTitle .title-en{
    height:30px;
    font-size: 20px;
}
@media (max-width:540px) {
  .channelTitle .title-cn{
    font-size: 25px;
  }
  .channelTitle .title-en{
      font-size: 16px;
  }
}

.swiper-pagination-bullet{
    background:#fff;
}
.swiper-pagination-bullet-active{
    background:#007aff;
}