@CHARSET "UTF-8";
a{
	cursor: pointer;
}
.editpanel{
	min-height: 450px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.editcontent{
	background-color: white;
	border-radius: 5px;
	min-height: 500px;
	height: auto !important;
}

.headertitle{
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:30px;
	font-size:14px;
	border-bottom-color:rgb(231, 231, 231);
	margin-top: 10px;
}
.editlabel {
	font-size: 16px;
}

.editlabelval {
	font-family: '微软雅黑 Bold', '微软雅黑';
	font-weight: 700;
	font-size: 16px;
}
.headertd{
	background-color: #F7F8FA;
}
.hideinput{
	
}

.deal-box{
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	left: 0;
	bottom: 0;
	box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.3);
	border-top-left-radius: 20px;
}
.deal-box .deal-close{
	position: absolute;
	z-index: 1000;
	right: 5px;
	top:-33px;
	background-color: #fff;
	height: 30px;
	width: 40px;
	text-align: center;
	line-height: 30px;
	border-radius: 6px;
	cursor: pointer;
}
.deal-box .deal-main{
	margin:auto;
	width: 1366px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.deal-box .deal-main .mt20{
	margin-top: 20px;
}
.deal-box .deal-main .mt50{
	margin-top: 50px;
}
.deal-box .deal-main .hide{
	display: none;
}