#intell-box .intell-content .light-protect-img {
    /* padding-right: 80px; */
    padding-top: 13%;
}


/**********应用场景**********/
.item-top__icon1 {
    width: 20px;
    height: 20px;
    background: url('../image/lightProtect/sence-icon1.png') no-repeat center center / 100% 100%;
}


.item-top__icon2 {
    width: 20px;
    height: 20px;
    background: url('../image/lightProtect/sence-icon2.png') no-repeat center center / 100% 100%;
}


.item-top__icon3 {
    width: 20px;
    height: 20px;
    background: url('../image/lightProtect/sence-icon3.png') no-repeat center center / 100% 100%;
}

.item-top__icon4 {
    width: 20px;
    height: 20px;
    background: url('../image/lightProtect/sence-icon4.png') no-repeat center center / 100% 100%;
}

.item-top__icon5 {
    width: 20px;
    height: 20px;
    background: url('../image/lightProtect/sence-icon5.png') no-repeat center center / 100% 100%;
}

.item-top__icon6 {
    width: 20px;
    height: 20px;
    background: url('../image/lightProtect/sence-icon6.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon1 {
    background: url('../image/lightProtect/sence-icon1-active.png') no-repeat center center / 100% 100%;
}


.scene-active .item-top__icon2 {
    background: url('../image/lightProtect/sence-icon2-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon3 {
    background: url('../image/lightProtect/sence-icon3-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon4 {
    background: url('../image/lightProtect/sence-icon4-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon5 {
    background: url('../image/lightProtect/sence-icon5-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon6 {
    background: url('../image/lightProtect/sence-icon6-active.png') no-repeat center center / 100% 100%;
}
.scene-item {
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.scene-img__container {
    position: relative;

}
.scene-img__container .scene-chang__img {
    position: absolute;
}
.scene-img__container .scene-img1 {
    z-index: 6;
}
.scene-img__container .scene-img2 {
    z-index: 5;
}
.scene-img__container .scene-img3 {
    z-index: 4;
}
.scene-img__container .scene-img4 {
    z-index: 3;
}
.scene-img__container .scene-img5 {
    z-index: 2;
}
.scene-img__container .scene-img6 {
    z-index: 1;
}