﻿html {
    font-size: 100px;
    line-height: 100px;
}
.figcaption,figcaption{
    max-width: 100% !important;
  width:100% !important;
}
@media screen and (max-width: 360px) {
    html {
        font-size: 100px;
        line-height: 100px;
    }
}

body, h1, h2, h3, p, div, ol, ul, input, button {
    margin: 0;
    padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*vertical-align: baseline;*/
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

body {
    line-height: 1;
    text-align: left;
    -webkit-text-size-adjust: none;
    max-width: 100%;
    overflow-x: hidden;
    vertical-align: top;
    font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
}
.wrap {
    position: relative;

}

.mod {
    padding: 0 17px 17px;
    max-width: 740px;
    margin: 0 auto;
}

.landingHead h1 {

    font-size: .24rem;
    line-height: 1.6;
    font-weight: 400;
}

.landingHead {
    padding: .13rem 0;
    margin-top: 65px;
}

.landingHead .infoSet {
    margin: 30px 0 0;
    display: block;
    height: 100%;
    font-weight: 400;
    font-size: .12rem;
}
.afrSplit{
    margin-right: 20px;
}
picture{
	display:none !important;
}
/*#span_localDate{*/
/*    margin-left: 20px;*/
/*}*/
.mainContent {
    margin: 0 auto;
    max-width: 740px;
    letter-spacing: 0px;
    color: #242424;
    text-align: justify;
    word-break: break-word;
    overflow: hidden;
}
.mainContent .abstract{
    border-radius:6px;
    padding: 15px;
    /*width: 100%;*/
    font-size:.19rem;
    display: none;
}


.mainContent p {
    font-size: .19rem;
    line-height: 2;
    margin-top: .11rem;
    letter-spacing: 1px;
    /*word-wrap:break-word;*/
}
.mainContent p img{
    margin-bottom:0 !important
}
.mainContent p span{
    /* display: block; */
    text-indent: 0 !important;
    text-align: justify;
}
.mainContent div div{
    margin-top: .11rem;
    padding-bottom: 15px;
}
.mainContent div div span{
    font-size: .19rem;
    line-height: 1.8;
    display: block;
    text-indent: 0 !important;
    text-align: justify;
}
.pictext{
    font-size: .19rem;
    line-height: 1.8;
}

.mainContent img {
    display: block;
    width: 100%;
    border-radius:10px;
}

.mainContent .contentImg {
    /* position: relative;
    overflow: hidden;
    margin: 0 auto;
    width:550px;
    height:auto; */
    padding: .045rem 0;
    margin-top: .11rem;
    text-align: center;
}

.mainContent .contentImg img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
    /* position: absolute;
    top: 0;
    width: 100%;
    height: 100%; */
}


.mainContent #video_play {
    width: 100%;
}

.mainContent #video_play video {
    width: 100%;
    height: inherit;
}

.mainContent #audio_play {
    width: 100%;
}

.mainContent #audio_play audio {
    width: 100%;
    height: inherit;
}
.bianji {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */

    display: -webkit-flex;
    display: flex;
    /*justify-content: end;*/
    flex-direction: row-reverse;
    font-size: .14rem;
    margin-top: 25px;
    margin-bottom: 35px;

}

.downapp {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    background: #f8f8fb;
    max-width: 740px;
    left: -370px;
    margin-left: 50%;
}

.pr {
    line-height: 50px
}

.desapp {
    margin-left: 15px
}

/*.app_close {*/
/*    position: relative;*/
/*    justify-content: end;*/
/*    margin-left: auto;*/
/*    display: flex;*/
/*    align-items: center*/
/*}*/


.open{
    position: relative;
    justify-content: end;
    margin-left: auto;
    display: flex;
    align-items: center;

}

.open p{
    text-align: center;
    width: 65px;
    height: 25px;
    line-height: 25px;
    background-color: #ff5454;
    border-radius: 50px;
    color: #ffffff;
    font-size: 10px;
    margin-right: 25px;
}
.app_close img {
    top: 5px;
    right: 5px;
    position: absolute;
  width:14px;
}
.pr img{
width:58px
}
.swiper-container {
    width: 100%;
    height: 100%;
    /*add*/
    background: #383838;
}

.swiper-slide {
    /*add*/
    /*width:100% !important;*/
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*夜间模式add*/
    background: #383838;
}

/*add*/
.swiper-slide-active {
    width: 100% !important;
}

.swiper-slide img {
    width: 100%;
    /*夜间模式add*/
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.swiper-slide div {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-slide div p {
    color: white;
    text-align: left;
    font-size: .18rem;
    line-height: .24rem;
    margin: .1rem;
    /*夜间模式add*/
    color: #8e8e8e;
}

.swiper-slide p span {
    font-size: .16rem;
    margin-right: .11rem;
}

video{
    max-width: 100%;
    display: block;
    margin: auto;
}
/*# sourceMappingURL=wap.css.map */


/* 标题的大小 */
.mod[data-size="small"] .landingHead h1{
    font-size: 0.22rem;
}
/* 作者的大小 */
.mod[data-size="small"] .landingHead .infoSet{
    font-size: 0.14rem;
}
/* 文章内容的大小 */
.mod[data-size="small"] .mainContent p {
    font-size: .19rem;
    line-height: 2;
    letter-spacing: 1px;
    /* margin-top: .11rem;  */
    /* word-wrap:break-word;*/
}
.mod[data-size="small"]  .mainContent div div span{
    font-size: .19rem;  
}
.mod[data-size="small"] .afrSplit{
    font-size: .14rem;
    line-height: .20rem;
}
/* 图片简介的大小 */
.mod[data-size="small"] .mainContent .pictext{
    font-size: .19rem;
    line-height: 1.7;
}

/* 标题的大小 */
.mod[data-size="middle"] .landingHead h1{
    font-size: 0.3rem;
}
/* 作者的大小 */
.mod[data-size="middle"] .landingHead .infoSet{
    font-size: 0.166rem;
}
/* 文章内容的大小 */
.mod[data-size="middle"] .mainContent p {
    font-size: .26rem;
    line-height: 2;
    letter-spacing: 1px;
    /* margin-top: .11rem;  */
    /* word-wrap:break-word;*/
}
.mod[data-size="middle"] .mainContent div div span{
    font-size: .26rem;  
}
/* 编辑的大小 */
.mod[data-size="middle"] .afrSplit{
    font-size: .175rem;
    line-height: .25rem;
}
/* 图片简介的大小 */
.mod[data-size="middle"] .mainContent .pictext{
    font-size: .26rem;
    line-height: 1.7;
}


/* 标题的大小 */
.mod[data-size="big"] .landingHead h1{
    font-size: 0.41rem;
}
/* 作者的大小 */
.mod[data-size="big"] .landingHead .infoSet{
    font-size: 0.231rem;
}
/* 文章内容的大小 */
.mod[data-size="big"]  .mainContent p {
    font-size: .36rem;
    line-height: 2;
    letter-spacing: 1px;
    /* margin-top: .11rem;  */
    /* word-wrap:break-word;*/
}
.mod[data-size="big"] .mainContent div div span{
    font-size: .36rem;  
}
.mod[data-size="big"] .afrSplit{
    font-size: .22rem;
    line-height: .30rem;
}
/* 图片简介的大小 */
.mod[data-size="big"] .mainContent .pictext{
    font-size: .36rem;
    line-height: 1.7;
}
@media (max-width:590px) {
    .downapp{
        left: 0px;
      margin-left: 0;
    }
}





