@charset "utf-8";
/*首页焦点图*/
.st-focus-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 360px;
    position: relative;
}
.st-focus-banners .focus-banners{
    width: 100%;
    min-width: 1200px;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners{
    width: 1920px;
    height: 360px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-focus-banners .banners > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 360px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners > ul > li > a img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.st-focus-banners .focus{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index:1;
    text-align: center;
}
.st-focus-banners .focus > ul{
    height: 12px;
}
.st-focus-banners .focus > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: top;
    background: #fff;
    border-radius:50%;
}
.st-focus-banners .focus > ul > li.on{
    background: #ccc;
}
.st-focus-banners .prev,
.st-focus-banners .next{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 5;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.st-focus-banners .prev{ right: auto; left: 50%; margin-left: -580px; }
.st-focus-banners .next{ left: auto; right: 50%; margin-right: -580px; }
.st-focus-banners .prev:hover,
.st-focus-banners .next:hover{ background: rgba(0,0,0,.6); }

.ship-menu-block{
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 50%;
    width: 380px;
    height: 340px;
    margin-left: -600px;
    background: #3883e5;
    border-radius: 20px 20px 8px 8px;
}
.ship-menu-tabnav{
    height: 47px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.ship-menu-tab-item{
    float: left;
    width: 50%;
    height: 47px;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}
.ship-menu-tab-item.on{
    color: #fff;
    background-color: #3983e5;
    border-radius: 8px 8px 0 0;
}
.ship-menu-tabcon{
    width: 324px;
    padding: 18px 23px 0;
    height: 265px;
    background-color: #fff;
    margin: 5px auto 0;
    border-radius: 5px;
    position: relative;
    display: none;
}
.ship-menu-tabcon.on{
    display: block;
}
.ship-filter-item{
    height: 38px;
    margin-bottom: 18px;
    position: relative;
}
.ship-filter-item .item-hd{
    float: left;
    width: 66px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
}
.ship-filter-item .item-bd{
    padding-left: 66px;
    height: 38px;
}

.ship-select,
.ship-date-input,
.ship-text-input{
    width: 100%;
    height: 36px;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    outline: none;
}
.ship-search-btn{
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background-color: #ff9400;
    margin-top: 20px;
    cursor: pointer;
    border: none;
}
.ship-search-btn:hover{ background-color: #e58500; }
.common-lines-box{
    margin-top: 10px;
    height: auto;
    overflow: hidden;
}
.common-lines-box .tit{
    float: left;
    line-height: 24px;
    color: #999;
    font-size: 12px;
    margin-bottom: 4px;
}
.common-lines-box a{
    float: left;
    line-height: 24px;
    color: #999;
    font-size: 12px;
    margin-right: 12px;
}
.common-lines-box a:hover{ color: #3883e5; }

/* 热门推荐 / 特价推荐 */
.hot-content{ margin-top: 20px; }
.hot-content .hot-tit{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #d3d3d3;
}
.hot-content .hot-tit h3{
    float: left;
    color: #2577e3 !important;
    font-size: 24px;
    font-weight: bold;
}
.hot-content--special .hot-tit h3{ color: #e64545; }
.hot-content .hot-tit .more{
    float: right;
    font-size: 13px;
}
.hot-content .hot-tit .more:hover{ color: #f60; }
.hot-block{ margin-top: 20px; }
.hot-block ul{ list-style: none; margin: 0; padding: 0; }
.hot-block li{
    float: left;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.hot-block li:nth-of-type(4n){ margin-right: 0; }
.hot-block li .pic{
    width: 285px;
    height: 194px;
    position: relative;
    overflow: hidden;
}
.hot-block li .pic a{
    display: table-cell;
    width: 285px;
    height: 194px;
    vertical-align: middle;
    text-align: center;
    background-color: #e7e7e7;
}
.hot-block li .pic a img{
    max-width: 285px;
    max-height: 194px;
    vertical-align: middle;
}
.hot-block li .pic .attr{
    display: block;
    width: 67px;
    height: 65px;
    position: absolute;
    top: -4px;
    left: -4px;
    background: url(/plugins/ship/public/images/st-line-ico.png) no-repeat 0 -310px;
}
.hot-block li .pic .special-tag{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 44px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #ff6b4a 0%, #e64545 100%);
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 6px rgba(230, 69, 69, 0.35);
}
.hot-block li .txt{
    padding: 5px 14px 8px;
    border: 1px solid #cccee1;
    border-top: 0;
}
.hot-block li .txt .bt a{
    display: block;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    color: #333;
}
.hot-block li .txt .bt a:hover{ color: #fc6000; }
.hot-block li .txt .spots{
    height: 22px;
    overflow: hidden;
    margin-top: 4px;
}
.hot-block li .txt .spots .label{
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    font-size: 12px;
    color: #2577e3;
    margin-right: 6px;
    background-color: #f5f9ff;
}
.hot-block li .txt .jg{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 4px;
}
.hot-block li .txt .jg em{ color: #f60; font-style: normal; }
.hot-block li .txt .jg em strong{ font-size: 22px; }

/* 公用模块 */
.module-container{ margin-top: 26px; clear: both; margin-bottom: 30px;}
.module-tit{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #d3d3d3;
}
.module-tit .title{
    float: left;
    color: #2577e3;
    font-size: 24px;
    font-weight: bold;
}
.module-tit .more{ float: right; font-size: 13px; }
.module-tit .more:hover{ color: #f60; }

/* 游轮系列 - 左右布局 */
.company-content{
    margin-top: 20px;
    height: 637px;
    overflow: hidden;
}
.company-hd{
    float: left;
    width: 150px;
    height: 637px;
}
.company-tabnav-block{
    width: 100%;
    height: 637px;
    position: relative;
    overflow: hidden;
}
.company-tabnav-block .prev-btn,
.company-tabnav-block .next-btn{
    position: absolute;
    left: 50%;
    z-index: 20;
    display: block;
    width: 50px;
    height: 25px;
    margin-left: -25px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.company-tabnav-block .prev-btn{
    top: 0;
}
.company-tabnav-block .next-btn{
    bottom: 0;
}
.company-tabnav-block .tempWrap{
    position: absolute !important;
    top: 25px;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: auto !important;
}
.company-tabnav-list{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.company-tabnav-list li{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    border-radius: 20px;
}
.company-tabnav-list li.on{
    box-shadow: inset 0 0 0 3px #2577e3;
}
.company-tabnav-list li:after{
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    /* background-color: rgba(255,255,255,.6); */
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
}
.company-tabnav-list li.on:after{
    /* background-color: rgba(255,255,255,.35); */
    border: 3px solid #2577e3;
    border-radius: 20px;
}
.company-tabnav-list li .pic{
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.company-tabnav-list li .pic img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.company-tabnav-list li .name{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}
.company-bd{
    float: right;
    width: calc(100% - 180px);
    height: 637px;
    overflow: hidden;
}
.company-tabcon-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.company-tabcon-list li{
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 0 20px 20px 0;
}
.company-tabcon-list li:nth-of-type(3n){ margin-right: 0; }
.company-tabcon-list li .pic{
    width: 100%;
    height: 194px;
    position: relative;
    overflow: hidden;
    background: #e7e7e7;
}
.company-tabcon-list li .pic a{
    display: block;
    width: 100%;
    height: 194px;
    vertical-align: middle;
    text-align: center;
}
.company-tabcon-list li .pic a img{
    width: 100%;
    max-height: 194px;
    vertical-align: middle;
    object-fit: cover;
}
.company-tabcon-list li .pic .attr{
    display: block;
    width: 67px;
    height: 65px;
    position: absolute;
    top: -4px;
    left: -4px;
    background: url(/plugins/ship/public/images/st-line-ico.png) no-repeat 0 -310px;
}
.company-tabcon-list li .pic .attr:before{ content: ""; }
.company-tabcon-list li .txt{
    padding: 5px 14px 8px;
    border: 1px solid #cccee1;
    border-top: 0;
}
.company-tabcon-list li .txt .bt a{
    display: block;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    color: #333;
}
.company-tabcon-list li .txt .bt a:hover{ color: #fc6000; }
.company-tabcon-list li .txt .spots{
    height: 22px;
    overflow: hidden;
    margin-top: 4px;
}
.company-tabcon-list li .txt .spots .label{
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    font-size: 12px;
    color: #2577e3;
    margin-right: 6px;
    background-color: #f5f9ff;
}
.company-tabcon-list li .txt .jg{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 4px;
}
.company-tabcon-list li .txt .jg em{ color: #f60; font-style: normal; }
.company-tabcon-list li .txt .jg em strong{ font-size: 22px; }

/* 三栏布局 */
.module-item-block{
    float: left;
    padding: 24px 26px 20px;
    width: calc((100% - 60px) / 3);
    min-height: 500px;
    border-radius: 15px;
    margin-right: 30px;
    box-sizing: border-box;
    flex: 1;
}
.module-item-block:last-child{ margin-right: 0; }
.module-item-question{
    background: linear-gradient(147deg, #f9fbff 0%, #f3f9fe 100%);
}
.module-item-news{
    background: linear-gradient(147deg, #fff8f2 0%, #fff8f2 100%);
}
.module-item-raider{
    margin-right: 0;
    background: linear-gradient(147deg, #f2fbf8 0%, #f2fbf8 100%);
}
.module-item-tit{
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #333;
}
.module-item-con{}
.module-more-btn{
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #5db5ff;
    border-radius: 4px;
    font-size: 14px;
    color: #209aff;
    text-align: center;
    line-height: 38px;
    margin-top: 15px;
}
.module-item-news .module-more-btn{ color: #ff871f; border-color: #ff871f; }
.module-item-raider .module-more-btn{ color: #24be8b; border-color: #24be8b; }
.module-more-btn:hover{ opacity: .8; }

/* 问答 */
.module-question-list{ list-style: none; margin: 0; padding: 0; }
.module-question-list li{
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.module-question-list li:last-child{ border-bottom: none; }
.module-question-list .q-tit{
    font-size: 14px;
    color: #333;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.module-question-list li:hover .q-tit{ color: #2577e3; }

/* 资讯 */
.module-news-list{ list-style: none; margin: 0; padding: 0; }
.module-news-list li{ margin-bottom: 10px; }
.module-news-list li a{ display: block; color: #333; }
.module-news-list li .pic{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #e7e7e7;
    margin-bottom: 8px;
}
.module-news-list li .pic img{ width: 100%; height: 100%; object-fit: cover; }
.module-news-list li .tit{
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.module-news-list li .tit .rank{
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #d2cfcb;
    margin-right: 7px;
}
.module-news-list li:nth-of-type(1) .tit .rank{ background-color: #ff560c; }
.module-news-list li:nth-of-type(2) .tit .rank{ background-color: #ff8a00; }
.module-news-list li .desc{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.module-news-list li .data{
    height: 24px;
    line-height: 24px;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}
.module-news-list li .data .date{ float: left; }
.module-news-list li .data .num{ float: right; color: #f60; }
.module-news-list li:hover .tit{ color: #f60; }

/* 攻略 */
.module-raider-list{ list-style: none; margin: 0; padding: 0; }
.module-raider-list li{
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.module-raider-list li:last-child{ border-bottom: none; }
.module-raider-list li a{ display: block; color: #333; }
.module-raider-list li .tit{
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.module-raider-list li .info{
    margin-top: 7px;
    height: 70px;
    overflow: hidden;
}
.module-raider-list li .info .pic{
    float: left;
    width: 100px;
    height: 70px;
    background-color: #e7e7e7;
    overflow: hidden;
    margin-right: 10px;
}
.module-raider-list li .info .pic img{ width: 100%; height: 100%; object-fit: cover; }
.module-raider-list li .info .desc{
    overflow: hidden;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 60px;
}
.module-raider-list li .data{
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.module-raider-list li .data .date{ float: left; }
.module-raider-list li .data .num{ float: right; color: #f60; }
.module-raider-list li:hover .tit{ color: #24be8b; }


/* 城市选择浮层 */
.layer-city-wrap{
    border: 1px solid #d5d5d5;
    position: absolute;
    left: 66px;
    top: 37px;
    z-index: 999;
    background-color: #fff;
    padding: 12px;
    display: none;
    width: 240px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    border-radius: 4px;
}
.layer-city-wrap .close-btn{
    position: absolute;
    right: 8px;
    top: 6px;
    width: 16px;
    height: 16px;
    color: #999;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 16px;
}
.layer-city-wrap .close-btn:hover{ color: #333; }
.layer-city-wrap .city-item{ overflow: hidden; }
.layer-city-wrap .city-child{
    float: left;
    width: 70px;
    padding: 4px 2px;
    height: 24px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    margin: 2px;
}
.layer-city-wrap .city-child:hover{
    color: #fff;
    background-color: #3883e5;
}

/* 换按钮 */
.ship-menu-tabcon .change-btn{
    position: absolute;
    right: 32px;
    top: 37px;
    width: 13px;
    height: 54px;
    border: 1px solid #e0e0e0;
    border-left: none;
}
.ship-menu-tabcon .change-btn a{
    position: absolute;
    right: -8px;
    top: 20px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 17px;
    background-color: #e0e0e0;
    border-radius: 2px;
}
.ship-menu-tabcon .change-btn a:hover{
    color: #fff;
    background-color: #3883e5;
}

/* 第二个Tab - 游轮搜索 */
.ship-filter-item-con{ margin-top: 16px; height: 38px; }
.ship-search-input{
    width: 100%;
    height: 36px;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    outline: none;
}
.search-btn{
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background-color: #ff9400;
    margin-top: 20px;
    cursor: pointer;
}
.search-btn:hover{ background-color: #e58500; }
.common-ship-box{ margin-top: 20px; }
.common-ship-box .tit{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}
.common-ship-box .list{
    margin-top: 10px;
    max-height: 120px;
    overflow: hidden;
}
.common-ship-box .list a{
    float: left;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #2577e3;
    background-color: #f5f9ff;
    margin: 0 6px 6px 0;
    border-radius: 3px;
}
.common-ship-box .list a:hover{ background-color: #e8f2ff; }

/* 输入框通用 */
.ship-filter-item .item-bd input{
    width: 100%;
    height: 36px;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
}


/* 目的地列表 */
.dest-list { overflow: hidden; }
.dest-link {
    float: left;
    display: block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #2577e3;
    background: #f5f9ff;
    margin: 3px;
    border-radius: 3px;
}
.dest-link:hover { background: #2577e3; color: #fff; }

/* 热门推荐图标 */
.hot-block li .txt .spots .label-ico {
    max-height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}


/* 船期表 */
.ship-date-container {
    margin-top: 25px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.ship-date-column {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2577e3;
    background: #f5f9ff;
    border-bottom: 1px solid #e8e8e8;
}
.ship-date-box { padding: 20px; }
.ship-date-block { min-height: 300px; }
.ship-date-block .calendar-switch-box { display: none; }

/* 船期表航线筛选栏 */
.ship-route-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -20px -20px 15px;
    padding: 10px 16px;
    min-height: 50px;
    background: linear-gradient(90deg, #006bd6 0%, #00468c 100%);
}
.ship-route-main {
    flex: 1;
    min-width: 0;
}
.ship-route-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ship-route-list .route-item {
    padding: 4px 14px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border-radius: 20px;
    white-space: nowrap;
    position: relative;
    transition: all .2s;
}
.ship-route-list .route-item:hover { background: rgba(255,255,255,.15); }
.ship-route-list .route-item.on {
    color: #00468c;
    background: #fff;
}
.ship-month-select {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 16px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.ship-month-select .label { margin-right: 6px; }
.ship-month-select .month-text {
    min-width: 100px;
    text-align: center;
    font-size: 15px;
}
.ship-month-select .month-prev,
.ship-month-select .month-next {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    cursor: pointer;
}
.ship-month-select .month-prev {
    border-right: 6px solid #fff;
    margin-right: 10px;
}
.ship-month-select .month-next {
    border-left: 6px solid #fff;
    margin-left: 10px;
}


/* 三峡游轮航线 */
.cruise-routes-section .module-tit .title{
    position: relative;
    padding-left: 16px;
}
.cruise-routes-section .module-tit .title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 24px;
    margin-top: -12px;
    border-radius: 3px;
    background-color: #2577e3;
}
.cruise-routes-grid{
    display: flex;
    gap: 16px;
    margin-top: 20px;
}
.cruise-port-card{
    flex: 1;
    min-width: 0;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(37, 119, 227, 0.08);
    overflow: hidden;
}
.port-card-hd{
    position: relative;
    height: 140px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.port-card-hd.no-img{
    background: linear-gradient(135deg, #4a90e2 0%, #2577e3 100%);
}
.port-card-hd:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}
.port-card-name{
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 1;
    color: #fff;
}
.port-card-name .cn{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}
.port-card-name .en{
    margin-top: 2px;
    font-size: 12px;
    opacity: 0.9;
}
.port-card-subtit{
    display: flex;
    align-items: center;
    padding: 12px 14px 8px;
    color: #2577e3;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eef2f7;
}
.port-route-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232577e3'%3E%3Cpath d='M20 21c-1.39 0-2.78-.47-4-1.32-2.72 1.11-5.46 1.11-8 0C6.78 20.53 5.39 21 4 21H2v-2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.06 1.29 7.58 0 1.26.65 2.62.99 4 .99h2v2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78l-3.09-4.61A3.998 3.998 0 0 0 14.06 4H9.94c-.86 0-1.68.35-2.29.97L4.56 9.58c-.12.24-.14.52-.06.78L3.95 19zM9 12c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2s-.9-2-2-2h-2c-1.1 0-2 .9-2 2z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.port-route-list{
    padding: 10px 12px 14px;
}
.port-route-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background-color: #f0f6ff;
    text-decoration: none;
    transition: background-color .2s;
}
.port-route-item:last-child{
    margin-bottom: 0;
}
.port-route-item:hover{
    background-color: #e4efff;
}
.route-ship-icon{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 50%;
    background: #2577e3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M20 21c-1.39 0-2.78-.47-4-1.32-2.72 1.11-5.46 1.11-8 0C6.78 20.53 5.39 21 4 21H2v-2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.06 1.29 7.58 0 1.26.65 2.62.99 4 .99h2v2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78l-3.09-4.61A3.998 3.998 0 0 0 14.06 4H9.94c-.86 0-1.68.35-2.29.97L4.56 9.58c-.12.24-.14.52-.06.78L3.95 19z'/%3E%3C/svg%3E") center/18px no-repeat;
}
.route-info{
    flex: 1;
    min-width: 0;
}
.route-title{
    display: block;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.route-meta{
    display: block;
    margin-top: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.route-tag{
    flex-shrink: 0;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.route-tag.tag-hot{
    background-color: #ff8c1a;
}
.route-tag.tag-recommend{
    background-color: #52c41a;
}
.route-tag.tag-rare{
    background-color: #e65c2e;
}
