html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    user-select: none;
    
}
 /* 隐藏标准的滚动条 */
 html::-webkit-scrollbar {
   display: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  /* 隐藏 IE 和 Edge 浏览器的滚动条 */
  ::-ms-scrollbar {
    display: none;
  }

div {
    margin: 0;
    padding: 0;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-container{
   position: relative;
}
.swiper-slide {
    display: flex;
/*     align-items: center; */
    justify-content: space-around;
}

.tab {
    width: 100%;
    height: 50px;
    position: absolute;
top: 0px;
left: 0px;
    z-index: 999;
    /*模块阴影*/
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
}

.tabItem {
    width: 50%;
    height: 50px;
    float: left;
    background: #ffff;
    line-height: 50px;
    text-align: center;
}

.active {
    background: #F39C00;
    color: #fff;
}
.jk-series-more {
    padding: 20px 15px;
    margin-top: 50px;
    margin-bottom: 15px;
    position: absolute;
    height: 100%;
    overflow-y: auto;
}
.jk-series-more p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-indent: 2em;
    margin-top: 16px;
    color: #000;
}