@charset "utf-8"; .subNav {
    width: 100%;
    background-color: #fff;
    height: 2rem;
    line-height: 2rem;
    border-top: 1px solid #ee5050;
    text-align: center;
    position: relative;
    z-index: 12;
    box-shadow: 0px 2px 4px rgba(20,20,20,.15);
    -webkit-box-shadow: 0px 2px 4px rgba(20,20,20,.15);
    box-sizing: content-box;
}

.subNav .nav_icon {
    width: .5rem;
    height: .5rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-left: 1px solid #ee5050;
    border-top: 1px solid #ee5050;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: -0.3rem;
    margin-left: -.35rem;
}


.subNav .news_selected {
    left: 22.5%;
}

.subNav .stars_selected {
    left: 37.5%;
}

.subNav .pic_selected {
    left: 52.5%;
}

.subNav .video_selected {
    left: 67.5%;
}

.subNav .special_selected {
    left: 82.5%
}

.subNav .swiper-container .swiper-slide a.on {
    color: #ee5050;
}

.subNav .swiper-container .swiper-slide i {
    height: 1rem;
    width: 1px;
    background-color: #e0e0e0;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
}

.a-public .rArrow {
    right: .3125rem;
    position: absolute;
    z-index: 2;
}

.a-public .rArrow .arrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: .25rem solid transparent;
    border-left: .25rem solid #666;
    border-bottom: .25rem solid transparent;
    position: relative;
    top: -.75rem;
}

.a-public .rArrow .bg {
    width: 1.25rem;
    height: 2rem;
    display: inline-block;
    background: linear-gradient(to right, rgba(255,255,255,.3),rgba(255,255,255,0.8));
    background: -webkit-linear-gradient(to right, rgba(255,255,255,.3),rgba(255,255,255,0.8));
}

.pagelist{
    text-align: center;
    margin: 0.8rem 0;
}

.pagelist a,.pagelist span{
    display: inline-block;
    margin: 0 0.2rem;
    font-size: 17px;
}

.pagelist span{
    color: #ee5050;
}