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

blockquote:before, blockquote:after,
q:before, q:after { content:""; content:none;}

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}

del { text-decoration:line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help;}

table { border-collapse:collapse; border-spacing:0;}

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}

input, select { vertical-align:middle;outline: none; }

@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"]{-webkit-appearance:none; resize: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width:auto\9; /* ie8 */
    width:100%;
    display:block;
    -ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header, menu,nav,section{margin:0; padding:0;outline:none;}
body{font-family: PingFangSC, Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif;background: #fff;}

em,i{font-style:normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{outline: none;text-decoration:none;display:block; color:#8B8B8B; font-family: PingFangSC,Hiragino Sans GB(W3),Hiragino Sans GB,Microsoft YaHei,Tahoma,Arial,sans-serif;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
section{background: #fff;}
.cf{clear: both;}
#YSF-BTN-HOLDER{
    display: none;
}
.blueShade{
    background: #FFDB00;
    text-align: center;
}
.blueShade:hover {
    background: #FFD100;
}
.cursor{
    cursor:pointer;
}
.shadow{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.10),0 0 12px rgba(215,215,215,.7);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.10),0 0 12px rgba(215,215,215,.7);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.10),0 0 12px rgba(215,215,215,.7);
}

.tsl{
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.elps{
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    -o-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
}
.cursor{
    cursor:pointer;
}
.popup_box{
     display: none;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.6);
     z-index: 999;
     position: fixed;
     left: 0;
     top: 0;
 }
.view{
    background:#fff;
}
@media screen and (min-width:767px) {
    .articleContent{
        /* height: 90px; */
        width: 352px;
        /* cursor: pointer; */
        display: inline;
        color: #707070;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 13px;
    }
    .articleInfBoxItem {
        font-size: 13px;
        font-weight: 500;
        color: #838383;
        line-height: 16px;
        padding-left: 23px;
        opacity: 0.6;
        background: url(/img/article_list/pen.png) no-repeat left;
        display: inline-block;
    }
    /* .articleInfBoxItem:hover {
       
    } */
    .articleInfBox .author{
        padding: 0;
        background: url(/img/article_list/avatar.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-size: auto;
        width: 131px;
        display: inline-block;
        padding-left: 23px;
        font-size: 13px;
        font-weight: 500;
        color: #838383;
        opacity: 0.6;
        position: relative;
        top: 0px !important;
    }
    .articleInfBox .author:hover{
        padding: 0;
        background: url(/img/article_list/avatar_hover.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-size: 16px;
        width: 131px;
        display: inline-block;
        padding-left: 23px;
        font-size: 13px;
        font-weight: 500;
        color: #0289FF;
        opacity: 1;
        position: relative;
    }
    .articleInfBox3{
        position: absolute;
        bottom: 16px;
        right: 0;
        width: 100%;
        line-height: 20px;
    }
    .articleClassify:hover {
        background-color: #4a4a4ac7;
    }
    body{
        min-height:1000px;
    }
    .elp{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .left{
        float:left;
    }
    .right{
        float:right;
    }
    .pcHide{
        display:none;
    }
    .pcleft{
        float:left;
    }
    .hotFindTitle{
        /* margin: 15px 0; */
        padding: 18px 0;
    }
    .writeTime{
        width: 140px;
        display: inline-block;
        background:url('/img/article_list/time.png') no-repeat left center;
        font-size: 13px;
        font-weight: 500;
        color: #838383;
        opacity: 0.6;
    }
    .reading{
        width: 140px;
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
        line-height: 16px;
        color: #838383;
        opacity: 0.6; 
        padding-left: 23px;
        background:url(/img/article_list/read.png) no-repeat;
    }
    .writeTime3{
        width: 300px;
        display: inline-block;
        /* background:url('/img/article_list/time.png') no-repeat left center; */
        font-size: 13px;
        font-weight: 500;
        color: #838383;
        opacity: 0.6;
    }
    .writeTime2{
        text-indent: 24px;
    }
    .yellowafter{
        position: relative;
        /* padding-left:14px; */
    }
    .swiper-pagination.change span {
        transition: width 0.3s;
        -moz-transition: width 0.3s;
        -webkit-transition: width 0.3s;
        -o-transition: width 0.3s;
        border-radius: 4px;
    }
    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
        background-image:url('/img/right.png') !important;
    }
    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
        background-image:url('/img/left.png') !important;
    }
    .swiper-pagination.change .swiper-pagination-bullet-active {
        width: 20px;
    }
    .footer{
        background:#2E3139;
        font-size: 14px;
        position: relative;
        padding:30px 0 0 ;
        clear: both;
        height: auto;
    }
    .footerLi1{
        border-bottom: 1px solid rgba(191,191,191,.2);
    }
    .footerList{
        height: auto; 
        width: 1180px; 
        margin: 0 auto;
        position: relative;
    }
    .footer_pic1 {
        width: 96px;
        height: 34px;
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .footer_pic2 {
        width: 704px;
        height: 248px;
        position: absolute;
        top: -30px;
        left: 335px;
        z-index: 0;
    }
    .footerItem {
        float:left;
        width: 290px;
        font-size: 14px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color: #d8d8d8;
        position: relative;
        /* z-index: 2; */
    }
    .footerItemAbout{
        width: 240px;
        margin-left: 80px;
    }
    .footerItemAbout ul {
        float: left;
        /* margin-right: 25px; */
    }
    .footerItemAbout .space {
        margin-right: 25px;
    }
    .download_module {
        width: 95px;
        margin-left: 72px;
    }
    .nav_module {
        width: 180px;
        margin-left: 70px;
    }
    .nav_module ul{
        float: left;
        margin-right: 25px;
    }
    .nav_module ul li {
        position: relative;
        min-width: 45px;
    }
    .nav_module li a{
        color: #d8d8d8;
        margin-bottom: 15px;
    }
    .nav_module li a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .nav_module li .childUrl {
        display: none;
        background: #2B2B2B;
        width: 62px;
        position: absolute;
        top: 0;
        left: 35px;
        text-align: center;
        padding-top: 10px;
        font-size: 12px;
        z-index: 100;
        line-height: 10px;
    }
    .nav_module li:hover .childUrl{
        display: block;
    }
    .footerItemSee{width: 260px;}
    .footerItemContact{width: 400px;}
    .footerItemContact2{
        width: 380px;
        line-height: 24px;
    }
    ul li.compactLink{
        margin-bottom:9px;
    }
    .ngbjlog{
        margin-left:130px;
        width:145px;
        padding-top:24px;
    }
    .footerTitle{
        color:#fff;
        line-height:36px;
        padding-top:24px;
        font-size:18px;
        font-family:PingFang-SC-Bold;
        font-weight:bold;
        line-height:30px;
        margin-bottom: 24px;
        position: relative;
    }
    .footerTitle:before{
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #FFDB00;
        border-radius: 50%;
        position: absolute;
        top: 35px;
        left: -18px;
    }
    .friendLink li {
        display: block;
        float: left;
        width: 100px;
        font-size:14px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(255,255,255,0.8);
        /* line-height:30px; */
        margin-bottom: 16px;
    }
    .friendLink a {
        font-size: 14px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color: #d8d8d8;
    }
    .footerItem p a{
        display:inline-block;
        font-size:14px;
        /* line-height:35px; */
        color:#d8d8d8;
        margin-bottom: 16px;
    }
    .footerItem p a:first-of-type{
        margin-right:12px;
    }
    .guanzhuList{
        width: 142px;
        float:left;
    }
    .guanzhuList1{
        width: 128px;
    }
    .guanzhuList p {
        display: block;
        font-size: 14px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color: #d8d8d8;
        margin-bottom: 16px;
    }
    .guanzhuList [data-src] {
        cursor: pointer;
    }
    .guanzhuList [data-src]:hover {
        cursor: pointer;
        color:rgba(244,178,36,.8);
    }
    .guanzhuList [data-src].on:after {
        color:rgba(244,178,36,.8);
        content:">";
    }
    .guanzhuList [data-src].on {
        color:rgba(244,178,36,.8);
    }
    .guanzhuImg{
        width:90px;
        height:90px;
        float:left;
        background-repeat: no-repeat;
        background-size: contain;
        border:2px solid rgba(246,182,50,1);
    }
    .guanzhuImg1{
        background-image: url('/img/ngbjgzh.jpg')
    }
    .guanzhuImg2{
        background-image: url('/img/index/yaojing.png')
    }
    .partnertd{
        padding-top:8px;
    }
    .partner{
        display:inline-block;
        margin-bottom:20px;
        width:118px;
    }
    .partnertd .partner:first-of-type{
        margin-right:20px;
    }
    .gap{
        padding-top:8px;
        font-size:12px;
        line-height:32px;
        color:#fff;
        text-align: center;
        margin-right:15px;
    }
    .gap img{
        width: 92px;
        height: 92px;
    }
    .links{
        padding:30px 0 20px;
    }
    .links ul li{
        float: left;
        width: 117px;
        font-size:14px;
        line-height:22px;
        margin-bottom:15px;
        font-weight: 300;
    }
    .links ul li a{
        color:#d9d9d9;
    }
    .links .linksTitle{
        font-size:16px;
        line-height:22px;
        color:#fff;
        height:70px;
    }
    .footerBottom{
        border-top:1px solid #313740;
        padding: 17px 0;
        font-size:14px;
        line-height:24px;
        text-align: center;
    }
    .footerBottom p{
        color:#d9d9d9;
        text-align: center;
        clear: both;
    }
    .gn img{
        display: inline-block;
        width:10px;
        margin-right:5px;
    }
    .footerBottom p a{
        display:inline-block;
        color:#d9d9d9;
    }
    /*page*/
    #page{
        padding:30px 0;
        text-align: center;
    }
   #page a,#page span{
        display: inline-block;
        width:42px;
        border-radius: 4px;
        height:40px;
        margin:0 5px;
        font-size:16px;
        line-height:40px;
        text-align: center;
        color: #999999;
        border: 1px solid #999999;
        background: #FFFFFF;
    }
    .disabled,.nextPage,.prevPage{
        width:80px;
        cursor: not-allowed;
    }
    #page .active{
        color: #212629;
        border: 1px solid rgba(255, 219, 0, 1);
        background:rgba(255, 219, 0, 1);
    }
    .fixedItem{
        position: fixed;
        right:20px;
        bottom:55px;
        cursor: pointer;
        z-index:9999999;
    }
    .fixedqp{
        width: 154px;
        height: 47px;
        bottom: 175px;
        right: 7px;
        display: none;
    }
    .fixedItem .fixedtxt{
        position: absolute;
        right: 47px;
        top: 3px;
        background-size: 327px 369px;
        box-shadow: 0 0 20px 15px #3e3e3e7d;
        width: 287px;
        height:115px;
        background-image: url(../../img/index/yaojing.png);
    }
    .fixedItem .fixedtxtCommon {
        position: absolute;
        right: 47px;
        box-shadow: -4px 7px 18px 5px #a5a5a51c;
        width: 287px;
        height:115px;
        background-color:rgba(255,255,255,1);
        background-position: 6px 1px;
        background-size: 111px 111px;
        background-repeat: no-repeat;
    }
    .fixedItemRight{
        margin-left:122px;
        font-size:14px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(37,40,42,1);
        padding-top: 31px;
    }
    .fixedItemTitle{
        font-size: 16px;
        font-family:PingFang-SC-Bold;
        font-weight:bold;
        color:rgba(37,40,42,1);
        margin-bottom: 13px;
    }
    .fixedItem .fixedtxt div , .fixedItem .fixedtxt_wx div {
        background-position: 6px 1px;
        background-size:111px 111px;
        background-repeat: no-repeat;
    }

    .fixedItem .hide_code {
        display: none;
    }
    .fixedItem .fixedicon{
        position: absolute;
        display: none;
        top: 34px;
        background-repeat: no-repeat;
        background-position:center center;
        background-image:url("/img/index/headphone0.png");
        width:50px;
        height:50px;
    }
    .fixedItem .fixedicon:hover {
        background-image:url("/img/index/headphone1.png");
    }
    .fixedItem:hover .fixedicon{
        width:50px;
        height:50px;
    }
    .app_download_code, .ngbj_wx_code {
        width: 217px;
        height: 75px;
        position: absolute;
        top: -15px;
        right: 58px;
        display: none;
    }
    .ngbj_wx_code {
        top: 95px;
    }
    .app_download_code > img, .ngbj_wx_code > img {
        width: 100%;
        height: 100%;
    }
    .fixed-icon-common {
        width:46px;
        height:46px;
        margin-bottom: 8px;
    }
    .fixed-icon-fk{
        background: no-repeat center/100% url("/img/index/fixed_icon1_1.png");
    }
    .fixed-icon-fk:hover {
        background: no-repeat center/100% url("/img/index/fixed_icon1_2.png");
    }
    .fixed-icon-hotline{
        background: no-repeat center/100% url("/img/index/fixed_icon2_1.png");
    }
    .fixed-icon-hotline:hover {
        background: no-repeat center/100% url("/img/index/fixed_icon2_2.png");
    }
    .fixed-icon-we-chat{
        background: no-repeat center/100% url("/img/index/fixed_icon3_1.png");
    }
    .fixed-icon-we-chat:hover {
        background: no-repeat center/100% url("/img/index/fixed_icon3_2.png");
    }
    .fixed-icon-top{
        background: no-repeat center/100% url("/img/index/fixed_icon4_1.png");
    }
    .fixed-icon-top:hover{
        background: no-repeat center/100% url("/img/index/fixed_icon4_2.png");
    }

    /* 面包屑 */
    .breadcrumbBox {
        padding: 15px 0 0 20px;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 15px;
        text-overflow: ellipsis;
        width: 340px;
        white-space: nowrap;
    }
    .breadcrumbBox a {
        display: inline-block;
    }

    /* fix 字重叠 */
    .articleContent.mobileHide section{
        height: 100%;
    }
}
@media screen and (max-width:767px) {
    video,iframe{
        max-width:100% !important;
        height:auto;
    }
    .melp{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .mobileHide{
        display: none;
    }
    *{
        margin: 0;
        padding: 0;
        list-style: none;
        box-sizing: border-box;
    }
    img {
        /*max-width: 100%;*/
        height: auto;
        width: 100%;
    }
    a{
        text-decoration: none;
    }
    body{
        padding-top: 1.12rem;
        padding-bottom: 1.426667rem;
        background: #F5F5F5;
    }
    nav{
        position: fixed;
        width: 100%;
        top:0;
        left: 0;
        background: #1B1C21;
        line-height: 1.12rem;
        height: 1.12rem;
        z-index: 9999999999;
    }
    nav ul{
        overflow: hidden;
        float: left;
        width: 85%;
    }
    nav ul li{
        float: left;
        margin: 0 2%;
        width: 21%;
        text-align: center;
        position: relative;
    }
    nav ul li a{
        display: block;
        font-size: 0.373333rem;
    }
    nav ul li.current{
        font-size: 0.426667rem;
        font-weight: bold;
    }
    .process{
        position: absolute;
        width: 40%;
        height: 0.08rem;
        background: #FFC63F;
        left:30%;
        bottom:12%;
    }
    nav a.search{
        float: right;
        width: 15%;
        height: 100%;
    }
    nav a.search img{
        width: 0.546667rem;
        margin-top: 0.293333rem;
        margin-left: 0.466667rem;
    }
    #banner .swiper-slide{
        position: relative;
    }
    #banner .swiper-slide a{
        display: block;
        height: 5.6rem;
    }
    #banner .swiper-slide a img{
        height: 5.6rem;
    }
    #banner .swiper-slide p{
        position: absolute;
        z-index: 9;
        background: url("/wap/img/index/bannerBg.png") no-repeat;
        background-size: cover;
        left: 0;
        width: 100%;
        bottom: 0;
        text-align:center;
        font-size: 0.453333rem;
        font-weight: bold;
        height: 2.0rem;
        padding:1.0rem 0.2rem;
        padding-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    a.entry{
        margin-top: 0.28rem;
        display: block;
        height: 2.4rem;
    }
    a.entry img{
        height: 100%;
    }
    #Inner ul{
        padding:0.28rem;
        padding-bottom: 0;
        background: #F5F5F5;
    }
    #Inner ul>li{
        margin-bottom:0.28rem;
    }
    #Inner ul>li>a{
        display: block;
        height: 2.88rem;
        padding:0.4rem;
        padding-left:0.32rem;
        padding-right: 3.333333rem;
        background: #fff;
        position: relative;
        -webkit-box-shadow:0 0 10px #CCC;
        -moz-box-shadow:0 0 10px #CCC;
        box-shadow:0 0 10px #CCC;
    }
    #Inner ul>li>a>.lazyDiv{
        width:3.2rem;
        height:2.88rem;
        position: absolute;
        right: 0;
        top:0;
        overflow: hidden;
    }
    #Inner ul>li>a>.lazyDiv>img{
        width:4.32rem;
        height:2.88rem;
        position: absolute;
        left:50%;
        top:0;
        -webkit-transform: translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -o-transform:translateX(-50%);
        transform:translateX(-50%);

    }
    #Inner div.left p.title{
        color: #27313E;
        font-size: 0.453333rem;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #Inner div.left p.title.bg{
        color: #aaa;
    }
    p.bot{
        position: absolute;
        left: 0.32rem;
        bottom: 0.4rem;
        width:5.72rem;
    }
    p.bot .type{
        color: #fff;
        font-size: 0.266667rem;
        padding:0.12rem 0.213333rem;
        background: #0DA3FA;
        border-radius: 0.3rem;
    }
    p.bot .time{
        position: absolute;
        right: 0;
        bottom:0;
        color: #C1C7CA;
        font-size: 0.24rem;
    }
    footer{
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        border-top: 1px solid #E1E1E1;
        background: #fff;
        z-index: 9999999999;
    }
    footer ul{
        overflow: hidden;
    }
    footer ul li{
        float: left;
        width: 28%;
        margin: 0 2%;
        text-align: center;
        font-size:0.253333rem ;
        padding-top: 0.253333rem;
        padding-bottom: 0.346667rem;
    }
    footer ul li img{
        width: 0.56rem;
        display: block;
        margin: 0 auto;
        margin-bottom: 0.186667rem;
    }
    footer a{
        color: #27313E;
    }
    .dropload-down{
        color: #000;
        font-size: 0.266667rem;
        background: #F5F5F5;
    }
    #popBox1{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 9999;
        position: fixed;
        left: 0;
        top: 0;
    }
    #popNew{
        position: fixed;
        width: 80%;
        height:7.066667rem;
        background: #fff;
        top:50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 55;
        border-radius:0.266667rem;
    }
    #popNew img{
        width: 4.946667rem;
        margin: 0 auto;
    }
    #popNew>div{
        padding: 0 0.8rem;
    }
    #popNew>div a{
        width: 45%;
        font-size: 0.386667rem;
        text-align: center;
        padding:0.24rem 0;
        border-radius: 0.133333rem;
    }
    #popNew .ignore{
        float: left;
        border: 1px solid #91A1B2;
        color:#91A1B2;
        box-sizing: border-box;
    }
    #popNew .update{
        float: right;
        background: #0DA3FA;
        color: #fff;
    }
    .cl{
        clear: both;
    }

    #popNew .dontShow{
        font-size: 0.35rem;
        color:#91A1B2 ;
        margin-top: 0.373333rem;
        text-align: right;
    }
    .hiddenInput {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    .checkboxStyle {
        display: inline-block;
        height: 0.35rem;
        width: 0.35rem;
        border-radius: 0.1rem;
        border: 1px solid #ccc;
        vertical-align: bottom;
    }

    .hiddenInput:checked+span {
        background-color: #000;
    }
    #popBox2{
        position: fixed;
        width:100%;
        height:100%;
        background:#F5F5F5;
        top:0;
        left:0;
        text-align: center;
        z-index: 55;
        padding-top: 4.933333rem;
    }
    #popBox2 img{
        width: 6.213333rem;
        margin: 0 auto;
    }
    #popBox2 a{
        display: block;
        width: 2.533333rem;
        margin: 0 auto;
        margin-top: 0.6rem;
        line-height: 0.866667rem;
        font-size: 0.346667rem;
        background: #FFC63F;
        border-radius: 0.106667rem;
    }
    .dropload-down{
        height: auto;
    }
    .dropload-down div{
        height: auto;
        padding: 0.266667rem 0;
        font-size:0.2rem ;
        color: #000;
    }
    .articledateline{
        display:none;
    }

    /* 面包屑 */
    .breadcrumbBox {
        padding: 0px .52rem;
        overflow: hidden;
        font-size: 0.30rem;
        margin: 15px 0;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }
    .breadcrumbBox a {
        display: inline-block;
    }
    .fixed-icon-hotline{
        width:50px;
        height:50px;
        position: fixed;
        z-index: 100;
        bottom: 125px;
        right: 25px;
        background-repeat: no-repeat;
        background-position:center center;
        background-image:url("/img/index/headphone1.png");
    }
}