body {
	min-width: 1024px;
	min-height: 768px;
}

/*admin nav frame*/
.es-innerbox::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.es-innerbox::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.es-innerbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.es-v5-admin-left {
	position: fixed;
	left: 0;
	top: 0;
	width: 260px;
	background: white;
	height: 100%;
	box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);
	z-index: 2;
	border-right: 1px #e0e0e0 solid;
}

.es-v5-admin-top {
	position: fixed;
	left: 0;
	top: 0;
	width: calc(100% - 310px);
	height: 64px;
	background: white;
	z-index: 1;
	border-bottom: 1px #e0e0e0 solid;
	box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
	padding: 0 25px;
	padding-left:285px;
}

.es-v5-admin-left>div:nth-child(1) {
	height: 64px;
	border-bottom: 1px #e0e0e0 solid;
	box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
	padding: 0px 15px;
}

.es-v5-admin-left>div:nth-child(2) {
	padding: 25px 0;
	overflow-y: auto;
}

.es-v5-admin-right {
	padding-left: 260px;
	padding-top: 64px;
}

.es-v5-admin-left .admin-text {
	font-family: '楷体' !important;
}

.es-v5-admin-left .admin-logo {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.es-v5-admin-left-nav {
	font-size: 15px;
}

.es-v5-admin-left-nav div {
	cursor: pointer;
}

.es-v5-admin-left-nav li>div,
.es-v5-admin-left-nav li>a>div {
	line-height: 40px;
	height: 40px;
	border-right: 3px white solid;
}

.es-v5-admin-left-nav ul>li>div,
.es-v5-admin-left-nav ul>li>a>div {
	padding-left: 15px;
}

.es-v5-admin-left-nav ul>li>ul>li>div,
.es-v5-admin-left-nav ul>li>ul>li>a>div {
	padding-left: 30px;
}

.es-v5-admin-left-nav ul>li>ul>li>ul>li>div,
.es-v5-admin-left-nav ul>li>ul>li>ul>li>a>div {
	padding-left: 45px;
}

.es-v5-admin-left-nav ul>li>ul>li>ul>li>ul>li>div,
.es-v5-admin-left-nav ul>li>ul>li>ul>li>ul>li>a>div {
	padding-left: 60px;
}

/*设置选中效果*/
.es-v5-admin-left-nav a.es-v5-admin-nav-ac>div {
	background: #e6f6ff;
	border-right-color: #1890ff;
	color: #1890ff;
	font-size: 14px;
	font-weight: bold;
}

.es-v5-admin-left-nav div:hover {
	color: #1890ff;
}


.v5-block{
	background:white;
	margin:20px;
	padding:12px;
	border-radius: 5px;
}

.v5-block-title > label{
	background:#4bab85;
	width:4px;
	height:13px;
	margin-right: 3px;
}
.v5-block-content{

}

/*表格*/
table.v5-table{
	width:calc(100% - 2px);
	border:1px #ebeef5 solid;
}
table.v5-table tr th{
	height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}
table.v5-table tbody td{
	height: 30px;
	padding-top:8px;
	padding-bottom: 8px;
}
table.v5-table tr th{
	padding: 7px 15px;
	font-size:12px;
}
table.v5-table tr td{
	padding: 10px 10px;
	font-size:12px;
}
table.v5-table tbody tr{

}
table.v5-table thead tr,table.v5-table tbody tr:nth-child(2n){
	background:#fafafa;
}
table.v5-table tbody tr:hover{
	/*background:#f5f7fa;*/
	background: #e6f6ff;
}
table.v5-table p{
	padding:5px 0;
	line-height: 1.4em;
}
table.v5-table a{
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
}
table.v5-table td > input[type="checkbox"],input[type="radio"],input[type="checkbox"]{
	width:16px;
	height:16px;
	cursor: pointer;
	margin:0 0;
}
table.v5-table tr.es-tc td,table.v5-table.es-tc td{
	text-align: center;
}
table.v5-table tbody tr td{
	border-right:#ebeef5 1px solid;
}
table.v5-table tr th{
	border:none;
}


.v5-item{
	float:left;
	padding:8px 0;
}
.v5-item > div:nth-child(1){
	color:#777777;
}
.v5-item input[type="text"]{
	width:80%;
	border:1px #d7d7d7 solid;
	height:1.8em;
	padding:0 6px;
}
.v5-item input[type="text"]:focus{
	color:#5473E8;
	border:1px #5473E8 solid;
}
/* .v5-item input[type="radio"]{
    width:1;
    border:1px #d7d7d7 solid;
    height:1.8em;
    padding:0 6px;
} */

.v5-item-choose{
	padding-top:5px;
	padding-bottom: 5px;
	padding-right: 10px;
	float:left;
	margin-right: 8px;
}
.v5-item-choose label{
	cursor: pointer;
}

.v5-upload {
	padding: 15px 15px 15px 0;
	float:left;
}

.v5-upload > div {
	width: 70px;
	height: 70px;
	border: 1px #d7d7d7 solid;
	position: relative;
}

.v5-upload [status="delay"] {

}

.v5-upload .v5-upload-close {
	position: absolute;
	width: 20px;
	height: 20px;
	/*border:1px red solid;*/
	top: -8px;
	right: -8px;
	background-color: white;
	border-radius: 50%;
}

.es-model {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.25);
}

.es-model > div > div {
	overflow: hidden;
}

.es-model > div > div {
	width: 100%;
	height: 100%;
}

.es-ani-open {
	animation: ani-open-bg 0.3s;
}

.es-ani-close {
	animation: ani-close-bg 10s;
}

.es-ani-open > div > div {
	animation: ani-open-body 0.3s;
}

.es-ani-close > div > div {
	animation: ani-close-body 10s;
}

/* 定义出现动画 */
@keyframes ani-open-bg {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes ani-open-body {
	0% {
		width: 40%;
		height: 30%;
		margin-left: 30%;
		margin-top: -20%;
	}
	100% {
		width: 100%;
		height: 100%;
		margin-left: 0;
		margin-top: 0;
	}
}

/* 定义关闭动画 */
@keyframes ani-close-bg {
	0% {
		opacity: 1;
	}
	2% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes ani-close-body {
	0% {
		width: 100%;
		height: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	2% {
		width: 70%;
		height: 30%;
		margin-left: 15%;
		margin-top: -50%;
	}
	100% {
		width: 40%;
		height: 30%;
		margin-left: 30%;
		margin-top: -50%;
	}
}

.es-model i.icon-cancel-circle {
	font-size: 1.3em;
}

.es-model .close-model {
	padding: 10px;
	cursor: pointer;
}

.es-model .close-model:hover {
	background: #FAFAFA;
}
es-img{
	display: none;
}
.v5-table img,es-img img,.es-img img{
	max-height: 150px;
	max-width: 150px;
}

.search-btn{
	background:#5473E8;
	color:white;
	border:1px #5473E87 solid;
	border-radius: 5px;
	font-size:14px;
	padding:5px 10px;
}
.clean-search-btn{
	/* background:#5473E8; */
	color:#606266;
	border:1px solid #dcdfe6;
	border-radius: 5px;
	font-size:14px;
	padding:5px 10px;
	margin-left:20px;

}
.search-btn:hover{
	opacity: 0.9;
	cursor: pointer;
}
.clean-search-btn:hover{
	border:1px solid #c6e2ff;
	background-color: #ecf5ff;
	color:#409eff;
	cursor: pointer;
}

/*自动分页*/
.view-auto-page{

}
.view-auto-page .page-num{
	width:80px;
	border:1px #ebeef5 solid;
	padding-left:15px;
	height:35px;
	cursor: pointer;
}

.view-auto-page .page-list a{
	float:left;
	min-width:30px;
	margin:0 5px;
	background:#f4f4f5;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
	font-size:13px;
	height:30px;
}
.view-auto-page .page-list a:hover{
	color:#5473E8;
}
.view-auto-page .page-list a.ac{
	background:#5473E8;
	color:white;
}


.admin-model {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 4;
}

.admin-model-content {
	width: 300px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: white;
	border-left: 1px #d7d7d7 solid;

}

.admin-message-row {
	width: 270px;
	margin-left: 15px;
	padding: 5px 0;
	font-family: '楷体';
	font-weight: 500;
}


.admin-model{
	animation: admin-model-message-bg-ani 0.4s;
}
.admin-model .admin-model-content{
	animation: admin-model-message-ani 0.4s;
}

/*动画*/
@keyframes admin-model-message-bg-ani {
	0% {
		background: rgba(0, 0, 0, 0);
	}
	100% {
		background: rgba(0, 0, 0, 0.5);
	}
}

@keyframes admin-model-message-ani {
	0% {
		right: -400px;
		opacity: 0.7;
	}
	100% {
		right: 0px;
		opacity: 1;
	}
}


.es-v5-admin-nav-icon {

}

.es-v5-admin-nav-icon i {
	font-size: 1.3em;
}

.es-v5-admin-nav-ul ul {
	display: none;
}

.es-v5-admin-open > ul{
	display: block;
}


.es-v5-admin-open > div .es-v5-admin-nav-icon{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}

.es-v5-admin-nav-ul{
	font-family: '黑体';
	font-weight: 500;
}
.es-v5-admin-nav-show-2{
	display: none;
}
.es-v5-admin-nav-show-2.es-v5-admin-nav-ac{
	display: block;
}

.es-icon-load{
	background-image: url("/src/es-v5/img/delay.gif");
	background-size: 100% 100%;
	width:28px;
	height:28px;
}

/*小页面兼容*/
body.view-size-min .es-v5-admin-left{
	width:200px;
}
body.view-size-min .es-v5-admin-right {
	padding-left: 200px;
}
body.view-size-min .es-v5-admin-top {
	padding-left: 225px;
	width: calc(100% - 250px);
}


.iframe-model{
	width:100%;
	height:100%;
	position: fixed;
	z-index:9999;
	background:rgba(0,0,0,0.35);
	left:0;
	top:0;
}
.iframe-model .content{
	width:70%;
	min-width: 1300px;
	height: 100%;
	overflow: hidden;
	background: white;
}
.iframe-model .content iframe{
	width:100%;
	height:100%;
	border:none;
}
.iframe-close{
	position: absolute;
	right:0;
	top:0;
	padding:12px 15px;
	cursor: default;
}

div[url]{
	cursor: pointer;
}
