body {
    overflow: unset;
    font-family: Arial, Helvetica, sans-serif;
}
.article {
    width: 100%;
    /* height: 15.56rem; */
    box-sizing: border-box;
    overflow: hidden;
}
.desktop .wrap{
    background: url(https://res.zulong.com/cms/lzkp/01.07/img/news/bg_pc.jpg) no-repeat;
    background-size: 100%;
}    
.mobile .wrap{
    background: url(https://res.zulong.com/cms/lzkp/01.07/img/news/bg_mo.jpg) no-repeat;
    background-size: 100%;
    padding-top: 1.1rem;
}    
.desktop .article{    
    width: 100%;
    height: 10.8rem;
    padding: 0;
    padding-left: 3.8rem;
    padding-top: 1.28rem;
}
.mobile .article{
    width: 6.48rem;
    height: 10.1rem;
    margin: 0 auto;
    overflow: hidden;
    background-position: center;
    padding-top: 0.28rem;
}
.article-header {
    position: relative;
}

.article-title {
    margin-bottom: 0.2rem;
    text-align: left;
    font-size: 0.34rem;
    /* margin-left: -0.18rem; */
}
.mobile .article-title {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    /* margin-left: -0.18rem; */
}
.article-title span i{
    font-style: normal;
    color: #e28540;
}
.article-title .back_mo {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    display: none;
}
.mobile .article-title .back_mo {
    display: block;
    margin-right: 0.1rem;
}

.article-title img {
    width: 100%;
    height: auto;
    user-select: none;
}

.article-title span {
    display: block;
    /* text-align: center; */
    font-size: 0.34rem;
    color: #000;
    /* font-weight: bold; */
}

.article-info {
    height: 0.24rem;
    font-size: 0.16rem;
    /*overflow: hidden;*/
    margin-bottom: 0.2rem;
    color: #000;
    
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.news-share-medias{ 
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.article-info .home-page {
    color: #000;
    text-decoration: none;
}

.newType {
    text-decoration: none;
    color: #000;
}
.breads span,.breads a{
    margin:0 0.06rem;
    
}

.article-info .breads {
    height: 0.22rem;
    line-height: 0.22rem;
    float: left;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    flex:1;
    -webkit-flex:1;
}

.article-info .publish-date {
    /* float: right; */
    /* margin-right: 0.2rem; */
}

.article-info .news-share-medias {
    float: right;
}

.news-share-medias .media-icons {
    position: relative;
}

.news-share-medias .media-icons span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
}

.news-share-medias .share-wechat {
    background: url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/news_media_icon1.png");
    background-size: 100%;
    position: relative;
}

.news-share-medias .share-wechat:hover {
    background: url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/news_media_icon1_1.png");
    background-size: 100%;
}

.news-share-medias .share-qq {
    background: url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/news_media_icon2.png");
    background-size: 100%;
}

.news-share-medias .share-qq:hover {
    background: url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/news_media_icon2_1.png");
    background-size: 100%;
}

.news-share-medias .share-weibo {
    background: url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/news_media_icon3.png");
    background-size: 100%;
}

.news-share-medias .share-weibo:hover {
    background: url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/news_media_icon3_1.png");
    background-size: 100%;
}

.article .article-content {
    width: 100%;
    max-height: 7rem;
    overflow-y: auto;
    font-size: 0.18rem;
    color: #000;
    line-height: 0.36rem;
    /* min-height: 5.2rem; */
    margin-top:0.3rem;
}
.mobile .article .article-content{
    width: 95%;
    margin: 0 auto;
    padding-bottom:1rem;
    font-size: 0.22rem;
}
.desktop .article .article-content::-webkit-scrollbar{
    width: 8px
}
.desktop .article .article-content::-webkit-scrollbar-track{

    background-color:#fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.desktop .article .article-content::-webkit-scrollbar-thumb{

    background-color:#cacaca;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.article .article-content p {
    margin: 0.1rem 0;
}
.mobile .article .article-content p {
    margin: 0.2rem 0;
}
.article .article-content p:first-child {
    margin: 0;
}

.article .article-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
}

.banner {
    display: none;
}
.mobile .banner {
    display: block;
    width: 6.48rem;
    height: auto;
    margin: 0 auto;
}
.desktop .banner {
    background: url(https://res.zulong.com/cms/lzkp/01.07/img/news/top_pc.jpg) no-repeat;
    background-size: cover;
}
.mobile body {
    background: #1a1a1a;
}

.mobile .article-title span {
    font-size: 0.32rem;
}
.mobile .app-intro p:nth-child(1) {
    color: #ebebeb;
    font-size: 0.27rem;
    margin-bottom: 0.1rem;
}

.mobile .app-intro p:nth-child(2) {
    color: #515151;
    font-size: 0.24rem;
}



.mobile .article-content p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    line-height: 2;
    /* text-indent: 0.5rem; */
}

.mobile .article-content img {
    display: block;
    width: 100% !important;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
    max-height: unset;
}
.mobile img.btn_down {
    position: absolute;
    right: 0.5rem;
    top: 0.67rem;
    width: 0.5rem;
    height: auto;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* 
.mobile .info-bottom .copyright {
    display: none;
} */

.mobile img.btn_downT {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile .footer .share-footer {
    height: 2rem;
    background: #000;
    padding: 0.5rem 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.mobile .share-footer .footer-arrow {
    width: 0.27rem;
    height: 0.25rem;
    margin-top: 0.1rem;
}

.mobile .share-footer .footer-arrow.arrow-left {
    float: left;
}

.mobile .share-footer .footer-arrow.arrow-right {
    float: right;
}

.mobile .share-footer .media-box {
    box-sizing: border-box;
    width: 6.3rem;
    height: 0.5rem;
    display: inline-block;
    overflow: hidden;
}

.mobile .share-footer .media-box .media-img-gallery {
    width: 12rem;
    height: 0.5rem;
    overflow: hidden;
    /* transform: translateX(-3.7rem); */
}

.mobile .share-footer .footer-share-icon {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.38rem;
}

.mobile .share-footer .footer-share-icon img {
    width: 100%;
    height: auto;
}

.mobile .share-footer .back-to-top {
    width: 0.88rem;
    height: 0.88rem;
    position: absolute;
    right: 0.31rem;
    bottom: -0.3rem;
}

.mobile .article-info {
    display: block;
    font-size: 0.24rem;
    text-align: center;
    padding-bottom: 0.2rem;
    /*line-height: 0.6rem;*/
    border-bottom: 0.01rem solid #cecece;
}

.mobile .footer .footer-bottom {
    width: 100%;
    /*height: 4.12rem;*/
    overflow: hidden;
    background: #1a1a1a url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/footer_news.jpg") no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    /* padding: 0.4rem 0.6rem; */
    padding: 0.4rem 0;
}

.mobile .footer-logo {
    width: 2.44rem;
    height: 0.51rem;
    margin: 0 auto 0.2rem;
    display: block;
}

.mobile .info-bottom {
    font-size: 0.16rem;
    color: #d9d9d9;
    /* font-family: "HanQiHei"; */
    display: inline-block;
    position: relative;
    /* transform: scale(0.8);
        width: 125%;
        transform-origin: 0 0; */
}

.mobile .info-bottom p {
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 0.3rem;
}

.mobile .info-bottom a {
    color: #d9d9d9;
}

.mobile .info-bottom .info-p2 {
    margin-left: 1.1rem;
}

.mobile .info-bottom .info-p3 {
    margin-left: 0.2rem;
}

.mobile .info-bottom p span {
    float: left;
    padding: 0 0.05rem;
    border-left: 0.01rem solid #fff;
}

.mobile .info-bottom p span:nth-child(1) {
    padding-left: 0;
    border-left: none;
}

.mobile .pageMain .exclusive_benefits.show {
    left: -0.46rem;
}

.mobile .ga {
    color: #d9d9d9;
    display: inline-block;
    text-decoration: none;
}

.mobile .ga:hover {
    color: red;
    text-decoration: underline;
}

.btns-left .share-box {
    background: url("https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/top_share_box.png") no-repeat;
    background-size: 100%;
}

.nav-btn-group .btns-right {
    background: url("https://mystyle.archosaur.com/img/top_Benefits_btn.png") no-repeat;
    /* font-family: "HanQiHei"; */
    background-size: 100%;
}


.desktop .mobile-footer {
    display: none;
}

/* 底部栏 */
.desktop .footer {
    width: 100%;
    height: 158px;
    background: #000 url(https://cms.zulong.com/jeecms/r/cms/www/default/img/yslzm/yslzm_content/footer_bg.png);
    background-size: 100%;
    background-position: center top;
    position: relative;
    left: 0px;
    padding-top: 0.4rem;
    box-sizing: border-box;
}

.desktop .footer-content {
    font-size: 0.18rem;
    color: #d9d9d9;
    /* font-family: "HanQiHei"; */
    margin-left: 2.3rem;
    margin-top: 0;
}

.desktop .logo-img {
    display: inline-block;
    margin-right: 0.8rem;
}

.desktop .footer-seprator {
    display: inline-block;
    width: 0;
    height: 0.33rem;
    border-left: 1px solid #d9d9d9;
    margin-right: 0.8rem;
    margin-top: 0.17rem;
}

.desktop .text-info {
    display: inline-block;
    margin-top: 0.08rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
}

.desktop .footer .text-info .footer-text-seprator {
    margin: 0 0.1rem;
}

.desktop .ga {
    color: #d9d9d9;
    display: inline-block;
    text-decoration: none;
}

.desktop .ga:hover {
    color: red;
    text-decoration: underline;
}

/* .copyright {
        display: none;
    } */
.desktop .copyright a {
    text-decoration: none;
    color: #d9d9d9;
    display: inline-block;
    margin-left: 0.1rem;
}
.back_pc{
    width: 2.43rem;
    height: 0.74rem;
    position: absolute;
    right: 1.04rem;
    top: 52%;
    display: none;
}
.back_pc img{
    width: 100%;
    height: auto;
}
.desktop .back_pc{
    display: block;
}
.article .article-content {
    min-height: 7rem;
}
.desktop .article .article-content{
    width: 9.2rem;
    height: 7.5rem;
    margin-bottom: 0.2rem;
}
.article .article-content p:last-child {
    margin-bottom: 0;
}
.mobile .top .btns{
    display: block !important;
    float: left;
    margin-top: 0.23rem;
    margin-left: 1.3rem;
    height: 0.44rem;
}
.mobile .top .btns  a{
    width: 1.6rem;
    height: 0.44rem;
    float: left;
}
#qrcode {
    position: absolute;
    width: 1.2rem;
    height: 1.5rem;
    right: 0.15rem;
    bottom: -1.6rem;
    -webkit-box-shadow: 0 0 6px #898989;
    box-shadow: 0 0 6px #898989;
    padding: 0.1rem;
    z-index: 10;
    background: #fff;
    display: none;
}

#qrcode img,
#qrcode1 img {
    width: 100%;
    height: auto;
}

#qrcode span{
    font-size: 0.14rem;
    position: absolute;
    bottom: 0.14rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-style: normal;
    display: block;
}
.mobile .share-wechat{
    display: none !important;
}