.header .header-con {
    background: #879efb
}

.animateUnitTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
}

.animateUnitTitle:before {
    display: block;
    height: 2px;
    content: '';
    width: 100%;
    left: 0;
    bottom: 14px;
    background: #86c1fc;
    position: absolute;
}

.animateUnitTitle h2 {
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    color: #86c1fc;
}

.gushiColor .animateUnitTitle:before {
    background: #75bf00
}

.gushiColor .animateUnitTitle h2 {
    color: #75bf00;
}

.animateUnitBox {
    padding: 30px 10px;
}

#animateSongSlide, .animateMinCategorySlide {
    padding: 10px 0;
}

#animateSongSlide .song_sort, .animateMinCategorySlide .song_sort {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #86c1fc;
    color: #86c1fc;
    border-radius: 20px;
}

#animateSongSlide .swiper-wrapper, .animateMinCategorySlide .swiper-wrapper {
    width: 100px;
    text-align: center;
}

#animateSongSlide .swiper-slide p, .animateMinCategorySlide .swiper-slide p {
    font-size: 12px;
    line-height: 26px;
    color: #86c1fc;
}

.gushiColor .animateMinCategorySlide .song_sort {
    border: 1px solid #75bf00;
    color: #75bf00;
}

.gushiColor .animateMinCategorySlide .swiper-slide p {
    color: #75bf00;
}

.gushiColor .animateTabBtn.on {
    background: #75bf00;
    color: #fff;
}

.gushiColor .animateTabBtn.on:after {
    background: url(https://mip.tuxiaobei.com/static/pc/images/story_arrow_bottom.png) no-repeat;
}

.gushiColor .animateTab li .img .num {
    background: rgba(117, 191, 0, .9);
}

.xuexiColor .animateUnitTitle:before {
    background: #ffb434
}

.xuexiColor .animateUnitTitle h2 {
    color: #ffb434;
}

.xuexiColor .animateMinCategorySlide .song_sort {
    border: 1px solid #ffb434;
    color: #ffb434;
}

.xuexiColor .animateMinCategorySlide .swiper-slide p {
    color: #ffb434;
}

.xuexiColor .animateTabBtn.on:after {
    background: url(https://leyuan-cdn.tuxiaobei.com/tuxiaobei_com/v2024/images/study_arrow_bottom.png) no-repeat;
}

.xuexiColor .animateTabBtn.on {
    background: #ffb434;
    color: #fff;
}

.xuexiColor .animateTab li .img .num {
    background: rgba(255, 180, 52, .9);
}

.GongyiColor .animateUnitTitle:before {
    background: #ff8480
}

.GongyiColor .animateUnitTitle h2 {
    color: #ff8480;
}

.GongyiColor .animateTab li .img .num {
    background: rgba(255, 132, 128, .9);
}

.animateTab {
    display: none;
}

.animateTab.on {
    display: flex;
}

.animateTab li {
    padding: 10px 7.5px 5px 7.5px;
    width: 50%;
}

.animateTab li img {
    border-radius: 10px;
}

.animateTab li .tit {
    line-height: 24px;
    margin-top: 5px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.animateTab li .img {
    position: relative
}

.animateTab li .img .num {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    line-height: 12px;
    background: rgba(19, 152, 255, .8);
    color: #fff;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 6px 10px 6px 6px;
}

.animateTab li .img .num .icon {
    font-size: 8px;
    padding-right: 5px;
    width: 8px;
    height: 8px;
    vertical-align: 0;
}

.animateTabBtn {
    padding: 3px 10px;
    position: relative;
}

.animateTabBtn.on {
    background: #86c1fc;
    color: #fff;
}

.animateTabBtn.on:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    background: url(https://mip.tuxiaobei.com/static/pc/images/song_arrow_bottom.png) no-repeat;
    width: 14px;
    height: 7px;
    margin-left: -7px;
}