:root {
    --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;
}

body {
    background: var(--0B0B0B);
    color: var(--282828);
    line-height: 1.4;
}

#app {
    margin: 0 auto;
    overflow: hidden;
}

.gradient-text {
    background-image: linear-gradient(230deg, #D7AB7A, #F4C999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gradient-bg {
    background-image: linear-gradient(230deg, #D7AB7A, #F4C999);
}

.page {
    height: 100%;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.page-bg {
    background-color: transparent;
}

.fontSize {
    font-size: 18px;
}

header {
    position: relative;
    background-color: var(--140b06);
    width: 100%;
    height: 100vh;
    max-height: 1500px;
    display: flex;
    position: relative;
}

header .hd_before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.hd_before img {
    width: 100%;
    height: auto;
}


.hr_l {
    height: 100%;
    display: flex;
    align-items: center;
}

.hr_l_ct {
    width: 55%;
    padding-bottom: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hr_l_ct h1 {
    color: var(--FFFFFF);
    font-size: 2.8em;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Reem Kufi Fun", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.hr_l_ct h1 p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr_l_ct h1 p:nth-child(1) {
    font-size: 1.2em;
}

.hr_l_ct h1 p img {
    width: 1em;
    height: 1em;
}

.r_l_t {
    width: 60%;
    text-align: center;
    color: var(--FFFFFF);
    margin-top: 1em;
    font-size: 1.4em;
    text-transform: uppercase;
}

.jury {
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 1em;
    background: url(../images/mosha.png) no-repeat center;
    background-size: cover;
    margin-top: -8em;
}

.ju-title {
    display: flex;
    justify-content: center;
}

.ju-title h3 {
    color: var(--282828);
    font-size: 1.2em;
    padding: .4em 1em;
    font-weight: bold;
}

.rounded-tab {
    --r: 1.5em;
    /* control the radius */
    line-height: 1.8;
    /* control the height */
    padding-inline: .5em;
    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;

}

.ju-text {
    font-size: 1em;
    padding: 2em;
}

.ju-text h4 {
    font-size: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 1em;
}

.ju-text h4 span {
    position: relative;
}

.ju-text h4 span::before {
    content: '';
    position: absolute;
    left: -1.5em;
    bottom: 0;
    width: 1.2em;
    height: 1.5em;
    background: url(../images/left.png) no-repeat center;
    background-size: contain;
}

.ju-text h4 span::after {
    content: '';
    position: absolute;
    right: -1.5em;
    bottom: 0;
    width: 1.2em;
    height: 1.5em;
    background: url(../images/right.png) no-repeat center;
    background-size: contain;
}

.ju-text p {
    margin-bottom: 1.2em;
    color: var(--white);
}

/*  */
.title {
    font-size: 2em;
    color: var(--FFFFFF);
    text-align: center;
    padding-bottom: 1.56em;
    text-transform: uppercase;
}

.title h2 {
    font-size: 1em;
    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));
}


.sec6 {
    margin-top: 6.6em;
}

.c6_sum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c6_sum li {
    width: 33%;
    padding: 0 5%;
    height: auto;
    margin-bottom: 3em;
}

.c6_sum li:nth-child(3n) {
    margin-right: 0;
}

.c6_sum li:nth-child(n+3) {
    margin-bottom: 0;
}

.c6_icons {
    width: 3em;
    height: 3em;
}

.c6_icons img {
    width: 100%;
    height: auto;
}

.c6_sum li h4 {
    font-size: 1em;
    padding: 1.6em 0 .8em;
}

.c6_sum li p {
    font-size: .9em;
    color: var(--FFFFFF);
}

.c6_sum li span {
    font-size: .7em;
    color: var(--777777);
    display: inline-block;
}

/*  */
.sec7 {
    margin-top: 6.6em;
}

.c7_sum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c7_sum li {
    width: 24%;
    padding: 0 1%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    filter: grayscale(100%);
    pointer-events: none;
}

.c7_sum li::after {
    content: '';
    width: 1em;
    height: 3em;
    background: url(../images/lt.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c7_sum li:nth-child(4):after {
    display: none;
}

.c7_sum li h4 {
    font-size: 1em;
    padding: 1em 0 1em;
}

.c7_sum li p {
    font-size: .9em;
    font-weight: 400;
}

.c7_sum li a {
    font-size: .9em;
    color: var(--282828);
    display: inline-block;
    padding: .4em 1.5em;
    border-radius: 1em;
    font-weight: 600;
}

.c7_sum li.active {
    filter: grayscale(0%);
    pointer-events: all;
}

/* 2025-06-19 add */
.c7_content .time {
    font-size: .7em;
    color: var(--FFFFFF);
    opacity: .5;
    padding: 3em 2em;
    text-align: right;
}

/* ------ */
/*  */
.sec8 {
    margin-top: 6.6em;
}

.c8_sum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c8_sum li {
    width: 48%;
    padding: 1em 1em 1em 0;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.c8_l {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.c8_l img {
    width: 3em;
    height: auto;
}

.c8_r {
    width: 76%;
}

.c8_sum li h4 {
    font-size: 1.2em;
    padding-bottom: .3em;
}

.c8_sum li p {
    font-size: .9em;
    font-weight: 400;
    color: var(--FFFFFF);
    padding: 0 0 .2em 1em;
    position: relative;
}

/*  */
html[dir="rtl"] .c8_sum li p {
    padding: 0 1em .2em 0;
}

.c8_sum li p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .2em;
    height: .3em;
    background-color: var(--FFFFFF);
    border-radius: 50%;
}

html[dir="rtl"] .c8_sum li p::before {
    left: 0;
    right: 0;
}

.c8_li {
    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: 1em;
}

.c8_bottom {
    margin-top: 2em;
    padding: 3em;
    text-align: center;
}

.c8_bottom h4 {
    font-size: 1em;
}

.c8_bottom p {
    font-size: .9em;
    color: var(--FFFFFF);
    opacity: .6;
}

/* add */
.c8_swiper {
    padding-top: 3em;
    position: relative;
}

.c8_swiper h3 {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 2em;
}

.c8_swiper h3::before {
    content: '';
    position: absolute;
    left: calc(50% - 1em);
    bottom: 0;
    height: .1em;
    width: 2em;
    background-image: linear-gradient(230deg, #D7AB7A, #F4C999);
    border-radius: 1em;
}

.swiperwapca {
    display: flex;
    flex-wrap: wrap;
}

.s_item {
    width: calc(20% - .4em);
    height: 20em;
    border-radius: 1em;
    margin: 0 .5em .8em 0;
    overflow: hidden;
    position: relative;
}

.s_item:nth-child(5n) {
    margin: 0 0 .8em 0;
}

html[dir="rtl"] .s_item {
    margin: 0 0 .8em .5em;
}

html[dir="rtl"] .s_item:nth-child(5n) {
    margin: 0 0 .8em 0;
}

.s_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s_content {
    width: 100%;
    height: 100%;
    position: relative;
}

.s_content .s_pic {
    display: flex;
    height: 80%;
}

.s_content .s_text {
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: .8em;
    color: var(--282828);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.s_content .s_text p {
    font-weight: bold;
}

.s_content .s_text span {
    font-size: .9em;
    padding-top: .2em;
}

.s_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 2em .5em 1em;
    z-index: 3;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(.5em);
    transition: opacity 0.3s;
    border: rgba(255, 255, 255, .2) 2px solid;
    border-radius: 1em;
    box-sizing: border-box;
    transition: top 0.5s, opacity 0.8s;
    opacity: 0;
}

.s_item:hover .s_hover {
    top: 0%;
    opacity: 1;
    transition: top 0.5s, opacity 0.8s;
}

.s_hover .s_h_pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_hover .s_h_pic img {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
}

.profile-img {
    border-radius: 50%;
    border: 2px solid #007bff;
    object-fit: cover;
}

.company-logo {
    border-radius: 50%;
    object-fit: cover;
}

.toright {
    transform: translateX(.5em);
}

.toleft {
    transform: translateX(-.5em);
}

html[dir="rtl"] .toleft {
    transform: translateX(.5em);
}

html[dir="rtl"] .toright {
    transform: translateX(-.5em);
}

.s_h_text {
    text-align: center;
    padding-top: 1em;
}

.s_h_text p {
    font-weight: 400;
    font-size: .8em;
}

.s_h_des {
    color: var(--FFFFFF);
    max-height: 9em;
    margin-top: 1em;
    overflow: auto;
    padding: 0 .5em;
    text-align: left;
    font-size: .8em;
}

/* Swiper按钮样式 - 修改箭头颜色 */
.c8_swiper .swiper-button-next,
.c8_swiper .swiper-button-prev {
    width: 3em;
    height: 3em;
    background-color: var(--FFFFFF);
    border-radius: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: calc(50% + 4em);
    z-index: 10;
    color: var(--282828);
    opacity: .5;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2em;
    font-weight: 700;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -1em;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -1em;
    right: auto;
}

.c8_swiper .swiper-button-next:hover,
.c8_swiper .swiper-button-prev:hover {
    opacity: 1;
}

.c8_swiper .swiper-button-next:disabled,
.c8_swiper .swiper-button-prev:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.s_hover_2 {
    display: none;
}

/* ！add end ！ */
/*  */
.sec9 {
    margin-top: 6.6em;
    font-weight: 400;
    background: url(../images/bg1.png) no-repeat left bottom;
    background-size: contain;
}

.bar_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.c9_bar p {
    width: 25%;
    font-size: 1.1em;
    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: 2em;
    height: .2em;
    border-radius: 1em;
    content: '';
    background-color: var(--D6AA79);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.c9_sum {
    padding: 4em 5em 0;
}

.c9_sum li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c9_l {
    display: flex;
    flex-direction: column;
    width: 22%;
}

.c9_l p {
    text-transform: uppercase;
    position: relative;
    padding-top: 1em;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
}

.c9_l p::before {
    content: '';
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 3.5em;
    background: url(../images/dleft.png) no-repeat center;
    background-size: contain;
}

.c9_l p::after {
    content: '';
    position: absolute;
    right: -1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 3.5em;
    background: url(../images/dright.png) no-repeat center;
    background-size: contain;
}

.c9_r {
    width: 70%;
    padding-left: 2em;
}

.c9_r h4 {
    font-size: 1.5em;
    padding-bottom: 1em;
    text-transform: uppercase;
}

.a2a {
    display: flex;
    padding-bottom: 1em;
}

.a1,
.a2 {
    font-size: .9em;
    text-transform: uppercase;
    display: flex;
}

.a2a .a1 {
    color: rgba(255, 255, 255, .5);
}

.a2a1 .a2 {
    font-weight: 900;
    font-size: 2em;
    line-height: 1;
    padding-left: .5em;
}

/*  */
html[dir="rtl"] .a2a1 .a2 {
    padding-left: 0;
    padding-right: .5em;
}

.a2a2 .a2 {
    font-size: 1em;
    color: var(--FFFFFF);
    display: flex;
    flex-direction: column;
}

.a2a2 .a2 p {
    position: relative;
    padding-left: 1.5em;
}

.a2a2 .a2 p::before {
    content: '';
    width: .2em;
    height: .2em;
    background-color: var(--FFFFFF);
    border-radius: 50%;
    position: absolute;
    top: .5em;
    left: .5em;
}

/*  */
html[dir="rtl"] .a2a2 .a2 p {
    padding-left: 0;
    padding-right: 1.5em;
}

html[dir="rtl"] .a2a2 .a2 p::before {
    left: auto;
    right: .5em;
}

.c9_2a a {
    display: flex;
    color: rgba(255, 255, 255, .6);
}

.c9_2a a.view {
    text-decoration: underline;
}

.c9_2a a.now {
    font-size: 1.2em;
    border-radius: 2em;
    color: var(--282828);
    display: inline-block;
    justify-content: flex-start;
    font-weight: 700;
    padding: .2em 1.5em;
    margin-top: 2em;
}

/* 2025-06-19 add */
.c9_tips {
    font-size: .8em;
    color: var(--FFFFFF);
    opacity: .5;
    padding: 1em 2em 0 0;
    text-align: right;
}

@media (max-width: 799px) {
    .c9_tips {
        padding: 1em 0 0 0;
    }
}

/* ---- */
/*  */
.sec10 {
    margin-top: 6.6em;
}

.c10_sum {
    display: flex;
    flex-wrap: wrap;
}

.c10_sum li {
    width: calc(14.2857% - 0.72em);
    height: auto;
    margin-right: 0.84em;
    margin-bottom: 1em;
    border-radius: .5em;
    overflow: hidden;
    box-sizing: border-box;
}

.c10_sum li:nth-child(7n) {
    margin-right: 0;
}

.c10_sum li a {
    display: flex;
}

.c10_sum li a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*  */
footer {
    background-color: var(--FFD733);
    margin-top: 6em;
}

.ft_content {
    padding: 2em 0 2em 0;
    display: flex;
    justify-content: center;
}

.ft_content p {
    font-size: 1.1em;
}

.ft_l {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft_l p {
    text-align: center;
    font-weight: 500;
}

.ft_logo {
    width: 12em;
}

.ft_logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 1920px) {
    header {
        height: 1000px;
    }
}

@media (max-width: 1650px) {
    .jury {
        margin-top: -5em;
    }

}

@media(max-width: 1450px) {
    .page {
        width: 1190px;
    }

    .fontSize {
        font-size: 17px;
    }

    .mr_txt h6 {
        font-size: 1em;
    }

    .title {
        font-size: 40px;
    }

    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 6em;
    }

    /* add */
    .hr_l_ct h1 {
        font-size: 2.7em;
    }
}

@media(max-width: 1280px) {
    .page {
        width: 100%;
        padding: 0 5%;
    }

    .fontSize {
        font-size: 16px;
    }

    header {
        height: 700px;
    }

    .title {
        font-size: 36px;
    }

    .hr_l_ct h1 {
        font-size: 38px;
    }

    .r_btn a {
        padding: .3em 1.5em;
    }

    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 5em;
    }

    /* add */
    .r_l_t {
        width: 80%;
    }
}

@media(max-width: 1099px) {

    header {
        height: 600px;
    }

    .fontSize {
        font-size: 14px;
    }

    .title {
        font-size: 28px;
    }

    .hr_l_ct h1 {
        font-size: 32px;
    }

    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 4em;
    }

    .c6_icons {
        width: 4em;
        height: 4em;
    }

    .c6_sum li h4 {
        font-size: 1.2em;
        padding: 1.3em 0 .5em;
    }

    .c3_btn {
        margin-top: 4em;
    }

    .s_item {
        width: calc(25% - .45em);
        margin: 0 .6em .8em 0;
    }

    .s_item:nth-child(5n) {
        margin: 0 .6em .8em 0;
    }

    .s_item:nth-child(4n) {
        margin: 0 0 .8em 0;
    }

    html[dir="rtl"] .s_item {
        margin: 0 0 .8em .6em;
    }

    html[dir="rtl"] .s_item:nth-child(5n) {
        margin: 0 0 .8em .6em;
    }
    html[dir="rtl"] .s_item:nth-child(4n) {
        margin: 0 0 .8em 0;
    }
}

@media(max-width: 799px) {
    .hr_txt {
        padding-top: 1.4rem;
    }

    .fontSize {
        font-size: .32rem;
    }

    .page {
        width: 100%;
        padding: 0 5%;
    }


    .sec6,
    .sec7,
    .sec8,
    .sec9,
    .sec10,
    footer {
        margin-top: 2em;
    }

    .title {
        font-size: .65rem;
    }

    .title p {
        font-size: .5em;
    }

    header {
        height: 14rem;
        overflow: hidden;
    }

    header .hd_before {
        width: 180%;
        height: auto;
        min-height: auto;
        top: 32%;
        right: 0;
    }

    /*  */
    html[dir="rtl"] header .hd_before {
        right: -85%;
    }

    .hr_l_ct {
        width: 100%;
        margin-top: 0rem;
    }

    .hr_l {
        padding-top: 3rem;
        align-items: flex-start;
    }

    /* add */
    .hr_l_ct h1 p span {
        padding-right: 0em;
    }

    .hr_l_ct h1 {
        font-size: .65rem;
    }

    .r_l_t {
        width: 80%;
        font-size: 1.2em;
        margin-top: .5em;
    }

    .sec2 .page {
        width: 100%;
        padding: 0;
    }

    .jury {
        padding: 0 5%;
        border-right: transparent;
        border-left: transparent;
        border-radius: 0;
    }

    .ju-title {
        text-align: center;
    }

    .ju-text h4 span {
        text-align: center;
    }

    .ju-text h4 span::before {
        content: '';
        position: absolute;
        left: -1.5em;
        bottom: 0;
        width: 2em;
        height: 3em;
        background: url(../images/left.png) no-repeat center;
        background-size: contain;
    }

    .ju-text h4 span::after {
        content: '';
        position: absolute;
        right: -1.5em;
        bottom: 0;
        width: 2em;
        height: 3em;
        background: url(../images/right.png) no-repeat center;
        background-size: contain;
    }

    .c6_sum li {
        width: calc(50% - .3em);
        margin-bottom: .6em;
        margin-right: .6em;
        padding: 1em 5%;
        height: auto;
        border: 1px solid rgba(255, 255, 255, .6);
        border-radius: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .c6_sum li:nth-child(3n) {
        margin-right: .6em;
    }

    .c6_sum li:nth-child(2n) {
        margin-right: 0;
    }

    .c6_sum li:nth-child(n+3) {
        margin-bottom: .6em;
    }

    /*  */
    html[dir="rtl"] .c6_sum li {
        margin-right: 0;
        margin-left: .6em;
    }

    html[dir="rtl"] .c6_sum li:nth-child(3n) {
        margin-right: 0;
        margin-left: .6em;
    }

    html[dir="rtl"] .c6_sum li:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
    }

    .c6_icons {
        width: 3.5em;
        height: 3.5em;
    }

    .c7_content {
        overflow: auto;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .c7_content::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .c7_sum {
        width: 18rem;
    }

    .c7_sum li {
        font-size: .35rem;
    }

    .c7_sum li::after {
        right: -1em;
    }

    .c8_sum li {
        width: 100%;
        margin-bottom: 1em;
        flex-direction: column;
        position: relative;
        padding: 3.5em 1.5em 1.5em;
    }

    .c8_sum li p {
        font-size: 1em;
    }

    .c8_sum li h4 {
        font-size: 1.5em;
    }

    .c8_l {
        position: absolute;
        top: 1em;
        right: 1em;
    }

    html[dir="rtl"] .c8_l {
        right: auto;
        left: 1em;
    }

    .c8_l img {
        width: 4em;
        height: auto;
    }

    .c8_r {
        width: 100%;
    }

    .c8_bottom h4 {
        font-size: 1.5em;
    }

    .c8_bottom p {
        font-size: 1em;
    }

    .c9_bar {
        overflow: auto;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .c9_bar::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .bar_content {
        width: 20rem;
    }

    .c9_sum {
        padding: 2em 0 0;
        position: relative;
    }

    .c9_l p {
        display: none;
    }

    .c9_r {
        width: 100%;
        padding-left: 0;
        padding-bottom: 5em;
    }

    .c9_r h4 {
        text-align: center;
        position: relative;
        padding: 0 1.5em;
        margin-bottom: 1.5em;
    }

    .c9_r h4::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        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: 50%;
        transform: translateY(-50%);
        width: 1.5em;
        height: 3em;
        background: url(../images/dright.png) no-repeat center;
        background-size: contain;
    }

    .c9_l {
        width: 40%;
        position: absolute;
        bottom: 0;
        right: -5%;
    }

    /*  */
    html[dir="rtl"] .c9_l {
        right: auto;
        left: -1%;
    }

    .c9_2a a.now {
        margin-top: 5em;
    }

    .c10_sum li {
        width: calc(25% - .5em);
        margin-right: 0.66666em;
        border-radius: .3em;
    }

    .c10_sum li:nth-child(4n) {
        margin-right: 0;
    }

    .c10_sum li:nth-child(7n) {
        margin-right: 0.66666em;
    }

    .ft_l {
        flex-direction: column;
    }

    .ft_logo {
        margin-bottom: 1em;
    }

    /*  */
    .s_item {
        height: 18em;
        border-radius: .6em;
    }

    .s_content .s_pic {
        height: 80%;
    }

    .s_content .s_text {
        padding: .5em;
    }

    .s_item:hover .s_hover_1 {
        display: none;
    }

    .close {
        width: 2em;
        height: 2em;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .close svg {
        width: 100%;
        height: 100%;
    }

    .s_hover {
        width: 80%;
        height: 10rem;
        position: fixed;
        top: calc(50% - 5rem);
        left: 10%;
        transition: all 0s ease-in-out;
        display: none;
        z-index: 11;
    }

    .s_hover .s_h_pic {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .s_hover .s_h_pic img {
        width: 4em;
        height: 4em;
        border-radius: 50%;
    }

    .profile-img {
        border-radius: 50%;
        border: 2px solid #007bff;
        object-fit: cover;
    }

    .company-logo {
        border-radius: 50%;
        object-fit: cover;
    }

    .toright {
        transform: translateX(.5em);
    }

    .toleft {
        transform: translateX(-.5em);
    }

    .s_h_text {
        text-align: center;
        padding-top: 1em;
    }

    .s_h_text p {
        font-weight: 350;
        font-size: 1em;
    }

    .s_h_des {
        color: var(--FFFFFF);
        max-height: 5.5rem;
        margin-top: 1em;
        overflow: auto;
        padding: 0 .5em;
        text-align: left;
        font-size: 1em;
    }

    .s_h_text h4 {
        font-size: 1.1em;
    }

    .s_item {
        width: calc(50% - .5em);
        margin: 0 1em 1em 0;
    }

    .s_item:nth-child(5n) {
        margin: 0 1em 1em 0;
    }

    .s_item:nth-child(4n) {
        margin: 0 1em 1em 0;
    }

    .s_item:nth-child(2n) {
        margin: 0 0 1em 0;
    }

    html[dir="rtl"] .s_item {
        margin: 0 0 1em 1em;
    }

    html[dir="rtl"] .s_item:nth-child(5n) {
        margin: 0 0 1em 1em;
    }

    html[dir="rtl"] .s_item:nth-child(4n) {
        margin: 0 0 1em 1em;
    }
    html[dir="rtl"] .s_item:nth-child(2n) {
        margin: 0 0 1em 0;
    }
}