*{font-family:"微软雅黑"}.box-list{width:100%;float:left}.box-list a{width:100%;padding-top:3px;padding-bottom:3px;margin-bottom:5px;float:left;background:#eee;font-size:16px}.box-list .active{background:#005fdf;color:#fff}.edittable td a{display:none}.edittable td:hover a{display:block}.edittable td{position:relative;min-height:80px;font-size:16px}.edittable td .add{width:100%;position:absolute;left:0px;bottom:0px}.edittable td .add a{width:50%;float:left;background:#005fdf;color:#fff;text-align:center}.vmx-open-menu-zz a{width:100px;float:left;height:30px;line-height:30px}.resbox{min-width:200px;float:left;min-height:80px}.resbox p:hover{background:#ccc;border-radius:5px;cursor:pointer;font-weight:bold}.info{width:100%;float:left;margin-bottom:25px}.info .info_label{width:130px;float:left}.tools{width:100%;float:left;margin-bottom:25px}.toolsshow a{float:left;padding:5px 15px;margin-right:10px;margin-bottom:10px}.layui-layer-input{font-size:18px;line-height:24px}.creatcontent .vmx-input{padding-top:5px;padding-bottom:5px;font-size:18px}.creatcontent .icon{width:15px;height:15px}.creatcontent .dudao-tips{max-height:350px;overflow-y:auto}.creatcontent .dudao-tips img{width:60%;margin-left:20%}.creatcontent .dudao-tips a{width:100%;float:left;margin-bottom:8px}.creatcontent .dudao-tips a:hover{background:#eee;border-radius:8px}thead tr th{position:sticky;top:0;background-color:white;z-index:9999;font-size:18px;color:#000;font-weight:bold;border-bottom:solid 1px #ccc}.coverlist{display:flex;width:100%;float:left;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.coverlist .imgshow{width:calc(33.3% - 10px);margin:5px;background-color:#eee;height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.coverlist .imgshow img{opacity:.9}.coverlist .imgshow .desc{position:absolute;bottom:0;left:0;width:100%;padding-top:10px;padding-bottom:10px;background-color:rgba(0,0,0,0.5);color:#fff;padding:10px}.coverlist .imgshow .tools{position:absolute;top:10px;right:10px;text-align:right;display:none}.coverlist .imgshow .tools a{padding:5px;background:#005fdf;color:#fff}.coverlist .imgshow:hover .tools{transition:opacity .3s ease;display:block}.coverlist .imgshow:hover img{opacity:1}.coverlist .imgshow img{transition:.3s ease}.coverlist .imgshow:hover img{opacity:1}.center{width:1200px;margin:0 auto}.files{margin-bottom:15px;width:100%;float:left}.files p{height:40px;line-height:40px;width:100%;float:left;font-size:16px;cursor:pointer}.files p:hover{background:#eee;border-radius:8px}.files p a{color:#005fdf}.tabitem a{padding-left:10px;padding-right:10px;padding-top:8px;padding-bottom:8px;font-size:16px}.tabitem .active{background:#605ce5;border-radius:8px;color:#fff}.kaohe_list_items a{width:100%;float:left;font-size:16px;padding-top:5px;padding-bottom:5px;padding:5px}.kaohe_list_items a:hover{background:#605ce5;color:#fff}.kaohe_list_items .active{background:#605ce5;color:#fff}.rightfd{position:fixed;height:150px;right:0px;z-index:9999;bottom:150px}.rightfd a{width:40px;height:40px;background:#005fdf;float:left;text-align:center;margin-bottom:15px;line-height:40px;border-radius:50%;color:#fff;font-size:18px}.writeinfodata a,.writeinfodata a:hover,.writeinfodata a:active,.writeinfodata a:visited{text-decoration:none;color:#000}.writeinfodata .divbg{background:#eee;font-weight:bold;width:100%;float:left;text-indent:15px;font-size:16px;margin-bottom:15px}.writeinfodata .f_id{background:#eee;width:100%;float:left;text-indent:15px;font-size:16px;margin-bottom:15px}.writeinfodata .wliitem{float:left;width:100%}.writeinfodata .wliitem i{float:right;margin-right:5px}.writeinfodata .sonitem:hover{background:#eee}.writeinfodata .box{float:left;width:100%}.tagslist{width:100%;float:left;margin-top:15px;margin-bottom:15px}.tagslist span{float:left;border:solid 1px #ccc;margin-right:15px;padding:5px;border-radius:5px;padding-top:2px;padding-bottom:2px;cursor:pointer}.tagslist .active{background:#005fdf;color:#fff}.filelist{width:100%;float:left}.filelist td{font-size:14px}.filelist td a{display:block}.filelist th{font-size:14px}.filelist a{width:100%;float:left}.filelist img{width:15px}.filelist .filelistitemtr{font-weight:bold;height:45px;line-height:45px;float:left;border-bottom:solid 1px #eee}.filelist .filelistitem{height:45px;line-height:45px;float:left;border-bottom:solid 1px #eee;cursor:pointer}.filelist .filelistitem i{color:#06a7ff;margin-right:5px}.filelist .filelistitem:hover{background:#f7f9fc}.box-list{width:100%;float:left}.box-list .box-item{width:120px;float:left;margin-right:8px;cursor:pointer;text-align:center;padding-top:8px;padding-bottom:8px}.box-list .box-item p{margin-top:10px}.box-list .box-item img{width:42px}.box-list .box-item:hover{background:#eee;border-radius:8px}
.skeleton-loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}