/*页码*/
.page_footer{
	/* height: 24px; */
	height: 24px !important;
    box-sizing: border-box;
    /* font-size: 12px; */
    margin-top:2px;
   /*  margin-left:3px; */
    text-align: center;
    margin-bottom: 2px;
    background-color: white;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
.page_footer a{
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #e1e1e1;
    /*background-color: white;*/
    margin-right: 3px;
    border-radius: 2px;
    cursor:pointer;
    color: #5d5d5d;
    text-decoration: none;
}
.page_footer .click{
    border-color: #4b8de6;
    background-color: #407ee6;
    color: white;
}
.page_footer .set-line .my-select>div{
    border: none;
}
.page_footer .set-line:hover{
    background-color: white;
}
.page_footer a:hover{
    background-color: #b7cce6;
}
.page_footer a:active{
    background-color: #d4d4d4;
}
.date-option-box{
    position: absolute;
    left: 0;
    top: 42px;
    display: none;
    z-index: 99;
    width:500px
}
.date-option-box>div{
    margin: 0;
}
/**/

.bst-select-box{
    width: 100%;
    height: 35px;
    position: relative;
}
.bst-select-box>input{
    width: 252px;
    /* border-radius: 4px; */
    border: 1px solid #d4d4d4;;
    height: 100%;
    text-indent: 1em;
    box-sizing: border-box;

}
.bst-select-box>input::placeholder{
	color:#C8C8C8;
}
.bst-select-historyBox{
   /*  background-color: #4b8de6; */
    /*border-bottom: 1px solid #a5a5a5*/
}
.bst-select-historyBoxEx{
   /*  background-color: #4b8de6; */
    border-bottom: 0px solid #a5a5a5
}
.bst-select-hotCityBox li,.bst-select-historyBox li{
    /* background-color: #f1f1f1; */
}
.bst-select-hotCityBox{
    /*border-bottom: 1px dashed #ffffff;*/
    background-color: #f9f9f9;
}
.bst-select-hotCityBox .city-list-item-left,.bst-select-historyBox .city-list-item-left{
    /*font-weight: bold;*/
}
.bst-select-citylistTips{
    /* padding: 16px 0px 0 10px; */
    color: #999999;
    font-size: 14px;
    /* background-color: #f1f1f1; */
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
}
.optionBox{
    position: absolute;
    width: 100%;
    left: 0;
    top: 35px;
    display: none;
    z-index: 9999;
    cursor: pointer;
    background-color: #fff;
}
.optionBox2{
    width: 400px;
    border: 1px solid #d4d4d4;
    /*border-radius: 5px;*/
}
.paging-list-box{
    width: 100%;
    overflow: hidden;
    /*border-radius: 4px;*/
    background-color: rgba(255,255,255,1);
    border: 1px solid #d4d4d4;
}
.paging-list-content-box{
    /*width: 100%;*/
    position: relative;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.paging-list-content-box li{
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
/*.paging-list-content-box li>div:hover{*/
    /*background-color: #b2d8f5;*/
/*}*/
.paging-list-content-box li>div{
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.search-item{
   background-color:#b2d8f5;
}
.search-item-show{
	white-space: nowrap;
}
.search-item-show > div{
	display: inline-block;
}

.search-item-show .search-item-hanzi{
	width:50%;
}

.search-item-show .search-item-pinyin{
	width:50%;
	text-align: right;
}

.search-item-pinyin{
    font-size: 13px;
    color: #999;
}
/**/
.city-list-box{
}
.bst-cityList-scrollBox{
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.city-list-item-box{
    width: 100%;
    /*font-size: 0;*/
    white-space: nowrap;
    /*border-bottom: 1px dashed #d4d4d4;*/
    cursor: pointer;
    color: #5d5d5d;
}
.city-list-item-box>.city-list-item-left{
    width: 100px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    /* padding: 5px; */
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 22px;
}
.city-list-item-box>.city-list-item-left>span{
    margin: -5px;
    color: #0688E9;
    border-radius: 17px 0 0 17px;
    padding: 4px 10px;
   /*  background-color: #f1f1f1; */
    /*border: 1px solid #d4d4d4;*/
    /*border-radius: 4px;*/
    /*padding: 5px 10px;*/
}
.city-list-item-box>.city-list-item-right{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    /*padding: 5px 5px 0px 74px!important ;*/
    margin:0 0 0 -100px;

}

.city-list-item-box>.city-list-item-right ul{
    white-space: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* border-left: 1px solid #f1f1f1 */
}
.city-list-item-box:hover ul{
   
}
.city-list-item-box:hover .city-list-item-left>span{

   
  
}
/* .city-list-item-box li{
    display: inline-block;
    vertical-align: top;
    width: auto;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 2px 5px ;
    color: #424242;
    font-size:12px;
} */

.city-list-item-box li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20%;
    /* border: 1px solid #f3f3f3; */
    /* border-radius: 4px; */
    /* padding: 0px 10px; */
    /* margin: 2px 5px; */
    color: #333333;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    /* padding-left: 2px; */
    white-space: nowrap;
    padding-right: 6px;
}

.city-list-item-box li:hover{
     color: #4b8de6;
     
}
.city{
    /*font-weight: bold;*/
    color: #4b8de6;
}
/*tab*/
.tab-dataClass{
    padding: 10px 10px;
    border-bottom: 3px solid rgba(255,255,255,0);
    display: inline-block;
}
.tab-dataClass:active{
    background-color: #d4d4d4;
}
.tab-dataClickClass{
    border-color: #4b8de6;
    color:  #4b8de6;
}
.bst-searchBus-submit-btn{
    height: 40px;
    width: 320px;
    text-align: center;
    border-radius: 5px;
    border: none;
    /*padding: 12px;*/
    background-color: #0490f7;
    color: white;
    outline: none;
    line-height: 15px;
    vertical-align: middle;
    font-size:18px;
    cursor:pointer;#1988da;
}
/* .bst-searchBus-submit-btn:hover{
    background-color: #38a0f0;
} */
/* .bst-searchBus-submit-btn:active{
    background-color: #38a0f0;
} */
.test-line-class{
    display: inline-block;
    width: 342px !important;
}
.line-class{
	display: inline-block;
    width: 242px !important;
    margin-right:60px;
}


.searchBtn_ticket{
	width: 134px;
	height:36px;
	background-color:#0490f7; 
	float:right;
	cursor:pointer;
	font-size:16px;
}
/*双栏弹性盒子（表单行）*/
.bst-DC-elasticBox{
    width: 100%;
    margin-bottom: 24px;
    white-space: nowrap;
}






/*------------------- 一条简单粗暴的分割线--------------------------- */
.kalendae{
	background-color: #fff !important;
	box-shadow: 0 0 16px 2px rgba(0,0,0,.2);
	cursor: pointer;
}

.input1 input,.input2 input{
	background: url('../webimg/main_ico_address_blue.png') no-repeat 224px center;
}

.input3 input {
	background: url('../webimg/main_btn_date.png') no-repeat 218px center;
}

.input11 input,.input22 input{
	background: url('../webimg/main_ico_address_blue.png') no-repeat 173px center;
}

.input33 input {
	background: url('../webimg/main_btn_date.png') no-repeat 168px center;
}
#datepkEx{
    width: 420px;
    height: 300px;
    background: #fff;
    padding: 14px 47px 22px 39px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}
#datepkEx .searchBtn-Ex{
    width: 342px;
    font-size: 18px;
    height: 40px;
    margin-top: -15px;
}
#datepkEx .test-line-class-Ex{
	width:390px	;
}
#datepkEx .test-line-class-Ex:nth-child(4){
    margin-bottom: 42px;
}
#datepkEx .inputEx_1 input,
#datepkEx .inputEx_2 input,
#datepkEx .inputEx_3 input{
    width: 252px;
    height: 35px;
	background: url('../webimg/main_ico_address_blue.png') no-repeat 269px center;
}
#datepkEx .inputEx_3 input{
	background: url('../webimg/main_btn_date.png') no-repeat 264px center;
}

/** ------------------------ 到达框样式 copy ------------------------ */

.bst-select-target-hotCityBox li,.bst-select-historyBox li{
    /* background-color: #f1f1f1; */
}
.bst-select-target-hotCityBox{
    /*border-bottom: 1px dashed #ffffff;*/
    background-color: #f9f9f9;
}
.bst-select-target-hotCityBox .city-list-item-left,.bst-select-historyBox .city-list-item-left{
    /*font-weight: bold;*/
}

.paging-list-target-content-box{
    /*width: 100%;*/
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 0;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.paging-list-target-content-box li{
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
/*.paging-list-target-content-box li>div:hover{*/
/*background-color: #b2d8f5;*/
/*}*/
.paging-list-target-content-box li>div{
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.bst-select-target-contentBox .city-list-item-left{
    padding-right: 18px!important;
}
.bst-select-target-contentBox .tab-dataClass:first-child{
    padding-left: 18px!important;
}

 .header-cityBoxExBus{
    white-space: nowrap;
    margin-bottom:14px;
}
.header-cityBoxExBus a{
    font-size: 16px !important;
    color: #3e3e3e;
    margin-left:68px;
    font-weight:bold;
}
.header-cityBoxExBus a:hover{
	text-decoration:underline;
}
.bus-change-color{
    color: #00A2FF !important;
}