.header {
    position: relative;
    /* background: rgba(255, 255, 255, 0.35); */
}

.box-shadow.header {
    transition: all 0.3s;
    position: sticky;
    width: 100%;
    top: 0;
    box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.23);
    background-color: #fff;
}

.banner {
    --banner-height: 650px;
    margin-top: -62px;
    width: 100%;
    height: var(--banner-height);
    position: relative;
    z-index: 2;
}

.banner .banner-img {
    height: var(--banner-height);
    position: absolute;
    width: 100%;
    inset: 0;
    object-fit: cover;
}

.banner2-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner2-text .banner2-text-top {
    font-weight: bold;
    font-size: 70px;
    color: #FFFFFF;
    background-size: 100% 100%;
    padding-left: 109px;
}

.banner2-text .banner2-text-top-color {
    font-weight: bold;
    font-size: 70px;
    color: #00F0FF;
    background: linear-gradient(0deg, #00F0FF 39.3798828125%, #0096FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner2-text .banner2-text-line {
    width: 94px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    margin: 20px 0;
}

.banner2-text .banner2-text-sub {
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 24px;
}

.button {
    padding: 0;
    display: block;
    margin-top: 30px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    transition: all 0.3s;
}

.button.button--primary {
    background-color: var(--color-primary) !important;
}

.button.button--primary:hover {
    opacity: 0.7;
    box-shadow: 0 0 28px 0 rgba(186, 186, 186, 0.4);
}

a {
    text-decoration: none;
}

.banner-item-text {
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: left;
}

.banner-item-text .sub-title {
    /* font-size: 45px; */
    font-weight: bold;
    margin-bottom: 6px;
    /* color: var(--color-black); */
    font-weight: bold;
    font-size: 54px;
    color: #FFFFFF;
}

.banner-item-text .sub-text {
    margin-bottom: 20px;
    /* width: 51rem;
    line-height: 1.7;
    font-size: 16px;
    color: #202832; */
    line-height: 1;
    font-weight: bold;
    font-size: 76px;
    color: #FFFFFF;
    text-shadow: 9px -8px 0px rgba(23, 220, 238, 0.08);
    background: linear-gradient(0deg, #FFFFFF 37.3046875%, #00DEFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-item-text .sub-line {
    width: 540px;
    height: 3px;
    background: linear-gradient(90deg, #00AEFF 0%, rgba(0, 174, 255, 0) 100%);
    margin-bottom: 19px;
}

.banner-item-text .sub-desc {
    font-weight: 400;
    font-size: 16px;
    color: #DCDCDC;
}

.blackButton {
    border: 1px solid black;
    background-color: white !important;
    display: inline-block;
    color: #333;
    text-decoration: none;
    text-align: center;
    border-radius: 0.21rem;
    padding: 0.7rem 1.2rem;
    cursor: pointer;
}

.blackButton:hover {
    box-shadow: 0 0 2rem 0 rgba(186, 186, 186, 0.4);
}

.swiper-slide {
    height: var(--banner-height) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.swiper-pagination {
    left: 0;
    top: unset;
    bottom: 180px;
    transform: none;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 14px;
    display: inline-block;
    border-radius: 2px;
    background: #a6acb6;
    margin-right: 16px;
    position: relative;
    opacity: 1;
    transition: height 0.3s ease-in;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-primary);
    z-index: 1;
    border-radius: 2px;
    animation: bulletActiveHeight 7s infinite alternate;
}

@keyframes bulletActiveHeight {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.bg-white {
    height: 80px;
}

.cont-nav {
    width: 100%;
    /* background: #000000;
    opacity: 0.6; */
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* column-gap: 30px; */
    z-index: 9;
    transform: translateY(-100%);
    margin-bottom: 0;
    padding: 0 260px;
    height: 126px;
}

.cont-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色遮罩 */
    z-index: -1;
    /* 确保遮罩在文字后面 */
}


.cont-nav .cont-nav-item {
    height: 126px;
    display: flex;
    align-items: center;
    /* box-shadow: 0px 6px 15px 1px rgba(176, 184, 203, 0.26);
    border-radius: 6px;
    background-repeat: no-repeat; */
    background-size: 100% 100%;
    padding: 0 16px;
}

.cont-nav .cont-nav-item .cont-nav-item--icon {
    width: 38px;
}

.cont-nav .cont-nav-item .cont-nav-wrap {
    /* margin-left: 18px;
    text-align: left; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-nav-item--text {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 400；
}

.publish {
    /* margin-top: 80px; */
    margin-bottom: 80px;
}

.publish .publish-title {
    margin-bottom: 63px;
    font-weight: 400;
    font-size: 36px;
    color: #202832;
    text-align: center;
}

.publish .publish-content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.publish .publish-content .publish-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 49%;
}

.publish .publish-content .publish-left .publish-left-title {
    font-weight: 400;
    font-size: 24px;
    color: #020202;
    line-height: 62px;
}

.publish .publish-content .publish-left img {
    width: 668px;
    height: 497px;
}

.publish .publish-content .publish-right {
    width: 39%;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.publish .publish-content .publish-right .publish-right-box {
    width: 100%;
    /* height: 160px; */
    background: #F7F8F9;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    margin-bottom: 15px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.publish .publish-content .publish-right .publish-right-box .publish-right-box-text1 {
    font-weight: 400;
    font-size: 20px;
    color: #0072FF;
    line-height: 62px;
    line-height: 1;
    /* margin-bottom: 22px; */
}

.publish .publish-content .publish-right .publish-right-box .publish-right-box-text2 {
    font-weight: bold;
    font-size: 30px;
    color: #0072FF;
    line-height: 62px;
    line-height: 1;
    padding: 15px 0px;
}

.intelComputer {
    /* margin-bottom: 159px; */
}

.intelComputer .intelComputer-title {
    font-weight: 400;
    font-size: 36px;
    color: #202832;
    text-align: center;
    margin-bottom: 19px;
}

.intelComputer .intelComputer-desc {
    font-weight: 400;
    font-size: 14px;
    color: #5A616B;
    line-height: 30px;
    text-align: center;
    margin-bottom: 71px;
}

.intelComputer .intelComputer-box {
    height: 320px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

.intelComputer .intelComputer-box .intelComputer-box-item {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 59px 30px 45px;
}

.intelComputer .intelComputer-box .intelComputer-box-item img {
    width: 85px;
    height: 93px;
}

.intelComputer .intelComputer-box .intelComputer-box-item .intelComputer-box-item-text {
    margin: 31px 0 13px 0;
    font-weight: bold;
    font-size: 16px;
    color: #202832;
}

.intelComputer .intelComputer-box .intelComputer-box-item .intelComputer-box-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #6C7076;
}

.area {
    width: 100%;
    background: #FAFAFA;
}

.area-inner {
    width: 1400px;
    margin: 0 auto;
    padding-top: 80px;
}

.area-inner .title {
    font-weight: 400;
    font-size: 36px;
    color: #202832;
    margin-bottom: 30px;
}

.tab {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.tab .tab-item {
    margin: 0 21px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #202832;
    line-height: 24px;
}

.tab .tab-item.active {
    font-weight: bold;
    line-height: 24px;
    color: #0072FF;
    border-bottom: 4px solid #0072FF;
}

.tab-content .tab-content-item {
    display: none;
}

.tab-content .tab-content-item.active {
    display: block;
}

.slider .slides {
    position: relative;
    width: 300px;
    /* 设置为图片宽度 */
    height: 200px;
    /* 设置为图片高度 */
    overflow: hidden;
}

.slider .slides>div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.slider .slides>div.active {
    display: block;
}

.navigation {
    text-align: center;
}

.navigation .nav-button {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    color: #333;
    background-color: #ddd;
}

.navigation .nav-button.active {
    color: #fff;
    background-color: #007bff;
}

.indusNews {
    margin-top: 80px;
    margin-bottom: 82px;
}

.indusNews .indusNews-title {
    font-weight: 400;
    font-size: 36px;
    color: #202832;
    margin-bottom: 14px;
    text-align: center;
}

.indusNews .indusNews-text {
    font-weight: 400;
    font-size: 14px;
    color: #5A616B;
    text-align: center;
    margin-bottom: 50px;
}

.indusNews .indusNews-content {
    display: flex;
    justify-content: space-between;
}

.indusNews .indusNews-content .indusNews-content-left {
    width: 666px;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(154, 154, 154, 0.15);
    border: 2px solid #FFFFFF;
    margin-right: 53px;
}

.indusNews .indusNews-content .indusNews-content-left img {
    height: 280px;
    width: 100%;
}

.indusNews .indusNews-content .indusNews-content-left .indusNews-content-left-text {
    padding: 23px 25px 19px 20px;
}

.indusNews .indusNews-content .indusNews-content-left .indusNews-content-left-text .indusNews-left-title {
    font-weight: bold;
    font-size: 16px;
    color: #202832;
}

.indusNews .indusNews-content .indusNews-content-left .indusNews-content-left-text .indusNews-left-desc {
    font-weight: 400;
    font-size: 14px;
    color: #4F5257;
    margin: 11px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indusNews .indusNews-content .indusNews-content-left .indusNews-content-left-text .indusNews-left-date {
    font-weight: 400;
    font-size: 14px;
    color: #5A616B;
}

.indusNews .indusNews-content .indusNews-content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 714px;
}

.indusNews .indusNews-content .indusNews-content-right .indusNews-right-title {
    font-weight: bold;
    font-size: 16px;
    color: #202832;
}

.indusNews .indusNews-content .indusNews-content-right .indusNews-right-desc {
    font-weight: 400;
    font-size: 14px;
    color: #4F5257;
    margin: 11px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indusNews .indusNews-content .indusNews-content-right .indusNews-right-date {
    font-weight: 400;
    font-size: 14px;
    color: #5A616B;
}

.pater {
    margin-top: 80px;
    margin-bottom: 82px;
}

.pater .pater-title {
    font-weight: 400;
    font-size: 36px;
    color: #202832;
    margin-bottom: 14px;
    text-align: center;
}

.pater .partener .partener-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    align-items: center;
}

.pater .partener .partener-list .partener-item {
    margin: 0 20px 20px 0 !important;
    width: 220px !important;
    height: 80px !important;
    line-height: 80px !important;
    text-align: center !important;
    overflow: hidden !important;
    border: 1px solid #e9e9e9;
}

.pater .partener .partener-list .partener-item a {
    height: 45px;
    display: block;
}

.pater .partener .partener-list .partener-item a img {
    border-style: none;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    vertical-align: middle;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: middle;
    margin: 0 auto;
}


.map {
    padding: 30px 0 0 0;
    background-size: 100% 100%;
    background-color: #fff;
}

.map .map-title {
    margin-bottom: 50px;
}

.map .map-img {
    position: relative;
    width: 464px;
    height: 464px;
    background-size: 100% 100%;
    position: relative;
}

.map img {
    position: absolute;
    width: 100%;
    inset: 0;
}

#chart {
    width: 1000px;
    height: 530px;
}

#china {
    width: 520px;
    height: 100%;
    position: absolute;
    left: -50px;
    top: -10px;
    z-index: 2;
}

.map .map-wrap {
    display: flex;
}

.map .map-content {
    flex: 1;
    padding-top: 50px;
    margin-left: 90px;
}

.map .map-content-title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
}

.map .map-content-desc {
    margin-bottom: 40px;
}

.map .map-content-desc p {
    margin-bottom: 4px;
}

.map .map-content-desc p:last-of-type {
    margin-bottom: 0;
}

.map .map-statistics {
    width: 100%;
    flex: 1;
    padding-top: 40px;
}

.map .map-statistics .map-statistics-body {
    display: flex;
    flex-direction: column;
}

.map .map-statistics .map-statistics-body .map-statistics-item {
    margin-bottom: 40px;
}

.map .map-statistics .map-statistics-body .map-statistics-item:last-child {
    margin-bottom: 0;
}

.map .map-statistics .map-statistics-body .map-statistics-item--value {
    font-size: 40px;
    margin-bottom: -5px;
}

.map .map-statistics .map-statistics-body .map-statistics-item--title {
    display: flex;
    align-items: center;
}

.map .map-statistics .map-statistics-body .map-statistics-item--text {
    margin-top: 10px;
    color: #5a616b;
}

.modelarts {
    padding: 100px 0;
    text-align: center;
    background-color: #fff;
}

.modelarts .modelarts-title {
    margin-bottom: 10px;
}

.modelarts .modelarts-subtitle {
    margin-top: 10px;
    margin-bottom: 100px;
}

.modelarts .modelarts-content {
    margin-bottom: 48px;
}

.modelarts .modelarts-content-img {
    position: absolute;
    top: -36px;
    right: 0;
    width: 400px;
    z-index: 1;
}

.modelarts .modelarts-content-title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}

.modelarts .modelarts-content-text {
    width: 625px;
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.8;
    color: var(--color-gray1);
}

.modelarts .modelarts-content .button {
    color: var(--color-black);
    border: 1px solid var(--color-black);
    border-radius: 3px;
    transition: all 0.3s;
}

.modelarts .modelarts-content .button:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.modelarts .modelarts-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    padding: 0;
}

.modelarts .modelarts-card .modelarts-card-item {
    margin: 0;
    padding: 33px 20px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f5f5f7;
    border-radius: 6px;
}

.modelarts .modelarts-card .modelarts-card-item:nth-child(1) .modelarts-card-item--icon {
    height: 36px;
}

.modelarts .modelarts-card .modelarts-card-item:nth-child(2) .modelarts-card-item--icon {
    width: 36px;
    height: 36px;
}

.modelarts .modelarts-card .modelarts-card-item:nth-child(3) .modelarts-card-item--icon {
    height: 26px;
    width: 32px;
}

.modelarts .modelarts-card .modelarts-card-item:nth-child(4) .modelarts-card-item--icon {
    height: 32px;
    width: 32px;
}

.modelarts .modelarts-card .modelarts-card-item--icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.modelarts .modelarts-card .modelarts-card-item--title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.modelarts .modelarts-card .modelarts-card-item--text {
    color: var(--color-gray1);
    text-align: left;
}

.paddTop {
    padding-top: 5.71rem;
}

.fontColor {
    color: #666666 !important;
}

.ellipLine3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipLine1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipLine2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clouds {
    padding: 80px 0 50px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.clouds .title {
    padding-top: 80px;
}

.clouds .clouds-content-body {
    height: 550px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    flex-direction: row;
}

.clouds .clouds-content-body .clouds-left {
    width: 260px;
    box-shadow: 0px 6px 11px 1px rgba(223, 223, 223, 0.38);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 0 30px;
}

.clouds .clouds-content-body .item {
    padding: 26px 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.clouds .clouds-content-body .item:hover {
    position: relative;
    box-shadow: 3px 3px 12px rgba(55, 99, 170, 0.2);
}

.clouds .clouds-newStyle {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.clouds .clouds-new {
    text-align: left;
}

.clouds .clouds-newStyle>img {
    width: 46px;
    height: 46px;
}

.clouds ul {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    width: fit-content;
}

.clouds .twoMenu>li,
.clouds .oneMenu>li {
    cursor: pointer;
    margin-bottom: 17px;
}

.clouds .twoMenu {
    padding-left: 7px;
    border-left: 1px solid #d8dbe5;
}

.clouds .clouds-left li span {
    transition: color 0.3s;
}

.clouds .clouds-left li span:hover {
    color: var(--color-primary);
}

.clouds .clouds-active {
    color: var(--color-primary);
}

.clouds .oneMenu>li>span {
    font-size: 16px;
    font-weight: bold;
}

.clouds .clouds-content-body .clouds-right {
    margin-left: 70px;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: max-content;
    gap: 1px;
}

.clouds .item-title {
    margin: 18px 0 0;
    color: var(--text-primary);
    font-weight: bold;
    font-size: 18px;
}

.clouds .item-desc {
    margin: 4px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-gray1);
}

.clouds .main-title {
    margin-bottom: 2rem;
}

.solution {
    padding: 80px 0;
}

.solution .title {
    margin-bottom: 80px;
}

.solution-body {
    display: flex;
    width: 100%;
    height: 400px;
    justify-content: space-between;
}

.solution-body-item {
    position: relative;
    width: 10%;
    transition: all 0.5s ease;
    color: #fff;
    margin-right: 5px;
}

.solution-body-item:last-of-type {
    margin-right: 0;
}

.solution-body-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.solution-body-item.solution-active {
    width: 60%;
}

.solution-body-item.solution-active img {
    object-fit: none;
}

.solution-body-item.solution-active .solution-wrap {
    padding: 100px 100px 55px 67px;
}

.solution-body-item .solution-wrap {
    padding: 0 10px;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.solution-body-item .solution-wrap {
    font-size: 12px;
    transition: all 0.5s;
    color: #ffffff;
}

.solution-body-item .solution-item-desc {
    width: 630px;
    margin-top: 20px;
    display: none;
    font-size: 14px;
    line-height: 18px;
}

.solution-body-item .solution-item-title {
    text-align: center;
}

.solution-body-item.solution-active .solution-item-title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.solution-body-item.solution-active .solution-item-desc {
    display: block;
}

.solution-body-item .solution-item-href {
    margin-top: 80px;
    display: none;
}

.solution-body-item.solution-active .solution-item-href {
    display: block;
}

.custom {
    padding: 80px 0;
    width: 100%;
    background-color: white;
    overflow: hidden;

    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgb(0, 0, 0) 10%,
            rgb(0, 0, 0) 90%,
            rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgb(0, 0, 0) 10%,
            rgb(0, 0, 0) 90%,
            rgba(0, 0, 0, 0) 100%);
}

.custom .title {
    padding-bottom: 50px;
}

.custom .custom-cotent {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px;
    animation: moveRight var(--time) infinite linear;
}

.custom .custom-cotent:nth-child(2) {
    animation: moveLeft var(--time) infinite linear;
}

.custom .custom-cotent.active {
    animation-play-state: paused;
}

.custom .custom-cotent .custom-item {
    width: 260px;
    height: 106px;
    flex-shrink: 0;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e7e8ee;
}

@keyframes moveLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(var(--width));
    }
}

@keyframes moveRight {
    from {
        transform: translateX(var(--width));
    }

    to {
        transform: translateX(0);
    }
}

.custom .custom-cotent .custom-item {
    color: var(--text-primary);
    position: relative;
}

.custom .custom-cotent .custom-item:hover .custom-item-hover {
    background: #136eec;
    opacity: 0.9;
    visibility: visible;
}

.custom .custom-item-hover {
    position: absolute;
    inset: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 10px;
}

.custom .custom-item-hover .custom-item-hover-desc {
    word-break: break-all;
    text-align: center;
}

.custom .custom-cotent .custom-item .custom-item-default {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.custom .custom-cotent .custom-item .custom-item-default .divder {
    width: 70%;
    margin: 15px 0 10px;
    border-top: 1px dashed #e9e9e9;
}

.custom .custom-cotent .custom-item .custom-item-default .logo-container {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom .custom-cotent .custom-item .custom-item-default img.logo {
    width: 100%;
    height: 100%;
    display: block;
}

.custom .custom-cotent .custom-item .custom-item-default .name {
    font-size: 14px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    align-items: center;
}

#publish-table {
    padding: 15px 15px 15px 30px;
    width: 100%;
    background: #F7F8F9;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}

#publish-table .model-th {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 0px;
    height: 45px;
    margin-bottom: 5px;
}

#publish-table .model-th span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 30%;
    line-height: 40px;
    float: left;
}

#publish-table #statistics-list p .name,
#publish-table #statistics-list p .value {
    width: 30%;
    display: block;
    line-height: 40px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#publish-table #statistics-list p .name,
#publish-table .model-th span.name {
    width: 40%;
}

#publish-table #statistics-list li {
    list-style: none;
}

#publish-table #statistics-list li.curr {
    color: #0072FF;
}

#publish-table #statistics-list {
    height: 500px;
}

.model-statistics {
    width: 100%;
    position: relative;
}

/* 表头：固定在顶部，绝对定位隔离 */
.model-th {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    background: #fff;
    /* 必加：防止列表穿透 */
    z-index: 2;
    /* 层级高于列表 */
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

/* 列表外层容器：绝对定位，占满表头下方区域 */
.list-wrapper {
    height: 400px;
    position: absolute;
    top: 40px;
    /* 刚好在表头下方 */
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden !important;
    /* 彻底隐藏滚动条 */
}

/* 列表容器：相对定位，用于滚动位移 */
#statistics-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    /* 核心：基于外层容器定位 */
    transition: transform 0.3s ease;
    will-change: transform;
}

/* 列表行：固定高度，统一样式 */
#statistics-list li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 兼容webkit内核浏览器（Chrome/Safari）隐藏滚动条 */
::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}