* {
	padding: 0;
	margin: 0;
	font-size: .9rem;
	font-family: "Microsoft YaHei";
}

@font-face {
	font-family: 'webfont';
	font-display: swap;
	src: url('//at.alicdn.com/t/webfont_zd60pqi8mad.eot');
	/* IE9*/
	src: url('//at.alicdn.com/t/webfont_zd60pqi8mad.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('//at.alicdn.com/t/webfont_zd60pqi8mad.woff2') format('woff2'),
		url('//at.alicdn.com/t/webfont_zd60pqi8mad.woff') format('woff'),
		/* chrome、firefox */
		url('//at.alicdn.com/t/webfont_zd60pqi8mad.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('//at.alicdn.com/t/webfont_zd60pqi8mad.svg#杨任东竹石体-Bold') format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: "logofont";
	font-display: swap;
	src: url('../../lib/font/webfont.eot');
	/* IE9 */
	src: url('../../lib/font/webfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../../lib/font/webfont.woff2') format('woff2'),
		url('../../lib/font/webfont.woff') format('woff'),
		/* chrome、firefox */
		url('../../lib/font/webfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../../lib/font/webfont.svg#webfont') format('svg');
	/* iOS 4.1- */
}

.logo-font {
	font-family: "logofont" !important;
	font-size: .875rem!important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.namefont {
	font-family: "webfont" !important;
	font-size: .875rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: rgba(0, 0, 0, .6);
}
a:hover{
	text-decoration: none;
}



.ymi-admin {
	width: 100%;
	height: 100vh;
	position: relative;
}

/* Left */
.ymi-admin-left {
	width: 280px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.ymi-nav {
	width: 60px;
	height: 100vh;
	background: #008196;
	padding: 30px 10px;
	box-sizing: border-box;
}

.ymi-admin-info {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

.ymi-admin-info img {
	width: 40px;
	height: 40px;
}

.ymi-admin-more {
	width: 260px;
	height: 200px;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, .12);
	box-shadow: 0 0 1px rgba(0, 0, 0, 1);
	border-radius: 5px;
	display: none;
	z-index: 9999;
}

.ymi-admin-more .ymi-admin-more-info {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.ymi-admin-more .ymi-admin-text {
	width: 160px;
	height: 60px;
}

.ymi-admin-more .ymi-admin-text p {
	margin-bottom: 0;
	line-height: 20px;
}

.ymi-admin-more .ymi-admin-image {
	width: 60px;
	height: 60px;
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
}

.ymi-admin-more .ymi-admin-image img {
	width: 60px;
	height: 60px;
}

#nav a {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	line-height: 20px;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

#nav a i {
	font-size: 1.25rem;

}

#nav a.active {
	color: #FFF;
	margin: 0;
}

.ymi-admin-left>.ymi-nav-child {
	width: 220px;
	background: rgba(0,0,0,.05);
}

.ymi-admin-left>.ymi-nav-child>.search {
	position: relative;
	padding: 10px 15px;
	background: #FFF;
}

.ymi-admin-left>.ymi-nav-child>.search>form>input#search {
	height: 30px;
	padding: 0 30px !important;
	background: rgba(0, 0, 0, .05);
	border-radius: 5px;
}

.ymi-admin-left>.ymi-nav-child>.search>form>button {
	position: absolute;
	top: 5px;
	left: 10px;
	border: none;
	height: 38px;
	width: 40px;
	background: transparent;
	outline: none;
}

#nav-child a {
	background: transparent;
	border: none;
	border-radius: 0;
	height: 30px;
	line-height: 30px;
	margin: 0;
}

#nav-child a i {
	font-size: 18px!important;
}

#nav-child a.active {
	color: #333;
	background: rgba(0, 0, 0, .1);
}

/* LOGO */
.ymi-admin-logo {
	background: #efefef;
	padding: .5rem;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.ymi-admin-logo .ymi-logo-icon {
	width: 80px;
	font-size: 2.5rem;
	color: #008196;
}

.ymi-admin-logo .ymi-logo-text {
	width:auto;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	padding-left: 5px;
	box-sizing: border-box;
}

.ymi-admin-logo .ymi-logo-text p:first-of-type {
	font-size: 1.125rem;
	margin-bottom: 0;
	text-align: right;
	color: #0a7182;
}

.ymi-admin-logo .ymi-logo-text p:last-of-type {
	font-size: 1.125rem;
}

/* Right */
.ymi-admin-right {
	position: absolute;
	left: 280px;
	top: 0;
	right: 0;
	bottom: 0;
}

.ymi-admin-body{
	padding: 15px;
}

.ymi-admin-iframe{
	width: 100%;
	height: 100vh;
	border: none;
	overflow: hidden;
	overflow-y: auto;
	background: rgba(0, 0, 0, .12);
}

#breadcrumb{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

#breadcrumb .breadcrumb{
	border-radius: 0;
}

#pills-tab .nav-link{
	padding: .1rem 1rem;
}

#pills-tab .nav-link.active{
	background: #607d8b;
}

.layui-table-cell>.btn-group>.nav-link{
	cursor: pointer;
	padding: 0 .3rem;
}

.btn-group>.nav-link{
	cursor: pointer;
	padding: 0 .3rem;
}


/* layui */
.layui-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-total, 
.layui-table-total tr, 
.layui-table[lay-even] tr:nth-child(even) {
    background-color: #ffffff;
}

/* upload */
.upload{
	width: 300px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid rgba(0,0,0,.05);
	cursor: pointer;
	background: rgba(0,0,0,.05);
	font-size: 0.875rem;
}

.show-img-box{
	width: auto;
	height: auto;
	display: none;
}

.show-img-box ul{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.show-img-box ul li{
	width: auto;
	max-width: 300px;
	max-height: 180px;
	position: relative;
}

.show-img-box ul li .item-img{
	width: 100%;
	max-height: 150px;
	padding: 0.625rem;
	box-sizing: border-box;
}

.show-img-box ul li .item-img img{
	width: 100%;
	max-height: 150px;
	object-fit: contain;
}

.show-img-box ul li .item-btn,
.show-img-box .item-btn{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
}

.show-img-box ul li .item-btn span{
	cursor: pointer;
}

.show-img-box ul li:hover .item-btn{
	display: block;
}

/* Login */
.login-body{
	width: 100%;
	height: 100vh;
	background: url(../img/1.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
}

.login-box{
	width: 45%;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: auto;
}

.form-box{
	width: 100%;
	padding: 30px 0.9375rem;
	background: #F0F0EE;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.form-item{
	width: 50%;
	padding: 0.625rem;
}

.form-box-left {
	border-right: 1px solid rgba(0,0,0,.1);
}

.form-box-left img{
	width: 100%;
	object-fit: cover;
}

.jdy-hide{
	display: none;
}

.layui-form-select dl dd.layui-this {
	background-color: #02bdb4;
	color: #fff;
}

.error{
	background: #f3b7b7!important;
}

.error-msg{
	color: #b21f2d!important;
}

.layui-form-switch {
	height: 22px;
	line-height: 24px;
}

table .layui-form-switch{
	background-color: #b21f2d;
}

.layui-form-onswitch {
	border-color: #17a2b8!important;
	background-color: #17a2b8!important;
}

.layui-form-switch em{
	top: -2px;
}

table .layui-form-switch em,
table .layui-form-switch i{
	color: #FFF!important;
}

table .layui-form-switch i{
	background: #ffffff!important;
}

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

.layui-form-radio>i:hover, .layui-form-radioed>i {
	color: #03bdd0;
}

.navBox{
	margin-bottom: 5px;
}

.navBox dt{
	color: #333;
	font-weight: 500;
	padding: 0 5px;
	background: #ededed;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

.navBox dd{
	height: 30px;
	line-height: 30px;
}

.navBox dd .nav-link{
	padding: 0 1rem;
	text-align: left;
	transition: all .5s;
}

.navBox dd.active .nav-link{
	color: #08aac6;
	text-indent: 1rem;
	background: #bb1616!important;
}

.layui-textarea{
	resize: none!important;
}
.nav-pills .nav-link{
	padding: 5px 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #018196;
	padding: 5px 1rem;
}

.layui-input,
.layui-select,
.layui-textarea {
	color: #495057;
}

select{
	padding: 3px 5px;
	border-radius: .25rem;
	border-color: #ced4da!important;
}

.timeInput{
	width: 200px!important;
	background: url("../img/time.png") no-repeat 10px center;
	background-size: 20px;
	padding: 0 20px;
	text-indent: 20px;
	box-sizing: border-box;
}

.layui-colla-title{
	background-color: #f8f9fa!important;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #df702f!important;
	background-color: #df702f;
	color: #fff;
}

.left-tab{
	width: 130px;
}

.left-tab dl{
	width: 100%;
}

.left-tab dl dt{
	text-align: left;
	font-weight: 500;
	color: #777;
	border-bottom: 1px solid #dcdcdc;
	line-height: 2;
}

.left-tab dl dd{
	margin-top: 10px;
	margin-bottom: 0;
}

.left-tab dl dd a{
	display: block;
	background: transparent;
	padding: 2px 15px;
	box-sizing: border-box;
	text-align: right;
}

.left-tab dl dd.active a{
	background: #17a2b8;
	color: #FFF;
}


.right-data{
	width: 98%;
	padding: 0 15px;
	box-sizing: border-box;
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 0;
}