/*修改滚动条样式*/

div::-webkit-scrollbar,
::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	/**/
}

div::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}

div::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
	background: #999;
}

div::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner {
	background: #179a16;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: none;
}

pre {
	margin: 0px;
	padding: 0px;
}

textarea {
	border: 1px solid #D3D3D3;
	border-radius: 2px;
}

.easyui-form table {
	border-collapse: collapse;
	margin-right: 10px;
}

.easyui-form table th {
	font-weight: normal;
	color: #383838;
	text-align: right;
}

.easyui-form table tr td,
.easyui-form table tr th {
	padding: 5px;
}

.easyui-form table tr th em {
	color: red;
	padding: 2px;
	font-weight: 2000;
}

.easyui-form table.input tr td,
.easyui-form table.input tr th {
	padding: 2px;
}

.easyui-input {
	border: 1px solid #c9c9c9;
	background-color: #fff;
}

.datagrid-btable .operate {
	padding: 2px;
}

.wrap_input {
	height: 28px;
	padding: 2px 15px 2px 2px;
}

.wrap_input.textarea {
	height: auto;
	padding-right: 20px;
}

.multiple .wrap_input {
	width: 200px;
}

.wrap_input input.validatebox-invalid {
	border-color: #ffa8a8;
}

.window-proxy-mask,
.window-mask {
	background: #000000;
}

.window-mask {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.detail_page .item {
	display: inline-block;
	min-width: 100px;
	max-width: 180px;
}

.textbox-focused {
	border-color: #9ed2f2;
	background: #f4faff;
	-moz-box-shadow: 0 0 1px 0 #D3D3D3;
	-webkit-box-shadow: 0 0 1px 0 #D3D3D3;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
	border-color: #EAEDF1;
	border-style: solid;
}

.datagrid-header,
.datagrid-td-rownumber {
	background-color: #f5f5f5;
	background: #f5f5f5;
}

.window-thinborder .window-header {
	padding: 8px 8px;
}

.textbox,
.textbox .textbox-text {
	border-radius: 2px;
}

.pms-toolbar .textbox {
	border-color: #9ed2f2;
}

.pms-toolbar .textbox:focus {
	border-color: #9ed2f2;
}

.textbox .textbox-addon:focus {
	border-color: #9ed2f2;
	background: #f4faff;
}

.textbox .textbox-text:focus {
	background: #f4faff;
}

.layui-input:focus,
.layui-textarea:focus,
.layui-input-inline:focus,
.layui-input-block:focus {
	border-width: 1px;
	border-color: #9ed2f2;
	background: #f4faff;
}

.combobox-item,
.combobox-group {
	min-height: 12px;
}

.datagrid-btn-separator {
	vertical-align: middle;
	height: 18px;
	display: inline-block;
	float: none
}

.tabs-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 5px;
	top: 50%;
	margin-top: -5px;
}

.pms-toolbar {
	width: 100%;
	overflow: hidden;
	border-color: #dddddd;
}

.pms-toolbar .button-bar {
	width: 100%;
	padding: 2px 5px;
}

.pms-toolbar .button-bar input[type=radio],
.pms-toolbar .button-bar label {
	vertical-align: text-bottom;
	margin-bottom: 12px;
	*margin-bottom: -12px;
	line-height: 20px;
}

.pms-toolbar .form-bar {
	padding: 2px 5px;
	width: 100%;
	text-align: left;
	margin: 0px;
	border-top: 1px solid #EAEDF1;
	background: #FBFBFB;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.pms-form {
	background: #F7F7F7;
}

.pms-toolbar .form-bar label {
	padding-right: 5px;
}

.footer-bar {
	padding: 5px;
	text-align: right;
}

.pms-toolbar ul,
ul.layui-ul-box {
	width: 100%;
	list-style: none;
	/* 去掉ul前面的符号 */
	margin: 0px;
	/* 与外界元素的距离为0 */
	padding: 0px;
	/* 与内部元素的距离为0 */
}

.pms-toolbar ul li,
ul.layui-ul-box li {
	display: inline-block;
	text-align: left;
	width: auto;
	min-width: 80px;
	padding-right: 10px;
	line-height: 23px;
	padding-top: 3px;
}

.pms-toolbar ul li,
ul.layui-ul-box li label {
	display: inline;
	position: static;
	padding-top: 8px!important;
	text-align: right;
}

.pms-toolbar .form-bar dl {
	width: 100%;
	border: #015CC2 1px solid;
}

.pms-toolbar .form-bar dl dt,
.pms-toolbar .form-bar dl dd {
	float: left;
	line-height: 1px;
	text-align: left;
}

.pms-toolbar .form-bar strong {
	font-size: 16px;
	padding-right: 5px;
}

.pms-toolbar .left {
	float: left;
	display: table-cell;
}

.pms-toolbar .right {
	float: right;
	display: table-cell;
	line-height: 24px;
	text-align: right;
	margin-right: 5px;
}

#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
}

.for404 {
	width: 492px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 50px;
	font-family: "\5FAE\8F6F\96C5\9ED1"
}

.for404 .img {
	background-image: url("../images/404.png");
	background-repeat: no-repeat;
	width: 492px;
	height: 215px
}

.for404 .info {
	padding-left: 70px
}

.for404 h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 50px;
	text-align: center;
	color: #666
}

.for404 .info p {
	font-size: 16px;
	color: #999;
	line-height: 30px
}

.for404 .info a {
	color: #0cb95f
}

.error {
	width: 492px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 50px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	position: relative;
	padding-left: 100px
}

.error .img {
	position: absolute;
	top: 30px;
	left: 0;
	width: 65px;
	height: 60px;
	background-image: url("../images/icons.png");
	background-position: -5px -196px
}

.error h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 50px;
	color: #e16070
}

.error .info p {
	font-size: 16px;
	color: #999;
	line-height: 50px
}

.error .info a.green {
	color: #0cb95f;
	text-decoration: underline;
	font-size: 14px
}

.error .info a.btn3 {
	margin-top: 10px;
	font-size: 14px
}

.error .textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	color: #666;
	font-size: 12px;
	height: 100px;
	line-height: 24px;
	margin: 3px 0;
	overflow: auto;
	padding: 12px;
	vertical-align: middle;
	width: 400px
}

.l-btn.m-badge::after,
.l-btn .m-badge {
	position: absolute;
	top: -10px;
	right: -10px;
}

table.detail {
	width: 100%;
}

table.detail tr th,
table.detail tr td {
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 3px 5px;
	height: 34px;
	line-height: 28px;
	font-size: 14px;
}

table.detail tr th {
	font-weight: normal;
	background: #f6f6f6;
	color: #5F5F5F;
	text-align: right;
}

table.detail tr th:first-child {
	border-left: none
}

table.detail tr td:last-child {
	border-right: 1px solid #e8e8e8;
}

table.detail tr:first-child th,
table.detail tr:first-child td {
	border-top: 1px solid #e8e8e8
}

.column {
	position: relative;
	height: 23px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px
}

.column span.current {
	position: relative;
	top: 0px;
	display: inline-block;
	color: #1da02b;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	border-bottom: 2px solid #ff9d02
}

.validatebox-invalid {
	z-index: 20110919!important;
}

.tooltip {
	z-index: 20110919!important;
}

input[disabled] {
	border: 1px solid #DDD;
	background-color: #F3F3F3;
	color: #000000;
	text-decoration: none;
	height: 18px;
	padding: 1px 3px;
}

* html input.disabled {
	border: 1px solid #DDD;
	background-color: #F3F3F3;
	color: #000000;
	text-decoration: none;
	height: 18px;
	padding: 1px 3px;
}

.tree-node {
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	cursor: pointer;
}

.h20 {
	height: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

@media (min-width: 1200px) {
	#myEditor {
		width: 680px;
		margin: 0 auto;
	}
}

@media (max-width: 979px) {
	#myEditor {
		width: auto;
		height: auto;
		margin: 0 auto;
	}
}

.pms-buttom {
	margin-top: 20px;
	padding: 5px;
	text-align: center
}

.tabs-with-icon {
	padding-left: 10px;
}

.textbox .textbox-text {
	padding: 2px 3px;
}

.l-btn-icon {
	font-size: 15px;
	line-height: 16px!important;
}

.datagrid-header-row,
.datagrid-row {
	height: 33px;
}

.validatebox-invalid {
	background-color: transparent;
}

.radiobox-label {
	height: 16px;
	line-height: 16px;
	padding: 0 2px;
}

.tabs-header .tabs {
	height: 36px !important;
	background: #ffffff;
}

.tabs-header .tabs .tabs-inner {
	height: 36px !important;
	line-height: 36px !important;
}

.tabs-header.tabs-header-left .tabs,
.tabs-header.tabs-header-right .tabs {
	height: 100% !important;
}

.datagrid-cell,
.datagrid-cell-group {
	padding: 0 2px;
}

.datagrid-cell a {
	color: blue;
	margin-right: 5px;
}

.datagrid-cell a:hover {
	color: red;
}

.form-view {
	line-height: 20px;
}

.form-view input {
	border: none;
	background: transparent;
	color: blue;
	font-weight: bold;
}

.form-view table tr th,
.form-view table tr td {
	padding: 2px;
	line-height: 22px;
}

.form-view table tr th {
	text-align: right
}

.form-view span {
	margin: 0;
	padding: 0;
}

.form-view .textbox {
	border: 0;
	background: transparent;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 3px;
	height: 22px;
}

table.view {}

table.view tr th {
	text-align: right;
}

table.view tr td {
	padding-left: 5px;
}

table.view .textbox {
	border: 0px;
}

ul.form-v {
	width: 100%;
}

ul.form-v li {
	margin: 2px;
}

ul.form-v li.title {
	font-weight: bold;
	border-bottom-width: 1px;
}

.menutree,
.theme-left-layout {
	font-size: 14px;
	background-color: #2c3b41;
}

.imglist {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.imglist li {
	width: 188px;
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	height: 199px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	cursor: pointer;
}

.imglist li:hover {
	border: solid 1px #3eafe0;
}

.imglist li img {
	width: 168px;
	height: 106px;
	margin: 8px;
}

.imglist li h2 {
	text-align: center;
	line-height: 25px;
	font-size: 16px;
}

.imglist li p {
	text-align: center;
	line-height: 17px;
	background: url(../images/line1.png) center center no-repeat;
}

.imglist li p a {
	color: #1f7cb6;
}

.imglist li p a:hover {
	color: #F60;
}

.listimg {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.listimg li {
	width: 188px;
	border: solid 1px #fff;
	height: 199px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	cursor: pointer;
}

.listimg li:hover {
	border: solid 1px #d7e4ea;
}

.listimg li img {
	width: 168px;
	height: 126px;
	margin: 8px;
}

.listimg li h2 {
	text-align: center;
	line-height: 25px;
	font-size: 12px;
}

.listimg li p {
	text-align: center;
	line-height: 17px;
	background: url(../images/line1.png) center center no-repeat;
}

.listimg li p a {
	color: #1f7cb6;
}

.listimg li p a:hover {
	color: #F60;
}

.formtitle {
	line-height: 35px;
	position: relative;
	height: 35px;
	margin-left: 5px;
}

.formtitle span {
	font-weight: bold;
	font-size: 14px;
	border-bottom: solid 3px #66c9f3;
	float: left;
	position: absolute;
	z-index: 100;
	bottom: -1px;
	padding: 0 3px;
	height: 30px;
	line-height: 30px;
}

.stat_list {
	margin: 0px 5px 0px 10px;
	height: 30px;
	padding-top: 5px;
}

.stat_list ul {
	float: left;
}

.stat_list li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 3px 0px 0px 0px;
	overflow: hidden;
	background: #2980B9;
	/*text-shadow: 0px -1px rgba(0,0,0,0.2);*/
}

.stat_list li:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.stat_list li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.stat_list li.now {
	background: #156ca5;
}

.stat_list li.now a {
	color: #fff;
}

.stat_list li a {
	text-decoration: none;
	display: block;
	padding: 0px 25px;
	color: #fff;
}

.stat_list li a:hover {
	text-decoration: none;
	background: #3498DB;
	color: #fff;
}

.stat_list li.now a:hover {
	background: #156ca5;
}

.table-view {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid rgba(34, 36, 38, 0.15);
	box-shadow: none;
	text-align: left;
	color: rgba(0, 0, 0, 0.87);
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 14px;
	font: "微软雅黑";
	margin-bottom: 5px;
}

.table-view th {
	cursor: auto;
	background: #f8f8f8;
	text-align: inherit;
	color: rgba(0, 0, 0, 0.87);
	padding: 8px 5px;
	font-style: none;
	text-transform: none;
	border-left: none;
	font-weight: 800;
	font-size: 14px;
}

.table-view tr>th:first-child {
	border-left: none;
}

.table-view tr td {
	border-top: 1px solid rgba(34, 36, 38, 0.1);
	/*border-right: 1px solid rgba(34, 36, 38, 0.1);*/
	padding: 8px 5px;
	text-align: left;
}

.table-view tr:first-child td {
	border-top: none;
}

.table-view tr td.label {
	font-weight: bold;
	width: 100px;
	text-align: right;
}

.ul_box {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.ul_box>li {
	padding: 0px 10px 0 10px;
	overflow: hidden;
	float: left;
}


/*
  Easyui Of Insdep Theme 2.x 扩展面板
  https://www.insdep.com/
*/

.user_info_standard_panel {
	width: 100%;
	overflow: auto;
}

.user_info_standard_panel .left {
	float: left;
	width: 120px;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
}

.user_info_standard_panel .right {
	float: right;
	padding: 5px 5px 5px 5px;
	text-align: left;
	border: 1px solid red;
}

.user_info_standard_panel .left,
.user_info_standard_panel .right {
	height: auto;
}

.user_info_standard_panel .panel_user_portrait {
	margin: 2px auto;
}

.user_info_standard_panel .panel_user_portrait,
.user_info_standard_panel .panel_user_portrait img {
	width: 90px;
	height: 90px;
}

.user_info_standard_panel .panel_user_operation {
	width: 70px;
}

.user_info_standard_panel .panel_user_portrait img {
	border-radius: 120px;
}

.user_info_standard_panel .panel_user_operation {
	margin: 0 auto 5px;
	text-align: center;
}

.user_info_standard_panel .panel_user_information,
.user_info_standard_panel .panel_user_data,
.user_info_standard_panel .panel_user_data,
.user_info_standard_panel .panel_user_data ul,
{
	width: auto;
	height: auto;
	clear: both;
}

.user_info_standard_panel .panel_user_information h1,
.user_info_standard_panel .panel_user_information p,
.user_info_standard_panel .panel_user_information ul,
.user_info_standard_panel .panel_user_information ul li {
	display: block;
}

.user_info_standard_panel .panel_user_information h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 2px;
}

.user_info_standard_panel .panel_user_information p {
	color: #9b9b9b;
	margin: 0 0 10px;
}

.user_info_standard_panel .panel_user_information ul {}

.user_info_standard_panel .panel_user_information ul li {
	line-height: 18px;
}

.user_info_standard_panel .panel_user_data {
	border-top: 1px solid #e8e8e8;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.user_info_standard_panel .panel_user_data ul li {
	float: left;
	padding: 0 30px 0 0;
}

.user_info_standard_panel .panel_user_data ul li span {
	color: #9b9b9b;
	display: block;
	margin: 0 0 5px;
}

.user_info_standard_panel .panel_user_data ul li b {
	font-size: 16px;
}

.user_info_standard_panel.user_info_standard_simple {
	width: 100%;
	margin: 5px;
}

.user_info_standard_panel.user_info_standard_simple .panel_user_portrait,
.user_info_standard_panel.user_info_standard_simple .panel_user_portrait img {
	width: 90px;
	height: 90px;
}

.user_info_standard_panel.user_info_standard_simple .panel_user_operation {
	width: 120px;
}

.user_info_standard_classic .panel_user_information {
	float: left;
	padding: 0 10px 0 0;
}

.user_info_standard_classic .panel_user_data {
	float: left;
	border-top: none;
}

.user_info_standard_classic .panel_user_data dl {
	overflow: hidden;
	clear: both;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #e8e8e8;
}

.user_info_standard_classic .panel_user_data dl dd {
	float: left;
	margin: 0 10px 0 0;
}

.user_info_standard_classic .panel_user_data dl dt {
	float: right;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	border-left: 1px solid #e8e8e8;
}

.user_info_standard_classic .panel_user_data dl b {
	font-size: 22px;
	display: block;
}

.user_info_standard_classic .panel_user_data dl span {
	color: #9b9b9b;
}

.user_info_standard_panel .panel_user_data .drop_green b,
.user_info_standard_panel .panel_user_data .drop_orange b,
.user_info_standard_panel .panel_user_data .drop b,
.user_info_standard_panel .panel_user_data .rise_green b,
.user_info_standard_panel .panel_user_data .rise_orange b,
.user_info_standard_panel .panel_user_data .rise b {
	padding: 0 10px 0 0;
}

.user_info_standard_panel .panel_user_data .rise_orange b,
.user_info_standard_panel .panel_user_data .rise b {
	background: url(images/rise_orange.png) right center no-repeat;
}

.user_info_standard_panel .panel_user_data .rise_green b {
	background: url(images/rise_green.png) right center no-repeat;
}

.user_info_standard_panel .panel_user_data .drop_green b,
.user_info_standard_panel .panel_user_data .drop b {
	background: url(images/drop_green.png) right center no-repeat;
}

.user_info_standard_panel .panel_user_data .drop_orange b {
	background: url(images/drop_orange.png) right center no-repeat;
}


/*
  Easyui Of Insdep Theme 2.x 扩展面板
  https://www.insdep.com/
*/

.clear {
	clear: both
}

.message_standard_panel,
.message_standard_panel .message_standard_operation {
	width: auto;
	height: auto;
	clear: both;
}

.message_standard_panel {
	background: #fff;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #c5c5c5 #c4c4c4 #b6b6b6 #c4c4c4;
}

.message_standard_panel .message_standard_content {
	padding: 15px;
}

.message_standard_panel .message_standard_content dl {
	margin: 0 0 10px;
}

.message_standard_panel .message_standard_content dl dt {
	font-weight: bold;
}

.message_standard_panel .message_standard_content dl dd {
	color: #8e8e8e;
}

.message_standard_panel .message_standard_operation {
	border-top: 1px solid #e6e6e6;
	background: #fbfbfb;
	overflow: auto;
	padding: 0 5px;
}

.message_standard_panel .message_standard_operation .left {
	float: left;
}

.message_standard_panel .message_standard_operation .right {
	float: right;
}

.message_standard_panel .message_standard_operation .l-btn {
	background: transparent;
	border: 0 none;
}

.message_standard_panel .message_standard_operation .l-btn .l-btn-text {
	color: #717171;
	height: 22px;
	line-height: 22px;
}

.message_standard_panel .message_standard_operation .l-btn .l-btn-text .iconfont {
	margin: 0;
	line-height: 16px;
}

.message_standard_panel .message_standard_operation .l-btn .m-btn-downarrow,
.message_standard_panel .message_standard_operation .l-btn .s-btn-downarrow {
	background: url(images/menu_arrows.png) no-repeat 0 center;
}

.message_standard_panel_preset_content {
	line-height: 22px;
}

.message_standard_panel_preset_content img {
	width: 100%;
	border-radius: 5px;
	margin: 5px 0;
}

.message_standard_panel_preset_userlist {
	margin: 20px 0 10px;
}

.message_standard_panel_preset_userlist,
.message_standard_panel_preset_userlist ul,
.message_standard_panel_preset_userlist ul li {
	width: auto;
	height: auto;
	clear: both;
}

.message_standard_panel_preset_userlist ul {
	text-align: left;
}

.message_standard_panel_preset_userlist ul li img {
	width: 43px;
	border-radius: 50px;
	float: left;
	margin: 0 10px 0 0;
}

.message_standard_panel_preset_userlist ul li b,
.message_standard_panel_preset_userlist ul li span {
	display: block;
}

.message_standard_panel_preset_userlist ul li b {
	margin: 5px 0 0;
}

.message_standard_panel_preset_userlist ul li span {
	color: #8e8e8e;
}

.message_standard_panel_preset_userlist ul li {
	overflow: auto;
	margin: 4px 0;
	padding: 4px 10px;
	cursor: pointer;
	border-radius: 5px;
}

.message_standard_panel_preset_userlist ul li:hover {
	background: #efefef;
}

.message_standard_panel_preset_userlist_operation {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0 0;
}

ul.user-list {
	list-style: none;
}

ul.user-list li {
	list-style: none;
	float: left;
	width: 265px;
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
	border: solid 1px #fff;
}

ul.user-list li div {
	width: 265px;
	border: solid 1px #e5ecf0;
}

ul.user-list li div.user-body {
	height: 100px;
}

ul.user-list li div.user-body .left {
	float: left;
	width: 100px;
	text-align: center;
}

ul.user-list li div.user-body .left img {
	width: 80px;
	height: 80px;
	border-radius: 120px;
	padding: 5px;
}

ul.user-list li div.user-body .right {
	padding: 5px;
	float: left;
}

ul.user-list li div.user-body .right dl {
	line-height: 18px;
}

ul.user-list li div.user-footer {
	padding: 5px;
	text-align: center;
}

ul.user-list li div.user-footer a {
	width: 30%;
}

ul.user-list li:hover {
	background: #fcfcfc;
	border: solid 1px #e5ecf0;
}

.classlist li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	width: 308px;
	height: 118px;
}

.classlist li:hover {
	border: 1px solid #3eafe0;
	cursor: pointer;
}

.classlist li .lleft {
	float: left;
	margin-right: 15px;
	border: 3px solid #fff;
	text-align: center;
	width: 80px;
}

.classlist li .lleft img {
	height: 80px;
	width: 80px;
	margin-bottom: 10px;
	border-radius: 120px;
}

.classlist li .lright {
	margin-left: 100px;
}

.classlist li .lright dl dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.classlist li .lright p {
	line-height: 20px;
}

.classlist li .lright dl {
	line-height: 20px;
}

.enter {
	display: block;
	margin-top: 5px;
	width: 94px;
	height: 30px;
	color: #fff;
	background: #3eafe0;
	font-weight: bold;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.enter:hover {
	color: #fff;
	background: #d98c1d;
}

.clear {
	clear: both;
}

.upload_box {
	height: 128px;
	overflow: hidden;
	position: relative;
	border: 1px solid #E5E9EC;
	background-color: #EFF3F8;
}

.upload_box .ub_before {
	text-align: center;
}

.upload_box .ub_before:hover {
	cursor: pointer;
}

.upload_box .ub_before .ubb_icon {
	display: block;
	margin-top: 42px;
	text-align: center;
	color: #9AA6B6;
	font-size: 26px;
}

.upload_box .ub_before .ub_opt {
	margin-top: 12px;
	color: #9AA6B6;
	font-size: 14px;
}

.upload_box .ub_before .ub_mask {
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: -1px;
	top: -1px;
}

.upload_box .ub_before .ub_mask .ubb_icon,
.upload_box .ub_before .ub_mask .ub_opt {
	color: #ffffff;
}

.upload_box .ub_before .ub_mask .ubb_icon {
	font-size: 40px;
	margin-top: 42px;
}

.upload_box .ub_before .ub_img {
	width: 100%;
	height: 100%;
}

.toolbar-f {}

.toolbar {
	width: auto;
	height: auto;
	min-height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-color: #dddddd;
}

.toolbar-wrapper {
	position: relative;
	min-height: 30px;
}

.toolbar-wrapper td .dialog-tool-separator {
	margin-left: 2px;
	margin-right: 2px;
}

.toolbar-align-left {
	float: left;
}

.toolbar-align-center {
	margin-left: auto;
	margin-right: auto;
}

.toolbar-align-right {
	float: right;
}

.toolbar-valign-top {}

.toolbar-valign-middle {}

.toolbar-valign-bottom {}

.toolbar-row {}

.toolbar-item-container {
	padding-left: 1px;
	padding-right: 1px;
}

.toolbar-item,
.toolbar-item>* {
	vertical-align: middle;
}

.toolbar-item-label {
	margin-left: 4px;
	margin-right: 2px;
}

.toolbar-item-label-disabled {
	color: gray;
}

.toolbar-item-button {
	vertical-align: middle;
}

.toolbar-item-menubutton {
	vertical-align: middle;
}

.toolbar-item-input {
	vertical-align: middle;
}

.toolbar-item-checkbox {
	vertical-align: middle;
}

.toolbar-item-checkbox-input {
	vertical-align: middle;
}

.toolbar-item-checkbox-text {
	vertical-align: middle;
}

.toolbar-item-checkbox-disabled {
	color: gray;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden-x {
	overflow-x: hidden;
}

.overflow-hidden-y {
	overflow-y: hidden;
}

.combo-p {
	z-index: 20151030!important;
}

.combo-p .panel-body-noheader {
	border-color: #9ed2f2;
	border-top-width: 0;
}


/*main*/

#main {
	padding: 5px;
	position: absolute;
	z-index: 2020072401;
	top: 0;
	right: 0;
}

#main .main_wrap {
	margin: 0 auto;
	position: relative;
	font: 12px/1.5 微软雅黑, tahoma, arial, 宋体
}

#main .col_1 {
	position: relative;
	float: right;
	width: 304px;
	height: 518px;
	padding: 10px 7px 15px;
	overflow: hidden;
	/* background:url("../images/square_y.png?t=131030.1146") left repeat-y;*/
	background-color: #000;
	opacity: 0.6;
}

#main .col_2 {
	float: left;
	width: 640px;
	padding: 13px 0 18px 25px;
}

#main .col_1 h3 {
	border-bottom: solid 1px #cacdd2;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#main .col_1 h3 span {
	display: inline-block;
	padding: 0 4px 6px;
	border-bottom: solid 1px #cacdd2;
}


/*col_1*/

.devices_wrap {
	position: relative;
	height: 469px;
	_height: 466px;
	overflow: auto;
}

#devices {
	position: relative;
	overflow: auto;
}

.device {
	padding: 0 4px 3px;
	border-bottom: dashed 1px #cacdd2;
}

.device dt {
	float: left;
	padding: 12px 0 4px;
	font-size: 13px;
}

.device dd {
	float: left;
	line-height: 24px;
}

.device .time {
	width: 100px;
	padding: 9px 0 4px;
}

.device .speed {
	width: 146px;
}

.device .direction {
	width: 100px;
}

.device .address {
	width: 230px;
	height: 23px;
	overflow: hidden;
}

.device_mask {
	position: absolute;
	left: 12px;
	bottom: -11px;
	width: 254px;
	height: 40px;
	/*background:url(../home/mask.png) 0 -5px repeat-x;*/
}

.layui-link a {
	text-decoration: none;
	background-image: linear-gradient(blue, blue);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 1px;
	padding-bottom: 3px;
	transition: background-size 500ms ease-in-out;
}

.layui-link a:hover {
	color: blue;
	background-size: 100% 1px;
}

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
	text-overflow: ellipsis;
}

.datagrid-header .datagrid-header-row .datagrid-cell,
.datagrid-header .datagrid-header-row .datagrid-cell-group {
	color: #000000;
}

td.datagrid-value-changed {
	background: url('/static/images/dirty.gif') no-repeat 0 0
}

.datagrid-view .datagrid-editable .datagrid-editable-input {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
	border-radius: 0;
	width: 90%;
}

.datagrid-filter-row .textbox,
.datagrid-editable .textbox {
	border: 0;
}

.datagrid-view .datagrid-editable {
	border: 1px solid #66afe9;
}

.datagrid-row-selected {}


/*
.datagrid-header-row td {
	border-right: 1px dotted transparent;
}
.datagrid-header-row td:last-child {
	border-right: 1px solid #EAEDF1;
}
* */

.datagrid-body td {
	border-right: 1px dotted transparent;
}

.datagrid-body td:last-child {
	border-right: 1px solid #EAEDF1;
}

.biaoti {
	-webkit-transform: scale(0.5, 1.5);
	-moz-transform: scale(0.5, 1.5);
	-o-transform: scale(0.5, 15);
	transform: scale(0.5, 1.5);
}

.t-top {
	vertical-align: top;
	padding-top: 7px!important;
}

.icon {
	padding-left: 20px;
	background-position: left 0px center;
	display: inline-block;
	font-size: 12px;
}

input[disabled] {
	background: transparent;
}

.card {
	padding: 5px;
	border: 1px solid #99D1FF;
	border-radius: 0px;
	height: 203px;
}

.card:hover {
	background: #E5F3FF;
}

.card .card-header {
	overflow: hidden;
	width: 100%;
}

.card .card-header .img-head {
	border-radius: 50%;
	width: 52px;
	height: 52px;
	position: absolute;
	display: inline-block;
	border: 2px solid #eee;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
}

.card .card-header .img-info {
	margin-left: 55px;
	line-height: 25px;
	padding: 2px 0 0 5px
}

.card .card-header .img-head img {
	width: 52px;
	height: 52px;
}

.card .card-body {
	margin-top: 5px!important;
}

.card table {
	width: 100%;
	max-height: 190px;
	overflow: hidden
}

.card table td {
	width: 50%;
	font-size: 14px;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.card table td span {
	color: #869099;
	float: left
}

.card table td em {
	margin-left: 5px;
	cursor: pointer;
	font-style: normal;
}

.card .card-footer {
	border-top: 1px dashed #D3D3D3;
	margin-top: 5px;
	padding: 5px 0;
	height: 30px;
}

.breadcrumb {
	font-size: 0
}

.breadcrumb>* {
	font-size: 14px
}

.breadcrumb a {
	color: #999!important
}

.breadcrumb a:after {
	content: " / ";
}

.breadcrumb a:last-child:after {
	content: "";
}

.breadcrumb a:hover {
	color: #5FB878!important
}

.breadcrumb a cite {
	color: #666;
	font-style: normal;
	font-weight: 600;
}

.breadcrumb span[lay-separator] {
	margin: 0 10px;
	color: #999
}

.bottom-fixed {
	bottom: 0;
	left: 0;
	padding: 3px;
	position: absolute;
	text-align: center;
}


/* 用户信息 */

.user-info-head {
	width: 150px;
	height: 150px;
	line-height: 150px;
	position: relative;
	border: 2px solid #eee;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
}

.user-info-head:hover:after {
	content: '\e681';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 28px;
	padding-top: 2px;
	font-style: normal;
	font-family: layui-icon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.user-info-head img {
	width: 150px;
	height: 150px;
}

.user-info-list-item {
	position: relative;
	min-height: 20px;
	padding-bottom: 8px;
}

.user-info-list-item .layui-icon {
	position: absolute;
}

.user-info-list-item p {
	padding-left: 30px;
}

.layui-line-dash {
	border-bottom: 1px dashed #ccc;
	margin: 15px 0;
}


/* 基本信息 */


/* 设置滚动条的样式 */

::-webkit-scrollbar {
	width: 5px;
}


/*滚动槽*/

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}

.bold .textbox-text {
	font-weight: 600!important;
}

.text-c .textbox-text {
	text-align: center!important;
}

.text-l .textbox-text {
	text-align: left!important;
}

.text-r .textbox-text {
	text-align: right!important;
}

.input-lg .textbox-text {
	height: 44px!important;
	line-height: 44px!important;
	font-size: 32px!important;
}

.input-sm .textbox-text {
	height: 30px!important;
	line-height: 30px!important;
	font-size: 20px!important;
}

.input-normal .textbox-text {
	height: 25px!important;
	line-height: 25px!important;
}

.input-xs .textbox-text {
	height: 22px!important;
	line-height: 22px!important;
}

.font-red,
.border-red,
.button-line-red .l-btn-text,
.block-red,
.font-red .textbox-text {
	color: #d20000!important;
}

.font-orange,
.font-orange .textbox-text,
.border-orange,
.button-line-orange .l-btn-text,
.block-orange,
.alert-error {
	color: #ff7300!important;
}

.font-yellow,
.font-yellow .textbox-text,
.border-yellow,
.button-line-yellow .l-btn-text,
.block-yellow,
.alert-warning {
	color: #f09600!important;
}

.font-olive,
.font-olive .textbox-text,
.border-olive,
.button-line-olive .l-btn-text,
.block-olive {
	color: #87b400!important;
}

.font-green,
.font-green .textbox-text,
.border-green,
.button-line-green .l-btn-text,
.block-green,
.alert-success {
	color: #008000!important;
}

.font-teal,
.font-teal .textbox-text,
.border-teal,
.button-line-teal .l-btn-text,
.block-teal {
	color: #00beb4!important;
}

.font-blue,
.font-blue .textbox-text,
.border-blue,
.button-line-blue .l-btn-text,
.block-blue,
.alert-prompt,
.alert-help {
	color: #0000FF!important;
}

.font-darkblue,
.font-darkblue .textbox-text,
.border-darkblue,
.button-line-darkblue .l-btn-text,
.block-darkblue {
	color: #0055aa!important;
}

.font-violet,
.font-violet .textbox-text,
.border-violet,
.button-line-violet .l-btn-text,
.block-violet {
	color: #642dd7!important;
}

.font-purple,
.font-purple .textbox-text,
.border-purple,
.button-line-purple .l-btn-text,
.block-purple {
	color: #a01ec8!important;
}

.font-pink,
.font-pink .textbox-text,
.border-pink,
.button-line-pink .l-btn-text,
.block-pink {
	color: #dc238c!important;
}

.font-brown .textbox-text,
.border-brown,
.button-line-brown .l-btn-text,
.block-brown {
	color: #aa551e!important;
}

.font-grayish,
.font-grayish .textbox-text,
.border-grayish,
.button-line-grayish .l-btn-text,
.block-grayish {
	color: #787878!important;
}

.font-grey,
.font-grey .textbox-text,
.border-grey,
.button-line-grey .l-btn-text,
.block-grey {
	color: #646464!important;
}

.font-black,
.font-black .textbox-text,
.border-black,
.button-line-black .l-btn-text,
.block-black {
	color: #1e1e1e!important;
}

.font-white,
.font-white .textbox-text,
.color-red,
.color-orange,
.color-yellow,
.color-olive,
.color-green,
.color-teal,
.color-blue,
.color-darkblue,
.color-violet,
.color-purple,
.color-pink,
.color-brown,
.color-grey,
.color-black {
	color: #fff!important;
}

.font-lager .textbox-text {
	font-size: 32px;
}

.font-big .textbox-text {
	font-size: 28px;
}

.font-normal .textbox-text {
	font-size: 24px;
}

.font-sm .textbox-text {
	font-size: 20px;
}

.font-xm .textbox-text {
	font-size: 16px;
}

.font-xs .textbox-text {
	font-size: 12px;
}

.houseInfo-item-title {
	position: relative;
	font-size: 16px;
	line-height: 37px;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 11px;
	font-weight: 600;
}

.tabs-tool {
	padding: 3px;
	background: #ffffff;
	border-left-width: 0;
	border-top-width: 0;
}

input[data-toggle="city-picker"] {
	height: 30px;
}

.layui-form-radio {
	margin-right: 0!important;
	padding-right: 2px!important;
}

.layui-form-radio i {
	font-size: 20px !important;
}