

/*搜索选择框*/
.bf {
    background: #fff !important;
}

.p0 {
    padding: 0 !important;
}

.zzc-item-search {
    padding-top: 0.1rem;
    background: #fff;
}

.search-item-box {
    padding: 0 0.28rem;
}

.zzc_item_box {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    font-size: 0;
}

.zzc_item_box .pickup-box,
.zzc_item_box .return-box{
    width: 85%;
    display: -webkit-box;
}

.zzc_item_box .return-box{
    width: 100%;
}

.zzc_item_box .search-item-block {
    display: inline-block;
    height: 1.4rem;
    margin: 0 0;
}

.zzc_item_box .search-item-block > span {
    font-size: 0.24rem;
    color: #999;
    display: block;
    line-height: 0.28rem;
    padding-top: 0.28rem;
    -webkit-font-smoothing: antialiased;
}


.zzc_item_box .city-box{
    width: 1.8rem;
    min-width: 1.8rem;
}

.zzc_item_box .address-box{
    margin-left: .3rem;
    display: block;
    -webkit-box-flex: 1;
    position: relative;
    width: 100%;
}

.zzc_item_box .address-box:before {
    content: "";
    display: block;
    width: .3rem;
    height: 1rem;
    position: absolute;
    bottom: -1px;
    left: -.3rem;
    border-bottom: 1px solid #fff;
}

.zzc_item_box .city_str {
    font-size: 0.34rem;
    color: #333;
    margin-top: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.zzc_item_box > aside {
    position: absolute;
    right: 0;
    top: 0;
}

.zzc_item_box > aside .title {
    line-height: 0.28rem;
    padding-top: 0.28rem;
}

.zzc_item_box > aside .btn span {
    margin-top: 0.2rem;
    display: inline-block;
    width: 0.74rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background-color: #e0e0e0;
    position: relative;
}

.zzc_item_box > aside .btn span.selected {
    background-color: #11bf79;
}

.zzc_item_box > aside .btn span.selected:before {
    left: auto;
    right: 1px;
}

.zzc_item_box > aside .btn span:before {
    content: "";
    height: 0.36rem;
    width: 0.36rem;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 1px;
}

.zzc_item_datatime {
    display: table;
    width: 100%;
}

.zzc_item_datatime aside {
    position: absolute;
    right: 0;
    top: 0;
}

.zzc_item_box:last-child {
    border: none;
}

.zzc_item_box .item {
    display: table-cell;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 0.24rem;
}

.zzc_item_box .item:first-child {
    padding-right: 0.8rem;
}

.zzc_item_box .pick_time, .zzc_item_box .return_time {
    border-bottom: 0.01rem solid #e8e8e8;
    padding-bottom: 0.4rem;
    position: relative;
}

.zzc_item_box .pick_time > span, .zzc_item_box .return_time > span, .zzc_item_box aside {
    font-size: 0.24rem;
    -webkit-font-smoothing: antialiased;
    color: #999;
}

.city_str em {
    float: right;
    position: relative;
    font-style: normal;
    text-decoration: none;
}

.zzc_item_box .item:nth-child(2) {
    padding-left: 0.8rem;
}

.zzc_item_box .datebox {
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(//imgcdn1.zuzuche.com/static/32/05/98440aa3a60a25ea6e11221d5192d177.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 28px auto;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -14px;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 9px;
}

.zzc_item_btn {
    margin: 0;
    padding: 0.3rem 0.28rem;
    background-color: #fff;
}

.zzc_item_btn a {
    border: none;
    /* height: 0.88rem; */
    font-size: 0.36rem;
    line-height: normal;
    padding:.2rem 0;
    background: #f40256;
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

.hotel-info {
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
}

.hotel-info  em {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
}

.theme-color {
    color: #254fcb;
}

.timepicker-confirm-btn, .zzc_item_btn a, .zzc_item_btn a:active {
    background-color: #11bf79;
}

















