/**{
	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{
	/*border: 1px solid #ddd;*/
	/*margin-top: 10px;*/
	background-color: #fff;
}
.meetingBox *{
	box-sizing: border-box;
}
.meetingBox .header{
	padding: 10px 0;
	color: #f1dccb;
	text-align: center;
	background-color: #b75c61;
}
.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%;
	margin-bottom: 0;
}
.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{
	width: 100%;
}
.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%;
	height: 56px;
	line-height: 36px;
	margin-bottom: 0;
	padding: 10px 10px 10px 75px;
	text-align: left;
	color: #666;
	font-size: 14px;
}
.meetingBox .content ul > li:nth-last-of-type(odd){
	width: 46%;
}
.meetingBox .content ul > li:nth-last-of-type(even){
	width: 54%;
}
.meetingBox .content ul > li label{
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	width: 75px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.meetingBox .content ul > li label.normal{
	position: relative;
	top: auto;
	left: auto;
	display: inline;
	margin-right: 3px;
}
.meetingBox .content ul > li i.iconfont{
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
a.question{
	position: relative;
}
a.question i{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url("/leyohotel/images/qt1.png") no-repeat left top;
	background-size: 17px 17px;
}
a.question .box{
	display: none;
    padding: 12px 5px 12px 13px;
    position: absolute;
    top: 35px;
    /*left: -3px;*/
   	right: -28px;
    z-index: 6;
    width: 290px;
    min-height: 30px;
    border: 1px solid #4b120b;
    background: #fff;
    color: #333;
    font-size: 12px;
}
.top_arrow, .top_arrow_border{
	position: absolute;
    width: 0;
    height: 0;
    border-style: none dashed solid;
}
.top_arrow_border{
	top: -8px;
    right: 27px;
    border-width: 0 7px 7px;
    border-color: transparent transparent #4b120b;
    z-index: 1;
}
.top_arrow{
	top: -6px;
    right: 28px;
    border-width: 0 6px 6px;
    border-color: transparent transparent #fff;
    z-index: 2;
}


.meetingBox .content ul > li > span{
	position: absolute;
	bottom: -3px;
	/*bottom: 0;*/
	left: 75px;
	line-height: 1;
	color: #fd0d5c;
	font-size: 1.2rem;
}
.meetingBox .content ul > li input[type="text"], .meetingBox .content ul > li textarea{
	padding: 0 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.meetingBox .content ul > li input[type="text"]{
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.meetingBox .content ul > li textarea{
	width: 100%;
	/*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{
	padding-bottom: 15px;
	text-align: center;
}
.meetingBox .submitBox .btnSubmit{
	display: inline-block;
	width: 180px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #f09b3e;
	border-radius: 3px;
}
.meetingBox .submitBox .btnSubmit:hover{
	text-decoration: none;
	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{
	float: none;
	width: auto;
	height: 28px;
	line-height: 28px;
	margin-bottom: 0;
	padding: 0 8px;
	text-align: left;
	font-size: 1.4rem;
}
.dropdownlist ul > li:hover{
	color: #fff;
	background-color: #ee787f;
	cursor: pointer;
}

.meeting-container{
	padding: 0 10px;
}

.ui-datepicker{
	/*width: 300px;*/
}
.ui-widget.ui-widget-content{
	border-color: #b75c61;
}























