.cover,.cover-li {
background: url('https://jhd.xhby.net/jth5/quxiancankao/jhd/noHead.png');
background-size: cover
}
.special-page {
  margin: 0 auto !important;
  font-size: 20px !important;
  width: 100%;
  max-width: 660px;
}
.cover-image {
    display: block;
    width: 100%;
}

.recommend-btn {
    margin: 0.4rem 0.3rem 0.6rem 0.3rem;
}

.recommend-btn img {
    display: block;
    width: 100%;
}

.recommend-list {
    padding: 0 0.3rem;
}

.recommend-list .recommend-title {
    font-size: 0.32rem;
}

.recommend-list .recommend-li {
    padding: 0.18rem 0;
}

.recommend-list .recommend-li .cover {
    margin-right: 0.3rem;
    display: block;
    width: 2.6rem;
    height: 1.73rem;
    border-radius: 5px;
}

.recommend-list .recommend-li .cell .title {
    font-size: 0.3rem;
    height: 0.84rem;
    line-height: 0.42rem;
}

.recommend-list .recommend-li .cell .base {
    margin-top: 0.5rem;
    color: #999;
    font-size: 0.24rem;
    line-height: 0.32rem;
}

.recommend-list .recommend-li .cell .base .jhd {
    color: #6789bc;
}

.special-head {
    position: relative;
}

.special-panel {
    position: relative;
    top: -0.2rem;
    background-color: #fff;
    border-radius: 0.25rem;
   z-index: 1;
}

.special-comment {
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    font-size: 0.26rem;
    line-height: 1.5;
    color: #886;
}

.special-title {
    padding: 0.3rem;
    width: 100%;
    line-height: 1.4;
    box-sizing: border-box;
    font-size: 0.32rem;
    border-bottom: 0.01rem solid #f5f5f5;
}

.special-title .iconfont {
    position: relative;
    top: 0.02rem;
    font-size: 0.16rem;
}

.special-list {
    padding: 0 0.28rem 0 0.06rem;
    white-space: nowrap;
    overflow-x: scroll;
    border-bottom: 0.2rem solid #f5f5f5;
    font-size: 0;
}

.special-list.sticky-list {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.special-list .special-li {
    position: relative;
    margin-left: 0.4rem;
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 0.28rem;
    color: #808080;
}

.special-list .special-li.active {
    color: #333;
}

.special-list .special-li.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.06rem;
    border-radius: 0.025rem;
    background-color: #109cd0;
}

.special-article .special-article-li {
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
}

.special-article .special-article-li .special-name {
    margin-top: 0.3rem;
    padding-left: 0.15rem;
    position: relative;
    font-size: 0.28rem;
}

.special-article .special-article-li .special-name .more {
    color: #999;
    font-size: 0.24rem;
}

.special-article .special-article-li .special-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.02rem;
    width: 0.04rem;
    height: 0.34rem;
    background: #114e78;
    border-radius: 0.02rem;
}

.special-article .article-li .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    max-height: 0.84rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.special-article .article-li .base {
    color: #999;
    font-size: 0.24rem;
}

.special-article .article-li .base .source {
    margin-right: 0.22rem;
}

.special-article .article-big-img {
    border-bottom: 1px solid #eee;
}

.special-article .article-big-img .cover {
    display: block;
    width: 100%;
}

.special-article .article-big-img .title {
    margin: .2rem .2rem .06rem .2rem;
}

.special-article .article-img-text {
    padding: 0.3rem 0;
}

.special-article .article-img-text .cover {
    margin-right: 0.3rem;
    display: block;
    width: 2.6rem;
    height: 1.73rem;
}

.special-article .article-img-text .cell .base {
    margin-top: 0.5rem;
}

.article-more {
    padding: 0.2rem;
    font-size: 0.28rem;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.head-swipe  .swiper-pagination-bullets{
    bottom: 0.4rem !important;
}

.head-swipe .swiper-pagination-bullet {
    width: 0.5rem;
    height: 3px;
    border-radius: 0;
}

.head-swipe .swiper-pagination-bullet-active {
    background-color: #fff;
}

.head-swipe .swipe-item {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.head-swipe .cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.head-swipe .head-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.25rem;
    padding: 0 0.35rem;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}

.head-swipe .head-title div {
    height: 0.9rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}