@charset "utf-8";
/* 
 ** 功能名称：公共样式表
 */

/* -----------------引入字体 css main ------------------ */

@font-face {
	font-family: 'iconfont';
	/* Project id 3319432 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAATwAAsAAAAACiQAAASjAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACECgqGCIUFATYCJAMkCxQABCAFhGcHgQEbyAhRlC9OnOzHQW5ivRJLa/Xy2hBLiJjf33+l3O8IvvYr+838XQ4wSkINiDpsAaB8VGTUVYxBPNLRO/+56S+0HqlKqJqn5CdNkdAQKko2h6rN/Ljb/GYOPc1Ou+31NNE89wb++0PlrPNcPPvZB4DMsXhMiiYcoIDt3bUIe/V6QbBrecXwukXgcwTqZsslWVFa3Qyw46SgBt4s6d1BVBjHWYYEtqpWUUEMVUW56cZC3FIiXU7PcNP7/ug2N2xJSpl+zOqDJRR48K+0ey3rW5fIXzhdAk5OKCFj+sL08aTaek8OotNJ1Yv+buEwoC9HUunfqn/t7TJBwkRY6r7XapEtp/cKfY1RQFZWVYi1/OepEGUkbSLhtKR6sDwLkfm3GVGmfQyiSvs4REH7JETQPgWRaL+FKNF9T6uCuNr0voAe+EyMA8IKeRiWLDmmGb6Is8nSD/XH7BAnfBKRipcNa0CCGC7qtx1QiX0f4w0LKWq8Il6fxAzXxRsOuPGa/iq5IXowNLhuGN1g/APCqTWDltkUrxtcKXrDcFXvBqk1/TWjBwPXjTdE9z7cMV+3xwq118ZR6pBpbo4WTLa+bds3N75pNTe/q39lLWwxNbi9Nu3Xtay7GW/s8vs61WgytbwbbTCbJzGAN0e0tYZPLkNr77ikNAW8BvSvRlgSed0cxXjcMNW7Umvb6wMfsiu60xuXkxp2PTwR3OM/4unr4A47QHy9HA48OHh5JMYBkHxuYBlx8nRCnHTgl3RbdntCZ3HJiOyWeKgos8hedEsGomfsbE54B3pv2dpY+y4fmc8WmWxttpCTMdvab+UfcRIcaf2GlfgVY9/wYr+S+PqbXti/GP+GOZ3or9gRIIXo1s9UOdbiVdEbG7cbXesMFr3L06tudW7VzjUudQaoW47a8HgvWuPi2GcssS40gcLl3HD+cU2+rLco5GXDeUUakLLmiGnqS7e+tunjvpo3uhm1GBzICl74+/GuE+2y4MCQ+4FHr+SyicRi+kqZ9Iw9V0bd/zm0NQ/c6XQWQ4LZS4DPymskryAftjhDq/Q152vjlkruQX6ZzgJpu+QL6VWKsr/N6C/4O17n+fl9ePZ/20YBvp15d8rztirAcPaqdCOlfjjZ9oZtC+GjVhRVb2UJ1H47mXeiVjc6+MOcfX0YVt6vcZhQTfAUSCqGQVY1FlMQpkJJw1woq1oIddOUbG/oR0MqihomOgwQersGSU9vIOvtIaYg7EPJQF+grLe/ULcx0MMaJoa8iIekACliYJxg5ZyaNhWCN2gjZHRKks8LtUJey2KASIiNTyfKoBryfSzRjjCJgkATNM+piFL5OqhUcoSG54agXIgdFARNZlwcXfQlsXJOBYrwIJIAohAGjCOw5DhqtNNeSP68RhBDR4nEN8S0mnla5tDghASx4htgyqTqRmUXMlxrBCORQEDzNBqPo0IoFWZIaUQ5BE3xuCGQnCDWYIewRqY4akc3lcZOL1fd6D6o0x9VixQ5iihFOSpRjVrUVY6y5CDJJXhitay2HcNUZpzT2TA6PGGATbCWkyxFqq21nE6r45zrkAVO1zeyj7OZGGQpVs0AAA==') format('woff2'),
		url('//at.alicdn.com/t/font_3319432_0zroka0usnjp.woff?t=1649747485980') format('woff'),
		url('//at.alicdn.com/t/font_3319432_0zroka0usnjp.ttf?t=1649747485980') format('truetype');
}

.C__icon {
	font-family: "iconfont" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

html, body {
	margin: 0px;
	padding: 0px;
	background: transparent;
	font-family: "微软雅黑", "黑体", "宋体", "Microsoft YaHei", "SimHei", "SimSun";
	box-sizing: border-box;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	overflow-x: hidden;
}

body {
	height: auto;
	min-height: 100%;
}

body {
	--style: #EA1100;
	--white: #ffffff;
	--black: #333333;
	--gray: #797979;
	--bg: #EEF2F9;
}

div, ul, li, a, p, span, input, h1, h2, h3, h4, h5, h6, img {
	box-sizing: border-box;
}

/* 滚动条 */

::-webkit-scrollbar {
	width: 6px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	/* background-color: rgba(50, 50, 50, 0.3); */
	background-color: #c2c3c8;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(50, 50, 50, 0.4);
	border-radius: 6px;
}

::-webkit-scrollbar-track {
	/* background-color: transparent; */
	background-color: #ebecf0;
}

/* ::-webkit-scrollbar-track:hover {
	background-color: transparent;
} */

ol, ul {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	color: #333333;
	text-decoration: none;
}

input {
	outline: none;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #828699;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #828699;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #828699;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #828699;
}

/* 去除webkit中input的type="number"时出现的上下图标 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* 去除IE浏览器的input标签自带的清除按钮 */
input::-ms-clear {
	display: none;
}

a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

.onStatus:active {
	opacity: 0.9;
}

.clearfix:after, .clearfix:before {
	content: " ";
	/*加一段内容*/
	display: table;
	/*创建匿名的表格单元，触发bfc*/
}

.clearfix:after {
	clear: both;
	/*清除浮动*/
}

.clearfix {
	zoom: 1;
	/*为IE6，7的兼容性设置*/
}

/* 禁用选中 */
.user_select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 动画延时时间 */
.animation_delay:nth-child(2) {
	animation-delay: 0.3s;
}

.animation_delay:nth-child(3) {
	animation-delay: 0.6s;
}

.animation_delay:nth-child(4) {
	animation-delay: 0.9s;
}

.animation_delay:nth-child(5) {
	animation-delay: 1.2s;
}

.animation_delay:nth-child(6) {
	animation-delay: 1.5s;
}

.animation_delay:nth-child(7) {
	animation-delay: 1.8s;
}

.animation_delay:nth-child(8) {
	animation-delay: 2.1s;
}

.animation_delay:nth-child(9) {
	animation-delay: 2.4s;
}

.animation_delay:nth-child(10) {
	animation-delay: 2.7s;
}

.animation_delay:nth-child(11) {
	animation-delay: 3.0s;
}

.animation_delay:nth-child(12) {
	animation-delay: 3.3s;
}

/* layui弹窗样式 */
.layui-layer .layui-layer-title {
	padding: 0 15px;
	text-align: center;
}

.layui-layer .layui-layer-setwin {
	display: none;
}

.layui-layer.layui-layer-dialog .layui-layer-content {
	padding: 10px 15px;
}

.layui-layer .layui-layer-btn {
	padding: 10px 15px;
	border-top: 1px solid #F0F0F0;
}

.layui-layer .layui-layer-btn .layui-layer-btn0 {
	border-color: #EA1100;
	background-color: #EA1100;
}

.layer_tag_content {
	width: 300px;
	text-align: center;
	margin: 20px 0;
	font-size: 12px;
}

/* layui分页样式更改 */
#webPage {
	text-align: center;
}

#webPage .layui-laypage {
	margin: 0;
}

#webPage .layui-laypage>a,
#webPage .layui-laypage>span {
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	box-sizing: border-box;
	margin: 0 5px;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	border: 1px solid #e1e6f0;
}
#webPage .layui-laypage>span {
	border:none;
}
#webPage .layui-laypage>a:first-child,
#webPage .layui-laypage>a:last-child {
	min-width: 80px;
}

#webPage .layui-laypage .layui-laypage-curr .layui-laypage-em {
	left: 0;
	top: 0;
	padding: 0;
}

#webPage .layui-laypage a:hover {
	color: #ffffff;
	background-color: #EA1100;
}

#webPage .layui-laypage .layui-disabled:hover {
	background-color: #fff;
}

