.ship-page-body {
    background: #f6f8fa;
}

/* 航线列表、筛选条件 */
.search-wrapper {
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #fff;
}

.search-bar {
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 6px;
    background: #f6f8fa;
}

.search-item {
    display: flex;
    align-items: start;
    padding: 12px 6px;
    border-bottom: 1px dotted #d8d8d8;
}

.search-item .item-hd {
    color: #666;
    flex: 0 0 75px;
    height: 26px;
    line-height: 26px;
    margin: 5px 0;
    text-align: right;
    font-size: 14px;
}

.search-item .item-bd {
    flex: 1 1 auto;
    padding: 0 10px;
    font-size: 0;
}
.search-item .item-bd .item {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 5px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.search-item .item-bd .item.on {
    color: #fff;
    background: #00468c;
}
.search-item .item-bd .item .icon-close {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    position: relative;
    transition: all 0.3s;
}
.search-item .item-bd .icon-close::before,
.search-item .item-bd .icon-close::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: 50%;
    background: #fff;
}
.search-item .item-bd .icon-close::before {
    transform: rotate(45deg);
}
.search-item .item-bd .icon-close::after {
    transform: rotate(-45deg);
}
.search-item .item-bd .item:hover .icon-close {
    transform: rotate(90deg);
}
.search-item .item-bd .clear {
    color: #00468c;
    margin-left: 10px;
    font-size: 12px;
}

/* 主体列表 */
.st-main-page {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.st-main-box {
    flex: 0 0 1200px;
    border-radius: 6px;
    box-sizing: border-box;
}

.product-block {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
}
.product-block-bar {
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}
.product-date-wrapper {
    display: flex;
    justify-content: space-between;
}

.product-date-group {
    flex: 1 1 auto;
    display: flex;
}
.product-date-group .item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 126px;
    height: 75px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    background: #f8f8f8;
}
.product-date-group .item.active {
    border: 2px solid #00468c;
}
.product-date-group .item.active::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -3px;
    border-radius: 50%;
    background: url('../images/ship_sprites.png') -10px -10px no-repeat;
}
.product-date-group .item .txt {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-date-group .item .price {
    color: #fc6000;
    margin-top: 6px;
}
.product-date-group .item.active .price {
    color: #00468c;
}
.product-date-group .item .price .num {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-date-group .item.active .price .num {
    font-weight: bold;
}
.product-date-more {
    flex: 0 0 auto;
    height: 75px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 46px;
    letter-spacing: 5px;
    writing-mode: vertical-lr;
    cursor: pointer;
    font-size: 16px;
    background: #f8f8f8;
}
.product-date-more .link {
    color: #666;
}
.product-date-more .link:hover {
    color: #00468c;
}

/* 航期列表 */
.product-group-item {
    padding: 15px 30px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.product-group-item .title-bar {
    color: #666;
    padding-bottom: 15px;
    font-size: 14px;
}
.product-group-item .content {
    display: flex;
}
.product-group-item .start,
.product-group-item .end {
    flex: 0 0 160px;
}
.product-group-item .end {
    margin-left: 40px;
}
.product-group-item .start .time,.product-group-item .end .time  {
    color: #00468c;
}
.product-group-item .start .time,
.product-group-item .end .time {
    display: block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-group-item .start .txt,
.product-group-item .end .txt {
    display: block;
    margin-top: 4px;
    font-size: 16px;
}
.product-group-item .process {
    color: #9e9e9e;
    flex: 1 1 auto;
    text-align: center;
    font-size: 14px;
}
.product-group-item .process .day,
.product-group-item .process .txt {
    display: inline-block;
    padding: 4px 0;
    vertical-align: top;
}
.product-group-item .process .line {
    height: 2px;
    position: relative;
    vertical-align: top;
    background: #d1d8dd;
    width: 400px;
}
.product-group-item .process.wf .line::before,
.product-group-item .process .line::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    transform-origin: top;
    transform: rotate(45deg);
}
.product-group-item .process.wf .line::before {
    top: -4px;
    left: 6px;
    border-bottom: 2px solid #d1d8dd;
}
.product-group-item .process .line::after {
    right: -1px;
    border-top: 2px solid #d1d8dd;
}
.product-group-item .fd .price {
    color: #fc6000;
    display: inline-block;
    font-size: 12px;
}
.product-group-item .fd .price .num {
    display: inline-block;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-group-item .fd .btn {
    color: #fff;
    display: inline-block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    border-radius: 5px;
    background: linear-gradient(90deg, #ff8a00 0%, #fc6000 100%);
    text-align: center;
    transition: all 0.3s;
    font-size: 16px;
}
.product-group-item .fd .btn:hover {
    box-shadow: 1px 1px 5px #ff8a00;
}
.product-group-item .fd .btn:active {
    box-shadow: 1px 1px 5px #fc6000;
    background: linear-gradient(90deg, #fc6000 0%, #fc6000 100%);
}

/* 侧边栏 */
.st-sidebox {
    flex: 0 0 372px;
}

.st-side-block {
    border-radius: 6px;
    background: #fff;
}
.st-side-bar {
    padding: 26px 20px;
    font-size: 18px;
    font-weight: bold;
}
.side-qa-group {
    padding: 0 20px;
}
.side-qa-group .item {
    padding: 12px 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #f9fafb;
}
.side-qa-group .item .ask,
.side-qa-group .item .ans {
    display: flex;
    padding: 5px 0;
}
.side-qa-group .item .ask .hd,
.side-qa-group .item .ans .hd {
    flex: 0 0 20px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
}
.side-qa-group .item .ask .hd {
    color: #fc6000;
    background: #ffe6d6;
}
.side-qa-group .item .ans .hd {
    color: #0053a7;
    background: #dfefff;
}
.side-qa-group .item .ask .bd,
.side-qa-group .item .ans .bd {
    color: #666;
    flex: 1 1 auto;
    line-height: 20px;
    margin-left: 8px;
}
.side-qa-group .item .ask .bd {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.btn-more-bar {
    padding: 10px 20px 20px;
}

.st-side-block .btn-more-link {
    color: #666;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s;
    background: #f8f8f8;
}

.st-side-block .btn-more-link:hover {
    color: #fff;
    background: #00468c;
}
.st-side-block .btn-more-link:active {
    box-shadow: 1px 1px 8px #00468c;
}

.page-content {
    padding: 20px 0 10px;
    text-align: center;
    font-size: 0;
}
.page-content > a {
    display: inline-block;
    color: #666;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-family: Arial, 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}
.page-block {
    display: inline-block;
}
.page-block > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    font-size: 14px;
}
.page-block > a {
    display: inline-block;
    color: #666;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-family: Arial, 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}
.page-block > a.on,
.page-block > a:hover,
.page-content > a:hover {
    color: #fff;
    border: 1px solid #00468c;
    background: #00468c;
}

.calendar-ts-bar {
    color: #fc6000;
    padding: 10px;
    font-size: 14px;
    background: #fff8f2;
}

.calendar-ts-bar::before {
    content: '\e657';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -3px 4px 0;
    font-size: 28px;
    vertical-align: middle;
    font-family: 'st-iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
