.banners,
.banners .swiper-container,
.banners .swiper-container .swiper-wrapper {
	width: 100%;
	height: 3.23rem;
}

.banners .swiper-container .swiper-wrapper {
	position: relative;

}

.banners .swiper-container .swiper-wrapper img {
	width: 100%;
	height: 3.23rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
		background: rgba(0, 0, 0, 0.1);

}

.banners .swiper-container .swiper-wrapper .mesage {
	position: absolute;
	top: 1rem;
	left: 0.24rem;
	right: 0.24rem;
	bottom: 0;
	z-index: 20;

}

.banners .swiper-container .swiper-wrapper .mesage .title {
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #FFF;
	font-weight: bold;
	word-break: break-all;
	margin-bottom: 0.1rem;
}

.banners .swiper-container .swiper-wrapper .mesage .content {
	text-align: center;
	font-size: 0.14rem;
	color: #FFF;
	line-height: 0.2rem;
	word-break: break-all;
	
}



.WelcomeVoidMetrix {
	width: 100%;
	background: #081392;
	padding-bottom: 0.45rem;


}

.WelcomeVoidMetrix .conTop {
	padding: 0.3rem 0.2rem 0.24rem;
}


.WelcomeVoidMetrix .conTop .title {
	color: #FFF;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 0.16rem;
	margin-bottom: 0.1rem;
}

.WelcomeVoidMetrix .conTop .sumbit {
	color: #FFF;
	opacity: 0.7;
	font-size: 0.14rem;
	font-weight: 400;
	line-height: 0.18rem;
}


.WelcomeVoidMetrix .conView {
	width: 3.44rem;
	height: 3.7rem;
	margin: 0 auto;
	box-shadow: 0 0.1rem 0.1rem 0.01rem rgba(0, 0, 0, 0.2);
	border-radius: 0 0.12rem 0 0.12rem;
	background: #FFFFFF;
	display: flex;


}

.WelcomeVoidMetrix .conView .left {
	width: 2.55rem;
	height: 3.7rem;
	background: #464CF8;
	flex: 1;
}

.WelcomeVoidMetrix .conView .left .WhatWeDo {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.14rem;
	font-weight: 500;
	padding: 0.2rem 0 0 0.22rem;
	margin-bottom: 0.05rem;

}

.WelcomeVoidMetrix .conView .left .lineView {
	display: flex;
	height: 0.04rem;
	padding-left: 0.22rem;


}

.WelcomeVoidMetrix .conView .left .lineView .c {
	height: 0.04rem;
	width: 0.04rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);


}

.WelcomeVoidMetrix .conView .left .lineView .line {
	flex: 1;
	height: 0.04rem;
	display: flex;
	justify-content: left;
	align-items: center;

}

.WelcomeVoidMetrix .conView .left .lineView .line .li {
	width: 1.24rem;
	height: 0.01rem;
	background: rgba(255, 255, 255, 0.3);


}

.WelcomeVoidMetrix .conView .left .VoidMetrix {
	padding-left: 0.22rem;
	color: #FFF;
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 0.18rem;
	margin-bottom: 0.1rem;
	margin-top: 0.05rem;
}

.WelcomeVoidMetrix .conView .left .VoidMetrix_p {
	padding-left: 0.22rem;
	padding-right: 0.12rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.12rem;
	line-height: 0.14rem;
	margin-bottom: 0.08rem;
}

.WelcomeVoidMetrix .conView .left .What {
	width: 1.24rem;
	height: 0.3rem;
	text-align: center;
	line-height: 0.3rem;
	border-radius: 0.15rem;
	background: #5A60F9;
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.7);
	margin-left: 0.22rem;
}

.WelcomeVoidMetrix .conView .right {
	float: right;
	width: 0.88rem;
	height: 0.3rem;

}

.WelcomeVoidMetrix .conView .right .icon {
	width: 0.88rem;
	height: 3.7rem;
}


.NewYork {
	width: 100%;
	background: #2D37AF;
	padding-top: 0.38rem;
}

.NewYork .con {
	display: flex;
}

.NewYork .con .item {
	flex: 1;
	position: relative;
	margin-bottom: 0.18rem;


}

.NewYork .con .item .title {
	text-align: center;
	color: #FFF;

	font-size: 0.14rem;
	font-weight: 700;
	line-height: 0.18rem;
	margin-bottom: 0.04rem;
}

.NewYork .con .item .submit {
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.12rem;

	font-weight: 400;
	line-height: 0.16rem;
}

.NewYork .con .item .line {
	position: absolute;
	right: 0;
	top: 0.1rem;
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.2);

}

.AUTOMATED .left {
	width: 100%;
	height: 3.2rem;

	position: relative;
	background: url("../assets/image/Frame.png") center center no-repeat;
	background-size: 100% 100%;

}

.AUTOMATED .left .phoneBg {
	position: absolute;
	left: 50%;
	margin-left: -0.69rem;
	top: 0.2rem;
	width: 1.38rem;
	height: 2.68rem;
	background: url(../assets/image/MaskGroupBg.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 10;

}


.AUTOMATED .left .phone {
	position: absolute;
	top: .44rem;
	left: 50%;
	margin-left: -0.84rem;
	width: 1.68rem;
	height: .76rem;
	border-radius: 0.14rem;
	background: url(../assets/image/Mask_group.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 20;

}

.AUTOMATED .left .phone .text1 {
	color: #FFFFFF;
	font-size: 0.14rem;
	display: flex;
	position: absolute;
	top: 0.08rem;
	left: 0.35rem;

}

.AUTOMATED .left .phone .text_2 {
	color: #FFFFFF;
	font-size: 0.10rem;
	display: flex;
	position: absolute;
	top: 0.43rem;
	left: 0.05rem;


}

.AUTOMATED .left .phone .text_3 {
	font-size: 0.08rem;
	display: flex;
	position: absolute;
	top: 0.58rem;
	left: 0.15rem;
	color: #409479;
}


.AUTOMATED .right {
	padding: 0.3rem 0.2rem 0.45rem;
	background: #081392;
}

.AUTOMATED .right .title {
	color: #FFF;
	font-size: 0.26rem;
	font-weight: 800;
	line-height: 0.36rem;
	margin-bottom: 0.08rem;
}

.AUTOMATED .right .Invest {
	color: #4E9FFF;
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.2rem;
	margin-bottom: 0.18rem;

}

.AUTOMATED .right .Whather {
	color: #FFF;
	font-size: 0.14rem;
	line-height: 0.16rem;
	margin-bottom: .18rem;
}

.AUTOMATED .right .list {}

.AUTOMATED .right .list .item {
	display: flex;
	margin-bottom: 0.1rem;


}

.AUTOMATED .right .list .item .iconView {
	float: left;
	width: 0.24rem;
	height: 0.24rem;
}

.AUTOMATED .right .list .item .iconView .icon {

	width: 0.24rem;
	height: 0.24rem;
}

.AUTOMATED .right .list .item .p {
	padding-left: 0.16rem;

	flex: 1;
	line-height: 0.14rem;
	font-size: 0.12rem;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
}

.Guiding {
	background: #FFFFFF;
	padding: 0.19rem 0;
}


.Guiding .content .title {
	color: #081392;
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 0.2rem;
	text-align: center;
	margin-bottom: 0.15rem;

}

.Guiding .content .list {
	display: flex;

}

.Guiding .content .list .item {
	flex: 1;

}

.Guiding .content .list .item .con {
	width: 1.1rem;
	margin: 0 auto;
}

.Guiding .content .list .item .con .icon {
	width: 1.1rem;
	height: 0.7rem;
	border-radius: 0.05rem;
	margin-bottom: 0.06rem;
}

.Guiding .content .list .item .con .ti {
	color: #333;
	height: 0.42rem;
	font-size: 0.12rem;
	font-weight: 600;
	line-height: 0.14rem;
	margin-bottom: 0.05rem;
}

.Guiding .content .list .item .con .p {
	color: rgba(51, 51, 51, 0.9);
	font-size: 0.12rem;
	line-height: 0.14rem;
}

.INSIGHTS {
	background: #081392;
	padding: 0.27rem 0 0.2rem;

}

.INSIGHTS .title {
	color: #FFF;
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 0.18rem;
	margin-bottom: 0.25rem;
	text-align: center;
}

.INSIGHTS .content {}

.INSIGHTS .content .item {
	width: 50%;
	float: left;
	margin-bottom: 0.15rem;

}

.INSIGHTS .content .item .con {
	width: 1.64rem;
	margin: 0 auto;
	border-radius: 0.05rem;
	background: #2D37AF;
}

.INSIGHTS .content .item .con .icon {
	width: 1.64rem;
	height: 0.98rem;

	border-radius: 0.05rem;
	margin-bottom: 0.05rem;
}

.INSIGHTS .content .item .con .ti {
	width: 1.5rem;
	color: #FFF;
	font-size: 0.12rem;
	padding: 0.07rem;

	font-weight: 500;
	line-height: 0.14rem;
	margin-bottom: 0.05rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.INSIGHTS .content .item .con .p {
	width: 1.5rem;
	color: #FFF;
	font-size: 0.12rem;
	padding: 0.07rem;

	line-height: 0.14rem;
	margin-bottom: 0.05rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pagingView {
	display: flex;
	justify-content: center;
	align-items: center;

}

.pagingView .left {

	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagingView .left img {
	width: 14px;
	height: 14px;
	display: block;
}

.pagingView .numContent {
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
}

.pagingView .numContent .itemView {
	height: 18px;
}

.pagingView .numContent .itemView .page {
	height: 0.18rem;
	padding: 0 5px;
	line-height: 0.18rem;
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.14rem;
}

.pagingView .numContent .itemView .pageActive {

	color: rgba(255, 255, 255, 1);
}

.pagingView .right {
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.pagingView .right img {
	width: 14px;
	height: 14px;
	display: block;
}



.poster {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -2.4rem 0 0 -1.6rem;
	width: 3.2rem;
	height: 4.8rem;
	z-index: 500;
	display: none;


}

.posterView {
	position: relative;
	width: 100%;
	height: 100%;
}

.posterView .close {
	position: absolute;
	top: 0.08rem;
	right: 0.08rem;
	width: 0.24rem;
	height: 0.24rem;
	cursor: pointer;
	z-index: 510;

}

.posterView .close .icon {
	width: 0.24rem;
	height: 0.24rem;

}

.posterView .posterBg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 501;
	width: 3.2rem;
	height: 4.8rem;
}

.posterView .posterBg .icon {
	width: 3.2rem;
	height: 4.8rem;
}

.posterView .timeOut  {
	position: absolute;
	bottom: -0.3rem;
	left: 50%;
	margin-left: -0.12rem;

	width: 0.24rem;
	height: 0.24rem;
	background: rgba(255,255,255,0.5);
	border-radius: 0.12rem;
	z-index: 510;
	font-size: 0.12rem;
	color: #ffffff;
	text-align: center;
	line-height: 0.24rem;



}
