@charset "UTF-8";

.noto-sans-sc-medium {
    font-family: "Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/* #region Banner */
.page-index__banner-black {
    --theme-color: 0, 0, 0;
}

.page-index__banner-white {
    --theme-color: 255, 255, 255;
}

.page-index__banner .swiper-slide .banner {
    width: 100%;
    aspect-ratio: 1 / 0.354;
    object-fit: cover;
}

.page-index__banner .swiper-slide {
    color: rgba(var(--theme-color), 1);
}

.page-index__banner .swiper-slide .swiper-wrap-left {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.page-index__banner .swiper-slide .position-left-center {
    padding: 0 calc(var(--base-ratio) * 60px);
}

.page-index__banner .swiper-slide .position-left-center .desc {
    margin-top: 10px;
}

.page-index__banner .swiper-slide .position-left-center .btns {
    margin-top: calc(var(--base-ratio) * 30px);
}

.page-index__banner .swiper-slide .position-left-center .btns .btn+.btn {
    margin-left: 12px;
}

.page-index__banner .swiper-slide .swiper-wrap-top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.page-index__banner .swiper-slide .position-top-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: calc(var(--base-ratio) * 80px);
}

.page-index__banner .swiper-slide .position-top-center .desc {
    margin-top: 10px;
}

.page-index__banner .swiper-slide .position-top-center .btns {
    margin-top: calc(var(--base-ratio) * 30px);
}

.page-index__banner .swiper-slide .position-top-center .btns .btn+.btn {
    margin-left: 12px;
}

.page-index__banner .swiper-slide .swiper-wrap-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.page-index__banner .swiper-slide .position-bottom-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(var(--base-ratio) * 80px);
}

.page-index__banner .swiper-slide .position-bottom-center .desc {
    margin-top: 10px;
}

.page-index__banner .swiper-slide .position-bottom-center .btns {
    margin-top: calc(var(--base-ratio) * 30px);
}

.page-index__banner .swiper-slide .position-bottom-center .btns .btn+.btn {
    margin-left: 12px;
}

.page-index__banner .swiper-slide .swiper-wrap.text-white {
    color: #fff;
}

.page-index__banner .swiper-slide .swiper-wrap.text-black {
    color: #000;
}

.page-index__banner .swiper-button {
    right: -40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    /* color:rgba(var(--theme-color),0.5);*/
}

.page-index__banner .swiper-button::after {
    display: none;
}

.page-index__banner .swiper-button-prev {
    right: auto;
    left: -40px;
    transform: rotate(180deg);
}

.page-index__banner .swiper-pagination {
    bottom: calc(var(--base-ratio) * 30px);
}

.page-index__banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(var(--theme-color), 1);
    opacity: 0.85;
    transition: all .3s;
}

.page-index__banner .swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 4px;
    background: rgba(var(--theme-color), 1);
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination.displayTitle .my-bullet-pagination-title {
    width: 278px
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination.displayTitle .my-bullet-pagination-dots-wrapper {
    margin-top: 8px;
    width: 278px
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-title {
    display: inline-block;
    max-width: 278px;
    min-width: 126px;
    width: unset;
    height: 20px;
    font-size: 16px;
    font-family: 'TCLSans-Unity-Medium', sans-serif;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 278px;
    min-width: 126px
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots {
    position: relative;
    padding: 0 6px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-icon {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: rgba(var(--theme-color), 1);
    transition: width .5s linear
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-process {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 8px;
    border-radius: 4px;
    cursor: pointer
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-process.outer {
    background-color: rgba(var(--theme-color), 0.2);
    transition: width .5s ease-in-out
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-process.inner {
    background-color: rgba(var(--theme-color), 1);
    transition-timing-function: linear;
    transition-property: width;
    transition-duration: 2ms
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots.active {
    padding: 0;
    margin: 0 6px
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots.active .my-bullet-pagination-dots-process.outer {
    max-width: 80px
}

.page-index__banner .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots.active .my-bullet-pagination-dots-process.inner {
    max-width: 80px
}

.page-index__banner-white .btn[theme="primary"] {
    background-color: var(--primary);
}

.page-index__banner-white .btn[theme="round"] {
    color: var(--light);
}

.page-index__banner-white .btn[theme="round"]::before {
    border-color: var(--light);
}

/* #endregion */
/* #region 公共模块 */
.page-index__section {
    padding-top: 60px;
}

.page-index__section .page-index__section-title {
    margin-bottom: 40px;
    text-align: center;
}

/* .page-index__section .swiper-container {height:calc(var(--base-ratio) * 675px);}
*/
/* #endregion */
/* #region 推荐产品 */
.page-index__recommend-product {
    position: relative;
}

.recommend-swiper .swiper-button {
    right: -40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.recommend-swiper .swiper-button::after {
    display: none;
}

.recommend-swiper .swiper-button:hover {
    background: var(--primary);
    color: var(--light);
}

.recommend-swiper .swiper-button-prev {
    right: auto;
    left: -40px;
    transform: rotate(180deg);
}

.recommend-swiper:hover .swiper-button-prev {
    left: 24px;
}

.recommend-swiper:hover .swiper-button-next {
    right: 24px;
}

/* .page-index__recommend-product+.page-index__recommend-product {margin-top:16px;}
*/
.page-index__recommend-product-small {
    margin: 16px 0;
}

.page-index__recommend-product .product-img {
    width: 100%;
    aspect-ratio: 1 / 0.348;
    object-fit: cover;
}

.page-index__recommend-product .product-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.page-index__recommend-product .product-name {
    color: var(--dark);
}

.page-index__recommend-product .product-desc {
    margin-top: 14px;
    color: rgba(0, 0, 0, 0.85);
}

.page-index__recommend-product .product-wrapper .btns {
    margin-top: 22px;
}

.page-index__recommend-product .product-wrapper .btns .btn+.btn {
    margin-left: 12px;
}

.page-index__recommend-product .item {
    position: relative;
    overflow: hidden;
}

.page-index__recommend-product .item img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.page-index__recommend-product .item-wrapper {
    position: absolute;
    bottom: calc(var(--base-ratio) * -32px);
    width: 100%;
    padding: calc(var(--base-ratio) * 32px);
}

.page-index__recommend-product .item .text-wrap {
    max-width: 60%;
    flex: 1 1 auto;
}

.page-index__recommend-product .item-name {
    color: var(--light);
}

.page-index__recommend-product .item-desc {
    position: relative;
    bottom: -1em;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 12px;
    opacity: 0;
    min-height: calc(1em * 1.67);
}

.page-index__recommend-product .item .btns {
    position: relative;
    bottom: -1em;
    margin-left: 1em;
    opacity: 0;
}

.page-index__recommend-product .item .btns .btn+.btn {
    margin-left: 12px;
}

.recommend-swiper .product-btns {
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.recommend-swiper .product-btns .btns .btn+.btn {
    margin-left: 12px;
}

/* #endregion */
/* #region 品牌故事 */
.page-index__brand-story .swiper-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.61;
}

.page-index__brand-story .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all .3s;
}

.page-index__brand-story .swiper-slide.swiper-slide-active::after {
    display: none;
}

.page-index__brand-story .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-index__brand-story .swiper-slide .player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-index__brand-story .swiper-slide .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity .3s;
}

.page-index__brand-story .swiper-slide.swiper-slide-active .video-poster {
    opacity: 0;
    z-index: -1;
}

/* .page-index__brand-story .swiper-slide video::-webkit-media-controls-timeline {display:none;}
.page-index__brand-story .swiper-slide video::-webkit-media-controls-current-time-display {display:none;}
.page-index__brand-story .swiper-slide video::-webkit-media-controls-time-remaining-display {display:none;}
*/
.page-index__brand-story .swiper-button {
    width: 40px;
    height: 40px;
    right: 15%;
    font-size: 26px;
    border-radius: 50%;
    line-height: 1;
    color: var(--light);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.page-index__brand-story .swiper-button::after {
    display: none;
}

.page-index__brand-story .swiper-button-prev {
    right: auto;
    left: 15%;
    transform: rotate(180deg);
}

.page-index__brand-story .swiper-pagination {
    width: auto;
    bottom: calc(var(--base-ratio) * 40px);
    left: 50%;
    transform: translateX(-50%);
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination.displayTitle .my-bullet-pagination-title {
    width: 278px
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination.displayTitle .my-bullet-pagination-dots-wrapper {
    margin-top: 8px;
    width: 278px
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-title {
    display: inline-block;
    max-width: 278px;
    min-width: 126px;
    width: unset;
    height: 20px;
    font-size: 16px;
    font-family: 'TCLSans-Unity-Medium', sans-serif;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 278px;
    min-width: 126px
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots {
    position: relative;
    padding: 0 6px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-icon {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    transition: width .5s linear
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-process {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 8px;
    border-radius: 4px;
    cursor: pointer
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-process.outer {
    background-color: rgba(255, 255, 255, 0.2);
    transition: width .5s ease-in-out
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots .my-bullet-pagination-dots-process.inner {
    background-color: #fff;
    transition-timing-function: linear;
    transition-property: width;
    transition-duration: 2ms
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots.active {
    padding: 0;
    margin: 0 6px
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots.active .my-bullet-pagination-dots-process.outer {
    max-width: 80px
}

.page-index__brand-story .swiper-pagination .my-bullet-pagination-wrapper .my-bullet-pagination .my-bullet-pagination-dots-wrapper .my-bullet-pagination-dots.active .my-bullet-pagination-dots-process.inner {
    max-width: 80px
}

/* #endregion */
/* #region 新闻与活动 */
.page-index__news {
    padding-right: 15px;
    padding-bottom: calc(var(--base-ratio) * 80px);
    padding-left: 15px;
}

.page-index__news .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.page-index__news .swiper-slide .img-box {
    position: relative;
    aspect-ratio: 1 / 0.56;
    overflow: hidden;
}

.page-index__news .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-index__news .text-wrap {
    padding: 16px 0 0 0;
}

.page-index__news .text-wrap .text {
    justify-content: space-between;
    color: var(--dark);
}

.page-index__news .text-wrap .text p {
    max-width: 90%;
}

.page-index__news .text-wrap .text i {
    margin-left: 1em;
    font-size: 14px;
    line-height: 1;
}

.page-index__news .text-wrap .date {
    margin-top: 1em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.45);
}

.page-index__news .swiper-slide-last {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 calc(var(--base-ratio) * 20px);
    color: rgba(0, 0, 0, 0.65);
    background-color: #F8F8F8;
    transition: all .3s;
}

.page-index__news .swiper-button-wrap {
    margin-top: calc(var(--base-ratio) * 68px);
}

.page-index__news .swiper-button {
    position: static;
    width: 40px;
    height: 40px;
    margin-top: auto;
    border: 1px solid rgba(0, 0, 0, .65);
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
}

.page-index__news .swiper-button::after {
    display: none;
}

.page-index__news .swiper-button.swiper-button-prev {
    transform: rotate(180deg);
    margin-right: 16px;
}

/* #endregion */
@media (hover:hover) {
    .page-index__banner .swiper-button:hover {
        color: var(--light);
        background-color: var(--primary);
    }

    .page-index__banner:hover .swiper-button-prev {
        left: 24px;
    }

    .page-index__banner:hover .swiper-button-next {
        right: 24px;
    }

    .page-index__banner-white .btn[theme="round"]:hover {
        color: var(--primary);
    }

    .page-index__banner-white .btn[theme="round"]:hover::before {
        border-color: var(--primary);
    }

    .page-index__recommend-product .item:hover .item-wrapper {
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    }

    .page-index__recommend-product .item:hover .item-desc {
        bottom: 0;
        opacity: 1;
    }

    .page-index__recommend-product .item:hover .btns {
        bottom: 0;
        opacity: 1;
    }

    .page-index__brand-story .swiper-button:hover {
        color: var(--primary);
        background-color: var(--light);
    }

    .page-index__brand-story .swiper-container:hover .swiper-button-prev {
        left: 20%;
        opacity: 1;
    }

    .page-index__brand-story .swiper-container:hover .swiper-button-next {
        right: 20%;
        opacity: 1;
    }

    .page-index__news .swiper-slide-last:hover {
        color: var(--light);
        background-color: var(--primary);
    }

    .page-index__news .swiper-slide:hover .img-box img {
        transform: scale(1.1);
    }

    /* .page-index__news .swiper-slide:hover .text-wrap .text {color:var(--primary);}
*/
    /* .page-index__news .swiper-slide:hover .text-wrap .date {color:var(--dark);}
*/
}

/* @media (min-width:1930px) {.page-index__news,.page-index__brand-story,.page-index__recommend,.page-index__scenario-solution {max-width:1920px;margin-left:auto;margin-right:auto;overflow:hidden;}
}
*/
@media (max-width:1440px) {
    .page-index__recommend-product .item-wrapper {
        padding: 20px;
    }

    .page-index__recommend-product .list.grid-cols-3 .text-wrap {
        max-width: 40%;
    }
}

@media (max-width:1280px) {
    .page-index__recommend-product .item-wrapper {
        padding: 16px 10px;
    }

    .page-index__news .swiper-slide-last {
        display: flex;
    }
}

@media (max-width:768px) {
    .page-index__banner {
        aspect-ratio: 1 / 1.227;
    }

    .page-index__banner .swiper-container {
        height: 100%;
    }

    .page-index__banner .swiper-slide .banner {
        aspect-ratio: unset;
        height: 100%;
    }

    .page-index__section {
        padding-top: 30px;
    }

    .page-index__recommend-product+.page-index__recommend-product {
        margin-top: 12px;
    }

    .page-index__recommend-product .list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page-index__recommend-product .item-wrapper {
        bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    }

    .page-index__recommend-product .item .text-wrap {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .page-index__recommend-product .item-desc {
        bottom: 0;
        opacity: 1;
    }

    .page-index__recommend-product .item .btns {
        bottom: 0;
        opacity: 1;
        margin-top: 12px;
        margin-left: 0;
    }

    .page-index__recommend-product .item .product-img {
        aspect-ratio: 1 / 1.227;
    }

    .page-index__recommend-product-big .product-img {
        aspect-ratio: 1 / 1.227;
    }

    .page-index__news .swiper-slide-last {
        display: none;
    }
}

.horizontal-section-wrapper {
    overflow: hidden;
}

.horizontal-section {
    position: relative;
    overflow: hidden;
}

.horizontal-content {
    display: flex;
    width: max-content;
    will-change: transform;
}

.horizontal-item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-item .bg {
    display: block;
}

.horizontal-item .ai-logo {
    position: absolute;
    z-index: 2;
    top: calc(var(--base-ratio) * 100px);
    left: 50%;
    width: calc(var(--base-ratio) * 145px);
    transform: translateX(-50%) translateY(0);
    animation: ai-logo-ani 3s alternate infinite;
}

.horizontal-item .line-point {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: line-point-ani 3s alternate infinite;
}

.horizontal-item .solution-item {
    position: absolute;
    z-index: 3;
    font-size: 16px;
}

.horizontal-item .solution-item .icon {
    width: calc(var(--base-ratio) * 48px);
    height: calc(var(--base-ratio) * 48px);
    cursor: pointer;
}

.horizontal-item .solution-item .wrap {
    position: absolute;
    top: -1em;
    z-index: 4;
    left: calc(var(--base-ratio) * 48px);
    width: 15vw;
    padding: 2vw 1vw;
    border-radius: .6em;
    border: .05208vw solid hsla(0, 0%, 100%, .28);
    font-size: calc(var(--base-ratio) * 16px);
    color: #fff;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.horizontal-item .solution-item .wrap .tit {
    padding-bottom: .2em;
}

.horizontal-item .solution-item .wrap .txt {
    color: rgba(255, 255, 255, .5);
}

.horizontal-item .solution-item .wrap .more-info {
    display: flex;
    align-items: center;
    margin-top: 3em;
    color: #fff;
}

.horizontal-item .solution-item .wrap .more-info:hover {
    color: var(--primary);
}

.horizontal-item .solution-item.active {
    z-index: 5;
}

.horizontal-item .solution-item.active .wrap {
    opacity: 1;
    visibility: visible;
}

.horizontal-item .solution-item.solution-item-1 {
    top: 14.8rem;
    left: 27.8rem;
}

.horizontal-item .solution-item.solution-item-2 {
    top: 22.5rem;
    left: 43rem;
}

.horizontal-item .solution-item.solution-item-3 {
    top: 18.2rem;
    left: 50.9rem;
}

.horizontal-item .solution-item.solution-item-4 {
    top: 19rem;
    left: 62.5rem;
}

.horizontal-item .solution-item.solution-item-5 {
    top: 23rem;
    left: 62.2rem;
}

.horizontal-item .solution-item.solution-item-6 {
    top: 27.5rem;
    left: 71rem;
}

.horizontal-item .solution-item.solution-item-7 {
    top: 18rem;
    left: 87.5rem;
}

.horizontal-item .solution-item.solution-item-8 {
    top: 24rem;
    left: 103rem;
}

.horizontal-item .solution-item.solution-item-9 {
    top: 19rem;
    left: 128rem;
}

.flicker-text {
    width: 100%;
    text-align: center;
    color: #4e4f4f;
    opacity: .8;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-top: 20px;
}

.flicker-text svg {
    width: 1.69em;
    fill: #4e4f4f;
    opacity: .8;
    height: 1em;
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.horizontal-section-mo-wrapper {
    display: none;
}

@keyframes ai-logo-ani {
    0% {
        transform: translateX(-50%) translateY(-25px);
    }

    100% {
        transform: translateX(-50%) translateY(25px);
    }
}

@keyframes line-point-ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:1280px) {}

@media (max-width:768px) {
    .horizontal-item .bg {
        height: 400px;
    }

    .flicker-text {
        display: flex;
    }

    .horizontal-item .solution-item {
        font-size: 16px;
    }

    .horizontal-item .solution-item .icon {
        width: 32px;
        height: 32px;
    }

    .horizontal-item .solution-item .wrap {
        width: 50vw;
        padding: 20px 20px;
    }

    .horizontal-item .solution-item .wrap .tit {
        font-size: 16px;
    }

    .horizontal-item .solution-item.solution-item-1 {
        top: 8.5rem;
        left: 16.2rem;
    }

    .horizontal-item .solution-item.solution-item-2 {
        top: 13rem;
        left: 25rem;
    }

    .horizontal-item .solution-item.solution-item-3 {
        top: 10.5rem;
        left: 29.7rem;
    }

    .horizontal-item .solution-item.solution-item-4 {
        top: 11rem;
        left: 36.5rem;
    }

    .horizontal-item .solution-item.solution-item-5 {
        top: 13.3rem;
        left: 36.5rem;
    }

    .horizontal-item .solution-item.solution-item-6 {
        top: 16rem;
        left: 41.5rem;
    }

    .horizontal-item .solution-item.solution-item-7 {
        top: 10.4rem;
        left: 51.3rem;
    }

    .horizontal-item .solution-item.solution-item-8 {
        top: 14rem;
        left: 60.4rem;
    }

    .horizontal-item .solution-item.solution-item-9 {
        top: 11rem;
        left: 75rem;
    }
}