.search {
    box-sizing: content-box
}

#wlz-hotel-top{
	width: 100%;
	height: 225px;
	background: url(../img/top_bg.png) repeat-x;
}
#wlz-hotel-top img{
	width: 100%;
	height: 217px;
	display: block;
}
.wlz-hotel-main{
	width: 100%;
}
.wlz-hotel-search{
	/*height: 58px;*/
	padding: 14px 0 14px 20px;
	background: #76c5f0;
	color: #000;
}
.wlz-hotel-search-part{
	position: relative;
	margin: 0 auto;
	box-sizing: border-box; 
}
.wlz-hotel-search-part:after{
	box-sizing: border-box; 
}
.wlz-hotel-search-part label{
	padding-right: 15px;
	position: relative;
	display: inline-block;
	height: 34px;
	vertical-align: middle;
	float: left;
}
.wlz-hotel-search-part label .label-txt{
	color: #fff;
	padding-right: 10px;
	
	/*vertical-align: top;*/
}
.wlz-hotel-search-part label .icon-destination{
	width: 17px;
	height: 20px;
	position: absolute;
	left: 55px;
	top: 7px;
	background: url(../img/Destination.png);
}
.wlz-hotel-search-part label .txtcity{
	width: 170px;
	color: #777;
	line-height: 30px;
	font-weight: normal;
}
/*//ie 清除input的叉叉和眼睛*/
::-ms-clear,::-ms-reveal{display:none;}
.wlz-hotel-search-part label .input-txt{
	
	line-height: 24px;
	height: 34px;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
	text-indent: 1.5em;
}
.wlz-hotel-search-part label .icon-drow{
	width: 9px;
	height: 5px;
	position: absolute;
	top: 16px;
	right: 30px;
	background: url(../img/dropdown.png);
}
.wlz-hotel-search-part label .icon-caledar{
	width: 21px;
	height: 19px;
	position: absolute;
	left: 48px;
	top: 7px;
	background: url(../img/date.png);
}
.wlz-hotel-search-part label .begin-date{
	width: 170px;
	color: #777;
	font-weight: normal;
}
.wlz-hotel-search-part label .input-date{
	line-height: 24px;
	height: 34px;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
	text-indent: 2em;
}
.wlz-hotel-search-part label .date{
	position: absolute;
	top: 6px;
	right: 25px;
	color: #444;
	font-weight: normal;
	line-height: 24px;
	font-size: 10px;
}
.wlz-hotel-search-part label .end-date{
	width: 170px;
	color: #777;
	font-weight: normal;
}
.wlz-hotel-search-part label .input-keyword{
	width: 180px;
	color: #777;
	font-weight: normal;
}
.wlz-hotel-search-part label .icon-search{
	width: 18px;
	height: 20px;
	position: absolute;
	left: 60px;
	top: 10px;
	background: url(../img/search.png);
}
.wlz-hotel-search-part-searchHotel{
	float: left;
    font-size: 16px;
    background: #3498DB;
    color: #FFFFFF;
    display: inline-block;
    zoom: 1;
    width: 67px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 0 none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.1em;
    outline: none;
    
}
.wlz-hotel-search-filter{
	width: 100%;
	margin: 0 0 20px 0;
	/*padding: 8px 15px 0;*/
	border: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
    z-index: 101;
}
    .wlz-hotel-search-filter .filters {
        color: #666;
        /*padding: 0 0 8px;*/
        /*margin: 10px 5px;*/
        background-color: #eff4fa;
    }
.wlz-hotel-search-filter .f1{
	float: left;
}
.wlz-hotel-search-filter .filter-key{
	color: #aaa;
    margin: 11px 5px 0 11px;
    /*width: 70px;*/
    text-align: right
}
.wlz-hotel-search-filter .filter-tabs{
 	/*width: 100%;*/
 	/*margin: 8px 0 0 60px;*/
     background-color:#fff;
     padding:10px 20px;
     margin-left:80px;
     border-bottom:1px dashed #e5e5e5;
 }
.wlz-hotel-search-filter .filter-nolimit-tab{
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 17px 0 0;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 4px;
    background: #3498db;
}
    .wlz-hotel-search-filter .no-filter-nolimit-tab {
        width: 60px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        margin: 0 17px 0 0;
        cursor: pointer;
        /*color: #FFFFFF;*/
        border-radius: 4px;
        /*background: #3498db;*/
    }
.wlz-hotel-search-filter .filter-tab{
	margin-right: 30px;
    /*height: 24px;*/
    height:33px;
    position: relative;
}
.wlz-hotel-search-filter .filter-tab a{
	position: relative;
    padding: 0 25px 5px 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    line-height: 24px;
}
.wlz-hotel-search-filter .filter-tab a:hover{
	text-decoration: none;
}
.wlz-hotel-search-filter .filter-tab .icon-down{
	width: 9px;
	height: 5px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url(../img/select.png);
}
.wlz-hotel-search-filter .filter-option{
	cursor: pointer;
    width: 100px;
    margin: 0 20px 0 0;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.wlz-hotel-search-filter .filter-option .icon-circle{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 6px;
	background: url(../img/circle.png) no-repeat;
}
    .wlz-hotel-search-filter .filter-option:hover .icon-circle {
        background: url(../img/circle2.png) no-repeat;
    }
    .wlz-hotel-search-filter .filter-option:hover a {
        color:cornflowerblue
    }
    .wlz-hotel-search-filter .filter-option .icon-check-circle {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 6px;
        background: url(../img/circle2.png) no-repeat;
    }
.wlz-hotel-search-filter .filter-option a{
	vertical-align: middle;
    margin: 0 0 0 16px;
    color: #666;
}
.wlz-hotel-search-filter .filter-option a:hover{
	text-decoration: none;
}
.wlz-hotel-search-filter .filter-price-range{
	cursor: pointer;
    width: 368px;
    margin: 0 20px 0 0;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.wlz-hotel-search-filter .filter-price-range input{
    width: 60px;
    height: 22px;
    line-height: 22px;
    margin: 0 0 0 5px;
}
.wlz-hotel-search-filter .filter-option .icon-square{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 6px;
	background: url(../img/square.png) no-repeat;
}
    .wlz-hotel-search-filter .filter-option:hover .icon-square {
        background: url(../img/choice1.png) no-repeat;
    }
    .wlz-hotel-search-filter .filter-option:hover a {
        color: cornflowerblue;
    } .wlz-hotel-search-filter .filter-option onfollow {
        color: cornflowerblue;
    }
    .wlz-hotel-search-filter .filter-option .icon-check-square {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 6px;
        background: url(../img/choice.png) no-repeat;
    }
.wlz-hotel-search-filter .filter-optionmore{
	cursor: pointer;
    width: 100px; 
    margin: 0 20px 0 0;
    line-height: 24px;
}
.wlz-hotel-left{
	width: 75%;
    /*width:100%;*/
	float: left;
}
.wlz-hotel-left-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
}
.wlz-hotel-left-title-total{
	float: left;
	padding-left: 17px;
	color: #999999;
}
.wlz-hotel-left-title-total span{
	color: #3498db;
	font-weight: bold;
	font-size: 18px;
	margin-right: 2px;
}
.wlz-hotel-left-title-Recommend .on {
    color: white;
    /*font-weight: bold;*/
    /*font-size: 18px;*/
    /*margin-right: 2px;*/
    background-color: #3498db;
}
.wlz-hotel-left-title-Recommend span:hover {
    color: white;
    background-color: #3498db;
}
.wlz-hotel-left-title-Recommend{
	float: right;
	/*padding-right: 20px;*/
	height: 50px;
	/*width: 284px;*/
    width:200px;
}
.wlz-hotel-left-title-Recommend span{
	/*color: #00a1e3;*/
	margin-right: 20px;
    cursor:pointer
}
.wlz-hotel-left-title-Recommend .soft-tab{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.wlz-hotel-left-title-Recommend .soft-tab .text{
	color: #999999;
}


.wlz-hotel-left-title-Recommend .soft-tab .icon-down{
	width: 11px;
	height: 12px;
	position: absolute;
	top: 19px;
	left: 34px;
	background: url(../img/sort.png);
}
.wlz-hotel-left-title-Recommend .soft-tab .icon-down1{
	width: 11px;
	height: 12px;
	position: absolute;
	top: 19px;
	left: 34px;
	background: url(../img/sort.png);
}
.wlz-hotel-left-title-Recommend .soft-tab .icon-down2{
	width: 11px;
	height: 12px;
	position: absolute;
	top: 19px;
	left: 34px;
	background: url(../img/sort.png);
}


.wlz-hotel-left-content{
	width: 100%;
}
.wlz-hotel-left-content-card{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
	background: #FFFFFF;
}
.wlz-hotel-left-content-card .more a:hover .price span{
    color: #a95024
}
    .wlz-hotel-left-content-card .more a:hover>span {
        color: #f55
    }
    .wlz-hotel-left-content-card .more button:hover {
        background-color: #a95024
    }
.wlz-hotel-left-content-card .pic {
    float: left;
    width: 25%;
    margin-right: 10px;
    position: relative;
}
.wlz-hotel-left-content-card .pic .HOLTEL{
	width: 210px;
	height: 133px;
	position: relative;
	
}
.wlz-hotel-left-content-card .pic .icon-Collection{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/collection.png);
}
.wlz-hotel-left-content-card .detail{
	float: left;
	width: 48%;
	padding-right: 20px;
	color: #666;
	border-right: 1.5px dotted #EAEAEA;
	position: relative;
}
.wlz-hotel-left-content-card .detail .name{
	width: 100%;
	float: left;
	position: relative;
}

.wlz-hotel-left-content-card .detail .name a:hover span{
    color: #F55;
    text-decoration: none;
}
.wlz-hotel-left-content-card .detail .name .icon-number {
    float: left;
    width: 20px;
    height: 25px;
    text-align: center;
    /*position: absolute;*/
    color: #FFFFFF;
    /*background: url(../img/number.png);*/
}
.wlz-hotel-left-content-card .detail .name .title{
	float: left;
	font-weight: bold;
	color: #4d5961;
	font-size: 14px;
	margin: 0 10px 10px 5px;
}
    .wlz-hotel-left-content-card .detail .name .evaluate {
        float: left;
        /*width: 80px;*/
    }
    .wlz-hotel-left-content-card .detail .name .title1 {
        padding-left: 10px
    }
.wlz-hotel-left-content-card .detail .name .evaluate .icon-evaluate{
	width: 14px;
	height: 15px;
	padding-right: 15px;
	background: url(../img/evaluate.png) no-repeat;
}
.wlz-hotel-left-content-card .detail .address{
	font-size: 12px;
}
.wlz-hotel-left-content-card .detail .map{
	margin: 10px 0;
	display: block;
	color: #00A1E3;
}
.wlz-hotel-left-content-card .detail .map:hover{
	text-decoration: none;
}
.wlz-hotel-left-content-card .detail .facilities{
	float: left;
    padding-top:15px;
}
.wlz-hotel-left-content-card .detail .facilities img{
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.wlz-hotel-left-content-card .more{
	float: left;
	width: 25%;
	color: #666666;
	font-size: 12px;
	text-align: center;
    padding-top:10px;
}
.wlz-hotel-left-content-card .more .price{
	margin-top: -5px;
	font-size: 12px;
	color: #ff5a0a;
}
.wlz-hotel-left-content-card .more .price span{
	font-size: 40px;
}
.wlz-hotel-left-content-card .more .price .comment{
	color: #999;
}
.wlz-hotel-left-content-card .more .see{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	border: 0 none;
	margin: 5px auto;
	border-radius: 4px;
	background: #FF5A0A;
	outline: none;
}
.wlz-hotel-left-content-card .more .Predetermined{
	color: #f98e28;
}
.wlz-hotel-left-pages{
	width: 100%;
	text-align: center;
}
.wlz-hotel-left-pages img{
	width: 601px;
	height: 42px;
}
.wlz-hotel-rigth{
	float: right;
	width: 24%;
	margin-bottom: 20px;
	/*border: 1px solid #e6e6e6;*/
}
.wlz-hotel-rigth-title{
	width: 100%;
	float: left;
    position:relative;
    top:0;
    border:1px solid #e6e6e6;
}
.wlz-hotel-rigth-title-titleLeft{
	float: left;
	position: relative;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f8f8f8;
}
.wlz-hotel-rigth-title-titleLeft .icon-follow{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 18px;
	left: 20px;
	display: inline-block;
	background: url(../img/choice1.png);
}
.wlz-hotel-rigth-title-titleLeft span{
	color: #00a1e3;
}
.wlz-hotel-rigth-title-titleRight{
	float: left;
	position: relative;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	background:#f8f8f8;
}
.wlz-hotel-rigth-title-titleRight a{
	color: #00a1e3;
}
.wlz-hotel-rigth-title-map{
	width: 100%;
	padding: 0 10px 10px;
	color: #888;
	text-align: center;
	border: none;
}
/*.wlz-hotel-rigth-title-map img{
	width:100%;
	height: 267px;
}*/
.wlz-hotel-rigth-title-titleLeft .record{
	color: #666;
}
.wlz-hotel-rigth-title-titleLeft .record:hover{
	color: #00A1E3;
	text-decoration: none;
}
.wlz-hotel-rigth-title-titleRight .active{
	color: #00A1E3;
	text-decoration: none;
}
.wlz-hotel-rigth-title-record{
	width: 100%;
	height: 300px;
	padding: 0 10px 10px;
	color: #888;
	text-align: center;
	border: none;
}
.wlz-hotel-rigth-title-record img{
	width: 90;
	height: 69px;
	margin: 40px 0 10px 0;
}
#wlz-hotel-footer{
	width: 100%;
	height: 114px;
	margin-top: 10px;
	background: #9f9f9f;
}
#wlz-hotel-footer .img{
	width: 998px;
	height: 114px;
}


@media (max-width: 767px){
 .wlz-hotel-rigth{
 	display: none;
}
}

.filter-price-range .price-from, .filter-price-range .price-to {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    margin: 0 5px;
    padding: 0 3px 0 6px;
}
.correct{
    width:60px;
    height:22px;
    text-align:center;
    background-color:#e6e6e6;
    border:1px solid gray;
    color:#555;
    display:inline-block;
    line-height:20px
}
.correct:hover{
    background-color:#49f;
    color:white;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #130e0e;
    opacity: 0.6;
    z-index: 15000;
}

    #loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 33px;
        height: 33px;
        margin-top: -15px;
        margin-left: -15px;
    }

    #loading p {
        position: absolute;
        top: 55%;
        left: 48%;
        width: 106px;
        height: 33px;
        margin-top: -15px;
        margin-left: -6px;
    }
.icon-posi, .icon-price, .icon-service, .icon-person, .icon-star, .icon-brand, .icon-title{
    display: inline-block;
    background: url(../img/icon2015-1.png) no-repeat;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.icon-posi {
    background-position: -98px -3px;
}
.icon-price {
    background-position: -119px -4px;
}
.icon-service {
    background-position: -206px -1px;
}
.icon-person {
    background-position: -227px -3px;
}
.icon-star {
    background-position: -141px -4px;
}
.icon-brand {
    background-position: -164px -3px
}
.icon-title {
    background-position: -186px -3px;
}