* {
	margin: 0;
	padding: 0;
}

html {
	/*隐藏滚动条*/
	scrollbar-width: none;
	/*火狐*/
	overflow: -moz-scrollbars-none;
	/*IE兼容*/
	-ms-scroll-chaining: chained;
	-ms-overflow-style: none;
	-ms-content-zooming: zoom;
	-ms-scroll-rails: none;
	-ms-content-zoom-limit-min: 100%;
	-ms-content-zoom-limit-max: 500%;
	-ms-scroll-snap-type: proximity;
	-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
	-ms-overflow-style: none;
	scrollbar-base-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: white;
	scrollbar-dark-shadow-color: white;
}

body {
	font: 14px/1.5 "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-serif;
	color: #595959;
	background-color: #f1f1f1;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul {
	list-style: none;
	display: block;
}

a {
	/*color: #00c3b6;*/
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
}

a:link {
	color: #0168B5;
	text-decoration: none;
}


/* 未访问的链接 */

a:visited {
	color: #0168B5;
	text-decoration: none;
}


/* 已访问的链接 */

a:hover {
	color: #0168B5;
	text-decoration: none;
}


/* 鼠标移动到链接上 */

a:active {
	color: #0168B5;
	text-decoration: none;
}


/* 选定的链接 */


/* 谷歌隐藏scrollbar */

::-webkit-scrollbar {
	width: 0;
	height: 0;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	border-radius: 0.05rem;
	background-color: rgba(0, 0, 0, 0.3);
}

/*自定义通用样式*/

.none {
	display: none !important;
}

.font-blue {
	color: #0099FF !important;
}

.fixed-top {
	position: fixed;
	top: 0;
}


/*
    清除定位样式
*/

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* 百度地图样式*/
.anchorBL{display: none;}


.authority_sign{
	display:none;
}



/*layui样式覆盖*/

.layui-btn-g {
	background-color: #1FCCB0;
}
.layui-form-label.layui-required:after{
	top: 6px;
	right: 5px;
	color: red;
	content: '*';
	position: absolute;
	margin-left: 4px;
	font-weight: 700;
	line-height: 1.8em; 
}
.table-operate {
	color: #25A5FE;
}

.layui-layer-btn a {
	background-color: #E8E8E8 !important;
	color: #595959 !important;
}

.layui-layer-btn .layui-layer-btn0 {
	color: #FFFFFF !important;
	border-color: #1FCCB0 !important;
	background-color: #1FCCB0 !important;
}

.layui-form-select dl dd.layui-this,
.layui-input:focus,
.layui-textarea:focus,
.layui-input:hover,
.layui-textarea:hover {
	border-color: #1FCCB0 !important;
}

.layui-btn-normal{
	background-color: #1342a1;
}

.layui-btn-warm{
	background-color: #ffa033;
}

.layui-btn-danger{
	background-color: #ff481f;
}

.form-box{
	padding: 20px 15px 0 15px;
}
