/**
 * 公共加载页面view
 */
.multilingual-page-loading {
    opacity: 1;
    background: #f5f5f5;
    display: block;
}

/**
 * 后台快捷切换
 */
.admin-multilingual-select {
    position: fixed;
    bottom: 100px;
    right: 20px;
    box-shadow: 0 0 10px 2px #c4c4c4;
    opacity: 0.8;
    z-index: 1025;
}

/**
 * 前端快捷切换
 */
.index-multilingual-select {
    position: fixed;
    bottom: 130px;
    right: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    opacity: 0.8;
    z-index: 1025;
}