.datas-table-toolbar { margin-bottom:10px; }
.blue { color:#1E9FFF !important; }
.green { color:#5FB878 !important; }
.danger { color:#e30000 !important; }
.red { color:#e30000 !important; }
.yellow { color:yellow !important; }
.pink { color:#ff35db !important; }
.orange { color:#f90 !important; }
.black { color:#333 !important; }
.gray { color:#999 !important; }
.white { color:#fff !important; }
.dark-gray { color:#2F4056 !important; }

.bg-blue { background-color:#1E9FFF !important; color:#ffffff }
.bg-green { background-color:#5FB878 !important; color:#ffffff }
.bg-danger { background-color:#e30000 !important; color:#ffffff }
.bg-red { background-color:#e30000 !important; color:#ffffff }
.bg-yellow { background-color:yellow !important; color:#ffffff }
.bg-pink { background-color:#ff35db !important; color:#ffffff }
.bg-orange { background-color:#f90 !important; color:#ffffff }
.bg-black { background-color:#333 !important; color:#ffffff }
.bg-white { background-color:#fff !important; color:#333333 }

.bg-gradual-red {
	background-image: linear-gradient(45deg, #f43f3b, #ec008c);
	color: #ffffff;
}

.bg-gradual-orange {
	background-image: linear-gradient(45deg, #ff9700, #ed1c24);
	color: #ffffff;
}

.bg-gradual-green {
	background-image: linear-gradient(45deg, #39b54a, #8dc63f);
	color: #ffffff;
}

.bg-gradual-purple {
	background-image: linear-gradient(45deg, #9000ff, #5e00ff);
	color: #ffffff;
}

.bg-gradual-pink {
	background-image: linear-gradient(45deg, #ec008c, #6739b6);
	color: #ffffff;
}

.bg-gradual-blue {
	background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
	color: #ffffff;
}

.bg-gradual-palepink {
	background-image: linear-gradient(45deg, #ff7d7d, #fb2c95);
	color: #ffffff;
}
.bg-dark-gray { background:#eee }

.text-through { text-decoration: line-through; }

.padding { padding:12px }
.padding-lr { padding-left: 12px; padding-right: 12px; }
.padding-tb {  padding-top: 12px; padding-bottom: 12px; }
.padding-top { padding-top:12px }
.padding-left { padding-left:12px }
.padding-bottom { padding-bottom:12px }
.padding-right { padding-right:12px }

.padding-xs { padding:3px }
.padding-lr-xs { padding-left: 3px; padding-right: 3px; }
.padding-tb-xs { padding-top: 3px; padding-bottom: 3px; }
.padding-top-xs { padding-top: 3px; }
.padding-bottom-xs { padding-bottom: 3px; }
.padding-left-xs { padding-left: 3px; }
.padding-right-xs { padding-right: 3px; }

.padding-sm { padding:6px }
.padding-lr-sm { padding-left: 6px; padding-right: 6px; }
.padding-tb-sm { padding-top: 6px; padding-bottom: 6px; }
.padding-top-sm { padding-top: 6px; }
.padding-bottom-sm { padding-bottom: 6px; }
.padding-left-sm { padding-left: 6px; }
.padding-right-sm { padding-right: 6px; }

.padding-xl { padding:24px }
.padding-lr-xl { padding-left: 24px; padding-right: 24px; }
.padding-tb-xl { padding-top: 24px; padding-bottom: 24px; }
.padding-top-xl { padding-top: 24px; }
.padding-bottom-xl { padding-bottom: 24px; }
.padding-left-xl { padding-left: 24px; }
.padding-right-xl { padding-right: 24px; }

.padding-xxl { padding:48px }
.padding-lr-xxl { padding-left: 48px; padding-right: 48px; }
.padding-tb-xxl { padding-top: 48px; padding-bottom: 48px; }
.padding-top-xxl { padding-top: 48px; }
.padding-bottom-xxl { padding-bottom: 48px; }
.padding-left-xxl { padding-left: 48px; }
.padding-right-xxl { padding-right: 48px; }

.margin { margin:12px }
.margin-lr { margin-left: 12px; margin-right: 12px; }
.margin-tb { margin-top: 12px; margin-bottom: 12px; }
.margin-top { margin-top:12px }
.margin-left { margin-left:12px }
.margin-bottom { margin-bottom:12px }
.margin-right { margin-right:12px }

.margin-xs { margin:3px }
.margin-lr-xs { margin-left: 3px; margin-right: 3px; }
.margin-tb-xs { margin-top: 3px; margin-bottom: 3px; }
.margin-top-xs { margin-top:3px }
.margin-left-xs { margin-left:3px }
.margin-bottom-xs { margin-bottom:3px }
.margin-right-xs { margin-right:3px }

.margin-sm { margin:6px }
.margin-lr-sm { margin-left: 6px; margin-right: 6px; }
.margin-tb-sm { margin-top: 6px; margin-bottom: 6px; }
.margin-top-sm { margin-top:6px }
.margin-left-sm { margin-left:6px }
.margin-bottom-sm { margin-bottom:6px }
.margin-right-sm { margin-right:6px }

.margin-xl { margin:24px }
.margin-lr-xl { margin-left: 24px; margin-right: 24px; }
.margin-tb-xl { margin-top: 24px; margin-bottom: 24px; }
.margin-top-xl { margin-top:24px }
.margin-left-xl { margin-left:24px }
.margin-bottom-xl { margin-bottom:24px }
.margin-right-xl { margin-right:24px }

.text-xs { font-size: 10px; }
.text-sm { font-size: 12px; }
.text-def { font-size: 14px; }
.text-lg { font-size: 18px; }
.text-xl { font-size: 24px; }
.text-xxl { font-size: 36px; }
.text-xxxl { font-size: 48px; }

.text-gray { color: #999; }
.text-bold { font-weight: bold; }
.text-unbold { font-weight:normal; }

.bg-gray { background-color: #f5f5f5; }
.bg-red { background-color: red; }

.inline-flex { display: inline-flex; }
.flex { display: flex; }
.flex-direction { display: flex; width: 100%; }
.flex, 
.flex-direction,
.flex *,
.flex-direction * { box-sizing: border-box; }
.flex-2 { width: 50%; }
.flex-3 { width: 33.333333333%; }
.flex-4 { width: 25%; }
.flex-5 { width: 20%; }
.flex-6 { width: 16.666666666%; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex: none; }
.flex-none { flex: none; }

.grid { display: flex; flex-wrap: wrap; }
.grid.col-1 .col-item { width: 100%; }
.grid.col-2 .col-item { width: 50%; }
.grid.col-3 .col-item { width: 33.33333333%; }
.grid.col-4 .col-item { width: 25%; }
.grid.col-5 .col-item { width: 20%; }

.align-center { align-items: center; }
.justify-center { justify-content: center; }
.bg-white { background: #ffffff; }
.bg-lightblue { background: #d4F5F9; }

.solid { border:solid 1px #eee; }
.solid-left { border-left:solid 1px #eee; }
.solid-right { border-right:solid 1px #eee; }
.solid-top { border-top:solid 1px #eee; }
.solid-bottom { border-bottom:solid 1px #eee; }
.solid-2 { border-width: 2px; }

.bg-hover-gray:hover { background: #f5f5f5; }
.text-hover-red:hover { color: red; }
.pointer { cursor: pointer; }
.fr { float: right; }
.fl { float: left; }
.vfixed { position: fixed; }
.relative { position: relative; }
.absolute { position: absolute; }
.radius { border-radius: 3px; }
.round { border-radius: 50%; }
.round-xl { border-radius: 10px; }
.round-tlr { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.round-dot { border-radius: 100px; }
.qpop-mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 2; }

.body-toolbar {  padding-bottom: 60px; }

.layui-nav-tree .layui-nav-item>a .layui-nav-more { padding:0; }
.nav-icon { font-size: 18px !important; }
.nav-icon.fa { position: absolute; top: 50%; left: 16px; margin-top: -8px; }

.page-toolbar { position: fixed; left:0; bottom:0; width: 100%; height: auto; min-height: 50px; box-shadow: 0 2px 10px rgba(0,0,0,0.2); background:#fff; padding:10px 0; text-align: center; z-index: 2; box-sizing: border-box; }
.box-sizing, .box-sizing * { box-sizing: border-box; }
#laypage .layui-laypage { margin:4px 0 0 0; }
.page-toolbar .layui-laypage { margin:0 !important; }
.page-toolbar .layui-laypage a,.page-toolbar .layui-laypage span { margin:0 -1px 0 0 !important; }

.layui-layout-admin .layui-footer { z-index: 1000; }
.edui-editor-body .edui-body-container { line-height: initial !important; box-sizing: border-box; }
.edui-editor-body .edui-body-container img { max-width: 500px; width: auto; height: auto; display: block; }

.layui-form-label { width: 120px; }
.layui-input-block { margin-left: 150px; }
.pop-block .layui-form-label { width: 80px }
.pop-block .layui-input-block { margin-left: 110px; }
.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }

.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.input-400 { width: 400px; }
.input-120 { width: 120px; }
.input-80 { width: 80px; }
.layui-input-flex { display: flex;  } 

.layui-btn-block { display: block; width: 100%; }
.width-s-100 { width: 100%; display: inline-block; }
.layui-input-date { background:#fff url(../image/datePicker.png) no-repeat 6px center; padding-left:28px; }
.layui-input-block-two { display: block; line-height: 38px; }
.layui-breadcrumb a { margin-right: 12px; }

.layui-form-setting .ltable th { padding:8px 10px; font-size: 12px }
.layui-form-setting .ltable td { padding:8px 10px; }
.layui-form-setting .ltable * { box-sizing: border-box; }
.layui-form-setting .ltable .layui-form-switch { margin-top:0; box-sizing: unset !important; }
.layui-form-setting .ltable .layui-input { height: 30px; }
.layui-form-setting .ltable .layui-select { height: 30px; }
.layui-form-setting .ltable .layui-inline { margin: 0; }

/*定义会员列表格式*/
.datas-members tbody .layui-table-cell { height: auto; line-height: 20px; }
.datas-members tbody .face { width: auto; height: auto; max-width: 40px; max-height: 40px; display: block; margin:0 auto; }
.datas-members tbody .line-high { line-height: 40px; }
.datas-members .layui-btn-group { position: relative; }

.datas-two tbody .layui-table-cell { height: auto; line-height: 20px; }
.datas-two tbody .face { width: auto; height: auto; max-width: 40px; max-height: 40px; display: block; margin:0 auto; }

.empty-data { width:100%; height: auto; padding:30px; background:#f5f5f5; color:#999; font-size:14px; text-align: center; }

.site-block { padding:15px; box-sizing: border-box; }

/*统计*/
.statis * { box-sizing: border-box; }
.statis .echart-body { width:100%; height: auto; border:solid 1px #e5e5e5; margin:15px 0; }
.statis .echart-body h4 { width: 100%; height: 36px; line-height: 36px; background-color:#f8f8f8; padding:0 15px; margin:0 0 20px 0; text-align: center; font-weight: 900 }

/*通用下拉式菜单*/
.layui-dropdownp { display: inline-block; position: relative; vertical-align: top; box-sizing: border-box; z-index: 901; }
.layui-dropdownp * { box-sizing: border-box; }
.layui-dropdownp .down-menu { position: absolute; top:auto; width:auto; height: auto; margin-top:12px; max-height: 320px; border:solid 1px #ddd; background:#fff; border-radius: 3px; padding:15px 12px; z-index: 102; overflow-y: auto; box-shadow: 0px 2px 10px rgba(0,0,0,0.1); display: none; }
.layui-dropdownp .down-search { width:380px; height: auto; }
.layui-dropdownp .down-search .down-group { width:100%; height: auto; display: flex; margin-bottom:10px; }
.layui-dropdownp .down-search .down-group .down-label { width:90px; height: 38px; line-height: 38px; padding:0 12px 0 0; display: inline-block; text-align: right; color:#666; }
.layui-dropdownp .down-search .down-group .down-block { width:auto; line-height: 38px; flex: 1; }
.layui-dropdownp .down-search .down-group:last-child { margin-bottom:0; }
.layui-dropdownp .down-search .down-group .input-half { width:110px; }
.layui-dropdownp:before { position: absolute; left:50%; bottom:-12px; width: 0; height: 0; margin-left:-4.5px; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #ddd; content: " "; z-index: 103; display: none; }
.layui-dropdownp:after { position: absolute; left:50%; bottom:-13px; width: 0; height: 0; margin-left:-3.5px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 9px solid #fff; content: " "; z-index: 103; display: none; }
.layui-dropdownp-open .down-menu { display: block; }
.layui-dropdownp-open:before,.layui-dropdownp-open:after { display: block; }

/*.dropdown-menu { display: none; position: fixed; right:0; top:50%; width: 120px; height: auto; background:#fff; border:solid 1px #ddd; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); z-index: 901; font-size: 14px; }
.dropdown-menu ul { list-style: none; }
.dropdown-menu ul li { width: 100%; height: 34px; line-height: 34px; padding:0 10px; text-align: left; }
.dropdown-menu ul li:hover { background:#eee; color:#09f; cursor: pointer; }*/

.pop-main { width: 100%; padding:15px; }


/*地区选择器*/
.region-select { position: relative; line-height: 38px; }
.layui-sarea { position: absolute; width:400px; height: auto; background:#fff; border:solid 1px #ddd; padding:20px; }
.layui-sarea .layui-sarea-head { position: relative; width:100%; height: 30px; border-bottom:solid 1px #005aa0; font-size:12px; }
.layui-sarea .layui-sarea-head em { position: relative; display: inline-block; height: 29px; line-height: 30px; padding:0 8px; float: left; border:solid 1px #ddd; border-bottom:none; border-left:none; margin-right: -1px; font-style: normal; cursor: pointer; color:#005aa0; }
.layui-sarea .layui-sarea-head em:first-child { border-left:solid 1px #ddd; }
.layui-sarea .layui-sarea-head em i { margin-left:5px; }
.layui-sarea .layui-sarea-head em.open { height: 30px; z-index: 1; border:solid 1px #005aa0; border-bottom:solid 1px #fff; background:#fff; }
.layui-sarea .layui-sarea-body { width:100%; height: auto; }
.layui-sarea .layui-sarea-body ul { margin:10px 0 0 0; padding:0; list-style: none; font-size:12px; }
.layui-sarea .layui-sarea-body ul li { width: 20%; height: 24px; line-height: 24px; list-style: none; float: left; margin: 0; padding: 0; }
.layui-sarea .layui-sarea-body ul li a { display: inline-block; padding: 0 4px; height: 20px; line-height: 20px; overflow: hidden; }
.layui-sarea .layui-sarea-body ul li a:hover { background:#b79567; color:#fff !important; }
.layui-sarea .layui-sarea-close { position: absolute; right: -6px; top:-6px; width:20px; height: 20px; line-height: 20px; background:#999; color:#fff; text-align: center; border-radius: 50%; font-size:12px; cursor:pointer; }
.layui-sarea .layui-sarea-close:hover { background:#000; }

/*权限管理*/
.auth-body ul li ul { padding-left:30px; }
.auth-body .layui-badge { position: relative; top:6px; }
.auth-body .auth-menu { padding:0 6px 0 0; position: relative; top:2px; color:#aaa; cursor: pointer; }
.auth-body .auth-menu-down { display: none; }
.auth-body .auth-menu-empty { display: inline-block; width:21.6px; height: 5px; display: none; }
.auth-body ul ul ul { padding:8px 0; margin:10px 0; background:#f1f1f1; border-radius: 3px; }
.auth-body ul ul ul li { display: inline-block; margin:0; width: 33%; }
.auth-body ul li { margin-top: 10px; }
.auth-body .layui-form-checkbox[lay-skin=primary] span { padding-right: 0; }
.auth-body .auth-menu-icon { vertical-align: middle; }

/*提示*/
.tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal;
word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); }
.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
.tooltip.top { margin-top: -2px; padding: 5px 0; }
.tooltip.right { margin-left: 2px; padding: 0 5px; }
.tooltip.bottom { margin-top: 2px; padding: 5px 0; }
.tooltip.left { margin-left: -2px; padding: 0 5px; }
.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
.tooltip.top .tooltip-arrow{bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #000;}
.tooltip.top-left .tooltip-arrow{bottom: 0;right: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #000;}
.tooltip.top-right .tooltip-arrow{bottom: 0;left: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #000;}
.tooltip.right .tooltip-arrow{top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #000;}
.tooltip.left .tooltip-arrow{top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #000;}
.tooltip.bottom .tooltip-arrow{top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000;}
.tooltip.bottom-left .tooltip-arrow{top: 0;right: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #000;}
.tooltip.bottom-right .tooltip-arrow{top: 0;left: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #000;}


/*文件管理*/
.manage-main-body { position: relative; }
.files { box-sizing: border-box; width:100%; height: 100%; position: absolute; left:0; top:0; background:#fff; z-index: 1; min-width: 720px; overflow: hidden; }
.files * { box-sizing: border-box; }
.files .files-empty { width:100%; height: auto; padding:50px; text-align: center; font-size:18px; letter-spacing: 2px; color:#aaa; }
.files .files-empty i { display: block; font-size:80px; margin-bottom:10px; }
.files .files-head { position: absolute; left:0; top:0; width:100%; height: 60px; padding:0 10px; background:#f5f6f9; border-bottom:solid 1px #c8ccd5; z-index: 2; }
.files .files-head .files-center { width:100%; height: 60px; padding-top:10px; }
.files .files-head .fbtn { margin-left:6px; }
.files .files-head .shop_name { padding:0 10px; color:#06f; font-weight: 400; font-size:14px; }
.files .fbtn { position: relative; padding:8px 16px; border:solid 1px #c7c9cf; background:#fff; color:#000; font-size:14px; outline: none; opacity: 0.8; z-index: 9; }
.files .fbtn i { margin-right:4px; font-size:16px; position: relative; top:1px; color:#555; }
.files .fbtn-primary { background:#3091f2; border-color:#3091f2; color:#fff; }
.files .fbtn-primary i { color:#fff; }
.files .fbtn-upload { padding:8px 30px; }
.files .fbtn:hover { opacity: 1 }
.files .fbtn-type { position: absolute; left:0; top:100%; width: 100%; display: none; }
.files .fbtn-type li { height: 38px; line-height: 38px; background:#3091f2; }
.files .fbtn-type li:hover { background:#000 !important; }
.files .fbtn-upload:hover .fbtn-type { display: block; }

.files .fright { float: right; position: relative; font-size: 0px; display: flex; }
.files .fright * { font-size:12px; }
.files .fright .rlicon { display: inline-block; width:38px; height: 38px; line-height: 38px; background:#fff; border:solid 1px #c7c9cf; margin-left:-1px; text-align: center; color:#333; }
.files .fright .rlicon i { font-size:14px; }
.files .fright .rlicon-open { background:#e0e4ed; }
.files .fright .rlicon[mode-dropdown="down"]:hover .ul-icon { display: block; }
.files .fright .ul-icon { position: absolute; right: 0; top:37px; width:120px; list-style: none; background:#fff; border:solid 1px #ddd; font-size:12px; color:#444; display: none; z-index: 1; }
.files .fright .ul-icon li { width:100%; height: 30px; line-height: 30px; padding:0 10px; }
.files .fright .ul-icon li i { margin-right:5px; font-size:14px; }
.files .fright .ul-icon li:hover { background:#d5e5f5; color:#000; cursor:pointer; }
.files .fright .ul-icon li.open { background:#d5e5f5; color:#000; }
.files .fright .search { display: flex; margin:0 10px; position: relative; }
.files .fright .search .keyword { width:180px; height: 38px; line-height: 38px; border:solid 1px #ddd; padding:4px 34px 4px 10px; font-size:14px; outline: none; }
.files .fright .search .search-btn { width:36px; height: 36px; position: absolute; right: 2px; top:0px; background:none; border:none; color:#c7c9cf; outline: none; }
.files .fright .search .search-btn i { font-size:16px; }
.files .fright .search .search-btn-open { color:#09f; }
.files .fright .search .keyword:focus { border-color:#09f; }
.files .fright .search .search-select { width:60px; border:solid 1px #ddd; background: #fff; padding:0 0 0 4px; margin-right:8px; height: 38px; font-size:12px; color:#666; }
.files .fright .search .search-select:focus { border-color:#09f; }


.files .files-left { width:180px; height: calc(100% - 60px); position: absolute; left:0; top:60px; border-right:solid 1px #ddd; padding:5px 10px 0 10px; overflow: auto; }
.files .cat-item { width:160px; height: 28px; border:solid 1px #fff; padding-left:20px; margin-top:2px; }
.files .cat-item .cat-link { display: block; width:100%; line-height: 28px; background-image:url(../image/dirs.png); background-position: 4px 6px; background-repeat: no-repeat; padding:0 0 0 28px; position: relative; color:#333; font-size:12px; }
.files .cat-item .cat-link .cat-ico { display: block; height: 28px; width:18px; position: absolute; left:-16px; top:0; background:url(../image/folder-tree.png) no-repeat 6px -43px; }
.files .cat-item .cat-link .cat-load { background:url(../image/loading2.gif) no-repeat center !important; }
.files .cat-item .cat-link .cat-open { background-position: 6px -91px !important; }
.files .cat-item .cat-link .cat-hide { background:none; }
.files .cat-item:hover { background-color:#f3f8ff; border-color:#d5e5f5; }
.files .cat-item-open { background-color:#e7f2fe; border-color:#bfdaf4; }
.files .cat-item-box { display: none; }
.files .cat-item-box-open {  }

.files .files-right { width:calc(100% - 180px); height: 100%; position: absolute; left:180px; top:60px; }
.files .files-nav { width:100%; height: 32px; line-height: 32px; border-bottom:solid 1px #eee; }
.files .files-nav .label-box { display: block; width:42px; height: 32px; border-right:solid 1px #ddd; float: left; }
.files .files-nav .label-box .label-checkbox { display: inline-block; width: 18px; height: 18px; background:url(../image/checkbox.png) no-repeat left bottom; float: left; margin:7px 0 0 12px; cursor:pointer; }
.files .files-nav .label-box .label-open { background-position: left top !important; }
.files .file-path { display: block; height: 32px; float: left; }
.files .file-path a { display: block; max-width: 120px; height: 32px; line-height: 32px; padding:0 22px 0 22px; margin-left:-16px; float: left; font-size:12px; background-image:url(../image/main-path.png); background-repeat: no-repeat; background-position: right -49px; overflow: hidden; z-index: 1; position: relative; color:#000; }
.files .file-path a:hover { background-position: right -99px; }
.files .file-path a.one { margin:0; padding-left:15px; }
.files .file-path a.selected { background-position: right -199px; }

.files .files-list { width:100%; height: 100%; padding:15px 15px 130px 15px; overflow: auto; }
.files .files-item { width:116px; height: auto; padding:10px 8px 10px 8px; margin:0 10px 20px 0; border:solid 1px #fff; position: relative; float: left; transition:all 0.1s linear; }
.files .files-item-time { padding-bottom:150px; }
.files .files-item .files-item-img { width:80px; height: 80px; margin:0 auto 10px auto; display: flex; align-items: center; text-align: center; }
.files .files-item .files-item-img img { display: block; margin:0 auto; width:auto; height: auto; max-width: 100%; max-height: 100%; }
.files .files-item .files-item-cat { background:url(../image/dir.png) no-repeat center; background-size: 100%; cursor:pointer; }
.files .files-item .files-item-name { width:100%; height: 34px; line-height: 18px; overflow: hidden; margin:0; text-align: center; font-size:12px; color:#222; display: block !important; }
.files .files-item .files-enter { display: none; }
.files .files-item-video { width: auto; height: auto; }
.files .files-item-video .files-item-img { width: auto; height: auto; }
.files .files-item-audio { width: auto; height: auto; }
.files .files-item-audio .files-item-img { width: auto; height: auto; }
.files .files-item:hover { background:#e7f2fe; border-color:#bfdaf4; }
.files .files-item:hover .files-checkbox { display: block; }
.files .files-item-open { background:#e7f2fe; border-color:#bfdaf4; }
.files .files-item-selected { background:#dbecff; border-color:#aacef0; }
.files .files-item .files-checkbox { left: -1px; top: -1px;  }
.files .files-item .name-text { width:100%; height: 20px; padding:0 4px; text-align: left; outline: none; border:solid 1px #09f; }
.files .files-checkbox { display: none; width: 18px; height: 18px; position: absolute; background:url(../image/checkbox.png) no-repeat left bottom; cursor:pointer; }
.files .files-checkbox-open { display: block; background-position: left top !important; }

.files .files-item-time .files-item { width:100%; height: 50px; padding:6px !important; margin:0; clear: both; border:none; border-bottom:solid 1px #ddd; overflow: hidden; }
.files .files-item-time .files-item:last-child { border-bottom:none; }
.files .files-item-time .files-item .files-item-img { width:46px; height: 46px; margin:-5px 0 0 30px; float: left; }
.files .files-item-time .files-item .files-checkbox {  left: 10px; top: 15px; display: block;  }
.files .files-item-time .files-item .files-item-name { width:30% !important; text-align: left; padding:0 10px; color:#222 !important; }
.files .files-item-time .files-item .files-enter {  margin:0; height: 36px; line-height: 36px; float: left; padding:0 10px; font-size:12px; color:#999; overflow: hidden; display: block; }
.files .files-item-time .files-item .files-tool { width:15%; text-align: left; }
.files .files-item-time .files-item .files-tool i { position: relative; top:3px; margin:0 15px 0 0; font-size:14px; color:#999; }
.files .files-item-time .files-item .files-tool i:hover { color:#222; cursor:pointer; }
.files .files-item-time .files-item .files-size { width:10%; }
.files .files-item-time .files-item .files-time { width:30%; text-align: right; }

.files .files-foot { position: absolute; left:0; bottom:60px; width:100%; height: 44px; line-height: 44px; background:#fff; border-top:solid 1px #ddd; padding:0 15px; overflow: hidden; display: flex; font-size:12px; }
.files .files-foot .page { display: inline-block; padding-left:0; line-height: 40px; }
.files .files-foot .files-info { color:#999; }
.files .files-foot .files-info strong { padding:0 4px; color:#000; }
.files .files-foot .btn-outfile { position: relative; top:6px; margin-right:15px; }

.file-move-body { width:100%; height: auto; background:#fff; padding:20px; box-sizing: border-box; }
.file-move-body * { box-sizing: border-box }
.file-move-body .move-file { width:100%; height: 50px; line-height: 50px; margin:0 0 15px 0; position: relative; font-size:14px; }
.file-move-body .move-file .img { position: absolute; display: inline-block; width:50px; height: 50px; }
.file-move-body .move-file .img img { width:100%; height: 100%; }
.file-move-body .move-file .name { display: inline-block; width:auto; height: 50px; line-height: 20px; padding-left:60px; float: left; overflow: hidden; color:#000;  }
.file-move-body .move-file .remark { display: inline-block; width:auto; padding-left:10px; float: left; color:#999; }
.file-move-body .move-dir { width:100%; border:solid 1px #ddd; }
.file-move-body .move-dir .move-title { width:100%; height: 34px; line-height: 34px; padding:0 10px; border-bottom:solid 1px #ddd; color:#999; overflow: hidden; font-size:12px; }

.file-move-body .move-cat { width:100%; height: 199px; overflow: auto; }
.file-move-body .move-cat .cat-item { width:100%; height: 28px; border:solid 1px #fff; padding-left:20px; }
.file-move-body .move-cat .cat-item .cat-link { display: block; width:100%; line-height: 28px; background-image:url(../image/dirs.png); background-position: 4px 6px; background-repeat: no-repeat; padding:0 0 0 28px; position: relative; color:#333; font-size:12px; }
.file-move-body .move-cat .cat-item .cat-link .cat-ico { display: block; height: 28px; width:18px; position: absolute; left:-16px; top:0; background:url(../image/folder-tree.png) no-repeat 6px -43px; }
.file-move-body .move-cat .cat-item .cat-link .cat-load { background:url(../image/loading2.gif) no-repeat center !important; }
.file-move-body .move-cat .cat-item .cat-link .cat-open { background-position: 6px -91px !important; }
.file-move-body .move-cat .cat-item .cat-link .cat-hide { background:none; }
.file-move-body .move-cat .cat-item:hover { background-color:#f3f8ff; border-color:#d5e5f5; }
.file-move-body .move-cat .cat-item-open { background-color:#e7f2fe; border-color:#bfdaf4; }
.file-move-body .move-cat .cat-item-box { display: none; }
.file-move-body .move-cat .cat-item-box-open {  }

.file-move-foot { margin-top: 15px; text-align: right; }
.file-move-foot .zbtn { height: 34px; line-height: 34px; padding:0 16px; border:solid 1px #ccc; background:#fff; margin-left:8px; color:#000; font-size:14px; outline: none; opacity: 0.8; }
.file-move-foot .zbtn:hover { opacity: 1 }
.file-move-foot .zbtn-primary { background:#3091f2; border-color:#3091f2; color:#fff; }

/*鼠标选中*/
.ewhich { width:0; height: 0; position: fixed; left:0; top:0; background:rgba(218,236,255,0.3); border:dotted 1px #555; z-index: 66; display: none; }

.which-menu { position: fixed; left:400px; top:100px; width:150px; height: auto; list-style: none; background:#fff; margin:0; padding:0; border:solid 1px #999; box-shadow: 1px 1px 4px rgba(0,0,0,0.1); z-index: 9; display: none; }
.which-menu li { width:100%; height: auto; border-top:solid 1px #fff; border-bottom:solid 1px #fff; }
.which-menu li a { display: block; width:100%; height: 32px; line-height: 32px; padding:0 15px; font-size:14px; color:#555; }
.which-menu li a i { margin-right:10px; }
.which-menu li:hover { background-color:#f3f8ff; border-color:#d5e5f5; }
.which-menu li.disabled { opacity: 0.6; background:#fff !important; border-color:#fff !important; }

.mi-file { position: fixed; left:100px; top:200px; width:46px; height: 46px; background:url(../image/dir.png) no-repeat center; background-size:100%; z-index: 99; display: none; text-align: center; }
.mi-file .num { display:inline-block; width:auto; height: 16px; line-height: 14px; margin:18px auto 0 auto; background:#57acff; border:solid 1px #3091f2; padding:0 5px; color:#fff; text-align: center; font-size:12px; font-family: "黑体" }

.files-optfile { width:100%; height: 100%; left:0; top:0; min-width: 700px; }

.optfile-view { width:auto; height: auto; display: inline-block; position: relative; }
.optfile-view img { width:auto; height: auto; min-height: 10px; max-height: 80px; max-width: 600px; border:solid 1px #ddd; }
.optfile-view-close { position: absolute; right:-5px; top:-7px; font-size:10px; z-index: 1; width: 16px; height: 16px; line-height: 14px; font-style: normal; cursor: pointer; color:#fff; text-align: center; border-radius: 25px; background:rgba(0, 0, 0, 0.5); }
.optfile-single, .optfile-multi { position: relative; }
.optfile-single img { margin: 0 12px 0 0; }
.optfile-multi img { margin: 0 12px 12px 0; }
.optfile-multi img:last-child { margin-right:10px; }
.image-group-level { display: inline; margin:0 auto; font-size: 0; }
.image-group-level img { margin:0; cursor: pointer; }
.image-group-level .licon { width:30px; height: auto; }

/*新上传样式*/
.uploads { position: fixed; left:0; top:0; width: 100%; height: 100%; background:#fff; }
.uploads * { box-sizing:border-box; }
.uploads-head { width:100%; height: 60px; border-bottom:solid 1px #c8ccd5; background:#f5f6f9; padding:10px 15px 0 15px; }
.uploads .ubtn { width:auto; padding:8px 20px; outline: none; font-size:14px; margin-right:6px; }
.uploads .ubtn-default { border:solid 1px #ccc; background:#fff; color:#333; }
.uploads .ubtn-info { border:solid 1px #00b7ee; background:#00b7ee; color:#fff; }
.uploads .uploads-main { width:100%; height: auto; overflow: auto; background:#fff; }
.uploads .uploads-btns { width:100%; height: 298px; padding:26px; }
.uploads .uploads-btns .btn-main { width:100%; height: 100%; border:dashed 3px #ddd; font-family: "黑体"; }
.uploads .uploads-btns .btn-main .pickers { margin:80px 0 20px 0; text-align: center; }
.uploads .uploads-btns .btn-main .webuploader-pick { font-size:16px; letter-spacing: 1px; }
.uploads .uploads-btns .btn-main p { font-size:18px; color:#ccc; text-align: center; }
.uploads .uploads-btns .webuploader-dnd-over { border-color:#999; }
.uploads #ctlBtn { display: none; }
.uploads #keep { display: none; }
.uploads-pop { position: absolute; }

.uploads #thelist { padding:25px; display: none; }
.uploads #thelist .item { position: relative; width:100%; height: auto; border:solid 1px #ddd; padding:5px 15px; margin-top:-1px; }
.uploads #thelist .item .info { width: 100%; height: 22px; line-height: 22px; margin:0 auto; font-size:12px; }
.uploads #thelist .item .state { width: 100%; line-height: 22px; margin:0 auto; color:#666; font-size:12px; }
.uploads #thelist .item .cancal { margin-left:20px; cursor: pointer; }
.uploads #thelist .item .cancal i { font-size:14px; color:#00b7ee; }
.uploads #thelist .item .progress { height: 8px; margin:0; }
.uploads #thelist .item .progress .progress-bar { height: 8px; }

/*上传样式*/
.webuploader-container { position: relative; }
.webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px,1px,1px,1px); }
.webuploader-pick { position: relative; display: inline-block; cursor: pointer; background: #00b7ee; padding: 10px 15px; color: #fff; text-align: center; border-radius: 3px; overflow: hidden; }
.webuploader-pick-hover { background: #00a2d4; }
.webuploader-pick-disable { opacity: 0.6; pointer-events:none; }