/* 字体文件引用 */
@font-face {
    font-family: 'OPPOSans-M';
    src: url('./fonts/OPPOSans-M.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSans-R';
    src: url('./fonts/OPPOSans-R.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSans-B';
    src: url('./fonts/OPPOSans-B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family:"PingFang SC", "Microsoft YaHei", 微软雅黑, arial, "Hiragino Sans GB", "Hiragino Sans GB W3", SimHei, 黑体, Arial, sans-serif;
}

ul {
    list-style: none;
    /* 去掉默认的项目符号 */
}

/* li {
    list-style-type: none;
    去掉默认的项目符号
    text-align: center;
} */

input {
    outline: none;
    border: 0;
    background: none;
}

input:focus {
    outline: none;
}

body,
html {
    user-select: none;
}

.user-select {
    user-select: text;
}

a {
    text-decoration: none;
    color: unset;
    -webkit-user-drag: none;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.9;
}

.breadcrumbs {
    padding-left: 1%;
}

/* 设置pc端滚动条样式，只剩滚动滑块 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}
ins#aff-im-root {
    display: none!important;

}

.isIE {
    display: none;
}

.main {
    display: block;
}

.main.main-display-none {
    display: none;
}
.isIE {
    display: none;
}

.main {
    display: block;
}

.main.main-display-none {
    display: none;
}
#main .back-to-top {
    display: none;
}
/* 轮播图样式 */
#main .main-inner-swiper {
    width: 100%;
    height: 24.64vw;
    overflow: hidden;
    position: relative;
}
#main .swiper-title {
    position: absolute;
    left: 0;
    right: 0;
    font-family: 'OPPOSans-B';
    color: #FFFFFF;
    font-size: 2.6vw;
    line-height: 1;
    top: 5.42vw;
    text-align: center;
    z-index: 2;
}

#main .swiper-arrow {
    position: absolute;
    top: 9.84vw;
    z-index: 2;
    border: none;
    border-radius: 50%;
    width: 2.19vw;
    height: 2.19vw;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .swiper-arrow.swiper-arrow-left {
    background: url('./images/icon-arrow-right.png') center/contain no-repeat;
    transform: rotate(180deg);
    left: 18.18vw;
}
#main .swiper-arrow.swiper-arrow-right {
    background: url('./images/icon-arrow-right.png') center/contain no-repeat;
    right: 18.18vw;
}

#main .main-inner-swiper-pagination {
    position: absolute;
    bottom: 1.77vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
#main .main-inner-swiper-pagination .main-inner-swiper-pagination-bullet {
    width: 2.6vw;
    height: 0.36vw;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    cursor: pointer;
}
#main .main-inner-swiper-pagination .main-inner-swiper-pagination-bullet.active {
    background-color: #23C55E;
}

#main .banner {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

#main .banner-btn-group {
    position: absolute;
    bottom: 5.47vw;
    height:2.71vw;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-family: 'OPPOSans-M';
    color: #FFFFFF;
}
#main .banner-btn-group .banner-btn {
    width: 9.01vw;
    height: 100%;
    line-height: 1;
    font-size: 1.04vw;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#main .banner-btn-group .banner-btn:hover {
    color: #FFFFFF;
}
#main .banner-btn-group .banner-btn.read-more-btn {
    background-color: #23C55E;
    margin-right: 1.25vw;
}
#main .banner-btn-group .banner-btn.free-use-btn {
    background-color: rgba(255, 255, 255, 0.2);
}

#main .article-item {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    transition: transform 0.5s;
    will-change: transform;
    position: relative;
}
#main .article-item::before {
    background-color: rgba(20, 30, 49, .7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#main .article-item .title {
    position: absolute;
    top: 10.31vw;
    left: 50%;
    color: #FFFFFF;
    transform: translateX(-50%);
    width: 50.93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1.77vw;
    font-family: 'OPPOSans-M';
}
#main .article-item .subtitle {
    position: absolute;
    top: 13.23vw;
    left: 50%;
    color: #FFFFFF;
    transform: translateX(-50%);
    width: 50.93%;
    text-align: center;
    white-space: nowrap;
    font-family: 'OPPOSans-M';
    font-size: 0.94vw;
}

#main .main-inner {
    background-color: #FFFFFF;
    padding-bottom: 1px;
}

/* 行业筛选查询样式 */

#main .filter-box {
    max-width: 1232px;
    width: 100%;
    margin: 43px auto 23px;
}

#main .filter-box .case-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

#main .filter-box .case-filter .label {
    color: #323A4C;
    font-family: 'OPPOSans-M';
    font-size: 24px;
    line-height: 1;
}

#main .filter-box .case-filter .case-search {
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-left: auto;
}

#main .filter-box .case-filter .case-search-input {
    border: 1px solid #E2E2E2;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: none;
    padding-left: 15px;
    border-radius: 5px 0 0 5px;
    position: relative;
}

#main .filter-box .case-filter .case-search-input #case-search-input {
    font-size: 14px;
    font-family: 'OPPOSans-R';
    /* color: #9BA2AB; */
    width: 12.92vw;
}

#main .filter-box .case-filter .case-search-input #case-search-input::placeholder {
    color: #9BA2AB;
}

#main .filter-box .case-filter .case-search-input .case-search-clear {
    display: none;
    transform: rotate(45deg) scale(1.5);
    margin: 0 13px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

#main .filter-box .case-filter .case-search-btn {
    border: 1px solid #23C55E;
    background-color: #23C55E;
    border-radius: 0 6px 6px 0;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}

#main .filter-box .case-filter .case-search-btn .icon-search {
    width: 13px;
    height: 13px;
}
#main .filter-box .case-filter .case-filter-btn-group {
    display: none;
}

#main .filter-box .industry-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    padding: 25px 26px;
    font-size: 14px;
    font-family: 'OPPOSans-M';
    box-shadow: 6px 6px 48px rgba(196, 203, 214, 0.49)
}
#main .filter-box .industry-box .industry-back {
    display: none;
}
#main .filter-box .industry-box .industry-filter-btn {
    display: none;
}

#main .filter-box .industry-box .industry .industry-group {
    display: flex;
    align-items: flex-start;
}

#main .filter-box .industry-box .industry .industry-group + .industry-group {
    margin-top: 10px;
}
#main .filter-box .industry-box .industry .industry-group .industry-group-label {
    color: #141E31;
    width: 76px;
    margin-top: 8px;
    margin-right: 9px;
    /* 文字间距根据宽度自适应 */
    text-align: justify; 
    text-align-last: justify;
    letter-spacing: 2px;
}
#main .filter-box .industry-box .industry .industry-group .industry-group-label::after {
    content: ':';
}
#main .filter-box .industry-box .industry .industry-group .industry-group-tabs {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#main .filter-box .industry-box .industry .industry-group .industry-group-tabs .industry-tab,
#main .filter-box .industry-box .industry .industry-group .industry-tab-more-dropdown .industry-tab {
    padding: 8px 13px 8px 14px;
    border-radius: 6px;
    color: #525967;
    cursor: pointer;
    white-space: nowrap;
}
#main .filter-box .industry-box .industry .industry-group .industry-group-tabs .industry-tab:hover,
#main .filter-box .industry-box .industry .industry-group .industry-tab-more-dropdown .industry-tab:hover {
    background: #edeff3;
}
#main .filter-box .industry-box .industry .industry-group .industry-group-tabs .industry-tab.active,
#main .filter-box .industry-box .industry .industry-group .industry-tab-more-dropdown .industry-tab.active {
    color: #37CFAF;
    background-color: #E5F9F5;
}
#main .filter-box .industry-box .industry .industry-group .industry-group-tabs .industry-tab + .industry-tab {
    margin-left: 3px;
}

#main .filter-box .industry-box .industry .industry-group .industry-tab-more-dropdown {
    min-width: 66px;
    background: #fff;
    width: 112px;
    padding: 4px;
    box-shadow: 0 6px 10px 1px rgba(0, 0, 0, .06);
    border-radius: 4px;
}
#main .filter-box .industry-box .industry .industry-group .industry-group-tabs .industry-tab-more::after {
    content: '';
    background: url('./images/icon-dropdown.png') center/contain no-repeat;
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
}


/* #main .casesList {
    margin: 0 auto;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
    #main .casesList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    #main .casesList {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    #main .casesList {
        grid-template-columns: repeat(4, 1fr);
    }
} */

#main .case-item {
    /* width: 292px; */
    height: 320px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    box-shadow: 6px 6px 48px rgba(196, 203, 214, 0.49);
    cursor: pointer;
}

#main .case-item:hover {
    transform: translateY(-2px);
    color: inherit;
}

#main .casesList-noData {
    width: 100%;
    text-align: center;
    opacity: 0.5;
}

/* 可视窗口小于1310px时，.case-item的width设置为100% */
/* @media screen and (max-width: 1200px) {
    #main.pc .casesList {
        min-width: 495px;
        width: 100%;
        gap: 41px calc((100% - 292px * 3) / 2);
    }
}
@media screen and (max-width: 880px) {
    #main.pc .casesList {
        min-width: 495px;
        width: 100%;
        gap: 41px calc(100% - 292px * 2);
    }
} */

#main .case-item .case-item-image {
    background-color: #F9FAFC;
    width: 100%;
    height: 156px;
    object-fit: cover;
    object-position: center;
}
#main .case-item .case-item-content {
    padding: 21px 20px 15px;
}
#main .case-item .case-item-content .case-item-logo {
    /* width: 200px; */
    height: 34px;
    margin-bottom: 8px;
}
#main .case-item .case-item-content .case-item-desc {
    font-family: 'OPPOSans-M';
    color: #141E31;
    font-size: 16px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 18px;
}
#main .case-item .case-item-content .case-item-tags {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}
#main .case-item .case-item-content .case-item-tag {
    width: fit-content;
    height: 21px;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #F0F1F4;
    color:#5E6D82;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
}
#main .case-item .case-item-content .case-item-tag + .case-item-tag {
    margin-left: 3px;
}

/* 分页容器 */
#main .pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 62px auto 58px;
    width: fit-content;
    font-family: 'OPPOSans-M';
    font-size: 14px;
    color: #606266;
    height: 30px;
    line-height: 1;
}

#main .total-items {
    margin-right: 21px;
}

#main .pagination-controls {
    display: flex;
    align-items: center;
}

select {
    /* 清除默认的 select 样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 设置自定义的下拉箭头图片 */
    background: url('./images/icon-arrow.png') no-repeat right center;
    /* 为下拉箭头留出空间，避免被文字覆盖 */
    padding-right: 14px;
    /* 设置边框样式 */
    border: 1px solid #000;
}

/* 每页条数列表样式 */
.page-size-list {
    display: inline-flex;
    align-items: center;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    overflow: hidden;
}

.page-size-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 28px;
    padding: 0 8px;
    color: #606266;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    border-right: 1px solid #DCDFE6;
    transition: all 0.2s;
}

.page-size-link:last-child {
    border-right: none;
}

.page-size-link:hover {
    background-color: #f5f7fa;
}

.page-size-link.active {
    background-color: #00D577;
    color: white;
}

/* 隐藏 IE 的默认下拉箭头 */
select::-ms-expand {
    display: none;
}

#main .page-size {
    width: 60px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #DCDFE6;
    color: #606266;
    margin: 0 7px;
    box-sizing: border-box;
    padding-right: 5px;
    text-align: center;
    /* font-family: 'OPPOSans-M'; */
}


/* 页码按钮 */
#main .page-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
}

#main .page-numbers a,
#main .prev-page,
#main .next-page,
#main .page-numbers .ellipsis {
    background-color: #EEEEEE;
    color: #606266;
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.2s;
}

#main .page-numbers a {
    padding: 0 8px;
}

#main .prev-page {
    margin-left: 16px;
    margin-right: 10px;
}

#main .next-page {
    margin-right: 16px;
    margin-left: 10px;
}

/* 禁用状态 */
#main .prev-page.disabled,
#main .next-page.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* 激活状态 */
#main .page-numbers a.active {
    background: #00D577;
    color: white;
}

/* 省略号 */
#main .page-numbers .ellipsis {
    cursor: default;
    background: transparent;
}

/* 跳转按钮 */
#main .jump-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 12px;
    background-color: #00D577;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    margin-left: 5px;
}

#main .jump-btn:hover {
    background-color: #00c06a;
}

/* 跳转输入框 */
#main .page-jump {
    display: flex;
    align-items: center;
    gap: 5px;
}

#main .jump-input {
    width: 60px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    color: #606266;
    text-align: center;
}

/* 页码输入框 */
#main .page-jump .page-number-input {
    width: auto;
    min-width: 30px;
    max-width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    /* background-color: #EEEEEE; */
    color: #606266;
    text-align: center;
    font-size: inherit;
    box-sizing: border-box;
}

#main .page-jump .page-number-input:focus {
    border-color: #00D577;
    outline: none;
}

#main .page-jump .page-number-total {
    color: #606266;
    font-size: inherit;
}

#main .footer-btn-group {
    display: none;
}




/* 移动端适配 */
@media screen and (max-width: 768px) {
    .scene {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    #scene {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 10px 0;
    }
    
    #scene .app-tabs {
        width: 100%;
        margin-bottom: 10px;
        position: static;
        transform: none;
    }
    
    #scene .app-tabs #app-tabs {
        width: 100%;
        justify-content: center;
        height: 48px;
    }
    
    
    #scene .scene-search {
        width: 100%;
        margin-left: 0;
        height: 38px;
    }
    
    #scene .scene-search-input {
        flex: 1;
    }
    
    #scene-search-input {
        width: 100%;
    }
    
    #main #app-list {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .app-item {
        width: 100% !important;
        min-width: unset !important;
    }
}

/* 案例中心列表 - 自适应网格（参考详情页应用商城 app-store-grid-list 断点） */
.casesList-wrap {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (min-width: 640px) {
    .casesList-wrap {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .casesList-wrap {
        padding: 0 24px;
    }
}

@media (min-width: 1280px) {
    .casesList-wrap {
        padding: 0;
    }
}

.casesList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

@media (min-width: 640px) {
    .casesList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .casesList {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .casesList {
        grid-template-columns: repeat(4, 1fr);
    }
}

.casesList .case-item {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.casesList .case-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}