

/*admin nav frame*/
.es-innerbox::-webkit-scrollbar,.es-oa::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.es-innerbox::-webkit-scrollbar-thumb ,.es-oa::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.2);
}

.es-innerbox::-webkit-scrollbar-track.es-oa::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}


.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;
	}
}


.view-frame-body {
	padding-top: 64px;
	padding-left: 200px;
}

.view-v6-body {
	margin: 18px 18px 0 18px;
	padding: 18px;
	background: white;
	border-radius: 10px;
}

.view-v6-title{
	font-size:16px;
	font-weight: bold;
}


.v6-upload {
	padding: 15px 15px 15px 0;
	float:left;
}

.v6-upload > div {
	width: 70px;
	height: 70px;
	border: 1px #d7d7d7 solid;
	position: relative;
}

.v6-upload [status="delay"] {

}

.v6-upload .v6-upload-close {
	position: absolute;
	width: 20px;
	height: 20px;
	/*border:1px red solid;*/
	top: -8px;
	right: -8px;
	background-color: white;
	border-radius: 50%;
}


select, .es-select {
	border: 1px #d7d7d7 solid;
	height: 2.0em;
	width: calc(98% - 14px);
	padding: 0 6px;
	outline: none;
}

input, textarea {
	outline-style: none;
}


/*火狐 下去除type ==  "number"  时 的右侧图标*/
input[type="number"] {
	-moz-appearance: textfield;
}

/*IE下去除 右边的×*/
input::-ms-clear {
	display: none;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}


/*输入框激活颜色*/
input:focus, textarea:focus {
	/*border: 1px #00a1ea solid !important;*/
	/*color: #00a1ea;*/
}

.view-v6-search-item {
	float: left;
	width: 25%;
	padding: 8px 0;
}

body.min .view-v6-search-item {
	width: 33%;
}

body.max .view-v6-search-item {
	width: 20%;
}

.view-v6-search-item-block2 {
	width: 50%;
}

body.min .view-v6-search-item-block2 {
	width: 66%;
}

body.max .view-v6-search-item-block2 {
	width: 40%;
}

.view-v6-search-item-block3 {
	width: 75%;
}

body.min .view-v6-search-item-block3 {
	width: 99%;
}

body.max .view-v6-search-item-block3 {
	width: 60%;
}

.view-v6-search-item-block4 {
	width: 100%;
}

body.min .view-v6-search-item-block4 {
	width: 99%;
}

body.max .view-v6-search-item-block4 {
	width: 80%;
}

.view-v6-search-item-block5 {
	width: 100%;
}

body.min .view-v6-search-item-block5 {
	width: 99%;
}

body.max .view-v6-search-item-block5 {
	width: 100%;
}

.view-v6-search-item input, .view-v6-search-item textarea {
	border: 1px #d7d7d7 solid;
	height: 2.0em;
	width: calc(98% - 14px);

}

.view-v6-search-item input {
	padding: 0 6px;
}

.view-v6-search-item textarea {
	padding: 10px 6px;
	height: 6em;
	resize: none;
}


es-choose-more, es-choose-one {
	display: none;
}

div.checkbox, div.radio {
	cursor: pointer;
	min-height: 2em;
}
div.checkbox i, div.radio i{
	color:#999;
}
div.checkbox.es-c i, div.radio.es-c i{
	color:#5473E8;
}

div.checkbox:hover, div.radio:hover {
	background: #f3f3f3;
}

div.radio i.icon-radio-checked{
	display: none;
}
div.radio i.icon-radio-unchecked{
	display: block;
}
div.radio.es-c i.icon-radio-unchecked{
	display: none;
}
div.radio.es-c i.icon-radio-checked{
	display: block;
}




.es-model {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.es-model .es-model-body {
	width: 900px;
	height: 700px;
}

.es-model .min {
	width: 400px;
	height: 300px;
}

.es-model .max {
	width: 1200px;
	height: 1000px;
}

.es-model .es-close-model {
	padding: 10px;
	cursor: pointer;
}

.es-model .es-close-model:hover {
	background: #f3f3f3;
}

.es-model .es-close-model i {
	font-size: 1.3em;
}

.es-model .es-model-title {
	box-shadow: 0 2px 4px rgb(0 21 41 / 8%);
}

.es-model .es-model-bottom {
	box-shadow: 0 -2px 4px rgb(0 21 41 / 8%);
}

.es-model-bottom button {
	margin-left: 10px;
}


.es-model .view-v6-search-item {
	float: none;
	width: 95% !important;
}

.view-v6-search-item .tip {
	color: #999999;
	font-size: 0.88em;
	padding-bottom: 3px;
}

.view-v6-search-item .tip:before {
	content: '*';
	color: #00a1ea;
}

.layui-dropdown-menu{
	max-height: 300px;
	width: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}



/*表格*/
table.v6-table{
	width:calc(100% - 2px);
	border:1px #ebeef5 solid;
}
table.v6-table tr th{
	height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}
table.v6-table tbody td{
	height: 30px;
	padding-top:8px;
	padding-bottom: 8px;
}
table.v6-table tr th{
	padding: 7px 15px;
	font-size:12px;
}
table.v6-table tr td{
	padding: 10px 10px;
	font-size:12px;
}
table.v6-table tbody tr{

}
table.v6-table thead tr,table.v6-table tbody tr:nth-child(2n){
	background:#fafafa;
}
table.v6-table tbody tr:hover{
	/*background:#f5f7fa;*/
	background: #e6f6ff;
}
table.v6-table p{
	padding:5px 0;
	line-height: 1.4em;
}
table.v6-table a{
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
}
table.v6-table td > input[type="checkbox"],input[type="radio"],input[type="checkbox"]{
	width:16px;
	height:16px;
	cursor: pointer;
	margin:0 0;
}
table.v6-table tr.es-tc td,table.v6-table.es-tc td{
	text-align: center;
}
table.v6-table tbody tr td{
	border-right:#ebeef5 1px solid;
}
table.v6-table tr th{
	border:none;
}
.v6-table img,es-img img,.es-img img{
	max-height: 150px;
	max-width: 150px;
}



/*自动分页*/
.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;
}


.v6-table-info{

}
.v6-table-info tr th:nth-child(1),.v6-table-info tr td:nth-child(1){
	text-align: right;
	width:200px;
}
.v6-table-info tr th:nth-child(2),.v6-table-info tr td:nth-child(2),.v6-table-info tr td:nth-child(3),.v6-table-info tr td:nth-child(4){
	text-align: left;
}
.v6-table-info tr td:nth-child(1){
	color:#666666;
}





.iframe-model{
	position: fixed;
	z-index:11;
	top:0;
	right:0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.25);
}
.iframe-model .content{
	width: 80%;
	height: 100%;
	background: white;
	position: absolute;
	right:0;
	max-width: 1366px;
}
.iframe-model iframe{
	width: 100%;
	height: 100%;
	border:none;
}
.iframe-model .iframe-title{
	padding:20px 20px;
	border-bottom: 1px #d7d7d7 solid;
}
.iframe-model .iframe-title > div:nth-child(1){
	font-weight: bold;
}
.iframe-model .icon-cross:hover{
	color:#00a1ea;
}

.iframe-bg:active{
	background: rgba(0,0,0,0.25);
}
