:root{
    --base-bg-color: #FAF9F6;
}
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none; /* 禁用iOS和安卓上的长按菜单 */
}
body,html{
    background-color: var(--base-bg-color);
    background-size: contain;
    background-repeat: repeat;
    font-family: 'Poppins';
}
body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url("/theme/mega/bg.jpg");*/
    background-size: contain;
    background-repeat: repeat;
    opacity: 0.15;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img{
    pointer-events: auto; /* Allows clicking */
    -webkit-user-drag: none; /* Disables dragging in WebKit browsers */
    user-drag: none;
}
.swiper_m {
    position: relative;
}
.swiper_m .swiper-pagination-bullet-active {
    background-color: rgb(255, 152, 0);
}
micro-app, micro-app-body{
    height: 100%;
}
#chat-widget-container{
    /*bottom:90px !important;*/
}
