/*main left banner*/
.m_left_pop {position:fixed; top:160px; left:50%; width:320px; text-align:center; opacity:1; margin-left:-390px; transition:all 0.25s ease;}
.m_left_pop .ytb_mov_box{margin-top:34px;}
.m_left_pop .l_pop_sch{clear:both; position:relative; margin-top:44px; width:317px; height:52px; background:url('../images/search.png') 0 0 no-repeat; background-size: 100% 100%}
.m_left_pop .l_pop_sch .l_pop_sch_box{position:absolute; left:0; width:calc(100% - 53px); height:100%; padding:0 15px 0 25px; border:0; background-color: transparent;}
.m_left_pop .l_pop_sch .l_pop_sch_btn{position:absolute; right:0; width:53px;}
.m_left_pop .m_left_pop_icon{clear:both; display:inline-block; width:288px; margin-top:43px;}
.m_left_pop .m_left_pop_icon li{float:left; width:25%; margin-bottom:23px;}
.m_left_pop .m_left_pop_icon li:nth-child(4n){margin-right:0;}
.m_left_pop .m_left_pop_icon li a{display:inline-block;}
.m_left_pop .m_left_pop_icon .lp_icon_text{clear:both; margin-top:6px; font-size:14px; color:#000;}

/*youtube*/
.ytb_mov_box{position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%;}
.ytb_mov_box .ytb_mov{position:absolute; top:0; left:0; width:100%; height:100%;}

.ytb_mov_box2{position:relative; padding-bottom:125%; overflow:hidden; max-width:100%;}
.ytb_mov_box2 .ytb_mov{position:absolute; top:0; left:0; width:100%; height:100%;}

.ytb_mov_box3{position:relative; padding-bottom:145.5%; overflow:hidden; max-width:100%;}
.ytb_mov_box3 .ytb_mov{position:absolute; top:0; left:0; width:100%; height:100%;}

/*right frame*/
.shop_frame{max-width:533px; height:100svh; position:relative; left:50%; align-items:center; display:block; box-shadow: 0 0 25px rgb(0 0 0 / 10%);}

/*right join*/
.m_right_login{display:none;}


@media all and (max-width: 1080px) {
.m_left_pop{opacity:0; display:none;}
.shop_frame{width:100%; height: calc(100svh - 4px); left:50%; margin-left: -266.5px;}
}

@media all and (max-width: 533px) {
.shop_frame{left:0; margin-left:0;}
body{background-color:#000;}
}