/* @font-face {
    font-family: 'SourceHanSans';
	src: url('../font/SourceHanSansCN-Regular.ttf');
	font-display: swap;
} */

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); */

/* 备用字体链接 */
/* @import url('https://fonts.font.im/css?family=Noto+Sans+SC&display=swap'); */
/* 
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: regular;
    src: url('https://lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.eot');
    src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
        url('https://lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.eot?#iefix') format('embedded-opentype'),
        url('https://lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.woff2') format('woff2'),
        url('https://lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.woff') format('woff'),
        url('https://lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.ttf') format('truetype'),
        url('https://lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.svg#NotoSans SC') format('svg');
    font-display: swap;
} */

* {
    margin: 0;
    padding: 0;
    /* cursor: default; */
    font-family: "Noto Sans SC", "SourceHanSans", "思源黑体", "Microsoft YaHei", "黑体", Arial, Helvetica, sans-serif;
}

html,
body {
    height: 100%;
    font-family: "Noto Sans SC", "SourceHanSans", "思源黑体", "Microsoft YaHei", "黑体", Arial, Helvetica, sans-serif;
}

input[type='password'] {
    font-family: initial;
}

li,
ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: top;
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.over {
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearboth {
    clear: both;
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.hide {
    display: none
}

canvas {
    outline: none;
}

.nselect {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

/* 侧栏 */
.slist_wrap {
    padding: 25px;
    margin: -25px;
}

.slist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slist>li {
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 10px 0;
    margin: -10px 0;
}

.slist_child {
    height: 70px;
    width: 70px;
}

.slist_main,
.slist_child {
    /* background-color: #E40A5D; */
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-user-drag: none;
    color: #f1f1f1;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
}

.slist_main {
    height: 70px;
    width: 70px;
    z-index: 20;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
}

#sidebar {
    box-sizing: border-box;
    position: fixed;
    right: 10px;
    bottom: 120px;
    white-space: nowrap;
    z-index: 30;
    padding-left: 0;
    list-style: none;
}

#sidebar *,
#sidebar *:before,
#sidebar *:after {
    box-sizing: inherit;
}

#sidebar .slist li {
    opacity: 0;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* #sidebar */
#sidebar:hover .slist li {
    opacity: 1;
}

#sidebar:hover .slist li:nth-child(1) {
    transition-delay: 0.05s;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

#sidebar:hover .slist li:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
}

#sidebar:hover .slist li:nth-child(3) {
    transition-delay: 0.15s;
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px);
}

#sidebar:hover .slist li:nth-child(4) {
    transition-delay: 0.2s;
    -webkit-transform: translateY(-320px);
    transform: translateY(-320px);
}

#sidebar a img {
    cursor: pointer;
}

[data-mfb-label]:after {
    content: attr(data-mfb-label);
    opacity: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 10px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    pointer-events: none;
    line-height: normal;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    transition: all 0.5s;
}

#sidebar [data-mfb-label]:hover:after {
    content: attr(data-mfb-label);
    opacity: 1;
    transition: all 0.3s;
}

.slist_wrap [data-mfb-label]:after {
    content: attr(data-mfb-label);
    right: 70px;
    top: 30px
}

.slist_wrap .slist [data-mfb-label]:after {
    content: attr(data-mfb-label);
    right: 80px;
    top: 30px
}

/* logo返回主页 */
.goindex {
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.goindex img {
    cursor: pointer;

}

/* 开关 */
body .layui-input-block .layui-form-onswitch {
    border-color: rgba(64, 107, 222, 1);
    background-color: rgba(64, 107, 222, 1);
}

.online{
    width: 76px;
    height: 86px;
    position: absolute;
    z-index: 99999;
    right: 0px;
    bottom: 140px;
    cursor: pointer;
    display: none;
}
#tipAlert {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    position: fixed;
    padding: 12px 25px;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 999999999;
}

