/**
 * Created by zhangchuang on 2016/11/18.
 */
/*
* 初始化
*/



.left{
    float: left;
}
.right{
    float: right;
}
.w1200{
    max-width: 1200px;
    margin: auto;
}
.celarfix:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*
* 特殊状态
*/
.travel_header_select{
    background-color: #ff4466;
    color: #ffffff!important;
}

/*Breadcrumb Trail*/
.country_caption{
    height: 48px;
    line-height:48px;
    text-indent: 49px;
}
.country_caption a{
    color: #666666;
}
.country_caption a:hover{
    color: #ff4466;
}
.country_caption span{
    margin: 0 3px;
}
/*change time wrap*/
.country_time{
    border-top: 2px solid #ff4466;
    min-height: 80px;
    background: #fff;
    margin-bottom: 20px;
}
.country_time .time_wrap{
    margin:  22px 0 22px 60px;
}
.country_time .time_wrap input{
    border: 1px solid #c9c9c9;
    height:34px;
    line-height:34px;
    width: 200px;
    color: #666;
    font-size:12px;
    margin-right: 10px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-indent: 10px;
    -webkit-box-shadow: inset 0 0  3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.country_time .time_wrap input.hot_name{
    width: 240px;
}
.country_time .time_wrap input.inline{
    width: 178px;
    height: 32px;
    line-height: 32px;
}
.country_time .time_wrap button{
    width: 100px;
    height:34px;
    margin-left:80px;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
}
/*time plug*/
.laydate_body .laydate_bottom {
    display: none;
}
.laydate_body .laydate_table {
    margin: 0px 5px 5px 5px!important;
}

/*all city wrap*/
.country_city{
    background: #fff;
    padding: 30px 60px 0 60px;
}
    /*city_list*/
.country_city .city_list{
    width: 720px;
    margin-right: 80px;
}
.city_list .city_caption{
    color: #ff4466;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid #ff4466;
}

.city_list .city_letter{
    /*height:44px;*/
    padding: 20px 0;
    color: #666;
}
.city_list .city_letter span{
    text-indent: 10px;
    line-height:26px;
}
.city_letter ul li{
    display: inline-block;
    float: left;
    margin-left: 4px;
}
.city_letter ul li a{
    width: 20px;
    height:26px;
    line-height:26px;
    display: block;
    text-align: center;
    border: 1px solid #b5b5b5;
    color: #666;
    font-size:16px;
}
.city_letter ul li a:hover{
    color: #ff4466;
    border-color: #ff4466;
}
.city_letter ul li.on{
    background: #ff4466;
    position: relative;
}
.city_letter ul li.on:before{
    content: "";
    width: 0;
    height: 0;
    border: 4px dashed transparent;
    border-top: 5px solid #ff4466;
    position: absolute;
    left: 6px;
    top: 26px;
}
.city_letter ul li.on a{
    color: #fff;
    border: 1px solid #ff4466;
}
.city_list .index_wrap{
    margin-bottom: 30px;
}
.city_list .index_wrap .ones{
    border-top: 2px dashed #ececec;
    padding: 24px 0 12px;
}
.index_wrap .ones .letter{
    width: 14%;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #ff4466;
    text-align: center;
}
.index_wrap .ones .citys{
    margin-left: -14px;
    width: 86%;
    margin-bottom: 15px;
}
.index_wrap .ones .citys a{
    /*width: 70px;*/
    /*height:30px;*/
	min-width:70px;
    text-align: center;
   /* line-height: 30px;*/
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    color: #666;
    float: left;
    margin: 0 0 12px 14px;
}
.index_wrap .ones .citys a:hover{
    color: #ff4466;
    border-color: #ff4466;
}

#beginTime,#beginTime1{
    display: none;
}

/*nearby_hotel*/
.nearby_hotel .index_wrap .ones .letter {
    font-size: 24px;
    font-weight: 300;
}
.nearby_hotel .nearby_list{
    position: relative;
    border-right: 1px solid #dcdcdc;
}
.nearby_hotel .nearby_list:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #ff4466;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nearby_hotel .nearby_list a{
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    width: 16.6666666666%;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.nearby_hotel .nearby_list a.travel_header_select{
    border-left: 1px solid #ff4466;
    border-top: 1px solid #ff4466;
}
/*nearby_hotel_details*/
.nearby_hotel_details .ones .citys a {
    width: 30%;
    max-width: 120px;
    margin: 0 0 12px 3.3%;
    overflow: hidden;
}


.choose_list_time{
    border-top: none;
    margin-bottom: -20px;
}
.choose_list_time .time_wrap {
    margin: 0;
}
/*
* 页面适配
*/
@media screen and (min-width:1200px){

}
@media screen and (min-width: 770px) and (max-width: 1199px){
    .w1200{
        max-width: 800px;
    }
    .country_caption {
        text-indent: 24px;
    }
    .travel_right_content {
        width: 720px;
    }
    .country_city {
        /*padding: 30px 40px 0 40px;*/
        padding: 30px 20px 0 20px;
    }
    .hot_news, .nearby_hotel {
        width: 100%;
    }
    .right_line {
        width: 82%;
    }
    /*change time wrap*/
    .country_time .time_wrap input{
        width: 150px;
    }
    .country_time .time_wrap input.inline {
        width: 128px;
    }
    .country_time .time_wrap input.hot_name {
        width: 155px;
    }
    .country_time .time_wrap {
        margin: 22px 0 22px 20px;
    }
    .choose_list_time .time_wrap {
        margin: 22px 0 22px 0;
    }
    .choose_list_time .time_wrap button {
        float: right!important;
        margin:  10px 34px 0;
    }
    .choose_list_time .time_wrap button.travel_header_select{
        margin: 10px 47px 0;
    }
    .country_time .time_wrap button {
        margin-left: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 769px){
    .w1200{
        max-width: 100% ;
        overflow: hidden;
    }
    .country_city{
        padding: 30px 15px 0;
    }
    .nearby_hotel_c {
        min-height: 158px;
    }
    .country_city .city_list {
        width: 100%;
        margin-right: 0;
    }
    .hot_news, .nearby_hotel {
        width: 100%;
    }
    .hot_news {
        margin-right: 0;
    }
    .right_line {
        width: 78%;
    }
    .index_wrap .ones .citys {
        /*width: 100%;*/
    }
    .city_list .city_letter span {
        margin-bottom: 10px;
    }
    .city_letter ul li {
        margin-left: 8px;
        margin-bottom: 20px;
    }
    .city_letter ul li a {
        width: 24px;
        height: 28px;
        line-height: 28px;
    }
    .city_letter ul li.on:before {
        content: "";
        border: 6px dashed transparent;
        border-top: 7px solid #ff4466;
    }
    .index_wrap .ones .letter {
        /*width: 10%;*/
    }
    .country_time .time_wrap {
        margin: 16px auto;
        width: 90%;
    }
    .country_time .time_wrap input,.country_time .time_wrap input.hot_name {
        width: 46%;
        margin-left: 2.5%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .country_time .time_wrap input.inline {
        width: calc(46% - 22px);
    }
    .country_time .time_wrap button{
        width: 120px;
        margin-left: calc(100% - 136px);
        margin-bottom: 10px;
    }

    .nearby_hotel .nearby_list a{
        width: 33.333%;
        border-bottom: 1px solid #dcdcdc;
    }
    .nearby_hotel .nearby_list:before {
        content: "";
        width: 0;
    }
    .nearby_hotel .nearby_list,.nearby_hotel .nearby_list a{
        border: none;
    }
    .nearby_hotel .nearby_list a{
        border: 1px solid #dcdcdc;
        border-left: none;
        border-bottom: none;
    }
    .nearby_hotel .nearby_list a:nth-of-type(3n+1){
        border-left: 1px solid #dcdcdc;
    }
    .nearby_hotel .nearby_list a:nth-of-type(4),.nearby_hotel .nearby_list a:nth-of-type(5),.nearby_hotel .nearby_list a:last-child{
        border-bottom: 1px solid #dcdcdc;
    }
    .nearby_hotel .nearby_list {
        margin-bottom: 10px;
    }
    .country_time{
        min-height: 158px;
    }
}
@media only screen and (max-width: 479px){
    .w1200{
        max-width: 100% ;
        overflow: hidden;
    }
    .hot_news, .nearby_hotel {
        width: 100%;
    }
    .right_line {
        width: 82%;
    }
    .country_caption {
        height: 40px;
        line-height: 40px;
        text-indent: 10px;
    }
    .country_time .time_wrap {
        margin: 0;
        padding: 10px 0;
    }
    .country_time .time_wrap input,.country_time .time_wrap input.hot_name,.country_time .time_wrap button {
        width: 90%;
        font-size: 14px;
        margin: 10px 0 0 5%;
    }
    .country_time .time_wrap input.inline {
        width: calc(90% - 22px);
    }
    .country_time .time_wrap button{
        margin-bottom: 10px;
    }
    #start,#end{
        display: none;
    }
    #beginTime,#beginTime1{
        display: block;
    }
    #datePage {
        top: 28%;
    }
    .travel_celarfix #beginTime,.travel_celarfix #beginTime1{
        width: calc( 72% - 34px);
    }
    /*city-list*/
    .country_city{
        padding: 20px 15px 0 15px;
    }
    .country_city .city_list{
        width: 100%;
    }
    .city_list .city_letter span{
        width: 100%;
        margin-bottom: 5px;
        text-indent: 0;
    }
    .city_letter ul{
        margin-left: -10px;
    }
    .city_letter ul li {
        margin-left: 10px;
        margin-bottom: 12px;
    }
    .city_letter ul li a {
        font-size: 14px;
    }
    .index_wrap .ones .letter {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
        font-size: 22px;
    }
    .nearby_hotel .index_wrap .ones .letter {
        font-size: 20px;
    }
    /*nearby_hotel*/
    .nearby_hotel .nearby_list a{
        width: 50%;
        border-bottom: 1px solid #dcdcdc;
    }
    .nearby_hotel .nearby_list:before {
        content: "";
        width: 0;
        height: 0;
    }
    .nearby_hotel .nearby_list,.nearby_hotel .nearby_list a{
        border: none;
    }
    .nearby_hotel .nearby_list a{
        border: 1px solid #dcdcdc;
        border-left: none;
        border-bottom: none;
    }
    .nearby_hotel .nearby_list a:nth-of-type(2n+1){
        border-left: 1px solid #dcdcdc;
    }
    .nearby_hotel .nearby_list a:nth-of-type(5),.nearby_hotel .nearby_list a:last-child{
        border-bottom: 1px solid #dcdcdc;
    }
    .nearby_hotel .nearby_list a.travel_header_select{
        border-left: 1px solid #ff4466;
    }

    .city_list .index_wrap {
        margin-bottom: 10px;
    }
    #beginTime,#beginTime1{
        display: block!important;
    }

    .index_wrap .ones .letter, .index_wrap .ones .citys {
        width: 99%;
    }

}
