/**
 * 数说中俄：对齐首页截图版式（浅蓝渐变底、4+3 两行、虚线圆标、横向数+文、齿轮分页、浅蓝双箭头）
 */

#figures-cust-itmo.cust-mode06-root {
    font-size: clamp(6px, calc(100vw / 192), 10px);
    box-sizing: border-box;
    background: transparent;
    color: #1a1a1a;
}

#figures-cust-itmo.cust-mode06-root *,
#figures-cust-itmo.cust-mode06-root *::before,
#figures-cust-itmo.cust-mode06-root *::after {
    box-sizing: border-box;
}

#figures-cust-itmo.cust-mode06-root .gp-container {
    width: min(160rem, 100%);
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#figures-cust-itmo.cust-mode06-root .wrap_mode06 {
    padding: 4.8rem 0 3.4rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f8fd 42%, #e8f1fb 100%);
}

#figures-cust-itmo.cust-mode06-root .gp-flex {
    display: flex;
    flex-wrap: wrap;
}

#figures-cust-itmo.cust-mode06-root .index_title {
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 10;
}

#figures-cust-itmo.cust-mode06-root .index_title.c {
    justify-content: center;
}

#figures-cust-itmo.cust-mode06-root .index_title .jumbotron {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
}

#figures-cust-itmo.cust-mode06-root .index_06 {
    overflow: hidden;
    position: relative;
    margin: 0 -1rem;
    padding: 1rem 0 3.2rem;
}

#figures-cust-itmo.cust-mode06-root .ul-inline {
    font-size: 0;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-slide-grid {
    max-width: 140rem;
    margin: 0 auto;
    padding: 0 0.6rem 0.3rem;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-row {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    justify-content: center;
}

/* 第一行 4 列；第二行 3 列（每项 25% 栅格宽，整行居中） */
#figures-cust-itmo.cust-mode06-root .cust-ss-row-top > li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.8rem 1.42rem;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-row-bottom {
    margin-top: 0.45rem;
    justify-content: center;
    gap: 1rem 1.2rem;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-row-bottom > li {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 0;
    padding: 0 0.8rem 1.05rem;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-slide-grid--tail .cust-ss-row-single {
    justify-content: center;
    min-height: 10rem;
    align-items: center;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-row-single > li {
    flex: 0 1 48rem;
    max-width: 100%;
    padding: 0 1.2rem;
}

#figures-cust-itmo.cust-mode06-root .index_06 .item {
    margin: 0;
    align-items: center;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-row > li {
    position: relative;
    z-index: 1;
}

#figures-cust-itmo.cust-mode06-root a.item.gp-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius: 0.35rem;
    margin-left: 0.35rem;
    transition: transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
    will-change: transform;
}

html.no-touch #figures-cust-itmo.cust-mode06-root .cust-ss-row > li:hover {
    z-index: 5;
}

html.no-touch #figures-cust-itmo.cust-mode06-root a.item.gp-flex:hover {
    transform: scale(1.07);
    box-shadow: none;
    background: transparent;
}

/* 图标：双同心圆弧，右侧开口（朝文字），图标居中 */
#figures-cust-itmo.cust-mode06-root .index_06 .img_box {
    width: 6.6rem;
    height: 6.6rem;
    flex: 0 0 6.6rem;
    position: relative;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    box-shadow: 0 0 0 0.08rem rgba(255, 255, 255, 0.9) inset;
    overflow: visible;
}

#figures-cust-itmo.cust-mode06-root .index_06 .img_box::before {
    display: block;
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 118%;
    height: 118%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(22deg);
    border-radius: 50%;
    border: 0.2rem dashed rgba(12, 91, 181, 0.46);
    border-right-color: transparent;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}

#figures-cust-itmo.cust-mode06-root .index_06 .img_box::after {
    display: block;
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 92%;
    height: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    border-radius: 50%;
    border: 0.07rem solid rgba(12, 91, 181, 0.38);
    border-right-color: transparent;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}

#figures-cust-itmo.cust-mode06-root .index_06 .img_box:hover::before {
    transform: translate(-50%, -50%) rotate(112deg);
}

#figures-cust-itmo.cust-mode06-root .index_06 .img_box:hover::after {
    transform: translate(-50%, -50%) rotate(-102deg);
}

#figures-cust-itmo.cust-mode06-root .index_06 .img_box img {
    position: relative;
    z-index: 1;
    width: 60%;
    height: auto;
    max-height: 60%;
    object-fit: contain;
    display: block;
}

/* 数字在上、说明在下，整块相对图标垂直居中（截图：文字在图标右侧偏上/偏下两行） */
#figures-cust-itmo.cust-mode06-root .right.cust-ss-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex: 1;
    min-width: 0;
    width: auto;
    padding-left: 1.05rem;
    gap: 0.32rem 0;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-right .title {
    margin: 0;
    flex-shrink: 0;
    font-weight: 400;
    color: #0c5bb5;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

#figures-cust-itmo.cust-mode06-root .cust-ss-right .summary {
    margin: 0;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    color: #3d5a78;
    font-weight: 400;
    line-height: 1.52;
}

#figures-cust-itmo.cust-mode06-root .index_06 .item:hover .title {
    font-weight: 600;
}

#figures-cust-itmo.cust-mode06-root .font_serif {
    font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', Georgia, 'Times New Roman', serif;
}

#figures-cust-itmo.cust-mode06-root .fs48 {
    font-size: 2.85rem;
}

#figures-cust-itmo.cust-mode06-root .fs20 {
    font-size: 1.22rem;
}

/* 分页：齿轮形 */
#figures-cust-itmo.cust-mode06-root .index_06 .swiper-pagination {
    bottom: 0.2rem;
    line-height: 1;
}

#figures-cust-itmo.cust-mode06-root .index_06 .swiper-pagination .swiper-pagination-bullet {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 0.5rem;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
    color: #c5d4e8;
    font-family: Arial, sans-serif;
    transition: color 0.25s ease, transform 0.25s ease;
}

#figures-cust-itmo.cust-mode06-root .index_06 .swiper-pagination .swiper-pagination-bullet::after {
    display: none;
}

#figures-cust-itmo.cust-mode06-root .index_06 .swiper-pagination .swiper-pagination-bullet::before {
    content: '\2699';
    display: block;
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: inherit;
}

#figures-cust-itmo.cust-mode06-root .index_06 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.9rem;
    color: #0c5bb5;
    transform: scale(1.08);
}

#figures-cust-itmo.cust-mode06-root .index_06 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    color: #0c5bb5;
    text-shadow: 0 0 0.1rem rgba(12, 91, 181, 0.35);
}

/* 翻页条：与第二行统计卡垂直对齐，左右贴边 */
#figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.35rem;
    pointer-events: none;
    height: 7.4rem;
}

/* 翻页：引用 static/image/prev.png、next.png */
#figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav .arrow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    pointer-events: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 0.3rem 0.4rem;
    background: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
    transition: opacity 0.25s ease, transform 0.2s ease;
}

#figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav .arrow img {
    display: block;
    width: auto;
    height: 3.35rem;
    max-width: 6.4rem;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    filter: brightness(0.86) saturate(1.18) contrast(1.06);
    -webkit-filter: brightness(0.86) saturate(1.18) contrast(1.06);
    transition: filter 0.2s ease, transform 0.2s ease;
}

#figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav .arrow:hover {
    opacity: 1;
    transform: scale(1.04);
}

#figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav .arrow:hover img {
    filter: brightness(0.78) saturate(1.22) contrast(1.08);
    -webkit-filter: brightness(0.78) saturate(1.22) contrast(1.08);
}

#figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav .arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    transform: none;
    pointer-events: none;
}

#figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav .arrow.swiper-button-disabled:hover {
    transform: none;
    opacity: 0.35;
}

@media screen and (max-width: 1199px) {
    #figures-cust-itmo.cust-mode06-root .cust-ss-row-top > li {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 0.45rem 1.12rem;
    }
    #figures-cust-itmo.cust-mode06-root .cust-ss-row-bottom > li {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 0;
        padding: 0 0.45rem 0.95rem;
    }
}

@media screen and (max-width: 996px) {
    #figures-cust-itmo.cust-mode06-root .fs48,
    #figures-cust-itmo.cust-mode06-root .fs46 {
        font-size: 2.55rem;
    }
    #figures-cust-itmo.cust-mode06-root .fs20 {
        font-size: 1.14rem;
    }
    #figures-cust-itmo.cust-mode06-root .wrap_mode06 {
        padding: 3rem 0 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    #figures-cust-itmo.cust-mode06-root .fs48,
    #figures-cust-itmo.cust-mode06-root .fs46 {
        font-size: 2.35rem;
    }
    #figures-cust-itmo.cust-mode06-root .fs20 {
        font-size: 1.08rem;
    }
    #figures-cust-itmo.cust-mode06-root .cust-ss-row-top > li,
    #figures-cust-itmo.cust-mode06-root .cust-ss-row-bottom > li {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 0;
    }
    #figures-cust-itmo.cust-mode06-root a.item.gp-flex {
        flex-wrap: wrap;
    }
    #figures-cust-itmo.cust-mode06-root .right.cust-ss-right {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: center;
        padding-left: 0;
        padding-top: 1.35rem;
        width: 100%;
    }
    #figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav {
        top: 58%;
        height: 8.2rem;
    }
}

@media screen and (max-width: 413px) {
    #figures-cust-itmo.cust-mode06-root .index_06 .cust-ss-row-nav .arrow {
        display: none;
    }
}
