.bokeCamera_body {
    padding-top: 180px;
    padding-bottom: 120px;
}

.mobileNav ul li img {
    height: 70px;
}

.camera_content .boxTitle,
.camera_content .boxDes {
    color: #000;
}

.cameraImage_t_body {
    display: none;
}

.bokeCamera_Text {
    padding-bottom: 50px;
}

.CameraY12 {
    padding-top: 120px;
    background-color: #fff;
}

.bokeCamera {
    width: 1064px;
    margin: 0 auto;
}

.dualCameraTopImage {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    will-change: transform;
    background-repeat: no-repeat;
    background-image: url('./../image/dualCamera.png');
    background-position: center center;
    background-size: cover;
    min-height: 80vh
}

.dualCameraTop {
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 48px;
}

.dualCameraTop_wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.dualCameraTop_wrapper_left,
.dualCameraTop_wrapper_right {
    background-color: #fff;
    height: 100%;
    position: absolute;
    width: 22vw;
    will-change: transform;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform-origin: 0 0;
}

.dualCameraTop_wrapper_left {
    left: 0;
}

.dualCameraTop_wrapper_right {
    right: 0;
    transform-origin: 100% center;
}

.dualCamera {
    width: 1076px;
    margin: 0 auto;
}

.bokeCameraImage {
    display: flex;
    justify-content: space-between
}

.bokeCamera .bokeCamera1 {
    width: 463px;
}

.bokeCamera .bokeCamera2 {
    width: 571px;
    height: 100%;
}

.bokeCamera .bokeCamera3 {
    margin-top: 30px;
    width: 100%;
}

.CameraY12S {
    overflow: hidden;
    position: relative;
    height: 882px;
    /* display: flex; */
    /* background: url('../image/1_0.png') no-repeat; */
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    display: flex;
}

.CameraY12S_left2 {
    position: relative;
    left: 0;
    top: 224px;
    width: 1137px;
    height: 656px;
    background-image: url('../image/1_0.png');
    background-size: cover;
    background-position: right top;
}

.CameraY12S_rigfht {
    width: 670px;
    padding: 200px 80px;
}

.bodyContetn {
    height: 100%;
}

.CameraY12S_left {
    display: none;
}

@media screen and (min-width: 1921px) {
    .CameraY12S_left2 {
        width: 60%;
        height: 800px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1290px) {
    .bokeCamera {
        width: 1024px;
        margin: 0 auto;
    }
    .bokeCamera .bokeCamera1 {
        width: auto;
        height: 675px;
    }
    .bokeCamera .bokeCamera2 {
        width: auto;
        height: 675px;
    }
    .CameraY12S {
        display: block;
        height: 700px;
    }
    .CameraY12S_rigfht {
        width: 510px;
        position: absolute;
        right: 80px;
        top: 50px;
        padding: 0;
    }
    .CameraY12S_left2 {
        position: absolute;
        bottom: 0;
        top: inherit;
        width: 800px;
        height: 406px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .bokeCamera {
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }
    .bokeCamera .bokeCamera1 {
        width: 96%;
    }
    .bokeCamera .bokeCamera2 {
        width: 54%;
        height: auto;
    }
    .bokeCamera .bokeCamera3 {
        margin-top: 2%
    }
    .CameraY12S {
        display: block;
        height: 650px;
    }
    .CameraY12S_rigfht {
        width: 510px;
        position: absolute;
        right: 80px;
        top: 50px;
        padding: 0;
    }
    .CameraY12S_left2 {
        position: absolute;
        bottom: 0;
        top: inherit;
        width: 600px;
        height: 348px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .bokeCamera_body,
    .CameraY12 {
        padding-top: 0;
    }
    .bokeCamera_body {
        padding-bottom: 50px;
    }
    .bokeCamera_Text {
        padding-bottom: 50px !important;
    }
    .bokeCamera {
        width: 100%;
        margin: 0 auto;
    }
    .bokeCameraImage {
        display: block;
    }
    .bokeCamera .bokeCamera1 {
        width: 100%;
        /* width: calc( 100% + 60px); */
    }
    .bokeCamera .bokeCamera2 {
        width: 65%;
        margin: 30px auto;
    }
    .bokeCamera .bokeCamera3 {
        padding: 0 20px;
        margin-top: 0
    }
    .CameraY12S {
        display: block;
        height: auto;
    }
    .CameraY12S_rigfht {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        padding: 70px 30px 50px !important;
    }
    .CameraY12S_left2 {
        display: none
    }
    .CameraY12S_left {
        width: 80%;
        display: block
    }
    .phoneBack {
        padding-bottom: 0;
    }
    
    .mobileNav ul li img {
        margin: 0 auto;
        height: 42px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1290px) {
    /* .CameraY12S_rigfht {
        right: inherit;
        left: 5%;
    } */
}