/*去除系统样式开始*/

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    /*去掉列表标签默认的样式*/
}

input,
img {
    border: 0 none;
    outline: none;
    vertical-align: middle;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}



/* 通用开始 */
.smart_home_Energy_container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.smart_home_Energy_container {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.smart_home_Energy_container .blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}



.smart_home_Energy_container .blur-up.lazyloaded {
    filter: blur(0);
}


.smart_home_Energy_container h2 {
    font-size: 2.083333vw;
    line-height: 1.2;
    font-weight: 400;
    color: #FFFFFF;
}

.smart_home_Energy_container h3 {
    font-size: 1.666667vw;
    line-height: 1.5;

}

.smart_home_Energy_container p {
    font-size: .833333vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.smart_home_Energy_container img {
    width: 100%;
    display: block;
}





/* @media (max-aspect-ratio: 11 / 10) {



    .smart_home_Energy_container h2 {
        font-size: 6.666667vw;
    }

    .smart_home_Energy_container h3 {
        font-size: 4.444444vw;
    }

    .smart_home_Energy_container p {
        font-size: 4.444444vw;
    }

} */

/* 通用结束 */


/* s1 */

.smart_home_Energy_container .page-se1-kv1 {
    position: relative;
    width: 100%;
}

.smart_home_Energy_container .page-se1-kv1 video {
    width: 100%;
}

.smart_home_Energy_container .page-kv1-title {
    position: absolute;
    top: 3.333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: 41.25vw;
}

.smart_home_Energy_container .page-kv1-title .kv1-svg {
    width: 7.604167vw;
    margin: 0 auto;
}

.smart_home_Energy_container .page-kv1-title h2 {
    font-size: 2.083333vw;
    line-height: 1.2;
    font-weight: 700;
    margin: .625vw 0;
}

.smart_home_Energy_container .page-kv1-title p {
    margin-bottom: 1.666667vw;
}

.smart_home_Energy_container .se1-button {
    color: rgba(255, 255, 255, 1);

}

.smart_home_Energy_container .se1-button a {
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .208333vw;
    font-size: .729167vw;
    height: 2.083333vw;
    border: 1px solid rgba(255, 255, 255, 1);
    line-height: 1;
    width: fit-content;
    margin: 0 auto;
    padding: 0 1.09375vw;
}

.smart_home_Energy_container .se1-button a:hover {
    color: black;
    background-color: rgba(255, 255, 255, 1);
}

/* full video */
.smart_home_Energy_container .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;
}

.smart_home_Energy_container .solar-pop-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
}

.smart_home_Energy_container .solar-pop-video-content .solar-pop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 2vw;
    z-index: 31;
    cursor: pointer;
}

.smart_home_Energy_container .solar-pop-video-bg video {
    width: 100%;
}

/* 01 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .page-kv1-title {
        position: absolute;
        top: 20vw;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 86.666667vw;
    }

    .smart_home_Energy_container .page-kv1-title .kv1-svg {
        width: 30.555556vw;
        margin: 0 auto;
    }

    .smart_home_Energy_container .page-kv1-title h2 {
        margin: 2.222222vw 0;
        font-size: 6.666667vw;
        font-weight: 700;
        line-height: 1.5;
    }

    .smart_home_Energy_container .page-kv1-title p {
        margin-bottom: 6.666667vw;
        font-size: 3.333333vw;
        font-weight: 400;
        line-height: 1.5;
    }

    .smart_home_Energy_container .se1-button {
        color: rgba(255, 255, 255, 1);

    }

    .smart_home_Energy_container .se1-button a {
        border-radius: .555556vw;
        font-size: 3.333333vw;
        height: 7.777778vw;
        border: 1px solid rgba(255, 255, 255, 1);
        line-height: 1;
        width: fit-content;
        margin: 0 auto;
        padding: 0 3.333333vw;
    }

    .smart_home_Energy_container .solar-pop-video-content {
        width: 95vw;
    }

    .smart_home_Energy_container .solar-pop-video-content .solar-pop-close {
        width: 5vw;
    }

    .smart_home_Energy_container .solar-pop-video-bg video {
        width: 100%;
    }
}

/* 02 */

.smart_home_Energy_container .page-se2-items {
    width: 100%;
    padding: 5vw 0;
}

.smart_home_Energy_container .se2-items-con {
    width: 62.5vw;
    margin: 0 auto;
}

.smart_home_Energy_container .se2-items-con .item-con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25vw;
}

.smart_home_Energy_container .se2-items-con .item-con:last-child {
    margin-bottom: 0;
}

.smart_home_Energy_container .se2-items-con .item-1 {
    position: relative;
    width: 35.9375vw;
    border-radius: .416667vw;
    overflow: hidden;

}

.smart_home_Energy_container .se2-items-con .item-1:hover picture>img {
    transform: scale(1.05);

}

.smart_home_Energy_container .se2-items-con .item-1 picture>img {
    transition: all .5s;
}

.smart_home_Energy_container .se2-items-con .item-2:hover picture>img {
    transform: scale(1.05);

}

.smart_home_Energy_container .se2-items-con .item-2 picture>img {
    transition: all .5s;
}

.smart_home_Energy_container .anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}


.smart_home_Energy_container .se2-items-con .item-2 {
    position: relative;
    width: 25.3125vw;
    border-radius: .416667vw;
    overflow: hidden;
}

.smart_home_Energy_container .item-title {
    position: absolute;
    width: 28.645833vw;
    bottom: 1.666667vw;
    left: 1.666667vw;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #FFFFFF;
    z-index: 10;
}

.smart_home_Energy_container .item-2 .item-title {

    width: 18.645833vw;

}

.smart_home_Energy_container .icon-down {
    position: absolute;
    bottom: 1.666667vw;
    right: 1.666667vw;
    width: 2.916667vw;
    z-index: 10;
}

.smart_home_Energy_container .scroll-btn {
    cursor: pointer;
}

/* page-se2-items mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .page-se2-items {
        width: 100%;
        padding: 13.333333vw 0;
    }

    .smart_home_Energy_container .se2-items-con {
        width: 86.666667vw;
        margin: 0 auto;
    }

    .smart_home_Energy_container .se2-items-con .item-con {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .smart_home_Energy_container .se2-items-con .item-1 {
        width: 86.666667vw;
        border-radius: 0;
        margin-bottom: 3.333333vw;
    }

    .smart_home_Energy_container .se2-items-con .item-2 {
        width: 86.666667vw;
        border-radius: 0;
        margin-bottom: 3.333333vw;
    }

    .smart_home_Energy_container .item-title {
        width: 39.166667vw;
        bottom: 6.666667vw;
        left: 6.666667vw;
        font-size: 4.444444vw;
        font-weight: 700;

        line-height: 1.25;
    }

    .smart_home_Energy_container .item-2 .item-title {

        width: 39.166667vw;

    }

    .smart_home_Energy_container .icon-down {
        position: absolute;
        bottom: 6.666667vw;
        right: 6.666667vw;
        width: 11.111111vw;
    }

    .smart_home_Energy_container .se2-items-con .item-con:last-child .item-2 {
        margin-bottom: 0;
    }

}

/* 03 */
.smart_home_Energy_container .page-se3 {
    width: 100%;
    padding: 5vw 0;
}

.smart_home_Energy_container .se3-title {
    width: 49.375vw;
    margin: 0 auto;
    text-align: center;
}

.smart_home_Energy_container .se3-title h2 {
    font-size: 2.916667vw;
    font-weight: 400;
    line-height: 1.5;
}

.smart_home_Energy_container .se3-title p {
    font-size: 1.041667vw;
    font-weight: 400;
    line-height: 1.5;
    margin: .625vw 0 2.083333vw;
}

.smart_home_Energy_container .se3_img {
    position: relative;
    width: 62.5vw;
    margin: 0 auto;
}

.smart_home_Energy_container .se3_phone_img {
    position: absolute;
    top: 2.864583vw;
    left: 42.083333vw;
    width: 13.489583vw;

}

.smart_home_Energy_container .se3-end-para {
    width: 49.375vw;
    margin: 0 auto;
    text-align: center;
    font-size: 1.041667vw;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.083333vw;
}

/* page-se3 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .page-se3 {
        width: 100%;
        padding: 17.777778vw 0;
    }

    .smart_home_Energy_container .se3-title {
        width: 86.666667vw;
        margin: 0 auto;
        text-align: left;
    }

    .smart_home_Energy_container .se3-title h2 {
        font-size: 6.666667vw;
        font-weight: 400;
        line-height: 1.5;
    }

    .smart_home_Energy_container .se3-title p {
        font-size: 3.888889vw;
        font-weight: 400;
        line-height: 1.5;
        margin: 2.222222vw 0 6.666667vw;
    }

    .smart_home_Energy_container .se3_img {

        width: 86.666667vw;

    }

    .smart_home_Energy_container .se3_phone_img {
        display: none;

    }
}



/* 3-4 */
.smart_home_Energy_container .page-se3-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 5vw;
}

.smart_home_Energy_container .se3-4-left-img {
    width: 35.729167vw;
    /* margin-left: 18.75vw; */
    margin-right: 1.25vw;
}

.smart_home_Energy_container .se3-4-right-content {
    width: 25.3125vw;
    /* margin-top: 8.28125vw; */
}

.smart_home_Energy_container .se3-4-right-content h2 {
    font-size: 2.5vw;
    line-height: 1.5;
    font-weight: 400;

}

.smart_home_Energy_container .se3-4-right-content p {
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
    margin-top: .416667vw;
}

/* page-se3-4 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .page-se3-4 {
        display: flex;
        flex-direction: column;

        width: 100%;
        padding: 64px 0;
    }

    .smart_home_Energy_container .se3-4-left-img {
        width: 28.7vw;
        margin-left: 0;
        margin-right: 0;
        order: 2;
    }

    .smart_home_Energy_container .se3-4-right-content {
        order: 1;
        width: 86.666667vw;
        margin: 0 auto;
    }

    .smart_home_Energy_container .se3-4-right-content h2 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
    }

    .smart_home_Energy_container .se3-4-right-content p {
        font-size: 3.888889vw;
        line-height: 1.5;
        font-weight: 400;
        margin-top: 2.222222vw;
        margin-bottom: 9.722222vw;
    }
}


/* 04 */
.smart_home_Energy_container .page-se4 {
    width: 100%;
    padding: 5vw 0;

}

.smart_home_Energy_container .se4-title {
    width: 49.375vw;
    margin: 0 auto;
    text-align: center;
}

.smart_home_Energy_container .se4-title h2 {
    font-size: 2.916667vw;
    line-height: 1.5;
    font-weight: 400;
}

.smart_home_Energy_container .se4-title p {
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
    margin: .625vw 0 2.083333vw;
}

.smart_home_Energy_container .se4-img {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 2.083333vw;
}

.smart_home_Energy_container .page-se4 .end-para {
    width: 62.5vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 2.083333vw;
}

.smart_home_Energy_container .page-se4 .end-para .para {
    width: 42.65625vw;
}

.smart_home_Energy_container .page-se4 .para p {
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
}

.smart_home_Energy_container .se4-left-part {
    display: flex;
    justify-content: space-between;
    width: 29.322917vw;
    font-size: .833333vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
}

.smart_home_Energy_container .se4-left-part .icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.smart_home_Energy_container .se4-left-part .icon-container img {
    width: 4.6875vw;
    margin-bottom: .416667vw;
}

.smart_home_Energy_container .se4-right-part {
    /* width: 10.989583vw; */
    display: flex;
    flex-direction: column;
}

.smart_home_Energy_container .se4-right-part span:first-child {
    font-size: 3.854167vw;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
}

.smart_home_Energy_container .se4-right-part span:nth-child(2) {
    font-size: 2.604167vw;
    line-height: 1.5;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: .416667vw;
}

.smart_home_Energy_container .se4-right-part img {
    width: 1.09375vw;
    display: inline-block;
    margin-left: .416667vw;

}

.smart_home_Energy_container .se4-right-part p {
    font-size: .833333vw;
    margin-top: .416667vw;
}

.smart_home_Energy_container .page-se4 .end-para2 {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 3.125vw;
}

.smart_home_Energy_container .page-se4 .end-para2 p {
    font-size: .625vw;
    line-height: 1.6;
    font-weight: 400;
}

/* page-se4 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .page-se4 {
        width: 100%;
        padding: 17.777778vw 0;
        display: flex;
        flex-direction: column;
    }

    .smart_home_Energy_container .se4-title {
        width: 86.666667vw;
        margin: 0 auto;
        text-align: left;
        order: 1;
    }

    .smart_home_Energy_container .page-se4 .end-para {
        width: 86.666667vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 2.222222vw;
        order: 2;
    }

    .smart_home_Energy_container .page-se4 .end-para .para {
        width: 86.666667vw;

    }

    .smart_home_Energy_container .page-se4 .para p {
        font-size: 3.888889vw;
        line-height: 1.5;
        font-weight: 400;
    }

    .smart_home_Energy_container .se4-right-part {
        width: 86.666667vw;
        display: flex;
        flex-direction: column;
        margin-top: 8.888889vw;
    }

    .smart_home_Energy_container .se4-right-part span:first-child {
        font-size: 11.111111vw;
        line-height: 1.5;
        font-weight: 700;
        color: #FFFFFF;
    }

    .smart_home_Energy_container .se4-right-part span:nth-child(2) {
        font-size: 5.555556vw;
        line-height: 1.5;
        font-weight: 700;
        color: #FFFFFF;
        margin-left: 2.222222vw;
    }

    .smart_home_Energy_container .se4-right-part p {
        font-size: 3.333333vw;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 2.222222vw;
    }

    .smart_home_Energy_container .se4-img {
        width: 100%;
        margin: 0 auto;
        margin-top: 6.666667vw;
        order: 3;
    }

    .smart_home_Energy_container .page-se4 .end-para2 {
        order: 4;
        width: 86.666667vw;
        margin: 0 auto;
        margin-top: 4.444444vw;
    }

    .smart_home_Energy_container .page-se4 .end-para2 p {
        font-size: 2.222222vw;
        line-height: 1.6;
        font-weight: 400;
    }

    .smart_home_Energy_container .se4-title h2 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
    }
}


/* 5 */
.smart_home_Energy_container .page-se5 {
    padding: 5vw 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.smart_home_Energy_container .se5-title {
    width: 57.291667vw;
    margin: 0 auto 2.5vw;
    text-align: center;
}

.smart_home_Energy_container .se5-title h2 {
    font-size: 2.916667vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .625vw;
}

.smart_home_Energy_container .se5-title p {
    font-size: 1.041667vw;
    font-weight: 400;
    line-height: 1.5;
    width: 42.708333vw;
    margin: 0 auto;
}

.smart_home_Energy_container .se5-content-con {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 2.083333vw;
    display: flex;
}

.smart_home_Energy_container .se5-button-down {
    width: 22.5vw;
    padding: 1.25vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);

}

.smart_home_Energy_container .se5-left-part {
    width: 26.666667vw;
    margin-top: 3.854167vw;
}

.smart_home_Energy_container .left-title {
    display: flex;
    width: 22.5vw;
    justify-content: space-between;
    cursor: pointer;

}

.smart_home_Energy_container .left-title span {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.smart_home_Energy_container .se5-left-part .button-para {
    display: none;
    color: rgba(255, 255, 255, 0.64);
    font-size: .833333vw;
    font-weight: 400;
    line-height: 1.5;
    width: 16.15625vw;
    margin-top: .625vw;
    /* overflow: hidden;
    transition: all .5s; */
}



.smart_home_Energy_container .se5-right-part {
    width: 35.833333vw;
}

.smart_home_Energy_container .se5-right-part img {
    width: 100%;
}

.smart_home_Energy_container .left-title img {
    width: 1.666667vw;
    transition: all .3s;
}

.smart_home_Energy_container .img-none {
    transform: rotate(-180deg);

}

.smart_home_Energy_container .se5-end-para {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 3.125vw;
}

.smart_home_Energy_container .se5-end-para p {
    font-size: .729167vw;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .page-se5 {
        padding: 17.777778vw 0;

    }

    .smart_home_Energy_container .se5-title {
        width: 86.666667vw;
        margin: 0 auto 6.666667vw;
        text-align: left;
    }

    .smart_home_Energy_container .se5-title h2 {
        font-size: 6.666667vw;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 2.222222vw;
    }

    .smart_home_Energy_container .se5-title p {
        font-size: 3.888889vw;
        font-weight: 400;
        line-height: 1.5;
        width: 86.666667vw;
        margin: 0 auto;
    }

    .smart_home_Energy_container .se5-content-con {
        width: 86.666667vw;
        margin: 0 auto;
        margin-top: 2.083333vw;
        display: flex;
        flex-direction: column;
    }

    .smart_home_Energy_container .se5-left-part {
        width: 86.666667vw;
        margin-top: 0;
    }

    .smart_home_Energy_container .se5-button-down {
        width: 86.666667vw;
        padding: 6.666667vw 0;
    }

    .smart_home_Energy_container .left-title {
        display: flex;
        width: 86.666667vw;
        justify-content: space-between;
        cursor: pointer;
    }

    .smart_home_Energy_container .left-title span {
        font-size: 4.444444vw;
        font-weight: 400;
        line-height: 1.5;
        color: rgba(255, 255, 255, 1);
    }

    .smart_home_Energy_container .left-title img {
        width: 8.888889vw;
    }

    .smart_home_Energy_container .se5-left-part .button-para {
        color: rgba(255, 255, 255, 0.64);
        font-size: 3.333333vw;
        font-weight: 400;
        line-height: 1.5;
        width: 86.666667vw;
        margin-top: 3.333333vw;

        /* overflow: hidden;
        transition: all .5s; */
    }

    /* .smart_home_Energy_container .para-block {
        height: 13vw !important;
    } */

    .smart_home_Energy_container .se5-right-part {
        width: 86.666667vw;
        margin-top: 6.666667vw;
    }

    .smart_home_Energy_container .se5-end-para {
        width: 86.666667vw;
        margin: 0 auto;
        margin-top: 4.444444vw;
    }

    .smart_home_Energy_container .se5-end-para p {
        font-size: 2.222222vw;
        line-height: 1.6;
        font-weight: 400;
    }

}


/* 06 */

.smart_home_Energy_container .page-se6 {
    padding: 5vw 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.smart_home_Energy_container .se6-title {
    width: 41.25vw;
    margin: 0 auto 2.5vw;
    text-align: center;
}

.smart_home_Energy_container .se6-title h2 {
    font-size: 2.916667vw;
    line-height: 1.5;
    font-weight: 400;
}

.smart_home_Energy_container .center-picture {
    position: relative;
}

.smart_home_Energy_container .bubble-con {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 10;
    align-items: center;
}

.smart_home_Energy_container .bubble {
    width: 5.9375vw;
    height: 2.5vw;
    border-radius: 1.25vw;
    line-height: 2.34375vw;
    background-color: rgba(255, 255, 255, .4);
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-size: .833333vw;

}

.smart_home_Energy_container .bubble-con:nth-of-type(1) {
    top: 24.239583vw;
    left: 2.135417vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(2) {
    top: 29.9375vw;
    left: 32.04583vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(3) {
    top: 26.09375vw;
    left: 36.862292vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(4) {
    top: 23.175vw;
    left: 43.666667vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(5) {
    top: 28.114583vw;
    left: 52.69375vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(6) {
    top: 15.729167vw;
    left: 62.1375vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(7) {
    top: 33.72083vw;
    left: 63.833vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(2) .bubble {
    width: 7.604167vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(3) .bubble {
    width: 8.541667vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(4) .bubble {
    width: 5.364583vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(5) .bubble {
    width: 10.416667vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(6) .bubble {
    width: 6.875vw;
}

.smart_home_Energy_container .bubble-con:nth-of-type(7) .bubble {
    width: 7.03125vw;
}

.smart_home_Energy_container .dots {
    width: 1.041667vw;
    margin: .416667vw 0;
}

.smart_home_Energy_container .page-se6 .end-para {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 62.5vw;
    margin: 1.666667vw auto 0;
}

.smart_home_Energy_container .page-se6 .para {
    width: 50.3125vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    /* margin-ri: 5vw; */
}

.smart_home_Energy_container .se6-button {
    text-align: center;

}




.smart_home_Energy_container .se6-button a {
    border-image: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.083333vw;
    box-sizing: border-box;
    line-height: 1;
    color: #FFFFFF;
    font-size: .729167vw;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    border-radius: .208333vw;
    padding: 0 1.666667vw;
    width: fit-content;

}

.smart_home_Energy_container .se6-button a:hover {
    background-color: #fff;
    color: #000;
}

.smart_home_Energy_container .page-se6 .right-phone-img {
    position: absolute;
    top: 7.65625vw;
    left: 71.833333vw;
    width: 16.510417vw;
}

/* page6 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .page-se6 {
        padding: 17.777778vw 0;
    }

    .smart_home_Energy_container .se6-title {
        width: 86.666667vw;
        margin: 0 auto 6.666667vw;
        text-align: center;
    }

    .smart_home_Energy_container .se6-title h2 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 700;
    }

    .smart_home_Energy_container .page-se6 .right-phone-img {
        display: none;
    }

    .smart_home_Energy_container .bubble-con {
        display: none;
    }

    .smart_home_Energy_container .page-se6 .end-para {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 86.666667vw;
        margin: 6.666667vw auto 0;
    }

    .smart_home_Energy_container .page-se6 .para {
        width: 86.666667vw;
        font-size: 3.333333vw;
        line-height: 1.5;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
        margin-bottom: 6.666667vw;
    }

    .smart_home_Energy_container .se6-button {
        text-align: center;

    }




    .smart_home_Energy_container .se6-button a {
        border-image: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: 7.777778vw;
        box-sizing: border-box;
        line-height: 1;
        color: #FFFFFF;
        font-size: 3.333333vw;
        border: 1px solid #FFFFFF;
        margin: 0 auto;
        border-radius: 1.111111vw;
        padding: 0 5.555556vw;
        width: fit-content;

    }
}


/* 7 */
.smart_home_Energy_container .pga-se7-lunbo {
    width: 100%;
    padding: 5vw 0;
}

.smart_home_Energy_container .se7-title {
    width: 41.25vw;
    margin: 0 auto;
    margin-bottom: 3.125vw;
}

.smart_home_Energy_container .se7-title h2 {
    font-size: 2.916667vw;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

.smart_home_Energy_container .lunbo {
    width: 62.5vw;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.smart_home_Energy_container .pga-se7-lunbo .left-part {
    position: relative;
    width: 14.6875vw;
    height: 100%;
    /* margin-top: 5.729167vw; */
    margin-right: 6.5625vw;
}

.smart_home_Energy_container .pga-se7-lunbo .left-part div {
    font-size: 1.25vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.666667vw;
    padding-left: 1.25vw;
    cursor: pointer;
}

.smart_home_Energy_container .pga-se7-lunbo .left-part div:nth-child(5) {
    margin-bottom: 0;
}

.smart_home_Energy_container .line-light {
    border-left: .104167vw solid #fff;
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

.smart_home_Energy_container .left-part .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding-left: 0 !important;
}

.smart_home_Energy_container .swiper {
    width: 41.25vw;
}

/* .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
} */



.smart_home_Energy_container .right-part {
    position: relative;
    width: 41.25vw;
    background-color: rgba(0, 0, 0, 1);
}

.smart_home_Energy_container .right-part .phone {
    position: absolute;
    width: 10.936979vw;
    top: 3.697917vw;
    left: 5.3125vw;
}

.smart_home_Energy_container .left-part-mob {
    display: none;
}

/* page7 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .pga-se7-lunbo {
        width: 100%;
        padding: 13.333333vw 0;
    }

    .smart_home_Energy_container .se7-title {
        width: 86.666667vw;
        margin: 0 auto;
        margin-bottom: 6.666667vw;
    }

    .smart_home_Energy_container .se7-title h2 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
        text-align: left;
    }

    .smart_home_Energy_container .lunbo {
        width: 86.666667vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .smart_home_Energy_container .pga-se7-lunbo .left-part {
        display: none;
    }

    .smart_home_Energy_container .left-part-mob {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 6.666667vw;
    }

    .swiper-left-part-mob {
        width: 86.666667vw;
    }

    .smart_home_Energy_container .right-part {
        position: relative;
        width: 86.666667vw;
        background-color: rgba(0, 0, 0, 1);
    }

    .smart_home_Energy_container .right-part .phone {
        display: none;
    }

    .smart_home_Energy_container .swiper {
        width: 86.666667vw;
    }

    .smart_home_Energy_container .pga-se7-lunbo .left-part-mob .next-button {
        font-size: 4.444444vw;
        line-height: 1.5;
        font-weight: 700;
        color: #FFFFFF;
        margin-bottom: 0;
        padding-left: 1.25vw;
        cursor: pointer;
        border-left: 0;
    }

    .smart_home_Energy_container .new-opacity {
        opacity: 1 !important;
    }

    .smart_home_Energy_container .line-prev-next {
        display: flex;
        justify-content: space-between;
        width: 86.666667vw;
        margin-top: 6.666667vw;
    }

    .smart_home_Energy_container .line-prev-next .line-con {
        width: 41.222222vw;
        display: flex;
        align-items: center;
    }


    .smart_home_Energy_container .line-prev-next .line {
        position: relative;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .smart_home_Energy_container .line-prev-next .line .line-light {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        height: .555556vw;
        width: 16.666667vw;
        /* background-color:#fff; */
        border-top: 2px solid #fff;
        transition: left 0.3s ease-in-out;

    }






    .smart_home_Energy_container .line-prev-next .prev-next {
        display: flex;
        justify-content: space-between;
        width: 24.444444vw;
    }

    .smart_home_Energy_container .line-prev-next .prve {
        width: 11.111111vw;
    }

    .smart_home_Energy_container .line-prev-next .next {
        width: 11.111111vw;
    }
}



/* 08 */
.smart_home_Energy_container .pga-se8 {
    width: 100%;
    padding: 5vw 0;
}

.smart_home_Energy_container .se8-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 15.104167vw; */
}

.smart_home_Energy_container .pga-se8 .left-img {
    width: 31.770833vw;
    margin-right: 3.802083vw;
}

.smart_home_Energy_container .pga-se8 .right-para {
    width: 30.625vw;
}

.smart_home_Energy_container .right-para h2 {
    margin-bottom: 1.666667vw;
    font-size: 2.916667vw;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

.smart_home_Energy_container .right-para p {
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

/* page8 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .pga-se8 {
        width: 100%;
        padding: 13.333333vw 0;
    }

    .smart_home_Energy_container .se8-container {
        display: flex;
        flex-direction: column;
        width: 86.666667vw;
        margin-left: 0;
        margin: 0 auto;
    }

    .smart_home_Energy_container .pga-se8 .left-img {
        order: 2;
        width: 86.666667vw;
        margin-right: 3.802083vw;
    }

    .smart_home_Energy_container .pga-se8 .right-para {
        order: 1;
        width: 86.666667vw;
        margin-bottom: 6.666667vw;
    }

    .smart_home_Energy_container .right-para h2 {
        margin-bottom: 2.222222vw;
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
        text-align: left;
    }

    .smart_home_Energy_container .right-para p {
        font-size: 3.888889vw;
        line-height: 1.5;
        font-weight: 400;
        text-align: left;
    }
}

/* replenish */
.smart_home_Energy_container .pag-replenish {
    width: 100%;
    padding: 5vw 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.smart_home_Energy_container .pag-replenish .left-part {
    width: 28.125vw;

}

.smart_home_Energy_container .pag-replenish .left-part h2 {
    margin-bottom: 1.666667vw;
    font-size: 2.916667vw;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

.smart_home_Energy_container .pag-replenish .left-part p {
    margin-bottom: 1.041667vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

.smart_home_Energy_container .pag-replenish .left-part .percent-part {
    display: flex;
    flex-direction: column;
}

.smart_home_Energy_container .pag-replenish .percent-part span:first-child {
    font-size: 3.125vw;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
}

.smart_home_Energy_container .pag-replenish .percent-part span:nth-child(2) {
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 1.5;
    margin-left: .416667vw;
    color: #FFFFFF;
}

.smart_home_Energy_container .pag-replenish .percent-part img {
    display: inline-block;
    width: .805729vw;
    margin-left: .416667vw;
}

.smart_home_Energy_container .pag-replenish .percent-part p {
    margin-bottom: 0;
    margin-top: .416667vw;
}

.smart_home_Energy_container .pag-replenish .right-part {
    width: 31.770833vw;
    margin-left: 2.604167vw;
}

/* page8 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .pag-replenish {
        width: 100%;
        padding: 13.333333vw 0;
        display: flex;
        flex-direction: column;
    }

    .smart_home_Energy_container .pag-replenish .left-part {
        width: 86.666667vw;
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto;
    }

    .smart_home_Energy_container .pag-replenish .left-part h2 {
        margin-bottom: 2.222222vw;
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
        text-align: left;
    }

    .smart_home_Energy_container .pag-replenish .left-part p {
        margin-bottom: 6.666667vw;
        font-size: 3.888889vw;
        line-height: 1.5;
        font-weight: 400;
        text-align: left;
    }

    .smart_home_Energy_container .pag-replenish .right-part {
        width: 86.666667vw;
        margin-left: 0;
        margin: 0 auto;
    }
}


/* 9 */
.smart_home_Energy_container .pga-se9 {
    width: 100%;
    padding: 10vw 0 5.052083vw;
}

.smart_home_Energy_container .se9-title {
    width: 39.25vw;
    text-align: center;
    margin: 0 auto;
}

.smart_home_Energy_container .se9-title h2 {
    font-size: 2.916667vw;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: .625vw;
}

.smart_home_Energy_container .se9-title p {
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2.5vw;
}

.smart_home_Energy_container .se9-img {
    width: 62.5vw;
    margin: 0 auto;
    border-radius: .416667vw;
    overflow: hidden;
}

.smart_home_Energy_container .se9-img video {
    width: 100%;
    border-radius: .416667vw;
}

.smart_home_Energy_container video#se9-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.smart_home_Energy_container .ai-power-con {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.677083vw;
}

.smart_home_Energy_container .left-para {
    width: 25.3125vw;

    margin-right: 1.25vw;
}

.smart_home_Energy_container .para-con {
    width: 25.3125vw;

}

.smart_home_Energy_container .para-con h3 {
    font-size: 2.5vw;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: .416667vw;
}

.smart_home_Energy_container .para-con p {
    font-size: 1.041667vw;
}

.smart_home_Energy_container .right-img {
    width: 35.729167vw;
    background: linear-gradient(to right,
            rgba(25, 25, 25, 1) 0%,
            rgba(25, 25, 25, 1) 70%,
            rgba(0, 0, 0, 0)100%);
    z-index: 10;
    border-radius: .416667vw;
}

.smart_home_Energy_container .para-bottom {
    margin-top: 5vw;
    display: flex;
}

.smart_home_Energy_container .para-bottom span {
    color: #FFFFFF;
}

.smart_home_Energy_container .time-money {
    margin-right: 1.25vw;
}

.smart_home_Energy_container .para-bottom span:nth-child(1) {
    font-size: 4.166667vw;
    font-weight: 700;
    line-height: 1.2;
}

.smart_home_Energy_container .para-bottom span:nth-child(2) {
    font-size: 1.666667vw;
    font-weight: 700;
    line-height: 1.5;
    margin-left: .416667vw;
}

.smart_home_Energy_container .time-money p {
    margin-top: .416667vw;
}

/* page9 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .pga-se9 {
        width: 100%;
        padding: 13.333333vw 0;
    }

    .smart_home_Energy_container .se9-title {
        width: 86.666667vw;
        text-align: left;
        margin: 0 auto;
    }

    .smart_home_Energy_container .se9-title h2 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 2.222222vw;
    }

    .smart_home_Energy_container .se9-title p {
        font-size: 3.888889vw;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 6.666667vw;
    }

    .smart_home_Energy_container .se9-img {
        width: 86.666667vw;
        margin: 0 auto;
        border-radius: 2.222222vw;
        overflow: hidden;
    }

    .smart_home_Energy_container .se9-img video {
        width: 100%;
        border-radius: 2.222222vw;
    }


    /* ai-power-con */
    .smart_home_Energy_container .ai-power-con {
        display: flex;
        flex-direction: column;
        width: 86.666667vw;
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto;
    }

    .smart_home_Energy_container .left-para {
        width: 86.666667vw;
        margin-top: 26.666667vw;
    }

    .smart_home_Energy_container .para-con h3 {
        font-size: 6.666667vw;
        margin-bottom: 2.222222vw;
    }

    .smart_home_Energy_container .para-con p {
        font-size: 3.888889vw;
    }

    .smart_home_Energy_container .para-bottom {
        margin-top: 8.888889vw;
        display: flex;
        flex-direction: column;
    }

    .smart_home_Energy_container .para-bottom span:nth-child(1) {
        font-size: 11.111111vw;
        font-weight: 700;
        line-height: 1.5;
    }

    .smart_home_Energy_container .para-bottom span:nth-child(2) {
        font-size: 5.555556vw;
        font-weight: 700;
        line-height: 1.5;
        margin-left: 2.222222vw;
    }

    .smart_home_Energy_container .time-money p {
        margin-top: 2.222222vw;
        font-size: 3.333333vw;
        font-weight: 400;
        line-height: 1.5
    }

    .smart_home_Energy_container .time-money {
        margin-top: 6.666667vw;
    }

    .smart_home_Energy_container .right-img {
        width: 100%;
        background: linear-gradient(to right, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 70%, rgba(0, 0, 0, 0) 100%);
        border-radius: .416667vw;
        margin-top: 6.666667vw;
    }

    .smart_home_Energy_container .para-con {
        width: 100%;

    }

    .smart_home_Energy_container .left-para {
        margin-right: 0;
    }
}


/* 10 */


.smart_home_Energy_container .pga-se10 {
    width: 100%;
    padding: 5vw 0;
}

.smart_home_Energy_container .se10-title {
    width: 20.7708vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5vw;
}

.smart_home_Energy_container .se10-title h2 {
    font-size: 2.916667vw;
    line-height: 1.25;
    font-weight: 400;
}

.smart_home_Energy_container .se10-title p {
    font-size: 1.041667vw;
    margin: .625vw 0 2.1875vw;
}

.smart_home_Energy_container .pga-se10 .card-con {
    display: flex;
    justify-content: space-between;
}

.smart_home_Energy_container .card-img {
    position: relative;
    width: 9.795313vw;
}

.smart_home_Energy_container .se10-img {
    width: 35.303646vw;
    margin: 0 auto;
}

.smart_home_Energy_container .se10-aicon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3.604167vw;
    display: none;
    border-radius: .520833vw;
    width: 8.416667vw;
    background-color: #fff;
    z-index: 10;
}

.smart_home_Energy_container .card-img:hover .se10-aicon {
    display: block;
    opacity: 1;
    /* 确保完全可见 */
}



/* page10 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .pga-se10 {
        width: 100%;
        padding: 17.777778vw 0;
    }

    .smart_home_Energy_container .se10-title {
        width: 86.666667vw;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .smart_home_Energy_container .se10-title h2 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
    }

    .smart_home_Energy_container .se10-title p {
        font-size: 3.888889vw;
        margin: 2.222222vw 0 6.666667vw;
    }

    .smart_home_Energy_container .pga-se10 .card-con {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .smart_home_Energy_container .card-img {
        width: 52.241667vw;
        margin-bottom: 3.333333vw;
    }

    .smart_home_Energy_container .se10-img {
        width: 86.666667vw;
        margin: 0 auto;
        margin-top: 6.666667vw;
    }



    .smart_home_Energy_container .se10-aicon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 19.604167vw;
        display: none;
        border-radius: .520833vw;
        width: 35.416667vw;
        background-color: #fff;
    }
}

/* 11 */

.smart_home_Energy_container .pga-se11 {
    width: 100%;
    padding: 5vw 0;
}

.smart_home_Energy_container .se11-title {
    width: 41.25vw;
    margin: 0 auto;
    text-align: center;
}

.smart_home_Energy_container .se11-title h2 {
    font-size: 2.916667vw;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2.5vw;
}

.smart_home_Energy_container .items-container {
    width: 62.5vw;
    margin: 0 auto;
    margin-bottom: 5vw;
    display: flex;
    justify-content: space-between;
}

.smart_home_Energy_container .items-container .item {
    padding: 2.5vw 0;
    width: 14.6875vw;
    background-color: rgba(25, 25, 25, 1);
    border-radius: .416667vw;
    cursor: pointer;
}

.smart_home_Energy_container .items-container .item:hover {

    background-color: rgba(40, 40, 40);

}


.smart_home_Energy_container .items-container .item-img {
    width: 10.416667vw;
    height: 10.416667vw;
    margin: 0 auto;
}

.smart_home_Energy_container .items-container .title-item {
    width: 13.1875vw;
    margin: 0 auto;
    text-align: center;
}

.smart_home_Energy_container .items-container .title-item h3 {
    height: 3.75vw;
    font-size: 1.25vw;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 2.1875vw;
    color: #FFFFFF;
}

.smart_home_Energy_container .items-container .title-item p {
    font-size: .833333vw;
    margin: .833333vw 0 3.958333vw;
}

.smart_home_Energy_container .items-container .item-buttom {
    color: #FFFFFF;
    line-height: 1.79167vw;
    text-align: center;
    font-size: .729167vw;
    margin: 0 auto;
}

.smart_home_Energy_container .items-container .item-buttom a {
    border-image: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.083333vw;
    box-sizing: border-box;
    line-height: 1;
    color: #FFFFFF;
    font-size: .729167vw;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    border-radius: .208333vw;
    padding: 0 1.380208vw;
}

.smart_home_Energy_container .items-container .item-buttom a:hover {
    color: #000;
    background-color: #FFFFFF;
}

/* page11 mob */
@media (max-aspect-ratio: 11 / 10) {
    .smart_home_Energy_container .pga-se11 {
        width: 100%;
        padding: 13.333333vw 0;
    }

    .smart_home_Energy_container .se11-title {
        width: 86.666667vw;
        margin: 0 auto;
        text-align: center;
    }

    .smart_home_Energy_container .se11-title h2 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 13.333333vw;
    }

    .smart_home_Energy_container .items-container {
        width: 86.666667vw;
        margin: 0 auto;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .smart_home_Energy_container .items-container .item {
        padding: 6.666667vw 0;
        width: 42.222222vw;
        background-color: rgba(25, 25, 25, 1);
        border-radius: 2.222222vw;
    }

    .smart_home_Energy_container .items-container .item:nth-of-type(3),
    .smart_home_Energy_container .items-container .item:nth-of-type(4) {
        margin-top: 2.222222vw;
    }

    .smart_home_Energy_container .items-container .item-img {
        width: 30vw;
        height: 30vw;
        margin: 0 auto;
    }

    .smart_home_Energy_container .items-container .title-item {
        width: 39.777778vw;
        margin: 0 auto;
        text-align: center;
    }

    .smart_home_Energy_container .items-container .title-item h3 {
        height: 11.666667vw;
        font-size: 3.888889vw;
        line-height: 1.5;
        font-weight: 700;
        margin-top: 2.222222vw;
        color: #FFFFFF;
    }

    .smart_home_Energy_container .items-container .title-item p {
        font-size: 3.333333vw;
        line-height: 1.5;
        font-weight: 400;
        margin: 2.222222vw 0 7.5vw;
    }





    .smart_home_Energy_container .items-container .item-buttom {
        color: #FFFFFF;
        text-align: center;
        margin: 0 auto;
    }

    .smart_home_Energy_container .items-container .item-buttom a {
        border-image: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: 7.777778vw;
        box-sizing: border-box;
        line-height: 1;
        color: #FFFFFF;
        font-size: 3.333333vw;
        border: 1px solid #FFFFFF;
        margin: 0 auto;
        border-radius: 1.111111vw;
        padding: 0 5.972222vw;
    }
}

/* end */

.smart_home_Energy_container .pga-se11 .end-para {
    width: 62.5vw;
    padding: 5vw 0;
    margin: 0 auto;
}

.smart_home_Energy_container .pga-se11 .end-para p:nth-child(1) {
    font-size: 1.041667vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.smart_home_Energy_container .pga-se11 .end-para p:nth-child(2) {
    font-size: .625vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}


/* .smart_home_Energy_container .lazy-video{
    object-fit: cover;
} */

.swiper-scrollbar-drag {
    background-color: #FFFFFF !important;
    height: .555556vw;
    /* 设置为白色 */
}