header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px
}

header h1 {
    font-size: 20px;
    color: #333
}

header span {
    font-size: 10px;
}

header #shareBtn {
    padding: 10px 5px;
}

header #shareBtn span {
    font-size: 22px
}

header .searchBox {
    padding: 10px 0px;
    position: relative;
    width: calc(100% - 185px);
    border-radius: 6px
}

header .searchBox .xuanfu .search_b {
    width: 100%;
    height: 34px
}

header .searchBox .xuanfu .search_b input {
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    border: none;
    outline: none;
    text-indent: 1em
}

header .searchBox .xuanfu .search_b input::-webkit-input-placeholder {
    color: #999
}

header .searchBox .xuanfu .search_b>.iconfont {
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    right: 10px;
    top: 17px;
    color: #999;
    font-size: 18px
}

header .searchBox .a {
    display: flex;
    z-index: 999
}

header .searchBox.active1 {
    display: block;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0
}

header .searchBox.active1 .xuanfu {
    width: 100%;
    background-color: #fff;
    padding: 10px
}

header .searchBox.active1 .xuanfu .search_b {
    width: 100%;
    height: 34px;
    border-radius: 6px
}

header .searchBox.active1 .xuanfu .search_b>.iconfont {
    top: 16px;
    right: 16px;
    font-weight: 600;
    color: #999
}

#banner,
#banners {
    margin: 15px 0 0;
    position: relative;
    padding: 0 7.5px;
    overflow: hidden
}

#banner .swiper-slide,
#banners .swiper-slide {
    width: 70%;
    padding: 0 7.5px
}

#banner .swiper-slide img,
#banners .swiper-slide img {
    width: 100%;
    border-radius: 10px
}

#banner .swiper-pagination-bullet-active,
#banners .swiper-pagination-bullet-active {
    background-color: #fff !important
}

#navbar {
    padding: 15px;
    display: flex;
    justify-content: space-between
}

#navbar a {
    display: block;
    background-color: #fff;
    width: calc(25% - 8px);
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .02)
}

#navbar a img {
    width: 38px
}

#navbar a p {
    font-size: 12px;
    color: #666;
    line-height: 18px
}

#history,
#pop {
    width: calc(100% - 30px);
    margin: 5px auto 15px;
    overflow-x: hidden
}

#history .sortTitle,
#pop .sortTitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

#history .sortTitle h3,
#pop .sortTitle h3 {
    font-size: 16px;
    color: #333
}

#history .sortTitle a,
#pop .sortTitle a {
    font-size: 12px;
    color: #999
}

#history .pop .swiper-slide,
#pop .pop .swiper-slide {
    width: 130px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .02)
}

#history .pop .swiper-slide a,
#pop .pop .swiper-slide a {
    text-align: center
}

#history .pop .swiper-slide a.play,
#pop .pop .swiper-slide a.play {
    display: block;
    margin: 10px auto 15px;
    color: #fff;
    font-size: 14px;
    background-color: #fc2745;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border-radius: 14px
}

#history .pop .swiper-slide a .thum,
#pop .pop .swiper-slide a .thum {
    width: 70px !important;
    height: 70px !important;
    margin: -20px auto 10px;
    border-radius: 10px;
    overflow: hidden
}

#history .pop .swiper-slide a .thum img,
#pop .pop .swiper-slide a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#history .pop .swiper-slide a h3,
#pop .pop .swiper-slide a h3 {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400
}

#history .pop .swiper-slide a .desc,
#pop .pop .swiper-slide a .desc {
    font-size: 12px;
    color: #999
}

#history .pop .swiper-slide a .desc span,
#pop .pop .swiper-slide a .desc span {
    color: #f99d01
}

.recommend {
    width: calc(100% - 30px);
    padding: 15px 0;
    margin: 0 auto
}

.recommend .sortTitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.recommend .sortTitle h3 {
    font-size: 16px;
    color: #333
}

.recommend .sortTitle a {
    font-size: 12px;
    color: #999
}

.recommend .recommendCon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.recommend .recommendCon a {
    width: calc(25% - 8px);
    margin-bottom: 15px;
    text-align: center
}

.recommend .recommendCon a .thum {
    margin: 0px auto 10px;
    border-radius: 10px;
    overflow: hidden
}

.recommend .recommendCon a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.recommend .recommendCon a h3 {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    font-weight: 400
}

.recommend .recommendCon a .desc {
    font-size: 12px;
    color: #999
}

.recommend .recommendCon a .desc span {
    color: #f99d01
}

#notice {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 25px 0
}

/*# sourceMappingURL=index.css.map */