


#room_view {
	background: url(/img/room/room_info_bg.jpg) 0 0 no-repeat;	
	background-size: cover;
	background-attachment: fixed;	
	display: table;
	font-size: 0;
	text-align: center;
}
#room_view .wrap {
	display: table-cell;
	vertical-align: middle;
}
#room_view .info {
	background-color: #fff;
	padding: 32px 0 0 0;
}
#room_view .main_title {
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
#room_view .info {
	position: relative;
}
#room_view .info .title {
	font-size: 20px;
	font-weight: bold;
	color: #0061c5;
	margin-bottom: 6px;	
	text-decoration: underline;
}
#room_view .info .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 50px;
}
#room_view .info .text span {
	color: #f00;
}
#room_view .info .reser {
	background-color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 60px;
	line-height: 60px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	text-align: right;
}
#room_view .info .reser:hover {
	background-color: #004e9e;
}
#room_view .info .reser a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#room_view .info .reser p {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-right: 4%;
}
#room_view .info .reser img {
	margin-right: 20px;
}





#room_detail_sub {
	background: url(/img/room/room_info_bg.jpg) 0 0 no-repeat;
	position: relative;
	background-size: cover;
}
#room_detail_sub .owl-carousel {
	position: absolute;
	bottom: 0;
}
#room_detail_sub .owl-carousel li, 
#room_detail_sub .owl-carousel li div {
	width: 100%;
	height: 100%;
}
#room_detail_sub .owl-carousel li div {
	background-position: center;
	background-size: cover;
}
#room_detail_sub .title {
	position: absolute;
	top: 20.1%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}





#reser .p_reser {
	display: block;	
}
#reser .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: rgba(23,103,164,1);
	border-radius: 10px;
	margin: 0 auto;
}
#reser .m_reser a {
	color: #fff;
}
#reser .refund_table {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width: 76%;
	margin: 2% auto 5%;
}
#reser .refund_table tr {
	border-top: 1px solid #666;
}
#reser .refund_table td,
#reser .refund_table th {
	padding: 9px 4px; 
	border-right: 1px solid #666;
}
#reser .text2 {
	margin-bottom: 5%;
}








@media (max-width: 1600px) {
	#room_view .info .reser {
		width: 280px;
	}
	
}
@media (max-width: 1280px) {
	#room_view .info .text {
		font-size: 14px;
	}
	#room_view .info .title {
		font-size: 18px;
	}
	#room_view .info .reser {
		text-align: center;
		width: 180px;
	}
	#room_view .info .reser img {
		display: none;
	}
	#room_view .info .reser p {
		font-size: 14px;
	}
	#room_view .main_title img {
		width: 270px;
	}
	#room_detail_sub .title img {
		width: 310px;
	}
}
@media (max-width: 768px) {
	#room_view {
		background: none;
		text-align: left;
		padding: 0 5%;
	}
	#room_view .main_title {
		display: none;
	}
	#room_detail_sub {
		display: none;
	}
	#room_view .info {
		padding: 5% 0 8%;
	}
	#room_view .info .title {
		font-size: 14px;
	}
	#room_view .info .text {
		font-size: 12px;
		line-height: 19px;
		padding-bottom: 15px;
	}
	#room_view .info .reser {
		position: static;
		height: 40px;
		line-height: 40px;
		width: 130px;
	}
	#room_view .info .reser p {
		font-size: 12px;
	}
	#reser .refund_table {
		font-size: 14px;
		width: 85%;
		margin: 2% auto 5%;
	}
	#reser .refund_table td, 
	#reser .refund_table th {
		padding: 2px 4px;
	}

}
@media (max-width: 479px) { 
	#reser .m_reser {
		display: block;	
	}
	#reser .p_reser {
		display: none;	
	}

	#reser .refund_table {
		font-size: 12px;
		width: 98%;
		margin: 2% auto 5%;
	}
	#reser .refund_table td, 
	#reser .refund_table th {
		padding: 2px 2px;
	}
}