
html, body {	
height: 100%;
}

#main {
	width: 100%;
	height: calc(100% - 28px);
}

#map {
	width: 100%;
	height: 100%;
}

#select-right {
	border-radius:16px;
	width: 310px;
	height: 506px;
	position: absolute;
	top: 15%;
	left: 10px;
	background-color: #2F7E74;
	opacity: 0.80;
	padding:10px 15px;
	z-index:888;
}
/*标题+伸缩图标*/
.right-one {
	width: 100%;
	height: 50px;
	position: relative;
}

#title-head {
	position: absolute;
	top: 2px;
	left: 5px;
	font-size: 22px;
	color: #fff;
}

.wwq-left {
	width: 30px;
	height: 33px;
	position: relative;
	top: 4px;
	left: 266px;
	overflow: hidden;
}

.wwq-left img {
	width: 23px;
	height: 23px;
	position: relative;
	top: 4px;
	left: 4px;
}

.wwq-right {
	width: 30px;
	height: 33px;
	position: relative;
	top: 4px;
	left: 266px;
	overflow: hidden;
	display: none;
}

.wwq-right img {
	width: 23px;
	height: 23px;
	position: relative;
	top: 4px;
	left: 6px;
}

.right-one hr {
	width: 94%;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 3%;
}

/*头像+按钮*/
#right-two {
	width: 100%;
	height: 40px;
	position: relative;
}

.homepage-photo {
	border-radius: 25px;
	width:40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 5px;
}

.homepage-photo a img {
	width: 40px;
	height: 40px;
}

.homepage-name {
	width: 80px;
	height: 25px;
	position: absolute;
	top: 9px;
	left: 50px;
	font-size: 15px;
}

.homepage-name p {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#fff;
}

#change {
	position: absolute;
	top: 5px;
	right: 5px;
}
/*主要内容*/
#right-three {
	width: 100%;
	height: 360px;
}

.content {
	width: 100%;
	position: relative;
}

.content tr {
	width: 100%;
	height: 60px;
	position: relative;
}

.content tr td {
	position: relative;
}

.content tr td p {
	font-size: 16px;
	color: #fff;
	position: relative;
	left:10px;
}

.content tr td input {
	width: 180px;
	height: 25px;
	position: relative;
	border:none;
}

.content tr td select {
	width: 180px;
	height: 25px;
	position: relative;
	border:none;
}
/*添加按钮*/
.right-four {
	width: 100%;
	height: 50px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: row;
	top: 5px;
	justify-content: space-around;
}

#excle {
	border-radius: 5px;
	width: 1000px;
	height: 530px;
	background-color: yellow;
	position: absolute;
	top: 100px;
	left: 330px;
	display: none;
}

/*zxl添加*/
#wrap {
	position: fixed;
	top: -999px;
	height:0;
}

#searchDetail {
	border-radius: 5px;
	height:auto;
	width:588;
	display:none;
	position:fixed;
	top: 12%;
	left: 5px;
	background-color: #009f95;
	opacity: 0.90;
	z-index:888;
}


#searchDetail table{
	//float:left;//会出现透明遮挡的情况
}
.show-num {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 126px;
	color: white;
}

.body_left {
	border-radius: 20px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 7px;
	right: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #5b5c5b;
	cursor:pointer;
}

.body_left img {
	width: 20px;
	height: 20px;
	position: relative;
	top:5px;
	left: 3px;
}
#detalTitle
{
	margin-top:7px;
	margin-left:5px
}
.layui-del{border:none; background:none; position:absolute;cursor:pointer;}
.layui-btn-small{font-size:15px;}
.layui-btn .layui-icon,#save-record-img,#search-btn{font-size:16px;}