.top-bg{
	background: #fff;
	z-index: 1;
	position: absolute;
	top: 0;
	width: 100%;
}
.top-bg .top{
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.top-bg .top img{
	display: flex;
	width: 112px;
	height: 24px;
}
.top-bg .top .link{
	display: flex;
	flex: 1;
}
.top-bg .top .link a{
	display: flex;
	align-items: center;
	color: #999;
	font-size: 16px;
	margin-left: 120px;
	height: 64px;
	position: relative;
}
.top-bg .top .link img{
	display: flex;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.top-bg .top .link img:nth-child(2){
	display: none;
}
.top-bg .top .link i{
	display: flex;
	width: 12px;
	height: 3px;
	border-radius: 2px;
	position: absolute;
	bottom: 15px;
	margin-left: 10.5px;
	left: 50%;
	transform: translateX(-50%);
}
.top-bg .top .link .cursor i,.top-bg .top .link a:hover i{
	background: #5777FF;
}
.top-bg .top .link .cursor,.top-bg .top .link a:hover{
	color: #5777FF;
	font-weight: bold;
}
.top-bg .top .link .cursor img:nth-child(1),.top-bg .top .link a:hover img:nth-child(1){
	display: none;
}
.top-bg .top .link .cursor img:nth-child(2),.top-bg .top .link a:hover img:nth-child(2){
	display: flex;
}
.top-bg .top .login{
	display: flex;
	align-items: center;
	height: 64px;
	font-size: 16px;
	color: #5777FF;
}
.top-bg .top .login img{
	display: flex;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.main-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	padding-top: 64px;
}
.main-bg .main{
	height: 100%;
	background: url('/images/ic5.png') no-repeat  center;
	background-size: 100% 100%;
}
.main-bg .main .el-scrollbar{
	background: rgba(0, 0, 0, .4);
}
.main-bg .main .el-scrollbar__view{
	padding-top: 300px;
}
.main-bg .main .title{
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}
.main-bg .main .concat{
	background: #fff;
	justify-content: space-between;
	border-radius: 20px;
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.main-bg .main .concat .left{
	margin-right: 20px;
}
.main-bg .main .concat .left:nth-child(1){
	margin-top: 0;
}
.main-bg .main .concat .left p{
	margin-top: 20px;
	line-height: 24px;
	font-size: 16px;
	color: #999;
}
.main-bg .main .concat img{
	display: flex;
	border-radius: 20px;
	width: 400px;
	height: auto;
}
.bot{
	color: #fff;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}