body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    overflow-x: hidden;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;!important;
}

a {
    text-decoration: none;
    color: #000;
}

.weui-cells {
    font-size: 16px;
}

.weui-footer__text {
    padding: 0.8em;
    font-size: 13px;
}

.mobile-header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    height: 2.2rem;
    padding-right: .5rem;
    padding-left: .5rem;
    background-color: #D02421;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #FFF;
}

.mobile-header-title {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 -.5rem;
    font-size: .85rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
}

.mobile-header-title a {
    color: inherit
}

.mobile-header .icon {
    position: relative;
    z-index: 20;
    padding: .4rem .1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #FFF;
}

.mobile-header .icon-right {
    float: right;
}

.mobile-header .icon-left {
    float: left;
}

.mobile-header .icon-right i, .mobile-header .icon-left i {
    font-size: 1.2rem;
}



/*swiper*/
.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #ff3b30;
}

/*banner height: 210px;*/
#banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner .swiper-slide {
    position: relative;
    text-align: center;
}

#banner img {
    max-height: 210px;
    width: 100%;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 2px;
    opacity: 0.8;
    cursor: pointer;
}

#banner .swiper-pagination-bullet-active {
    background: #ff6600;
}

/*tabs*/
#tabs-container {
    min-height: 400px;
}

.news-tabs {
    height: 38px;
    overflow: hidden;
    display: flex;
}

.news-tabs a {
    font-size: 0.9rem;
    font-weight: normal;
    flex: 1;
    display: inline-block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #575757;
}

.news-tabs a.current {
    color: #e64340;
}

.weui-panel .weui-media-box__thumb {
    width: 100%;
    height: 100%;
}

.weui-media-box__desc {
    line-height: 1.3;
}

.weui-media-box__info {
    margin-top: 10px;
    padding-bottom: 0;
}
/*index*/
.weui-media-box_appmsg .weui-media-box__hd {
    width: 120px;
    height: 90px;
}

.weui-media-box__title {
    overflow: visible;
    white-space: inherit;
}

.news-box-time {
    float: right;
    text-align: right;
    padding-top: 5px;
}

.news-box-channel {
    display: block;
    color: #3DD1DB;
    font-size: 1em;
    padding: 5px;
    border: 1px solid #3DD1DB;
    border-radius: 10px;
}

.news-header-icons {
    overflow: hidden;
    min-height: 3rem;
    background-color: #D51D1B;
}

.news-header-icons-logo {
    width: 45%;
    float: left;
}

.news-header-icons-logo img {
    width: 100%;display: block;
    height: auto;
}

.news-header-icons > dt {
    min-height: 3rem;
}

.news-header-icons > dd {
    min-height: 3rem;
    float: right;
    width: 12%;
    line-height: 3rem;
    background-size: contain;
}
.news-header-icons > dd img {width:100%;height:auto;display: block;padding:6px 0;}
/*detail*/
.article-container {
    background-color: #fff;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

.article-header {
    font-weight: 700;
}

.article-header .article-title {
    color: #28292d;
    padding:0.7rem;
    height:2rem;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: .45em;
}

.article-info {
    color: #888;
    font-weight: 300;
    padding:0.2rem 0.7rem;
    font-size: 0.7rem;
}

.article-source {

}

.article-time {
    padding-left: .3rem;
    font-size: 0.6rem;
}

.article-content {
    padding: .6rem;
    line-height: 1.6;
    font-size: 0.8rem;
    color: #404040;
}
.article-content img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: auto !important;
    height: auto !important;
    border: none;
}

.article-content p {
    text-align: justify;
    line-height: 1.6;
    padding: .3rem 0
}

.article-params {
    text-align: left;
    color: #888;
}

.article-view {
    display: inline-block;
    padding-right: 1rem;
}

.article-favor {
    display: inline-block;
    padding-right: .6rem;
}

.action-favor {
    font-style: normal;
}

/*文章隐藏多余部分*/
.weui-article section.article_content {
    height: auto;
    overflow: hidden;
    /*font-size: 0.8rem;*/
}

.mobile-header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    height: 2.2rem;
    padding-right: .5rem;
    padding-left: .5rem;
    background-color: #D02421;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #FFF;
}

.mobile-header-title {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 -.5rem;
    font-size: .85rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
}

.mobile-header-title a {
    color: inherit;
}

.mobile-header .icon {
    position: relative;
    z-index: 20;
    padding: .4rem .1rem;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.2rem;
    width:1rem;
    color: #FFF;background-size: contain;background-position: 50% 50%;
}

.mobile-header .icon-right {
    float: right;
}

.mobile-header .icon-left {
    float: left;
}

.mobile-header .icon-right i, .mobile-header .icon-left i {
    font-size: 1.2rem;
}

.mobile-header-back {
   background: url("../img/back.png") no-repeat;
}

.mobile-header-share {
    background: url("../img/share.png") no-repeat;
}

.mobile-header-home {
    margin-left:0.5rem;
    background: url("../img/home.png") no-repeat;
}

.mobile-share-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 30;
}
.mobile-share-popup img{
    width: 100%;
    height: 100%;
    max-height: 1000px;
}

.mobile-banner-title {display:block;margin:0.5rem auto;
    font-size:1.6rem;color:#fff;text-align: center;padding:1rem;font-weight: bold;
}
.mobile-panel-result .weui-panel__ft>.weui-cell_link {background-color: #F2F2F2;font-size:0.8rem;color:#676767;}
.weui-panel__bd {border-top:1px solid #F2F2F2;}
.qrcode{
    margin:15px auto;text-align:center;
}
