.line_recommend {
    background-color: #fff;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 15px;
    color: #333333;
}

.line_recommend_title {
    color: #1C1D1E;
    font-size: 16px;
    display: flex;
    font-weight: bold;
    padding: 15px 30px;
    border-bottom: 1px solid #F3F2F2;
    white-space: nowrap;
}
.line_recommend_title div {
    display: flex;
    flex-wrap: wrap;
}
.line_recommend_title p {
    color: #8C8C8C;
    font-weight: 400;
    margin: 0;
}

.line_recommend_title span {
    color: #3B70FF;
}
.line_recommend_bottom {
    display: flex;
    align-items: flex-start;
}
.line_recommend_switch {
    white-space: nowrap;
    color: #1b54ea;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 20px 30px 0 0;
}
.line_recommend_switch span {
    font-size: 14px;
    transition: all 0.3s;
    margin-top: 3px;
    margin-left: 6px;
}
.line_recommend_switch.open span {
    transform: rotateZ(180deg);
}
.line_recommend_list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 20px 30px;
    box-sizing: border-box;
}
.line_recommend_list > div {
    flex: 0 0 calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
    margin-bottom: 10px;
    background: #FFF9F3;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 120px;
    
}
.line_recommend_list > div:nth-of-type(5n) {
    margin-right: 0;
}

.line_recommend_port {
    color: #F87D12;
    padding: 10px 0;
    border-bottom: 1px solid #FFECDB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.line_recommend_port .form_port,
.line_recommend_port .to_port {
    max-width: 43%;
    min-width: 20%;
}
.line_recommend_port  .line_recommend_icon {
    min-width: 10%;
}
.line_recommend_port .form_port > div,
.line_recommend_port .to_port > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.to_port_hot {
    position: absolute;
    display: inline-block;
    top: -16px;
    right: -20px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    background: #F87D12;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 6px 6px 6px 0;
}
.to_port_hot::after {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(40%);
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
    border-radius: 4px;
    border-top: 6px solid transparent;
    border-left: 8px solid #F87D12;
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
}
.line_recommend_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
}
.line_recommend_icon_img {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #FFF9F3;
}
.line_recommend_icon img {
    width: 16px;
    height: 14px;
}
.line_recommend_icon .line_recommend_line {
    position: absolute;
    height: 1px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px dashed #F87D12;
}
.to_port_bottom {
    color: #555555;
    padding-bottom: 10px;
}
.to_port_bottom p {
    padding-left: 10%;
    margin: 5px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.to_port_bottom span {
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

.line-recommend-text {
    color: #1C1D1E;
    font-size: 14px;
    padding: 0 30px 30px;
    font-weight: bold;
}

.line-recommend-text p {
    color: #8C8C8C;
    font-weight: 400;
}

@media (max-width: 768px) {
    .line_recommend_title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        padding: 10px 20px;
        border: 0;
    }
    .line_recommend_title div {
        flex-direction: column;
    }
    .line_recommend_title p {
        font-size: 12px;
        margin-top: 8px;
        white-space: normal;
    }
    .line_recommend_list > div {
        flex: 0 0 calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
        padding: 12px
    }

    .line_recommend_list > div:nth-of-type(5n) {
        margin-right: 10px !important;
    }
    .line_recommend_list > div:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .line_recommend_list {
        font-size: 12px;
        padding: 10px;
        width: 100%;
    }
    .to_port_bottom p {
        padding: 0;
    }
    .line-recommend-text {
        padding: 10px 20px;
    }
}

.line_recommend_title .following_route_top {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    color: #F87D12;
    margin-right: 20px;
}
.line_recommend_title .following_route_top > div {
    animation: move 400s linear 3s infinite;
    flex-wrap: nowrap;
}
.line_recommend_title .following_route_top .following_route_top_item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}
.line_recommend_title .following_route_top .following_route_top_item::after {
    content:  ",";
    display: inline-block;
    margin-right: 20px;
    margin-left: 4px;
}
.line_recommend_title .following_route_top .following_route_top_item:last-of-type::after {
    display: none;
}
.line_recommend_title .following_route_top .following_route_top_item span {
    margin: 0 4px;
    color: #F87D12;
    font-size: 14px;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

.notice {
    border-radius: 16px;
}

.notice .el-dialog__header .el-dialog__close {
    background-color: #CCCCCC;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}
.notice .el-dialog__header {
    padding: 0;
}
/* .notice .el-dialog__body {
    padding: 20px 30px !important;
} */
.notice .el-dialog__body {
    padding: 0px !important;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}
.notice .notice-title {
    text-align: center;
    color: #469651;
    font-size: 24px;
    padding-bottom: 22px;
    font-weight: 600;
}

.notice .notice-text {
    color: #555555;
}

.notice .notice-text div {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    word-break: keep-all;
    display: flex;
}
.notice .notice-text div p {
    margin: 0;
    margin-left: 8px;
}
.notice .notice-text div:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}
.notice .notice-text div.mb10 {
    margin-bottom: 10px;
}

.notice .notice-text div span {
    color: #469651;
}

.notice .notice-footer {
    color: #555555;
    text-align: right;
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
}
.notice .notice-footer p {
    margin: 0;
}