.product2 {position:relative;}

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

.sms_menu_box {width:260px; height:340px; text-align:center; line-height:106px; padding-top:20px; margin-top:100px; cursor:pointer; font-size:16px;}
.sms_menu_box.l {background:url("../img/sms_left_bj.jpg");}
.sms_menu_box.r {background:url("../img/sms_right_bj.jpg");}
.sms_btn.cur {color:dodgerblue;}

.phone_wrapper {width:367px; height:624px; background:url("../img/sms_phone.jpg") 100%; padding:110px 40px;}
.phone_wrapper .msg {background:#f2f6fa; padding:16px 12px; border-radius:12px; line-height:28px; color:#666;}

.s_price_box {width:480px; background:#fff; border-radius:12px; border:1px solid #e9e9e9; padding:30px 40px; position: relative;}
.s_price_box .more {position:absolute; right:30px; top:36px;}
.table_list2 { line-height:44px;}
.table_list2 th {color:#007bff; font-size:15px;}
.table_list2 td {border-top:1px dotted #d0d0d0; color:#666;}

.b_img_box {position: relative;}
.b_img_box .cloud {position:absolute; opacity:0; transition:all 1s; left:0; right:0;}
.b_img_box .cloud2 { top:64%; left:60px; opacity:1; right:auto;}
.b_img_box .cloud1 { top:40%; right:50px; opacity:1; left:auto;}
.sms_price_t {padding-bottom:40px;}

.moveL {animation: moveL 3s ease-in-out 1.5s infinite alternate;}
.moveR {animation: moveR 3s ease-in 1.5s infinite alternate;}

@media screen and (max-width:900px) {
    .s_al_wrapper {display:block;}
    .sms_menu_box {width:100%; background:none; float:left; padding:0; margin:0; height:80px; display:flex;}
    .sms_menu_box>div {flex:1;}
    .sms_menu_box.l,.sms_menu_box.r {background:none;}
    .phone_wrapper { clear: both;}
    
    .s_price_box {width:100%;}
    .yycj {display:none;}
    .cpys {padding-bottom:0;}

    .owl-carousel .owl-item {margin-left:5px;}
    .owl-stage-outer  {height:420px; overflow: hidden;}
    .s_price_box.fr {display:none;}
    .s_price_box  {float:none; margin:auto;}
    .sms_price_t {padding-bottom:0;}
}

@keyframes moveL {
    50% { top:60% }
    100% { top:64%;}
}

@keyframes moveR {
    50% { top:42% }
    100% { top:40% }
}