﻿html, body { height: 100%; margin: 0; padding: 0; }
#app-container { height: 100%; box-sizing: border-box; }
#Pan { height: 100%; font-size: 12px; background: #FFF; color: #7b7b7b; }

#Pan .hide { display: none; }

#Pan .PanMain { height: 52px; background: #FFF; border-bottom: 1px solid #e5e5e5; }
#Pan .PanMain .Logo { float: left; padding: 13px 0 0 13px; }
#Pan .PanMain .RCont { float: right; font-size: 12px; padding-top: 14px; }
#Pan .PanMain .RCont .HengTiao { width: 160px; background: #ececec; display: block; height: 4px; border-radius: 5px; position: relative; }
#Pan .PanMain .RCont .HengTiao .HengTiao2 { background: #4886fe; display: block; height: 4px; border-radius: 5px; position: absolute; top: 0; left: 0; }


#Pan .toolsUL { padding: 0; margin: 0; }
#Pan .toolsUL .tools { cursor: pointer; list-style-type: none; font-size: 14px; padding: 12px 23px; }
#Pan .toolsUL .tools_line { list-style-type: none; font-size: 14px; padding: 12px 23px; }
#Pan .toolsUL .tools.now { background: #edf4fc; color: #4886fe; }
#Pan .toolsUL .tools:hover { background: #edf4fc; color: #4886fe; }

#Pan .PanBody { padding: 8px;height: 100%; }
#Pan .PanBody .BodyCont { background: #FFF; padding: 10px;height: 100%; }

#Pan .PanBody .BodyCont ul li.ico { padding-left: 30px; background-repeat: no-repeat; background-position: 6px center; background-size: 20px; }
#Pan .PanBody .BodyCont ul li.dis { opacity: 0.5; cursor: default; }
#Pan .PanBody .BodyCont ul li.upload { background-color: #4886fe; color: #FFF; background-image: url(/Content/Images/upload.png); }
#Pan .PanBody .BodyCont ul li.upload .webuploader-pick { background: #4886fe; }
#Pan .PanBody .BodyCont ul li.upload div { width: 100%; }
#Pan .PanBody .BodyCont ul li.paste { background-image: url(/Content/Images/paste.png); position: relative; }
#Pan .PanBody .BodyCont ul li.paste .paste_tip{ background: red; padding: 2px 5px; position: absolute; top: -18px; left: 4px; color: #FFF; font-size: 12px; width: 62px; border-radius: 3px; }
#Pan .PanBody .BodyCont ul li.addfolder { background-image: url(/Content/Images/addfolder.png); }
#Pan .PanBody .BodyCont ul li.share { background-image: url(/Content/Images/share.png); }
#Pan .PanBody .BodyCont ul li.gongxiang { background-image: url(/Content/Images/share.png); }
#Pan .PanBody .BodyCont ul li.download { background-image: url(/Content/Images/download.png); }
#Pan .PanBody .BodyCont ul li.delete { background-image: url(/Content/Images/delete.png); }

#Pan .PanBody .BodyCont .Rtool { float: right; }
#Pan .PanBody .BodyCont .Rtool .t_search { float: left; margin-right: 15px; }
#Pan .PanBody .BodyCont .Rtool .t_search .searchtext { background-color: #efefef; border-radius: 15px; border: none; padding: 7px 28px; background-position: right 11px center; background-image: url(/Content/Images/searchico.png); background-repeat: no-repeat; }
#Pan .PanBody .BodyCont .Rtool .t_order { float: left; background-image: url(/Content/Images/order.png); background-size: 26px; width: 30px; height: 30px; margin-right: 15px; background-repeat: no-repeat; background-position: center center; }
#Pan .PanBody .BodyCont .Rtool .t_showstyle { float: left; background-image: url(/Content/Images/showstyle.png); background-size: 26px; width: 30px; height: 30px; margin-right: 0; background-repeat: no-repeat; background-position: center center; }
#Pan .PanBody .BodyCont .Rtool .t_showstyle.sty2 { background-image: url(/Content/Images/showstyle2.png); }



#Pan .PanBody .BodyCont .daohang { }
#Pan .PanBody .BodyCont .daohang .folder { color: #4886fe; cursor: pointer; }

#Pan .PanBody .BodyCont .style1 { height:100%; overflow:auto; width:100%; }
#Pan .PanBody .BodyCont .style1 .item { padding: 10px; width: 98px; height: 108px; border-radius: 3px; position: relative; border: 1px solid #fff; float: left; margin: 20px; cursor: pointer; box-sizing: content-box;}
#Pan .PanBody .BodyCont .style1 .item .chooseico { position: absolute; top: 6px; left: 6px; width: 19px; height: 19px; background-repeat: no-repeat; background-image: url(/Content/Images/choose.png); opacity: 0; }
#Pan .PanBody .BodyCont .style1 .item .img { width: 98px; height: 98px; }
#Pan .PanBody .BodyCont .style1 .item .img img { vertical-align: middle; }
#Pan .PanBody .BodyCont .style1 .item.folder .img { text-align: center; line-height: 98px; overflow: hidden; }
#Pan .PanBody .BodyCont .style1 .item.folder .img img { width: 56px; height: 46px; }
#Pan .PanBody .BodyCont .style1 .item.file .img { text-align: center; line-height: 98px; overflow: hidden; }
#Pan .PanBody .BodyCont .style1 .item.file .img img { }
#Pan .PanBody .BodyCont .style1 .item .name { padding: 2px 0; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
#Pan .PanBody .BodyCont .style1 .item:hover { background: #f1f5fa; }
#Pan .PanBody .BodyCont .style1 .item:hover .chooseico { opacity: 0.5; }
#Pan .PanBody .BodyCont .style1 .item.h { background: #f1f5fa; border-color: #4886fe; }
#Pan .PanBody .BodyCont .style1 .item.h .chooseico { opacity: 1; }

#Pan .PanBody .BodyCont .style2 {height:100%; overflow:auto; width:100%;}
#Pan .PanBody .BodyCont .style2 .item2 { height: 43px; border-bottom: 1px solid #f2f6fd; border-top: 1px solid #f2f6fd; margin-top: -1px; line-height: 42px; }
#Pan .PanBody .BodyCont .style2 .item2:hover { background: #f1f5fa; }
#Pan .PanBody .BodyCont .style2 .item2.h { background: #f1f5fa; }
#Pan .PanBody .BodyCont .style2 .item2 .img { display: inline-block; width: 40px; height: 40px; padding: 0 8px; }
#Pan .PanBody .BodyCont .style2 .item2 .img img { width: 26px; vertical-align: middle; }
#Pan .PanBody .BodyCont .style2 .item2 .name { display: inline-block; cursor: pointer; }
#Pan .PanBody .BodyCont .style2 .item2 .name:hover { color: #3B8CFF; }
#Pan .PanBody .BodyCont .style2 .item2 .tools { display: inline-block; float: right; width: 130px; font-size:16px; }
#Pan .PanBody .BodyCont .style2 .item2 .size { display: inline-block; float: right; width: 15%; }
#Pan .PanBody .BodyCont .style2 .item2 .uptime { display: inline-block; float: right; width: 20%; }


#Pan .PanBody .BodyCont .MBox { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #00000014; z-index: 9999; }
#Pan .PanBody .BodyCont .MBox .Box { width: 480px; height: 300px; margin-left: -240px; margin-top: -150px; background: #FFF; position: relative; padding: 40px 12px; border-radius: 5px; top: 50%; left: 50%; box-sizing: border-box; }
#Pan .PanBody .BodyCont .MBox .Box .BoxTitle { position: absolute; width: 100%; left: 0; top: 0; height: 40px; text-align: left; line-height: 40px; background-color: #f3f7ff; border-bottom: 1px solid #97baff; }
#Pan .PanBody .BodyCont .MBox .Box .BoxTitle span { padding-left: 12px; font-size: 16px; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont { padding-top: 20px; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont input.sty1 { height: 37px; width: 442px; padding: 0 5px; }

#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree { clear: both; width: 100%; box-sizing: border-box; padding: 0; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree .mtree_item { clear: both; width: 100%; box-sizing: border-box; padding: 10px 0 10px 30px; border-radius: 0; border: 1px solid #FFF; color: #000; height: 50px; line-height: 30px; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree .mtree_item.sub { background-image: url(/Content/Images/add_ico.png); background-repeat: no-repeat; background-position: 10px center; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree .mtree_item.h { border: 1px solid #97baff; background-color: #e5f0fb; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree .mtree_item.sub.show { background-image: url(/Content/Images/cut_ico.png); }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree .mtree_item:hover { border: 1px solid #97baff; background-color: #e5f0fb; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree .mtree_item span { background-image: url(/Content/Images/folder_small_ico.png); background-repeat: no-repeat; background-position: left center; padding-left: 30px; height: 30px; line-height: 30px; display: block; }
#Pan .PanBody .BodyCont .MBox .Box .BoxCont .mtree .mtree_items { clear: both; width: 100%; box-sizing: border-box; padding: 0 0 0 10px; border-radius: 0; border: 1px solid #FFF; }

#Pan .PanBody .BodyCont .MBox .Box .BoxBottom { position: absolute; width: 100%; left: 0; bottom: 0; height: 47px; text-align: right; line-height: 40px; }
#Pan .PanBody .BodyCont .MBox .Box .BoxBottom a { color: #FFF; background-color: #4886fe; border-radius: 5px; margin-right: 12px; padding: 6px 16px; font-size: 14px; cursor: pointer; }

#Pan .PanBody .BodyCont .MBox .Box .max { float: right; padding: 0px 10px; background-image: url(/Content/Images/min_ico.png); background-size: 18px; background-repeat: no-repeat; background-position: center; width: 40px; height: 40px;    opacity: 0.6 }
#Pan .PanBody .BodyCont .MBox .Box .max.no { background-image: url(/Content/Images/max_ico.png); }
#Pan .PanBody .BodyCont .MBox .Box .close { float: right; padding: 0px 10px; background-image: url(/Content/Images/close_ico.png); background-size: 16px; background-repeat: no-repeat; background-position: center; width: 40px; height: 40px;    opacity: 0.6 }
