.page .swiper-banner1,
.page .swiper-banner1 img {
    width: 100%;
    height: 1.875rem;
}

.page .swiper-banner1 img {
    display: block;
    object-fit: cover;
}

.page .h1 {
    font-size: 0.1328125rem;
    font-weight: 500;
    line-height: 0.1875rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.09375rem;
    text-align: center;
}

.page .subtitle {
    font-size: 0.0703125rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.1171875rem;
    color: rgba(95, 99, 124, 1);
}

.page .project {
    padding: 0.3125rem 0;
}


/* 滚动容器：隐藏超出部分，设置显示区域宽度 */
.page .scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0.09375rem 0;
    height: 1.0078125rem;
    margin: 0.15625rem 0;
}

.page .scroll-content {
    position: absolute;
    left: 0.09375rem;
    white-space: nowrap;
    animation: scrollRight 20s linear infinite;
}

@keyframes scrollRight {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

.page .scroll-content img {
    width: 1.328125rem;
    height: 0.8203125rem;
    margin-right: 0.09375rem;
    object-fit: cover;
}

.page .list li {
    margin-bottom: 0.0625rem;
    padding: 0.09375rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
}

.page .list li .name {
    font-size: 0.078125rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .list li:hover {
    background: rgba(5, 100, 229, 1);
}

.page .list li:hover .name {
    color: #fff;
}


.mpage .swiper-banner1,
.mpage .swiper-banner1 img {
    width: 100%;
    height: 3.2rem;
}

.mpage .swiper-banner1 img {
    display: block;
    object-fit: cover;
}

.mpage .h1 {
    padding-top: 0.6rem;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.56rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.24rem;
    text-align: center;
}

.mpage .subtitle {
    font-size: 0.24rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
}

/* 滚动容器：隐藏超出部分，设置显示区域宽度 */
.mpage .scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0.32rem 0;
    height: 2.54rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
    margin: 0.4rem 0;
}

.mpage .scroll-content {
    position: absolute;
    left: 0.32rem;
    white-space: nowrap;
    animation: scrollRight 20s linear infinite;
}

@keyframes scrollRight {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

.mpage .scroll-content img {
    width: 3.2rem;
    height: 1.9rem;
    margin-right: 0.2rem;
    object-fit: cover;
}

.mpage .list li a {
    margin-bottom: 0.32rem;
    display: block;
    width: 100%;
    height: 1.01rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
    padding: 0 0.32rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.01rem;
    color: rgba(51, 51, 51, 1);
}