._forum-bg-cover{
    background: linear-gradient(0deg, #000000 0%, rgba(23, 23, 23, 0.78) 100%) !important;
}
.forum-line1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 64px;
    color: #FFFFFF;
    font-size: 21px;
    img{
        width: 197px;
        height: auto;
        margin-right: 59px;
    }
}
.forum-line2{
    position: absolute;
    display: flex;
    bottom: -64px;
    align-items: center;
    color:#fff;
    gap: 47px;
    ._t1{
        line-height: 244px;
        letter-spacing: -20px;
        margin: 0 0 0 -95px;
        font-size: 325px;
    }
    ._t2{
        font-weight: 300;
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        margin-bottom: 3px;
    }
    ._t4{
        font-size: 52px;
        line-height: 75px;
    }
}
.forum-list{
    ._item{
        --forum-first-color: #4A5565;
        --forum-second-color: #F3F4F6;
    }
    .awards{
        --forum-first-color:#B8860B;
        --forum-second-color:#FBF3E0;
    }
    .conference{
        --forum-first-color: #5E3DC5;
        --forum-second-color: #EEEBFA;
    }
    .match{
          --forum-first-color: #E65100;
        --forum-second-color: #FFF0E5;
    }
    .live{
          --forum-first-color: #0E8A6F;
        --forum-second-color: #E2F5EF;
    }
    .onsiteevents{
          --forum-first-color: #D31176;
        --forum-second-color: #FCE6F1;
    }
    .specialexhibition{
          --forum-first-color: #033491;
        --forum-second-color: #E3EBF9;
    }
    ._code{
        font-size: 12px;
        line-height: 14px;
        padding: 5px 10px;
        margin-bottom: 8px;
        width: max-content;
        font-weight: bold;
        background: var(--forum-second-color);
        color: var(--forum-first-color);
    }
}
.forum-list._card{
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 50px 30px;
    ._item{
        ._main-img{
            width: 100%;
            aspect-ratio: 390 / 219;
            margin-bottom: 24px;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        ._code{
            margin-bottom: 8px;
        }
        ._name{
            color: #101828;
            font-size: 18px;
            line-height: 30px;
            height: 60px;
            margin-bottom: 12px;
            font-weight: bold;
        }
        ._info{
            border-top: 1px solid #F3F4F6;
            padding-top: 11px;
            display: flex;
            flex-direction: column;
            gap: 7px;
            color: #555555;
            font-size: 13px;
            line-height: 20px;
            .el-iconfont{
                font-size: 14px;
                margin-right: 3px;
            }
        }
    }
}
.forum-list._line{
    margin-top: 28px;
    ._item{
        display: flex;
        gap: 50px;
        border-bottom: 1px solid #F3F4F6;
        padding: 47px 0;
        margin-bottom: 37px;
        position: relative;
        ._time{
            padding-top: 30px;
            border-right: 1px solid #F3F4F6;
            padding-right: 16px;
            flex-direction: column;
            display: flex;
            align-items: flex-end;
            width: 136px;
            ._t1{
                font-size: 48px;
                line-height: 48px;
                color: #101828;
                margin-bottom: 6px;
            }
            ._t2{
                font-weight: 500;
                font-size: 12px;
                line-height: 16px;
                color: #666666;
                margin-bottom: 24px;
            }
        }
        ._main-img{
            width: 462px;
            height: 260px;
            flex-shrink: 0;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        ._right-info{
            flex: 1;
            overflow: hidden;
        }
        ._name{
            padding-top: 8px;
            margin-bottom: 25px;
            color: #101828;
            font-size: 20px;
            font-weight: 500;
            line-height: 28px;
        }
        ._addr{
            margin-bottom: 24px;
            color: #666666;
            font-size: 12px;
            line-height: 16px;
            .el-iconfont{
                font-size: 18px;
                margin-right: 8px;
            }
        }
        ._desc{
            font-size: 16px;
            color: #666666;
        }
        ._link{
            font-size: 14px;
            color: #000000;
            font-weight: 500;
            position: absolute;
            bottom: 47px;
            .el-iconfont{
                font-size: 12px;
                margin-left: 12px;
            }
        }
    }
    ._item:hover{
        ._time{
            border-color: var(--forum-first-color);
        }
        ._name{
            color: var(--forum-first-color);
        }
        ._link .el-iconfont{
            color: var(--forum-first-color);
        }
    }
}
.forum-detail{
    display: flex;
    align-items: flex-start;
    margin: 40px 0;
    gap: 100px;
    ._left{
        position: sticky;
        top: 170px;
        flex: 1;
        .detail-card {
            border-radius: 14px;
            box-shadow: 0 5px 30px 0 #99999933;
            padding: 30px 40px;
        }
        .user-card-line{
            gap: 16px;
            ._item{
                width: calc((100% - 32px) / 3);
                .img-hover-scale{
                    margin-bottom: 10px;
                }
                ._name{
                    padding-top: 10px;
                    font-size: 14px;
                }
                ._t1{
                    font-size: 12px;
                    margin-bottom: 10px;
                    line-height: 16px;
                }
                ._t2{
                    font-size: 12px;
                    line-height: 16px;
                }
            }
        }
        .detail-card .top1 .main-img {
            width: 100px;
            flex-shrink: 0;
            object-fit: contain;
            border-radius: 10px;
            margin-right: 20px;
            margin-bottom: 20px;
            height: fit-content;
        }

        .detail-card-desc .name {
            font-weight: 500;
            font-size: 32px;
            line-height: 42px;
            color: #000000;
            margin-bottom: 8px;
        }

        .detail-card-desc .tags {
            display: flex;
            flex-wrap: wrap;
            grid-gap: 8px;
        }

        .detail-card-desc .tags div {
            padding: 4px 12px;
            background: var(--color-bg);
            border-radius: 4px;
            color: var(--color-primary);
            font-size: 14px;
            line-height: normal;
        }

        .detail-card-desc .info {
            padding: 14px 0;
            font-size: 16px;
            line-height: 24px;
            color: #666666;
        }

        .detail-card-desc .info div {
            margin: 3px 0;
        }

        .detail-card-desc .info i {
            font-size: 18px;
            margin-right: 4px;
        }

        .detail-card-desc .detail {
            font-size: 18px;
            line-height: 34px;
            color: #000;
            max-height: 200px;
            overflow-y: auto;

        }

        .detail-card-desc .detail * {
            max-width: 100%;
        }

        .detail-card .top2 {
            margin-top: 20px;
        }
        .detail-card .page-btn {
            padding: 10px 36px;
            background: var(--color-primary);
            border: 1px solid var(--color-primary);
            width: auto;
            cursor: pointer;
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            transition: all .3s;
            line-height: 22px;
            white-space: nowrap;
        }

        .detail-card .top2 .options {
            font-size: 16px;
            color: #333333;
            line-height: 24px;
            grid-gap: 30px;

        }

        .detail-card .top2 .options div {
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .detail-card .top2 .options i {
            font-size: 24px;
            margin-right: 10px;
        }

        .detail-card .top2 .options i.el-icon-aixin_shixin {
            color: var(--color-primary);
        }

        .about {
            margin-top: 40px;
        }

        .about-title {
            color: #000;
            margin-bottom: 20px;
            font-weight: 500;
            font-size: 24px;
            line-height: 32px;
        }

        .about-line {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 16px;
        }

        .about-item {
            border-radius: 14px;
            overflow: hidden;
            background: #F5F5F5;
            text-decoration: none;
        }

        .about-item .main-img {
            aspect-ratio: 212 / 119;
            overflow: hidden;
        }

        .about-item .main-img img {
            width: 100%;
            height: 100%;
            transition: all .3s;
            object-fit: cover;
        }

        .about-item:hover .main-img img {
            transform: scale(1.1);
        }

        .about-item .info {
            padding: 18px;
        }
        .about-item .tags {
            display: flex;
            flex-wrap: wrap;
            grid-gap: 8px;
            margin-bottom:4px;
        }

        .about-item .tags div {
            padding: 2px 8px;
            background: var(--color-bg);
            border-radius: 2px;
            color: var(--color-primary);
            font-size: 10px;
            line-height: normal;
        }
        .about-item .info .name {
            font-size: 18px;
            line-height: 26px;
            color: #333;
        }

        .about-item .info .time {
            color: #999;
            font-size: 14px;
            line-height: 24px;
        }

        .about-item .info .btn {
            display: flex;
            align-items: center;
            margin-top: 20px;
            font-size: 12px;
            padding: 0;
            line-height: 18px;
            color: #fff;
            background: var(--color-primary);
            border-color: var(--color-primary);
        }

        .about-item .info .btn i {
            font-size: 12px;
            margin-left: 4px;
        }
    }
    ._right{
        width: 50%;
        flex-shrink: 0;
        * {
            max-width: 100%;
        }
        p{
            min-height: 20px;
        }
        .content {
            width: 100%;
            border-radius: 14px;
            overflow: hidden;
            flex-shrink: 0;
            line-height: 34px;
        }
    }
}
.share-qr {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1;
    justify-content: center;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.share-qr .text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.wechat-close {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #fff;
    z-index: 13;
    cursor: pointer;
    opacity: 1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
@media (max-width:1200px){
    .forum-detail{
        gap: 50px;
    }
}
@media (max-width: 992px) {
    .forum-line1{
        display: none;
    }
    .forum-line2{
        width: 100%;
        padding: 0 30px;
        bottom: 0;
        gap: 0;
        left: 0;
        ._t1{
            font-size: 60px;
            line-height: 57px;
            letter-spacing: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin: 0 10px 4px -23px;
            span{
                font-size: 10px;
                line-height: 16px;
                margin-left: 6px;
            }
        }
        ._t2{
            font-size: 10px;
            white-space: nowrap;
        }
        ._t4{
            font-size: 13px;
            line-height: 18px;
        }
    }
    .forum-list-filter{
        .list-filter-item{
            height: 36px;
            flex: 1;
        }
        ._line1{
            flex-direction: column;
            ._left{
                justify-content: space-between;
            }
            ._right{
                flex-direction: row-reverse;
                ._cont1{
                    border-color: #F9F9F9;
                    background: #F9F9F9;
                    width: 61px;
                }
                ._cont2{
                    border-color: #F9F9F9;
                    background: #F9F9F9;
                    flex: 1;
                    ._val{
                        width: 100%;
                        .el-icon-Vector{
                            font-size: 14px;
                            margin-right: 10px;
                            color: #99A1AF;
                        }
                    }
                    input{
                        display: block;
                        background: none;
                    }
                }

            }
        }
    }
    .forum-list{
        ._code{
            font-size: 11px;
            line-height: 15px;
            padding: 4px 6px;
        }
    }

    .forum-list._line {
        ._item{
            flex-direction: column;
            padding: 0 0 54px;
            gap: 0;
            ._time{
                padding: 0 0 10px;
                border-right: none;
                border-bottom: 1px solid #F3F4F6;
                position: absolute;
                bottom: 0;
                flex-direction: row;
                ._t1{
                    font-size: 32px;
                    line-height: 32px;
                }
                ._t2{
                    font-size: 10px;
                    font-weight: normal;
                    margin: 0 8px 6px;
                }
            }
            ._main-img{
                width: 100%;
                height: auto;
                aspect-ratio: 362 / 200;
                margin-bottom: 12px;
            }
            ._name{
                padding: 0;
                margin: 11px 0 10px;
                font-size: 16px;
                font-weight: normal;
                line-height: 26px;
            }
            ._addr{
                font-size: 10px;
                margin-bottom: 10px;
                line-height: 18px;
                .el-iconfont{
                    font-size: 15px;
                }
            }
            ._desc{
                font-size: 13px;
                margin-bottom: 12px;
            }
            ._link{
                bottom: 18px;
                right:0;
                font-size: 10px;
                font-weight: normal;
            }
        }
    }
    .forum-list._card{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 32px;
        margin-top: 24px;
        ._item{
            ._main-img{
                margin-bottom: 16px;
            }
            ._code{
                margin-bottom: 6px;
            }
            ._name{
                font-size: 16px;
                line-height: 26px;
                height: unset;
                font-weight: normal;
            }
            ._info{
                padding-top: 8px;
                gap: 5px;
                font-size: 12px;
            }
        }
    }
    .forum-detail{
        flex-direction: column;
        gap: 20px;
        ._left{
            position: relative;
            top: 0;
            width: 100%;
            .detail-card{
                padding:20px;
            }
            .detail-card .top1 {
                flex-direction: column;
            }
            .detail-card .top1 .main-img {
                width: 100%;
                margin-right: 0;
            }
            .detail-card .top2 .options{
                white-space: nowrap;
                grid-gap: 10px;
                font-size: 14px;
            }
            .about-line {
                grid-template-columns: repeat(1, 1fr);
            }
            .user-card-line {
                ._item {
                    width: 100%;
                }
            }
        }
        ._right{
            width: 100%;
        }
    }
}
