
/* clear */

/* 背景颜色适用深色主题*/

#app div.body_container { background-color: #111; }


/* 2023-2-16 tao start */
@media screen and (max-width:1100px) {
    .agent-pc .fw{
        width:94%;
    }
    .agent-pc #mslider li video{
        height:100% !important;
    }
}
/* 2023-2-16 tao end */