/**
 * Created by zhangchuang on 2016/11/18.
 */

.hotel_one_detils{
    background: #fff;
    padding: 0 60px 35px 60px;
    border-top: 2px solid #ff4466;
    margin-bottom: 20px;
}
.hotel_one_detils .detils_wrap_caption{
    height: 52px;
    line-height:36px;
    margin: 21px 0 0 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #dcdcdc;
}
.detils_wrap_caption p.detils_left span, .detils_wrap_caption .detils_left h1{
    color: #ff4466;
    font-size:24px;
    font-weight: 500;
    display: inline-block;
}
.detils_wrap_caption p.detils_left em{
    width: 15px;
    height:14px;
    display: inline-block;
    position: relative;
    top:  -2px;
    background: url("../images/icon.png") no-repeat 0 -121px;
}
.detils_wrap_caption .detils_right{
    color: #666;
}
.detils_wrap_caption .detils_right span.cate{
    font-size:18px;
    margin-right: 2px;
    vertical-align: top;
}
.detils_wrap_caption .detils_right span.cate em{
    position: relative;
    top: -3px;
}
.detils_wrap_caption .detils_right span.money{
    color: #ff4466;
    font-size:28px;
    font-weight: bold;
}
.detils_right span.money em{
    font-size: 18px;
}
.detils_wrap_caption .detils_right span.money span{
    color: #666;
    font-size:14px;
    font-weight: 300;
}
.detils_wrap_caption .detils_right a{
    width: 116px;
    height:36px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size:18px;
    vertical-align: top;
    margin-left: 18px;
}
/*图片文字描述*/
.hotel_detils_wrap .wrap_img_l{
    margin-top: 20px;
}
.hotel_detils_wrap .wrap_img_l img{
    max-width: 450px;
    max-height: 315px;
}
.hotel_detils_wrap .wrap_txt{
    max-width: 596px;
    margin-top: 16px;
}
.hotel_detils_wrap .wrap_txt p.address{
    font-size: 16px;
    color: #333;
    line-height:24px;
    font-weight: 500;
    margin: 6px 0;
}
.hotel_detils_wrap .wrap_txt>a{
    color: #666;
}
.hotel_detils_wrap .wrap_txt>a:hover{
    color: #ff4466;
}
.hotel_detils_wrap .text_title{
    margin-top: 25px;
}
.hotel_detils_wrap .text_title span.title{
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 16px;
    text-indent: 10px;
    position: relative;
}
.hotel_detils_wrap .text_title span.title:before{
    content: "";
    width: 4px;
    height:18px;
    background: #ff4466;
    position: absolute;
    left: 0;
    top: 2px;
}
.hotel_detils_wrap .text_title p{
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

/*酒店主体信息*/
.hotel_wrap_all{
    background: #fff;
    padding: 37px 60px;
}
.hotel_wrap_left{
    width: 720px;
    margin-right: 80px;
}
.hotel_wrap_left .wrap_tab{
    width: 100%;
    height: 38px;
    line-height:38px;
    border-bottom: 2px solid #ff4466;
}
.hotel_wrap_left .wrap_tab ul{
    width: 720px;
}
.hotel_wrap_left .wrap_tab ul li{
    float: left;
}
.hotel_wrap_left .wrap_tab ul li a{
    display: block;
    width: 102px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    border-right: none;
}
.hotel_wrap_left .wrap_tab ul li a:hover{
    background: #ff4466;
    border-color: #ff4466;
    color: #fff;
}
.hotel_wrap_left .wrap_tab ul li:last-child{
    border-right: 1px solid #dcdcdc;
}
.hotel_wrap_left .wrap_tab ul li.travel_header_select{
    border-color: #ff4466;
}
.hotel_wrap_left .wrap_tab ul li.travel_header_select a{
    color: #fff;
    border-color: #ff4466;
}
/*预订*/
.table_w{
    /*height:  530px;*/
	height:auto;
    overflow: hidden;
}
.wrap_reserve table{
    width: 100%;
}
.wrap_reserve tr th{
    text-align: center;
    background: #eee;
    height: 38px;
    line-height:38px;
    color: #999;
    font-weight: 300;
}
.wrap_reserve tr.list{
    text-align: center;
    height: 122px;
    color: #666;
    padding: 12px 0;
    border-bottom: 2px dotted #e2e2e2;
}
.wrap_reserve tr.list td.tp1{
    position: relative;
    color: #333;
}
.wrap_reserve tr.list td.tp1>div{
    width: 156px;
    text-align: center;
}
.wrap_reserve tr.list td.tp1>div:before{
    width: 1px;
    content: "";
    height: 99px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
}
.wrap_reserve tr.list td.tp1>div span{
    display: block;
    width: 100%;
    max-width: 116px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrap_reserve tr.list td.tp1 img{
    display: block;
    margin: 0 auto 2px auto;
}
.wrap_reserve tr.list td.tp5{
    color: #ff4466;
    font-size:20px;
    font-weight: bold;
}
.wrap_reserve tr.list td.tp5 em{
    font-size: 14px;
}
.wrap_reserve tr.list td.tp6 a{
    color: #ff4466;
    border: 1px solid #ff4466;
    border-radius: 2px;
    width: 64px;
    height: 26px;
    line-height:26px;
    display: inline-block;
}
.wrap_reserve tr.list td.tp6 a:hover{
    background: #ff4466;
    color: #fff;
}
.wrap_reserve .show_more{
    color: #ff4466;
    text-align: right;
    margin: 10px 2px 0;
    cursor: pointer;
}
.show_more>span span{
    width: 12px;
    height: 8px;
    display: inline-block;
    background: url("../images/icon.png") no-repeat 0 -13px;
}

.wrap_txt_det .travel_left_content_header,.wrap_img .travel_left_content_header,.wrap_evaluate .travel_left_content_header{
    margin-bottom: 10px;
}
/*文字详情*/
.wrap_txt_det{
    margin: 10px 0 30px 0;
}
.wrap_txt_det .wrap_con{
    padding: 0 20px;
}
.wrap_txt_det .wrap_con p{
    line-height: 28px;
    color: #666;
    font-size:13px;
}
p.em2{
    text-indent: 2em;
}
.wrap_txt_det p.title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Microsoft YaHei';
}
.wrap_con .em2_bg{
    background: #f5f5f5;
    color: #666;
}
.wrap_con .em2_bg,.wrap_con div.em2{
    padding: 4px 0;
}
.wrap_con .em2_bg span,.wrap_con .em2 span{
    float: left;
    color: #666;
    text-indent: 2em;
    line-height:30px;
    font-weight: 700;
    margin-right:  2px;
}
.wrap_con .em2_bg p,.wrap_con .em2 p{
    float: left;
    max-width: 570px;
    line-height:30px;
}
/*酒店图片*/
.wrap_img{
    margin-bottom: 10px;
}
.wrap_img ul.img_list{
    margin-left: -8px;
}
.wrap_img ul.img_list li{
    float: left;
    position: relative;
    width: 174px;
    height: 146px;
    margin: 0 0 14px 8px;
}
.wrap_img ul.img_list li span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #dddddd;
    color: #333;
    text-align: center;
    z-index: 2;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.wrap_img ul.img_list li:hover span{
    background: #ff4466;
    color: #fff;
}
.wrap_evaluate .hotel_comment_header p span.eva{
    color: #666;
}
.new_r{
    float: right;
}

/*hotel_details_page*/
.mb0{
    margin-bottom: 0;
}
.mt10{
    margin-top: 10px;
}

/*
    页面适配
*/
@media screen and (min-width: 800px) and (max-width: 1199px){
    .hotel_detils_wrap .wrap_img_l img{
        max-width: 319px;
    }
    .hotel_detils_wrap .wrap_txt {
        max-width: 418px;
    }
    .hotel_one_detils {
        padding: 0 20px 35px 20px;
    }
    .hotel_wrap_all {
        padding: 26px 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 799px){
    .hotel_one_detils {
        padding: 0 15px 35px 15px;
    }
    .hotel_wrap_all {
        padding: 26px 15px;
    }
    .hotel_detils_wrap .wrap_txt {
        max-width: 100%;
    }
    .hotel_one_detils .detils_wrap_caption{
        height: 100%;
    }
    .detils_wrap_caption .detils_right {
        width: 100%;
        margin-top: 4px;
    }
    .detils_wrap_caption .detils_right a{
        float: right;
    }
    .hotel_wrap_left {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 479px){
    .hotel_detils_wrap .wrap_img_l img {
        max-width: 100%;
        max-height: 315px;
    }
    .wrap_img {
         margin-top: 10px;
    }
    .detils_wrap_caption .detils_right span.money {
        font-size: 24px;
    }
    .detils_wrap_caption .detils_right span.cate {
        font-size: 16px;
    }
    .hotel_detils_wrap .text_title {
        margin-top: 14px;
    }
    .hotel_detils_wrap .text_title span.title {
        margin-bottom: 8px;
    }
    .hotel_one_detils {
        padding: 0 15px 15px 15px;
    }
    .hotel_wrap_all {
        padding: 26px 15px;
    }
    .hotel_detils_wrap .wrap_txt {
        max-width: 100%;
        margin-top: 0;
    }
    .hotel_one_detils .detils_wrap_caption{
        height: 100%;
    }
    .detils_wrap_caption .detils_right {
        width: 100%;
        margin-top: 4px;
    }
    .detils_wrap_caption .detils_right a{
        float: right;
    }
    .hotel_wrap_left {
        width: 100%;
        margin-right: 0;
    }
    .hotel_wrap_left .wrap_tab ul,.hotel_wrap_left .wrap_tab ul li a {
        width: 100%;
    }
    .hotel_wrap_left .wrap_tab ul li {
        width: 25%;
    }
    .wrap_reserve tr th{
        width: auto;
    }
    .wrap_reserve tr.list td.tp1>div{
        width: 118px;
    }
    .wrap_reserve tr.list td{
        width: 40px;
    }
    .wrap_reserve tr.list td.tp5{
        width: 70px;
        font-size:17px;
    }
    .wrap_reserve tr.list td.tp1 {
        width: 125px;
    }
    .wrap_reserve tr.list td.tp1>div:before {
        width: 0;
        content: "";
    }
    .wrap_txt_det .wrap_con {
        padding: 0;
    }
    .wrap_con .em2_bg span, .wrap_con .em2 span {
        text-indent: 5px;
    }
    .wrap_con .em2_bg p, .wrap_con .em2 p {
        padding: 0 5px;
    }
    .wrap_img ul.img_list li {
        width: 50%;
        box-sizing: border-box;
        margin: 0 0 14px 0;
    }
    .wrap_img ul.img_list {
         margin-left: 0;
    }
    .wrap_img ul.img_list li img{
        width: 100%;
        display: block;
    }
    .wrap_img ul.img_list li:nth-of-type(2n){
        padding-left: 1%;
    }
    .wrap_img ul.img_list li:nth-of-type(2n+1){
        padding-right: 1%;
    }
    .wrap_img ul.img_list li:nth-of-type(2n+1) span{
        width: 98%;
    }
    .detils_wrap_caption p.detils_left span{
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 340px){
    .wrap_reserve tr.list td.tp1>div {
        width: 96px;
    }
    .wrap_reserve tr.list td.tp1 img {
        width: 100%;
    }
}