html{
	height: 100%;
}
body{
	min-height: 100%;
	padding: 0;
	margin: 0;
}
.container{
	width: 100%;
	margin:0;
	padding: 0;
}
.TPbanner{
	width: 100%;
	height:350px;
	/*background-color: #ccc;*/
	background-image: url(../images/TPRoom/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2000px;
	margin-top: 80px;
}
.TPlogo{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 150px;
}
.TYbanner{
	width: 100%;
	height:350px;
	/*background-color: #ccc;*/
	background-image: url(../images/TYRoom/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2000px;
	margin-top: 80px;
}
.TYlogo{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 150px;
}

.title-bg{
	width: 100%;
	height: 80px;
	background-image: url(../images/TPRoom/title-01.png);
	background-position: left;
	background-size:230px ;
	background-repeat: no-repeat;
}
.title-bg h2{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100px;
	font-size: 24px;
	color: #fff;
	position: relative;
	left: 60px;
	top: 3px;

}

@media (max-width: 768px){
	.TPbanner{
		/*width: 100%;
		height:350px;
		background-image: url(../images/TPRoom/banner.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 768px;
		margin-top: 80px;*/
		display: none;
	}
	.TYbanner{
		/*width: 100%;
		height:350px;
		background-image: url(../images/TYRoom/banner.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 768px;
		margin-top: 80px;*/
		display: none;
	}
}
.roomblock{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top:50px;
	padding-bottom:50px;
	padding: 0;
	text-align: center;
	display: table;
}

.room{
	width: 100%;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
	margin-top:50px;
	padding-bottom:50px;
	padding: 0;
	text-align: center;
}
.bimg{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;

}
.bimg img{
	width: 100%;
	max-width: 350px;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}
.simg{
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	display: inline-table;
}
.simg img{
	width: 100%;
	max-width: 100px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}
.price{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top:50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	text-align: left;
}
.price p{
	font-size: 12pt;
	padding-top: 20px;
}
.price p.stitle{
	font-size: 12pt;
	color: rgb(213,117,142);
	padding-top: 20px;
}
.price p.stitle span{
	color: #000;
	font-size: 12pt;
}
.price ul li{
	font-size: 12pt;
	line-height: 28px;
}
.price span{
	font-size: 12pt;
}
.price b{
	font-size: 12pt;
	color: red;
}
.price-table{
	width:800px;
}
th{
	text-align: center;
}
td{
	text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
	background-color: #fff3f3;
}
@media (max-width: 768px) {
	.price-table{
		width:100%;
	}
}

.roomimg{
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: auto;
    padding: 20px;
}
.roomimg img{
    width: 100%;
    max-width: 500px;
    padding-top: 15px;
}
.camimg{
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: auto;
    padding: 20px;
}
.camimg img{
    width: 100%;
    max-width: 300px;
    padding:10px;
}
.roomblock i{
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ccc;
  background: #eee;
  padding: 5px;
  border-radius: 5px;
  opacity: 0.7;
  transition: .5s;
}
.roomblock i:hover{
  opacity: 1;
}