:root {
    --width: 75.6%;
}

.netzero-detail {
    padding-top: 24px;
    padding-bottom: 24px;
}

    .netzero-detail .breadcrumb-wrapper {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #303030;
    }

        .netzero-detail .breadcrumb-wrapper .list {
            padding-left: 0;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .netzero-detail .breadcrumb-wrapper .list > * {
                list-style: none;
            }

            .netzero-detail .breadcrumb-wrapper .list .item {
                font-family: Inter;
                font-weight: 500;
                font-size: 12px;
                line-height: 20px;
                color: #5A5A5A;
            }

            .netzero-detail .breadcrumb-wrapper .list .icon {
                line-height: 16px;
            }

                .netzero-detail .breadcrumb-wrapper .list .icon svg {
                    vertical-align: baseline;
                }

    .netzero-detail .story-detail {
        display: flex;
        margin-bottom: 24px;
    }

        .netzero-detail .story-detail .left {
            width: calc(var(--width) - 12px);
            margin-right: 24px;
        }

            .netzero-detail .story-detail .left > *:nth-last-child(n+2) {
                margin-bottom: 16px;
            }

            .netzero-detail .story-detail .left .meta-box {
                display: flex;
                align-items: center;
                gap: 8px;
            }

                .netzero-detail .story-detail .left .meta-box .keyword .tag {
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 20px;
                    padding: 4px 8px;
                    border: 1px solid var(--Border-Neutral-tertiary, #B2B2B2);
                    border-radius: 1px;
                    color: #303030;
                    text-transform: uppercase;
                }

                    .netzero-detail .story-detail .left .meta-box .keyword .tag:nth-last-child(n+2) {
                        margin-right: 8px;
                    }

                .netzero-detail .story-detail .left .meta-box .post-time {
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 20px;
                    color: #5A5A5A;
                    margin-bottom: 0;
                }

                .netzero-detail .story-detail .left .meta-box .dot {
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background-color: #5A5A5A;
                }

            .netzero-detail .story-detail .left .title {
                font-family: Inter;
                font-weight: 700;
                font-size: 42px;
                line-height: 58px;
                color: #2C2C2C;
            }

            .netzero-detail .story-detail .left .description {
                font-family: Inter;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                padding-bottom: 16px;
                border-bottom: 1px solid var(--Stroke, #E4E4E4)
            }

            .netzero-detail .story-detail .left .story-image {
                position: relative;
            }

                .netzero-detail .story-detail .left .story-image .tool-bar {
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    border: 1px solid#E4E4E4;
                    border-radius: 8px;
                    padding: 24px 16px;
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                }

                    .netzero-detail .story-detail .left .story-image .tool-bar .item {
                        cursor: pointer;
                    }

                        .netzero-detail .story-detail .left .story-image .tool-bar .item svg {
                            width: 24px;
                            height: 24px;
                        }

                        .netzero-detail .story-detail .left .story-image .tool-bar .item:nth-last-child(n+2) {
                            margin-bottom: 32px;
                        }

                .netzero-detail .story-detail .left .story-image .img-holder {
                    width: 78%;
                    margin: 0 auto;
                }

.asp-3-2-contain {
    height: 0;
    position: relative;
    overflow: hidden;
    padding: 0 0 66.66%;
}

.asp-3-2 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.netzero-detail .story-detail .left .story-image .img-holder .thumb-wrapper {
    margin-bottom: 16px;
}

.netzero-detail .story-detail .left .story-image .img-holder .thumb-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.netzero-detail .story-detail .left .detail {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
}

    .netzero-detail .story-detail .left .detail .image img {
        width: 100%;
        height: 100%;
    }

    .netzero-detail .story-detail .left .detail img {
        width: 100%;
        height: 100%;
    }

    .netzero-detail .story-detail .left .detail .image figcaption {
        background-color: #F0F0F0;
        color: #00000099;
        font-size: 14px;
        padding: 1em 4em;
        text-align: center;
        width: 100%;
    }

    .netzero-detail .story-detail .left .detail .tiny-pageembed {
        width: 100%;
        justify-self: center;
        margin-top: 10px;
        cursor: pointer;
    }

        .netzero-detail .story-detail .left .detail .tiny-pageembed iframe {
            display: block;
            background: #ffff;
            border: none;
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
        }

    .netzero-detail .story-detail .left .combo-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 16px;
        border-bottom: 1px solid #E4E4E4;
    }

    .netzero-detail .story-detail .left .combo-box .tool-bar .item {
        display: inline-block;
        width: 24px;
        height: 24px;
    }

        .netzero-detail .story-detail .left .combo-box .tool-bar .item:nth-last-child(n+2) {
            margin-right: 32px;
        }

        .netzero-detail .story-detail .left .combo-box .tool-bar .item svg {
            width: 24px;
            height: 24px;
        }

    .netzero-detail .story-detail .left .combo-box .author {
        font-family: Inter;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }

.netzero-detail .story-detail .left .keyword-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

    .netzero-detail .story-detail .left .keyword-wrapper .title {
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .netzero-detail .story-detail .left .keyword-wrapper .keyword {
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

.netzero-detail .story-detail .right {
    width: calc(100% - var(--width) - 12px);
    position: relative;
}

    .netzero-detail .story-detail .right .banner {
        margin-bottom: 24px;
    }

        .netzero-detail .story-detail .right .banner img {
            width: 100%;
            object-fit: cover;
        }

    .netzero-detail .story-detail .right .news .story-description {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .netzero-detail .story-detail .right .news .list > *:nth-last-child(n+2) {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #E4E4E4;
    }

    .netzero-detail .story-detail .right .sticky-wrap {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .netzero-detail .story-detail .right .sticky-content {
        position: sticky;
        top: 0;
    }

.netzero-detail > .banner {
    max-height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

    .netzero-detail > .banner img {
        width: 100%;
        object-fit: cover;
    }
/* MORE INFO */
.netzero-detail .more-info {
    margin-bottom: 24px;
}

    .netzero-detail .more-info .list {
        display: flex;
    }

        .netzero-detail .more-info .list > * {
            width: calc((100% / 4) - 18px);
        }

            .netzero-detail .more-info .list > *:nth-last-child(n+2) {
                margin-right: 24px;
            }

            .netzero-detail .more-info .list > * .story-title {
                font-size: 20px;
                line-height: 24px;
            }

.netzero-detail .more {
    display: flex;
    align-items: center;
}

    .netzero-detail .more .text {
        margin-right: 8px;
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2C2C2C;
    }

.netzero-detail .cate-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #303030;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

    .netzero-detail .cate-header .name-wrap {
        display: flex;
        align-items: center;
    }

    .netzero-detail .cate-header .bar {
        display: inline-block;
        width: 8px;
        height: 26px;
        background-color: var(--Netzero, #54C5D0);
    }

    .netzero-detail .cate-header .name {
        font-family: Inter;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        margin-left: 8px;
        margin-bottom: 0px;
    }

.netzero-detail .mobile-toolbox {
    display: none;
}

.netzero-detail .mobile-more {
    display: none;
}

@media screen and (max-width: 992px) {
    .mobile {
        display: block;
    }

    .netzero-detail {
        padding-top: 16px;
    }

        .netzero-detail .breadcrumb-wrapper {
            padding-bottom: 16px;
            margin-bottom: 16px;
        }

        .netzero-detail .story-detail .left {
            width: 100%;
            margin-right: 0;
        }

            .netzero-detail .story-detail .left .title {
                font-size: 32px;
                line-height: 40px;
            }

        .netzero-detail .mobile-toolbox {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 32px;
            border: 0.85px solid #E4E4E4;
            border-radius: 8px;
            padding: 16px 0;
        }

            .netzero-detail .mobile-toolbox svg {
                width: 24px;
            }

        .netzero-detail .story-detail .left .story-image .tool-bar {
            display: none;
        }

        .netzero-detail .story-detail .left .story-image .img-holder {
            width: 100%;
        }

        .netzero-detail .story-detail .left .combo-box {
            flex-direction: column;
        }

            .netzero-detail .story-detail .left .combo-box .tool-bar {
                order: 2;
                width: 100%;
                border: 0.85px solid#E4E4E4;
                border-radius: 8px;
                padding: 16px 0;
                text-align: center;
            }

            .netzero-detail .story-detail .left .combo-box .author {
                order: 1;
                align-self: end;
                margin-bottom: 16px;
            }

        .netzero-detail .story-detail .left .keyword-wrapper {
            flex-wrap: wrap;
        }

        .netzero-detail .story-detail .right {
            display: none;
        }

        .netzero-detail .more-info {
            margin-bottom: 0px;
        }

            .netzero-detail .more-info .cate-header .more,
            .netzero-detail .more-info + .banner {
                display: none;
            }

        .netzero-detail .cate-header .name {
            font-size: 20px;
            line-height: 24px;
        }

        .netzero-detail .more-info .list {
            flex-direction: column;
        }

            .netzero-detail .more-info .list > *:nth-last-child(n+2) {
                margin-right: 0;
            }

            .netzero-detail .more-info .list > * {
                width: 100%;
                display: flex;
            }

                .netzero-detail .more-info .list > * .story-thumb {
                    width: 48.35%;
                    min-width: 163px;
                    margin-right: 8px;
                    margin-bottom: 0;
                }

                .netzero-detail .more-info .list > * .story-info {
                    flex: 1;
                }

                .netzero-detail .more-info .list > *:nth-last-child(n+2) {
                    padding-bottom: 16px;
                    margin-bottom: 16px;
                    border-bottom: 1px solid #E4E4E4;
                }

                .netzero-detail .more-info .list > * .story-title {
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 4px;
                }

        .netzero-detail .mobile-more {
            display: block;
            margin-top: 16px;
        }

            .netzero-detail .mobile-more > * {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .netzero-detail .mobile-more .text {
                font-family: Inter;
                font-weight: 500;
                font-size: 14px;
                line-height: 22px;
                margin-right: 4px;
            }
}
