/* 引用阿里字体 */
@import "iconfont.css";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, sans-serif;
	-webkit-tap-highlight-color: transparent;
	background: #ffffff;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,body{
	max-width: 750px;
	margin: 0 auto;
	min-width: 320px;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cf:after {
	clear: both;
	display: table;
	content: " "
}
a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
}

a:hover {
	color: #1e89e0;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.headBg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4.666666rem;
	background-image: linear-gradient(45deg, #00ba5e, #39b54a);
	z-index: 10;
}
.listheadBg{
	background-image: linear-gradient(45deg, #00ba5e, #39b54a);
}



.headBg:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1.333333rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	
}
.header{
	position: relative;
	z-index: 30;
	padding: 0.266666rem;
}


/* flex 布局*/
.d-flex{display: flex;}
.d-flex-center-center{display: flex;align-items: center;justify-content: center;}
.d-flex-center{display: flex;align-items: center;}
.d-flex-start{display: flex;align-items: flex-start;}
.d-flex-between{display: flex;justify-content: space-between;}
.d-flex-justify-center{display: flex;justify-content: center;}
.d-flex-center-between{display: flex;align-items: center;justify-content: space-between;}
.flex-row-reverse{flex-direction: row-reverse;}
.flex-1{flex: 1;}
.flex-column{flex-direction: column;}
.flex-wrap{flex-wrap: wrap;}
.flex-shrink{flex-shrink: 0;}
.flex-end{
	align-items: flex-end;
}
.logo{
	height: .9rem;
}
#nav img{
	height: .8rem;
}
.navList{
	margin-top: 0.066666rem;
}
.navList a{
	padding: 0.2rem 0;
	flex: 1;
	color: #fff;
	font-size: 0.426666rem;
	text-align: center;
	opacity: .8;
	text-shadow: 0 0.133333rem 0.133333rem rgba(0,0,0,.1);
}
.navList a.on{
	position: relative;
	opacity: 1;
	font-size: 0.453333rem;
}
.navList a.on::after{
	position: absolute;
	height: 3px;
	content: "";
	background-color: #fff;
	width: 14px;
	border-radius: 1px;
	left: 50%;
	margin-left: -7px;
	bottom: 0;
}
.index-swiper{
	padding-bottom: 0.75rem;
	margin: 0.106666rem auto 0;
}
.index-swiper img{
	display: block;
	margin: 0 auto;
	border-radius: 0.266666rem;
	width: 9.466666rem;
	height: 4.4rem;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), to(rgba(250, 250, 250, 0.2)));
	
}
.index-swiper .swiper-pagination-bullet{
	height: 6px;
	width: 10px;
	border-radius: 0;
}
.index-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
	width: 25px;
	border-radius: 0;
	background: #05d3eb;
}

.indexTop{
	position: relative;
	z-index: 30;
	padding-left: 0.266666rem;
	padding-right: 0.266666rem;
	padding-bottom: 0.266666rem;
}
.mt20{margin-top: 0.266666rem;}
.indexHot a i{
	font-size: 0.8rem;
	-webkit-background-clip:text;
	            color: transparent;
}
.indexHot p{
	position: 0.066666rem;
	font-size: 0.38rem;
	color: #323232;
}
.gl{
	height: 0.24rem;
	background: #f2f2f2;
}
.p20{
	padding: 0.266666rem;
}
.title01{
	font-size:1.333333rem;
	color: rgba(0,0,0,.08);
	margin-top: -0.4rem;
}
.title{
	font-size: 0.533333rem;
	font-weight: 600;
	color:#323232;
}
.title span{
	font-weight: 400;
	font-size: 0.4rem;
	    background: #F6F7F8;
	    color: #9DA0A5;
	width: 0.666666rem;
	height: 0.666666rem;
	text-align: center;
	line-height: 0.666666rem;
	border-radius: 50%;
}
.list-01{
	display: block !important;
	overflow: hidden;
	padding: 0.266666rem;
	padding-bottom: 0.106666rem;
}

.list-01 ul {
	padding-top: 0.09rem;
    white-space: nowrap;
    overflow-y: auto;
    overflow-x: auto;
    padding-bottom: .3rem;
}
.list-01 ul li {
    display: inline-block;
    text-align: center;
	padding: 0.333333rem 0.2rem;
	border-radius: 0.266666rem;
	margin-right: 0.2rem;
}
.list-01 ul li a{
	color: #fff;
}
.list-01 ul li:nth-child(1){
	background-image: linear-gradient(45deg, #f43f3b, #ec008c);
}
.list-01 ul li:nth-child(2){
	background-image:  linear-gradient(45deg, #a98dfa, #05d3eb)
}

.list-01 ul li:nth-child(3){
	background-image:  linear-gradient(45deg, #ff9700, #ed1c24);
}
.list-01 ul li:nth-child(4){
	background-image: linear-gradient(45deg, #9000ff, #5e00ff);
}
.list-01 ul li:nth-child(5){
	background-image:linear-gradient(45deg, #ec008c, #6739b6);
}
.list-01 ul li:nth-child(6){
	background-image: linear-gradient(45deg, #f43f3b, #ec008c);
}
.list-01 ul li:nth-child(7){
	background-image:  linear-gradient(45deg, #a98dfa, #05d3eb)
}
.list-01 ul li:nth-child(8){
	background-image:  linear-gradient(45deg, #ff9700, #ed1c24);
}
.list-01 ul li:nth-child(9){
	background-image: linear-gradient(45deg, #9000ff, #5e00ff);
}
.list-01 ul li:nth-child(10){
	background-image:linear-gradient(45deg, #ec008c, #6739b6);
}

.bg-gradual-red {
	background-image: linear-gradient(45deg, #f43f3b, #ec008c);
}

.bg-gradual-orange {
	background-image:  linear-gradient(45deg, #ff9700, #ed1c24);
}

.bg-gradual-green {
	background-image:linear-gradient(45deg, #39b54a, #8dc63f);
}

.bg-gradual-purple {
	background-image: linear-gradient(45deg, #9000ff, #5e00ff);
}

.bg-gradual-pink {
	background-image:linear-gradient(45deg, #ec008c, #6739b6);
}
.bg-gradual-pink2 {
	background-image:linear-gradient(45deg, #a98dfa, #05d3eb);
}

.bg-gradual-blue {
	background-image:  linear-gradient(45deg, #00a9e4, #1cbbb4)
}



.list-01 ul li img{
	margin-bottom: 0.2rem;
	width:1.8rem;
	height: 1.8rem;
	border: 0.08rem rgba(255,255,255,.2) solid;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)));
}
.list-01 ul li p.p1{
	width:2.2rem;
}
.list-01 ul li .btn{
	color: #fff;
	background: rgba(0,0,0,.3);
}

.my-12{
	margin:0.16rem 0;
}
.text-000{
	color: #000;
}
.text-black60{color: rgba(0,0,0,.6);}
.fz-30{
	font-size: 0.4rem;
}
.fz-32{
	font-size: 0.426666rem;
}
.fz-36{
	font-size:0.48rem;
}
.fz-26{font-size: 0.346666rem;}
.list-01 ul li p.p2{
	font-size: 0.346666rem;
	color: rgba(0,0,0,.6);
}

.btn{
	width: 1.546666rem;
	height: 0.666666rem;
	line-height: 0.666666rem;
	margin-top: 0.16rem;
	background: #ccf1df;
	color: #00ba5e;
	font-size: 0.373333rem;
	text-align: center;
	border-radius: 0.333333rem;
}
.fwb{font-weight: bold;}
.text-overflow{ overflow: hidden;}
.text-overflow1{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.text-overflow2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.text-overflow3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.w150{width: 2rem;}
.hotApp .img{
	margin-top: 0.08rem;
	width: 100%;
	height:4.666666rem;
	border-radius: 0.266666rem;
}
.appImg{
	width: 1.733333rem;
	height: 1.733333rem;
}
.mr-20{
	margin-right: 0.266666rem;
}
.ml-20{margin-left: 0.266666rem;}
.w400{width: 5.333333rem;}
/* 阴影 */
.shadow-sm {box-shadow: 0 0.133333rem 0.133333rem rgba(0,0,0,.075);}
.shadow{box-shadow: 0 0.266666rem 0.266666rem rgba(0,0,0,.075);}
.shadow-lg{box-shadow: 0 0.4rem 0.4rem rgba(0,0,0,.175);}
.hotAppTit h3{
	font-size: 0.4rem;
	color: #000;
}
.hotAppTit p{
	font-size: 0.32rem;
}
.hotAppTit p.p1{color: rgba(0,0,0,.8); margin: 0.1rem 0;}

.hotAppTit p.p2{color: rgba(0,0,0,.5); }
.hotAppTit i{
	color: #ff9700;
}

.border-r20{
	border-radius: 0.266666rem;
}
.border-r10{
	border-radius: 0.133333rem;
}
.top4Ul {
	margin-left: -0.133333rem;
	margin-right: -0.133333rem;
	padding-top: 0.133333rem;
}
.mt10{margin-top: 0.133333rem;}
.top4Ul li{
	padding: 0 0.133333rem;
	box-sizing: border-box;
	width: 25%;
}

.top4Ul li img{
	width: 1.733333rem;
	height: 1.733333rem;
}
.yyList li{
	margin-bottom:0.5rem;
}
.yyList{
margin-bottom: -0.3rem;
}
.top4Ul h3{
	height: 0.533333rem;
	line-height: 0.533333rem;
	overflow: hidden;
}

.top5Ul{
	margin-left: -0.266666rem;
	margin-right: -0.266666rem;
}
.top5Ul li{
	padding:0.373333rem 0.266666rem;
}
.top5Ul li + li{
	border-top:1px rgba(0,0,0,.08) solid ;
}
.top5Ul li a{
	display: flex !important;
}
.border-bottom{
	border-bottom:1px rgba(0,0,0,.08) solid ;
}
.p15{padding-bottom: 0.2rem;}
.pt0{padding-top: 0 !important;}
.newsList li{
	padding: 0.2rem 0;
	line-height: 1.6;
	position: relative;
	padding-left: 0.333333rem;
}

.newsList li::before{
	position: absolute;
	left: -0.066666rem;
	font-size: 0.266666rem;
	top: 0.266666rem;
	opacity: .5;
}
.newsList{
	padding-top: 6px;
}
.newsList li:nth-child(1){
	padding-left: 0;
	padding-bottom: 0.333333rem;
}
.newsList li:nth-child(1)::before{
	display: none;
}
.newsList li:nth-child(1) h3{
	font-weight: bold;
	text-align: center;
}
.newsList li + li{
	border-top:1px rgba(0,0,0,.08) solid ;
}
.mt15{
	margin-top: 0.2rem;
}
.text-indent2{
	text-indent: 2em;
}
.height1-6{
	line-height: 1.6;
}
.fz-28{
	font-size: 0.373333rem;
}

.top-txt {
	margin-top: 0.266666rem;
	padding: 0 0.4rem;
	font-size: 0.373333rem;
	line-height: 1.6;
	color: #666;
	text-indent:0.266666rem;
	height: 1.1rem;
	overflow: hidden;
	position: relative;
}
.top-txt::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0.426666rem;
	height: .426666rem;
	background: url(../images/s1.png) no-repeat;
	background-size: .426666rem .426666rem;
	
}
.top-txt::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.133333rem;
	width: 0.426666rem;
	height: 0.426666rem;
	background: url(../images/x1.png) no-repeat;
	background-size: .426666rem .426666rem;
}
.mbxBox{
	padding: 0.266666rem;
	font-size: 0.32rem;
}
.mbxBox i{
	color: #999;
	font-size: .32rem;
}
.mbxBox a{
	display:inline-block;
	padding: 0 0.08rem;
	color: #999;
}
.text-fff{color: #fff;}
.flbtn{
	line-height: 1;
	padding:0.2rem ;
	background: #00ba5e;
}

.popFl{
	background: rgba(0,0,0,.6);
	position: absolute;
	z-index: 1000;
	left: 0;
	top:3.89rem;
	right: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	display: none;
}
.popList{

	background:#fff;
	overflow: hidden;
}
html.fixed, html.fixed body {
    overflow: hidden;
}
.popList{
	padding-top: 0.266666rem;
	padding-left: 0.133333rem;
	padding-right: 0.133333rem;
}
.popList li{
	width: 25%;
	text-align: center;
	margin-bottom: 0.266666rem;
}
.popList li a{
	padding: 0.186666rem 0;
	display: block;
	margin: 0 0.133333rem;
	background: #f5f6f8;
	border-radius: 0.133333rem;
}
.popList li a:hover{
	background: #00a9e4;
	color: #fff;
}
.gbBtns{
	display: block;
	margin: 0 auto;
	text-align: center;
	width:1.066666rem;
	height: 1.066666rem;
	line-height: 1.066666rem;
	
}
.gbBtns i{
	font-size: 0.533333rem;
	color:#666 ;
}

 .ximg{
	width: 1.973333rem;
	height: 0.4rem;
} 


/* 排行 */
.ranking-tab .item .bg {
    height: 4rem;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.ranking-tab .item .bg:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.ranking-tab .item .bg i {
    display: inline-block;
    height: 4rem;
    width: 100%;
    position: absolute;
    top: -.3rem;
    left: 0;
    z-index: 1;
    background-size: 8.5rem 8.5rem;
    background-position: center;
    -webkit-filter: blur(10px);
    filter: (10px);
}
.ranking-hot{
	display: flex;
	background: #fff;
	margin-top: -.5rem;
	position: relative;
	z-index: 10;
}
.ranking-hot li{
	width: 31%;
	background: #fff;
	border-radius: .2rem;
	position: relative;
	padding-top: .6rem;
	text-align: center;
	padding-bottom: .26rem;
}
.ranking-hot li span{
	position: absolute;
	left: 50%;
	top: -.35rem;
	border-radius: 50%;
	width: .7rem;
	height: .7rem;
	text-align: center;
	line-height: .7rem;
	font-size: .4rem;
	font-weight: bold;
	margin-left: -.35rem;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ranking-hot li img{
	width: 1.8rem;
	height: 1.8rem;
	border-radius: .26rem;
	display: block;
	margin: 0 auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)));
	
}
.ranking-hot li strong{
	margin:.2rem 0 .1rem;
	display: block;
	font-size:.4rem;
	line-height: 1.5;
	padding: 0 .18rem;
	color: #000;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ranking-hot li .item{
	font-size: .34rem;
	color: #999;
	text-align: center;
}
.ranking-hot li .btns{
	font-size: .373333rem;
	    background: #ccf1df;
	        color: #00ba5e;
	    display: inline-block;
	    padding: .1rem .46rem;
	    border-radius: .33rem;
		margin-top: .15rem;
		
}

.ranking-hot li.one span{
	background: #ff3000;
	color: #fff;
}

.ranking-hot li.two span{
	background: #34ccff;
	color: #088bbf;
}
.ranking-hot li.three span{
	background: #fcbd6d;
	color: #d87b01;
}
.ranking-hot li.one img{
	width: 2.2rem;
	height: 2.2rem;
}
.ranking-hot li.one{
	flex: 1;
	margin-top: -.7rem;
	padding-top: .9rem;
}

.top5Ul li span{
	background: rgba(0,0,0,.04);
	border-radius: 0.13333rem;
	line-height: .8rem;
	font-size: 0.373333rem;
	margin-right: .2rem;
	width: 0.8rem;
	height: 0.8rem;
	text-align: center;
}
.newsPage{
	background: #F5F5F5;
}
.newsBox{
	
}
.newsBox li a{
	
	display: flex;
	background: #fff;
	padding:0.266666rem;
	margin-bottom: 0.266666rem;
	padding-top: 0;
}
.newsBox .newst{
	padding:0.4rem 0 0.266666rem 0;
	font-size: 0.43rem;
	line-height: 1.6;
	font-weight: bold;
}
.newsBox li a .pic{
	width: 100%;
	height: 4.8rem;
	overflow: hidden;
	position: relative;
	border-radius: 0.4rem;
}
.newsBox li a .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform:translate(-50%,-50%) ;
}

.newsBox li .newstxt{
	margin-top: 10px;
	text-indent: 2em;
	color: rgba(0,0,0,.6);
	line-height: 1.8;
	font-size: 0.373333rem;
}
.newsBox li span{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 30;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 0.346666rem;
	padding: 0.133333rem 0.333333rem;
}

#Top {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    z-index: 2019;
    right: 12px;
    bottom: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) url(../images/icon_up.png) no-repeat center;
    background-size: 50%;
}
.news-article{
	padding: 0.266666rem;
	background: #fff;
}
.title-h1 {
    font-size: .44rem;
    font-weight: bold;
	line-height: 1.6;
    letter-spacing: 0.02rem;
}
.news-article .title-h1{
	font-size: .5rem;
}
.news-info{
	font-size: .32rem;
	color: #999;
	line-height: 1.6;
	padding: .3rem 0 .2rem;
	border-bottom: 1px solid #eee;
}
.news-info span,.news-info time{
	display: inline-block;
	padding-right: .2rem;
}


.article p{
	word-wrap: break-word;
}


.articleTop { margin: 0.266666rem 0; line-height: 1.8;
    font-size: .38rem; color: #333; display: block !important;}
	
	.articleTop img{
		display: block;
		margin: 10px auto;
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
		max-height: 380px;
	}
	.topAbsBox{
		top: 0;
		left: 0;
		right: 0;
		height: 11rem;
		width: 10rem;
		margin: 0 auto;
		overflow: hidden;
		position: absolute;
	}
.articleTop p { margin: 0.106666rem auto; }
.articleTop strong{font-weight: bold;}

.dlapp-box{
	background: #f4f5f5;
	border-radius: 0.2rem;
	padding: 0.266666rem;
	position: relative;
	margin: 0.2rem 0;
	display: flex;
	align-items: center;
}
.dlapp-box dt{
	width: 1.6rem
}
 .dlapp-box dt img{
	width: 1.6rem !important;
	height: 1.6rem  !important;
	max-width: 100% !important;
	margin: 0;
	display: block;
	border-radius: 0.266666rem;
}
.dlapp-box dd.dd01{
	margin-left: 0.266666rem;
	flex: 1;
}
.star { width: 74px; height: 12px; position: relative; overflow: hidden; background: url(../images/star.png) no-repeat; }
.star5{
	background-position: 0 0;
}
.star4{
	background-position: -14px 0;
}
.star3{
	background-position: -29px 0;
}
.star2{
	background-position: -44px 0;
}
.star1{
	background-position: -60px 0;
}
.star0{
	background-position: -74px 0;
}



.dlapp-box dd.dd01 .att{
	display: block;
	font-size: 0.4rem;
	color: #333;
	height: 0.8rem;
	line-height: 0.8rem;
	overflow: hidden;
}
.dlapp-box dd.dd01 .att:hover{
}
.dlapp-box dd.dd01 p{
	color: #999;
	margin-top: 0.1rem;
	font-size: 0.346666rem;
	
}
.dlapp-box dd.dd02 a{
	padding: 0 0.4rem;
	height: 0.7rem;
	line-height:  0.7rem;
	text-align: center;
	background-image: linear-gradient(45deg, #00ba5e, #39b54a);
	color: #fff;
	display: block;
	border-radius: .35rem;
	font-size: 0.373333rem;
}

.article{
	padding: .3rem 0 0;
	line-height: 1.8;
	font-size: .38rem;
}

.article img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto!important;
	margin: 0.266666rem auto;
	max-height: 380px;
}
.article h3{
	font-weight: bold;
	margin: 0.133333rem 0;
	color: #00ba5e;
}

.titleh2{
	font-size: 0.48rem;
	font-weight: bold;
}

.sytleList{
	position: fixed;
	right: 0;
	top: 30%;
		z-index: 9000;
}
.sytleList a{
	display: block;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	padding: 0 30px;
}


.page {
	margin-top: .2rem;
	padding: .2rem;
	display: flex;
	position: relative;
}

.page span:before {
	display: block;
	content: '';
	position: absolute;
	right: 5px;
	top: 11px;
	width: 15px;
	height: 10px;
	background-size: auto 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.page>a {
	flex: 1;
	margin: .16rem;
	display: inline-block;
	line-height: .8rem;
	border-radius: .1rem;
	background: #ddd;
	text-align: center;
	color: #333;
	font-size: .34rem;
}

.page>a:active,
.page span .cbtn a:active {
	background: #ddd;
}

.page>span {
	flex: 1;
	margin: .16rem;
	display: inline-block;
	line-height: .8rem;
	border-radius: .1rem;
	text-align: center;
	background: #00a9e4;
	color: #fff;
	font-size: .34rem;
	position: relative;
}

.page>span .cbtn {
	display: none;
	width: 100%;
	position: absolute;
	top: -62px;
	left: 0;
	z-index: 10;
	height: 92px;
	overflow-y: scroll;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #bbb;
	-moz-box-shadow: 0 30 3px #bbb;
	box-shadow: 0 0 3px #bbb;
}

.page>span .cbtn a {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-bottom: 1px;
	float: left;
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
	color: #666;
}

.page>span.a1none a,
.page>span.a1none a:hover,
.page>span.a1none a:active {
	color: #fff;
}

.page>span.a2none a,
.page>span.a2none a:hover,
.page>span.a2none a:active {
	color: #fff;
}



.imgshow {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	z-index: 22;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 10px;
	background-size: 40px
}

.imgshow .swiper-slide {
	background: 0 0
}
.footer img{
	height: .9rem;
}

.news-article h3,.article h3 {
    line-height: 1.6;
    color: #333;
    font-size: .4rem;
    padding-left: .3rem;
    position: relative;
    font-weight: bold;
	margin-bottom: 0.18rem;
}
.news-article h3:before,.article h3:before {
    content: "";
    height: 100%;
    width: .18rem;
    background: #00ba5e;
    position: absolute;
    left: 0;
    top: 0;
}

.mmDbox {
	height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	max-width: 750px;
	margin: 0 auto;
}
.mmlogo img{height: 35px;display: block;margin: 10px;width: auto;max-width: 100%;}
.mmheader {background: #fff;}
.mmnav{display: flex;justify-content: center;background: #007AFF;}
.mmnav a{flex: 1;color: #fff;text-align: center;padding: 10px;font-size: 15px;}
.mmsection{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;				
}
.mmsection img{
	margin-bottom: 30px;
	max-width: 100%;
	width: auto;
}
.mmaa{
	background: #007AFF;
	color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 14px;
}
.mmfooter{
	text-align: center;
	background: #fff;
	padding:18px 10px;
	font-size: 14px;
}
.btnBox{
	display: flex !important;
}
.appBtn{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.appBox h1{
	display: flex !important;
}
a[href*="https://www.cnzz.com"]{display: none !important;}