.col-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.banner-nav {
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06), 0 1px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 12px;
    font-size: 16px;
}

.banner-nav ul {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}

.banner-nav ul li {
    width: 150px;
    height: 90%;
    transition: all 0.6s ease;
    cursor: pointer;
}

.banner-nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-nav ul li:hover {
    background: #ff6000;
    border-radius: 6px;
    transition: all 0.6s ease;
}

.banner-nav ul li:hover a {
    color: #fff;
}

.banner-nav ul .active_nav {
    background: #ff6000;
    border-radius: 6px;
    transition: all 0.6s ease;
}

.banner-nav ul .active_nav a {
    color: #fff;
}

.city span {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.city i {
    font-size: 20px;
    margin-right: 10px;
}

.city span:hover {
    color: #ff6000;
}

.recommend {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 15px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.6s ease;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06), 0 1px 4px 0 rgba(0, 0, 0, .08);
}

.recommend:hover {
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .08), 0 5px 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .08), 0 5px 8px 0 rgba(0, 0, 0, .12)
}

.high-show {
    background-color: #d6e4ff !important;
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .08), 0 5px 8px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .08), 0 5px 8px 0 rgba(0, 0, 0, .12) !important;
}

.recommend .route-title {
    display: flex;
    padding: 5px 15px;
    flex-wrap: wrap;
    align-items: center;
}

.recommend .route-title a {
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #6a7dce;
}

.recommend .route-title a:hover {
    color: #315efb;
    text-decoration: underline !important;
}

.recommend .route-title span {
    font-size: 16px;
    color: #ff0800;
    font-weight: bold;
}

.recommend .route-title i {
    font-size: 17px;
    margin: 0 5px;
}

.recommend .line-cont {
    height: 130px;
    padding: 5px 0;
    display: flex;
    margin-top: 10px;
}

.city-name-active {
    color: #ff0800 !important;
}

.recommend .line-cont .swiper {
    width: 100%;
}


.recommend .line-cont .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 8px;
}

.recommend .line-cont .swiper .swiper-wrapper .swiper-slide .line-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 5px 0;
    letter-spacing: 2px;
    font-weight: bold;
    background: rgb(217, 217, 217, 0.3);
    width: 93%;
    margin: 0 auto;
    height: 25px;
    border-radius: 6px;
    margin-top: 5px;
    justify-content: center;
    line-height: 25px;
}

.recommend .line-cont .swiper .swiper-wrapper .swiper-slide .slide-item {
    margin-top: 5%;
    font-size: 14px;
}

.recommend .line-cont .swiper .swiper-wrapper .swiper-slide .slide-item .company-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.recommend .line-cont .swiper-container .swiper-wrapper .swiper-slide .line-more .route-info:hover {
    color: #315efb;
    text-decoration: underline !important;
}

.recommend .line-cont .swiper-container .swiper-wrapper .swiper-slide .slide-item .item-tel {
    width: 50%;
    line-height: 20px;
    overflow: hidden;
    height: 20px;
}

.recommend .line-cont .swiper-container .swiper-wrapper .swiper-slide .slide-item .item-address {
    width: 80%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.recommend .line-cont .swiper-container .swiper-wrapper .swiper-slide .slide-item a:hover {
    color: #315efb;
    text-decoration: underline !important;
}

.recommend .line-cont .swiper-line .swiper-wrapper {
    margin-left: -512px !important;
}

.recommend .modal .modal-content .modal-body .swiper-slide {
    text-align: center;
    width: 200px;
    margin-right: 20px;
    background-color: #f8f8f8;
    border-radius: 5px
}

.recommend .modal .modal-content .modal-body .swiper-slide .line-more {
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 15px;
    padding: 5px 0;
    letter-spacing: 2px;
    font-weight: bold;
}

.recommend .modal .modal-content .modal-body .swiper-slide .line-more .route-info:hover {
    color: #315efb;
    text-decoration: underline !important;
}

.recommend .modal .modal-content .modal-body .swiper-slide .slide-item {
    margin-top: 8%;
    font-size: 14px;
}

.recommend .modal .modal-content .modal-body .swiper-slide .slide-item a:hover {
    color: #315efb;
    text-decoration: underline !important;
}

.recommend .modal .modal-content .modal-body .swiper-slide .slide-item .item-tel {
    width: 110px;
    max-height: 18px;
    overflow: hidden;
    justify-content: space-around;
    margin: 0 auto;
}

html,
body {
    scroll-behavior: smooth;
}

.back {
    position: sticky;
    float: right;
    top: -110px;
    right: 20px;
    margin-top: -50px;
    border-radius: 50%;
    background: url("/svg/toTop.svg") center no-repeat dodgerblue;
    background-size: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(calc(100vh + 50px));
    z-index: 1000;
}

.active-box {
    background-color: #ffe7ba !important;
}

.city-list {
    display: flex;
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
    flex-wrap: wrap;
}

.city-list li {
    margin-right: 10px;
}

.hideItem {
    display: none !important;
}

.showItem {
    display: block;
}

.route-title-h2 {
    display: none;
}

.breadcrumb {
    display: flex;
}