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

div::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 0px;
}

div::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	background: rgba(239, 239, 239, 0.5);
	border-radius: 4px;
}

div::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
	background: rgba(239, 239, 239, 0.5);
}

div::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner {
	background: rgb(239, 239, 239);
}

.layui-layer-title {
	border-bottom-width: 0;
}

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-form table tr td {
	color: #000000;
}

.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: #f5f5f5;
	border-style: solid;
	/*padding: 3px!important;*/
}

.datagrid-header,
.datagrid-td-rownumber {}

.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
	color: #000000;
}

.datagrid-header-inner {
	background: #f5f7fb;
}

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

.datagrid-empty {
	margin-top: 10px;
	color: #999, ;
	background: url(/static/images/empty-state-no-data.svg) center center no-repeat;
	background-sise: auto 50%;
	background-position: center;
	padding-top: 55px;
}

.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;
	background: #eff1f5;
	border-color: #dddddd;
	padding: 3px;
}

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

.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,
.pms-toolbar .form-bar {
	padding: 3px 3px 1px 3px;
	width: 100%;
	text-align: left;
	margin: 0;
	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
}

.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 {
	background: #f5f7fb;
	border-bottom: 1px solid #d9dbe3;
	border-top: 1px solid #d9dbe3;
	font-size: 0;
	height: 34px;
	line-height: 34px;
	padding: 0 6px;
	width: 100%;
	color: #7a8794;
}

.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.link {
	color: #0a8cea;
	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: 80151030!important;
}

.combo-p .panel-body-noheader {
	border: #9ed2f2;
}


/*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(red, red);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 1px;
	padding-bottom: 3px;
	transition: background-size 500ms ease-in-out;
	margin-right: 8px;
}

.layui-link a:last-child {
	margin-right: 0;
}

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

.layui-href {
	color: #2362fb;
	background-size: 100% 1px;
}

.layui-link-hover {
	color: #005ed9;
	padding: 2px 4px;
	height: auto;
	line-height: 20px;
	min-width: auto;
	border-radius: 4px;
	background: transparent;
}

.layui-link-hover:hover {
	background: #f2f4f7;
	border-color: transparent;
	color: #005ed9;
	padding: 2px 4px;
}

.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%;*/
	z-index: 189;
	border: none;
	min-width: 100%;
	min-height: 100%;
	padding: 2px 3px;
	border-radius: 0;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .15);
	background-color: #fff
}

.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;
}

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

.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;
}

.user-info-card {
	overflow: hidden;
}

.user-info-card>ul>li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: -webkit-match-parent;
}

.user-info-card>ul>li label {
	color: #7a8794;
	line-height: 20px;
	padding: 5px 0;
	width: 50px;
}

.user-info-card>ul>li .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.user-info-card>ul>li .content .item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 20px;
	padding: 5px 0;
}

.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 3px 3px 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;
}

.layui-link-a {
	text-decoration: none;
	border-bottom: 1px solid blue;
	/* #ccc换成链接的颜色 */
	display: inline-block;
	padding-bottom: 5px;
	/*这里设置你要空的距离*/
}

.layui-upload-drag-self {
	background-color: #fbfdff;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 78px;
	height: 78px;
	line-height: 78px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: 0;
	margin-right: 13px;
	float: left;
}

.layui-input-inlines-self {
	position: relative;
	margin-left: 90px;
	min-height: 36px;
	text-align: left;
}

.layui-upload-drag-self .layui-icon {
	font-size: 28px;
	color: #8c939d
}

.layui-upload-drag-self .img {
	position: relative;
	height: 78px;
	width: 78px;
}

.layui-upload-drag-self .img:hover ..handle {
	display: ;
}

.layui-upload-img {
	width: 78px;
	height: 78px;
	border-radius: 6px;
	margin-top: -3px;
	margin-left: -2px;
}

.handle {
	position: absolute;
	width: 78px;
	height: 100%;
	z-index: 100;
	border-radius: 6px;
	top: 0;
	background: rgba(59, 60, 61, 0.6);
	text-align: center;
}

.handle .icon-myself {
	z-index: 999;
	transition: all .3s;
	cursor: pointer;
	font-size: 25px;
	width: 25px;
	color: rgba(255, 255, 255, 0.91);
	margin: 0 4px;
}

.img_box ul {
	overflow: hidden;
}

.img_box ul li {
	float: left;
	width: 78px;
	height: 78px;
	display: inline-block;
	margin: 0 4px 4px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
}

.img_box ul li img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}

.img_box ul .add_btn {
	border: 1px solid #e5e5e5;
	cursor: pointer;
	border-radius: 3px;
	line-height: 78px;
}

.img_box ul .add_btn i {
	font-size: 52px;
	color: #2362fb;
}

.img_box ul li:hover .del {
	display: block;
}

.img_box ul .del {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	font-size: 1.5em;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	right: 0;
	top: 0;
	font-style: inherit;
	list-style: none;
	cursor: pointer;
	display: none;
}

.mix-content {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #fff;
	padding: 8px 8px 0;
	margin: 10px 15px 20px;
}

.mix-content__body {
	height: 360px;
	overflow-y: auto;
}

.mix-content-select {}

.i-cont {}

.img-cont {
	padding: 0 10px;
	margin-bottom: 15px;
}

.img-cont .img-item {
	width: 98px;
	height: 98px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 4px 4px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
}

.file-cont {
	padding: 10px;
	margin: 0 10px 15px;
	border: 1px dashed #dfdfdf;
}

.file-cont .f-body .f-item {
	padding: 3px 0;
	color: #333;
}

.file-cont .f-body .f-item .f-img {
	position: block;
	width: 12px;
	margin-right: 5px;
}

.file-cont .f-body .f-item .f-size {
	color: #999;
}

.close-button {
	width: 30px;
	line-height: 16px;
	cursor: pointer;
	color: #ccc;
	height: 16px;
	font-size: 17px;
	text-align: center;
}

.bar-cont {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cell {
	padding: 0;
	line-height: 25px;
}

.cell:first-child .first-show {
	opacity: 1;
}

.cell-hd.first-show {
	opacity: 0;
}

.cell-hd {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #333;
	margin-right: 5px;
}

.cell-ft {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cell-ft .des {
	color: #999;
}

.t-section {
	position: relative;
	padding: 10px 20px;
	min-height: 60px;
}

.vux-flex-col,
.vux-flex-row {
	-webkit-box-direction: normal;
}

.t-section__hd {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.t-section__bd .type-name {
	color: #999;
	font-size: 12px;
}

.focus-icon.active {
	color: #fac23d;
}

.focus-icon {
	margin-left: 5px;
	font-size: 14px;
	color: #d9d9d9;
	cursor: pointer;
}

.wk-focus-on:before {
	content: "\E6F1";
}

.t-section__ft {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.h-section {
	position: relative;
	padding: 10px 20px 5px;
}

.vux-flexbox .vux-flexbox-item:first-child {
	margin-left: 0!important;
	margin-top: 0!important;
}

.vux-flexbox .vux-flexbox-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	min-width: 120px;
}

.h-section .h-item .h-title {
	font-size: 12px;
	color: #666;
}

.h-section .h-item .h-value {
	min-height: 14px;
	margin-top: 5px;
	font-size: 13px;
	color: #333;
	padding-bottom: 2px;
}

.text-one-ellipsis,
.text-one-line {
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-one-line {
	white-space: nowrap;
}

.fl-b {
	margin: 10px 0 0;
}

.fl-b .fl-b-content {
	font-size: 13px;
	color: #333;
	white-space: pre-wrap;
	word-wrap: break-word;
	letter-spacing: .5px;
	line-height: 18px;
}

.fl-b .fl-b-images {
	margin-top: 15px;
}

.fl-b .fl-b-images .fl-b-img-item {
	width: 98px;
	height: 98px;
	display: inline-block;
	margin: 0 4px 4px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	cursor: pointer;
}

.fl-b .fl-b-images .fl-b-img-item img {
	width: 100%;
	height: 100%;
}

.layui-card-body {
	line-height: 20px;
}

.hr,
.line {
	background: #f2f2f2;
	width: 100%;
	height: 8px;
}

table.info_list {
	width: 100%;
	line-height: 25px;
	font-size: 13px;
}

table.info_list th {
	color: #999;
	font-weight: normal;
	padding: 3px 5px;
	height: 30px;
	min-width: 50px;
}

table.info_list th.t-top {
	vertical-align: text-top;
}

table.info_list td {}

table.info_list td span {
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.comtitle {
	padding: 20px;
	clear: both;
}

.comtitle span {
	width: 10px;
	height: 10px;
	background: url(../images/clist.png) no-repeat;
	float: left;
	background: #fff;
	padding-top: 3px;
}

.comtitle h2 {
	font-size: 14px;
	display: block;
	float: left;
	color: #2a3e93;
	background: #fff;
	padding-left: 5px;
	padding-right: 8px;
}

.rline {
	border-bottom: solid 1px #e5ecf0;
	height: 10px;
	margin-left: 50px;
}

.disklist {
	padding-left: 20px;
	padding-right: 20px;
}

.disklist li {
	width: 275px;
	_width: 270px;
	float: left;
	margin-right: 10px;
	px;
	height: 70px;
	cursor: pointer;
	margin-bottom: 5px;
	border: solid 1px #fff;
}

.disklist li a {
	color: #000;
}

.disklist li:hover {
	background: #fcfcfc;
	border: solid 1px #e5ecf0;
}

.dleft {
	height: 50px;
	margin-left: 12px;
	float: left;
	width: 50px;
	margin-top: 10px;
}

.dleft1 {
	background: url(../images/c01.png) no-repeat;
	height: 50px;
	margin-left: 12px;
	float: left;
	width: 50px;
	margin-top: 15px;
}

.dleft2 {
	background: url(../images/c03.png) no-repeat;
	height: 50px;
	margin-left: 12px;
	float: left;
	width: 50px;
	margin-top: 15px;
}

.dright {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.dright h3 {
	font-weight: normal;
	font-size: 14px;
}

.dright p {
	color: #949494;
}

.dinfo {
	width: 189px;
	height: 15px;
	background: url(../images/diskbg.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dinfo span {
	background: url(../images/cbg.png) repeat-x;
	height: 15px;
	display: block;
}

.datagrid-row-selected {
	background: #ffe48d;
	color: #000000
}

#z-q-container {
	z-index: 20220214;
}

.approval-table {
	width: 100%;
	line-height: 25px;
}

.approval-table tr {
	height: 40px;
}

.approval-table tr th,
.approval-table tr td {
	line-height: 25px;
}

.approval-table .content {}

.approval-table .content .advice {
	clear: both;
}

.approval-table .name {
	clear: both;
	margin-top: 20px;
}

.oa-input-inner {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #d9dbe3;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 14px;
	height: 32px;
	line-height: 1;
	outline: none;
	padding: 3px 8px;
	width: 100%;
}

.oa-input-inner:focus,
.oa-input-inner:active {
	border-color: #0270c9!important;
	-webkit-box-shadow: 0 0 0 2px #c3e0fe!important;
	box-shadow: 0 0 0 2px #c3e0fe!important;
	position: relative;
	-webkit-transition: border .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	z-index: 2!important;
}

.oa-input-inner:empty::before {
	color: lightgrey;
	content: attr(placeholder);
}

.oa-input-inner textarea,
textarea.oa-input-inner {
	border: none;
	white-space: pre;
	word-wrap: break-word;
	resize: none;
	overflow: hidden;
}

.document .page .seal-content {
	width: 300px;
	min-height: 60px;
	vertical-align: bottom;
	word-wrap: break-word;
	position: relative;
}

.document .page .seal-result {
	width: 60px;
	height: 60px;
	transform: rotate(20deg);
	border: solid 2px green;
	border-radius: 100%;
	text-align: center;
	color: green;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	right: 60px;
	top: 60px;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8)
}

.document .page .caogao {
	border-color: #800080;
	color: #800080;
}

.document .page .zb {
	border-color: #A0522D;
	color: #A0522D;
}

.document .page .niban {
	border-color: #0000FF;
	color: #0000FF;
}

.document .page .guidang {
	border-color: #008000;
	color: #008000;
}

.document .page .seal-result-fail {
	border-color: red;
	color: red;
}

.document .page .impt-type1 {
	border-color: gray;
	color: gray;
}

.document .page .impt-type2 {
	border-color: orange;
	color: orange;
}

.document .page .impt-type3 {
	border-color: red;
	color: red;
}

.datagrid-view1 {
	border: none;
}

.clist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	margin: 5px;
}

.clist dl {
	width: 232px;
	margin: 5px;
	padding: 8px;
	overflow: hidden;
	background: #fff
}

.clist dl:hover {
	transition: all .2s ease-in-out;
	box-shadow: 0 0 16px 0 rgba(53, 53, 53, .2)
}

.clist p {
	width: 100%;
	padding: 8px 0 0 0
}

.clist dt {
	padding: 0;
	position: relative;
	width: 215px;
	height: 172px;
	overflow: hidden;
	border-bottom: 1px solid #fbfbfb
}

.clist dt .pic {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.clist dt .pic img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.clist dt .ly {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 172px
}

.clist dt .ly span {
	height: 172px;
	position: absolute;
	width: 100%;
	top: 0;
	line-height: 24px;
	background: rgba(0, 0, 0, .5);
	transition: all .3s;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.clist dt .ly span.cdes {
	overflow: hidden;
	word-break: break-all;
	height: 172px;
	display: block;
	color: #fff;
	background: 0 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	text-indent: 2em;
	margin: 5px;
	width: auto
}

.clist dt .ly span.cdes p {
	line-height: 12px;
}

.clist dt .ly cite {
	list-style-type: none;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 38px;
	background: #f60;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .9
}

.clist dt .ly cite a {
	float: left;
	color: #fff;
	display: block;
	width: 49%
}

.clist dt .ly cite i {
	width: 25px;
	height: 25px;
	margin: 3px
}

.clist dt .ly cite .ys {
	text-align: right
}

.clist dt .ly cite .ys i {
	float: right;
	background-position: -276px -217px
}

.clist dt .ly cite .xq i {
	float: left;
	background-position: -250px -217px
}

.clist dd {
	overflow: hidden
}

.clist dd .title {
	height: 42px;
	line-height: 18px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
}

.clist dd .title a:hover {
	color: #111
}

.clist dd .attr {
	line-height: 22px;
	height: 28px;
	overflow: hidden
}

.clist dd .attr em {
	float: left;
	font-style: normal;
	font-size: 16px;
}

.clist dd .attr span {
	color: #888;
	float: right
}

.clist dd .info a {
	line-height: 20px;
	display: block;
	float: left;
	text-align: center
}

.clist dd .info .list_seller {
	float: left;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	height: 20px
}

.clist dd .info .pic_Layer {
	height: 18px;
	width: 18px;
	border: 1px solid #fff
}

.clist dd .info .xy {
	margin: 0 4px;
	vertical-align: 2.5px
}

.clist dd .info .note_icon {
	float: right
}

.clist.shop dl {
	margin: 0 8.8px 10px 0
}

.clist.shop .info em {
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #000000
}

.clist.shop .ly span.cdes {
	width: 191px
}

.header {
	background: #ffffff;
	padding: 5px;
}

.ax-empty {
	font-size: 1.4rem;
	text-align: center;
	padding: calc(1.4rem*2) 0;
	margin: auto;
	height: 95vh;
	width: 100%;
	overflow: hidden;
}

.ax-empty .ax-icon {
	line-height: 4.4rem;
}

.ax-empty .ax-icon [class*='font'] {
	font-size: 4.4rem;
	color: #ccc;
}

.ax-iconfont {
	font-family: 'ax-iconfont';
	font-size: 1.4rem;
	position: relative;
}

.ax-empty .ax-title {
	margin-top: 10px;
	color: #ccc;
}

.ax-empty .ax-operate {
	margin-top: 1.4rem;
}

.datagrid-mask {
	visibility: hidden;
}

.sprec {
	width: 100%;
}

.sprec dl {
	float: left;
	background: #fff;
	margin: 0 0 14px 14px;
	width: 437.5px;
	transition: all .2s ease-in-out
}

.sprec dl:hover {
	box-shadow: 0 0 16px 0 rgba(53, 53, 53, .2)
}

.sprec dt {
	height: 98px;
	position: relative;
	overflow: hidden;
	padding: 15px;
	display: block;
	background: #fafafa;
	margin: 15px 15px 8px 15px
}

.sprec dt .avatar {
	position: relative;
	overflow: hidden;
	float: left;
	height: 74px;
	width: 74px
}

.sprec dt .avatar em {
	display: block;
	-webkit-transition: .6s;
	-webkit-transition: -webkit-transform .6s ease-out;
	-moz-transition: -moz-transform .6s ease-out;
	transition: transform .6s ease-out;
	padding: 3px;
	border-radius: 100%;
	overflow: hidden;
	border: 4px solid #e5e5e5;
	border-top-color: #7ebdfa;
	border-bottom-color: #7ebdfa;
	height: 70px;
	width: 70px
}

.sprec dt .avatar img {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	border-radius: 100%
}

.sprec dl:hover .avatar em {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sprec dt span {
	display: block;
	margin: 0 70px 0 85px
}

.sprec dt p {
	color: #999;
	display: block;
	line-height: 24px;
	height: 24px;
	overflow: hidden
}

.sprec dt a.name {
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #000000;
	text-overflow: ellipsis
}

.sprec dt a.name:hover {
	color: #247fbd
}

.sprec dt img.xy {
	vertical-align: -2.5px
}

.sprec dt .url {
	position: absolute;
	right: 15px;
	top: 18px
}

.sprec dt .url a {
	transition: all .2s ease-in-out;
	display: block;
	padding: 3px 9px 2px 7px;
	margin: 0 0 8px 0;
	font-size: 12px;
	border-radius: 3px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd
}

.sprec dt .url i {
	padding-right: 2px
}

.sprec dt .url a:hover {
	color: #247fbd;
	border-color: #247fbd
}

.sprec dt p em {
	color: #de373e;
	padding: 0 6px 0 2px
}

.sprec dd {
	height: 74px;
	overflow: hidden;
	padding: 0 15px 15px 15px;
	display: block;
	line-height: 20px
}

.sprec dd cite {
	display: block;
	position: relative;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	font-size: 14px
}

.sprec dd i {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -1px;
	left: 0;
	height: 2px;
	background: #eee
}

.sprec dd span {
	color: #333;
	display: inline-block;
	padding: 0 10px 0 0;
	position: relative;
	background: #fff;
	z-index: 1;
}

.sprec dd span.info {
	font-size: 18px;
	line-height: 10px;
}

.sprec dd a {
	font-size: 13px;
	margin: 5px 0 0 -2px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis
}

.sprec dd a:hover {
	color: #f40
}

.sprec dd em {
	color: #f40;
	padding-right: 3px
}

cite,
em,
i {
	font-style: normal
}

.section {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	flex-flow: column;
}

.section .sec-panel {
	margin-bottom: 0;
	display: flex;
	flex-flow: column;
}

.section .sec-panel .sec-panel-head {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

.section .sec-panel .sec-panel-head h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 26px;
	overflow-wrap: break-word;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.section .sec-panel .sec-panel-head h3 span {
	padding-bottom: 0;
	padding-left: 0;
	color: #000000;
	position: relative;
	display: inline-block;
	padding-left: 12px;
}

.section .sec-panel .sec-panel-head small {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	color: gray;
	font-weight: 400;
	line-height: inherit;
	vertical-align: top;
}

.section ul.sec-panel-body {
	padding: 0 10px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-content: space-around;
}

.section ul.sec-panel-body li {
	display: flex;
	padding: 15px;
	font-size: 14px;
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 4%);
	box-shadow: 0 0 0 1px rgb(0 0 0 / 4%);
	width: 250px;
	margin: 0 10px 10px 0;
}

.section ul.sec-panel-body li:hover {
	box-shadow: 0 0 12px 0 rgba(53, 53, 53, .2)
}

.section ul.sec-panel-body li .navs-link-logo {
	width: 50px;
	height: 40px;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}

.section ul.sec-panel-body li .navs-link-logo img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	vertical-align: top;
}

.section ul.sec-panel-body li .navs-link-info {
	padding-left: 10px;
	width: 100%;
}

.section ul.sec-panel-body li .navs-link-info h3 {
	padding-bottom: 5px;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}

.section ul.sec-panel-body li .navs-link-info h3 span.num {
	font-size: 18px;
	color: red;
}

.section ul.sec-panel-body li .navs-link-info h3 span.num small {
	font-size: 12px;
}

.section ul.sec-panel-body li .navs-link-info p {
	margin: 0;
	line-height: 1.6;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	color: gray;
}

.section ul.sec-panel-body li .navs-link-info p a {
	color: #005ed9;
	line-height: 20px;
	min-width: auto;
	padding: 2px 5px;
	border: none;
	border-radius: 3px;
}

.section ul.sec-panel-body li .navs-link-info p a:hover {
	background: #eff3f6;
}

.section ul.sec-panel-body li .navs-link-info .tool {
	margin-top: 5px;
}

.dropdown-ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap
}

.dropdown-ul::after {
	content: '';
	flex: auto;
}

.dropdown-ul li {
	border-bottom: 1px solid #ECEDF5;
	border-right: 1px solid #ECEDF5;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	flex: 0 0 25%;
}

.dropdown-ul li:nth-child(4n) {
	border-right: none;
}

.dropdown-ul li:hover {
	background-color: #eff3f6;
}

.dropdown-ul li.selected {
	background-color: #00ace9;
	color: #fff;
}

.dropdown-panel,
.combo-dropdown-panel {
	background-color: #fff;
	border: 1px solid #dadbe0;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 322px;
}

.dropdown-panel .layui-menu,
.combo-dropdown-panel>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

.dropdown-panel .layui-menu::after,
.combo-dropdown-panel>div:after {
	content: '';
	flex: auto;
}

.dropdown-panel .layui-menu li,
.combo-dropdown-panel>div>div {
	border-bottom: 1px solid #ECEDF5;
	border-right: 1px solid #ECEDF5;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	flex: 0 0 25%;
	padding: 0;
	margin: 0;
}

.dropdown-panel .layui-menu li:nth-child(4n),
.combo-dropdown-panel>div>div:nth-child(4n) {
	border-right: none;
}

.dropdown-panel .layui-menu li:hover,
.combo-dropdown-panel>div>div:hover {
	background-color: #eff3f6;
}

.dropdown-panel .layui-menu li.selected,
.combo-dropdown-panel>div>div.selected {
	background-color: #eee;
	color: #FFFFFF!important;
}

.dropdown-panel .layui-menu li.selected .layui-menu-body-title {
	color: rgb(51, 153, 204)
}

.link {
	cursor: pointer;
}

.ly-img-info {
	display: flex;
	margin: 5px 0px;
}

.ly-img-info.ly-img-info-medium .ly-img-info-pic {
	width: 60px;
	height: 60px;
}

.ly-img-info.ly-img-info-medium .ly-img-info-title,
.ly-img-info.ly-img-info-big .ly-img-info-title {
	font-weight: 600;
}

.ly-img-info .ly-img-info-pic {
	width: 45px;
	height: 45px;
	border-radius: 2px;
	border: 1px solid #efefef;
}

.ly-img-info .ly-img-info-pic img {
	border-radius: 2px;
	border: none;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ly-img {
	background-size: cover;
	background-position: center;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.ly-img-info .ly-img-info-con {
	flex: 1;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}

.ly-img-info .ly-img-info-title {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ly-img-info .ly-info-label {
	line-height: 16px;
	font-size: 12px;
	color: #9da9b6;
}

.ly-tag.black {
	color: #DED7A9;
	font-size: 10px;
	background-color: #252424;
	border: 1px solid #000;
}

.ly-tag.green {
	color: #10AD57;
	background-color: rgba(19, 206, 102, .1);
	border: 1px solid rgba(19, 206, 102, .2);
}

.ly-tag.purple {
	color: #6A567C;
	background-color: #F0E7F9;
	border: 1px solid #e1d9e8;
}

.ly-tag.yellow {
	color: #E3AB29;
	background-color: rgba(247, 186, 42, .1);
	border: 1px solid rgba(247, 186, 42, .2);
}

.ly-tag-small {
	padding: 0 5px 0 3px;
	line-height: 18px;
	font-size: 10px;
}

.ly-tag {
	display: inline-block;
	border-radius: 2px;
	margin-right: 5px;
}

.customer-price {
	font-size: 12px;
	color: #F57123;
}

.customer-msg-cl {
	color: #99A9BF;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
	box-sizing: border-box;
}

.cf:after {
	clear: both;
}

.pms-info {
	padding: 10px;
}

.pms-info::after {
	clear: both;
}

.pms-info ul {
	display: flex;
}

.pms-info ul li {
	display: flex;
	line-height: 20px;
	margin-bottom: 6px;
}

.pms-info ul li label {
	color: #7a8794;
	height: 20px!important;
	margin-right: 5px;
}

.pms-info .col-16 {
	padding-right: 20px;
	width: 66.666%;
}

.pms-info .col-24 {
	width: 100%;
}

.pms-info>ul>li .value {
	-webkit-box-flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-word;
	margin-right: 15px;
}

.flex {
	display: flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.ly-panel {
	background-color: #fff;
}

.common-radius {
	border-radius: 4px !important;
}

.ly-panel .ly-header {
	height: 56px;
	padding: 0 20px;
}

.ly-header.m-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f9fafc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
}

.ly-header {
	font-size: 14px;
	padding: 0 10px 10px 10px;
	height: 46px;
	display: flex;
	align-items: center;
}

.ly-panel-border .ly-header .ly-header-title {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.ly-panel .ly-header .ly-header-title {
	font-size: 14px;
}

.ly-header .ly-header-title {
	flex: 1;
	font-size: 16px;
}

.ly-header .ly-header-title .description {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.ly-header .ly-header-right {
	font-size: 12px;
}

.ly-link {
	color: #004aff;
	cursor: pointer;
}

.ly-panel-border>.ly-header+.ly-panel-content {
	padding-bottom: 0px;
}

.ly-panel .ly-panel-content {
	margin: 0 20px;
}

.ly-panel-content {
	margin: 0 10px;
	position: relative;
}

.hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 15px 0
}

.hr-line-solid {
	border-bottom: 1px solid #e7e7e7;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 15px;
	margin-bottom: 15px
}

.more-theme-list h5 {
	color: #7a8794;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 6px;
}

.layui-btn-view .layui-btn {
	margin-left: 5px;
	margin-bottom: 1px;
}

a.item-data {
	border-radius: 4px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	padding: 0px 5px;
	white-space: nowrap;
	display: inline-block;
	min-width: 40px;
}

a.item-data:hover {
	cursor: pointer;
	background: #d8efff;
	color: #017bce;
}

.kw-group {
	width: 100%;
	padding: 5px 10px;
}

.kw-group dl {
	line-height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.kw-group dt {
	height: 100%;
	width: auto;
	min-width: 45px;
	font-weight: 700;
}

.kw-group dd {
	color: #252525;
	margin: 0 8px 8px 8px;
	padding-bottom: 5px;
	line-height: 25px;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px dashed #dadada;
}

.kw-section::after {
	clear: both;
}

.group-line {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #dadada;
}

.group-line:last-child {
	border-bottom-width: 0;
}

.group-line::after {
	clear: both;
}

.layui-tab-title li {
	padding: 0 10px;
	min-width: 45px;
}

.datagrid-footer td {
	border-left: 1px solid transparent;
}

.oa-input-inner {
	border-radius: 2px;
	height: auto;
	padding: 3px;
	word-break: break-word;
	display: inline-block;
	width: 100%;
	outline: none;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-bottom-color: #dddddd;
	-webkit-user-modify: read-write-plaintext-only;
	user-modify: read-write-plaintext-only;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
}

.oa-input-inner:focus,
.oa-input-inner:active {
	border: 1px solid #9ed2f2;
	background: #f4faff;
	border-radius: 2px;
	z-index: 2!important;
}

.oa-input-inner:empty::before {
	color: lightgrey;
	content: attr(placeholder);
}

.oa-input-inner textarea,
textarea.oa-input-inner {
	border: none;
	white-space: pre;
	word-wrap: break-word;
	resize: none;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}

.m-wrapper {
	background-color: #fff;
	border: 1px solid #48ADE0;
	border-radius: 4px;
	list-style: none;
	font-size: 14px;
	min-width: 400px;
	width: 680px;
	padding: 3px;
	z-index: 20200913;
	height: auto;
	max-height: 400px;
	overflow-y: auto;
}

.m-wrapper.m-history .patient-selector {
	border-bottom: 1px dashed #e6eaee;
	margin: 0 12px;
	padding: 5px 0;
	z-index: -1;
}

.m-wrapper.m-history .m-history-list {
	padding: 10px 0;
}

.m-wrapper.m-history .m-history-list li {
	color: #7a8794;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0 12px;
}

.m-wrapper.m-history .m-history-list li .content {
	margin-right: 22px;
}

.m-wrapper.m-history .m-history-list .radio-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-justify-content: center;
	justify-content: center;
}

.m-wrapper.m-history .m-history-list .radio-wrapper .radio-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	border: 1px solid #c1c9d0;
	border-radius: 4px;
	color: #7a8794;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	height: 24px;
	-webkit-justify-content: center;
	justify-content: center;
	width: 40px;
}

.m-wrapper.m-history .m-history-list .radio-wrapper .radio-item.is-checked {
	background: #e5f2ff;
	color: #000;
}

.pmg-bg-f9fafc {
	background-color: #f9fafc;
}

.border-no {
	border-width: 1px;
	border-color: transparent;
	background: transparent;
	text-align: center;
}

.border-no.left {
	text-align: left;
}

.border-no .textbox-text:focus,
.select-box .textbox-text:focus {
	background: transparent;
	border-width: 0;
	border-color: transparent;
}

.border-no:focus,
.select-box .textbox-text:focus {
	background: transparent;
}

.border-no:hover {
	border-bottom-width: 1px;
	border-bottom-color: #00ace9;
	border-radius: 0;
}

.select-box {
	border-width: 0;
}

.city-picker-span {
	border: none;
}

.layui-form-checkbox[lay-skin=primary] {
	padding-left: 22px
}


/*box*/

.ax-box {
	background-color: #fff;
}

.ax-box-header {
	position: relative;
	padding: 1.4rem 0 1.4rem 2.2rem;
}

.ax-box-header .ax-adorn {
	font-size: 3.6rem;
	line-height: 4.6rem;
	margin-right: 0.8rem;
	transition: all 200ms linear;
}

.ax-box-header.ax-simple .ax-adorn {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-right: 0.4rem;
}

.ax-box-header .ax-title {
	font-size: 1.6rem;
	position: relative;
	margin-right: 0.8rem;
}

.ax-box-header.ax-bar:before,
.ax-box-header.ax-bar-left:before {
	content: '';
	width: 0.2rem;
	height: 1.6rem;
	background-color: #198cff;
	position: absolute;
	left: 0;
	top: calc((2.8rem + 1.4rem*2)/2 - 0.7rem);
}

.ax-box-header.ax-bar-top .ax-title:before {
	content: '';
	width: 2.8rem;
	height: 0.2rem;
	background-color: #198cff;
	position: absolute;
	left: 0;
	top: -1.4rem;
}

.ax-box-header.ax-bar-bottom .ax-title:before {
	content: '';
	width: 2.8rem;
	height: 0.2rem;
	background-color: #198cff;
	position: absolute;
	left: 0;
	bottom: -2.8rem;
}

.ax-box-header.ax-simple.ax-bar-bottom .ax-title:before {
	bottom: -1.4rem;
}

.ax-box-header .ax-des {
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.2rem;
	line-height: 1.8rem;
	white-space: nowrap;
}

.ax-box-header .ax-operate {
	color: #b3b3b3;
	line-height: 2.8rem;
	height: 2.8rem;
	text-align: center;
	padding: 0 calc(1.4rem/2);
	transition: all 200ms linear;
}

.ax-box-header .ax-operate:last-child {
	margin-right: calc(2.2rem - 1.4rem/2);
}

.ax-box-header .ax-operate:hover {
	color: #198cff;
}

.ax-box-header .ax-operate svg {
	fill: #b3b3b3;
	height: 2.8rem;
}

.ax-box-header .ax-operate:hover svg {
	fill: #198cff;
}

.ax-box-header .ax-btn {
	margin-right: 0.5rem;
}

.ax-box-header .ax-btn-group .ax-btn {
	margin-right: 0;
}

.ax-box-header .ax-btn.ax-xs {
	margin-top: 0.3rem;
}

.ax-box-header .ax-btn:last-child {
	margin-right: 2.2rem;
}

.ax-box-header .ax-menu-tab .ax-item {
	line-height: 2.8rem;
	padding: 0;
	margin-right: 0.8rem;
}

.ax-box-header .ax-menu-tab .ax-item:last-child {
	margin-right: 2.2rem;
}

.ax-box-header .ax-swiper-outer.ax-inline {
	padding: 0 2.2rem;
}

.ax-box-header .ax-badge {
	margin-right: 2.2rem;
	margin-top: calc((2.8rem - 1.6rem)/2);
}

.ax-box-header .ax-dot {
	margin-right: 2.2rem;
	margin-top: calc((2.8rem - 0.8rem)/2);
}

.ax-box[class*='ax-bg-']:not(.ax-bg-warning) {
	color: #fff;
}

.ax-box[class*='ax-bg-']:not(.ax-bg-warning) .ax-box-header .ax-des {
	color: rgba(255, 255, 255, 0.4);
}

.ax-box[class*='ax-bg-'] .ax-box-header .ax-operate:hover {
	opacity: 0.5;
}

.ax-box[class*='ax-bg-']:not(.ax-bg-warning) .ax-box-header .ax-operate {
	color: #fff;
}

.ax-box.ax-bg-warning .ax-box-header .ax-operate {
	color: #333333;
}

.ax-box[class*='ax-bg-']:not(.ax-bg-warning) .ax-box-header .ax-operate svg {
	fill: #fff;
}

.ax-box[class*='ax-bg-']:not(.ax-bg-warning) .ax-box-header .ax-operate:hover svg {
	fill: #fff;
}

.ax-box.ax-bg-warning .ax-box-header .ax-operate svg {
	fill: #333333;
}

.ax-box.ax-bg-warning .ax-box-header .ax-operate:hover svg {
	fill: #333333;
}

.ax-box[class*='ax-bg-']:not(.ax-bg-warning) .ax-box-header[class*='ax-bar']:before,
.ax-box[class*='ax-bg-']:not(.ax-bg-warning) .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #fff;
}

.ax-box.ax-bg-warning .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bg-warning .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #333333;
}

.ax-box.ax-bg-primary {
	background-color: #198cff;
}

.ax-box.ax-bg-secondary {
	background-color: #475b66;
}

.ax-box.ax-bg-success {
	background-color: #41a358;
}

.ax-box.ax-bg-danger {
	background-color: #dc3545;
}

.ax-box.ax-bg-info {
	background-color: #14ccc9;
}

.ax-box.ax-bg-warning {
	background-color: #ffc107;
}

.ax-box.ax-bg-ad {
	background-color: #ff8400;
}

.ax-box.ax-bg-title {
	background-color: #333333;
}

.ax-box.ax-bglit-primary {
	background-color: #f0f7ff;
}

.ax-box.ax-bglit-primary .ax-box-header .ax-des,
.ax-box.ax-bglit-primary .ax-box-header .ax-operate {
	color: #6dacea;
}

.ax-box.ax-bglit-primary .ax-box-header .ax-operate:hover {
	color: #0b72da;
}

.ax-box.ax-bglit-primary .ax-box-header .ax-operate svg {
	fill: #6dacea;
}

.ax-box.ax-bglit-primary .ax-box-header .ax-operate:hover svg {
	fill: #0b72da;
}

.ax-box.ax-bglit-primary .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-primary .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #198cff;
}

.ax-box.ax-bglit-primary.ax-border {
	border-color: #d7e7f5;
}

.ax-box.ax-bglit-secondary {
	background-color: #f5f8fa;
}

.ax-box.ax-bglit-secondary .ax-box-header .ax-des,
.ax-box.ax-bglit-secondary .ax-box-header .ax-operate {
	color: #adc1cc;
}

.ax-box.ax-bglit-secondary .ax-box-header .ax-operate:hover {
	color: #383e42;
}

.ax-box.ax-bglit-secondary .ax-box-header .ax-operate svg {
	fill: #adc1cc;
}

.ax-box.ax-bglit-secondary .ax-box-header .ax-operate:hover svg {
	fill: #383e42;
}

.ax-box.ax-bglit-secondary .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-secondary .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #475b66;
}

.ax-box.ax-bglit-secondary.ax-border {
	border-color: #dfe3e5;
}

.ax-box.ax-bglit-success {
	background-color: #edfaf0;
}

.ax-box.ax-bglit-success .ax-box-header .ax-des,
.ax-box.ax-bglit-success .ax-box-header .ax-operate {
	color: #adccb5;
}

.ax-box.ax-bglit-success .ax-box-header .ax-operate:hover {
	color: #3b7649;
}

.ax-box.ax-bglit-success .ax-box-header .ax-operate svg {
	fill: #adccb5;
}

.ax-box.ax-bglit-success .ax-box-header .ax-operate:hover svg {
	fill: #3b7649;
}

.ax-box.ax-bglit-success .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-success .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #41a358;
}

.ax-box.ax-bglit-success.ax-border {
	border-color: #e1f0e5;
}

.ax-box.ax-bglit-danger {
	background-color: #fff0f1;
}

.ax-box.ax-bglit-danger .ax-box-header .ax-des,
.ax-box.ax-bglit-danger .ax-box-header .ax-operate {
	color: #ccadb0;
}

.ax-box.ax-bglit-danger .ax-box-header .ax-operate:hover {
	color: #b22c39;
}

.ax-box.ax-bglit-danger .ax-box-header .ax-operate svg {
	fill: #ccadb0;
}

.ax-box.ax-bglit-danger .ax-box-header .ax-operate:hover svg {
	fill: #b22c39;
}

.ax-box.ax-bglit-danger .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-danger .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #dc3545;
}

.ax-box.ax-bglit-danger.ax-border {
	border-color: #f0dddf;
}

.ax-box.ax-bglit-info {
	background-color: #ebfaf9;
}

.ax-box.ax-bglit-info .ax-box-header .ax-des,
.ax-box.ax-bglit-info .ax-box-header .ax-operate {
	color: #adcccb;
}

.ax-box.ax-bglit-info .ax-box-header .ax-operate:hover {
	color: #189593;
}

.ax-box.ax-bglit-info .ax-box-header .ax-operate svg {
	fill: #adcccb;
}

.ax-box.ax-bglit-info .ax-box-header .ax-operate:hover svg {
	fill: #189593;
}

.ax-box.ax-bglit-info .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-info .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #14ccc9;
}

.ax-box.ax-bglit-info.ax-border {
	border-color: #cef0f0;
}

.ax-box.ax-bglit-warning {
	color: #c8990b;
	background-color: #fffaeb;
}

.ax-box.ax-bglit-warning .ax-box-header .ax-des,
.ax-box.ax-bglit-warning .ax-box-header .ax-operate {
	color: #ccc4ad;
}

.ax-box.ax-bglit-warning .ax-box-header .ax-operate:hover {
	color: #c8990b;
}

.ax-box.ax-bglit-warning .ax-box-header .ax-operate svg {
	fill: #ccc4ad;
}

.ax-box.ax-bglit-warning .ax-box-header .ax-operate:hover svg {
	fill: #c8990b;
}

.ax-box.ax-bglit-warning .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-warning .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #ffc107;
}

.ax-box.ax-bglit-warning.ax-border {
	border-color: #f5edd7;
}

.ax-box.ax-bglit-ad {
	background-color: #fff5eb;
}

.ax-box.ax-bglit-ad .ax-box-header .ax-des,
.ax-box.ax-bglit-ad .ax-box-header .ax-operate {
	color: #ccbdad;
}

.ax-box.ax-bglit-ad .ax-box-header .ax-operate:hover {
	color: #c2690a;
}

.ax-box.ax-bglit-ad .ax-box-header .ax-operate svg {
	fill: #ccbdad;
}

.ax-box.ax-bglit-ad .ax-box-header .ax-operate:hover svg {
	fill: #c2690a;
}

.ax-box.ax-bglit-ad .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-ad .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #ff8400;
}

.ax-box.ax-bglit-ad.ax-border {
	border-color: #f5e7d7;
}

.ax-box.ax-bglit-title {
	background-color: #f5f5f5;
}

.ax-box.ax-bglit-title .ax-box-header .ax-des {
	color: #cccccc;
}

.ax-box.ax-bglit-title .ax-box-header[class*='ax-bar']:before,
.ax-box.ax-bglit-title .ax-box-header[class*='ax-bar'] .ax-title:before {
	background-color: #333333;
}

.ax-box.ax-bglit-title.ax-border {
	border-color: #ebebeb;
}

.l-btn-plain.hover .l-btn-text {
	color: #ffffff;
}

.l-btn.hover-dark:hover,
.btn-selected {
	color: #ffffff;
}

.datagrid-body .datagrid-btable .datagrid-row td .datagrid-cell a {
	color: #0a8cea;
	margin-right: 3px;
}

.datagrid-body .datagrid-btable .datagrid-row td .datagrid-cell a:last-child {
	margin-right: 0;
}

.datagrid-body .datagrid-btable .datagrid-row td .datagrid-cell a:hover {
	color: #0a8cea;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.datagrid-body .datagrid-btable .datagrid-row td .datagrid-cell a.is-disabled {
	color: #7a8794;
}

.datagrid-body .datagrid-btable .datagrid-row td .datagrid-cell a.is-disabled:hover {
	color: #7a8794;
}

.no-click {
	pointer-events: none;
	cursor: default;
	color: #ddd;
}

.table-radius {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 5px;
}

.table-radius .panel .panel-body {
	border-radius: 5px;
}

.layui-layer-border {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.layui-layer-border .layui-layer-setwin {
	top: 8px;
	right: 5px;
}

.layui-layer-border .layui-layer-title {
	height: 40px;
	line-height: 40px;
	background-color: #f5f7fb;
	border-bottom: 1px solid #e6eaee;
	border-top: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.layui-layer-border .layui-layer-setwin span.layui-layer-min,
.layui-layer-border .layui-layer-setwin span.layui-layer-max,
.layui-layer-border .layui-layer-setwin span.layui-layer-close1 {
	height: 25px;
	line-height: 25px;
	width: 25px;
	margin-left: 0;
	font-size: 16px;
	border-radius: 4px;
}

.layui-layer-border .layui-layer-setwin span.layui-layer-min:hover,
.layui-layer-border .layui-layer-setwin span.layui-layer-max:hover,
.layui-layer-border .layui-layer-setwin span.layui-layer-close1:hover {
	background-color: #eff1f5;
	color: #7a8794;
}

.layui-layer-border .layui-layer-setwin span.layui-layer-close1:hover {
	background-color: red;
	color: #fff;
}

.layui-layer-border .layui-layer-setwin .layui-layer-close2 {
	height: 28px;
	width: 28px;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 0;
}

.layui-layer-border.layui-layer-hui {
	background-color: rgba(0, 0, 0, .6);
}

.layui-tab {
	margin: 0;
}

.layui-tab.vh100-40px {
	height: calc(100% - 40px);
	width: 100%;
}

.layui-form-required-r:after {
	content: "*";
	display: inline-block;
	font-family: SimSun;
	margin-right: 4px;
	font-size: 14px;
	line-height: 1;
	color: #ed4014;
	padding-left: 5px;
}

.textbox-icon.layui-icon {
	line-height: 28px;
	text-align: center;
}

.tippy-box[data-theme~=light] .patient-info-card {
	box-shadow: none;
	-webkit-box-shadow: none
}

.tippy-box[data-theme~=light] {
	color: #26323d;
	box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
	background-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before {
	border-top-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before {
	border-left-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before {
	border-right-color: #fff
}

.tippy-box[data-theme~=light]>.tippy-backdrop {
	background-color: #fff
}

.tippy-box[data-theme~=light]>.tippy-svg-arrow {
	fill: #fff
}

.tippy-box[data-theme~=light-border] {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d9dbe3;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	color: #000;
	cursor: pointer;
	line-height: 20px;
	padding: 5px;
	font-size: 13px;
}

.tippy-box[data-theme~=light-border]>.tippy-backdrop {
	background-color: #fff
}

.tippy-box[data-theme~=light-border]>.tippy-arrow:after,
.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after {
	content: "";
	position: absolute;
	z-index: -1
}

.tippy-box[data-theme~=light-border]>.tippy-arrow:after {
	border-color: transparent;
	border-style: solid
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before {
	border-top-color: #fff
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after {
	border-top-color: rgba(0, 8, 16, .2);
	border-width: 7px 7px 0;
	top: 17px;
	left: 1px
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow>svg {
	top: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow:after {
	top: 17px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color: #fff;
	bottom: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after {
	border-bottom-color: rgba(0, 8, 16, .2);
	border-width: 0 7px 7px;
	bottom: 17px;
	left: 1px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow>svg {
	bottom: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow:after {
	bottom: 17px
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before {
	border-left-color: #fff
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after {
	border-left-color: rgba(0, 8, 16, .2);
	border-width: 7px 0 7px 7px;
	left: 17px;
	top: 1px
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow>svg {
	left: 11px
}

.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow:after {
	left: 12px
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before {
	border-right-color: #fff;
	right: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after {
	border-width: 7px 7px 7px 0;
	right: 17px;
	top: 1px;
	border-right-color: rgba(0, 8, 16, .2)
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow>svg {
	right: 11px
}

.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow:after {
	right: 12px
}

.tippy-box[data-theme~=light-border]>.tippy-svg-arrow {
	fill: #fff
}

.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
	background-size: 16px 6px;
	width: 16px;
	height: 6px
}

.tippy-box[data-theme~=material] {
	background-color: #505355;
	font-weight: 600
}

.tippy-box[data-theme~=material][data-placement^=top]>.tippy-arrow:before {
	border-top-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=left]>.tippy-arrow:before {
	border-left-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=right]>.tippy-arrow:before {
	border-right-color: #505355
}

.tippy-box[data-theme~=material]>.tippy-backdrop {
	background-color: #505355
}

.tippy-box[data-theme~=material]>.tippy-svg-arrow {
	fill: #505355
}

.tippy-box[data-theme~=translucent] {
	background-color: rgba(0, 0, 0, .7)
}

.tippy-box[data-theme~=translucent]>.tippy-arrow {
	width: 14px;
	height: 14px
}

.tippy-box[data-theme~=translucent][data-placement^=top]>.tippy-arrow:before {
	border-width: 7px 7px 0;
	border-top-color: rgba(0, 0, 0, .7)
}

.tippy-box[data-theme~=translucent][data-placement^=bottom]>.tippy-arrow:before {
	border-width: 0 7px 7px;
	border-bottom-color: rgba(0, 0, 0, .7)
}

.tippy-box[data-theme~=translucent][data-placement^=left]>.tippy-arrow:before {
	border-width: 7px 0 7px 7px;
	border-left-color: rgba(0, 0, 0, .7)
}

.tippy-box[data-theme~=translucent][data-placement^=right]>.tippy-arrow:before {
	border-width: 7px 7px 7px 0;
	border-right-color: rgba(0, 0, 0, .7)
}

.tippy-box[data-theme~=translucent]>.tippy-backdrop {
	background-color: rgba(0, 0, 0, .7)
}

.tippy-box[data-theme~=translucent]>.tippy-svg-arrow {
	fill: rgba(0, 0, 0, .7)
}

.tippy-box[data-theme~=yellow] {
	color: #26323d;
	border: 1px solid #e6e3c4;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	max-width: 888px;
	min-width: 200px;
	z-index: 19921992;
	background-color: #fffdec;
}

.tippy-box[data-theme~=yellow][data-placement^=top]>.tippy-arrow:before {
	border-top-color: #fffdec;
}

.tippy-box[data-theme~=yellow][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color: #fffdec;
}

.tippy-box[data-theme~=yellow][data-placement^=left]>.tippy-arrow:before {
	border-left-color: #fffdec;
}

.tippy-box[data-theme~=yellow][data-placement^=right]>.tippy-arrow:before {
	border-right-color: #fffdec;
}

.tippy-box[data-theme~=yellow]>.tippy-backdrop {
	background-color: #fffdec;
}

.tippy-box[data-theme~=yellow]>.tippy-svg-arrow {
	fill: #fff
}

.medicine-hover-popover {
	background: #fffdec;
	border: 1px solid #e6e3c4;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	max-width: 888px;
	min-width: 200px;
	z-index: 1992;
}

.medicine-hover-popover .medicine-info-wrapper {
	padding: 10px;
}

.medicine-hover-popover .first-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.medicine-hover-popover .first-row>div:first-child {
	margin-right: 20px;
}

.medicine-hover-popover .first-row .cadn,
.medicine-hover-popover .first-row .price {
	font-weight: 700;
}

.medicine-hover-popover .first-row .cadn {
	max-width: 260px;
}

.medicine-hover-popover .first-row .pharmacy-name {
	color: #7a8794;
	font-size: 12px;
	margin-right: 16px;
}

.medicine-hover-popover .second-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 6px;
}

.medicine-hover-popover .second-row>div {
	margin-right: 20px;
}

.medicine-hover-popover .second-row>div:last-child {
	margin-right: 0;
}

.medicine-hover-popover .shebao-code-wrapper {
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	margin-top: 8px;
}

.medicine-hover-popover .shebao-code-wrapper .medicineNmpn {
	margin-right: 20px;
}

.medicine-hover-popover .quick-btn-group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	border-top: 1px solid #eff3f6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 29px;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 2px;
}

.dg-line-header .datagrid-header td,
.dg-line-header .datagrid-body td {
	border-style: dotted;
	border-color: rgb(221, 221, 221)
}

.yb-wrapper {
	background-color: #f7f8fa;
	border-left: 1px solid #e6eaee;
	overflow-y: auto;
	padding: 14px 10px 0 5px;
	width: 302px;
}

.dialog-footer-bar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: relative;
	margin-top: auto;
	height: 50px;
	line-height: 1;
	padding: 10px 16px 10px 24px;
	border-bottom: 1px solid transparent;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #e6eaee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.detail-code .title {
	color: #7a8794;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 0;
	padding: 8px 8px 8px 6px;
}

.layui-form-required-r:after {
	content: "*";
	display: inline-block;
	font-family: SimSun;
	margin-right: 4px;
	margin-left: 2px;
	font-size: 14px;
	line-height: 1;
	color: #ed4014;
}