@charset "utf-8";
@import url(../lib/layui/css/layui.css);

* {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.left-nav a {
	text-decoration: none;
	color: #fff;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	width: 100%;
	min-height: 100%;
	background: #f1f1f1;
	/*background: #fff;*/
}

table a {
	color: #333;
}

.x-red {
	color: red;
}

.layui-form-switch {
	margin-top: 0px;
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #189f92 !important;
}

.layui-fluid {
	padding: 15px;
}

.x-nav {
	padding: 0 20px;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #e5e5e5;
	line-height: 39px;
	height: 39px;
	overflow: hidden;
	background: #fff;
}

.page {
	text-align: center;

}

.page a {
	display: inline-block;
	background: #fff;
	color: #888;
	padding: 5px;
	min-width: 15px;
	border: 1px solid #E2E2E2;

}

.page span {
	display: inline-block;
	padding: 5px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}

.page span.current {
	display: inline-block;
	background: #009688;
	color: #fff;
	padding: 5px;
	min-width: 15px;
	border: 1px solid #009688;
}

.page .pagination li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}

.page .pagination li.active span {
	background: #009688;
	color: #fff;
	border: 1px solid #009688;

}

.layui-col-3 {
	max-width: 400px;
	width: calc(20% + 45px);
	margin-left: 20px;
	margin-bottom: 20px;
}

/*登录样式*/
/*头部*/
.container {
	width: 100%;
	height: 45px;
	background-color: #008A5E;
}

.container a,
.layui-nav .layui-nav-item a {
	color: #fff;
}

.container .logo span {
	background-color: rgba(0, 0, 0, 0);
}

.container .logo span {
	float: left;
	font-size: 18px;
	padding-left: 20px;
	line-height: 45px;
	width: 200px;
}

.container .right {
	background-color: rgba(0, 0, 0, 0);
	float: right;

}

.container .left_open {
	height: 45px;
	float: left;
	margin-left: 10px;
}

.container .left_open i {
	display: block;
	background: rgba(255, 255, 255, 0.1);
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	margin-top: 7px;
	cursor: pointer;
}

.container .left_open i:hover {
	background: rgba(255, 255, 255, 0.3);
}

.container .left {
	background-color: rgba(0, 0, 0, 0);
	float: left;

}

.container .layui-nav-item {
	line-height: 45px;
}

.container .layui-nav-more {
	top: 20px;
}

.container .layui-nav-child {
	top: 50px;
}

.container .layui-nav-child i {
	margin-right: 10px;
}

.layui-nav .layui-nav-item a {
	cursor: pointer;
}

.layui-nav .layui-nav-child a {
	color: #333;
	cursor: pointer;
}

.left-nav {
	position: absolute;
	top: 45px;
	bottom: 0px;
	/*bottom: 42px;*/
	left: 0;
	z-index: 2;
	padding-top: 10px;
	background-color: #18ad7d;
	width: 220px;
	max-width: 220px;
	overflow: auto;
	overflow-x: hidden;
	overflow: hidden;

	/*width: 0px;*/
}

#side-nav {
	width: 220px;
}

.left-nav #nav li:hover>a {
	/*color: blue;*/
}

.left-nav #nav .current {
	background-color: rgba(0, 0, 0, 0.3);
}

.left-nav #nav li a {
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	display: block;
	cursor: pointer;
	border-left: 4px solid transparent;
	transition: all 0.3s;
}

.left-nav a:hover {
	background: white !important;
	color: #0C0C0C;
	border-color: #04564e !important;
}

.left-nav a.active {
	background: white !important;
	color: #0C0C0C;
	border-color: #04564e !important;
}

.left-nav #nav li a cite {
	font-size: 14px;
}

.left-nav #nav li .sub-menu {
	display: none;
}

.left-nav #nav li .opened {
	display: block;
}

.left-nav #nav li .opened:hover {
	/*background: #fff ;*/
}

.left-nav #nav li .opened .current {}

.left-nav #nav li .sub-menu li:hover {
	/*color: blue;*/
	/*background: #fff ;*/
}

.left-nav #nav li .sub-menu li a {
	padding: 12px 15px 12px 30px;
	font-size: 14px;
	cursor: pointer;
}

.left-nav #nav li .sub-menu li .sub-menu li a {
	padding-left: 45px;
}

/*.left-nav #nav li .sub-menu li a:hover{
    color: #148cf1;
}*/
.left-nav #nav li .sub-menu li a i {
	font-size: 12px;
}

.left-nav #nav li a i {
	padding-right: 10px;
	line-height: 14px;
}

.left-nav #nav li .nav_right {
	float: right;
	font-size: 16px;
}

.x-slide_left {
	width: 17px;
	height: 61px;
	background: url(../images/icon.png) 0 0 no-repeat;
	position: absolute;
	top: 200px;
	left: 220px;
	cursor: pointer;
	z-index: 3;
}

.page-content {
	position: absolute;
	top: 45px;
	right: 0;
	/*bottom: 42px;*/
	bottom: 0px;
	left: 220px;
	overflow: hidden;
	z-index: 1;
}

.page-content-bg {
	position: absolute;
	top: 45px;
	right: 0;
	/*bottom: 42px;*/
	bottom: 0px;
	left: 220px;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 100;
	display: none;
}

.page-content .tab {
	height: 100%;
	width: 100%;
	/*background: #EFEEF0;*/
	margin: 0px;
}

.page-content .layui-tab-title {
	/*padding-top: 5px;*/
	height: 35px;
	background: #EFEEF0;
	position: relative;
	z-index: 100;
}

.page-content .layui-tab-title li.home i {
	padding-right: 5px;
}

.page-content .layui-tab-title li.home .layui-tab-close {
	display: none;
}

.page-content .layui-tab-title li {
	line-height: 35px;
}

.page-content .layui-tab-title .layui-this:after {
	height: 36px;
}

.page-content .layui-tab-title li .layui-tab-close {
	border-radius: 50%;
}

.page-content .layui-tab-title .layui-this {
	background: #fff;
}

.page-content .layui-tab-bar {
	height: 34px;
	line-height: 35px;
}

.page-content .layui-tab-content {
	position: absolute;
	top: 36px;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	overflow: hidden;
}

.page-content .layui-tab-content .layui-tab-item {
	width: 100%;
	height: 100%;

}

.page-content .layui-tab-content .layui-tab-item iframe {
	width: 100%;
	height: 100%;

}

.x-admin-carousel,
.layui-carousel,
.x-admin-carousel>[carousel-item]>* {
	background-color: #fff
}

.x-admin-backlog .x-admin-backlog-body {
	display: block;
	padding: 10px 15px;
	background-color: #f8f8f8;
	color: #999;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.x-admin-backlog-body h3 {
	padding-bottom: 10px;
	font-size: 12px
}

.x-admin-backlog-body p cite {
	font-style: normal;
	font-size: 30px;
	font-weight: 300;
	color: #009688
}

.x-admin-backlog-body:hover {
	background-color: #CFCFCF;
	color: #888
}

table th,
table td {
	word-break: break-all;
}

/*404页面样式*/
.fly-panel {
	margin-bottom: 15px;
	border-radius: 2px;
	/*background-color: #fff;*/
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.fly-none {
	min-height: 600px;
	text-align: center;
	padding-top: 50px;
	color: #999;
}

.fly-none .layui-icon {
	line-height: 300px;
	font-size: 300px;
	color: #393D49;
}

.fly-none p {
	margin-top: 50px;
	padding: 0 15px;
	font-size: 20px;
	color: #999;
	font-weight: 300;
}

/* 500页面 */
.five-panel {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

.five-none {
	text-align: center;
	color: #999;
	margin: 0 auto;
}

.five-none img {
	width: 60%;
	max-width: 280px;
	height: auto;
}

.five-none p {
	padding: 20px 0;
	font-size: 20px;
	color: #4C4C4C;
	font-weight: 300;
	font-size: 22px;
	padding-top: 0px;
}

.five-none a {
	display: block;
	color: #fff;
	font-size: 28px;
	margin: 0 auto;
	width: 120px;
	line-height: 41px;
	background: rgba(0, 153, 204, 1);
	border-radius: 50px;
}

/* 升级页面 */
.level-panel {
	width: 100%;
	height: 100vh;
	display: flex;
}

.level-none {
	text-align: center;
	color: #999;
	margin: 0 auto;
	margin-top: 20vh;
}

.level-none img {
	width: 280px;
	height: auto;
}

.level-none p {
	width: 763px;
	padding: 20px 0;
	font-size: 20px;
	color: #4C4C4C;
	font-weight: 300;
	font-size: 22px;
	padding-top: 0px;
	text-align: left;
}

.level-none p>span {
	font-size: 18px;
}

.level-none a {
	display: block;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	width: 120px;
	line-height: 41px;
	background: rgba(0, 153, 204, 1);
	border-radius: 10px 10px 10px 10px;
}

#tab_right {
	display: none;
	width: 80px;
	position: absolute;
	top: 35px;
	left: 0px;
}

#tab_right dl {
	top: 0px;
}

#tab_show {
	position: absolute;
	top: 36px;
	bottom: 0px;
	width: 100%;
	background: rgb(255, 255, 255, 0);
	padding: 0px;
	overflow: hidden;
	display: none;
}


@media screen and (max-width: 768px) {
	.fast-add {
		display: none;
	}

	.layui-nav .to-index {
		display: none;
	}

	.container .logo span {
		width: 140px;
	}

	.container .left_open {
		/*float: right;*/
	}

	.left-nav {
		width: 60px;
	}

	.left-nav #nav li a i {
		font-size: 18px;
	}

	.left-nav cite,
	.left-nav .nav_right {
		display: none;
	}

	.page-content {
		left: 60px;
	}

	.page-content .layui-tab-content .layui-tab-item {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.x-so input.layui-input {
		width: 100%;
		margin: 10px;
	}
}

/*精细版样式*/

.x-admin-sm {
	font-size: 12px;
}

.x-admin-sm body {
	font-size: 12px;
}

/*登录页面样式*/
.x-admin-sm .login input[type=submit],
.x-admin-sm .login input[type=button] {
	font-size: 14px;
}

.x-admin-sm .login input[type=text],
.x-admin-sm .login input[type=file],
.x-admin-sm .login input[type=password],
.x-admin-sm .login input[type=email],
.x-admin-sm select {
	font-size: 12px;
}

.x-admin-sm .login .message {
	font-size: 14px;
}

.x-admin-sm .layui-table td,
.x-admin-sm .layui-table th {
	font-size: 12px;
}

.x-admin-sm .layui-elem-field legend {
	font-size: 18px;
}

.x-admin-sm .x-admin-backlog-body p cite {
	font-size: 24px;
}

.x-admin-sm .left-nav #nav li a cite {
	font-size: 12px;
}

.x-admin-sm .iconfont {
	font-size: 14px;
}

.x-admin-sm .layui-tab-title li {
	font-size: 12px;
}

.x-admin-sm .layui-icon {
	font-size: 14px;
}

.x-admin-sm .layui-nav * {
	font-size: 12px;
}

.x-admin-sm .layui-breadcrumb>* {
	font-size: 12px;
}

.x-admin-sm .layui-btn,
.x-admin-sm .layui-btn-xs,
.x-admin-sm .layui-btn-sm {
	font-size: 12px;
}

.x-admin-sm .layui-laydate {
	font-size: 12px;
}

.x-admin-sm .layui-btn {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #18ad7d;
}

.x-admin-sm .layui-btn-lg {
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	font-size: 14px;
}

.x-admin-sm .layui-layer-title,
.x-admin-sm .layui-layer-dialog .layui-layer-content {
	font-size: 12px;
}

.x-admin-sm .layui-input,
.x-admin-sm .layui-select,
.x-admin-sm .layui-textarea {
	height: 30px;
}

.x-admin-sm .layui-form-pane .layui-form-label {
	height: 30px;
	line-height: 14px;
}

.x-admin-sm .layui-form-checkbox span {
	font-size: 12px;
}

.x-admin-sm .fly-none .layui-icon {
	line-height: 300px;
	font-size: 300px;
	color: #393D49;
}

/*
以下是自定义样式
*/
.ft-room-left {
	float: left;
	line-height: 50px;
}

.ft-room-right {
	float: right;
	text-align: center;
	padding-top: 10px;
}

#times {
	width: 250px;
}

.ft-room-free {
	background-color: #50e199;
}

.ft-room-live {
	background-color: #fd6c6c;
}

.ft-room-book {
	background-color: #29e2e7;
}

.ft-room-fix {
	background-color: #fdca6c;
}

.ft-room-clear {
	background-color: #6a9eff;
}

.stores-img {
	width: 100px !important;
	max-height: 200px;
	background-color: white;
}

.stores-img img {
	width: 100%;
}

.room-img-close,
.store-img-close,
.room-detail-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 10px;
	height: 10px;
	color: red;
}

#images {
	margin-left: 100px;
}

.room-device-chose {
	color: #ff9900 !important;
}

.room-device {
	text-align: center;
	width: auto !important;
	color: #b9b4b4;
}

.room-device i {
	font-size: 25px !important;
}

.room-device p {
	width: 80px;
	font-size: 14px !important;
}

.fangtai-all-chose,
.fangtai-all-not,
.jiedai-all-chose,
.jiedai-all-not {
	color: orange;
	line-height: 20px;
	padding: 0px 10px;
}

#room_maps {
	display: none;
	width: 360px;
	height: 600px;
}

.layui-tab-title .layui-this:after {
	top: -1px;
}

.layui-card-header {
	min-height: 42px;
	height: auto;
}

.laytable-cell-1-headimgurl {
	height: auto;
}

.day.layui-inline {
	cursor: pointer;
}

.laj_tol_stroe {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
}

.layui-col-5 {
	max-width: 260px;
	width: calc(20% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
}

.for_data_box,
.layui-col-5 {
	height: 120px;
	background-size: cover;
	position: relative;
}

.for_data_box>div,
.layui-col-5>div {
	position: relative;
	z-index: 2;
}

.for_data_box::before,
.layui-col-5::before {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1100px) {
	.layui-col-5 {
		width: calc(33.33% - 20px);
		margin-left: 20px;
	}
}

@media screen and (max-width:780px) {
	.layui-col-5 {
		width: calc(50% - 20px);
		margin-left: 20px;
	}
}

.layui-progress-bar {
	min-width: 18px;
}

[data-field="headimgurl"] .layui-table-cell {
	height: auto;
	text-align: center;
}

[data-field="headimgurl"] .layui-table-cell img {
	max-width: 50px;
	max-height: 50px;
}

[data-field="image"] .layui-table-cell {
	height: auto;
	text-align: center;
}

[data-field="img"] .layui-table-cell {
	height: auto;
	text-align: center;
}

/* 排班 */
.grade_bg {
	width: 49px;
	height: 30px;
}

.grade_bg_c:nth-child(2) .grade_bg {
	background-color: #86C4FF;
}

.grade_bg_c:nth-child(3) .grade_bg {
	background-color: #F8AEB2;
}

.grade_bg_c:nth-child(4) .grade_bg {
	background-color: #FEB737;
}

.grade_bg_c:nth-child(5) .grade_bg {
	background-color: #009999;
}

.grade_bg_c:nth-child(6) .grade_bg {
	background-color: #BF3030;
}

.grade_bg_rest {
	width: 49px;
	height: 30px;
	background-color: #8EDA90;
}

.grade .layui-form-radio {
	margin: 0;
}

.grade .layui-form-radioed>i {
	color: #00C7DF !important;
}

.grade_space {
	padding-left: 15px;
}

.grade .layui-table-cell {
	padding: 0;
}

#clear_id {
	display: none;
}

/* 排班管理 */
.clear_title {
	padding: 25px 0;
}

.clear_text {
	padding-right: 10px;
}

.clear_card {
	width: 80%;
	margin: 0 auto;
	padding: 45px 0;
}

.clear_this {
	background-color: #86C4FF;
	color: #fff;
}

.clear_eg button {
	background-color: #fff !important;
}

.clear_table tr>td:nth-child(2){
	min-width: 200px;
}

.clear_table tr>th:nth-child(2){
	min-width: 20px;
}
.clear_table tr:hover{
	background-color: none;
}

.select-item {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.select-item.selected,
.select-item.temp-selected {
	background-color: #5FB878;
	color: #fff;
	border-color: #5FB878;
}

.select-box-dashed {
	position: absolute;
	display: none;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 1px dashed #0099ff;
	background-color: #c3d5ed;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 0px;
	z-index: 99999;
	pointer-events: none;
}
.clear_table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even) {
    background-color: transparent;
}
.clear_date{
	display: none;
}

