body::-webkit-scrollbar {
    height: 10px;
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(201,205,212);
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background-color: rgb(247,248,250);
    border-radius: 10px
}

.scrollbar::-webkit-scrollbar {
    height: 10px;
    width: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(201,205,212);
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgb(247,248,250);
    border-radius: 10px
}

@font-face {
    font-family: 'app966';
    /* 字体名自定义即可 */
    src: url('../fonts/ZhuZiAWan.ttf');
    /* 字体文件路径 */
    font-display: swap;
}

body,
.gitcalendar {
    font-family: app966 !important;
}
@font-face {
  font-family: "smiley-sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SmileySans-Oblique.otf.woff2") format("woff2");
}

body {
    line-height: 1.6;
    color: #333;
    color: rgba(0, 0, 0, 1);
    font: 15px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    /* font-weight: bold; */
}
.ul-photo-info .layui-btn-group {
    width: 100%;
    margin-top: 6px;
}
.hand-cursor {
  cursor: pointer; /* 当鼠标移动到该元素上时，光标将变成手指形状 */
}
.layui-layout-admin .layui-header {
    left: 251px;
    background-color: #fff;
}
.layui-layout-admin .layui-side {
	top: 0px;
    width: 250px;
}
.layui-side-scroll {
    width: 270px;
}
.layui-nav.layui-nav-tree {
    width: 250px;
    padding: 0;
	padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.layui-bg-black {
    background-color: #ffffff !important;
    color: #000 !important;
	box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 10%);
}
.layui-nav {
    position: relative;
    padding: 0 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
}
.layui-nav .layui-nav-item dd a:hover,.layui-nav .layui-nav-item.item-hover a:hover, .layui-nav .layui-this a {
    background: #8e9b9a59 !important;
	color: #000;
    text-decoration: none;
	border-radius: 4px;
}

.layui-side-menu .layui-nav .layui-nav-item a {
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
    padding-right: 30px;
	font-weight: 600;
}
.layui-side-menu .layui-nav .layui-nav-item .layui-icon,.layui-side-menu .layui-nav .layui-nav-item .hideMenu-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -21.5px;
}
.typeico {
    width: 16px;
    height: 16px;
    margin-left: -25px;
    margin-right: 10px;
    border-radius: 50%;
	margin-top: -4px;
}
/* .layui-nav .layui-nav-item.item-hover a:hover, .layui-nav .layui-this a {
    background: #8e9b9a59 !important;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
} */

.layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a {
    color: #ffffff;
	border-radius: 4px;
	background-color: #165dff !important;
	
}
.layui-nav-tree .layui-nav-item>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.layui-nav-tree .layui-nav-item>a .layui-nav-more {
    padding: 0px 0;
}

.layui-nav-tree .layui-nav-bar {
    background-color: #8e9b9a59 !important;
}
.left-nav a:hover {
    background: #009688 !important;
    color: #fff;
    /* border-color: #04564e !important; */
}
.layui-nav-tree .layui-nav-child a {
    margin-bottom: 4px;
}
.layui-nav.layui-nav-tree>.layui-nav-item.layui-nav-itemed>a, .layui-nav-item.layui-nav-itemed dl .layui-nav-itemed>a {
    color: rgba(22, 93, 255);
}

.layui-btn-ms {
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    font-size: 12px;
}

.font-smiley {
    font-family: smiley-sans,PingFangSC-Semibold,Microsoft YaHei,sans-serif;
    letter-spacing: 1px;
	font-size: 1.5rem;
}
.arco-divider-horizontal1 {
    border-bottom: 1px solid rgb(229, 230, 235);
    clear: both;
    margin: 15px 0;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    width: 100%;
}
.arco-divider-horizontal {
    border-bottom: 1px solid rgb(229, 230, 235);
    clear: both;
    margin: 20px 0;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    width: 100%;
}
/* 歌单 */
.main{padding:5px 20px;margin:0px 0 20px 0;background:#fff;border-radius:5px;/* overflow: hidden;overflow-y: auto; */}
.ul-photo-list-b {
  display: grid;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1.5rem;
  padding-bottom: 0rem;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.ul-photo-list-b .ul-photo-poster {
  width: 100%;
  height: 150px;
  background-image: url("../static/images/avatar.png");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  box-shadow: 1px 1px 3px #bbb;
      border-radius: 0.5rem;
}
.ul-photo-list-b .ul-photo-info {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.ul-photo-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25rem;
	font-size: 16px;
}
.ul-photo-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    opacity: .5;
}
.opacity5 {
    opacity: .5;
}
.opacity6 {
    opacity: .6;
}
.opacity7 {
    opacity: .7;
}
.opacity8 {
    opacity: .8;
}
.title {
    width: 100%;
    height: 35px;
    overflow: hidden;
}
.title h1 {
    font-weight: 500;
    float: left;
    height: 35px;
    font-size: 22px;
    line-height: 45px;
    color: #333;
    text-indent: 0px;
    position: relative;
}

.yhgl-fy-div {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.ul-photo-poster .play {
    width: 100%;
    height: 100%;
}
.ul-photo-poster .fa {
    font-size: 50px;
    color: #fff;
    opacity: 0;
    display: flex;
    height: 100%;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    background-color: #00000069;
    border-radius: 0.5rem;
}
.ul-photo-poster:hover .fa {
    opacity: 1;
}
/* 歌单 */


.weight600 {
    font-weight: 600;
    color: rgb(0 0 0 / 50%);
}

.ul-shop-header {
	width: 215px;
  padding: 30px 15px 26px 15px;
}
.ul-shop-header__main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.ul-shop-header__logo img {
  width: 40px;
  height: 40px;
}
.ul-shop-header__info {
  margin-left: 15px;
  margin-top: 6px;
}
.ul-shop-header__info__name {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}

.ul-shop-header__right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.ul-demo-img-bg img {
    background-size: cover;
    background-position: center;
	border-radius: 50px;
}

.layui-body, .layui-footer, .layui-layout-admin .layui-side, .logo, .topLevelMenus li.layui-nav-item, .topLevelMenus li.layui-nav-item:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.ul-avatar-list {
  /* 用户头像开始 */
}
.ul-avatar-list .ul-avatar-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.ul-avatar-list .ul-avatar-list-item.current {
  background-color: #d8d7d7;
}
.ul-avatar-list .ul-avatar-list-item-img img {
  height: 200px;
  width: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-color: #fff;
}
.ul-avatar-list .ul-avatar-list-item-info {
  margin-left: 10px;
  position: relative;
  width: calc(100% - 200px - 20px);
}
.ul-avatar-list .ul-avatar-list-item-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #bbb;
}
.ul-avatar-list .ul-avatar-list-item-tips {
  color: #bbb;
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ul-avatar-list-item-title {
    font-size: 26px;
}

.radius-left {
    border-radius: 50px 0 0 50px!important;
}

.radius-right {
    border-radius: 0px 50px 50px 0px!important;
}

.layui-btn-normas {
    background-color: #165dff;
}

.line-clamp-1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}
.line-clamp-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.line-clamp-3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.layuiadmin-badge,.layuiadmin-btn-group,.layuiadmin-span-color {
    position: absolute;
    right: 15px
}
.layuiadmin-badge {
    top: 50%;
    margin-top: -9px;
    color: #01aaed
}














  /* 数据区域容器 */
.data-box {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow-y: auto;
}

/*以下是播放列表 css 样式*/
/* 列表头 */
.list-head {
    height: 40px;
}

/* 一项数据 */
.list-item {
    width: 100%;
    height: 50px;
    line-height: 54px;
    color: #bdbdbe;
    color: rgba(0,0,0,.8);
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid rgba(150,150,150,.1);
    cursor: default;
    position: relative;
}
.list-item-head {
    width: 100%;
    height: 50px;
    line-height: 54px;
    color: #bdbdbe;
    color: rgba(0,0,0,.8);
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid rgba(150,150,150,.1);
    cursor: default;
    position: relative;
}
/* 正在播放的那项 */
.list-playing {
    background-color: #3780ce;
    color: #fff;
	border-radius: 0.375rem;
}

/* 列表数字 */
.list-num {
    display: block;
    width: 45px;
    text-align: center;
    float: left;
    overflow: hidden;
}
/* 正在播放的那项数字 */
.list-playing .list-num {
    background: url("../images/wave.gif") 15px 20px no-repeat;
    text-indent: -99px;
}

/* 音乐名字 */
.music-name {
    position: relative;
    display: block;
    width: auto;
    margin-left: 40px;
    /* margin-right: 300px; */
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none; /*禁止双击选定*/
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* 鼠标滑过时音乐名字被截断 */
.music-name-cult {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .list-item:hover .music-name-cult { */
    /* padding-right: 150px; */
/* } */
/* .list-playing:hover .music-name-cult {
    padding-right: 100px;
} */
/* 作者名称与音乐专辑 */
.auth-name,.music-album {
    position: relative;
    display: block;
    width: 25%;
    float: right;
    height: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	left: 10px;
}
/* 时长 */
.music-time {
    position: relative;
    display: block;
    width: 90px;
    float: right;
    height: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-mobile-vertical {
    position: absolute;
    display: block;
    width: 40px;
    right: 0px;
    z-index: 2;
    text-align: center;
}
.layui-icon-more-vertical:hover {
    background-color: #a0a0a080;
    border-radius: 50%;
    padding: 8px;
}
/* 移动端的菜单图标 */
.list-mobile-menu {
    display: none;
}

/*列表中滑动出现的菜单*/
.list-menu {
    position: absolute;
    right: 10px;
    top: 50%;
    overflow: hidden;
    font-size: 0;
    height: 36px;
    margin-top: -18px;
    float: right;
    display: none;
}
.list-item:hover .list-menu {
    display: block;
}
.list-head:hover .list-menu {
    display: none;
}

/* 列表中滑动出现的小图标 */
.list-icon {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("https://www.songe.cc/musicplayer/images/icon_list_menu.png");
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.list-playing .icon-play{
    display: none;
}
.icon-play {
    background-position: -80px 0;
}
.icon-play:hover {
    background-position: -120px 0;
}
.icon-download {
    background-position: -80px -120px;
}
.icon-download:hover {
    background-position: -120px -120px;
}
.icon-share {
    background-position: -80px -40px;
}
.icon-share:hover {
    background-position: -120px -40px;
}

/* 分享弹窗中的链接框 */
.share-url {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
    color: #333;
    height: 35px;
}
.share-tips {
    font-size: 12px;
    color: #a9a9a9;
}

/* 列表中可以被点击的横条 */
.list-clickable {
    cursor: pointer;
}

/* 以下是歌单 css 样式 */
/* 歌单中的一项 */
.sheet-item {
    position: relative;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}
/* 歌单封面 */
.sheet-cover {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    cursor: pointer;
}
/* 正在播放的列表  */
.sheet-playing:before {
    content: url(https://www.songe.cc/musicplayer/images/wave.gif);
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -45px;
}

/* 歌单名字 */
.sheet-name {
    /*padding: 0 5px;*/
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}
/* 播放列表分割标题栏 */
.sheet-title-bar {
    border-radius: 2px;
    margin: 20px 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #C5C5C5;
    background-color: rgba(0, 0, 0, 0.12);
}
.login-btn {
    cursor: pointer;
}
.login-btn:hover {
    color: #31c27c;
}
.text-center {
    text-align: center;
}
.list-mobile-menu {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    background-image: url(https://www.songe.cc/musicplayer/images/player.png);
    background-position: -22px -365px;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
	padding: 0 10px;
}

@charset "utf-8";

/* 小于 500px 采用这个样式 */
@media screen and (max-width: 1200px) {
	.block1200 {
    display: none !important;
    }
}
/* 小于 900px 采用这个样式 */
@media screen and (max-width: 900px) {
    /*隐藏头部logo*/
    .header {
       /*  display: none;*/
    }
    /*中部顶格*/
    .center {
      /* top: 0;*/
		top: 50px;
    }
    
    /* 调出播放器按钮 */
    .btn[data-action='player'] {
        display: inline-block;
    }
    
    /* 按钮工具条区域 */
    .btn-bar {
        height: 35px;
        right: 0;
        z-index: 999;
		
    }
    .btn-box {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.12);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .btn {
        margin: 0;
        padding: 0;
        width: 25%;
        height: 100%;
        display: block;
        float: left;
        border: none;
        text-align: center;
        line-height: 35px;
        color: #C5C5C5;
    }
    .btn:hover {
        border: none;
    }
    .btn-box .active:after {
        content: '';
        display: block;
        border-bottom: 3px solid #A2A0A0;
        margin-top: -3px;
    }
    
    /* 中部容器区域 */
    .data-area {
        top: 40px;
    }
    
    /*数据区域占满整个屏幕*/
    .data-area {
        right: 0;
    }
    
    
    /*列表菜单不显示*/
    .list-menu {
        display: none!important;
    }
    .music-name-cult {
        padding-right: 0!important;
    }
    
    /* 专辑区域腾出位置 */
    .music-album {
        margin-right: 30px;
    }
    /* 小屏幕的列表菜单 */
    .list-mobile-menu {
        position: absolute;
        display: block;
        width: 20px;
        height: 30px;
        background-image: url(https://www.songe.cc/musicplayer/images/player.png);
        background-position: -25px -365px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
		padding: 0px;
    }
    
    /*控制按钮区域缩小*/
    .con-btn {
        width: 120px;
    }
}

/* 小于 620px 采用这个样式 */
@media screen and (max-width: 620px) {
    /*专辑信息不显示*/
    .music-album {
        display: none;
    }
    /*歌手名字*/
    .auth-name {
        width: 35%;
        padding-right: 30px;
        box-sizing: border-box;
    }
    /*音乐名字拉长*/
    .music-name {
        margin-right: 35%;
    }
	.hide {
        display: block !important;
    }
	.block {
    display: none !important;
    }
}

/* 小于 500px 采用这个样式 */
@media screen and (max-width: 500px) {
    .center {
        bottom: 60px;
    }
    /* 歌单封面 */
    .sheet-item {   
        width: 33.33%;
    }
    /* 歌单名字 */
    .sheet-name {
        max-width: 100px;
    }
    .cover {
        margin-top: 50px;
    }
    .footer {
        height: 60px;
    }
	.block500 {
    display: none !important;
    }
}

/* 小于 350px 采用这个样式 */
@media screen and (max-width: 350px) {
    /* 歌单封面 */
    .sheet-item {   
        width: 50%;
    }
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.font-medium {
    font-weight: 500;
}
.w-32px {
    width: 32px;
}
.w-45px {
    width: 45px;
}
.align-middle {
    vertical-align: middle;
}
.h-32px {
    height: 32px;
}
.h-45px {
    height: 45px;
}
.rounded-md {
    border-radius: 0.375rem;
}
/* 数据区域容器 */

.block__list_words li {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px #ddd solid;
    overflow: auto;
}

.block__list_words li:hover {
    background-color: #f9f9f9;
}

.block__list_words .sortable-ghost {
    opacity: 0.4;
    background-color: #F4E2C9;
}
.block__list_words li .layui-btn {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.block__list_words li:hover .layui-btn {
    opacity: 1;
}
.drag-handle {
    cursor: move;
}

#tooltip {
    position: absolute!important;
    z-index: 9999999999!important;
    display: none;
    padding: 4px 8px!important;
    border: 1px solid rgba(255,255,255,.25)!important;
    border-radius: 3px!important;
    background-color: #000!important;
    color: #fff!important;
    text-align: center!important;
    font-size: 12px!important
}

#tooltip:before {
    position: absolute!important;
    top: -6px!important;
    left: 15px!important;
    width: 0!important;
    height: 0!important;
    border: 6px dashed #000!important;
    border-top: 0!important;
    color: #fff!important;
    content: ' '!important;
    line-height: 0!important;
    border-bottom-style: solid!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important
}
.search {
    margin: 10px 20px 0 20px;
}

.hide {
    display:none;
}
.hidenone {
    display:none;
}
/* 右键菜单 */
#test-area{border: 1px solid black;width: 100%;background-color: #333333;display: flex;align-items: center;justify-content: center;}
.menu{width: 200px;display: none;position: absolute;border: 1px solid #e6e6e6;background-color: #ffffff;color: black;border-radius: 5px;font-size: 14px;z-index: 999;}
.menu>ul{list-style: none;padding: 0;margin: 0;}
.menu>ul>li{padding: 10px;cursor: pointer;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.menu>ul>li:hover{background-color: #1A6CE7;color: white;border-radius: 5px;}
hr{margin: 0;border: 1px solid #ececec;}
.submenu{padding: 0;left: 200px;top: 0;position: absolute;display: none;height: 100%;overflow-x: hidden;}
.link{display: flex;align-items: center;justify-content: space-between;}
.iconfont{font-size: 14px;padding-right: 5px;}
.tip{font-size: 40px;color: gray;}
/* 右键菜单结束 */

/* header-seacrh */
.dropdown-box .item {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.text-muted {
    color: #999;
}
.text-333 {
    color: #333;
}
.dropdown-box {
    display: none;
    position: absolute;
    z-index: 99;
}
.fadeInDown {
    -webkit-animation: fadeInDown .5s .2s ease both;
    -moz-animation: fadeInDown .5s .2s ease both;
}
.item p {
    margin-bottom: 10px;
}
.badge {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    font-size: 12px;
}
.badge {
    background-color: #eee;
    color: #333;
}
.badge-first {
    background-color: #ff4a4a;
    color: #fff;
}
.badge-second {
    background-color: #ff7701;
    color: #fff;
}
.badge-third {
    background-color: #ffb400;
    color: #fff;
}
.layui-header .dropdown-box{margin-left: 20px;padding-top: 0;}
.layui-header .dropdown-box .item{ width: 260px; padding: 5px 20px;}
.layui-header .box.box:hover .search-dropdown-hot{ display: block;}
.layui-header .search-select{ position: relative; margin-top: 15px; padding: 0 10px 0 15px; border-right: 1px solid #eee; cursor: pointer;}
.layui-header .search-select .dropdown-box{ margin-left: -40px; z-index: 101;}
.layui-header .search-select .dropdown-box .item{ width: 80px; padding: 10px; text-align: center;}
.layui-header .search-select .dropdown-box .item p{ margin: 0; padding: 5px 0;}


@media screen and (max-width: 767.98px) {
    .layui-layout-admin .layui-side {
	top: 60px;	
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    width: 250px;
}
    .layadmin-pagetabs,.layui-layout-admin .layui-body,.layui-layout-admin .layui-footer,.layui-layout-admin .layui-layout-left,.layui-layout-admin .layui-header {
        left: 0;
    }
	.showMenu.layui-layout-admin .layui-side {
	top: 60px;
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
	}
	.layui-col-xs6 {
    width: 100%;
    }
	
	.ul-avatar-list .ul-avatar-list-item-img img {
    height: 140px;
    width: 140px;
    }
	.ul-avatar-list .ul-avatar-list-item-info {
    width: calc(100% - 140px - 20px);
    }
	.search {
    margin: 10px 5px 0 50px;
    }
	.main {
    padding: 5px 5px;
	}
	.layui-card-body {
    padding: 10px 0px;
    }
	
	.showMenu .site-mobile-shade {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
}
}

@media screen and (max-width: 991.9px) {
	.layui-col-xs6 {
    width: 100%;
    }
}
/* 上传 */
.layer-upload>.layui-layer-content {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 40px);
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.layer-upload>.layui-layer-content>.layui-upload-drag {
    width: 100%;
    box-sizing: border-box;
	padding: 10px;
}
.layer-upload>.layui-layer-content>.layui-upload-list {
    overflow: auto;
}
/* 上传 */