﻿table.altrowstable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	width: 100%;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}
table.altrowstable th {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #a9c6c9;
	color: #6c7293;
}
.firstrowcolor{
	background-color:#E2DCE0;
}
.theadrowcolor{
    background-color:#5d78ff;
    color: #FFFFFF;
}
.secondrowcolor{
	background-color:#FFFFFF;
}
.detailDiv{
	margin: 10px;
}
.detailLabel{
	width: 80px;
	vertical-align: middle;
	display:inline-block;
	font-size: 14px;
	margin-top: 8px;
	margin-right: 8px;
}
.detailInputDiv{
	width: 100%;
}
.bodyDiv{
	background: #e1e1ef;
	margin: 10px;
}
.headDiv{
	background: white;
}
.spanDiv2{
	background:white;
	border: 1px solid #ffffff;
	border-radius: 5px;
}
.searchInput{
	height: 30px;
}
.searchBox{
	height: 30px;
}
.bodyStyle{
	background: white;
}

/* 页面头悬浮 */
.pageHead{
	display: flex;
	position:relative;
	min-height: 55px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(235, 237, 242);
	background: #FFFFFF;
	width: 100%;
	height: 55px;
	font-size: 17px;
	font-weight: 500;
	color: #464457;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
}

/* 页面主体 */
.pageBody{
	background: white;
	font-size: 1.2rem;
	font-weight: 500;
	color: #464457;
}
.divHead{
	display: flex;
	min-height: 60px;
	padding: 0px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1ef;
	background: #FFFFFF;
	width: 100%;
	height: 60px;
	-webkit-align-items: center;
    align-items: center;
}
.divItem{
	margin: 10px;
	font-size: 14px;
}
.divButtons{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 20%;
	right: 15px;
	width: 46px;
	border: 1px solid #e1e1ef;
	border-radius: 5px;
	background: #FFFFFF;
}
.divCenterButton{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content:center;
	margin-top: 20px;
}
.checkboxUl{
	list-style-type: none;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.checkboxLi{
	margin: 10px 0;
	text-align: -webkit-match-parent;
	list-style-type: none;
	width: 100px;
}

.imageLi{
	border: 1px solid transparent;
  	float: left;
	height: 150px;
	max-height: 200px;
  	margin: 0 -1px -1px 0;
  	overflow: hidden;
	width: 150px;
	max-width: 200px;
}

.demoImg{
	width: 150px;
	height: 150px;
}

.imageDelete {
    display: block;
    cursor: pointer;
	width: 25px;
	top: 2px;
	left: 120px;
    height: 25px;
	position: absolute;
    background: url(../media/Icon/关闭.png);
}
.btnDownload{
	margin-top: 0px;
}

.btnDiv {
	float: right;
}

.w250 {
	width: 250px !important;
}

.layui-table-view {
	margin: 0px !important;
}

.layui-btn+.layui-btn {
	margin-left: 1px !important;
}