/*header*/
.header{display: flex;justify-content: space-between;align-items: center;padding:.3rem;}
.header img{width:160px;}
.header .icon-login,.header .icon-search{font-size:30px;color:#FA842D;}
.header .login-user a{font-size:14px;color:#999999;padding-left:4px}

/*search*/
.sea{width: 100%;position: relative;}
.sea .icon-search{font-size:22px;color:#FFFFFF;position: absolute;left: 4px;top: 16px;}
.sea .sea-text{background: #ffe9d9;height: 32px;line-height: 32px;border-radius: 10px;margin: 10px 0; padding-left:30px;padding-right:10px;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;font-size:14px;color:#333333;border:none}
.sea .sea-text::-webkit-input-placeholder{font-size:14px;color:#999999;}
.sea-text:-moz-placeholder{font-size:14px;color:#999999;}
.sea-text:-ms-input-placeholder{font-size:14px;color:#999999;}
.sea-hot{font-size:14px;color:#999999;}
.sea-hot a{font-size:14px;color:#fffff;padding-left: 10px;}

/*banner*/
.banner{font-size:0;position:relative}
.banner img{width: 100%;height: 176px;}
.bBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.bBox .hd li{margin: 0 2px;height: 4px; overflow: hidden; width: 26px; cursor: pointer;display:inline-block; *display:inline; zoom:1;background:#ffffff}
.bBox .hd .on{background:#FA842D}
/*nav*/
.nav{display: flex;justify-content: space-between;flex-wrap: wrap;}
.nav a{width: 33.3333%;color:#ffffff;background: #FA842D;font-size:16px;text-align: center;height: 50px;line-height: 50px;}
.nav a:nth-child(2n+2){background: #ffb884;}
.nav .nav-icon{display: inline-block;background:url(../image/nav-bg.png) no-repeat;vertical-align: middle;width: 28px;height: 40px;}
.nav .icon-by{background-position: 0 0;}
.nav .icon-hy{background-position: -28px -4px;}
.nav .icon-fm{background-position: -62px -6px;}
.nav .icon-et{background-position: -94px -6px;}
.nav .icon-zz{background-position: -124px -6px;}
.nav .icon-ys{background-position: -154px -6px;}

/*beiyun*/
.swiper1 .swiper-slide {font-size:16px;border:1px solid #d4d4d4;border-radius: 6px;color:#999999;height: 30px;line-height: 30px;text-align: center;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;}
.swiper1 .selected{border:1px solid #FA842D}
.swiper1 .selected a{color:#FA842D;}
.swiper2 .swiper-slide {box-sizing: border-box !important;overflow-x: hidden !important;}

/*list*/
.list-more{text-align:center;}
.list-more a{display: inline-block;background: #FA842D;color: #FFFFFF;padding: 6px 10px;border-radius: 6px;font-size:16px}

/*page*/
.ArtPage{text-align: center;}
.ArtPage a,.ArtPage span{padding: 2px 8px;background: #ffa869;color: #FFFFFF;margin: 0 4px; font-size:16px}
.ArtPage .thisclass{background: #FA842D;}

/*正文*/
.article h1{text-align:center;font-size:18px;padding: 10px 15px;line-height:26px}
.article .article-other{text-align: center;}
.article .article-other span{padding: 0 4px;color: #999999;font-size:16px;}
.article_zw,.article_zw p{line-height: 26px;padding-bottom: 10px;font-size:16px}
.article_zw h2{border-left: 4px solid #FA842D;background-color: #f2f2f2;padding: 4px 8px;margin-bottom: 10px;font-size:18px}
.article_zw h3{margin-bottom: 10px;font-size:16px;font-weight:600}
.article_zw table{color: #262626;font-size: 15px;margin: 10px 0;width: 100%!important;border-spacing: 0;line-height:24px}
.article_zw table thead td{background: #fff6ef;font-weight:700}
.article_zw table td{border: 1px solid #e5e5e5;font-size: 14px;padding:10px 15px;word-break: break-all;vertical-align: middle;}
.article_zw ul,.article_zw ol{color: #818181;font-size: 12px;padding-left: 20px;word-wrap: break-word;line-height: 24px;}
.article_zw ul li,.article_zw ol li{margin-bottom: 0;line-height: 26px;font-size: 14px;}
.article_zw img{max-width: 100%;overflow:hidden}
.article_zw strong,.article_zw b{font-weight: bold;}
.article_fenye{font-size:16px;line-height: 24px;}
.article_fenye p{padding-bottom: 10px;}
.article_fenye a{font-size:16px;color:#FA842D}

/*封面*/
.index-ul{display:flex;justify-content: center;}
.index-ul li{border:1px solid #999999;border-radius:6px;font-size: 0;padding:4px 10px;margin:10px 4px}
.index-ul li.cur{border:1px solid #FA842D;}
.index-ul a{font-size:14px;color:#999999;}
.index-ul li.cur a{color:#FA842D}

/*用户*/
.index-login{padding:40px 0}
.index-login h3{font-size:18px;text-align:center}
.llw-login-input{background: #fff;border-radius: 3px;border: 1px solid #e6e6e6;box-sizing: border-box;color: #444;font-size: 12px;height: 38px;line-height: 38px;outline: none;padding: 0 9px;width: 100%;margin-top: 20px;}
.llw-login-btn{background: #FA842D;color:#FFFFFF;width: 158px;height: 30px;cursor: pointer;font-size: 16px;border-radius: 3px;line-height:30px;margin:20px auto;display:block;}
.llw-login-btn:hover{background: #ffa869;}
.llw-login-ohter{display:flex;justify-content: space-between;}
.llw-login-ohter,.llw-login-ohter a{height: 40px; line-height: 40px;font-size:14px}
.llw-login-ohter input{vertical-align: middle;}
.login-ohter-next{vertical-align: middle;}
.login-ohter-pwd span{margin: 0 6px; color:#e6e6e6}

/*友链*/
.link{text-align: center;}
.link a{font-size:16px;padding-right: 10px;padding-top:10px;display: inline-block;color:#999999}

/*footer*/
.footer{text-align: center;}
.footer img{width: 180px;}
.footer .footer-nav{display: flex;justify-content: center;}
.footer .footer-nav a{font-size:14px;padding: 0 4px;}
.footer .beian{color:#999999;font-size:14px;padding-top: 10px;}
.footer .copy{color:#999999;font-size:16px;padding: 10px 0;}

/*广告*/
.ui-mask {position:fixed;left:0;top:0;width:100%;height:100%;opacity:0.5;background-color:#000;z-index:10001;display:none;}
.llw-fbHd{position:fixed;bottom:0;left:0;right:0;z-index:999999;font-size:0}
.llw-fbHd a{font-size:0}
.qun-content{display:none;width:240px;background:#ffffff;position: fixed;top:50%;left: 50%;z-index:99999;text-align:center;border-radius:3px;margin-left:-120px;margin-top:-155px}
.qun-close{position:absolute;right:6px;top:6px;font-size:18px;}
.qun-title{font-size:18px;padding-top: 30px;}
.qun-img{margin:10px auto 0}
.qun-ts{display: inline-block;font-size:16px;background: #FA842D;color: #fff;border-radius: 5px;padding:6px 10px;margin:10px 0}

/*底部广告*/
@keyframes beat{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.6);transform:scale(.6)}}
.suspend-bottom-view {width: 100%;height:80px;background: #fff;position: fixed;left: 0;right:0;bottom: 0;z-index: 998;-webkit-box-shadow: rgb(15 66 76 / 50%) 0 0 14px 0;box-shadow: rgb(15 66 76 / 50%) 0 0 14px 0;margin:0 auto;}
.suspend-bottom-view .suspend-panel {width: 100%;height: 100%;}
.suspend-bottom-view .person-img {width: 96px;height: 96px;position: absolute;bottom: 0;left: 0;}
.suspend-bottom-view .info-view {-ms-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
/*width: calc(100% - 100px);*/
padding:15px 0 0 75px;float: left;}
.suspend-bottom-view .info-view p {font-size: 16px;line-height: 26px;color: #FA842D;}
.suspend-bottom-view .info-view p i {display: inline-block;padding: 0 10px;-webkit-animation-name: beat;animation-name: beat;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;font-size: 12px;line-height: 26px;color: #fff;background: #FA842D;border-radius:13px;text-align: center;}
.suspend-bottom-view .info-view span {display: block;font-size: 16px;color: #333;}
.suspend-bottom-view .zixun-view {width: 100px;height: 100%;float: right;background: #fff4ed;}
.suspend-bottom-view .zixun-view img {height: 24px;margin: 18px auto 0;display: block;}
.suspend-bottom-view .zixun-view p {font-size: 14px;color: #FA842D;margin: 5px auto 0;text-align: center;}

.suspend-bottom-view .dianhua-view {width: 100px;height: 100%;float: right;background: #fa842d;}
.suspend-bottom-view .dianhua-view img {height: 24px;margin: 18px auto 0;display: block;}
.suspend-bottom-view .dianhua-view p {font-size: 14px;color: #FFFFFF;margin: 5px auto 0;text-align: center;}


.wxq-adv {width: 100%;overflow: hidden;height:97px;position:sticky;z-index: 9;}
.wxq-adv .swiper-slide{cursor:pointer}
.wxq-adv .wxq-title{text-align:center;font-size:16px;color:#000;padding:10px 0;font-weight:700}
.wxq-adv .wxq-tx{display:flex;justify-content: center;align-items: center;}
.wxq-adv .wxq-tx img{width:40%}
.wxq-adv .wxq-tx p{color:#999999;margin: 0 10px;font-size:16rem}
.wxq-adv .wxq-tx em{font-size:18px;color:#ff6688;font-style: inherit;}
.wxq-adv .wxq-tx span{background:#ff6688;color:#fff;font-size:.5rem;border-radius:20px;padding:.15rem .3rem;margin-left:.2rem;margin-top:.1rem}
.wxq-adv .wxq-js{position:absolute;right:0;bottom:0;background: rgba(102,102,102,.6);font-size:12px;padding: 0 .2rem;color:#fff;line-height: 1.2;}

.new_suspendDiv {width: 100%;height: 70px;position: fixed;bottom: 0;background: #fff;z-index: 9999;box-shadow: rgb(15 66 76 / 50%) 0 0 14px 0;display: block;}
.new_suspendDiv .new_person {display: block;width: 90px;height: 90px;position: absolute;bottom: 0;left: 0;}
.new_suspendDiv .new_suspendDiv_fl {width: 175px;overflow: hidden;position: absolute;left: 60px;bottom: 10px;z-index: 999;}
.new_suspendDiv .new_suspendDiv_fl p {
    font-size: 13px;
    line-height: 26px;
    color: #fa842d;
}
.new_suspendDiv .new_suspendDiv_fl p i {
    animation-name: beat;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.new_suspendDiv .new_suspendDiv_fl p i {
    font-style: normal;
    font-size: 12px;
    background: #fa842d;
    line-height: 20px;
    margin-top: 3px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    float: right;
    display: block;
    width: 70px;
}
.new_suspendDiv .new_suspendDiv_fl span {
    display: block;
    line-height: 24px;
    font-size: 13px;
    color: #999999;
    width: 100%;
    position: relative;
}
.new_suspendDiv .new_suspendDiv_fr {
    width: 140px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
}
.new_suspendDiv_fr .zx{
    width: 50%;
    height: 100%;
    padding: 12px 0px;
}
.new_suspendDiv_fr .zx_l{
    float: left;
    background:#ffeee2;
}
.new_suspendDiv_fr .zx_r{
    float: right;
    background:#fa842d;
}
.new_suspendDiv .new_suspendDiv_fr img {
    margin: 0 auto;
    width: 27px;
    height: 27px;
    border: 0;
    display: block;
}
.new_suspendDiv .new_suspendDiv_fr .zx_r p {
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}
.new_suspendDiv .new_suspendDiv_fr .zx_l p {
    font-size: 15px;
    line-height: 28px;
    color: #fa842d;
    width: 100%;
    text-align: center;
}

.reproduction {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    z-index: 1000;
}
.reproduction .reproduction-body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.reproduction .reproduction-body .reproduction-box {
    width: 85%;
    height: auto;
    padding-bottom: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}
.reproduction .reproduction-body .close {
    background: url(../image/close.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: -70px;
    left: 0;
}
.reproduction .reproduction-body .reproduction-box .illustration {
    width: 60%;
    margin: auto;
}
.reproduction .reproduction-body .reproduction-box img {
    height: 100%;
    width: 100%;
}
.reproduction .reproduction-body .reproduction-box .reproduction-white {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reproduction .reproduction-body .reproduction-box .reproduction-white .reproduction-white-title {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #717171;
    line-height: 32px;
    margin-top: 25px;
    text-align: center;
}
.reproduction .reproduction-body .reproduction-box .reproduction-white .wecode-box {
    width: 85%;
    height: 46px;
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
    color: #717171;
}
.reproduction .reproduction-body .reproduction-box .reproduction-white .clickCopy-box {
    width: 85%;
    height: 46px;
    background: #49C0A2;
    box-shadow: 0 1px 15px 0 rgb(73 192 162 / 50%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 46px;
}
.scancode {
    font-size: 20px;
    margin: 15px;
    color: #333;
    text-align: center;
    font-weight: 700;
}
.tiprs {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    /* padding-left: 4.26667vw; */
    /* padding-right: 4.26667vw; */
    padding: 0 5px;
    display: none;
    z-index: 10000;
}
.mtdisNone{
    display: none;
}