.ui-window-center {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ui-vertical-center {
	/*定位居中*/
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	-moz-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
}

.ui-pack-center {
	/*定位居中*/
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	-moz-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
}

.ui-mid-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	-moz-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%);
}

.ui-ovhidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-margin-at {
	text-align: center;
	margin: 0 auto;
}

.block-hidden {
	display: none;
}

.block-show {
	display: block;
}
.pst-center{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	text-align: center;
}

section,aside{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.slideA{
	background:url(../img/pageBg.png) 0 0 no-repeat;
	background-size:100% 100%;
}
.slideA .logoLP{
	position:absolute;
	top:3.9%;
	left:5.5%;
	width:30.3%;
}
.slideA .phone-pic{
	position:absolute;
	top:16.6%;
	left:36.4%;
	width:33.6%;
}
.slideA .download-link{
	bottom:20.6%;
	width:40.3%;
}
.slideA .slideA-notice{
	font-family: PingFang-SC-Regular;
	font-size: 0.14rem;
	color: #042549;
	letter-spacing: -0.63px;
	line-height: 30px;
	bottom:1.6%;
}
.slideA .bank-search{
	bottom:34.9%;
	width:65.5%;
}
aside .bg-phone{
	bottom: 26.6%;
	width:3.25rem;
	height:6.73rem;
	z-index:10;
	
}
aside .slideB div.bg-phone{
	position:absolute;
}
aside .bg-phone img.sec-img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
aside img.bg-color{
	bottom:0;
	height:32%;
	width:100%;
	z-index:9;
}
aside p.phg-up{
	font-family: PingFang-SC-Medium;
	font-size: 0.4rem;
	color: #E8F3FF;
	text-shadow: 0 2px 4px rgba(0,0,0,0.30);
	bottom: 20%;
	z-index:20;
}
aside p.phg-down{
	font-family: MicrosoftYaHei;
	font-size: 0.24rem;
	color: #E8F3FF;
	line-height: 0.38rem;
	bottom: 15.7%;
	z-index:20;
}
.slideB div.big-circle{
	width:50%;
	/*height:15.9%;*/
	top:2.25rem;
	z-index:22;
	/*transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;*/
	/*animation:move 0.6s linear infinite;
	-webkit-animation: move 0.6s linear infinite;*/
}
/*@-webkit-keyframes move{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}
}*/
.slideB div.big-circle img , .slideB div.sm-circle img{
	width:100%;
}
.slideB div.sm-circle{
	width:38.4%;
	/*height:12.1%;*/
	top:2.43rem;
	z-index:30;
	/*animation:sMove 0.6s linear infinite;
	-webkit-animation:sMove 0.6s linear infinite;*/
	/*transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;*/
}
/*@-webkit-keyframes sMove{
	from{transform:rotate(0deg)}
	to{transform:rotate(-360deg)}
}*/
.slideB div.content-circle{
	padding-top:0.2rem;
	width:38.4%;
	/*height:12.1%;*/
	top:2.43rem;
	z-index:40;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
.slideB div.content-circle p.bank-name{
	font-family: PingFang-SC-Light;
	font-size:0.1rem;
	color: #7A7E83;
}
.slideB div.content-circle p.bank-count{
	font-family: PingFang-SC-Medium;
	font-size: 0.36rem;
	color: #1F84DA;
	line-height:1.3;
}
.slideB div.content-circle p.bank-product{
	font-family: PingFang-SC-Light;
	font-size: 0.12rem;
	color: #9B9B9B;
}

.slideA-notice-update{
	font-family: PingFangSC-Semibold;
	font-size: 12px;
	color: #FFFFFF;
	bottom: 14.6%;
}
.slideA-notice-version{
	font-family: PingFang-SC-Light;
	font-size: 12px;
	color: #ffffff;
	bottom:11.6%;
}

.slideWithoutA .download-link{
	bottom:5.6%;
	width:40.3%;
	z-index: 999;
}

/*遮罩层*/
#maskLayer{
	z-index: 999;
	opacity: 0.2;
	background: #000000;
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	display:none;
}

.weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity = 80);
	height: 100%;
	width: 100%;
	z-index: 100;
}

.weixin-tip-and {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity = 80);
	height: 100%;
	width: 100%;
	z-index: 100;
}

.weixin-tip p {
	text-align: center;
	margin-top: 3%;
	float: right;
	margin-right: 3%;
	/*padding: 0 5%;*/
}

.weixin-tip-and p {
	text-align: center;
	margin-top: 3%;
	float: right;
	margin-right: 3%;
	/*padding: 0 5%;*/
}

.ios-tip {
	z-index: 1000;
	width: 100%;
	padding-bottom: 20px;
	background: white;
	border-radius: 13px 13px 0px 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.mainOne {
	width: 100%;
	height: 50px;
	background: #F8F8F8;
	border-radius: 8px;
}

div.az {
	width: 56px;
	height: 20px;
	float: left;
	font-size: 14px;
	color: #313131;
	text-align: center;
	margin: 14px 0px 15px 20px;
}

div.gb {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: black;
	float: right;
}

.mainTwo {
	width: 100%;
	margin-bottom: 20px;
}

.p1 {
	width: 80%;
	height: 20px;
	font-size: 14px;
	color: #444444;
	margin: 10px 0px 10px 16px;
}

.t1 {
	width: 100%;
}
.t1>img{
	height: auto;
	margin: 0 auto;
	display: block;
}

button {
	width:335px;
	height:44px;
	text-align: center;
	line-height: 44px;
	background: #1C6ED1;
	border: 0px;
	border-radius: 4px;
	font-size: 14px;
	color: white;
	margin: 0 auto;
	display: block;
}

/* 向上箭头 */
.arrUp {
	position: fixed;
	bottom: 10px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: url('../img/up_arrow.svg') no-repeat center 10px;
	animation-name: arrMove;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	-webkit-animation-name: arrMove;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
}
.arrUp:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
    background: url('../img/up_arrow.svg') no-repeat center center;
}

@keyframes arrMove {
	0% {
		opacity: 0.5;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	25% {
		opacity: 0;
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
	50% {
		opacity: 0.5;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	75% {
		opacity: 1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 0.5;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes arrMove {
	0% {
		opacity: 0.5;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	25% {
		opacity: 0;
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
	50% {
		opacity: 0.5;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	75% {
		opacity: 1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 0.5;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

















