body {
	font-family: "微软雅黑";
}


/*找到html标签、body标签，和挂载的标签,都给他们统一设置样式*/

html,
body,
#app,
.homeBox,
.el-container {
	/*设置内部填充为0，几个布局元素之间没有间距*/
	padding: 0px;
	/*外部间距也是如此设置*/
	margin: 0px;
	/*统一设置高度为100%*/
	height: 100%;
	color: #555e6b;
}

li {
	list-style: none;
}

ul,
p,
h1 {
	margin: 0;
	padding: 0;
}


/*布局相关的*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.flexRow {
	display: flex;
	flex-direction: row;
}

.font16 {
	font-size: 16px;
}

.font14 {
	font-size: 14px;
}

.buleColor {
	color: #4c84ff;
}

.linheight30 {
	line-height: 30px;
}

.boxShadow {
	-moz-box-shadow: 4px 4px 20px #DEDEDE;
	-webkit-box-shadow: 4px 4px 20px #DEDEDE;
	box-shadow: 4px 4px 20px #DEDEDE;
}

.width50 {
	width: 50%;
}

.mb10 {
	margin-bottom: 10px;
}

.ml15 {
	margin-left: 15px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}


/*浏览器滚动条隐藏*/


/*webkit内核*/

.scroll_content::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.scroll_content::-webkit-scrollbar-button {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-webkit-scrollbar-resizer {
	background-color: rgba(0, 0, 0, 0);
}


/*o内核*/

.scroll_content .-o-scrollbar {
	-moz-appearance: none !important;
	background: rgba(0, 255, 0, 0) !important;
}

.scroll_content::-o-scrollbar-button {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0);
}

.scroll_content::-o-scrollbar-resizer {
	background-color: rgba(0, 0, 0, 0);
}


/*IE10,IE11,IE12*/

.scroll_content {
	-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;
	overflow: auto;
}

.el-dialog__header {
	padding: 15px 20px 15px!important;
	background-color: #408fff;
	height: 22px!important
}

.el-dialog__title {
	font-size: 16px!important;
	color: #fff!important;
}

.el-dialog__headerbtn {
	top: 15px;
	font-size: 18px!important;
}

.el-dialog__headerbtn .el-dialog__close {
	color: #e4eaf1!important;
}

.el-dialog__headerbtn .el-dialog__close:hover {
	color: rgba(142, 181, 255, .5)!important;
	color: rgba(190, 213, 255, 0.5)!important;
}

.el-dialog__body {
	padding: 15px 20px!important;
}

.el-dialog__footer {
	padding: 10px 20px 10px!important;
	background-color: #f0f4f8!important;
}

.el-header {
	/*background-color: #20a0ff;*/
	background-color: #4c84ff;
	color: #fff;
}

.el-menu-vertical-demo:not(.el-menu--collapse) {
	width: 200px;
}

.showSidebar64 {
	/*transition: 1s;*/
	overflow-x: hidden;
	width: 64px !important;
	transition: 2s;
}

.showSidebar200 {
	/*transition: 1s;*/
	overflow-x: hidden;
	width: 200px !important;
	transition: 2s;
	/*background-color: #20a0ff;*/
}

.el-menu-item.is-active {
	color: #409EFF;
	border-right: 2px solid #4c84ff;
}

.el-submenu .el-menu-item {
	padding-left: 50px !important;
}


/*.el-menu-item:focus,
.el-menu-item:hover,
.el-submenu__title:hover {
	outline: 0;
	background-color: #e9f0ff;
}*/

.el-menu {
	border: 0;
}

.el-main {
	background-color: #f5f6fa;
}

.el-footer {
	height: 30px !important;
	line-height: 30px !important;
	font-size: 14px;
	text-align: center;
}

.el-button {
	padding: 10px 20px;
}

.el-vue-search-box-container {
	width: 240px !important;
	height: 35px !important;
	line-height: 35px !important;
	box-shadow: 0 !important;
}

.search-box {
	position: absolute;
	top: 20px;
	/*left: 20px;*/
	border-radius: 4px;
	border: 1px solid #4C84FF;
}

.amap-page-container {
	position: relative;
}

.el-vue-search-box-container .search-tips {
	font-size: 14px;
}

.el-input__inner {
	height: 34px !important;
	line-height: 34px !important;
}

.searchBox {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.el-table td,
.el-table th {
	text-align: center !important;
}

.el-pagination__editor.el-input .el-input__inner {
	height: 28px !important;
	line-height: 28px !important;
}

.pagination {
	text-align: center;
	margin-top: 15px;
}

.areaTitle {
	font-size: 14px;
	margin-right: 5px;
	color: #555e6b;
	width: 70px;
}

.el-radio-button--small .el-radio-button__inner {
	padding: 10px 15px!important;
}

.el-input__inner {
	color: '#555e6b';
}

.el-icon-date {
	line-height: 0!important;
}

.el-form-item {
	margin-bottom: 12px!important;
}

.el-form--label-top .el-form-item__label {
	padding: 0px !important;
	line-height: 30px !important;
}

@media screen and (min-width:600px) and (max-width:900px) {
	.areaTitle {
		width: 140px;
	}
}

@media screen and (min-width:1200px) and (max-width:1599px) {
	.areaTitle {
		width: 140px;
	}
}

@media screen and (min-width:1600px) and (max-width:1800px) {
	.areaTitle {
		width: 80px;
	}
}