*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html{
	font-size: 10px;
	font-family: "微软雅黑";
}
body{
	background-color: #f5f5f5;
}
a{text-decoration: none;}
ul,dl,ol,li,dt,dd{
	list-style: none;
}
input,textarea{
	font-size: 14px;
	outline: none;
}
.none{
	display: none;
}

.meetingBox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 898px;
	height: 500px;
	margin-left: -449px;
	margin-top: -250px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.meetingBox .header{
	height: 100px;
	padding: 10px 0;
	color: #f1dccb;
	text-align: center;
	background-color: #b75c61;
}
.meetingBox .header h1{
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: .1rem;
}
.meetingBox .header h1 > span{
	font-size: 1.6rem;
}
.meetingBox .header ul{
	width: 80%;
	padding: 8px 0;
	margin: 0 auto;
}
.meetingBox .header ul:after{
	content: '';
	display: block;
	clear: left;
}
.meetingBox .header ul > li{
	position: relative;
	float: left;
	width: 25%;
}
.meetingBox .header ul > li > span.num{
	position: absolute;
	left: 1rem;
	top: 0;
	line-height: 3rem;
	font-size: 3rem;
}
.meetingBox .header ul > li > span.time{
	display: block;
}
.meetingBox .header ul > li > span.action{
	display: block;
	font-size: 1.4rem;
}
.meetingBox .header ul > li:after{
	content: '\e64d';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5rem;
	font-family: 'iconfont';
	font-size: 3rem;
}
.meetingBox .header ul > li:last-of-type:after{
	display: none;
}

.meetingBox .content{
	
}
.meetingBox .content ul {
	font-size: 0;
}
.meetingBox .content ul:after{
	content: '';
	display: block;
	clear: left;
}
.meetingBox .content ul > li{
	position: relative;
	float: left;
	width: 50%;
	padding: 15px;
	color: #666;
	font-size: 14px;
}
.meetingBox .content ul > li label{
	display: inline-block;
	width: 75px;
	height: 36px;
	line-height: 36px;
}
.meetingBox .content ul > li i.iconfont{
	position: relative;
	left: -30px;
	cursor: pointer;
}
.meetingBox .content ul > li > span{
	position: absolute;
	bottom: -3px;
	left: 95px;
	color: #fd0d5c;
	font-size: 1.2rem;
}
.meetingBox .content ul > li input, .meetingBox .content ul > li textarea{
	padding: 0 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.meetingBox .content ul > li input{
	width: 300px;
	height: 36px;
	line-height: 36px;
}
.meetingBox .content ul > li textarea{
	width: 750px;
	height: 100px;
	padding: 6px;
}
.meetingBox .content ul > li input:focus, .meetingBox .content ul > li textarea:focus{
	border-color: #b75c61;
}
.meetingBox .content ul > li:last-child{
	width: 100%;
}
.meetingBox .content ul > li:last-child label{
	vertical-align: top;
}

.meetingBox .submitBox{
	text-align: center;
}
.meetingBox .submitBox .btnSubmit{
	display: inline-block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #f09b3e;
	border-radius: 3px;
}
.meetingBox .submitBox .btnSubmit:hover{
	background-color: #fb9321;
}


.dropdownlist{
	position: absolute;
	width: 300px;
	background-color: #fff;
	border: 1px solid #b75c61;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.dropdownlist ul{
	
}
.dropdownlist ul > li{
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 1.4rem;
}
.dropdownlist ul > li:hover{
	color: #fff;
	background-color: #ee787f;
	cursor: pointer;
}



.ui-datepicker{
	width: 300px;
}
.ui-widget.ui-widget-content{
	border-color: #b75c61;
}























