@charset "UTF-8";

/* sec1 */
.sec1 .bg {
    background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_01.jpg");
    background-position-x: 20%;
}

.sec1 .logo {
    position: absolute;
    top: 70px;
    right: 3%;
    width:20%;
    text-align:right;
}

.sec1 .text_box .inner {
    left: 50%;
}
.sec1 .text_box .inner .title img{
	max-width:25%;
}

/* sec2 */
.sec2 {
    height: 718px;
}

.sec2 .bg {
    background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_02.jpg");
}

.sec2 .text_box .inner {
    left: 18.4375%;
}

/* sec3 */
.sec3 {
    height: 565px;
}

.sec3 .bg {
    background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_03.jpg");
}

.sec3 .text_box .inner {
    left: 40%;
}

/* sec4 */
.sec4 {
    height: 581px;
}

.sec4 .bg {
    background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_04.jpg");
}

.sec4 .text_box .inner {
    left: 18.4375%;
}

/* sec5 */
.sec5 {
    height: 775px;
}

.sec5 .bg {
    background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_05.jpg");
}

.sec5 .text_box .inner {
    position: absolute;
    left: 45.625%;
    top: 105px;
}

/* sec6 */
.sec6 {
    height: 547px;
}

.sec6 .bg {
    background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_06.jpg");
}

.sec6 .text_box .inner {
    position: absolute;
    left: 45.625%;
    top: 105px;
}

/* sec7 */
.sec7 {
    height: 716px;
}

.sec7 .bg {
    background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_07.jpg");
}

.sec7 .text_box .inner {
    left: 18.4375%;
}

@media screen and (max-width: 767px) {
    /* sec1 */
    .sec1 {
        /* height: 615px !important; */
    }

    .sec1 .bg {
        background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_01_sp.jpg");
    }

    .sec1 .logo {
        width: 132px;
        top: 35px;
        right: 15px;
    }
    
    .sec1 .text_box .title {
        width: 90%;
    }

    .sec1 .text_box .inner {
        left: 5.21512385919166%;
        position: absolute;
        bottom: 30px;
        padding-top:50%;
    }
    .sec1 .text_box .inner .title img{
    	max-width:100%;
    }

    /* sec2 */
    .sec2 {
        height: 400px;
    }

    .sec2 .bg {
        background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_02_sp.jpg");
    }

    .sec2 .text_box .inner {
        left: 5.21512385919166%;
    }

    /* sec3 */
    .sec3 {
        height: 450px;
    }

    .sec3 .bg {
        background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_03_sp.jpg");
    }

    .sec3 .text_box .inner {
        left: 5.21512385919166%;
        bottom: 30px;
        position: absolute;
        width:89%;
    }

    /* sec4 */
    .sec4 {
        height: 500px;
    }

    .sec4 .bg {
        background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_04_sp.jpg");
    }

    .sec4 .text_box .inner {
        left: 5.21512385919166%;
        bottom: 30px;
        position: absolute;
    }

    /* sec5 */
    .sec5 {
        height: 350px;
    }

    .sec5 .bg {
        background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_05_sp.jpg");
    }

    .sec5 .text_box .inner {
        left: 5.21512385919166%;
        position: absolute;
        bottom: 30px;
        top: auto;
        width:89%;
    }

    /* sec6 */
    .sec6 {
        height: 409px;
    }

    .sec6 .bg {
        background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_06_sp.jpg");
    }

    .sec6 .text_box .inner {
        left: 5.21512385919166%;
        position: absolute;
        bottom: 30px;
    }

    /* sec7 */
    .sec7 {
        height: 459px;
    }

    .sec7 .bg {
        background-image: url("/brand/cn/vision/aiot/kitchen/asset/img/bg_aiot_kitchen_07_sp.jpg");
    }

    .sec7 .text_box .inner {
        left: 5.21512385919166%;
    }
    
	.product_link.aquosr2 .inner {
		background-size: 20%;
	}
}