.page-header{
	position: fixed;
	z-index: 10000;
}
.banner{
	display: inline-block;
}
::-webkit-scrollbar{
	width: 0;
}
#go-to-top{
	z-index: 9999;
}
#icp{
	cursor: pointer;
}

.li-app img{
	margin: 10px 20px;
	height: auto;
}
.line{
	padding: 3rem 0 !important;
}
.line span{
	font-size: 20px;
	position: relative;
	top: 4px;
	display: inline-block;
	margin: auto 20px;
}
.line a,
.line a:hover{
	color: #fff !important;
}
.member{
	width: 600px;
	margin: auto;
	overflow: hidden;
}
.member li{
	width: 33.3%;
	padding: 0px!important;
	float: left;
}
.member li span{
	display: inline-block;
	background-color: rgba(255,255,255,.2);
	border-radius: 35px;
	text-align: center;
	padding: 1px 20px;
	font-size: 16px;
	color: #fff;
}
.pcline p{
	font-size: 18px;
}
.app{
	position: relative;
}
.app .ewm{
	position: absolute;
	top: 50px;
	left: 1px;
    /*width: 180px;*/
	z-index: 3;
	display: none;
}

.wapline{
	display: none !important;
}
.wapline p{
	font-size: 14px;
}
.index-btn button{
	width: 29%;
	float: left;
	margin-left: 22%;
}
.index-btn button:nth-child(2){
	margin-left: 5%;
}

@media only screen and (max-width: 1400px) {
	.index-btn button{
		width: 30%;
		margin-left: 20%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.index-btn button{
		width: 33%;
		margin-left: 14%;
	}
}
@media screen and (max-width: 640px) {
	.member{
		width: 100%;
	}
	.banner-con>h1.pui-text-xxxxxl{
		padding-left: 3rem;
		padding-right: 3rem;
		margin-top: 3rem !important;
		font-size: 3.3rem !important;
	}
	.banner-con .title-span{
		display: block;
	}
	.li-app img{
		width: 80%;
	}
	.wapline{
		display: block !important;
	}
	.pcline{
		display: none !important;
	}
	.index-btn button{
		width: 29%;
		margin-left: 22%;
	}
	.index-btn button:nth-child(2){
		margin-left: 5% !important;
	}
}

@media screen and (max-width: 460px) {
	.member li{
		/*width: 50%;*/
		margin: 20px auto;
	}
	.member li span{
		background-color: rgba(102,130,47,.3);
	}
	.index-btn button{
		width: 30%;
		margin-left: 20%;
	}
	.index-btn button:nth-child(2){
		margin-left: 5% !important;
	}
	#icp{
		display: block;
	}
}
@media screen and (max-width: 414px) {
	.index-btn button{
		width: 67%;
		margin-left: 13%;
	}
	.index-btn button:nth-child(2){
		margin-left: 13% !important;
	}
}

@media screen and (max-width: 374px) {
	.banner-con>h1.pui-text-xxxxxl{
		padding: 1rem !important;
		font-size: 3rem !important;
	}
	.mobile-more{
		margin-right: 0rem;
	}
	.input-wrap label{
		width: 25% !important;
	}
	.index-btn button{
		width: 70%;
		margin-left: 10%;
	}
	.index-btn button:nth-child(2){
		margin-left: 10% !important;
	}
	
}