body, html {background: #eeeeee;}
body *, html * {font-family: "微软雅黑";word-break: break-all;}

.layui-header {z-index: 1002;}

.lay-header-hlogo {height: 100%;line-height: 49px;padding-left: 30px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lay-header-hlogo img {width: auto;height: 60%;vertical-align: middle;margin-top: -8px}
.lay-header-hlogo span {margin-left: 10px;color: #5787e7;font-size: 20px;}

/*头部右边信息设置（密码修改与退出）*/
.lay-more-drop {position: relative;width: 30px;height: 50px;margin-right: 5px;display: inline-block;cursor: pointer;vertical-align: middle;}
.lay-more-icon {position: absolute;display: inline-block;width: 100%;height: 100%;vertical-align: middle;
    background-size: 60%;background-position: center;background-repeat: no-repeat;background-image: url('images/nav/more_icon.png');cursor: pointer;}
.lay-drop-box {display: none;position: absolute;z-index: 999;top: 100%;right: 0;width: 100px;height: auto;background: #ffffff;border: 1px solid #F6F6F6;border-radius: 3px;box-shadow: 0 3px 8px #CaCbCd;
    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.lay-drop-box.on {display: block;}
.lay-drop-box li {width: 100%;height: 30px;line-height: 30px;padding: 0 10px;box-sizing: border-box;}

/*tab*/
.layadmin-pagetabs {height: 30px;top: 50px;box-shadow: 0 2px 5px #CaCbCd;line-height: 30px;}
.lay-tab-left {position: absolute;left: 0;top: 0;width: 80px;height: 30px;line-height: 30px;}
.lay-tab-left li {width: 40px;float: left;text-align: center;cursor: pointer;}
.lay-tab-left li:hover {background-color: #f6f6f6;}
.lay-tab-left li i.layui-icon {color: #666666;font-size: 14px;}
.lay-tab-left .layui-nav-item a {display: inline-block;width: 100%;height: 100%;}
.layadmin-pagetabs .layui-icon {font-size: 12px;}
.layadmin-pagetabs .layui-tab-title {height: 30px;}
.layadmin-pagetabs .layui-tab-title li {line-height: 30px;font-size: 12px;color: #666666;}

/*导航*/
.layadmin-side-shrink .layui-side-menu .layui-nav .layui-nav-item .layui-icon {left: 20px;}
.layadmin-side-shrink .layui-side-menu .layui-nav .layui-nav-item a {padding: 0;}
.layui-side-menu .layui-side-scroll{width: 240px;}
.layui-side-menu .layui-nav {width: 220px;margin-top: 50px;}
.layui-side-menu .layui-nav .layui-nav-item {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.layui-side-menu .layui-nav .layui-nav-item a {padding-left: 85px;padding-right: 45px;}
.layui-side-menu .layui-nav .layui-nav-item a {box-sizing: border-box;line-height: 24px;}
/*导航字体控制*/
.layui-nav-tree .layui-nav-child a {color: #5787e7;}
.layui-side-menu .layui-nav .layui-nav-item > a {color: #5787e7!important;}
.layui-side-menu .layui-nav .layui-nav-item.layui-this > a {color: #ffffff!important;}
/*悬浮hover颜色*/
.layui-side-menu .layui-nav .layui-nav-item dd a:hover {color: #5787e7;background: #eeeeee;}
/*下拉框二级导航样式*/
.layui-side-menu .layui-nav .layui-nav-more {background-position: center;background-size: 100% auto;background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("images/nav/hide.png?v=1");
    width: 10px;height: 100%;top: 0;right: 35px;margin-top: 0;border: 0;
}
.layui-side-menu .layui-nav .layui-nav-itemed .layui-nav-more {
    background-image: url("images/nav/show.png?v=1");
}
.layui-side-menu .layui-nav .layui-nav-item dd a {line-height: 40px;}

/*icon*/
.layui-side-menu .layui-nav .layui-nav-item .layui-icon {width: 20px;height: 100%;margin-top: 0;left: 50px;top: 0;line-height: 40px;}

body::-webkit-scrollbar{
    display: none;
}
/* 翻页 */
.home-page{
    background: url("images/list/page_first.png") no-repeat center center;
    background-size: 50% auto;
}
.last-page{

    background: url("images/list/page_last.png") no-repeat center center;
    background-size: 50% auto;
}
.first-page{
    background: url("images/list/page_prev.png") no-repeat center center;
    background-size: auto 42%;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.next-page{
    background: url("images/list/page_next.png") no-repeat center center;
    background-size: auto 42%;
    display: block;
    height: 100%;
    width: 100%;
}

/*样式调整 sheny*/
.layui-table-body {overflow: initial;}
.layui-table tr {transform: initial;-webkit-transition: initial;}

/*漂浮*/
.fubiao[data-v-20200714] {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 99999;
    -webkit-animation: fubiaoMoveHorizontal-data-v-20200714 6s linear 0s infinite alternate,fubiaoMoveVertical-data-v-20200714 4s linear 0s infinite alternate;
    animation: fubiaoMoveHorizontal-data-v-20200714 6s linear 0s infinite alternate,fubiaoMoveVertical-data-v-20200714 4s linear 0s infinite alternate;
}
@-webkit-keyframes fubiaoMoveHorizontal-data-v-20200714 {
    0% {
        right: 5%
    }
    to {
        right: 15%
    }
}

@keyframes fubiaoMoveHorizontal-data-v-20200714 {
    0% {
        right: 5%
    }
    to {
        right: 15%
    }
}

@-webkit-keyframes fubiaoMoveVertical-data-v-20200714 {
    0% {
        top: 20%
    }
    to {
        top: 60%
    }
}

@keyframes fubiaoMoveVertical-data-v-20200714 {
    0% {
        top: 20%
    }
    to {
        top: 60%
    }
}
