.app-container {
    margin-top: 0
}

.app-container h2 {
    color: #333;
    position: relative;
    font-size: 19px;
    line-height: .53rem;
    height: .53rem;
    margin-bottom: .33rem!important;
    padding-left: 21px;
    margin-top: .48rem;
    padding-top: 0;
    font-weight: 700;
}

.app-container h2::after {
    display: none
}

.app-container h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .22rem;
    height: .2rem;
    background: url(zt_xztsz_special_icon_subhead@3x.png) no-repeat;
    background-size: 100%
}

.app-container h2 .share-pic {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0 .22rem;
    height: .5rem;
    line-height: .48rem;
    font-size: .24rem;
    color: #f12b15;
    border-radius: .32rem;
    border: 1px solid #f12b15;
    background-color: transparent;
    outline: 0;
    box-shadow: none
}

.app-container .app-wrap::after {
    border-bottom-color: #e3e3e3;
    opacity: 1
}

.app-container .app-wrap .time-line {
    margin-bottom: .2rem
}

.app-container .app-wrap .time-line:last-child {
    margin-bottom: 0
}

.app-container .app-wrap .time-line::after {
    border-left: 1px solid #f3f3f3;
    color: #f3f3f3
}

.app-container .app-wrap .time-line .time-year {
    color: #333
}

.app-container .app-wrap .time-line .time-year mark {
    color: #333
}

.app-container .app-wrap .time-line .time-list dt time {
    color: #333;
    display: inline-block;
    line-height: .34rem;
    font-size: .28rem
}

.app-container .app-wrap .time-line .time-list dt time.active {
    opacity: 1;
    position: relative;
    background-color: rgba(241,43,21,.8);
    color: #fff;
    padding: 0 .2rem;
    border-radius: 0 .2rem .2rem 0
}

.app-container .app-wrap .time-line .time-list dt time::after {
    background-position: -.7rem -.5rem;
    z-index: 2;
    top: -.07rem
}

.app-container .app-wrap .time-line .time-list dd .time-item {
    background-color: #f9f9f9
}

.app-container .app-wrap .time-line .time-list dd .time-item .time-date,.app-container .app-wrap .time-line .time-list dd .time-item .time-desc {
    color: #999
}

.app-container .app-wrap .time-line .time-list dd .time-item .time-desc {
    opacity: 1;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.app-container .app-wrap .time-line .time-list dd .time-item .time-desc .time-link {
    color: #4f71b7;
    margin-left: .16rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.app-container .app-wrap .time-line .time-list dd .time-item .time-desc .time-link img {
    height: .3rem;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.app-container .app-wrap .time-line .time-list dd .time-item .time-title {
    color: #333;
    font-weight: 500
}

.app-container .app-wrap .time-line .time-list dd .time-item .time-title.active {
    color: #f12b15
}

.app-container .app-wrap .time-line .time-list dd .time-item .subordinate {
    padding: .22rem .2rem;
    background-color: #f0f0f0;
    color: #333;
    font-size: .28rem;
    line-height: .4rem;
    -webkit-border-radius: 0 0 .08rem .08rem;
    -moz-border-radius: 0 0 .08rem .08rem;
    -ms-border-radius: 0 0 .08rem .08rem;
    -o-border-radius: 0 0 .08rem .08rem;
    border-radius: 0 0 .08rem .08rem;
    width: calc(100%);
    position: relative;
    left: -.2rem;
    bottom: -.22rem;
    cursor: pointer
}

.app-container .app-wrap .time-more button {
    color: #f12b15;
    font-size: .28rem
}

.app-container .app-wrap .time-more button .more-icon::after {
    background-position: -5.66rem 0
}

.app-container .gallery-main .mod-outer-wrap {
    margin: 0
}

.app-container .gallery-main .mod-single-graph {
    padding: 0;
    margin-top: .26rem
}

.app-container .gallery-main figcaption {
    width: calc(100% - .6rem)
}

.app-container .gallery-main figcaption::before {
    content: "";
    width: 32px;
    height: 20px;
    position: absolute;
    left: .15rem;
    top: .35rem;
    background-image: url(zt_xztsz_sprite.png);
    background-size: auto;
    transform: scale(.5);
    z-index: 1
}

.app-container .gallery-main figcaption span {
    text-align: justify;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.app-container .video-item .play-btn {
    background-image: url(zt_xztsz_series-play-icon.png);
    cursor: pointer;
}

.app-container .video-item .video-time {
    right: .12rem;
    bottom: .12rem
}

.app-container .mix-mod {
    margin-top: 0
}

.tip-message {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #000;
    color: #fff;
    padding: .4rem .2rem;
    height: 80%;
    line-height: .48rem;
    font-size: .24rem;
    border-radius: .12rem;
    z-index: 200000;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.gallery-main .mod-outer-wrap {
    margin-top: 0
}

.gallery-main .mod-gallery {
    margin: 0
}

.gallery-main .swiper-container {
    margin: 0!important
}

.gallery-main .swiper-container .swiper-slide {
    width: 90%!important
}

.banner-news-mod::after {
    display: none
}

.tabs-container {
    height: 1rem;
    box-shadow: 0 .03rem .04rem 0 rgba(237,237,237,.5)
}

.tabs-container.fixed {
    box-shadow: none
}

.tabs-container.fixed .swiper-container {
    min-width: 100%!important;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 .03rem .04rem 0 rgba(237,237,237,.5);
    background-color: #fff;
    z-index: 1300
}

.tabs-container.fixed .tabs-list {
    margin: 0 auto
}

body.isPC .tabs-container.fixed .tabs-list {
    left: -5px;
}

.tabs-container .tabs-list {
    max-width: 500px;
    line-height: 1rem;
    padding: 0 .3rem;
    overflow: initial
}

.tabs-container .tabs-list .tabs-item {
    display: inline-block;
    vertical-align: top
}

.tabs-container .tabs-list .tabs-item:last-child span {
    margin-right: 0
}

.tabs-container span {
    font-size: .32rem;
    display: inline-block;
    vertical-align: top;
    color: #666;
    line-height: .4rem
}

.tabs-container span.active {
    color: #f12b15;
    position: relative;
    font-size: 18px;
    font-weight: 700
}

.app-container .app-wrap .time-line .time-list dd .time-item .time-date::after {
    background-position: -.7rem -.5rem;
    z-index: 2;
    top: -.08rem;
    left: -.74rem
}

body.night .gallery-main::before,body.night .mod-outer-wrap::before {
    border-bottom-color: #fff;
    opacity: .15
}

body.night .tabs-container {
    box-shadow: 0 .03rem .04rem 0 #262627
}

body.night .tabs-container span.active {
    color: #c22514
}

body.night .tabs-container span.active::after {
    background-color: #c22514
}

body.night .tabs-container.fixed .swiper-container {
    box-shadow: 0 .03rem .04rem 0 #262627;
    background-color: #2a2a2b
}

body.night .topic-op-wrap {
    background-color: #2a2a2b
}

body.night .app-container h2 {
    color: #868687
}

body.night .app-container h2 .share-pic {
    color: #c22514;
    border: 1px solid #c22514
}

body.night .app-container h2::after {
    background-color: #c22514
}

body.night .app-container .app-wrap::after {
    border-bottom-color: #fff;
    opacity: .15
}

body.night .app-container .app-wrap .time-line::after {
    border-left: 1px solid #36363a;
    color: #36363a
}

body.night .app-container .app-wrap .time-line .time-year {
    color: #868687
}

body.night .app-container .app-wrap .time-line .time-year mark {
    color: #868687
}

body.night .app-container .app-wrap .time-line .time-list dt time {
    font-size: .24rem;
    color: #868687
}

body.night .app-container .app-wrap .time-line .time-list dt time.active {
    color: #fff
}

body.night .app-container .app-wrap .time-line .time-list dd .time-item {
    background-color: #303033
}

body.night .app-container .app-wrap .time-line .time-list dd .time-item .time-date,body.night .app-container .app-wrap .time-line .time-list dd .time-item .time-desc {
    color: #666
}

body.night .app-container .app-wrap .time-line .time-list dd .time-item .time-title {
    color: #868687
}

body.night .app-container .app-wrap .time-line .time-list dd .time-item .time-title.active {
    color: #c22514
}

body.night .app-container .app-wrap .time-line .time-list dd .time-item .subordinate {
    background-color: #38383b;
    color: #868687
}

body.night .app-container .app-wrap .time-more button {
    color: #c22514
}

body.night .app-container .app-wrap .time-more button .more-icon::after {
    background-position: -4.02rem 0
}

body.is-as-app .app-container h2 {
    margin-top: .34rem;
    margin-bottom: .11rem
}

body.is-as-app .mod-outer-wrap .mod-inner-list:first-of-type {
    margin-top: .38rem
}

.video-ending,.video-liveing {
    left: .1rem;
    top: .1rem
}

.video-playback,.video-preview {
    width: .84rem;
    height: .4rem;
    padding: 0;
    text-align: center;
    font-size: .24rem;
    left: .1rem;
    top: .1rem
}

body.is-as-app .comment-mod {
    padding: .32rem .32rem .39rem;
    margin-top: .3rem
}

body.is-as-app .comment-mod .author {
    margin-bottom: .18rem;
    display: flex
}

body.is-as-app .author .author-info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

body.is-as-app .author .author-info strong {
    font-size: .34rem;
    font-weight: 700
}

body.is-as-app .wonderful-comment .original-link {
    font-size: inherit
}

body.is-as-app .app-container .app-wrap .time-line .time-list dt time::after {
    left: -.42rem
}

body.is-as-app .app-container .app-wrap .time-line::after {
    left: 6px
}

body.is-as-app .app-container .app-wrap .time-line:last-child {
    padding-bottom: 0!important
}

body.is-as-app .app-container .app-wrap .time-line .time-year {
    font-size: .38rem
}

body.is-as-app .article-mod .article-cont .topic-tag {
    width: .56rem;
    height: .3rem;
    background-color: #f3f3f3;
    border-radius: .04rem;
    color: #e72410;
    font-size: .2rem;
    line-height: .3rem
}

body.is-as-app .gallery-main {
    padding-bottom: .52rem
}

body.is-as-app .mod-wrap .mod-outer-wrap:last-of-type::before {
    display: none
}

body.is-as-app .end-mod-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: .4rem
}

body.is-as-app .end-mod-container i {
    display: inline-block;
    width: 1.56rem;
    height: .34rem;
    background: url(zt_xztsz_end_icon@3x.png) no-repeat;
    background-size: cover
}

body.is-as-app.night .end-mod-container i {
    background-image: url(zt_xztsz_end_icon_dark@3x.png)
}

body.is-as-app.night .wonderful-comment:before {
    background-image: url(zt_xztsz_semicolon-icon-dark.png)
}

body.is-as-app.night .article-mod .article-cont .topic-tag {
    background-color: #37363b;
    color: #e72410
}

body.is-as-app .app-container .app-wrap .time-line .time-list dd .time-item .time-date::after {
    left: -.62rem
}

body.is-as-app.night .article-mod .article-cont .comment-num:before {
    background-image: url(zt_xztsz_icon_comment_nor_dark@3x.png)
}

.article-mod .article-cont h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
    text-align: left;
    text-overflow: ellipsis
}

.isPC .app-download {
    display: none
}

.isPC .header {
    display: block
}

#topcontrol,.footer {
    display: none
}

.header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    z-index: 99999;
    padding: 0;
    overflow: initial
}

.header-inner::before {
    height: 80px
}

.header .header-container {
    width: 1200px!important;
    margin: 0 auto
}

.header .header-inner {
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
    height: 40px;
    z-index: 999;
    box-shadow: 0 2px 2px rgba(0,0,0,.5)
}

.header .logo {
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: top
}

.header .logo img {
    float: none;
    width: auto;
    height: 40px
}

.header .l-logo {
    display: inline-block;
    margin-left: 16px;
    padding: 8px 0
}

.header .l-logo span {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    border-left: 1px solid #fff;
    padding-left: 16px;
    display: inline-block
}

.header .nav {
    float: right;
    border: none
}

.header .nav li.l-item {
    float: left
}

.header .nav li.l-item .l-add {
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 98px;
    text-align: center;
    border-radius: 3px;
    margin-right: 50px
}

.header .nav li.l-item .s-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 5px solid #1c1c1c;
    background-repeat: no-repeat;
    background-position: 0 -90px;
    background-color: #1c1c1c;
    position: relative;
    text-align: center;
    margin-right: 30px;
    border-radius: 5px
}

.header .nav .site-top-app {
    position: relative;
    height: 30px;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 30px;
    font-size: 0;
    cursor: pointer
}

.header .nav .site-top-app .top-app {
    padding-left: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: url(zt_xztsz_app_icon.png) left center no-repeat;
    background-size: auto 50%
}

.header .nav .site-top-app .top-app-download {
    display: none;
    position: absolute;
    top: 55px;
    left: -30px;
    width: 140px;
    height: 200px;
    background: url(zt_xztsz_code_img.png) no-repeat;
    background-size: contain
}

.header .nav .site-top-app:hover .top-app-download {
    display: block
}

.header .site-top-search {
    margin-top: 5px;
    margin-right: 30px
}

.header .site-top-search input {
    background: #fff;
    color: #333;
    height: 22px;
    line-height: 22px;
    padding: 3px 5px;
    width: 177px;
    float: left;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 5px 0 0 5px
}

.header .site-top-search input:focus {
    border: 1px solid #f12b35;
    box-shadow: 0 0 10px #f12b35
}

.header .site-top-search button {
    display: inline-block;
    height: 30px;
    border: 1px solid #333;
    background: #333;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 5px rgba(0,0,0,.8)
}

.header .site-top-search button .nav-icon {
    vertical-align: -3px
}

.topic-op-wrap {
    font-size: .24rem;
    height: .7rem
}

.topic-op-wrap.reset-pos {
    position: static;
    transform: translateX(0)
}

.topic-op-wrap .comment-input {
    line-height: .7rem
}

.topic-op-wrap .comment-input::-webkit-input-placeholder {
    color: #999
}

@media screen and (min-device-width: 375px) and (max-device-width:415px) and (min-device-height:800px) and (-webkit-min-device-pixel-ratio:2) {
    .topic-op-wrap {
        padding:.12rem 0 .3rem 0
    }
}

@media screen and (min-width: 640px) {
    body,html {
        /*margin:0 auto;
        width: 540px;
        font-size: 50px!important*/
    }

    .video-mod {
        font-size: 100px
    }

    .video-mod .video-controls,.video-mod .video-main {
        height: 2.88em
    }
}
