.pc .search-view {
    margin: 10px 0;
}
.mobile .search-view {
    padding-top: 10px;
}
.item-title {
    position: relative;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.item-title b{
    font-size: 16px;
}
.item-title .day-info {
    position: absolute;
    right: 0px;
    bottom: 9px;
    color: #666;
}
.day-info span {
    margin-left: 2px;font-size: 13px;
}
.box {
    background-color: #fff;border-radius: 6px;
}
.mobile .wp {
    margin: 0 5px;
}
.box ul {
    margin-bottom: 0px;
}
.pc .chaxun .search-view .pd {
    padding-top: 30px;
}
.no-data {
    text-align: center;margin-top: 50px;margin-bottom: 50px;color: #666;
}
