/*声明 WebFont*/

@font-face {
    font-family: 'pinghei';
    src: url('font/1.eot');
    src: url('font/1.eot?#font-spider') format('embedded-opentype'), url('font/1.woff') format('woff'), url('font/1.ttf') format('truetype'), url('font/1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.paper-top {
    display: block;
    position: relative;
}

.top-paperimg img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    width: 100%;
    display: block;
    height: auto;
    min-height: 1.288vw;
}

.bannner-time {
    padding: .24rem .1rem;
    position: absolute;
    top: 1rem;
    left: .8rem;
    width: 2.14rem;
    height: auto;
    line-height: 1;
    z-index: 4;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bannner-time.shrink {
    height: .88rem;
    width: 100%;
    position: fixed;
    line-height: .88rem;
    left: 0;
    top: 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

.bannner-time.shrink .m-right,
.bannner-time.shrink .banner-paper {
    display: none;
}

.bannner-time .mounth {
    font-family: Lato;
    font-size: .6rem;
    font-weight: 500;
    margin-left: .18rem;
    letter-spacing: -.04rem;
    color: #fff;
}

.bannner-time .days {
    font-family: Lato;
    font-size: .6rem;
    margin-top: .12rem;
    font-weight: 500;
    color: #fff;
    text-align: right;
    margin-right: .15rem;
    margin-bottom: .2rem;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.bannner-time .days span+span {
    font-size: .48rem;
    line-height: .6rem;
    margin-right: .08rem;
}

.m-right {
    margin-right: .15rem;
    font-family: 'pinghei';
    font-size: .2rem;
    font-family: Lato;
    color: #fff;
    text-align: center;
}

.m-right span {
    display: block;
    margin-bottom: .08rem;
}

.m-right span:last-child {
    margin-bottom: 0;
}

.m-right .text-center {
    text-align: center;
    margin-bottom: .12rem
}

.banner-paper {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    color: #fff;
    font-size: .44rem;
    width: calc(100% + .2rem);
    margin-left: -.1rem;
    margin-bottom: -.24rem;
    line-height: .72rem;
    text-align: center;
    padding: 0.08rem 0.12rem;
}

.banner-paper img {
    max-width: 100%
}

.paper-title {
    padding: 0 .48rem;
    color: #fff;
    font-weight: 700;
    font-size: .4rem;
    line-height: .5rem;
    padding-bottom: .14rem;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
}

.morning-text {
    position: relative;
    z-index: 99;
    margin-top: -2.2rem
}

.paper-intro {
    padding: .24rem;
    margin: 0 .36rem .4rem;
    position: relative;
    z-index: 99;
    background: #fff;
    font-size: .28rem;
    line-height: .35rem;
    color: #999;
    border-radius: .12rem;
    box-shadow: 0px 1px 6px 0px rgba(0, 69, 189, 0.1)
}

.intro-time {
    margin-top: .12rem;
}

.intro-time .weui-flex__item {
    color: #a6a6a6;
    line-height: .52rem
}

.intro-time a {
    color: #F16822;
    font-size: .24rem;
}

.intro-time {
    text-align: right;
}

.intro-item {
    padding: 0 .36rem;
}

.intro-item .line-title h2 {
    font-size: .36rem;
    line-height: .44rem;
    margin-left: .36rem;
    position: relative;
    font-weight: 500;
    color: #F16822;
    margin-bottom: .3rem;
}

.intro-item .line-title h2:before {
    content: '';
    width: .2rem;
    height: .2rem;
    background: #F16822;
    display: block;
    position: absolute;
    top: .1rem;
    left: -.36rem;
}

.intro-item .line-title {
    margin-bottom: 0;
}

.intro-item .news-text-box {
    padding-bottom: .4rem
}

.intro-item .news-text-box .text-title {
    font-size: .36rem;
    line-height: .44rem;
    color: #000;
    margin-bottom: .2rem;
}

.intro-item .news-text-box .text-news-ds {
    font-size: .28rem;
    line-height: .35rem;
    margin-bottom: .2rem;
}

.center-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.box-more a {
    font-size: .28rem;
    color: #999;
}

.box-share img {
    width: .32rem;
    height: .32rem;
    margin-bottom: 0;
}

.intro-item .news-text-box .s-image {
    margin-bottom: .2rem;
}

.intro-item .news-text-box .s-image .video-js {
    width: 100%;
    height: auto;
    padding-top: 56%;
}

.video-js .vjs-big-play-button {
    width: .8rem;
    height: .8rem;
    top: calc(50% - .4rem);
    left: calc(50% - .4rem);
    border-radius: 50%;
    border: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    top: -2px;
}

.news-text-box {
    position: relative;
    border: none;
}

.news-text-box:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}

a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.align-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

#nongli {
    font-size: .3rem;
}


/*DataPicker*/

#datetimepicker {
    background:#fff;
    color:#000;
    height: .88rem;
    width: 100%;
    text-align: center;
    font-size: .32rem;
    line-height: .88rem;
}

.datapicker {
    position: fixed;
    top: -.88rem;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.datapicker.shrink {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

:root {
    --animate-duration: .8s;
    --animate-delay: .8s;
    --animate-repeat: 1
}

.xdsoft_datetimepicker,
.zoomInDown {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes zoomInDown {
    0% { 
        opacity: 0
    }
    100% { 
        opacity: 1
    }
}

.xdsoft_datetimepicker {
    left: 0 !important;
    top: 0 !important;
}