*{
	margin: 0;
	padding: 0;
	
	
}
html{
	font-size:  0.052083vw;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
img{
	vertical-align: middle;
}
.pointer{
	cursor: pointer;
}
.gWidth{
	/* width: 1400px; */
	width: 72%;
	margin-left: auto;
	margin-right: auto;	
}
body{
	font-size: 16px;
	font-family: Microsoft YaHei;
}
.text-14{
	font-size: 14px;
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.size-16{
	font-size: 16px;
}
.size-18{
	font-size: 18px;
}
.flex{
	display: flex;
	
}
.justify-center{
	justify-content: center;
	
}
.justify-between{
	justify-content: space-between;
}
.align-center{
	align-items: center;
	
}
.flex-column{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.text-white{
	color: #fff;
}
.bg-white{
	background-color: #fff;
}
.text-center{
	text-align: center;
}
.error {
	color: #DC746F;
	font-size: 12rem;
	/* margin-top: 20rem; */
	/* display: block; */
	width: 100%;
}

.ml-20 {
	margin-left: 20px;
}