.room{
	width:960px;
	margin-left:10px;
	margin-right:10px;
	border:1px solid #ccc;
	//height:630px;
	margin-top: 10px;
}
.room .title {
    position: relative;
    left: -11px;
    padding-top: 10px;
    margin-bottom: 20px;
    height: 45px;
}
.room .title span {
    background: #F37B44;
    font-size: 26px;
    font-family: Microsoft Yahei;
    color: #fff;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 45px;
    line-height: 42px;
    padding: 0 18px;
}
.book {
    float: right;
    margin-right: 15px;
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background-color: red;
}
.room .img{
 overflow:hidden;
 clear:both;
}
.room .img li{
	margin-left:14px;
	overflow:hidden;
	list-style:none;
	width:300px;
	height:200px;
	border:1px solid #ccc;
	float:left;
	margin-top: 10px;
}
.room .img li img{
	width:300px;
	height:200px;
}
.room .content{
	overflow:hidden;
}
.r_title{
	padding-left:20px;
	font-size:18px;
	font-weight:bold;
	color:#f60;
	margin-top:20px;
}
.price{
margin-left:20px;
margin-top:20px;
overflow:hidden;
font-size: 25px;
}
.price span{
padding:5px;
color:#fff;
}
.price div{
float:left;
width:188px;
}
.price .pr{
background:#00adff;
font-size: 25px;
}
.price .jr{
background:#f60;
font-size: 25px;
}
.price .dj{
background:red;
font-size: 25px;
}
.price .add{
background:green;
font-size: 25px;
}
.price .jc{
background:#6b4545;
font-size: 25px;
}
.ss{
  padding:15px;
  color:rgb(102, 181, 118);
  font-weight:bold;
}
@media(min-width:500px){
	.ss{
		font-size:10px;
	}
}
.activity{
	color: #fff;
	padding: 15px;
	background: #028002;
	font-family: 黑体;
	font-size: 16px;
	font-weight: bold;
}
.box{
    width: 600px;
    margin:0 auto;
    height: 650px;
    display: flex;
    justify-content: center;
}
.success{
    flex-direction: row;
    align-self: center;
}
.success img{
    width: 100px;
    height: 100px;
}
.tips{
    flex-direction: row;
    align-self: center;
    font-size: 24;
}
.tips .green{
    color:rgb(12, 180, 12);
}
.sm{
	font-size: 20px;
}