.box, .room, .row, .site {
	width: 100%
}

.rim {
	position: relative;
}

.rim h4 {
	color: #0896ff
}

.rim .box {
	border: 1px solid #dedede
}

.rim .map-box {
	width: 808px;
	height: 420px;
	padding: 0;
	margin-right: 10px
}

.rim .query {
	padding: 0
}

.rim .query>ul {
	width: 100%
}

.rim .query>ul>li {
	float: left;
	width: 50%;
	border: 1px solid #ddd;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	background: #EAEAEA
}

.rim .query>ul>li a {
	display: block
}

.rim .query>ul .active {
	background: #fff
}

.rim .query .tab-content .tab {
	width: 100%;
	border-bottom: 1px solid #dedede
}

.rim .query .tab-content .tab .tab-l {
	width: 50%;
	float: left;
	height: 50px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 700
}

.rim .query .tab-content .tab .tab-l .glyphicon-cog {
	color: #CEC08F;
	margin-right: 10px
}

.rim .query .tab-content .tab .tab-l .glyphicon-plane {
	color: red;
	margin-right: 10px
}

.rim .query .tab-content .tab .tab-l .ion-android-train {
	color: green;
	margin-right: 10px
}

.rim .query .tab-content .tab .tab-r {
	height: 50px;
	float: left;
	padding-top: 10px
}

.rim .query .tab-content .choose li {
	float: left;
	width: 25%;
	margin-top: 10px;
	padding: 0 7px
}

.rim .query .tab-content .choose li label {
	width: 40px
}

.rim .query .tab-content .choose li label img {
	margin-bottom: 15px
}

.rim .query .tab-content .choose li label input {
	margin-right: 3px
}

.rim .query .tab-content .group label {
	color: #707070;
	font-size: 14px;
	font-weight: lighter
}

.rim .query .tab-content .group input {
	width: 171px;
	border: 1px solid #ccc;
	padding: 2px 0
}

.rim .query .tab-content .group>a {
	border: 1px solid #cfcfcf;
	margin-right: 5px;
	padding: 4px 6px
}

.cost>div, .feature>div, .menu .context {
	border: 1px solid #ddd
}

.rim .query .tab-content .group>a .icon {
	color: orange;
	font-size: 25px;
	display: inline-block;
	vertical-align: sub;
	padding: 1px 2px
}

span>a {
	display: initial;
}

#allmap {
	float: left;
	margin: 0px;
}

.query {
	float: right;
	width: 360px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
}

.rim .query>ul>li {
	float: left;
	width: 178px;
	border: 1px solid #ddd;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	background: #EAEAEA;
}

.rim .query>ul>li a {
	display: block;
}

.rim .query>ul .active {
	background: #fff;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src:
		url('http://cdn.bootcss.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot');
	src:
		url('http://cdn.bootcss.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('http://cdn.bootcss.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
		format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.rim .query .tab-content .choose li {
	float: left;
	width: 120px;
	padding: 0px;
	margin: 0px;
	margin-top: 40px;
}

.rim .query .tab-content .choose li label {
	display: block;
	width: 40px;
	margin: 0 auto;
}

.rim .query .tab-content .choose li label input {
	margin-right: 3px;
}

.rim .query .tab-content .choose li label img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}

.tab-content>.active {
	display: block;
}

.rim .query .tab-content .group label {
	color: #707070;
	font-size: 14px;
	font-weight: lighter;
	display: inline-block;
	max-width: 100%;
}

.rim .query .tab-content .group input {
	width: 171px;
	border: 1px solid #ccc;
	padding: 2px 0;
	outline: none;
}

.rim .query .tab-content .group>a {
	border: 1px solid #cfcfcf;
	margin-right: 5px;
	padding: 4px 6px;
	width: 90px;
	float: left;
	margin-right: 15px;
}

.rim .query .tab-content .group>a .icon {
	color: orange;
	font-size: 25px;
	display: inline-block;
	vertical-align: sub;
	padding: 1px 2px;
}

#profile .group {
	margin: 5px 0px;
}

#r-result::-webkit-scrollbar { /*������������ʽ*/
	width: 5px; /*�߿�ֱ��Ӧ�����������ĳߴ�*/
	height: 1px;
}

#r-result::-webkit-scrollbar-thumb { /*����������С����*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #e4e6e7;
}

#r-result::-webkit-scrollbar-track { /*������������*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #fefefe;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix { *+
	height: 1%;
}
.hotel-recommend-list {
	position: relative;
	margin: 40px auto 0;
	width: 1200px;
	width: 1186px;
	padding-bottom: 64px;
	overflow: hidden;
}

.hotel-recommend-list .slides-control {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 24px;
	padding: 20px 0;
	font-size: 0;
	text-align: center;
	vertical-align: top;
}

.hotel-recommend-list .slides-control a.s-prev, .hotel-recommend-list .slides-control a.s-next
	{
	display: inline-block;
	width: 80px;
	height: 22px;
	border: 1px solid #ccc;
	cursor: pointer;
	vertical-align: top;
	background: #fff url(../../images/v2/hui_detail_arrow.png) no-repeat 0
		-200px;
}

.hotel-recommend-list .slides-control a.s-prev:hover, .hotel-recommend-list .slides-control a.s-next:hover
	{
	position: relative;
	background-color: #999;
	background-position-x: -100px;
}

.hotel-recommend-list .slides-control a.s-prev.s-disabled,
	.hotel-recommend-list .slides-control a.s-next.s-disabled {
	cursor: default;
	background-color: #fff;
	background-position-x: 0;
}

.hotel-recommend-list .slides-control a.s-prev {
	margin-left: 20px;
}

.hotel-recommend-list .slides-control a.s-next {
	margin-left: -1px;
	background-position-y: -250px;
}

.hotel-recommend-list .slides-control span.s-page {
	display: inline-block;
	margin-right: 10px;
	color: #333;
	font: 14px/24px Arial;
	vertical-align: top;
}

.hotel-hot-list {
	position: relative;
	margin: 40px auto 0;
	width: 1200px;
	width: 1186px;
	padding-bottom: 64px;
	overflow: hidden;
}

.hotel-hot-list .slides-control {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 24px;
	padding: 20px 0;
	font-size: 0;
	text-align: center;
	vertical-align: top;
}

.hotel-hot-list .slides-control a.s-prev, .hotel-hot-list .slides-control a.s-next
	{
	display: inline-block;
	width: 80px;
	height: 22px;
	border: 1px solid #ccc;
	cursor: pointer;
	vertical-align: top;
	background: #fff url(../../images/v2/hui_detail_arrow.png) no-repeat 0
		-200px;
}

.hotel-hot-list .slides-control a.s-prev:hover, .hotel-hot-list .slides-control a.s-next:hover
	{
	position: relative;
	background-color: #999;
	background-position-x: -100px;
}

.hotel-hot-list .slides-control a.s-prev.s-disabled,
	.hotel-hot-list .slides-control a.s-next.s-disabled {
	cursor: default;
	background-color: #fff;
	background-position-x: 0;
}

.hotel-hot-list .slides-control a.s-prev {
	margin-left: 20px;
}

.hotel-hot-list .slides-control a.s-next {
	margin-left: -1px;
	background-position-y: -250px;
}

.hotel-hot-list .slides-control span.s-page {
	display: inline-block;
	margin-right: 10px;
	color: #333;
	font: 14px/24px Arial;
	vertical-align: top;
}
.img-cover {
	width: 50px;
	height: 50px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: transform .6s;
}

.hui-hotel-comment {
	float: left;
	width: 260px;
	margin-left: 20px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}

.hui-comment-option a {
	cursor: text;
}

.hotel-art-list{
	width:22%;
	display: inline;
	padding:10px 10px;
	float:left;
}
.hotel-art-list a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:black;
}
.hotel-art-list-div{
	display: inline;
	margin-left:20px;
	float:left
}
.hotel-art-list-img{
	width:200px;
	height:150px;
}
.hotel-art-list-cont
{
	font-size: 16px;
	margin-top:20px;
	width:300px;
}
.hui-hotel-basic .hui-hotel-photo{width:auto;}
.col-4{width:33.3333%;float:left;}
.color-9{color:#999;}
.text-align-right{text-align:right;}
.font-bold{font-weight:bold;}
.hui-hotel-photo-left{float:left;width:610px;}
.hui-hotel-photo-left .big-img{position:relative;float:left;width:380px;height:270px;}
.hui-hotel-photo-left .small-img{float:left;width:230px;}
.hui-hotel-photo-left .small-img li{float:left;overflow:hidden;margin:0 0 6px 5px;width:calc((100% - 10px)/2);height:86px;}
.hui-hotel-photo-left .small-img li:nth-child(5){margin-bottom:0;}
.hui-hotel-photo-left .small-img li:nth-child(6){margin-bottom:0;}
.hui-hotel-photo-left .small-img li img{width:100%;height:100%;}
.hui-hotel-basic .hui-hotel-info{border:none;width:500px;}

.sj-post{width:100%;margin-bottom:50px;float:left;clear:both;}
.sj-post-title{width:100%;margin-bottom:10px;float:left;}
.sj-post-title h3{float:left;margin-right:10px;font-size:18px;}
.sj-post-title a{display:inline-block;float:left;color:#00a0e8;font-size:18px;}
.sj-post-item{float:left;margin-right:20px;width:calc((100% - 80px)/5);}
.sj-post-item:last-child{margin-right:0;}
.sj-post-item .thumb{margin-bottom:10px;}
.sj-post-item .thumb img{width:230px;height:150px;transform: matrix(1, 0, 0, 1, 0, 0);transition: transform .6s;}
.sj-post-item .info p{margin-bottom:10px;font-size:13px;color:black;}
.sj-post-item .info .info-biaoyu{color:#ffb33b;}
.sj-post-item .info .info-title{margin-top:10px;font-size:15px;font-weight:bold;height:20px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sj-post-item .info .info-title a{color:black;}
.jiudianxq .jiudianxx9t{clear:both;}
.changdi-xq{width:100%;float:left;margin-top:30px;}
.changdi-xq .tab-title{width:100%;border-left:1px solid #ddd;height:61px;}
.changdi-xq .tab-title.on{
	position: fixed;
	width:1180px;
    top: 46px;
    z-index: 1000;
}
.changdi-xq .tab-title li{text-align:center;width:14%;border-top:1px solid #ddd;border-right:1px solid #ddd;background:#eee;float:left;height:60px;line-height:59px;font-size:16px;color:#999;}

.changdi-xq .tab-title li a{display:inline-block;width:100%;height:100%;}
.changdi-xq .tab-title li.on{text-align:center;width:14%;background:#fff;border-top:2px solid #f5ae20;height:60px;line-height:62px;color:#017ce3;}
.changdi-xq .tab-title li.on a{color:#017ce3;}
.changdi-xq .hys-title{margin-bottom:15px;width:100%;height:30px;display:flex;align-items:center;justify-content:center;line-height:30px;}
.changdi-xq .hys-title li{border-right:1px solid #eee;border-top:1px solid #eee;border-bottom:1px solid #eee;height:28px;float:left;padding:0 15px;font-size:14px;cursor: pointer;}
.changdi-xq .hys-title li:first-child{border-left:1px solid #eee;}
.changdi-xq .hys-title li.on{background:#017ce3;color:#fff;}
.changdi-xq .hys-table{border-collapse: collapse;}
.changdi-xq .hys-table td{float:left;}

.changdi-xq .hys-table-title{
	    height: 46px;
    background: #eee;
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 15px;
    text-align: left;

    width: 1180px;

}
.changdi-xq .hys-table-title th{
	    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
}
.changdi-xq .hys-table-title th.price{
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}
.changdi-xq .hys-info-l{margin-right:10px;float:left;width:30%;height:90px;}
.changdi-xq .hys-info-l img{width:150px;height:90px;}
.changdi-xq .hys-table .item{font-size:14px;display:block;padding:10px 0;border-bottom:1px solid #eee;height:90px;justify-content: space-between;}
.changdi-xq .hys-table .item td{font-size:14px;}
.changdi-xq .hys-info-r {margin-left:170px;}
.changdi-xq .hys-info-r .title{font-size:17px;margin-bottom:5px;font-weight:bold;color:black;}
.changdi-xq .hys-info-r .des{margin-bottom:10px;color:#999;font-size:13px;}
.changdi-xq .hys-info-r .tags span{float:left;border:1px solid #eee;border-radius:15px;font-size:14px;padding:5px 15px;margin-right:5px;}
.changdi-xq .hys-content .item-price{width:170px;font-size:16px;display:flex;align-items:center;height:90px;justify-content: space-between;}
.changdi-xq .hys-content .item-price >div{font-size:14px;}
.changdi-xq .hys-content .item-price .yd{padding:5px 10px;border: 1px solid #00a0e8;color:#00a0e8;border-radius: 4px;font-size:16px;}
.changdi-xq .hys-content-more{margin:15px 0;}
.changdi-xq .hys-content-more span{margin-right:15px;display:inline-block;font-size:16px;color:#00a0e8;}
.changdi-xq >div.tab-content{margin:24px 0 12px;}
.hui-hotel-hall .right li{margin:2px 2px 0 0;}
.hui-hotel-hall .right li.s-focus{float:right;margin:2px 0 0 0;}
.hui-hotel-hall .hall-list{height:auto;}
.hui-hotel-hall .hall-list .item ul{margin-bottom:15px;}

.zbmsg{
	border: 1px solid #eee;
    padding: 15px;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    float: left;
	margin-top:30px;
}
.zbmsg-title{font-size:24px;margin-bottom:30px;}
.zbmsg-content-l{float:left;width:890px;border-right:1px solid #eee;box-sizing:border-box;}
.zbmsg-content-r{float:left;width:258px;}
.zbmsg-content-l li{
	float: left;
    padding-left: 24px;
    border-bottom: 1px solid #eee;
    margin-right: 15px;
    width: calc((100% - 45px)/3);
    margin-bottom: 15px;
	box-sizing:border-box;
}
.zbmsg-content-l li .name{margin-bottom:10px;float:left;width:60%;font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zbmsg-content-l li .location{margin-bottom:10px;float:left;width:40%;text-align:right;font-size:14px;}
.zbmsg-content-l li .location img{margin-left:3px;}
.zbmsg-content-l li .address{clear:both;color:#999;font-size:14px;line-height:20px;height:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zbmsg-content-r .info{padding-left:60px;padding-bottom:15px;border-bottom:1px dashed #eee;}
.zbmsg-content-r .info .name{margin-left:30px;font-size:16px;margin-bottom:10px;}
.zbmsg-content-r .info .intro{margin-left:30px;font-size:14px;color:#999;}
.zbmsg-content-r .info li{margin-bottom:15px;}
.zbmsg-content-r .info:not(:first-child){padding-top:15px;}
.zbmsg-content .info-1{background:url(../../images/hotel_map/h-icon-1@2x.png) -1px top no-repeat;}
.zbmsg-content .info-2{background:url(../../images/hotel_map/h-icon-2.png) -1px top no-repeat;}
.zbmsg-content .info-3{background:url(../../images/hotel_map/h-icon-3.png) -1px top no-repeat;}
.zbmsg-content .info-4{background:url(../../images/hotel_map/h-icon-4.png) 1px top no-repeat;}
.zbmsg-content .info-5{background:url(../../images/hotel_map/h-icon-5.png) 1px top no-repeat;}
.zbmsg-content .info-6{background:url(../../images/hotel_map/h-icon-6.png) 1px top no-repeat;}
.zbmsg-content .info-7{background:url(../../images/hotel_map/h-icon-7.png) 1px top no-repeat;}

/*场地下架，遮罩样式*/
.m-mask{
	display:none;
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.6);
	z-index: 2000;
}
.content{
	position:relative;
}
.show-sales-phone {
	float: left;
	background-color: #e9aa00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 160px;
    justify-content: center;
    height:36px;
    line-height: 34px;
    color: #FFFFFF;
}
.hys-table-title th {
    padding: 10px 0;
    text-align: left;
}
.hys-table-title th>div {
	font-size: 13px;
	line-height: 20px;
}
.room-info-title{
	font-size: 15px;
    float: inherit;
    color: #464646;
}
.hotel-adv-a{
	display:inline;
	float:left;
}
.hotel-adv-a img{
	width:100%;
}