﻿.top-banner {
    width: 100%;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .top-banner img {
        width: 100%;
        height: 100%;
    }

.tob-box {
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layui-col-xs4 {
    align-items: center;
    justify-content: center;
    display: flex;
}

.scope-item {
    height: 74px;
    width: 115px;
    background: white;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

    .scope-item .image {
        width: 27px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .scope-item .image img {
            width: 27px;
            height: 30px;
        }

    .scope-item .scope-title {
        margin-top: 10px;
        font-family: PingFangSC-Medium;
        font-size: 13px;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        line-height: 13px;
    }

.case {
    width: calc(100% - 20px);
    height: 298px;
    background-color: white;
    border-radius: 8px;
    margin-left: 10px;
}

    .case .case-title {
        width: calc(100% - 20px);
        height: 26px;
        padding-left: 10px;
        padding-top: 15px;
    }

        .case .case-title span {
            float: left;
        }

            .case .case-title span.text {
                font-family: PingFangSC-Medium;
                font-size: 16px;
                color: #333333;
                letter-spacing: 0;
                line-height: 16px;
            }

            .case .case-title span.image {
                display: flex;
                width: 12px;
                height: 12px;
                padding-left: 5px;
                padding-top: 2px;
            }

                .case .case-title span.image img {
                    width: 100%;
                    height: 100%;
                }

    .case .case-content {
        width: 100%;
        height: 125px;
    }

.case-item {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

    .case-item .image {
        width: 105px;
        height: 87px;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
    }

        .case-item .image img {
            width: 105px;
            height: 87px;
            position: absolute;
            left: 0px;
            right: 0px;
        }

        .case-item .image .case-btn {
            width: 100%;
            height: 18px;
            background: rgba(0,0,0,0.60);
            border-radius: 4px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            text-align: center;
            font-family: PingFangSC-Regular;
            font-size: 11px;
            color: #FFFFFF;
            letter-spacing: 0;
        }

.case-text {
    width: 105px;
    height: 14px;
    padding-top: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 14px;
}

.new {
    width: calc(100% - 20px);
    height: 298px;
    background-color: white;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: 15px;
}

    .new .new-title {
        width: calc(100% - 20px);
        height: 26px;
        padding-left: 10px;
        padding-top: 15px;
    }

        .new .new-title span {
            float: left;
        }

            .new .new-title span.text {
                font-family: PingFangSC-Medium;
                font-size: 16px;
                color: #333333;
                letter-spacing: 0;
                line-height: 16px;
            }

            .new .new-title span.image {
                display: flex;
                width: 12px;
                height: 12px;
                padding-left: 5px;
                padding-top: 2px;
            }

                .new .new-title span.image img {
                    width: 100%;
                    height: 100%;
                }

    .new .new-menu {
        width: 120px;
        height: 16px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

.new-menu-item {
    width: 60px;
    height: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

    .new-menu-item .menu-text {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #999999;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
    }

.item-selected .menu-text {
    color: #4C72E6;
}

.new-content {
    margin-top: 10px;
}

    .new-content .new-item {
        width: 100%;
        height: 85px;
    }

.item-left, .item-right {
    align-items: left;
    justify-content: left;
    display: flex;
    flex-direction: column;
}

    .item-left .item-image {
        width: 110px;
        height: 69px;
        display: flex;
    }

        .item-left .item-image img {
            width: 100%;
            height: 100%;
        }

    .item-right .item-title {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #333333;
        letter-spacing: 0;
        line-height: 14px;
    }

    .item-right .item-content {
        margin-top: 10px;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #999999;
        letter-spacing: 0;
        line-height: 13px;
    }

.item-right .item-date {
    margin-top: 10px;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #999999;
    letter-spacing: 0;
    line-height: 11px;
}

.ship {
    width: calc(100% - 20px);
    height: 93px;
    background-color: white;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: 15px;
    overflow: hidden;
}

.ship .ship-title {
    width: calc(100% - 20px);
    height: 26px;
    padding-left: 10px;
    padding-top: 15px;
}

.ship .ship-title span {
    float: left;
}

.ship .ship-title span.text {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
}

    .ship .ship-line {
        width: auto;
        overflow: hidden;
        height: 60px;
        display: flex;
        align-items:left;
        justify-content: left;
        position:absolute;
        left: 0px;
    }

        .ship .ship-line .ship-image {
            width: 200px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.ship .ship-line .ship-image img {
    /*width: 189px;*/
    height: 30px;
}