@media screen and (max-width: 799px) {
    .mod-route .bd .panel .item .price .price-amount {
        font-size: 14px;
    }
    body .mod-route .bd .panel .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
}
    body .mod-search .bd .input-wrapper {
        display: flex;
        margin: 5px 0;
    }
     body  .mod-search .bd .input-wrapper .input-item {
        flex: 1;
        padding: 5px 10px;
        display: block;
    }
    body .mod-search .bd .input-wrapper .input-item .c-bd input[type=text], .mod-search .bd .input-wrapper .input-item .c-bd input[type=date] {
        width: 100%;
        font-size: 16px;
    }
     body .mod-search .bd .submit-wrapper button {
    width: 300px;
	} 
}
.mod-search .bd .popup-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 600px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .05);
}
.mod-search .bd .popup-box .c-bd .field-wrapper .field-title {
    font-weight: bold;
}
.mod-search .bd .popup-box .c-bd a {
    display: inline-block;
    min-width: 64px;
    margin: 0 5px;
    color: #666;
}
.mod-search .bd .popup-box .c-bd .field-wrapper {
    margin-bottom: 10px;
}
.mod-search .bd .popup-box .c-bd {
    height: 240px;
    padding: 10px;
    line-height: 24px;
    overflow: auto;
}
.mod-search .bd .popup-box .c-hd li.active::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 12px;
    height: 3px;
    margin-left: -6px;
    background: #2469f2;
    border-radius: 2px;
}
.mod-search .bd .popup-box .c-hd li.active a {
    color: #333;
}
.mod-search .bd .popup-box .c-hd li a {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    white-space: nowrap;
    color: #999;
}
.mod-search .bd .popup-box .c-hd li.active {
    position: relative;
}
.mod-search .bd .popup-box .c-hd ul {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    overflow-x: auto;
}
.mod-search .bd .popup-box .tabs-box .tabs-content {
    flex: 1;
    min-width: 0;
}
.mod-search .bd .popup-box .tabs-box {
    display: flex;
}
.green {
    color: green;
}
.module {
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .08);
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 25px;
}
.module .hd {
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    line-height: 40px;
}
.module .hd .title {
    position: relative;
    display: inline-block;
    padding: 14px 0;
    line-height: 20px;
    font-weight: bold;
    font-size: 18px;
}
.module .hd .title::before {
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    width: 4px;
    height: 20px;
    content: "";
    margin: -10px 2px;
    vertical-align: middle;
    background: #2469f2;
    border-radius: 2px;
}
.module .hd .more {
    float: right;
    color: #999;
}
.module .bd {
    padding: 20px;
}
.mod-route .bd .panel .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.mod-route .bd .panel .item {
    padding: 5px;
    background: #f6f8fa;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    line-height: 24px;
    width: 100%;
    margin: 3px 0;
}

.J_link {
    cursor: pointer;
}

.J_link img {
    vertical-align: middle;
}
.mod-route .bd .panel .item .c-hd span {
    vertical-align: middle;
}

.mod-route .bd .panel .item .depart, .mod-route .bd .panel .item .arrival {
    font-size: 16px;
    font-weight: bold;
}
.mod-route .bd .panel .item .price {
    float: right;
    font-size: 13px;
    color: #7d83d3;
}

.mod-route .bd .panel .item .c-hd span {
    vertical-align: middle;
}
 .mod-route .bd .panel .item .price {
    float: right;
    font-size: 13px;
    color: #7d83d3;
} 
/*============================*/


.mod-search {
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .08);
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 25px;
}
.mod-search .bd {
    padding: 20px;
}
.mod-search .bd .panel-box {
    position: relative;
}
.mod-search .bd .input-wrapper {
    display: inline-flex;
    margin: 0 5px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    vertical-align: middle;
}
.mod-search .bd .input-wrapper .input-item {
    padding: 10px 15px;
}

.mod-search .bd .input-wrapper .input-item .c-hd {
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.mod-search .bd .input-wrapper .input-exchange {
    position: relative;
    line-height: 68px;
}
.mod-search .bd .input-wrapper .input-exchange button {
    position: relative;
    z-index: 9;
    width: 36px;
    height: 36px;
    padding: 0;
    border: medium none;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.input-wrapper img {
    vertical-align: middle;
}
.mod-search .bd .input-wrapper .input-exchange::after {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    content: "";
    background: #e8e8e8;
}
.mod-search .bd .input-wrapper .input-item .c-hd {
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.mod-search .bd .input-wrapper .input-item .c-bd input[type=text], .mod-search .bd .input-wrapper .input-item .c-bd input[type=date], .mod-search .bd .input-wrapper .input-item .c-bd input[type=number] {
    width: 128px;
    height: 20px;
    padding: 5px 0;
    border: medium none;
    outline: none;
    line-height: 20px;
    font-size: 18px;
}
.mod-search .bd .submit-wrapper {
    display: inline-flex
;
    margin: 0 5px;
    line-height: 70px;
    vertical-align: middle;
}
.mod-search .bd .submit-wrapper button {
    padding: 0 25px;
    height: 64px;
    background: #fc9000;
    border: medium none;
    border-radius: 8px;
    line-height: 64px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
li {
    list-style-type: none; /* 移除列表项前的默认样式 */
}
.hide{
	display: none;
}
.search-mess-money, .search-mess-huilv {
    color: red;
}
.search-mess, .messege {
    font-size: 22px;
    margin: 10px 0 0 0;
}
.mess-x a {
    margin: 0 12px;
    font-size: 20px;
}
.mess-b-l, .mess-b-r {
    margin: 0 10px;
}
.mess-b, .mess-l {
    font-size: 22px;
    margin: 10px 0;
    color: #d56654;
}
.mess-but {
    font-size: 22px;
    color: #cdc1c1;
}
.price-sign{
	margin: 0 10px
}
.red{
	color: red;
}
