.layer-popUpLayer-right-contents {
    /* align-content: center; */
    /* align-items: center; */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 50px 50px;
    background-image: url(/public/index/image/sub-1.jpg);
    /* display: flex; */
    position: relative;
    width: 100%;
}

.layer-popUpLayer-lefts {
    background-image: url(/public/index/image/sub-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*.elementor-button-link{*/
/*    text-decoration: none;*/
/*    color:white;*/
/*}*/
/*.elementor-button-link:hover{*/
/*    text-decoration: none;*/
/*    color:black !important;*/
/*}*/
a:hover{
    text-decoration: none !important;
}

/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (max-width: 600px) {
    .product_adaptive{
        display:block;
    }
    .product_adaptive_1{
        width: 60%;
    }
    .product_adaptive_2{
        width: 100%;
    }
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (max-width: 600px) {
    .product_adaptive{
        display:block;
    }
    .product_adaptive_1{
        width: 80%;
        margin: 0 auto;
    }
    .product_adaptive_2{
        width: 100%;
    }
    .product_adaptive_2_1{
        padding: 2px 12px;
    }

}
/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (min-width: 768px) {
    .product_adaptive{
        display:flex;
        max-width: 1140px;
    }
    .product_adaptive_1{
        width: 40%;
    }
    .product_adaptive_2{
        width: 60%;
    }
    .product_adaptive_2_1{
        margin: 0px 0px 0px 50px;padding: 0px 0px 0px 00px;
    }


}