:root {
    --bg: #0B0B0B;
    --panel: #282828;
    --text: #282828;
    --muted: rgba(255, 255, 255, 0.72);
    --gold: #d7ab7a;
    --gold-1: #f4c99a;
    --gold-2: #ad814e;
    --card: rgba(255, 255, 255, 0.04);
    --card-border: rgba(255, 255, 255, 0.06);
    --shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
    --FFD733: #FFD733;
    --B3B3B3: #B3B3B3;
    --FFD733: #FFD733;
    --282828: #282828;
    --FFFFFF: #FFFFFF;
    --E1E1E1: #E1E1E1;
    --12141D: #12141D;
    --C4C4C4: #C4C4C4;
    --282828: #282828;
    --333333: #333333;
    --777777: #777777;
    --16133E: #16133E;
    --0A0A0A: #0A0A0A;
    --162336: #162336;
    --717D8F: #717D8F;
    --171411: #171411;
    --C7C7C7: #C7C7C7;
    --E7ECF2: #E7ECF2;
    --020202: #020202;
    --000000: #000000;
    --111827: #111827;
    --998675: #998675;
    --E1E1E1: #E1E1E1;
    --D6AA79: #D6AA79;
    --AE804E: #AE804E;
    --0B0B0B: #0B0B0B;
    --707070: #707070;
    --edf2fa: #edf2fa;
}

.award-page {
    background: var(--bg);
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}


header .swHeader {
    padding-bottom: .4rem;
}

header .swHeader .swiper-pagination {
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

header .swHeader .swiper-pagination-bullet {
    background-color: var(--FFD733);
    width: 0.08rem;
    height: 0.08rem;
}



/**
sec2
*/
.jury {
    border: 0.01rem solid rgba(255, 255, 255, .6);
    border-radius: .32rem;
    background: url(../images/mosha.png) no-repeat center;
    background-size: cover;
    /* margin-top: -8em; */
}

.ju-title {
    display: flex;
    justify-content: center;
}

.ju-title h3 span {
    font-size: .18rem;
    padding: .08rem .4rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(38.95deg, #282828 28.26%, #A5651D 102.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.rounded-tab {
    --r: .2rem;
    line-height: 1.8;
    padding-inline: .16rem;
    border-inline: var(--r) solid var(--D6AA79);
    border-radius: 0 0 calc(2*var(--r)) calc(2*var(--r)) / var(--r);
    mask:
        radial-gradient(var(--r) at var(--r) 100%, #0000 98%, #000 101%) calc(-1*var(--r)) 0 / 100% var(--r) repeat-x,
        conic-gradient(#000 0 0) padding-box;
    background: var(--D6AA79) border-box;
    width: fit-content;
    display: flex;
}

.ju-text {
    font-size: .26rem;
    padding: .32rem .8rem .2rem;
}

.ju-text h4 {
    font-size: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 .16rem;
}

.ju-text h4 span {
    position: relative;
    background: linear-gradient(266.57deg, #F4C999 20.85%, #AD814E 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ju-text h4 span::before {
    content: '';
    position: absolute;
    width: .3rem;
    height: .48rem;
    background: url(../images/left.png) no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: -0.3rem;
}

.ju-text h4 span::after {
    content: '';
    position: absolute;
    width: .3rem;
    height: .48rem;
    background: url(../images/right.png) no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.ju-text p {
    margin-bottom: .12rem;
    color: var(--white);
    font-size: 0.14rem;
}



/*  */
.title {
    color: var(--FFFFFF);
    text-align: center;
    padding-bottom: .48rem;
    text-transform: uppercase;
}

.title h2 {
    font-size: .32rem;
    font-weight: 300;
    opacity: .5;
}

.title h2 span {
    position: relative;
    padding: 0 .5em;
}

.title h2 span::before {
    content: '';
    position: absolute;
    left: -4em;
    top: .6em;
    width: 4em;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.title h2 span::after {
    content: '';
    position: absolute;
    right: -4em;
    top: .6em;
    width: 4em;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.gradient-text {
    background: linear-gradient(266.57deg, #F4C999 20.85%, #AD814E 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gradient-bg {
    background: linear-gradient(266.57deg, #F4C999 20.85%, #AD814E 99.12%);
}

/*  */
.sec6,
.sec7,
.sec8,
.sec9,
.sec10 {
    margin-top: .88rem;
}

.c6_sum {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: .42rem;
}

.c6_sum li {
    height: auto;
    display: flex;
    flex-direction: column;
}

.c6_sum li:nth-child(3n) {
    margin-right: 0;
}

.c6_sum li:nth-child(n+3) {
    margin-bottom: 0;
}

.c6_icons {
    width: .32rem;
    height: .32rem;
}

.c6_icons img {
    width: 100%;
    height: auto;
}

.c6_sum li h4 {
    font-size: .18rem;
    padding: .16rem 0 .08rem;
    color: #D7AB7A;
}

.c6_sum li p {
    font-size: .14rem;
    color: var(--FFFFFF);
    opacity: .5;
}

.c6_sum li span {
    font-size: .7em;
    color: var(--777777);
    display: inline-block;
}


/*  */
.c7_sum {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
}

.c7_sum li {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    filter: grayscale(100%);
    pointer-events: none;
    position: relative;
}

.c7_sum li::after {
    content: '';
    width: .16rem;
    height: .25rem;
    background: url(../images/lt.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -.05rem;
    top: 50%;
    transform: translateY(-50%);
}

.c7_sum li:nth-child(5):after {
    display: none;
}

.c7_sum li h4 {
    font-size: .18rem;
    padding: .16rem 0 .08rem;
}

.c7_sum li p {
    font-size: .14rem;
    font-weight: 400;
}

.c7_sum li a {
    font-size: .14rem;
    color: var(--282828);
    display: inline-block;
    padding: .08rem .4rem;
    border-radius: 5rem;
    font-weight: 600;
}

.c7_sum li .gradient-tips {
    font-size: .13rem;
    color: red;
    position: absolute;
    top: calc(100% + 1em);
}

.c7_sum li.active {
    filter: grayscale(0%);
    pointer-events: all;
}

/* 2025-06-19 add */
.c7_content .time {
    font-size: .13rem;
    color: var(--FFFFFF);
    opacity: .5;
    padding: .24rem .16rem;
    text-align: right;
}

/*  */

/* ------ */
/*  */
.c8_sum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: .24rem;
}

.c8_sum li {
    padding: .32rem 0 .4rem 0;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 228, 204, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: .2rem;
    align-items: center;
    gap: 0.2rem;
}

.c8_l {
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.c8_l img {
    width: 100%;
    height: auto;
}

.c8_r {
    width: 76%;
}

.c8_sum li h4 {
    font-size: .22rem;
    padding-bottom: .16rem;
}

.c8_sum li p {
    font-size: .14rem;
    font-weight: 400;
    color: var(--FFFFFF);
    padding: 0 0 .06rem .1rem;
    position: relative;
}

.c8_sum li p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: .03rem;
    height: .03rem;
    background-color: var(--FFFFFF);
    border-radius: 50%;
}

/* add */
.c8_swiper {
    padding-top: .88rem;
    position: relative;
}

.c8_swiper h3 {
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: .16rem;
    margin-bottom: .48rem;
}

.c8_swiper h3::before {
    content: '';
    position: absolute;
    left: calc(50% - 1em);
    bottom: 0;
    height: .04rem;
    width: .72rem;
    background-image: linear-gradient(230deg, #D7AB7A, #F4C999);
    border-radius: 99rem;
}

.swiperwapca {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: .32rem;
    column-gap: .24rem;
}

.s_item {
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
}

.s_content {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.s_content .s_pic {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.s_content .s_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s_content .s_text {
    background: linear-gradient(90.38deg, #D6AA79 0.96%, #AE804E 104.69%);
    padding: .24rem 0;
    flex: 1;
}

.s_content .s_text p {
    font-weight: bold;
    background: linear-gradient(38.95deg, #282828 28.26%, #A5651D 102.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: .18rem;
    line-height: 120%;
}

.s_content .s_text span {
    font-size: .14rem;
    padding-top: .08rem;
    color: #0B0B0B;
}

.s_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: .32rem .16rem .24rem;
    z-index: 3;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(.16rem);
    transition: opacity 0.3s;
    border: rgba(255, 255, 255, .2) .02rem solid;
    border-radius: .2rem;
    box-sizing: border-box;
    transition: top 0.5s, opacity 0.8s;
    opacity: 0;
    top: 100%;
    /* top: 0%;
    opacity: 1; */
}

.s_item:hover .s_hover {
    top: 0%;
    opacity: 1;
    transition: top 0.5s, opacity 0.8s;
    display: block;
}

.s_hover .s_h_pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_hover .s_h_pic img {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
}

.profile-img {
    border-radius: 50%;
    border: .02rem solid #007bff;
    object-fit: cover;
}

.company-logo {
    border-radius: 50%;
    object-fit: cover;
}

.s_h_text {
    text-align: center;
}

.s_h_text h4 {
    font-size: .16rem;
    font-weight: bold;
    padding: .12rem 0 .04rem;
}

.s_h_text p {
    font-weight: 400;
    font-size: .13rem;
    line-height: 120%;
}

.s_h_text .s_h_des {
    font-size: .13rem;
    max-height: 1.8rem;
    overflow: auto;
    padding: 0 .16rem 0;
    text-align: left;
    color: #FFFFFF;
    margin-top: 0.12rem;
    opacity: .4;
}


/*  */
.sec9 {
    font-weight: 400;
    background-size: contain;
}

.bar_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.c9_bar p {
    font-weight: 700;
    font-size: .18rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.c9_bar p.active_bar {
    font-weight: bold;
    position: relative;
    padding-bottom: .6em;
}

.c9_bar p.active_bar::after {
    width: .64rem;
    height: .03rem;
    border-radius: 99rem;
    content: '';
    background-color: var(--D6AA79);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.c9_sum {
    margin-top: 0.42rem;
}

.c9_sum li {
    display: flex;
    align-items: center;
}

.c9_l {
    display: flex;
    flex-direction: column;
    width: 2.38rem;
    height: 3.54rem;
}

.c9_r {
    padding-left: .4rem;
    flex: 1;
}

.c9_r h4 {
    font-size: .26rem;
    padding-bottom: .24rem;
    text-transform: uppercase;
    background: linear-gradient(266.57deg, #F4C999 20.85%, #AD814E 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.a2a {
    display: flex;
    padding-bottom: .24rem;
}

.a1,
.a2 {
    font-size: .15rem;
    text-transform: uppercase;
    display: flex;
}

.a2a .a1 {
    color: rgba(255, 255, 255, .5);
}

.a2a1 .a2 {
    font-weight: 900;
    font-size: .4rem;
    line-height: 1;
    padding-left: .24rem;
    background: linear-gradient(266.57deg, #F4C999 20.85%, #AD814E 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.a2a2 .a2 {
    display: flex;
    flex-direction: column;
    gap: .06rem;
}

.a2a2 .a2 p {
    position: relative;
    padding-left: .24rem;
    color: #FFFFFF;
    font-weight: 400;
    font-size: .14rem;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.a2a2 .a2 p::before {
    content: '';
    width: .03rem;
    height: .03rem;
    background-color: var(--FFFFFF);
    border-radius: 50%;
    position: absolute;
    top: .1rem;
    left: .1rem;
}

.c9_2a {
    display: flex;
    flex-direction: column;
}

.c9_2a a {
    font-weight: 400;
    font-size: .14rem;
    line-height: 120%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #FFFFFF;
    opacity: .4;
}

.c9_tips {
    font-size: .13rem;
    color: var(--FFFFFF);
    opacity: .5;
    text-align: right;
}

/*  */
.sec10 h5 {
    font-size: 0.14rem;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: .16rem;
}

.sec10 .c10_content {
    margin-top: .4rem;
}

.c10_sum {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.1rem;
}

.c10_sum li {
    border-radius: .12rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: auto;
    height: .74rem;
    padding: 0.08rem;
}

.c10_sum li:nth-child(7n) {
    margin-right: 0;
}

.c10_sum li a {
    display: flex;
}

.c10_sum li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.sec10 .logo {
    height: 36px;
    width: auto;
    display: flex;
    align-items: center;
}

.s_hover_2 {
    display: none;
}

@media (max-width: 799px) {

    /*  */
    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10 {
        margin-top: .22rem;
    }

    .s_hover_1 {
        display: none !important;
    }

    .ju-title h3 span {
        font-size: 0.13rem;
        padding: .08rem 0;
    }

    .rounded-tab {
        --r: .15rem;
        padding-inline: .1rem;
    }

    .ju-text {
        font-size: .18rem;
        padding: .4rem .24rem .2rem;
    }

    .ju-text h4 {
        font-size: .18rem;
        padding: 0 .24rem;
        margin-bottom: 0.24rem;
    }

    .ju-text h4 span {
        text-align: center;
        line-height: 1;
    }

    .ju-text h4 span::after {
        right: -.3rem;
    }

    .title {
        padding-bottom: 0.24rem;
    }

    .title h2 {
        font-size: .2rem;
    }

    .c6_sum {
        grid-template-columns: repeat(2, 1fr);
        gap: .24rem;
    }

    .c6_sum li {
        align-items: anchor-center;
        text-align: center;
        border: .01rem solid #FFFFFF66;
        border-radius: .2rem;
        padding: 0.2rem .06rem;
    }

    .c6_sum li h4 {
        font-size: .14rem;
        padding: .08rem 0 .04rem;
    }

    .c6_sum li p {
        font-size: .1rem;
    }

    .c7_sum {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .c7_sum li {
        width: 1.8rem;
    }

    .c7_sum li p {
        font-size: .1rem;
    }

    .c7_sum li h4 {
        font-size: .12rem;
        padding: .08rem 0;
        line-height: 1;
    }

    .c7_sum li a {
        font-size: .1rem;
        padding: .04rem .2rem;
    }

    .c7_sum li::after {
        width: .08rem;
        height: .12.5rem;
    }

    .c7_content .time {
        font-size: .09rem;
        padding: .12rem .08rem;
    }

    .c8_sum {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: .24rem;
    }

    .c8_sum li {
        flex-direction: column;
        padding-top: 0.5rem;
    }

    .c8_l {
        position: absolute;
        top: 0.16rem;
        right: 0.08rem;
    }

    .c8_swiper {
        padding-top: 0.49rem;
    }

    .c8_swiper h3 {
        font-size: .24rem;
        padding-bottom: .12rem;
        margin-bottom: .24rem;
    }

    .c8_swiper h3::before {
        height: .03rem;
        width: .4rem;
    }

    .swiperwapca {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: .16rem;
        column-gap: .12rem;
    }

    .s_item {
        border-radius: .1rem;
    }

    .s_content .s_text {
        padding: .12rem 0;
    }

    .s_content .s_text p {
        font-size: 0.14rem;
    }

    .s_content .s_text span {
        font-size: .1rem;
        padding-top: .04rem;
    }

    .bar_content {
        gap: .24rem;
    }

    .sec9 {
        font-weight: 400;
        background: url(../images/bg1.png) no-repeat left bottom;
        background-size: contain;
    }

    .c9_bar {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .c9_bar p {
        font-size: .14rem;
        text-wrap-mode: nowrap;
    }

    .c9_sum li {
        position: relative;
    }

    .c9_l {
        position: absolute;
        width: 1.2rem;
        height: auto;
        right: 0;
        bottom: 0;
    }

    .c9_r {
        padding: 0;
        padding-bottom: 1rem;
    }

    .c9_r h4::before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - .12rem);
        transform: translateY(-50%);
        width: 1.5em;
        height: 3em;
        background: url(../images/dleft.png) no-repeat center;
        background-size: contain;
    }

    .c9_r h4::after {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - .12rem);
        transform: translateY(-50%);
        width: 1.5em;
        height: 3em;
        background: url(../images/dright.png) no-repeat center;
        background-size: contain;
    }

    .c9_r h4 {
        font-size: 0.18rem;
        text-align: center;
        position: relative;
    }


    /* sec10 logo */
    .sec10 .logo {
        height: auto;
        flex-direction: column;
        gap: .08rem;
    }

    .sec10 .logo a {
        height: .32rem;
    }

    .sec10 .logo a img {
        height: 100%;
        width: auto;
    }

    .sec10 .logo .line {
        width: 50%;
        height: 1px;
        margin: 0;
    }

    .sec10 h5 {
        text-align: center;
    }

    .c10_sum {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.1rem;
    }

    .c10_sum li {
        height: .52rem;
        border-radius: .06rem;
    }

    .s_hover {
        width: 80%;
        height: 60%;
        position: fixed;
        top: 50%;
        left: 10%;
        z-index: 11;
        transform: translateY(-50%);
    }

    .s_hover .close {
        display: flex;
    }

    .s_hover .close,
    .s_hover .close svg {
        width: 0.4rem;
        height: 0.4rem;
    }
}