/**----------------------- reserve --------------------------------------**/
.reserve{
	position: relative;
	margin-top: -38px;
	width: 100%;
	height: 90px;
	background-color: white;
	display: none;
	padding-left: auto;
	padding-right: auto;
}
/*check 的三个选框和一个按钮的整体组建构建 */
.check-content{
	position: relative;
	margin: 0 auto;
	padding-top: 7px;
	/*
	padding-left: 10%;
	padding-right: 10%;
	*/
	width: 100%;
	height: 34px;
	/*background-color: green;*/
}

/*按钮，从别的地方挪过来了*/
.res_top{
	height: 40px;
	/*line-height: 50px;*/
	text-align: center; 
	width: 150px;
	/*border-radius: 26px;*/
	/*border: 1px solid #619b9b;*/
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-top: 34px;
	margin-left: 7%;
}
.res_top span{
	display: block;
	width: 50%;
	height: 100%;
	cursor: pointer;
	float: left;
	font-size: 16px;
	color: #4c4c4c;
	background: #f8f8f9;
	padding-top: 8px;
	padding-bottom: 8px;
}
.res_top span.active{
	background: #E74842;
	color: #FFFFFF;
}

.check_title{
	font-size: 18px;
}

/*check 3块区域的单个设置 */
.check-date{
	position: relative;
	float: left;
	width: 20%;
	height: 34px;
	margin-right: 10px;
	/*background-color: red;	*/
}
.check-date.guest{
	width: 250px;
}
.check-date.out,
.check-date.guest{
	margin-right: 2%;
}

/*btn设置 */
.check-btn{
	position: relative;
	float: left;
	/*padding-top: 8px;*//*20181218 del*/
	width: 24%;
	height: 40px;
	line-height: 40px;/*20181218 add*/
	/*background-color: red;*/
	background-image: url(../images/element/nav/find.jpg);
	text-align: center;
}
.check-btn span{ /*20181217 update*/
	font-size: 16px;/*20181218 update*/
	font-style: normal;
	color: white;
	letter-spacing: 2px;
	cursor: pointer;
}

/*提示 */
.prefix{
	position: absolute;
	top: 48px;
	letter-spacing: 2px;
	color: #828282;
	display: none;
}
/*替代提示的标题*/
.check_title {
	display: block;
}

#check-btn{
	letter-spacing: 0px;
}
.prefix span{
	font-weight: 600;
}

/*链接线 */
.link-line{
	position: relative;
	float: left;
	margin-top: 16px;
	margin-right: 1%;
	margin-left: 1%;
	/*margin-left: -13px;*/
	width: 1%;
	height: 2px;
	background-color: #828282;
}

/*日期表设置 */
.input-append{
	position: absolute;
	width: 100%;
	height: auto;
}
.input-append input{
	border-style: outset;
	border-top-style: outset;
	border: 1px solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #cfcfcf;
	box-shadow: none;
	font-size: 12px;
	text-align: center;
}
.input-append input.span2,
.input-append input.span3
{
	width: 100%;
	height: 40px;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #828282;

}

/*日期表 弹出设置 */
.datetimepicker.dropdown-menu{
	position: absolute;
	margin-left: -10px;
	margin-top: 50px;
}
.btn.btn-default.top,
.btn.btn-default.down
{
	outline: none;
}

.check-date.guest
.input-group {
	width:100px;
	float: left;
}
/*guest 人数设置 */
.spinner input{
	text-align: center;
  	color: #828282;
  	font-size: 12px;
}

.input-group .form-control{
	border-radius: 0px;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  height: 25px;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  /*width: 100%;*/
  width: 5px;
  max-width: 100%;
  padding: 0px;
  padding-right: 10px;
  padding-left: 4px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
}

.check-date.guest .input-wp{
	border: 1px solid #ccc;
	height: 42px;
}

.check-date.guest .input-wp .input-group{
	float: left;
	width: 105px; /*20181116 106改为105*/
}

.check-date.guest .input-wp .input-group input.form-control{
	border: none;
	width: 100%;
	background: none;
	box-shadow: none;
}

.check-date.guest .input-wp span{
	float: left;
	width: 36px;
	line-height: 40px;
	text-align: center;
}

/**-----------------------  选择器的媒体查询 --------------------------------------**/
@media screen and (min-width: 768px){
	.reserve{
		display: block;
	}
	.check-btn{
		width:12%;
		/*margin-top: 35px;*/
		/*padding-top: 10px;*/
	}
}

@media screen and (min-width: 992px){
	.input-append input,
	.spinner input,
	.check-btn em{
		font-size: 16px;
	}
	.check-btn{
		width:12%;
		margin-top: 35px;
		/*padding-top: 10px;*/
	}
	.check-content{
		width: 780px;
	}

}

@media screen and (min-width: 1200px){

	.check-content{
		width: 900px;
	}
	.check-btn{
		width:18%;
	}
	.res_top{
		margin-left: 7%;
	}
}

@media screen and (min-width: 1400px){
	.check-content{
		width: 1200px;
		/*
		padding-left: 16%;
		padding-right: 16%;
		*/
	}
	.check-btn{
		width:20%;

	}
	.res_top{
		margin-left: 10%;
	}
}

/*
@media screen and (min-width: 1600px){
	.check-content{
		padding-left: 17.5%;
		padding-right: 17.5%;
	}
}
*/
/*
@media screen and (min-width: 1900px){
	.check-content{
		padding-left: 19%;
		padding-right: 19%;
	}
}
*/

/**----------------------- reserve-room --------------------------------------**/

.reserve-room{
	position: relative;
	/*margin-top: 8px;*/
	padding: 0 5%;
	width: 105%;
	/*background-color: red;*/
	min-height: 450px;
}
/* 房间框架 */
.room.left{
	margin-right: 4%;
}
.room{
	position: relative;
	z-index: 99;
	float: left;
	margin-top: 16px;
	width: 45%;
	/*height: 180px;*/
	height: auto;
	border-radius: 2px;
	background-color: white;
}

.room.third{
	display: none;
}

/* 照片 */
.room .photo{
	position: relative;
	width: 100%;
	height: 120px;
	background-color: #d8d8d8;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	overflow:hidden;
}
.room .photo img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/* 标题 */
.room .title{
	position: relative;
	padding-top: 22px;
	width: 100%;
	height: 50px;

	border-bottom:1px solid;
	border-bottom-color: #eee;
	color: #828282;
	font-size: 12px;
	text-align: center;
	/*display: none;*/
}
/*20181116 del start*/
/*.room .title span{
	display: none;
}*/
/*20181116 del end*/
/* sign */
.room .sign{
	position: relative;
	width: 100%;
	height: 32px;
	/*background-color: green;*/
}
.sign .num{
	position: relative;
	float: left;
	padding-left: 4%;
	/*padding-right: 3%;*/
	width: 33%;
	height: 32px;
	background-color: white;
}

.num.people{
	border-bottom-left-radius: 2px;
}
.num.bed{
	width: 34%;
	padding-left: 5%;
	border-left: 1px solid;
	border-left-color: #eee;
	border-right: 1px solid;
	border-right-color: #eee;
}
.num.bath{
	border-bottom-right-radius: 2px;
}

.num .icon{
	position: relative;
	float: left;
	margin-top: 6px;
	width: 20px;
	height: 20px;
	background-color: red;
}
.num .icon img{
	width: 100%;
	height: auto;
}

.num .figure{
	position: relative;
	float: left;
	margin-top: 6px;
	margin-left: 1px;
	padding: 4px 4px;
	width: 15px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #828282;
	/*background-color: red;*/
}
.more-m-btn{
	display: none;
}
.more-btn{
	margin-top: 3%;
	margin-left: 35%;
	bottom: 12px;
	width: 20%;
	height: 25px;
	text-align: center;
	/*background-color: white;*/
}

.more-btn img{
	width: 100%;
	height: 24px;
	margin-top: -56px;
	border-radius: 2px;
}
.more-btn p{
	position: relative;
	z-index:999; 
	color: white;
	font-size: 12px;
}

/**-----------------------  房间信息的媒体查询(移动版) --------------------------------------**/
@media screen and (min-width: 320px){
	.room .title{
		height: 60px;
		padding-top: 14px; /*20181116 add 33改为14*/
	}
}
@media screen and (min-width: 360px){
	/*
	.reserve-room{
		height: 900px;
	}
	*/
	.room .title{
		height: 60px;
		padding-top: 13px; /*20181116 updated 33改为13*/
	}
}
@media screen and (min-width: 375px){
	.room .title{
		height: 68px;
		padding-top: 16px; /*20181116 updated 40改为16*/
	}
}
@media screen and (min-width: 412px){
	.room .title{
		height: 78px;
		padding-top: 16px;/*20181116 updated 50改为16*/
	}
}
@media screen and (min-width: 414px){
	.room .title{
		height: 78px;
		padding-top: 16px;/*20181116 updated 52改为16*/
	}
	.sign .num{
		padding-left: 8%;
	}
	.sign .bed{
		padding-left: 8%;
	}
}
@media screen and (min-width: 450px){
	.room .title{
		height: 98px;
		padding-top: 25px;/*20181116 updated 68改为25*/
	}
}
@media screen and (min-width: 500px){
	.room .title{
		height: 118px;
		padding-top: 35px;/*20181116 updated 88改为35*/
	}
	.sign .num{
		padding-left: 10%;
	}
	.sign .bed{
		padding-left: 10%;
	}
}
@media screen and (min-width: 570px){
	.room .title{
		height: 148px;
		padding-top: 50px;/*20181116 updated 112改为50*/
	}
}
@media screen and (min-width: 640px){
	.room .title{
		height: 168px;
		padding-top: 65px;/*20181116 updated 132改为65*/
	}
}
@media screen and (min-width: 700px){

	.room .title{
		height: 188px;
		padding-top: 70px;/*20181116 updated 152改为70*/
	}
}
/**-----------------------  房间信息的媒体查询(电脑版) --------------------------------------**/
@media screen and (min-width: 768px){
	.reserve-room{
		position: relative;
		padding: 0 0;
		width: 100%;
		/*background-color: red;*/
	}
	.column2{
		position: relative;
		margin-right: auto;
		margin-left: auto; 
		width: 78%;
		height: auto;
	}
	.room.third{
		display: block;
	}
	.room.left{
		margin-right: 36px;
	}
	.room{
		width: 278px;
		height: 334px;
		margin-top: 40px;
	}

	/* 照片 */
	.room .photo{
		height: 208px;
	}
	/* 标题 */
	.room .title{
		padding-top: 16px;
		height: 66px;
		letter-spacing: 1px;
		word-spacing: 2px;
		line-height: 10px;
		font-weight: 300;
	}
	.room .title span{
		display: block;
	}
	/* sign */
	.room .sign{
		height: 60px;
	}

	.sign .num{
		padding-left: 26px;
		width: 92px;
		height: 60px;
	}

	.num.bed{
		width: 94px;
		padding-left: 27px;
	}

	.num .icon{
		margin-top: 16px;
		width: 24px;
		height: 24px;
	}

	.num .figure{
		margin-top: 17px;
		margin-left: 4px;
		padding: 4px 4px;
		width: 15px;
		height: 20px;
	}
	/* 更多按钮 */
	.more-btn{
		display: none;
	}
	.more-m-btn{
		margin-top: 3%;
		margin-right: auto;
		margin-left: auto;
		bottom: 14px;
		width: 100%;
		height: 27px;
		display: block;
		/*background-color: white;*/
	}
	.more-text{
		position: relative;
		margin-right: auto;
		margin-left: auto;
		width: 80px;
		height: 27px;
		/*background-color: red;*/
		cursor: pointer;
	}
	.more-text img{
		width: 100%;
		height: 27px;
		border-radius: 2px;
	}
	.more-text .content{
		margin-top: -22px;
		text-align: center;
		font-size: 12px;
		color: white;
	}
}
@media screen and (min-width: 992px){
	.column2{
		width: 60%;
	}
}
@media screen and (min-width: 1024px){
	/*
	.reserve-room{
		height: 500px;
	}
	*/
	.column2{
		width: 908px;
	}
	.room{
		margin-top: 60px;
	}
	.room.left{
		margin-right: 0%;
	}
	.room.center{
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media screen and (min-width: 1440px){
	.column2{
		width: 1200px;
	}
	.room.center{
		margin-left: 8%;
		margin-right: 8%;
	}
}








