/* 引用阿里字体 */
@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;
	overflow-x: hidden;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
}

a:hover {
	color: #1e89e0;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}
.navBtn{
	width: 0.933333rem;
	height: 0.933333rem;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	line-height: 0.933333rem;
}
.navBtn a i{
	font-size: 0.566666rem;
	color: #fff;
}


.mt20{
	margin-top: 0.266666rem;
}
.mt30{
	margin-top: 0.4rem;
}
.appBtn{
	width: 88%;
	text-align: center;
	font-size: 0.453333rem;
	height:1.173333rem;
	line-height: 1.173333rem;
	border-radius: 0.586666rem;
	color: #fff;
	margin-bottom:.2rem;
	margin-top:0.433333rem;
	background: rgba(0,0,0,.5);
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(250, 250, 250, 0.2)));
	
}

.appBtn.no{
	background: #aab2bd !important;
}

.imgBox{
	margin-top: 0.533333rem;
	position: relative;
	z-index: 30;
}

.imgBox ul{
	padding-left: 0.266666rem;
	    padding-top: 0.09rem;
	    white-space: nowrap;
	    overflow-y: auto;
	    overflow-x: auto;
	    padding-bottom: .3rem;
		font-size: 0;
}
.imgBox ul li{
	display: inline-block;
	font-size: 0;
	margin-right: 0.266666rem;
}
.imgBox ul li img{
	border-radius: 0.266666rem;
	max-width: 4.5rem;
	max-height: 4.5rem;
	display: block;
}


.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
}
.listheadBg{
	position: relative;
	z-index: 10;
	background: rgba(0,0,0,.2);
}

.appInfo{
	padding: 0.266666rem;
}


.article{
	padding-top: 0.266666rem;
	font-size: 0.373333rem;
	line-height: 1.8;
	overflow: hidden;
}
.article.on{
	height: auto;
}
.article p{
	margin-bottom: 0.24rem;
}
.article h3{
	font-size: 0.4rem;
	font-weight: bold;
	 letter-spacing:3px;
}
.article img{
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0.2rem auto;
}
.article strong{
	font-weight: bold;
	font-size: 0.386666rem;
}


.articleBtn{
	animation: tiao 0.5s linear infinite alternate
}
.articleBtn i{
	font-size: 0.453333rem;
	padding: 0.2rem;
}
@keyframes tiao {
	0%{
		transform: translateY(8px);
	}
	100%{
		transform: translateY(0);
	}
}


.topAbs{
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	/* width: 10rem; */
	height: 8.5rem;
	margin: 0 auto;
	    filter: blur(10px);
}
.topAbsBox{
	height: 8.5rem;
}
.topAbs::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: rgba(0,0,0,.1); */
}

.appBox{
	padding: 0.266666rem 0.333333rem;
	border-radius: 0.266666rem;
	position: relative;
	z-index: 300;
	margin: 0.266666rem;
	margin-top: 2.8rem;
	background-image: linear-gradient(45deg, #00ba5e, #39b54a);

}
.appDimg{
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(250, 250, 250, 0.2)));
	
	margin-top: -1.4rem;
	width: 2.4rem;
	height: 2.4rem;
	overflow: hidden;
	border-radius:0.5rem;
	border: 3px #fff solid;
}
.appBox .d-flex{
	display: flex !important;
}

.appBox h1{
	letter-spacing:2px;
	color: #fff;
	padding-bottom: 0.266666rem;
	font-size: 0.466666rem;
	margin-left: 0.266666rem;
}

.appTxt{
	margin-top: 0.266666rem;
	font-size: 0.373333rem;
	color: #fff;
	line-height: 1.8;
	text-indent: 2em;
	
}
.appTxt..text-overflow2{
	-webkit-line-clamp: 3;
}
.text-overflow2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.appIbottom{
	color: #fff;
	font-size: 0.346666rem;
}

.header{
	padding: .18rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	height: .6rem;
}
.navList a{
	font-size: 0.373333rem;
}
.navList a.on{
		font-size: 0.373333rem;
}
.navList a{
	flex: initial;
	margin-left: 0.4rem;
}
.navList{
	justify-content: flex-end;
	flex: 1;
	margin-left:0;
}