body{
	margin: 0;
	padding: 0;
}
body{
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
/* textarea{
	resize: none !important;
} */

::-webkit-scrollbar {width: 6px;height:6px;}
::-webkit-scrollbar-track-piece{background-color: #eee;margin: -2px;}
::-webkit-scrollbar-thumb{background: #aaa;min-height: 150px;min-width: 150px;border-radius: 10px;}
::-webkit-scrollbar-thumb:vertical:hover{background: #555555}
::-webkit-scrollbar-thumb:horizontal:hover{background: #555555}

	.tools-panel {
		position: relative;
	}
	
	.tools-panel .hide-more {
		height: 0;
		box-shadow: none;
	}
	
	.table-head {
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
	
	.hide-span {
		cursor: pointer;
		font-size: 14px;
	}
	
	.tools-more {
		position: absolute;
		padding: 0px 2px;
		left: 0;
		right: 0;
		z-index: 5;
		background: #FFF;
		transition: all 0.3s ease;
		overflow: hidden;
		box-shadow: 0px 2px 4px 1px #ccc;
	}
	
	.tools-bar {
		height: 36px;
		margin-bottom: 10px;
		position: relative;
	}
	
	.btn-group {
		float: right;
	}
	
	.tools-search {
		float: left;
	}
	
	.tools-more-show {
		cursor: pointer;
		font-size: 14px;
		display: inline-block;
		height: 36px;
		line-height: 36px;
	}
	
	.route-show {
		overflow-x: hidden;
		position: relative;
	}
	
	.edit-page {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		transform: translateX(100%);
		display: none;
	}
	
	.detail-page {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		transform: translateX(100%);
		display: none;
	}
	
	.info-wrap {
		height: 36px;
	}
	
	h3 {
		margin-bottom: 20px;
	}
	
	.detail-title {
		font-size: 14px;
		font-weight: bold;
	}
	
	.info-wrap>div:nth-of-type(1) {
		text-align: right;
	}
	
	.info-wrap .el-col-2,
	.info-wrap .el-col-1 {
		text-align: center;
	}
	
	.button-bottom {
		text-align: center;
		margin-top: 30px;
	}
	
	.trans .active-page {
		display: block;
	}
	
	.transActive {
		transform: translateX(-100%);
	}
	
	.listWrap {
		transition: all 0.3s;
	}

