.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

html {
	width: 100%;
	overflow-x: hidden; //
	overflow-y: scroll;
}

body {
	font-family: "Microsoft YaHei";
	min-width: 1180px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow-x: hidden; //
	overflow-y: scroll;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	font-size: 0px;
}

.container {
	width: 100%;
}

.content {
	position: relative;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.back_color {
	background-color: #f8fafc;
}

.bg_color {
	background-color: #f9f9f9;
}

.layui-layer-btn .layui-layer-btn0 {
	font-size: 14px;
}

.loading_wrap {
	position: fixed;
	z-index: 5000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; //
	background-color: rgba(100, 100, 100, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.loading_animation img {
	width: 100px;
}

.loading_animation p {
	text-align: center;
	color: #444;
	margin-top: 30px;
	font-size: 16px;
}

.activity {
	position: fixed;
	z-index: 9;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.78);
	display: flex;
	align-items: center;
	justify-content: center;
}

.close_activity {
	position: absolute;
	right: -70px;
	top: -50px;;
}

.activity div {
	position: relative;
}