html, body {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
}

html, body, pre, code, button, input, textarea {
   font-family: iconfont;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 16px;
}

ul, li {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

a {
    background-color: transparent;
}


a, a:link, a:active, a:visited, a:hover {
    background: none;
    color: unset;
    color: unset;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.m-container{
    margin: 0 auto;
}
.f-tal {
    text-align: left;
}

.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-taj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.f-vam,
.f-vama * {
    vertical-align: middle;
}

.f-wsn {
    word-wrap: normal;
    white-space: nowrap;
}

.f-pre {
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.f-wwb {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.f-ti {
    overflow: hidden;
    text-indent: -30000px;
}

.f-ti2 {
    text-indent: 2em;
}

.f-lhn {
    line-height: normal;
}

.f-tdu,
.f-tdu:hover {
    text-decoration: underline;
}

.f-tdn,
.f-tdn:hover {
    text-decoration: none;
}

.f-toe,
.one-txt-cut {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f-toe2,
.two-txt-cut {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.f-csp {
    cursor: pointer;
}

.f-csd {
    cursor: default;
}

.f-csh {
    cursor: help;
}

.f-csm {
    cursor: move;
}

.f-usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.f-1px:before {
    border: 1px solid #E6E6E6;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

.f-btm-1px,
.f-top-1px {
    position: relative;
}

.f-btm-1px::before,
.f-top-1px::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    border-bottom: 1px solid #E6E6E6;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.f-top-1px::before {
    top: 0;
}

.f-btm-1px::before {
    bottom: 0;
}

.cooco-bgcolor {
    #background-color: #F6F9FB;
}

.cooco-wrap {
    /* max-width: 7.5rem; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cooco-white {
    background-color: white;
}

.cooco-pd {
    box-sizing: border-box;
    background-color: #fff;
}

.cooco-borderdius {
    border-radius: 0.04rem;
}

.cooco-brd {
    border-radius: 0.04rem;
}

.clear-fix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clear-both {
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.cooco-libm {
    display: inline-block;
    vertical-align: middle;
}

.cooco-f0 {
    font-size: 0;
}

.cooco-lib {
    display: inline-block;
}

.cooco-libm {
    display: inline-block;
    vertical-align: middle;
}

.cooco-fl {
    float: left;
}

.cooco-fr {
    float: right;
}

/* 一像素 */
.cooco-1px:before {
    border: 1px solid #ccc;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

/* 左右一像素 */
.c-lf-1px, .c-rt-1px {
    position: relative;
}

.c-lf-1px::before, .c-rt-1px:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    border-left: 1px solid #ccc;
    transform: scaleX(.5);
    -webkit-transform: scaleX(.5);
}

.c-rt-1px::before {
    right: 0;
}

.c-lf-1px::before {
    left: 0;
}

/* 上下一像素 */
.c-btm-1px, .c-top-1px {
    position: relative;
}

.c-btm-1px::before, .c-top-1px::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
}

.c-top-1px::before {
    top: 0;
}

.c-btm-1px::before {
    bottom: 0;
}

.g-no-scroll {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
}

.m-crumbs {
    height: auto;
    color: #666;
    padding: 5px 10px;
    overflow: hidden;
    background-color: #eee;
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-crumbs a {
    color: #000000;
}

.m-crumbs em {
    margin: 0 2px;
}


.st-content {
    /*max-height: 700px;*/
}



article {
    font-size: 14px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 8px;
}

article h2 {
    height: 60px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin: 0 auto;
    font-size: 18px;
    color: #171718;
    line-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

article h2 i {
    width: 0.04rem;
    height: 0.3rem;
    background: #1EA0FF;
    border-radius: 0.04rem;
    margin-right: 0.2rem;
}
.m-dropT a {
    cursor: pointer;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
}
/* 文章默认样式 */
.pag-det-txt{
    font-size: 0.34rem;
    line-height: 1.6;
    color: #666666;
    overflow: hidden;
    word-break: break-all;
    height: auto !important;
    /*全部展示文章*/
}
.pag-det-txt p{
    #padding: 0 0.3rem;
    margin: 1.4em 0;
}

.pag-det-txt strong,
{
    padding: 0 0.3rem;
    background-image: linear-gradient( 0deg , #fff 0, #eaeaea 51%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background-size: calc(100%) 1px;
    background-position: center bottom .5px;
    background-repeat: no-repeat;
}

.pag-det-txt h1,.pag-det-txt h2,.pag-det-txt h3{
    padding: 0 0.3rem;
    font-weight: 700;
    background-image: linear-gradient( 0deg , #fff 0, #eaeaea 51%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background-size: calc(100%) 1px;
    background-position: center bottom .5px;
    background-repeat: no-repeat;
}
.pag-det-txt img{
    max-width: 100% ;
    height: auto ;
}

.pag-det-txt table {
    width: 100% ;
    background: #eaf1f8;
    border-collapse: collapse;
}
.pag-det-txt table tbody {
    border: #bababa 1px solid;
}
.pag-det-txt table td {
    border: #bababa 1px solid;
    text-align: center;
    height: 25px;
    font-size: 13px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 30px;
}
.pag-det-txt table td strong {
    font-weight: bold;
    font-size: 16px;
}
.m-dropT figure {
    position: relative;
    z-index: 1;
    width: 60%;
    margin: 1px;
    display: flex;
    align-items: center;
    height: 78px;
    border-bottom: 0;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: OPPOSans-M;
    font-size: 16px;
    color: #2F3031;
    letter-spacing: 0.4px;
    line-height: 26px;
}

.m-dropT figure figcaption {
    width: 100%;
    min-height: 40px;
    text-justify: inter-ideograph;
    text-justify: kashida;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.m-dropT figure figcaption h3 {
    padding-bottom: 6px;
    width: 97%;
    display: block;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: kashida;
    font-weight: 400;
    font-family: OPPOSans-M;
    font-size: 16px;
    color: #2F3031;
    letter-spacing: 0.4px;
    line-height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-dropT figure figcaption span {
    text-justify: inter-ideograph;
    text-justify: kashida;
    font-family: OPPOSans-R;
    font-size: 12px;
    color: #797A7B;
    line-height: 12px;
    margin-bottom: 0 !important;
    display: block;
    max-height: 58px;
    overflow: hidden;
    letter-spacing: 0.4px;
}

.m-dropT img {
    width: 120px;
    height: 80px;
    border-radius: 2px;
}


.ba {
    margin-left: 5%;
    margin-right: 5%;
}

/* n_b.kecheng */
.n_b.kecheng {
    margin: 0 5%;
    border: 1px solid #4b8fc0;
    border-radius: 4px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.n_b.kecheng .tit {
    display: block;
    line-height: 40px;
    color: white;
    background: #66bcfa;
    border-radius: 4px 4px 0 0;
}

.n_b.kecheng .box {
    padding: 10px 5px;
}

.n_b.kecheng .p {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #b8defa;
}

.n_b.kecheng .p + .p {
    margin-top: 12px;
}

.n_b.kecheng .c1 {
    color: red;
}

.n_b.kecheng .c2 {
    color: #12aaf9;
}

.n_b.kecheng .c3 {
    color: #ff6a10;
}

/* 列表 */
.info-list-cont {
    margin-bottom: 0.24rem;
}

.info-list-cont .list-item {
    /*padding: 0 0.16rem 0.24rem;*/
    padding: 0 0 0.24rem;
    box-sizing: border-box;
    overflow: hidden;
}

.info-list-cont .ite-tit {
    height: 60px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin: 0 auto;
    font-family: OPPOSans-B;
    font-size: 18px;
    color: #171718;
    line-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.info-list-cont .ite-tit::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.04rem;
    height: 0.3rem;
    background: #1EA0FF;
    opacity: 1;
    border-radius: 0.04rem;
}

.info-list-cont .ite-tit span {
    font-weight: bold;
    padding-left: 0.24rem;
}

.info-list-cont .ite-li-wrap a,
.info-list-cont .ite-li-wrap .ite-wrap {
    display: block;
}

.info-list-cont .ite-li-wrap .ite-wrap:nth-child(n+6) {
    display: none;
}

.info-list-cont .ite-li-wrap a:active {
    color: #1EA0FF;
}

.info-list-cont .cum-ite .ite-li {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.16rem 0;
    box-sizing: border-box;
    /*border-bottom: 0.01rem solid #E5E5E5;*/
}

.info-list-cont .cum-ite .ite-li .li-cover {
    flex: 0 0 1.6rem;
    width: 1.6rem;
    height: 0.9rem;
    overflow: hidden;
    background: rgba(204, 204, 204, 0.3);
}

.info-list-cont .ite-li .li-cover img {
    width: 100%;
}

.info-list-cont .cum-ite .li-intro {
    flex: auto;
    overflow: hidden;
    padding-left: 0.16rem;
    box-sizing: border-box;
    font-size: 0.22rem;
    font-weight: 400;
}

.info-list-cont .li-intro h3.tit {
    line-height: 0.56rem;
    color: #333333;
    font-weight: 400;
    font-size: 0.28rem;
}

.info-list-cont .li-intro .timer {
    line-height: 0.29rem;
    color: #999999;
    margin-top: 0.3rem;
    display: block;
}

.info-list-cont .li-more {
    padding-top: 0.17rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.45rem;
    color: #999999;
}

.info-list-cont .li-more:active {
    color: #1EA0FF;
}


/* 推荐列表 */
.article-detail-wrap .li-intro h3.tit{
    line-height: 0.32rem;
    font-size: 0.3rem;
}
.info-list-cont .det-ite{
    margin-bottom: 0.24rem;
}
.info-list-cont .det-ite a{
    margin-top: 0.24rem;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.info-list-cont .det-ite a:active .ite-li{
    border-color:#1EA0FF;
}
.info-list-cont .det-ite a:last-of-type .ite-li{
    border-bottom: none;
}
.info-list-cont .det-ite .ite-li{
    padding: 0 2.5% 0rem;
    box-sizing: border-box;
}
.info-list-cont .det-ite .abs-text{
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.52rem;
    color: #999999;
    margin-top: 8px;
    -webkit-line-clamp: 2;
}
.info-list-cont .det-ite .ite-li .li-intro{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-list-cont .det-ite .ite-li  .tit {
    flex: auto;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 16px;
    color: #2F3031;
    letter-spacing: 0.4px;
}

.info-list-cont .det-ite .ite-li  .timer {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    font-size: 13px;
    text-align: right;
    color: #999999;
}

/* 资讯列表详情 */
.det-cont-area{
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto 0;
}

.article-detail-wrap .li-intro h3.tit{
  line-height: 0.32rem;
  font-size: 0.3rem;
}

/* 复制下载 */
.descDownBox{
    width: 7.2rem;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 0.24rem;
    box-sizing: border-box;
}
.descDownBox .tt{
    font-size: 0.36rem;
    font-weight: 500;
    color: #1F6ACC;
    line-height: 0.5rem;
}
.descDownBox .desc{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.2rem;
}
.descDownBox .tip{
    font-size: 0.28rem;
    font-weight: 600;
    color: #F26822;
}
.descDownBox .icon-doc{
    width: 0.94rem;
    height: 0.94rem;
    flex: 0 0 0.94rem;
    background: url(./images/icon-doc@2x.png) no-repeat;
    background-size: 100% 100%;
}
.descDownBox .fl{
    margin-left: 0.14rem;
}
.descDownBox .recom{
    margin-top: 0.12rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.descDownBox .icon-star{
    width: 0.28rem;
    height: 0.26rem;
    background: url(./images/icon-star@2x.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}
.descDownBox .icon-star+.icon-star{
    margin-left: 0.1rem;
}
.descDownBox .downBtn{
    width: 6.76rem;
    height: 0.96rem;
    background: url(./images/icon-down-btn@2x.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.12rem auto 0;
}
.downCopy-model{
}
.downCopy-model .close{
    width: 0.66rem;
    height: 0.66rem;
    background: url(./images/icon-md-close@2x.png) center center no-repeat;
    background-size: 0.46REM 0.46REM;
    z-index: 6;
}
.downCopy-model .content{
    border-radius: 0.07rem;
    padding: 0.6rem 0.2rem 0.34rem;
    transform: translate(-50%,-60%);
}
.downCopy-model .heade .title{
    font-size: 0.53rem;
    font-weight: 600;
    color: #009900;
    line-height: 0.74rem;
    font-family: PingFangSC-Semibold, PingFang SC;
}
.downCopy-model .heade{
    height: auto;
}
.downCopy-model .heade .sub{
    font-size: 0.32rem;
    font-weight: 400;
    color: #9C9C9C;
    line-height: 0.44rem;
}
.downCopy-model .icon-text{
    width: 1.72rem;
    height: 2.02rem;
    background: url(./images/icon-text@2x.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.58rem auto 0.5rem;
}
.downCopy-model .wxpayBtn{
    width: 4.86rem;
    height: 0.86rem;
    margin: 0.16rem auto 0;
    background: url(./images/icon-wxpay@2x.png) no-repeat;
    background-size: 100% 100%;
}
.downCopy-model .price{
    text-align: center;
}
.downCopy-model .price .brf{
    font-size: 0.3rem;
    font-weight: 600;
    color: #FF6E0D;
    line-height: 0.42rem;
}
.downCopy-model .price .aft{
    font-size: 0.28rem;
    font-weight: 400;
    color: #9C9C9C;
    line-height: 0.4rem;
    text-decoration: line-through;
}
.downCopy-model .kf{
    font-size: 0.32rem;
    font-weight: 400;
    color: #9C9C9C;
    line-height: 0.44rem;
    text-align: center;
    display: block;
    margin-top: 0.16rem;
}
.downCopy-model .tips{
    font-size: 0.28rem;
    font-weight: 400;
    color: #FF6E0D;
    line-height: 0.4rem;
    margin-top: 0.34rem;
    text-align: center;
}
/* 下载悬浮 */
/*.artDown-fxd{*/
/*    width: 100%;*/
/*    height: 1.36rem;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 99;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background: #F4F4F4;*/
/*    box-shadow: 0px -4px 12px 0px rgba(157,157,157,0.31);*/
/*}*/
/*.artDown-fxd .copy-btn{*/
/*    width: 3.28rem;*/
/*    height: 0.8rem;*/
/*    background: url(./images/icon-art-btm@2x.png) no-repeat;*/
/*    background-size: auto 100%;*/
/*}*/
/*.artDown-fxd .down-btn{*/
/*    width: 3.28rem;*/
/*    height: 0.8rem;*/
/*    background: url(./images/icon-art-btm@2x.png) -3.28rem no-repeat;*/
/*    background-size: auto 100%;*/
/*    margin-left: 0.3rem;*/
/*}*/