@charset "utf-8";
/* CSS Document */

body,
form,
input {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	color: #000;
}

ul,
ol,
li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

p,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
img,
form,
input,
br,
dl,
dt,
dd {
	padding: 0;
	margin: 0;
}

img {
	border-style: none;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

a {
	color: #333;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em,
i,
samp,
b {
	font-style: normal;
	font-weight: normal;
	font-family: "Microsoft Yahei";
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.relative {
	position: relative;
}

.fix {
	*zoom: 1;
}

.fix:after {
	content: "";
	display: block;
	clear: both;
}

body {
	width: 100%;
	background: #f8f8f8 !important;
}

html {
	width: 100%;
	overflow-x: auto;
}

.fixed {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	background: #fff;
	transition: all 0.5s;
	box-shadow: 0px 5px 3px -5px #ccc;
}

.absolute {
	position: absolute;
}

.main1200 {
	width: 1200px;
	margin: auto;
}

.overhidden {
	overflow: hidden;
}

.tab_con {
	display: none;
}

.tab_con:first-child {
	display: block;
}

.bgcolor {
	background: #999;
}

.mtop15 {
	margin-top: 15px;
}

:root {
	--tf: linear;
	--effect: hover 1s var(--tf) infinite;
}

/* 超出出现滚动条 */
.over-y {
	overflow-y: auto;
}

/* 设置滚动条的样式 */
.over-y::-webkit-scrollbar {
	width: 1rem;
}

/* 滚动槽 */
.over-y::-webkit-scrollbar-track {
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
	border-radius: 2rem;
}

/* 滚动条滑块 */
.over-y::-webkit-scrollbar-thumb {
	border-radius: 2rem;
	background: rgba(203, 203, 203, 0.5);
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.over-y::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

/* 重写layui页码样式 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #1e86ff;
	border-radius: 50%;
}

.layui-laypage a,
.layui-laypage span {
	padding: 0;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
	background: none;
	color: #333;
	font-size: 14px;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
	border: 0;
}
