

h1{}
h2{font-size: 17px;}
h3{font-size: 15px;font-weight: bold;}
h4{}

h3.t1{font-size: 16px;font-weight: bold;height: 25px;line-height: 25px;
    padding-left: 10px;border-left: 6px solid #178dd6;margin: 0px 0 10px;}
h3.t1 a{font-size: 13px;color: #666;font-weight: normal;}
h3.t2{text-align: center;font-size: 16px;background: url(../images/line.jpg) repeat-x left center;}
h3.t2 strong{display: inline-block;background: #f2f2f2;display: inline-block;padding: 0 10px;}

.more-btn {
    padding-right: 25px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    background: url(../images/a10.png) no-repeat right center;
    -o-background-size: auto 20px;
    -ms-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
}

.orange{color: #ff8a0c;}
.green{color: #75c233;}
.hide{visibility: hidden;}
input,textarea{outline: 0;}
input{border: 0;}
img{max-width: 100%;}
em{font-style: normal;}

/*-----------------[布局]--------------*/
.wrapper{width: 100%;margin: 0 auto;overflow: hidden;}
.wrap{padding: 10px;overflow: hidden;}



.blue-hd header{background: #457fc8;}
.blue-hd header .menu2{position: absolute;left: 0;top: 0;display: block;width: 45px;height: 45px;
    background:#3d6cbe url(../images/menu1.png) no-repeat center center;
    -webkit-background-size: 25px auto;background-size: 25px auto;}
.blue-hd header .so2{right: 5px;
    background: url(../images/search2.png) no-repeat center center;
    -webkit-background-size: 100% 100%;background-size: 100% 100%;}

#pop-menu{height: 45px;line-height: 45px;padding: 5px 0;
    position: absolute;left: 0;top: 45px;background: #fff;
    width: 100%;font-size: 15px;border-bottom: 1px solid #ddd;display: none;z-index: 999;}
#pop-menu li{width: 19%;margin: 0 0.5%;float: left;text-align: center;}
#pop-menu li a{display: inline-block;width: 100%;color: #fff;}
#pop-menu li.pv1{background: #11a29d;}
#pop-menu li.pv2{background: #ad2181;}
#pop-menu li.pv3{background: #226dae;}
#pop-menu li.pv4{background: #62a11f;}
#pop-menu li.pv5{background: #be6022;}

#user-menu{border: 1px solid #ddd;overflow: hidden;padding: 0 0 5px 5px;width: 310px;
    position: absolute;right: -320px;top: 50px;background: #fff;
    -webkit-transition:ease all .5s;
    -moz-transition:ease all .5s;
    transition:ease all .5s;}
#user-menu.on{right: 0;z-index: 1;}
#user-menu li a{color: #fff;display: inline-block;width: 100%;}
#user-menu li{float: left;height: 75px;width: 95px;padding: 10px 0;margin: 5px 5px 0 0;
    text-align: center;font-size: 15px;line-height: 25px;background: #75c233;}
#user-menu li.gift{width: 195px;}
#user-menu li.rank{width: 195px;}
#user-menu li.logn{width: 295px;}
#user-menu li.user{width: 195px;}
#user-menu li .ico{display: block;height: 40px;margin-bottom: 10px;}
#user-menu .home .ico{background: url(../images/m1.png) no-repeat center center;}
#user-menu .gift .ico{background: url(../images/m2.png) no-repeat center center;}
#user-menu .game .ico{background: url(../images/m3.png) no-repeat center center;}
#user-menu .news .ico{background: url(../images/m4.png) no-repeat center center;}
#user-menu .stag .ico{background: url(../images/m5.png) no-repeat center center;}
#user-menu .find .ico{background: url(../images/m6.png) no-repeat center center;}
#user-menu .rank .ico{background: url(../images/m7.png) no-repeat center center;}
#user-menu .user .ico{background: url(../images/m8.png) no-repeat center center;}
#user-menu .exit .ico{background: url(../images/m9.png) no-repeat center center;}
#user-menu .logn .ico{background: url(../images/m10.png) no-repeat center center;}
#user-menu li .ico{-webkit-background-size: auto 35px !important;background-size: auto 35px !important;}


/*******************************
    -------[=导航]-------
********************************/
#nv{background: #178dd6;height: 40px;line-height: 40px;overflow: hidden;}
.nav-ul{width: 100%;text-align: center;font-size: 15px;}
.nav-ul li{width: 20%;float: left;overflow: hidden;}
.nav-ul li a{color: #fff;display: inline-block;}
.nav-ul li.on{background: #ff7e00;}

/*******************************
  -------[=banner]-------
*******************************/
#banner .bxslider .caption{background: rgba(0,0,0,0.8);position: absolute;left: 0;bottom: 0;width: 100%;color: #fff;}
#banner .bxslider .caption p{padding: 10px;}

/*******************************
  -------[=底部]-------
********************************/

/*-----------------[正文]--------------*/
.main{overflow: hidden;width: 100%;}
.con-box{background: #fff;margin-top: 10px;padding: 10px;overflow: hidden;
    border-top: 1px solid #ddd;/*border-bottom: 1px solid #ddd;*/}
.main #bd .con-box .con a{ color: #ff6600;}


.btn1{display: inline-block;height: 35px;line-height: 35px;font-size: 16px;
    border-radius: 5px;width: 60px;text-align: center;color: #fff;}
.btn1:hover,.btn2:hover{opacity: .8;color: #fff;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
.btn2{display: block;width: 100%;height: 40px;line-height: 40px;font-size: 16px;
    border-radius: 5px;text-align: center;color: #fff;font-weight: bold;margin-top: 10px;}
.yellow-btn{background: #ff8a0c;}
.green-btn{background: #1dc3a1;}
.grey-btn{background: #bbb;}
.blue-btn{background: #1aa2ef;}
.dark-grey-btn{background: #787878;}


.down-more{background: #f5f5f5;border: 1px solid #ddd;border-radius: 5px;
    margin: 20px 0 10px;
    height: 35px;line-height: 35px;display: block;text-align: center;}
.down-more span{display: inline-block;padding-right: 20px;color: #999;
    background: url(../images/a3.png) no-repeat right center;
    -webkit-background-size: auto 15px;background-size: auto 15px;}

.slide-btn{/*background: #f5f5f5;*/border: 1px solid #ddd;border-radius: 5px;
    margin: 20px 0 10px;
    height: 35px;line-height: 35px;display: block;text-align: center;}
.slide-btn span{display: inline-block;padding-right: 20px;color: #999;
    background: url(../images/a3.png) no-repeat right center;
    -webkit-background-size: auto 15px;background-size: auto 15px;}
.slide-btn span.on{background-image: url(../images/a4.png);}

.slide-txt{height: 100px;overflow: hidden;}
.slide-txt p{text-indent: 2em;}
.slide-txt a {color: #ff6600;}
.slide-txt h4 {font-size: 16px;font-weight: bold;height: 25px;line-height: 25px;padding-left: 10px;border-left: 6px solid #178dd6;margin: 10px 0;}


/*文字列表*/
.txt-list1{overflow: hidden;}
.txt-list1 li{height: 25px;line-height: 25px;overflow: hidden;
    border-bottom: 1px dotted #cbcbcb; padding-left: 15px;
    background: url(../images/i-a.png) no-repeat left center;
    -webkit-background-size: auto 12px;background-size: auto 12px;}
.txt-list1 li:last-child{border-bottom: 0;}
.txt-list1 li a{}

.txt-list2{overflow: hidden;}
.txt-list2 li{height: 25px;line-height: 25px;overflow: hidden;margin-bottom: 10px;
    padding-left: 10px; background: url(../images/a1.png) no-repeat left center;
    -webkit-background-size: auto 7px;background-size: auto 7px;}
.txt-list2 li:last-child{border-bottom: 0;}
.txt-list2 li .btn1{float: right;height: 25px;line-height: 25px;
    padding: 0 10px;width: auto;font-size: 14px;}

/*图片列表*/
.pro-ul{overflow: hidden;}
.pro-ul li{overflow: hidden;padding: 10px 0;border-bottom: 1px solid #d8d8d8;}
.pro-ul li:last-child{border-bottom: 0;}
.pro-ul .pic{float: left;clear: left;overflow: hidden;margin-right: 10px;
    width: 80px;height: 80px;border-radius: 14px;}
.pro-ul .pic img{width: 100%;height: 100%;}
.pro-ul .txt{line-height: 25px;}
.pro-ul p{line-height: 25px;}
.pro-ul .info{color: #666;line-height: 30px;}
.pro-ul .btn{float: right;position: relative;top: 25px;}
.pro-ul h4{font-size: 15px;font-weight: bold;height: 25px;line-height: 25px;overflow: hidden;}
.pro-ul h4 a:hover{color: #ff8a0c;}

.pro-ul .scoreBox{top: -5px;}
.pro-ul .datetime{color: #999;}
.pro-ul .grey-btn{cursor: default;}

.pro-ul .com-score{float: right;display: inline-block;color: #fff;font-size: 16px;height: 25px;
    line-height: 25px;background: #ff8a0c;padding: 0 10px;}
.pro-ul .padd{}

/***图片列表***/
.listmain ul {position:relative; }
.listmain ul li {display:block; width:49.9%; float:left; }
.list_page {width:100%;}
.listUll,.listUlr {width:48%; padding:0 1%; float:left;}
.listUlr {float:right;}
.listUll li,.listUlr li {float:left; clear:both; width:100%; padding-bottom:10px;align-items:stretch;vertical-align:bottom;display:inline-block;border-radius: 5px;}
.listUll li p,.listUlr li p {display:block; height:30px; line-height:30px; font-size:14px; overflow:hidden; width:96%; padding:0 2%;}
.listUll li img,.listUlr li img {width:100%; height:auto;border-radius: 5px 5px 0 0;}
.libox{align-items:stretch; background-color:#fff; border-radius: 5px;height:auto;  width:100%;box-shadow: 0px 1px 3px rgba(0, 0, 0, .25); }
.list_page {width:90%; margin:0 auto;}

div.list_page {margin-bottom:10px;}
div.list_page ul li {width:100%; float:left;clear:both;}
div.list_page ul li a{background-color: #FFFFFF; width:100%; border: 1px solid #CCCCCC;border-radius: 5px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);color: #666666;display: block;font-size: 14px;height: 34px;line-height: 34px;margin: 0 5px;text-align: center;}


/*排行*/
.rank-ul li{position: relative;}
.rank-ul .num{background: #b8b8b8;width: 17px;height: 17px;display: block;
   color: #fff;border-radius: 3px;position: absolute;left: 0;top: 40px;
    text-align: center;line-height: 17px;font-size: 12px;font-family: 'arial';}
.rank-ul li:nth-child(1) .num,.rank-ul li:nth-child(2) .num,.rank-ul li:nth-child(3) .num{background: #178dd6;}
.rank-ul .pic{margin-left: 20px;}

/*方形图片*/
.pro-ul2 .pic{width: 128px;height: 80px;overflow: hidden;margin-right: 10px;border-radius: 0;}
.pro-ul2 h4{height: 50px;}

/*评分列表*/
.pro-ul3 .pic{width: 65px;height: 70px;margin-right: 7px;}
.pro-ul3 .txt{margin-right: 65px;line-height: 20px;}
.pro-ul3 .btn{top: 15px;}

.pro-ul4 h4{/*margin-bottom: 30px;*/height:55px;}


.android2{background: url(../images/android2.png) no-repeat center bottom;}
.apple2{background: url(../images/apple2.png) no-repeat center bottom;}
.apple2,.android2{height: 20px;width: 20px;overflow: hidden;display: inline-block;text-indent: 999px;
    -webkit-background-size: auto 16px;background-size: auto 16px;}

/*进度条*/
.progress{display: inline-block;width: 70px;height: 10px;border-radius: 5px;
    background: #ddd;position: relative;overflow: hidden;margin-right: 5px;}
.progress em{display: inline-block;height: 10px;border-radius: 5px 0 0 5px;
    background: #75c233;position: absolute;left: 0;top: 0;}

/*评分*/
.stars{height: 20px;overflow: hidden;margin: 5px 0;}
.stars .star-ul{}
.stars .star-ul li{width: 20px;height: 20px;float: left;margin-right: 2px;background: url(../images/20-20-off.png) no-repeat left top;}
.stars .star-ul li.on{background: url(../images/20-20-on.png) no-repeat left top;}

.pro-ul .scoreBox{margin-top: 5px;float: left;}

.scoreBox{ width:0px; height:10px; position:relative;}
.starBg{ width:0px; height:10px; position:relative; z-index:1; }
.maskBox{display:block; width:50px; height:10px; overflow:hidden; position:absolute; z-index:2; top:0px; left:0px; padding:0px; margin:0px;}
.maskBox li{display:block;width:5px; height:10px; overflow:hidden; float:left; cursor:pointer;}
.scorevalue{color: #ff620c;margin-left: 5px;font-size: 14px;}

/*选项卡*/
.tab-ul{width: 100%;background: #fff;overflow: hidden;border-bottom: 1px solid #ddd;}
.tab-ul li{width: 25%;float: left;line-height: 35px;
    font-size: 15px;text-align: center;}
.tab-ul li.on{line-height: 31px;border-bottom: 4px solid #457fc8;}
.tab-ul li.on a{color: #457fc8;}

.menu-ul{width: 100%;background: #fff;overflow: hidden;border-bottom: 1px solid #ddd;}
.menu-ul li{width: 20%;float: left;line-height: 35px;
    font-size: 15px;text-align: center;}
.menu-ul li.on{line-height: 31px;border-bottom: 4px solid #457fc8;}
.menu-ul li.on a{color: #457fc8;}

.tab-ul2{width: 100%;overflow: hidden;border-bottom: 4px solid #178dd6;}
.tab-ul2 li{width: 25%;float: left;line-height: 35px;border-right: 2px solid #fff;
    font-size: 15px;text-align: center;background: #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}
.tab-ul2 li:last-child{border-right: 0;}
.tab-ul2 li.on{background: #178dd6;}
.tab-ul2 li.on a{color: #fff;}

.tab-ul3{width: 100%;overflow: hidden;background: #457fc8;}
.tab-ul3 li{width: 20%;float: left;line-height: 35px;
    font-size: 15px;text-align: center;}
.tab-ul3 li a{color: #fff;}
.tab-ul3 li.on{background: #3d6cbe;}
.tab-ul3 li.on a{color: #fff;}

/*搜索框*/
.search-box{height: 35px;overflow: hidden;margin: 10px 0;overflow: hidden;}
.search-box input{float: left;}
.search-box .so-inp{height: 35px;line-height: 35px \9;border: 1px solid #ddd;
    padding: 0 10px;width: 75%;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}
.search-box .so-sub{width: 25%;height: 35px;cursor: pointer;
    background: #ff8a0c url(../images/m6.png) no-repeat center center;
    -webkit-background-size: auto 20px;background-size: auto 20px;}

.bort{border-top: 1px solid #ddd;padding: 20px 0;}
.loading{padding-left: 25px;line-height: 30px;display: inline-block;color: #999;
    background: url(../images/loading.gif) no-repeat left center;
    -webkit-background-size: auto 20px;background-size: auto 20px;}

/*******************************
    -------[=登录-注册]-------
********************************/
.login-reg{width: 100%;}
.login-reg td{padding: 5px 1px;}
.login-reg input{padding: 0 10px 0 30px;width: 100%;border: 1px solid #ddd;
    height: 33px;line-height: 33px \9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
.i-user{background:#fff url(../images/user.png) no-repeat 5px center;
    -webkit-background-size: 20px;background-size: 20px;}
.i-pass{background:#fff url(../images/password.png) no-repeat 8px center;
    -webkit-background-size: 15px;background-size: 15px;}
.i-mail{background:#fff url(../images/mail.png) no-repeat 6px center;
    -webkit-background-size: 17px;background-size: 17px;}
.i-ma{background:#fff url(../images/ma.png) no-repeat 7px center;
    -webkit-background-size: 17px;background-size: 17px;}
.login-reg .i-ma{width: 65%;float: left;}
.login-reg .btn2{width: 100%;height: 40px;border: 0;}
.login-reg .test-img{float: left;margin-left: 10px;}

.test-img{width: 85px;height: 35px;display: inline-block;margin-left: 10px;overflow: hidden;}
.test-img img{width: 100%;height: 100%;}

.btn-ul{width: 100%;margin: 10px 0;}
.btn-ul li{width: 50%;float: left;text-align: center;}
.btn-ul a{display: inline-block;}
.btn-ul img{display: block;height: 40px;}

.wrong{color: #ff8a0c;}


/*******************************
    -------[=礼包]-------
********************************/

/*弹出框*/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.signup{width: 99%;padding: 0;display: none;background-color: #fff;}
.signup-ct{padding: 10px;}
.signup-header{border-bottom: 1px solid #ddd;text-align: center;}
.signup h3{font-size: 20px;font-weight: normal;color: #ff911a;}
.txt-fld{font-size: 14px;padding: 30px 0;}
.txt-fld h4{font-size: 16px;}
.txt-fld table{width: 100%;max-width: 500px;margin: 0px auto;}
.txt-fld table th,.txt-fld table td{line-height: 35px;vertical-align: top;}
.txt-fld table th{width: 4em;text-align: right;font-weight: normal;}
.txt-fld table td{}
.txt-fld table input{float: left;height: 33px;line-height: 33px \9;
    width: 100%;border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}
.txt-fld table input.i-test{width: 45%;}
.btn-fld{overflow: hidden;padding-bottom: 10px;}

.txt-ul1{overflow: hidden;border-bottom: 1px dotted #ddd;}
.txt-ul1 li{float: left;margin: 0 10px 10px 0;}
.txt-ul1 li a{display: inline-block;padding: 0 10px;background: #f5f5f5;
    border-radius: 5px;box-shadow: 1px 1px 1px #ddd;}
.txt-ul2 li a{color: #62a924;background: #c7ffcc;box-shadow: 1px 1px 1px #9deba4;}

.download-box{background: #666;overflow: hidden;padding: 10px;}
.download-box .pic{width: 65px;height: 65px;overflow: hidden;border-radius: 14px;float: left;margin-right: 5px;}
.download-box .pic img{width: 100%;height: 100%;}
.download-box .btn{float: right;margin-left: 5px;position: relative;top: 30px;}
.download-box h3{color: #fff;font-size: 16px;font-weight: normal;line-height: 30px;}
.download-box .txt{color: #c2c2c2;}

.download-box1{border: 1px solid #e3e3e3;overflow: hidden;/*padding: 10px; */margin-top:10px;height:60px;}
.download-box1 .pic{/*width: 65px;height: 65px;*/overflow: hidden;border-radius: 14px;float: left;margin-right: 5px;    padding: 4px;}
.download-box1 .pic img{/*width: 100%;height: 100%;*/width: 52px;height: 52px;margin: 0 auto;}
.download-box1 .btn{float: right;margin-left: 5px;position: relative;top: 13px;margin-right: 10px;}
.chapter-cont .download-box1 .txt a{color:black;}
.chapter-cont .download-box1 .btn a{color:white;}
.download-box1 h3{color: #fff;font-size: 15px;font-weight: normal;line-height: 30px;}
.download-box1 span{font-size: 13px;line-height: 2.4;}
.download-box1 .txt{color: #666;line-height: 1.2;}

.download{color: #fff;display: inline-block;padding: 0 5px 0 25px;border-radius: 5px;
    background:#75c233 url(../images/download.png) no-repeat 5px center;
    -webkit-background-size: auto 16px;background-size: auto 16px;}
.download:hover{opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}

.download-box1 .download{color: #fff;display: inline-block;padding: 0 15px 0 15px;border-radius: 3px;
    background:#75c233;
    -webkit-background-size: auto 16px;background-size: auto 16px;line-height:27px;}
.download-box1 .download:hover{opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}


/*礼包微信*/
.hidden {display: none;}
.pack-dialog-shade{position:absolute;top:0;left:0;right:0;bottom:0;z-index:998;width:100%;min-height:100%;background-color:rgba(0,0,0,.5);-webkit-tap-highlight-color:rgba(0,0,0,0)}
.pack-dialog{position:absolute;top:50px;left:0;z-index:999;-webkit-box-sizing:border-box;width:100%;padding-left:5px;padding-right:5px}
.pack-dialog .pd-main{position:relative;border:3px solid rgba(0,0,0,.2)}
.pack-dialog .pd-hd{display:-webkit-box;display:box;height:32px;border-bottom:1px solid #ccc;font-size:14px;background-color:#e5e5e5}
.pack-dialog .pd-hd a{display:block;-webkit-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #ccc;line-height:32px;text-align:center;color:#999;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}
.pack-dialog .pd-hd a:last-child{border-right:0}
.pack-dialog .pd-hd .cur{color:#f55}
.pack-dialog .pd-tip{padding:15px 10px;border-top:1px solid #e5e5e5;color:#999;line-height:16px;background-color:#f8f8f8;word-break:break-all}
.pack-dialog .pd-tip b{font-weight:normal;color:#f55}
.pack-dialog .pd-tip strong{color:#888}
.pack-dialog .pd-bd{background-color:#fff}
.pack-by-weixin .weixin-meta>div {
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}
.pack-by-weixin .weixin-meta {
    display: -webkit-box;
    display: box;
    padding: 20px 15px;
}
.pack-by-weixin .weixin-meta img {
    display: block;
    width: 66px;
    height: 66px;
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.pack-by-weixin .weixin-meta strong {
    display: block;
    font-size: 16px;
    color: #f55;height:24px;
}
.pack-by-weixin .weixin-meta b {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #333;
    font-weight: normal;line-height:1;
}

.pack-by-weixin p{font-size:12px;line-height:1;}
.pack-by-weixin strong{
	line-height:1;
    font-weight: normal;
    font-style: normal;
}

.pack-by-site .pack-site-lg .site-btn-1 {
    margin-bottom: 15px;
    background-color: #f55;
    color: #fff;
    line-height: 30px;
}
.pack-by-site .pack-site-lg .site-btn {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
}
.pack-by-site .pack-site-lg .site-btn-2 {
    border: 1px solid #ccc;
    background-color: #f5f2f2;
    color: #555;
    line-height: 28px;
}
.pack-by-site .pack-site-lg {
    padding: 40px 15px;
}
.pack-by-site .pack-site-res .site-res-code {
    display: -webkit-box;
    display: box;
    margin-bottom: 10px;
}

.pack-by-site .pack-site-res strong {
    display: block;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    text-align: left;
}

.pack-by-site .pack-site-res input {
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: normal;
    word-break: break-all;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}
#js-pack-by-site .pd-tip {
    padding: 15px 10px;
    border-top: 1px solid #e5e5e5;
    color: #999;
    line-height: 16px;
    background-color: #f8f8f8;
    word-break: break-all;
}


/*******************************
    -------[=游戏]-------
********************************/
.btn-ul2{width: 100%;font-size: 12px;border-bottom: 1px solid #ddd;overflow: hidden;}
.btn-ul2 li{width: 32%;float: left;margin: 10px 2% 10px 0;background: #76aff0;height: 35px;
    line-height: 35px;border-radius: 5px;text-align: center;}
.btn-ul2 li:last-child{margin-right: 0;}
.btn-ul2 li a{color: #fff;}
.btn-ul2 li span{display: inline-block;padding-left: 15px;}
.btn-ul2 li:first-child{background: #5f9be0;}
.btn-ul2 li:last-child{background: #75c233;}
.ios1{padding-left: 15px;background: url(../images/ios.png) no-repeat left center;
    -webkit-background-size: auto 13px;background-size: auto 13px;}
.apple1{background: url(../images/apple1.png) no-repeat left center;
    -webkit-background-size: auto 13px;background-size: auto 13px;}
.android1{background: url(../images/android1.png) no-repeat left center;
    -webkit-background-size: auto 13px;background-size: auto 13px;}

.edit-box{border: 1px solid #ffe0be;background: #fefef7;padding: 10px;overflow: hidden;margin-top: 10px;}
.edit{background: url(../images/edit.png) no-repeat left 2px;padding-left: 20px;
    -webkit-background-size: 15px auto;background-size: 15px auto;}
.edit span{color: #888;}

.img-ul{width: 100%;}
.img-ul li{width: 20%;max-width: 80px;float: left;margin-right: 6%;}
.img-ul li:nth-child(4n){margin-right: 0;}
.img-ul li a{}
.img-ul li img{width: 100%;border-radius: 15px;}

.class-ul{width: 100%;background: #fff;overflow: hidden;margin: 10px 0;
    border-top: 1px solid #ddd;}
.class-ul li{width: 50%;float: left;padding: 10px 0;border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}
.class-ul li:nth-child(2n){border-right: 0;}
.class-ul .pic{width: 65px;height: 65px;overflow: hidden;border-radius: 14px;float: left;margin: 0 5px;}
.class-ul .pic img{width: 100%;height: 100%;}
.class-ul h3{font-weight: normal;}

/*******************************
    -------[=资讯]-------
********************************/
.img-ul2{width: 100%;overflow: hidden;}
.img-ul2 li{width: 48%;padding: 15% 0;float: left;margin-right: 4%;
    margin-bottom: 10px;position: relative;overflow: hidden;}
.img-ul2 li:nth-child(2n){margin-right: 0;}
.img-ul2 li a{}
.img-ul2 li img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.img-ul2 li a:hover img{opacity: .8;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
.img-ul2 li .txt{position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;
    color: #fff;background: rgba(0,0,0,0.7);padding: 5px 0;height: 20px;line-height: 20px;overflow: hidden;}

/*文章页面*/
.chapter{}
.chapter h1{line-height: 30px;font-size: 18px;/*text-align: center;*/}
.chapter .info{/*text-align: center;*/height: 25px;line-height: 25px;   border-bottom: 1px solid #eee;padding-bottom: 15px;}
.chapter .info span{display: inline-block;margin: 0 5px;}
/*.chapter .info .bigger{width: 25px;text-indent: 999px;cursor: pointer;
    background: url(../images/a+.png) no-repeat center center;
    -webkit-background-size: 25px auto;background-size: 25px auto;}*/
.chapter .chapter-cont{padding: 10px 0;}
.chapter .chapter-cont p{text-indent: 2em;}
.chapter .chapter-cont a{ color: #ff6600;}
.chapter .chapter-cont h4{font-size: 14px;font-weight: bold;/*height: 14px;*/line-height: 14px;padding-left: 10px;border-left: 6px solid #178dd6;margin: 15px 0;}
.download-box .btn a{color:white;}
.download-box .txt a{color:white;}
.chapter .chapter-cont img{max-width: 100%;display: block;margin: 10px auto;}
.chapter .chapter-cont .download-box img{margin: 0;}


.chapter .chapter-cont  .download-box1  img{margin: 0 auto;}
/*******************************
    -------[=合辑]-------
********************************/
.see-more,.no-more{display: block;height: 40px;line-height: 40px;
    overflow: hidden;text-align: center;color: #fff;background: #1cb2ff;
    border-radius: 5px;margin-bottom: 10px;}
.see-more:hover,.no-more:hover{opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}

.notice-box{border: 1px solid #bed5f0;padding: 10px;margin-top: 10px;
    border-radius: 5px;background: #f0f7ff;height: 52px;
overflow: hidden;}
.notice-box .notice{text-indent: 20px;
    background: url(../images/alert.png) no-repeat left 2px;
    -webkit-background-size: 15px 15px;background-size: 15px 15px;}
/**新增    **/
.toTop-btn {display: none;width: 30px;height: 30px;background-image:url("../images/wangshang.jpg"); ;opacity: 0.5;color: #fff;font-size: 28px;border-radius: 3px;position: fixed;bottom: 35px;right: 5px;cursor: pointer;z-index: 10;}
/*底部推荐*/
.app_fix_wrap { height: 60px; position: fixed; left: 0; bottom: 0; width: 100%; }
.app_fix_bg { background: #000; opacity: 0.8; height: 60px; position: fixed; left: 0; bottom: 0; width: 100%; }
.app_fix { height: 60px; position: relative; width: 100%; z-index: 999; color: #fff; }
.app_fix img { width: 40px; height: 40px; margin: 10px 10px 10px 20px; border-radius: 5px; }
.app_fix .btn_d { margin: 12px 10px 0 0; box-shadow: none; }
.af_close { position: absolute; color: #fff; width: 20px; height: 22px; display: block; line-height: 22px; top: 0; left: 0px; border-radius: 0 0 16px 0; background-color: #000; }
.app_fix_wrap.desk, .desk .app_fix_bg { width: 94%; border-radius: 10px; margin: 0 auto; left: 3%; bottom: 9px; }
.app_fix_wrap.desk, .desk .app_fix_bg, .desk .app_fix { height: 84px; }
.desk .app_fix img { width: 60px; height: 60px; margin: 12px 8px; }
.desk .af_close { right: -10px; top: -10px; border-radius: 16px; left: auto; width: 25px; height: 25px; line-height: 25px; text-align: center; background-color: #fff; color: #000; border: 3px solid #000; }
.desk_txt { padding: 12px 20px 0 0; }
.i_desk { background: url(../images/desk.png) no-repeat; display: inline-block; width: 12px; height: 16px; background-size: 12px 16px; }
.tri_down { display: inline-block; position: absolute; bottom: -9px; background: url(../images/tri_down.png) no-repeat; background-size: 20px 10px; width: 20px; height: 10px; left: 50%; margin-left: -10px; }
.dbox { display:-moz-box;display:-o-box; display:-webkit-box; display: box; width: 100%; z-index:111;}
.bigger {
color: #FFA101;
font-weight: bold;
font-size: 18px;
margin-left: 8px;
}
.bigger span {
color: #999;
margin-right: 10px;
}
.duoyu {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.name { font-size: 13px; height: 20px; overflow: hidden; line-height: 20px;margin-top: -10px;text-align: center; }
.chapter-page{overflow: hidden;text-align: right;margin-bottom: 10px;background: white;height: 35px;border-bottom: 1px solid #ddd;display:none;}
.chapter-page *{border: 1px solid #c6c6c6;border-radius: 5px;color: #666;
    height: 25px;line-height: 25px;display: inline-block;padding: 0 8px;}
.chapter-page select{
    padding: 0 15px 0 5px;height: 27px;vertical-align: middle;
    background: url(../images/a5.png) no-repeat right center;
    -o-background-size: auto 5px;
    -ms-background-size: auto 5px;
    -moz-background-size: auto 5px;
    -webkit-background-size: auto 5px;
    background-size: auto 5px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

/**新分页开始**/
.m-artnav_parent {background-color:white;}
.m-artnav {
    /**width: 95%;**/
    margin: 0 auto;
}
.m-artnav .bg_parent{width:100%;    background-color: #f5f5f5}
.m-artnav .bg {
    margin-bottom: 17px;
	width:95%;margin: 0 auto;
    background-color: #f5f5f5;
}
.m-artnav .tit {
    height: 44px;
    padding-left: 25px;

    font-size: 16px;
    line-height: 44px;
    color: #232323;

    background: url(../images/ico-artnav.png) no-repeat left center;
    background-size: auto 0.875em;
}
.m-artnav .item {
    border-top: 1px dashed #e1e1e1;
}
.m-artnav .title{
    position: relative;
    height: 42px;
    padding-right: 20px;

    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-artnav .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 10px;
    height: 10px;
    margin: auto;

    background: url(../images/ico-menu.png) no-repeat center;
    background-size: contain;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-artnav .item.on .title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.m-artnav .con{
    overflow: hidden;
    display: none;
}
.m-artnav .con li{
    height: 28px;
    margin-bottom: 12px;

    font-size: 16px;
    line-height: 28px;
}
.m-artnav .con li.on {
    color: #fff;

    background-color: #178dd6;
}
.m-artnav .con a{
    display: block;
    padding: 0 4%;
    color: inherit;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-artnav .wp{width:95%;height:45px;margin: 0 auto;}
.m-artnav .page {margin-top:10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;

    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;   
    -o-box-sizing: border-box; 
    box-sizing: border-box;
}
.m-artnav .page span,
.m-artnav .page a {
    float: left;
    width: 33.33%;
    height: 2em;

    font-size: 16px;
    text-align: center;
    line-height: 2em;

    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;   
    -o-box-sizing: border-box; 
    box-sizing: border-box;
}
.m-artnav .page span{
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;

    color: #ffa519;
    background-color: #f5f5f5;
}
/**新分页结束**/

.fleft{float:left;}

.b_page {
	height: 40px; padding: 10px 0;
}
.b_page li {
	 width: 49%;background: #FFF; border-radius:4px;
}
.b_page a {
	 display: block; height: 38px; line-height: 38px; text-align: center;border:1px solid #cbcbcb;font-size: 14px;border-radius: 5px;
}
.fl {
float: left;
}
.fr {
float: right;
}


.tgiconspan{float:right;}
.tgicon{display: inline-block;margin-right: 4px;width: 24px;height: 14px;background-image: url(../images/tgicon.png);background-repeat: no-repeat;}

.friendlink dl{padding:14px 0 0 10px;background:#999;color:#fff;font-size:14px;overflow:hidden}
.friendlink dt{line-height:1;font:;float:left;margin:0 8px 14px 0}
.friendlink dd a{line-height:1;font:;float:left;margin:0 14px 14px 0;color:#fff}

.ajax-tip { position:fixed; bottom:40px; width:100%; text-align:center; z-index:9; }
.ajax-tip .inner { background:rgba(0,0,0,.85); line-height:32px;  -webkit-border-radius:5px; color:#fff;  display:inline-block; padding: 5px 15px; -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);}
.down {cursor: pointer;}


.m-slide-apps{background: #fff;border-bottom: 1px solid #dadada;overflow: hidden;height:39px;}
.m-slide-apps .swiper-container{ margin-right: 0;margin-left: 0;}
.m-slide-apps .swiper-slide{text-align: center; font-size: 14px;}
.m-slide-apps .swiper-slide a{display: block; margin: 0px;white-space: nowrap; overflow: hidden;text-overflow:ellipsis;}
.m-slide-apps .on{border-bottom: 4px solid #457fc8;}

.hd-btn a,.hd-on a{display:block;color: #fff;}
.hd-btn{
    float: left;
    padding: 0 12px 0 7px;font-size: 14px;
    background: url(../images/mzt/hd-01.png) no-repeat right center;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    height: 45px;
    line-height: 45px;
}
.hd-on{float: left; padding: 0 12px 0 7px;font-size: 14px;height: 45px;line-height: 45px;}
.btn-logo{
    height: 50px;width: 35px;
    background: url(../images/mzt/btn-logo.png) no-repeat center center;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}
.comment_div{background-color:white;margin-top:10px;}
.comment_js{width:98%;margin: 0 auto;padding-top: 10px;}


.flexslider1 {
width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1;
}
.flexslider1 ul {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 0 0;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.flexslider1 li {
    width: 170px;
    height: auto;
    display: inline-block;
    margin: 0 0 0 12px;
    white-space: nowrap;
    overflow: hidden;
}

.newsnext{width: 90px;border-radius: 30px;margin:10px auto;text-align: center;font-size: 14px;line-height: 32px;border:#65bb0a 1px solid}
.newsnext a,.wzlist .con .newsnext a{color:#65bb0a}
.foucs_dyh{float: right;display: block;margin:0px 0 0 0;width:60px;line-height: 25px;}
.intro #summary{height: 56px;overflow: hidden;}

.wefocus{position:relative;background: url(../wap/we_icon.png) no-repeat 10% center;background-size:10% auto;line-height: 30px;padding:10px 0 10px 25%}.wefocus b{display: block;color:#65bb0a;}
.wefocus_b{position:absolute;right:10px;top:24px;color:#ff8100;border:#ff8100 1px solid;border-radius: 5px;padding:0 10px;line-height: 28px;transition:all .5s}.wefocus_b:hover{background: #ff8100;color:#fff}
.wefocus_a{display:none;position: fixed;width:80%;top:50%; z-index:9; left:10%;background:#fff;border-radius: 10px;border:#ddd 1px solid}.wefocus_a img{max-width: 100%}
.wefocus_a_head{display: flex;justify-content: space-between;flex-flow: nowrap;justify-content: flex-start;color:#666;padding:10px 15px;border-bottom: #ddd 1px solid;font-size: 15px}.wefocus_a_head img{margin-right: 10px;}.wefocus_a_head b{display: block;color:#333;margin-top: 7px;}
.wefocus_a_way{padding:5px 10px}.wefocus_a_way b{display: block;line-height: 30px;}
.wefocus_a_way dl{}.wefocus_a_way dl dt{}.wefocus_a_way dl dt i{display: inline-block;border-radius: 50%;border:#ddd 1px solid;width:20px;height: 20px;line-height: 20px;text-align: center;margin-right: 10px}
.wefocus_a_way dl dd{margin-left: 10px;border-left: 1px solid #ddd;padding-left: 20px}.wefocus_a_way dl dd img{margin:10px  0 0 0;}
.wefocus_btn{margin:5px 15px 15px 15px;background:#65bb0a;border-radius: 5px;line-height: 45px;font-size: 16px;color:#fff;text-align: center; }.wefocus_btn a{color:#fff}
.wefocus_bg{display:none;background:rgba(0,0,0,.5);position: fixed;left:0;top:0;width:100%;height: 100%;z-index: 8}
.wefocus_clo{width:25px;height: 25px;position: absolute;right:7px;top:7px;background: url(../images/close.png) no-repeat center center #eee;background-size: 80% auto;border-radius: 50%;cursor: pointer}

.bd_offic_div{margin-top:0;border-top:0;}/*border-top: 1px solid #ddd;*/