/* * {
    margin: 0;
    padding: 0;
} */

.aidc-content .video-fallback {
    display: none;
}

.aidc-content.no-inline-video .video-fallback {
    display: block;
}

.aidc-content.no-inline-video video {
    display: none !important;
}



.aidc-content .mob-show,
.aidc-content .mob-show-flex {
    display: none !important;
}

.aidc-content .pc-show {
    display: block !important;
}

.aidc-content .pc-show-flex {
    display: flex !important;
}

.aidc-content img {
    width: 100%;
    vertical-align: middle;
}

.aidc-content video {
    width: 100%;
    display: block;
}

.aidc-content {
    background-color: #000;
}

.aidc-content h2 {
    font-size: 2.916667vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.kv {
    position: relative;
}

.kv-txt {
    position: absolute;
    top: 3.333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 62.5vw;
    text-align: center;
}

.kv-txt h2 {
    font-size: 2.083333vw;
    font-weight: 700;
}

.kv-txt p {
    font-size: .833333vw;
    line-height: 1.5;
    color: rgba(255, 255, 255);
    margin-top: .625vw;
}


.sec2 {
    width: 74.5vw;
    margin: 0 auto;
    padding: 5.729167vw 0;
}

.sec2>h2 {
    text-align: center;
}

.sec2-content {
    margin-top: 2.5vw;
    position: relative;
}

.sec2-top {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 4.6875vw;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.sec2-top p {
    font-size: 1.25vw;
    line-height: 1.5;
    color: #fff;
}



.sec2-center {
    position: absolute;
    display: flex;
    align-items: center;
    top: 19.6875vw;
    left: 0;
    width: 100%;
}

.sec2-center p {
    font-size: .729167vw;
    line-height: 1.2;
    color: #C9C9C9;
}

.sec2-center p:nth-child(1) {
    position: absolute;
    top: 0;
    left: 9.2vw;
}

.sec2-center p:nth-child(2) {
    position: absolute;
    top: 0;
    left: 15vw;
}

.sec2-center p:nth-child(3) {
    position: absolute;
    top: 0;
    left: 38vw;
}

.sec2-center p:nth-child(4) {
    position: absolute;
    top: 0;
    left: 47.3vw;
}

.sec2-center p:nth-child(5) {
    position: absolute;
    top: 0;
    left: 52.8vw;
}

.sec2-center p:nth-child(6) {
    position: absolute;
    top: 0;
    left: 58.7vw;
}



.sec2-bottom {
    position: absolute;
    display: flex;
    align-items: center;
    top: 22.604167vw;
    left: 0;
    width: 100%;
}

.sec2-bottom p {
    font-size: .833333vw;
    line-height: 1.5;
    color: #fff;
}

.sec2-bottom p:nth-child(1) {
    position: absolute;
    top: 0;
    left: 2.2vw;
}

.sec2-bottom p:nth-child(2) {
    position: absolute;
    top: 0;
    left: 9vw;
}

.sec2-bottom p:nth-child(3) {
    position: absolute;
    top: 0;
    left: 16vw;
}

.sec2-bottom p:nth-child(4) {
    position: absolute;
    top: 0;
    left: 49.6vw;
}

.sec2-bottom p:nth-child(5) {
    position: absolute;
    top: 0;
    left: 58.8vw;
}

.sec2-list {
    margin-top: 2.5vw;
    display: flex;
    justify-content: space-between;

}

.sec2-list>div {
    width: 16.6875vw;
    text-align: center;

}

.sec2-list>div h2 {
    font-size: 1.4666667vw;
    line-height: 1.2;
    color: #fff;
}

.sec2-list>div p {
    font-size: .833333vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, .6);
    margin-top: .625vw;
}


.sec3 {
    width: 62.5vw;
    margin: 0 auto;
    padding: 12.8125vw 0;
    text-align: center;
}

.sec3>div {
    margin-top: 2.5vw;
    position: relative;
}

.sec3-txt {
    position: absolute;
    top: 5.833333vw;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.sec3-txt h3 {
    font-size: 1.666667vw;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.sec3-txt p {
    font-size: .833333vw;
    line-height: 1.5;
    color: #fff;
}

.sec3-txt>div {
    width: 33%;
}



.sec3-txt>div:nth-child(3) {
    position: relative;
    left: 1vw;
}

/* sec4 start */
.sec4 .high-reliability {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.sec4 .high-reliability video {
    width: 100%;
    display: block;
}

.sec4 .high-reliability .title {
    text-align: center;
    margin-top: 5vw;
}

.sec4 .high-reliability .title h2 {
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.sec4 .high-reliability .title p {
    width: 41.25vw;
    margin-top: .625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.sec4 .high-reliability .swiper {
    width: 62.5vw;
    height: 31.25vw;
    border-radius: .416667vw;
    margin-top: 2.5vw;
}

.sec4 .high-reliability .swiper img {
    width: 100%;
    height: 100%;
    display: block;
}

.sec4 .high-reliability .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 1.25vw;
    text-align: left;
    position: relative;
    margin-top: 2.239583vw;
    width: 62.5vw;
}

.sec4 .high-reliability .swiper-pagination .active {
    opacity: 1;
}



.sec4 .high-reliability .swiper-pagination>div {
    flex: 1;
    cursor: pointer;
    opacity: .6;
    position: relative;
    transition: all .6s;
}

.sec4 .high-reliability .swiper-pagination .swiper-ga>div {
    width: 100%;
    position: relative;
    height: 2px;
    background-color: rgba(255, 255, 255, .6);
}

.sec4 .high-reliability .swiper-pagination .swiper-ga>div div {
    width: 0;
    background-color: rgba(255, 255, 255, 1);
    height: 2px;

}

.sec4 .high-reliability .swiper-pagination .swiper-ga.active>div div {
    width: 100%;
}

.sec4 .high-reliability .swiper-pagination .swiper-ga:nth-child(1).active>div div {
    transition: var(--indicator1-width);
}

.sec4 .high-reliability .swiper-pagination .swiper-ga:nth-child(2).active>div div {
    transition: var(--indicator2-width);
}

.sec4 .high-reliability .swiper-pagination .swiper-ga:nth-child(3).active>div div {
    transition: var(--indicator3-width);
}

.sec4 .high-reliability .swiper-pagination .swiper-ga:nth-child(4).active>div div {
    transition: 6s;
}




.sec4 .high-reliability .swiper-pagination h3 {
    font-weight: 700;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    margin-top: 1.041667vw;
}

.sec4 .high-reliability .swiper-pagination p {
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    margin-top: .416667vw;
}


/* sec5 start */
/* outstanding-returns */

.sec5 .outstanding-returns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.sec5 .outstanding-returns .title {
    text-align: center;
    margin-top: 5vw;
    width: 62.5vw;
}

.sec5 .outstanding-returns .title h2 {
    font-weight: 400;
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.sec5 .outstanding-returns .title p {
    margin-top: .625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, .6);
}

.sec5 .outstanding-returns .swiper-content {
    width: 62.5vw;
    margin-top: 5vw;
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}

.sec5 .outstanding-returns .swiper-content .swiper {
    width: 41.25vw !important;
    margin: 0;
    order: 1;
}

.sec5 .outstanding-returns .swiper-content .swiper-slide {
    background-color: black;
    height: auto;
}

.sec5 .outstanding-returns .swiper-content .swiper-slide video {
    width: 100%;
    display: block;
    border-radius: .416667vw;
}

.sec5 .outstanding-returns .swiper-content .swiper-slide p {
    color: rgba(255, 255, 255, .6);
    font-size: 1.041667vw;
    line-height: 1.5;
    margin-top: .833333vw;
}

.sec5 .outstanding-returns .swiper-content .swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 1.666667vw;
    position: relative;
    padding-left: 1.25vw;
    height: fit-content;
    width: 14.6875vw;
    box-sizing: border-box;
}

.sec5 .outstanding-returns .swiper-content .swiper-nav .scroll-bar {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.sec5 .outstanding-returns .swiper-content .swiper-nav .scroll-bar .scroll-item {
    position: absolute;
    left: 0;
    top: 0;
    width: .104167vw;
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s;
}

.sec5 .outstanding-returns .swiper-content .swiper-nav p {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    /* transition: all .3s; */
}

.sec5 .outstanding-returns .swiper-content .swiper-nav .active {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

/* sec5-2 start*/
.sec5-2 .outstanding-returns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.sec5-2 .outstanding-returns .title {
    text-align: center;
    margin-top: 5vw;
    width: 62.5vw;
}

.sec5-2 .outstanding-returns .title h2 {
    font-weight: 400;
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.sec5-2 .outstanding-returns .title p {
    margin-top: .625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, .6);
}

.sec5-2 .outstanding-returns .swiper-content {
    width: 62.5vw;
    margin-top: 5vw;
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}

.sec5-2 .outstanding-returns .swiper-content .swiper {
    width: 41.25vw !important;
    margin: 0;
}

.sec5-2 .outstanding-returns .swiper-content .swiper-slide {
    background-color: black;
    height: auto;
}

.sec5-2 .outstanding-returns .swiper-content .swiper-slide video {
    width: 100%;
    display: block;
    border-radius: .416667vw;
}

.sec5-2 .outstanding-returns .swiper-content .swiper-slide p {
    color: rgba(255, 255, 255, .6);
    font-size: 1.041667vw;
    line-height: 1.5;
    margin-top: .833333vw;
}

.sec5-2 .outstanding-returns .swiper-content .swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 1.666667vw;
    position: relative;
    padding-left: 1.25vw;
    height: fit-content;
    width: 14.6875vw;
    box-sizing: border-box;
}

.sec5-2 .outstanding-returns .swiper-content .swiper-nav .scroll-bar {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.sec5-2 .outstanding-returns .swiper-content .swiper-nav .scroll-bar .scroll-item {
    position: absolute;
    left: 0;
    top: 0;
    width: .104167vw;
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s;
}

.sec5-2 .outstanding-returns .swiper-content .swiper-nav p {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    /* transition: all .3s; */
}

.sec5-2 .outstanding-returns .swiper-content .swiper-nav .active {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

/* sec6 start */

.sec6 {
    width: 62.5vw;
    padding: 8.333333vw 0;
    margin: 0 auto;
}

.sec6 .se6-title h2 {
    text-align: center;
}


.sec6 .se6-title p {
    text-align: center;
    margin-top: 1.25vw;
    text-align: center;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #fff;
    opacity: 0.6;

}

/* sec6 mob */
@media (max-aspect-ratio: 11 / 10) {
    .sec6 {
        width: 100%;
        padding: 13.333333vw 0;

    }

    .sec6 .se6-title {
        width: 86.666667vw;
        margin: 0 auto;

    }

    .sec6 .se6-title h3 {
        font-weight: 400;
    }

    .sec6 .se6-title p {
        text-align: center;
        margin-top: 2.222222vw;
        text-align: center;
        font-size: 3.888889vw;
        line-height: 1.5;
        color: #fff;
        opacity: 0.6;

    }
}




.sec7 {
    width: 100%;
    padding: 5vw 0;
}

.sec7>h2 {
    width: 62.5vw;
    margin: 0 auto 3.125vw;
    text-align: center;
}

.sec7-nav {
    display: flex;
    justify-content: center;
    font-size: 1.041667vw;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
}

.sec7-nav p {
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    margin: 0 1.041667vw;
}

.sec7-nav p.active {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.sec7-list {
    width: 100%;
    margin-top: 2.395833vw;
}

.sec7-item {
    width: 100%;
    display: none;
}

.sec7-item.active {
    display: block;
}

.sec7-pic {
    width: 62.5vw;
    position: relative;
    margin: 0 auto;
    border-radius: .416667vw;
    overflow: hidden;
}

.sec7-pic>a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.083333vw;
    padding: 0 1.041667vw;
    box-sizing: border-box;
    font-size: .729167vw;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: .208333vw;
    border-image: initial;
    text-decoration: none;
    transition: .3s;
}

.sec7-pic>a:hover {
    background-color: #fff;
    color: #000;
}

.sec7 .icons>img {
    width: 2.5vw;
    cursor: pointer;
}

.sec7-product>.swiper {
    width: 62.5vw;
}

.sec7-product {
    position: relative;
    margin-top: 1.25vw;
}

.sec7-product>.icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec7-product>.swiper .swiper-slide {
    background-color: rgba(108, 108, 108, 0.25);
    padding: .416667vw 1.09375vw 2.1875vw;
    border-radius: .416667vw;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    /* width: 14.6875vw; */
    /* margin-left: 1.25vw; */
}

.sec7-product>.swiper .swiper-slide:hover {
    background-color: #282828;
}

.sec7-product>.swiper .swiper-slide:hover img {
    transform: scale(1.05);
}



.sec7-product>.swiper img {
    width: 12.5vw;
    transition: .3s;
}

.sec7-product>.swiper h3 {
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #fff;
    margin-top: 1.666667vw;
}

.sec7-product>.swiper h3:hover {
    text-decoration: underline;
}

.sec7-product>.swiper p {
    font-size: .833333vw;
    line-height: 1.5;
    color: rgba(255, 255, 255.6);
    margin-top: .416667vw;
}

.sec7 .icons>img.disabled {
    opacity: .1;
}

.sec7-item>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.083333vw;
    padding: 0 1.041667vw;
    box-sizing: border-box;
    font-size: .729167vw;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: .208333vw;
    border-image: initial;
    text-decoration: none;
    margin: 3.125vw auto 0;
    transition: .3s;
}

.sec7-item>a:hover {
    background-color: #fff;
    color: #000;
}


/* æ–°å¢žse7-cards */
.se7-cards {

    width: 62.5vw;
    margin: 0 auto;
    margin-top: 1.25vw;
    display: flex;
    justify-content: space-between;
}

.se7-cards .se7-card {
    width: 20vw;
    background-color: rgba(108, 108, 108, 0.25);
    border-radius: .416667vw;
    padding-top: .416667vw;
    padding-bottom: 2.5vw;

}

.se7-cards .se7-card-img {
    width: 10.416667vw;
    margin: 0 auto;

}

.se7-cards .se7-card h3 {
    width: 13.9375vw;
    margin: 0 auto;
    margin-top: 1.666667vw;
    font-size: 1.041667vw;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.se7-cards .se7-card p {
    text-align: center;
    font-size: .833333vw;
    margin-top: .416667vw;
    color: rgba(255, 255, 255, 0.6);
}

.se7-cards .se7-card1 {
    width: 41.197917vw;
    padding: 2.083333vw;
    box-sizing: border-box;
    border-radius: .416667vw;
    background-color: rgba(108, 108, 108, 0.25);

}

.se7-cards .se7-card2 {
    width: 20vw;
    padding: 2.083333vw;
    box-sizing: border-box;
    border-radius: .416667vw;
    background-color: rgba(108, 108, 108, 0.25);
}

.se7-cards .se7-card2 .se7-content {
    margin: 0 auto;
    margin-top: 2.1875vw;

}

.se7-cards .se7-card1-con {
    display: flex;
    justify-content: space-between;
    width: 25.625vw;
    margin: 0 auto;
    margin-top: 2.1875vw;
}

.se7-cards .se7-card1-con img {
    width: 3.333333vw;
    margin: 0 auto;
    margin-bottom: 1.666667vw;
    display: block;

}

.se7-cards .se7-card2 img {
    width: 3.333333vw;
    margin: 0 auto;
    margin-bottom: 1.666667vw;
    display: block;
}

.se7-cards .se7-card1 h3,
.se7-cards .se7-card2 h3 {
    font-size: 1.041667vw;
    color: rgba(255, 255, 255, 1);
    /* width: 11.979167vw; */
    text-align: center;
}



.se7-cards .se7-card1 p,
.se7-cards .se7-card2 p {
    font-size: .833333vw;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: .625vw;
}

.se7-content {
    width: 11.979167vw;
}




/* sec7mob */
@media (max-aspect-ratio: 11 / 10) {
    .sec7 {
        width: 86.666667vw;
        margin: 0 auto;
        padding: 13.333333vw 0;

    }

    .sec7 h2 {
        text-align: left;
        width: 86.666667vw;
        margin: 0 auto 6.666667vw;
    }

    .sec7-nav {
        justify-content: space-between;
        font-size: 3.888889vw;
        margin: 0 auto;
        position: relative;
    }

    .sec7-nav p {
        margin: 0;
        text-align: center;
    }

    .sec7-list {
        width: 100%;
        margin-top: 4.444444vw;
    }

    .sec7-pic {
        width: 100%;
        position: relative;
        margin: 0 auto;
        border-radius: 2.222222vw;
    }

    .se7-cards {
        width: 100%;
        margin-top: 2.222222vw;
        display: flex;
        flex-wrap: wrap;
        row-gap: 2.222222vw;
    }

    .se7-cards .se7-card {
        width: 42.222222vw;
        border-radius: 2.222222vw;
        padding-top: 3.333333vw;
        padding-bottom: 8.888889vw;
    }

    .se7-cards .se7-card-img {
        width: 26.666667vw;

    }

    .se7-cards .se7-card h3 {
        width: 37.777778vw;
        font-size: 3.333333vw;
        margin-top: 4.444444vw;


    }

    .sec7-pic>a {
        display: none;
        height: 7.777778vw;
        padding: 0 6.666667vw;
        font-size: 3.333333vw;
        border-radius: .555556vw;

    }

    .se7-cards .se7-card p {
        font-size: 3.333333vw;
        margin-top: 2.222222vw;
    }

    .s7-card3 {
        flex-direction: column;
    }

    .se7-cards .se7-card1 {
        width: 100%;
        padding: 6.666667vw 6.666667vw;
        border-radius: 2.222222vw;
    }

    .se7-cards .se7-card2 {
        width: 100%;
        padding: 6.666667vw 6.666667vw;
        border-radius: 2.222222vw;
    }

    .se7-cards .se7-card1 h3,
    .se7-cards .se7-card2 h3 {
        font-size: 4.444444vw;
        text-align: left;
    }

    .se7-cards .se7-card1-con {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        margin-top: 8.333333vw;
    }

    .se7-content {
        width: 100%;
        display: flex;
        align-items: start;
    }

    .se7-content div {
        display: flex;
        flex-direction: column;
        margin-left: 2.222222vw;
    }

    .se7-content div h3 {
        font-size: 3.888889vw;
    }

    .se7-cards .se7-card1-con img {
        width: 8.888889vw;
        margin: 0;
        margin-bottom: 0;
        display: block;
    }

    .se7-cards .se7-card1 p,
    .se7-cards .se7-card2 p {
        font-size: 3.333333vw;
        text-align: left;
        margin-top: 2.222222vw;
    }

    .se7-card1-con .se7-content:first-of-type {
        margin-bottom: 6.666667vw;
    }

    .se7-cards .se7-card2 .se7-content {
        margin: 0;
        margin-top: 8.333333vw;
    }

    .se7-cards .se7-card2 img {
        width: 8.888889vw;
        margin: 0;
        margin-bottom: 0;
        display: block;
    }
}

/* æ–°å¢žfull-video */
/* full video */
.aidc-content .solar-pop-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 30;
}

.aidc-content .solar-pop-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
}

.aidc-content .solar-pop-video-content .solar-pop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 2vw;
    z-index: 31;
    cursor: pointer;
}

.aidc-content .solar-pop-video-bg video {
    width: 100%;
}

/*full-video mob */
@media (max-aspect-ratio: 11 / 10) {

    /* full video */
    .aidc-content .solar-pop-video-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: none;
        z-index: 30;
    }

    .aidc-content .solar-pop-video-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95vw;
    }

    .aidc-content .solar-pop-video-content .solar-pop-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 5vw;
        z-index: 31;
        cursor: pointer;
    }

    .aidc-content .solar-pop-video-bg video {
        width: 100%;
    }
}


/* se8 start*/

.sec8 {
    width: 100%;
    padding-top: 5vw;
}

.sec8 img {
    display: block;
}

.sec8 h2 {
    text-align: center;
}

.sec8 .sec8-title {
    width: 41.25vw;
    margin: 0 auto;
    margin-bottom: 2.395833vw;
}


.sec8 .sec8-title p {
    text-align: center;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #fff;
    opacity: 0.6;
    margin-top: .625vw;

}

.sec8 .s8-item-con {
    width: 62.5vw;
    margin: 0 auto;
    padding: 5vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec8 .s8-item-con .item-img {
    width: 30.625vw;
    border-radius: .416667vw;
    overflow: hidden;
}


.sec8 .item-content {
    width: 25.3125vw;
}

.sec8 .item-content h3 {
    font-weight: 400;
    font-size: 2.5vw;
    color: #fff;
    line-height: 1.5;
}

.sec8 .item-content p {
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #fff;
    opacity: 0.6;
    margin-top: .416667vw;
}

/* se9 start */

.sec9 {
    width: 62.5vw;
    margin: 0 auto;
    padding: 5vw 0;
}

.sec9 h2 {
    text-align: center;
}

.sec9 .se9-con {
    display: flex;
    justify-content: space-between;
    margin-top: 2.395833vw;

}

.se9-ai-dc {
    width: 20vw;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.sec9 .item-icon-container {
    width: 3.333333vw;

}

.se9-ai-dc h3 {
    font-size: 1.041667vw;
    color: #fff;
    line-height: 1.5;
    margin-top: 1.666667vw;
    margin-bottom: .208333vw;
    text-align: center;
}

.se9-ai-dc p {
    font-size: .833333vw;
    line-height: 1.5;
    color: #fff;
    opacity: 0.6;
    text-align: center;

}

/* se10 start */

.sec10 {
    width: 62.5vw;
    padding: 5vw 0;
    margin: 0 auto;
}

.sec10 img {
    display: block;
}

.sec10 h2 {
    text-align: center;

}

.se10-cards-con {
    margin-top: 2.395833vw;
    display: flex;
    justify-content: space-between;
}

.se10-card {
    width: 20vw;
    padding: 2.083333vw 0;
    background-color: rgba(108, 108, 108, .25);
    border-radius: .416667vw;
}

.se10-card h3 {
    display: block;
    font-size: 1.041667vw;
    color: #fff;
    line-height: 1.5;
    width: 16.041667vw;
    height: 4.84375vw;
    text-align: center;
    margin: 0 auto;
    /* padding-bottom: 3.28125vw; */
}

.se10-card-img {
    width: 12.395833vw;
    margin: 0 auto;
    /* margin-top: 3.229167vw; */
    border-radius: .416667vw;
    overflow: hidden;
}

.sec10 .iconImg-con {
    width: .625vw;
    display: flex;
    align-items: center;
    margin-left: .104167vw;
}

.sec10 .card-download {
    display: flex;
    justify-content: center;
    margin-top: 2.552083vw;
    margin-bottom: .416667vw;
}

.sec10 .card-download a {
    text-decoration: underline;
    font-size: .833333vw;
    color: #fff;
    line-height: 1.5;
}


/* sec11 start */

.sec11 {
    width: 62.5vw;
    padding: 8.333333vw 0;
    margin: 0 auto;
}

.sec11 h2 {
    text-align: center;
}

.sec11 p {
    font-size: .833333vw;
    line-height: 1.5;
    color: #fff;
    opacity: 0.6;
    text-align: center;
    margin: .625vw 0 1.666667vw;
}

.sec11 .button {
    display: flex;
    justify-content: center;
}

.sec11 .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.083333vw;
    /* margin: 0 auto; */
    padding: 0 1.041667vw;
    box-sizing: border-box;
    font-size: .729167vw;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: .208333vw;
    border-image: initial;
    text-decoration: none;
    transition: .3s;
}

.sec11 .button a:hover {
    background-color: #fff;
    color: #000;
}

.kv {
    position: relative;
    height: calc(100vh - (72px + 60px));
}

.kv-img {
    height: 100%;
}

.kv-img video {
    height: 100%;
    object-fit: cover;
}

/* mob */

@media (max-aspect-ratio: 11 / 10) {

    .aidc-content .mob-show {
        display: block !important;
    }

    .aidc-content .mob-show-flex {
        display: flex !important;
    }

    .aidc-content .pc-show,
    .aidc-content .pc-show-flex {
        display: none !important;
    }

    .aidc-content h2 {
        font-size: 6.666667vw;
        font-weight: 400;
    }




    .kv {
        position: relative;
        height: calc(100vh - (56px + 40px));
    }

    .kv-img {
        height: 100%;
    }

    .kv-img video {
        height: 100%;
        object-fit: cover;
    }

    .kv-img .video-fallback {
        height: 100%;
    }

    .kv-img .video-fallback img {
        object-fit: cover;
        height: 100%;
    }

    .kv-txt {
        top: 11.111111vw;
        width: 86.666667vw;
    }

    .kv-txt h2 {
        font-weight: 700;
    }

    .kv-txt p {
        font-size: 4.444444vw;
        margin-top: 2.222222vw;
    }


    .sec2 {
        width: 86.666667vw;
        margin: 0 auto;
        padding: 13.333333vw 0;
    }

    .sec2>h2 {
        text-align: left;
    }

    .sec2-content {
        margin-top: 6.666667vw;
    }

    .sec2-list {
        margin-top: 6.666667vw;
        flex-direction: column;
        gap: 6.666667vw;
    }

    .sec2-list>div {
        width: 100%;
        text-align: left;
    }

    .sec2-list>div h2 {
        font-size: 4.444444vw;
    }

    .sec2-list>div p {
        font-size: 3.333333vw;
        margin-top: 2.222222vw;
    }


    /* sec3 mob */

    .sec3 {
        width: 86.666667vw;
        padding: 13.333333vw 0;
    }

    .sec3>h2 {
        text-align: left;
    }

    .sec3>div {
        margin-top: 6.666667vw;
    }

    .sec3-txt h3 {
        display: none;
    }

    .sec3-txt p {
        display: none;
    }






    /* se6-mob start */
    /* high-reliability */
    .sec4 .high-reliability {
        padding-bottom: 13.333333vw;
        overflow: hidden;
        align-items: start;
    }

    .sec4 .high-reliability .title {
        margin-top: 13.333333vw;
        text-align: left;
        margin-left: 6.666667vw;
    }

    .sec4 .high-reliability .title h2 {
        font-weight: 400;
        font-size: 6.666667vw;
    }

    .sec4 .high-reliability .title p {
        width: auto;
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
        margin-right: 6.666667vw;
    }

    .sec4 .high-reliability .swiper {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin-top: 6.666667vw;
    }

    .sec4 .high-reliability .swiper-pagination {
        justify-content: left;
        gap: 2.222222vw;
        text-align: left;
        margin-top: 6.666667vw;
        width: 100%;
        transition: all .3s;
        overflow-x: scroll;
    }

    .sec4 .high-reliability .swiper-pagination::-webkit-scrollbar {
        display: none;
    }

    .sec4 .high-reliability .swiper-pagination .active {
        opacity: 1;
    }

    .sec4 .high-reliability .swiper-pagination .active::before {
        height: 1.111111vw;
    }

    .sec4 .high-reliability .swiper-pagination>div {
        flex: 0 0 64.444444vw;
    }

    .sec4 .high-reliability .swiper-pagination>div:first-of-type {
        margin-left: 7.777778vw;
    }

    .sec4 .high-reliability .swiper-pagination>div:last-of-type {
        margin-right: 7.777778vw;
    }

    .sec4 .high-reliability .swiper-pagination>div::before {
        height: .555556vw;
    }

    .sec4 .high-reliability .swiper-pagination h3 {
        font-size: 3.888889vw;
        margin-top: 7.777778vw;
    }

    .sec4 .high-reliability .swiper-pagination p {
        font-size: 3.333333vw;
        margin-top: 2.222222vw;
    }



    /* outstanding-returns */
    .sec5 .outstanding-returns {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0 6.666667vw 13.333333vw 6.666667vw;
        box-sizing: border-box;
    }

    .sec5 .outstanding-returns .title {
        text-align: left;
        margin-top: 13.333333vw;
        width: 100%;
    }

    .sec5 .outstanding-returns .title h2 {
        font-size: 6.666667vw;
    }

    .sec5 .outstanding-returns .title p {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }

    .sec5 .outstanding-returns .swiper-content {
        width: 100%;
        margin-top: 6.666667vw;
        justify-content: start;
        flex-direction: column-reverse;
    }

    .sec5 .outstanding-returns .swiper-content .swiper {
        width: 100% !important;
    }

    .sec5 .outstanding-returns .swiper-content .swiper-slide {
        background-color: black;
        height: auto;
    }

    .sec5 .outstanding-returns .swiper-content .swiper-slide video {
        border-radius: 2.222222vw;
    }

    .sec5 .outstanding-returns .swiper-content .swiper-slide h3 {
        margin-top: 6.666667vw;
        font-weight: 700;
        font-size: 4.444444vw;
        line-height: 1.5;
        color: rgba(255, 255, 255, 1);
    }

    .sec5 .outstanding-returns .swiper-content .swiper-slide p {
        font-size: 3.888889vw;
        margin-top: 2.222222vw;
    }

    .sec5 .outstanding-returns .swiper-content .swiper-navbar {
        display: flex;
        position: relative;
        margin-top: 6.666667vw;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sec5 .outstanding-returns .swiper-content .swiper-navbar .mob-scroll-bar {
        width: 42.222222vw;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .sec5 .outstanding-returns .swiper-content .swiper-navbar .mob-scroll-bar .swiper-scrollbar-drag {
        background-color: rgba(255, 255, 255, 1);
    }

    .sec5 .outstanding-returns .swiper-content .swiper-navbar .btn-content {
        display: flex;
        gap: 2.222222vw;
    }

    .sec5 .outstanding-returns .swiper-content .swiper-navbar .btn-content .disabled {
        opacity: .6;
    }

    .sec5 .outstanding-returns .swiper-content .swiper-navbar .btn-content img {
        width: 11.111111vw;
        height: 11.111111vw;
        object-fit: fill;
    }


    /* 5-2 */
    /* outstanding-returns */
    .sec5-2 .outstanding-returns {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0 6.666667vw 13.333333vw 6.666667vw;
        box-sizing: border-box;
    }

    .sec5-2 .outstanding-returns .title {
        text-align: left;
        margin-top: 13.333333vw;
        width: 100%;
    }

    .sec5-2 .outstanding-returns .title h2 {
        font-size: 6.666667vw;
    }

    .sec5-2 .outstanding-returns .title p {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }

    .sec5-2 .outstanding-returns .swiper-content {
        width: 100%;
        margin-top: 6.666667vw;
        justify-content: start;
        flex-direction: column;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper {
        width: 100% !important;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-slide {
        background-color: black;
        height: auto;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-slide video {
        border-radius: 2.222222vw;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-slide h3 {
        margin-top: 6.666667vw;
        font-weight: 700;
        font-size: 4.444444vw;
        line-height: 1.5;
        color: rgba(255, 255, 255, 1);
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-slide p {
        font-size: 3.888889vw;
        margin-top: 2.222222vw;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-navbar {
        display: flex;
        position: relative;
        margin-top: 6.666667vw;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-navbar .mob-scroll-bar {
        width: 42.222222vw;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-navbar .mob-scroll-bar .swiper-scrollbar-drag {
        background-color: rgba(255, 255, 255, 1);
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-navbar .btn-content {
        display: flex;
        gap: 2.222222vw;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-navbar .btn-content .disabled {
        opacity: .6;
    }

    .sec5-2 .outstanding-returns .swiper-content .swiper-navbar .btn-content img {
        width: 11.111111vw;
        height: 11.111111vw;
        object-fit: fill;
    }


    .sec8 {
        width: 100%;
        padding-top: 13.333333vw;
    }

    .sec8 .sec8-title {
        width: 86.666667vw;
        margin: 0 auto;
        margin-bottom: 0;
        text-align: left;
    }

    .sec8 h2 {
        text-align: left;
    }

    .sec8 .sec8-title p {
        text-align: left;
        font-size: 3.888889vw;
        margin-top: 2.222222vw;
    }

    .sec8 .s8-item-con {
        width: 86.666667vw;
        padding: 13.333333vw 0;
        flex-wrap: wrap;
    }

    .sec8 .s8-item-con .item-img {
        width: 100%;
        border-radius: 2.222222vw;
        overflow: hidden;
        margin-top: 6.666667vw
    }

    .sec8 .item-content {
        width: 100%;
    }

    .sec8 .s8-item-con-1 {
        flex-direction: column-reverse;
    }

    .sec8 .s8-item-con-3 {
        flex-direction: column-reverse;
    }

    .sec8 .item-content h3 {
        font-size: 6.666667vw;
        font-weight: 400;
    }

    .sec8 .item-content p {
        font-size: 3.888889vw;
        margin-top: 2.222222vw;
    }

    .sec9 {
        width: 86.666667vw;
        margin: 0 auto;
        padding: 13.333333vw 0;
    }

    .sec9 h2 {
        text-align: left;
    }

    .sec9 .se9-con {
        margin-top: 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .se9-ai-dc {
        margin-top: 6.666667vw;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .sec9 .item-icon-container {
        width: 7.777778vw;
        margin-right: 2.222222vw;
    }

    .se9-ai-dc h3 {
        font-size: 3.888889vw;
        margin-top: 0;
        margin-bottom: 2.222222vw;
        text-align: left;
    }

    .se9-ai-dc p {
        font-size: 3.333333vw;
        text-align: left;
    }

    .se9-ai-dc .se9-txt {
        flex: 1;
    }

    .sec10 {
        width: 86.666667vw;
        padding: 13.333333vw 0;
        margin: 0 auto;
    }

    .sec10 h2 {
        text-align: left;
    }

    .se10-cards-con {
        margin-top: 6.666667vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 3.333333vw;
    }

    .se10-card {
        width: 100%;
        padding: 4.444444vw;
        border-radius: 1.111111vw;
        display: flex;
        align-items: center;
    }


    .se10-card-img {
        width: 21.111111vw;
        margin: 0;
        border-radius: 0;
        margin-right: 5.555556vw;
    }

    .se10-card h3 {
        font-size: 3.888889vw;
        width: 100%;
        height: auto;
        text-align: left;
        margin: 0;
        /* padding-bottom: 3.28125vw; */
    }

    .sec10 .card-download {
        margin-top: 3.611111vw;
        margin-bottom: 0;
        justify-content: left;
    }

    .sec10 .card-download a {
        text-decoration: none;
        font-size: 3.333333vw;
    }

    .sec10 .iconImg-con {
        width: 3.333333vw;
        margin-left: .555556vw;
    }

    .se10-card-content {
        width: 100%;
        flex: 1;
    }


    .sec11 {
        width: 86.666667vw;
        padding: 13.333333vw 0;
    }

    .sec11 p {
        font-size: 3.888889vw;
        text-align: center;
        margin: 2.222222vw 0 6.666667vw;
    }

    .sec11 .button a {
        height: 7.777778vw;
        /* margin: 0 auto; */
        padding: 0 6.666667vw;
        font-size: 3.333333vw;
        border-radius: .555556vw;
    }


}


.section-contact .content p {
    width: min(100%, 780px);
}

.section-contact .content .btn-white-h:hover {
    background-color: #fff !important;
    color: #000;
    border-color: #fff;
}

/* nav */

nav {
    position: relative;
    padding: 0 80px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #1F2122;
    font-size: 16px;
    z-index: 15;
    color: #fff;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    body.header-fixed nav {
        top: 72px;
        transition: all .5s;
    }
}


@media (max-width: 991px) {
    nav {
        padding: 0 17px;
        top: 56px;
        min-height: 40px;
        height: auto;
        font-size: 12px;
    }
}


.aidc-content {
    padding-top: 72px;
}

@media (max-aspect-ratio: 11 / 10) {
    .aidc-content {
        padding-top: 56px;
    }
}

.video-5-2-con {
    position: relative;
    background-color: transparent;
    height: 100%;
}

.video-5-2-con p {
    position: absolute;
    top: 27.333333vw;
}

.video-5-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: .416667vw;
}

@media (max-aspect-ratio: 11 / 10) {
    .video-5-2-con p {
        position: absolute;
        top: 73.166667vw;
        /* bottom: 11.666667vw; */
    }

    .video-5-2-con h3 {
        position: absolute;
        bottom: 19.722222vw;
    }
}


/* a */
.se7-card-a {
    cursor: default;
}