html ,body{
	padding: 0;
	margin: 0;
	font-size: 0.18rem;
	min-height: 950px;
	height: 100%;
	min-height: 1000px;
	min-width: 1800px;
	/* overflow: hidden; */
}
#app{
	background: url(../../images/bg.png) no-repeat;
	background-size: 100% 100%;
}
.flex-wrap{
	display: flex;
	align-items: center;
}
.flex-wrap1{
	display: flex;
	align-items: flex-start;
}
.flex-sp{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-wrap2{
	display: flex;
	align-items: flex-start;
}
.flex-con{
	flex: 1
}
#app{
	height: 100%; 
}
#app .wrap{
	height: 80px;
}
.main{
	/* height: 100vh; */
	height: calc(100vh - 100px);
	min-height: 800px;
}
.main .left ,.main .right{
	height: 100%;
}
ul{
	padding-left: 0!important;
	margin: 0;
}
ul li{
	text-decoration: none;
	list-style:none;
}