html,
body {
	position: relative;
	height: 100%;
}
*{
	padding: 0;
	margin: 0;
}
ol,
ul {
  list-style: none
}

body {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.bg{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.content{
	background: #f8f8f8;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: auto;
	min-width: 1080px;
	visibility: hidden;
}
.center{
	width: 100%;
	min-height: 100vh;
	height: 100%;
}
.leftModel{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pclogo{
	width: 240px;
	margin-bottom: 32px;
	margin-top: 55px;
}
.partner{
	width: 462px;
}
.tabs{
	width: 100%;
	margin-top: 26px;
	border-bottom: 1px solid #EFEFEF;
}
.tabs .tab-con{
	display: flex;
	justify-content: space-between;
	width: 720px;
	margin: 0 auto;
}
.tabs .tab-con .item{
	height: 39px;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	position: relative;
	cursor: pointer;
}
.tabs .tab-con .item.active{
	color: #333;
}
.tabs .tab-con .item.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #3D78F6;
}
.rightModel{
	width: 1080px;
	position: relative;
	padding: 26px 0;
	margin: 0 auto;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 1010px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.swiper-slide .text1{
	font-size: 16px;
	font-weight: 500;
	color: #666;
	width: 815px;
	text-align: center;
}
.swiper-slide .tip{
	width: auto;
	height: 70px;
	margin-top: 40px;
}
.swiper-slide .banner-con{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 57px;
}
.swiper-slide .banner-con .left{
	width: 534px;
}
.swiper-slide .banner-con .right{
	margin-left: 32px;
	color: #666;
	text-align: center;
  display: flex;
  flex-direction: column;
}
.swiper-slide .banner-con .right .text2{
	font-size: 16px;
	margin-bottom: 9px;
}
.swiper-slide .banner-con .right .code-con{
	border-radius: 10px;
	padding: 14px;
	background-color: #fff;
}
.swiper-slide .line-con{
	width: 404px;
	border-radius: 15px;
	border: 1px solid #3D78F6;
	padding: 32px 12px;
	box-sizing: border-box;
	margin-left: 32px;
}
.swiper-slide .line-con li{
	display: flex;
	color: #1758E5;
	font-size: 14px;
	margin-bottom: 24px;
}
.swiper-slide .line-con li:last-child {
	margin-bottom: 0;
}
.swiper-slide .line-con li .left{
	display: flex;
	width: 262px;
	height: 36px;
	border-radius: 6px;
	border: 1px solid #3D78F6;
	align-items: center;
	text-align: center;
}

.swiper-slide .line-con li .left .li-bottom{
	width: 70px;
	border-right: 1px solid #3D78F6;
  height: 100%;
  line-height: 34px;
}
.swiper-slide .line-con li .left .li-icon-text {
	flex: 1;
}
.swiper-slide .line-con a{
	text-decoration: none;
	color: #1758E5;
	flex-shrink: 0;
	background: linear-gradient(180deg, #86ACFF 0%, #1455E4 100%);
	margin-left: 10px;
	width: 106px;
	height: 36px;
	border-radius: 6px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}