zengyicheng 3 年之前
父節點
當前提交
a604469347
共有 7 個文件被更改,包括 8904 次插入1441 次删除
  1. 1232 196
      css/Controls/index.css
  2. 10 0
      css/Controls/index.min.css
  3. 2 2
      css/Desktop/Desktop.css
  4. 二進制
      img/icon/bgImg.png
  5. 14 12
      index.html
  6. 178 36
      js/Desktop/DeskTop.js
  7. 7468 1195
      uform.css

文件差異過大導致無法顯示
+ 1232 - 196
css/Controls/index.css


文件差異過大導致無法顯示
+ 10 - 0
css/Controls/index.min.css


+ 2 - 2
css/Desktop/Desktop.css

@@ -255,8 +255,8 @@ body div ::-webkit-scrollbar-resizer:vertical {
     bottom: 0;
     overflow-y: hidden;
     overflow-x: hidden;
-    background: url("/img/background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);
-    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=/img/background/ZMYT.jpg, sizingMethod=scale);
+    background: url("/img/icon/bgImg.png") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);
+    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=/img/icon/bgImg.png, sizingMethod=scale);
 }
 
 

二進制
img/icon/bgImg.png


+ 14 - 12
index.html

@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wb="http://open.weibo.com/wb" style="overflow: hidden;">
+
 <head>
     <meta http-equiv="P3P" content='CP="IDC DSP COR CURa ADMa  OUR IND PHY ONL COM STA"' />
     <meta name="msapplication-window" content="width=1360;height=768" />
@@ -37,12 +38,13 @@
     <link href="./css/Controls/Upload.css" rel="stylesheet" type="text/css" />
     <link href="./css/Controls/Basic/Face.css" rel="stylesheet" type="text/css" />
     <link href="./css/Controls/Basic/Music.css" rel="stylesheet" type="text/css" />
-    <link href="./css/Controls/Basic/Calendar.css" rel="stylesheet"
-          type="text/css" />
-    <link href="./css/DomanSystem/DomanSystem.css" rel="stylesheet"
-          type="text/css" />
-    <script type="text/javascript">document.domain = document.domain.split(".").slice(-2).join(".");</script>
+    <link href="./css/Controls/Basic/Calendar.css" rel="stylesheet" type="text/css" />
+    <link href="./css/DomanSystem/DomanSystem.css" rel="stylesheet" type="text/css" />
+    <script type="text/javascript">
+        document.domain = document.domain.split(".").slice(-2).join(".");
+    </script>
 </head>
+
 <body scroll="no" class="U_MD_D_NotText Scrollbar" style="overflow: hidden;">
     <!-- 应用窗体 -->
     <div id="U_MD_Home" class="U_MD_Home" __top__="false" unselectable="on" contenteditable="false">
@@ -73,8 +75,8 @@
                 </div>
                 <div class="U_MD_D_BD" __top__="false">
                     <div class="U_MD_D_BDA">
-                        <div class="U_MD_D_BDI U_Img" id="U_MD_D_BDI" title="登录">
-                        </div>
+                        <!-- <div class="U_MD_D_BDI U_Img" id="U_MD_D_BDI" title="登录">
+                        </div> -->
                         <div class="U_MD_D_BDL" id="U_MD_D_BDL">
                             <div onclick="U.MD.U.L.login();" title="登录">
                                 登录
@@ -87,12 +89,11 @@
                             </div>
                         </div>
                     </div>
-                    <div class="U_MD_D_BD_QRcode">
+                    <!-- <div class="U_MD_D_BD_QRcode">
                         <img class="U_MD_D_BD_QRcodeImg" src="./img/qrcodeIogo.png" alt="Alternate Text" />
-                    </div>
+                    </div> -->
                     <div class="U_MD_D_BD_QRcodeShare">
-                        <img class="U_MD_D_BD_QRcodeShareImg" src="./img/QRcodeShare.png"
-                             alt="Alternate Text" />
+                        <img class="U_MD_D_BD_QRcodeShareImg" src="./img/QRcodeShare.png" alt="Alternate Text" />
                     </div>
                 </div>
                 <div class="U_MD_D_B" __top__="false" id="U_MD_D_B">
@@ -274,4 +275,5 @@
         <script src="./js/Common/Timer.js" type="text/javascript"></script>
     </div>
 </body>
-</html>
+
+</html>

+ 178 - 36
js/Desktop/DeskTop.js

@@ -34,8 +34,8 @@ U.MD.D.I.DeskIcon = [
     { "Name": "素材库", "Url": "library", "style": { "cssText": "background-image:url(/img/icon/library.png)" } },
     { "Name": "电子白板", "Url": "whiteboard", "style": { "cssText": "background-image:url(/img/icon/whiteBoard.png)" } },
     { "Name": "问卷调查", "Url": "investigation", "style": { "cssText": "background-image:url(/img/icon/ask.png)" } },
-    { "Name": "便签分类", "Url": "Note", "style": { "cssText": "background-image:url(/img/icon/note.png)" } },
-    { "Name": "量规评分", "Url": "scoring", "style": { "cssText": "background-image:url(/img/icon/score.png)" } },
+    { "Name": "便签分类", "Url": "note", "style": { "cssText": "background-image:url(/img/icon/note.png)" } },
+    { "Name": "量规评分", "Url": "score", "style": { "cssText": "background-image:url(/img/icon/score.png)" } },
     { "Name": "思维导图", "Url": "mind", "style": { "cssText": "background-image:url(/img/icon/mindMapping.png)" } },
     { "Name": "协同文档", "Url": "doc", "style": { "cssText": "background-image:url(/img/icon/doc.png)" } }
 ];
@@ -46,7 +46,7 @@ U.MD.D.I.DeskIcon = [
  * 初始化桌面的起始函数
  *
  */
-U.MD.D.I.init = function () {
+U.MD.D.I.init = function() {
     if ($("#U_MD_D_K")[0]) {
         //初始化桌面图标
         U.MD.D.I.initDesktopIcons($("#U_MD_D_K")[0]);
@@ -67,7 +67,7 @@ U.MD.D.I.init = function () {
  *
  * @param  {element} 桌面元素
  */
-U.MD.D.I.hiddenTaskbar = function (el) {
+U.MD.D.I.hiddenTaskbar = function(el) {
     //任务栏位置变小
     U.selectEl(el).parentElement(3).css({ "bottom": "-39px" });
     //桌面的位置变大
@@ -79,7 +79,7 @@ U.MD.D.I.hiddenTaskbar = function (el) {
  *
  * @param  {element} 桌面元素
  */
-U.MD.D.I.initDesktopIcons = function (el) {
+U.MD.D.I.initDesktopIcons = function(el) {
     var i, //用于循环
         _content, //桌面图标元素
         _iconcontent, //桌面图标元素
@@ -91,11 +91,11 @@ U.MD.D.I.initDesktopIcons = function (el) {
     for (i = 0; i < _DesktopIconInfo.length; i++) {
         _content = $$("div", {
             className: "U_MD_D_KO",
-            "onmousedown": U.UF.C.closure(function (obj) {
+            "onmousedown": U.UF.C.closure(function(obj) {
                 //防止拖动图标即打开了桌面应用
                 U.MD.D.click(this, obj);
             }, [_DesktopIconInfo[i]]),
-            "onclick": U.UF.C.closure(function (obj) {
+            "onclick": U.UF.C.closure(function(obj) {
                 //防止拖动图标即打开了桌面应用
                 U.MD.D.click(this, obj);
             }, [_DesktopIconInfo[i]])
@@ -115,7 +115,7 @@ U.MD.D.I.initDesktopIcons = function (el) {
  *
  * @param  {element} 桌面元素
  */
-U.MD.D.I.displayTaskbar = function (el) {
+U.MD.D.I.displayTaskbar = function(el) {
     //判断是否需要形式任务栏,由于用了mouseover事件会冒泡响应多次,这里做了过滤
     if (!U.UF.EV.stopBubbleMouseOutOrOver(el) && U.selectEl(el).css("bottom") != "0px") {
         //任务栏位置变化
@@ -135,7 +135,7 @@ U.MD.D.I.displayTaskbar = function (el) {
  * @param  {object} 左右相距的距离
  * @return  {object} 命名空间
  */
-U.MD.D.iconPostion = function (childs, top, left) {
+U.MD.D.iconPostion = function(childs, top, left) {
     var i; //用于循环处理
     top = top || 15; //如果没有设置元素的间距处理默认上间距为15
     left = left || 20; //如果没有设置元素的间距处理默认左间距为15
@@ -173,7 +173,7 @@ U.MD.D.iconPostion = function (childs, top, left) {
  * @param  {object} 左右相距的距离
  * @return  {object} 命名空间
  */
-U.MD.D.click = function (el, obj) {
+U.MD.D.click = function(el, obj) {
     var _buttonnumber = event.button; //点击的按钮的事件值
     U.UF.EV.stopBubble(); //阻止向上冒泡
     //onmousedown 包含了左键和右键 这里大于2是为了兼容 所有浏览器的右键处理
@@ -199,7 +199,7 @@ U.MD.D.click = function (el, obj) {
  * 拖动的处理
  *
  */
-U.MD.D.iconMove = function () {
+U.MD.D.iconMove = function() {
     //如果当前位置点击初始化的位置出现了变化,则设置是否拖动的属性   U.MD.D.I.IsDrag为true
     U.MD.D.I.IsDrag = true;
 }
@@ -210,7 +210,7 @@ U.MD.D.iconMove = function () {
  * @param  {element} 拖动的元素
  * @return  {object} 命名空间
  */
-U.MD.D.iconUp = function (el) {
+U.MD.D.iconUp = function(el) {
     var _top = 15,
         _left = 20,
         _margin,
@@ -244,7 +244,7 @@ U.MD.D.iconUp = function (el) {
 ----------[1]  左 left
 * @return  {object} 命名空间
 */
-U.MD.D.isOverlap = function (el, childs, postionarray) {
+U.MD.D.isOverlap = function(el, childs, postionarray) {
     //循环所有的图标
     for (var i = 0; i < childs.length; i++) {
         //判断有没有和该图标诶子重叠的元素
@@ -289,31 +289,173 @@ U.MD.D.isOverlap = function (el, childs, postionarray) {
 如果第一个参数为其他,则无第二个参数
 * @returns {array} 
 */
-U.MD.D.I.openApplication = function (str, obj, info) {
+U.MD.D.I.openApplication = function(str, obj, info) {
     obj = obj || {};
     var _taskbar, //_taskbar 作为任务栏显示的元素,包含图标和名字
         _formdiv, //创建任务栏时同时弹出的窗体元素。
         _userinfo = US.userInfo, //登录用户信息
         _userid = obj.userid || _userinfo.UserId //登录用户id
-        ;
+    ;
     //选择应用处理
     switch (str) {
 
         case "project": //好友打开
             new U.UF.UI.form(
                 "项目管理",
-                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }),
-                {
-                    "id": "project", "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
-                    "onresize": function () { }
-                },
-                {
-                    closecallback: function () {
-                    }
-                },
-                { "style": { "height": "36px" } }).form; //创建窗体
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "project",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
             break;
 
+        case "student":
+            new U.UF.UI.form(
+                "学生管理",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "student",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "evaluate":
+            new U.UF.UI.form(
+                "评价管理",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "evaluate",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "class":
+            new U.UF.UI.form(
+                "班级管理",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "class",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "my":
+            new U.UF.UI.form(
+                "我的资料",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "my",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "notice":
+            new U.UF.UI.form(
+                "通知公告",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "notice",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "library":
+            new U.UF.UI.form(
+                "素材库",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "library",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "whiteboard":
+            new U.UF.UI.form(
+                "电子白板",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "whiteboard",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "investigation":
+            new U.UF.UI.form(
+                "问卷调查",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "investigation",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "note":
+            new U.UF.UI.form(
+                "便签分类",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "note",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "score":
+            new U.UF.UI.form(
+                "量规评分",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "score",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "mind":
+            new U.UF.UI.form(
+                "思维导图",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "mind",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+        case "doc":
+            new U.UF.UI.form(
+                "协同文档",
+                $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
+                    "id": "doc",
+                    "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                    "onresize": function() {}
+                }, {
+                    closecallback: function() {}
+                }, { "style": { "height": "36px" } }).form; //创建窗体
+            break;
+
+
         case "friend": //好友打开
             U.MD.D.I.IsDrag = true;
             U.MD.F.W.viewFriend(info); //打开好友
@@ -324,14 +466,14 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             _formdiv = new U.UF.UI.form("域名管理", _iframe, { id: "U_MD_DS_DomainShare", style: { "width": "370px", "height": "390px" } }).form;
             if (_formdiv) {
                 //生成任务栏的变量
-                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-15px -296px", "name": "网盘", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
+                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-15px -296px", "name": "网盘", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
             }
             break;
         case "disk": //个人网盘查看 
             _formdiv = U.MD.DK.initDisk(_userid, obj.directoryid); //根据网盘数据,并加载网盘,里面包含了url重写
             if (_formdiv) {
                 //生成任务栏的变量
-                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-15px -296px", "name": "网盘", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-15px -296px", "name": "网盘", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             }
             break;
         case "word": //Word打开
@@ -339,7 +481,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             _formdiv = _wordinfo[0];
             if (_formdiv) {
                 //生成任务栏的变量
-                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-462px -296px", "name": "文档", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, _wordinfo[1]); } }
+                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-462px -296px", "name": "文档", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, _wordinfo[1]); } }
             }
             if (obj.UrlType != 'join') {
                 U.MD.N.urlWrite("word/" + _formdiv.id.substr(-36), "在线文档"); //word的url重写
@@ -349,7 +491,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             _formdiv = U.MD.O.excel(_userinfo, obj);
             if (_formdiv) {
                 //生成任务栏的变量
-                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-523px -296px", "name": "Excel", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-523px -296px", "name": "Excel", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             }
             U.MD.N.urlWrite("excel/" + _formdiv.id.substr(-36), "Excel");
             break;
@@ -357,42 +499,42 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             _formdiv = U.MD.D.Txt.textCreate();
             if (_formdiv) {
                 //生成任务栏的变量
-                _taskbar = { "id": str + obj.directoryid, "backgroundPostion": "-267px -413px", "name": "文本", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+                _taskbar = { "id": str + obj.directoryid, "backgroundPostion": "-267px -413px", "name": "文本", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             }
             U.MD.N.urlWrite("txt/" + _formdiv.id.substr(-36), "文本");
             break;
         case "lookupFriend":
             _formdiv = U.MD.F.S.popSearchFriendsOrGroupForm(0);
             //生成任务栏的变量
-            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-85px -413px", "name": "查找好友", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-85px -413px", "name": "查找好友", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             U.MD.N.urlWrite("lookupfriend/" + obj.directoryid.substr(-36), "查找好友"); //查找好友的url重写
             break;
         case "ftp": //Ftp 
             _formdiv = U.MD.F.S.popupsSearchFtp();
             //生成任务栏的变量
-            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-144px -413px", "name": "FTP", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-144px -413px", "name": "FTP", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             break;
         case "group": //群组
             _formdiv = U.MD.F.S.popupsSearchGroups(0);
             //生成任务栏的变量
-            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-85px -413px", "name": "群组", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-85px -413px", "name": "群组", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             break;
         case "set": //个人设置
             _formdiv = U.MD.U.P.userDataSet();
             if (_formdiv) {
                 //生成任务栏的变量
-                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-400px -296px", "name": "个人设置", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+                _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-400px -296px", "name": "个人设置", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             }
             break;
         case "systemSet": //系统设置 
             _formdiv = U.MD.D.B.init();
             //生成任务栏的变量
-            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-400px -296px", "name": "系统设置", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-400px -296px", "name": "系统设置", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             break;
         case "boomYun": //BoomYun 
             _formdiv = U.Boom.I.onload();
             //生成任务栏的变量
-            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-844px -419px", "name": "互联办公", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj); } }
+            _taskbar = { "id": str + _formdiv.id, "backgroundPostion": "-844px -419px", "name": "互联办公", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj); } }
             U.MD.N.urlWrite("boomyun", "互联办公"); //boomyun的url重写
             break;
         case "xz": //App下载 

+ 7468 - 1195
uform.css

@@ -1,1291 +1,7564 @@
-
-/***<jscompress sourcefile="AboutUs.css" />*/
+/***<jscompress sourcefile="AboutUs.css" />*/
+
+
 /*浏览器版本提示*/
-.U_MD_D_A { overflow: hidden; display: none; }
-.U_MD_D_A_O { background-color: White; width: 970px; height: 578px; font-family: 微软雅黑; overflow: hidden; }
-.U_MD_D_A_OI { width: 127px; height: 98px; background-position: -1029px -16px; margin: auto; margin-top: 20px; }
-.U_MD_D_A_OK { width: 100%; margin-top: 20px; color: #989898; font-family: arial,sans-serif; font-size: 14px; text-align: center; }
-.U_MD_D_A_OC { width: 795px; height: 165px; margin: 40px auto 0 auto; }
-.U_MD_D_A_OCI { margin-left: 80px; float: left; }
-.U_MD_D_A_OCIS { width: 95px; height: 95px; cursor: pointer; }
-.U_MD_D_A_OCIX { margin-top: 14px; width: 90px; height: 18px; line-height: 18px; font-size: 16px; text-align: center; }
-.U_MD_D_A_OCID { cursor: pointer; font-family: arial,sans-serif; width: 88px; height: 26px; line-height: 26px; font-size: 14px; text-align: center; margin-top: 10px; border: 1px solid #e4e4e4; color: #0085D9; }
-.U_MD_D_A_OCID:hover { background-color: #0085D9; color: White; }
-.U_MD_D_A_OCISL { background-position: -1177px -14px; }
-.U_MD_D_A_OCISC { background-position: -1031px -135px; }
-.U_MD_D_A_OCISF { background-position: -1033px -246px; }
-.U_MD_D_A_OCISJ { background-position: -1150px -135px; }
-.U_MD_D_A_OCISB { background-position: -1155px -247px; }
-.U_MD_D_A_OCN { font-size: 14px; margin-top: 45px; width: 100%; text-align: center; font-family: arial,sans-serif; }
-.U_MD_D_A_OCN span { color: #00CA1C; }
-.U_MD_D_A_OCM { margin-top: 36px; width: 100%; font-family: arial,sans-serif; color: #A3A3A3; text-align: center; }
-.U_MD_D_A_OCM span { font-family: 微软雅黑; }
-.U_MD_D_A_OCM div { margin: 7px; }
+
+.U_MD_D_A {
+    overflow: hidden;
+    display: none;
+}
+
+.U_MD_D_A_O {
+    background-color: White;
+    width: 970px;
+    height: 578px;
+    font-family: 微软雅黑;
+    overflow: hidden;
+}
+
+.U_MD_D_A_OI {
+    width: 127px;
+    height: 98px;
+    background-position: -1029px -16px;
+    margin: auto;
+    margin-top: 20px;
+}
+
+.U_MD_D_A_OK {
+    width: 100%;
+    margin-top: 20px;
+    color: #989898;
+    font-family: arial, sans-serif;
+    font-size: 14px;
+    text-align: center;
+}
+
+.U_MD_D_A_OC {
+    width: 795px;
+    height: 165px;
+    margin: 40px auto 0 auto;
+}
+
+.U_MD_D_A_OCI {
+    margin-left: 80px;
+    float: left;
+}
+
+.U_MD_D_A_OCIS {
+    width: 95px;
+    height: 95px;
+    cursor: pointer;
+}
+
+.U_MD_D_A_OCIX {
+    margin-top: 14px;
+    width: 90px;
+    height: 18px;
+    line-height: 18px;
+    font-size: 16px;
+    text-align: center;
+}
+
+.U_MD_D_A_OCID {
+    cursor: pointer;
+    font-family: arial, sans-serif;
+    width: 88px;
+    height: 26px;
+    line-height: 26px;
+    font-size: 14px;
+    text-align: center;
+    margin-top: 10px;
+    border: 1px solid #e4e4e4;
+    color: #0085D9;
+}
+
+.U_MD_D_A_OCID:hover {
+    background-color: #0085D9;
+    color: White;
+}
+
+.U_MD_D_A_OCISL {
+    background-position: -1177px -14px;
+}
+
+.U_MD_D_A_OCISC {
+    background-position: -1031px -135px;
+}
+
+.U_MD_D_A_OCISF {
+    background-position: -1033px -246px;
+}
+
+.U_MD_D_A_OCISJ {
+    background-position: -1150px -135px;
+}
+
+.U_MD_D_A_OCISB {
+    background-position: -1155px -247px;
+}
+
+.U_MD_D_A_OCN {
+    font-size: 14px;
+    margin-top: 45px;
+    width: 100%;
+    text-align: center;
+    font-family: arial, sans-serif;
+}
+
+.U_MD_D_A_OCN span {
+    color: #00CA1C;
+}
+
+.U_MD_D_A_OCM {
+    margin-top: 36px;
+    width: 100%;
+    font-family: arial, sans-serif;
+    color: #A3A3A3;
+    text-align: center;
+}
+
+.U_MD_D_A_OCM span {
+    font-family: 微软雅黑;
+}
+
+.U_MD_D_A_OCM div {
+    margin: 7px;
+}
+
 
 /*关于我们*/
-.U_MD_D_A_OT { font-family: 宋体; width: 807px; height: 510px; background-color: White; top: 25px; left: 100px; padding: 12px 50px 23px 50px; display: none; }
-.U_MD_D_A_OT_T { width: 230px; height: 65px; margin: 0 auto 0 auto; }
-.U_MD_D_A_OT_C { margin-top: 21px; height: 385px; }
-.U_MD_D_A_OT_CO { float: left; width: 300px; }
-.U_MD_D_A_OT_COM { margin-left: 30px; width: 266px; }
-.U_MD_D_A_OT_COMO { margin-left: 30px; width: 175px; }
-.U_MD_D_A_OT_COT { font-family: 微软雅黑; width: 100%; font-size: 22px; }
-.U_MD_D_A_OT_COTO { font-size: 14px; width: 100%; margin-top: 30px; font-weight: 700; }
-.U_MD_D_A_OT_COTT { font-size: 14px; font-weight: 700; margin-top: 34px; }
-.U_MD_D_A_OT_COTS { margin-top: 20px; }
-.U_MD_D_A_OT_COTS span { font-weight: 700; }
-.U_MD_D_A_OT_COTZ { font-weight: 700; margin-top: 30px; }
-.U_MD_D_A_OT_COTZ span { color: #0078FD; font-weight: normal; cursor: pointer; }
-.U_MD_D_A_OT_COTZ span:hover { text-decoration: underline; }
-.U_MD_D_A_OT_COTB { margin-top: 30px; }
-.U_MD_D_A_OT_COC { margin-top: 14px; line-height: 23px; font-family: '微软雅黑'; }
-.U_MD_D_A_OT_COC span { color: #0078FD; }
-.U_MD_D_A_OT_COC ul { margin: 0; }
-.U_MD_D_A_OT_COC li { margin-top: 2px; cursor: pointer; }
-.U_MD_D_A_OT_COCO { color: #0078FD; }
-.U_MD_D_A_OT_COCOO { padding: 0 107px 0 72px; }
-.U_MD_D_A_OT_COCT { padding-left: 15px; }
-.U_MD_D_A_OT_COCS { margin-top: 1px; }
-.U_MD_D_A_OT_COCSO { cursor: pointer; }
-.U_MD_D_A_OT_COCSO:hover { text-decoration: underline; }
-.U_MD_D_A_OT_X { color: #888; margin: 25px auto 0 auto; width: 285px; text-align: center; }
-.U_MD_D_A_OT_X div { margin-top: 12px; }
+
+.U_MD_D_A_OT {
+    font-family: 宋体;
+    width: 807px;
+    height: 510px;
+    background-color: White;
+    top: 25px;
+    left: 100px;
+    padding: 12px 50px 23px 50px;
+    display: none;
+}
+
+.U_MD_D_A_OT_T {
+    width: 230px;
+    height: 65px;
+    margin: 0 auto 0 auto;
+}
+
+.U_MD_D_A_OT_C {
+    margin-top: 21px;
+    height: 385px;
+}
+
+.U_MD_D_A_OT_CO {
+    float: left;
+    width: 300px;
+}
+
+.U_MD_D_A_OT_COM {
+    margin-left: 30px;
+    width: 266px;
+}
+
+.U_MD_D_A_OT_COMO {
+    margin-left: 30px;
+    width: 175px;
+}
+
+.U_MD_D_A_OT_COT {
+    font-family: 微软雅黑;
+    width: 100%;
+    font-size: 22px;
+}
+
+.U_MD_D_A_OT_COTO {
+    font-size: 14px;
+    width: 100%;
+    margin-top: 30px;
+    font-weight: 700;
+}
+
+.U_MD_D_A_OT_COTT {
+    font-size: 14px;
+    font-weight: 700;
+    margin-top: 34px;
+}
+
+.U_MD_D_A_OT_COTS {
+    margin-top: 20px;
+}
+
+.U_MD_D_A_OT_COTS span {
+    font-weight: 700;
+}
+
+.U_MD_D_A_OT_COTZ {
+    font-weight: 700;
+    margin-top: 30px;
+}
+
+.U_MD_D_A_OT_COTZ span {
+    color: #0078FD;
+    font-weight: normal;
+    cursor: pointer;
+}
+
+.U_MD_D_A_OT_COTZ span:hover {
+    text-decoration: underline;
+}
+
+.U_MD_D_A_OT_COTB {
+    margin-top: 30px;
+}
+
+.U_MD_D_A_OT_COC {
+    margin-top: 14px;
+    line-height: 23px;
+    font-family: '微软雅黑';
+}
+
+.U_MD_D_A_OT_COC span {
+    color: #0078FD;
+}
+
+.U_MD_D_A_OT_COC ul {
+    margin: 0;
+}
+
+.U_MD_D_A_OT_COC li {
+    margin-top: 2px;
+    cursor: pointer;
+}
+
+.U_MD_D_A_OT_COCO {
+    color: #0078FD;
+}
+
+.U_MD_D_A_OT_COCOO {
+    padding: 0 107px 0 72px;
+}
+
+.U_MD_D_A_OT_COCT {
+    padding-left: 15px;
+}
+
+.U_MD_D_A_OT_COCS {
+    margin-top: 1px;
+}
+
+.U_MD_D_A_OT_COCSO {
+    cursor: pointer;
+}
+
+.U_MD_D_A_OT_COCSO:hover {
+    text-decoration: underline;
+}
+
+.U_MD_D_A_OT_X {
+    color: #888;
+    margin: 25px auto 0 auto;
+    width: 285px;
+    text-align: center;
+}
+
+.U_MD_D_A_OT_X div {
+    margin-top: 12px;
+}
+
+
 /*用户协议*/
-.U_MD_D_AG { padding: 0 5px 5px 20px; background-color: White; display: none; }
-.U_MD_D_AG_P { font-family: 宋体; font-size: 14px; line-height: 25px; margin: 0; padding: 0; }
-.U_MD_D_AG_P pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
+
+.U_MD_D_AG {
+    padding: 0 5px 5px 20px;
+    background-color: White;
+    display: none;
+}
+
+.U_MD_D_AG_P {
+    font-family: 宋体;
+    font-size: 14px;
+    line-height: 25px;
+    margin: 0;
+    padding: 0;
+}
+
+.U_MD_D_AG_P pre {
+    white-space: pre-wrap;
+    white-space: -moz-pre-wrap;
+    white-space: -pre-wrap;
+    white-space: -o-pre-wrap;
+    word-wrap: break-word;
+}
 
 
 /***<jscompress sourcefile="Desktop.css" />*/
+
+
 /*整体样式*/
-html        {}
-html, body { cursor:default; height: 100%; position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; font-family: lucida, "Hiragino Sans GB" , "微软雅黑" , "WenQuanYi Micro Hei" , sans-serif; color: #333; background-color:#FFF; }
-textarea, div[contentEditable='true'], input, div[class='UF_FW_Message U_MD_D_YesText'] div[class='U_MD_F_H_Z'] { outline: none; -khtml-user-select: text; -moz-user-input: enabled; -moz-user-focus: -moz-all; -webkit-user-select: text; -moz-user-select: -moz-all; -ms-user-select: text; cursor: text; }
-input[type="button"] { border: 0; }
-span { text-decoration: none; text-overflow: ellipsis; overflow: hidden; }
+
+html {}
+
+html,
+body {
+    cursor: default;
+    height: 100%;
+    position: absolute;
+    top: 0;
+    left: 0;
+    margin: 0;
+    padding: 0;
+    border: 0;
+    width: 100%;
+    font-size: 12px;
+    font-family: lucida, "Hiragino Sans GB", "微软雅黑", "WenQuanYi Micro Hei", sans-serif;
+    color: #333;
+    background-color: #FFF;
+}
+
+textarea,
+div[contentEditable='true'],
+input,
+div[class='UF_FW_Message U_MD_D_YesText'] div[class='U_MD_F_H_Z'] {
+    outline: none;
+    -khtml-user-select: text;
+    -moz-user-input: enabled;
+    -moz-user-focus: -moz-all;
+    -webkit-user-select: text;
+    -moz-user-select: -moz-all;
+    -ms-user-select: text;
+    cursor: text;
+}
+
+input[type="button"] {
+    border: 0;
+}
+
+span {
+    text-decoration: none;
+    text-overflow: ellipsis;
+    overflow: hidden;
+}
+
+
 /* 自定义滚动条样式 */
-body div ::-webkit-scrollbar { width: 12px; /*height: 12px 隐藏下方的滚动条*/}
-body div ::-webkit-scrollbar-button:vertical { display: none; }
-body div ::-webkit-scrollbar:vertical { background-color: #fff; }
-body div ::-webkit-scrollbar-track-piece { background: #fff; }
-body div ::-webkit-scrollbar-thumb { background-color: #8E8E8E; border-radius: 5px; }
-body div ::-webkit-scrollbar-thumb:hover { background-color: #3B3B3B; }
-body div ::-webkit-scrollbar-corner:vertical { background-color: #535353; }
-body div ::-webkit-scrollbar-resizer:vertical { background-color: #FF6E00; }
+
+body div ::-webkit-scrollbar {
+    width: 12px;
+    /*height: 12px 隐藏下方的滚动条*/
+}
+
+body div ::-webkit-scrollbar-button:vertical {
+    display: none;
+}
+
+body div ::-webkit-scrollbar:vertical {
+    background-color: #fff;
+}
+
+body div ::-webkit-scrollbar-track-piece {
+    background: #fff;
+}
+
+body div ::-webkit-scrollbar-thumb {
+    background-color: #8E8E8E;
+    border-radius: 5px;
+}
+
+body div ::-webkit-scrollbar-thumb:hover {
+    background-color: #3B3B3B;
+}
+
+body div ::-webkit-scrollbar-corner:vertical {
+    background-color: #535353;
+}
+
+body div ::-webkit-scrollbar-resizer:vertical {
+    background-color: #FF6E00;
+}
+
 
 /*主样式*/
-.usestudio { margin: 0; padding: 0; border: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: White; }
-.usestudio_server { margin: 0; padding: 0; border: 0; width: 0; height: 0; cursor: default; -webkit-text-size-adjust: none; overflow:hidden; }
-.ErrorTip{  display:block;font-style:normal; height:21px; line-height:21px; margin-top:-23px; font-size:12px; color:#222; cursor:text;width: 250px; }/*提示区域*/
+
+.usestudio {
+    margin: 0;
+    padding: 0;
+    border: 0;
+    width: 100%;
+    height: 100%;
+    position: absolute;
+    top: 0;
+    left: 0;
+    background-color: White;
+}
+
+.usestudio_server {
+    margin: 0;
+    padding: 0;
+    border: 0;
+    width: 0;
+    height: 0;
+    cursor: default;
+    -webkit-text-size-adjust: none;
+    overflow: hidden;
+}
+
+.ErrorTip {
+    display: block;
+    font-style: normal;
+    height: 21px;
+    line-height: 21px;
+    margin-top: -23px;
+    font-size: 12px;
+    color: #222;
+    cursor: text;
+    width: 250px;
+}
+
+
+/*提示区域*/
+
+
 /* ie */
-.Scrollbar { overflow: auto; scrollbar-arrow-color: #757778; scrollbar-face-color: #fff; scrollbar-darkshadow-color: #fff; scrollbar-highlight-color: #bec1c4; scrollbar-shadow-color: #bec1c4; scrollbar-track-color: #fff; scrollbar-3dlight-color: #fff; }
+
+.Scrollbar {
+    overflow: auto;
+    scrollbar-arrow-color: #757778;
+    scrollbar-face-color: #fff;
+    scrollbar-darkshadow-color: #fff;
+    scrollbar-highlight-color: #bec1c4;
+    scrollbar-shadow-color: #bec1c4;
+    scrollbar-track-color: #fff;
+    scrollbar-3dlight-color: #fff;
+}
+
 
 /*云端切图*/
-.U_Img           { background-image:url(/img/YS2017.png); _background-image:url(/img/YSD2014.gif); }
-.U_MD_D_NotText { -webkit-text-size-adjust: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; }
-.U_MD_D_YesText { -webkit-user-select: text; -moz-user-select: -moz-all; -moz-user-input: enabled; -moz-user-focus: -moz-all; }
+
+.U_Img {
+    background-image: url(/img/YS2017.png);
+    _background-image: url(/img/YSD2014.gif);
+}
+
+.U_MD_D_NotText {
+    -webkit-text-size-adjust: none;
+    -webkit-user-select: none;
+    -khtml-user-select: none;
+    -moz-user-select: -moz-none;
+    -ms-user-select: none;
+    -webkit-user-drag: none;
+    -webkit-tap-highlight-color: transparent;
+}
+
+.U_MD_D_YesText {
+    -webkit-user-select: text;
+    -moz-user-select: -moz-all;
+    -moz-user-input: enabled;
+    -moz-user-focus: -moz-all;
+}
+
+
 /*.UD_ICON            { background:url(/img/windowOE.png); _background:url(/img/windowOE.jpg); }*/
 
+
 /*常用圆角*/
-.U_MD_D_Radius_5 { -moz-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-border--radius: 5px; border-radius: 5px; border-radius: 5px; }
-.U_MD_D_Radius_18 { -moz-border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px; -webkit-border--radius: 18px; border-radius: 18px; border-radius: 18px; }
-.U_MD_D_Radius_5_0 { -moz-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -webkit-border--radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
-#U_MD_D_BG      { position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; overflow-y:hidden;overflow-x:hidden;background:url("/img/background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/background/ZMYT.jpg,sizingMethod=scale);}
+
+.U_MD_D_Radius_5 {
+    -moz-border-radius: 5px;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    -webkit-border--radius: 5px;
+    border-radius: 5px;
+    border-radius: 5px;
+}
+
+.U_MD_D_Radius_18 {
+    -moz-border-radius: 18px;
+    -moz-border-radius: 18px;
+    -webkit-border-radius: 18px;
+    -webkit-border--radius: 18px;
+    border-radius: 18px;
+    border-radius: 18px;
+}
+
+.U_MD_D_Radius_5_0 {
+    -moz-border-radius: 5px 5px 0 0;
+    -moz-border-radius: 5px 5px 0 0;
+    -webkit-border-radius: 5px 5px 0 0;
+    -webkit-border--radius: 5px 5px 0 0;
+    border-radius: 5px 5px 0 0;
+    border-radius: 5px 5px 0 0;
+}
+
+#U_MD_D_BG {
+    position: absolute;
+    z-index: 0;
+    left: 0;
+    right: 0;
+    top: 0;
+    bottom: 0;
+    overflow-y: hidden;
+    overflow-x: hidden;
+    background: url("/img/icon/bgImg.png") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);
+    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=/img/background/ZMYT.jpg, sizingMethod=scale);
+}
+
 
 /*云端首页*/
-.U_MD_Home              { color:#000; font-size:12px; width:0; height:0; overflow:hidden; }/*width:100%; height:100%;  position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/
-.U_MD_Home  img         { }
-.UD_Dtop                { display:none; }
+
+.U_MD_Home {
+    color: #000;
+    font-size: 12px;
+    width: 0;
+    height: 0;
+    overflow: hidden;
+}
+
+
+/*width:100%; height:100%;  position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/
+
+.U_MD_Home img {}
+
+.UD_Dtop {
+    display: none;
+}
+
+
 /*文字处理区域*/
-.U_MD_D_Text_Abbreviation { text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
+
+.U_MD_D_Text_Abbreviation {
+    text-decoration: none;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    overflow: hidden;
+}
+
+
 /*桌面样式*/
-.U_MD_D { overflow:hidden; color:#FFF; position:absolute; left:0; bottom:0; top:0; right:0; }
-.U_MD_D_B { position:absolute; bottom:30px; right:5%; }
-.U_MD_D_BD         { padding:5px 10px; background-color:#5A5A5A; border-radius:0px 0px 10px 10px; position:absolute; right:5%; top:0px; }
-.U_MD_D_BDA        { overflow:hidden; height:30px; line-height:32px; float:left; }
-.U_MD_D_BDI        { float:left; background-position:-536px -373px; width:30px; height:30px; cursor:pointer; }
-.U_MD_D_BDI    img { width:30px; height:30px; border-radius:50%; }
-.U_MD_D_BDL        { float:left; color:#FFF; font-family:Arial; margin-left:1px; cursor:pointer; }
-.U_MD_D_BDL    div { margin-left:10px; float:left; font-size:14px; height:30px; }
-.U_MD_D_BDL    div:hover       { color:#34BCFF ; }
-
-.U_MD_D_BD_QRcode           {padding:5px 10px; background-color:#5A5A5A; border-radius:0px 0px 10px 10px; position:absolute; right:-53px; top:0px; }
-.U_MD_D_BD_QRcodeShare      {display:none;padding:5px 10px; background-color:#5A5A5A;  position:absolute; right:-55px; top:50px; }
-.U_MD_D_BD_QRcodeShare img  {width:100px;height:100px;padding:5px 5px;}
-.U_MD_D_BD_QRcode:hover+.U_MD_D_BD_QRcodeShare{display:block;}
-
-.U_MD_D_BZMD       { position:relative; }
-.U_MD_D_BZMS       { height:40px; line-height:30px; width:721px; margin:10px auto 0 auto; text-align:center; }
-.U_MD_D_BZMSA      { display:inline-block; *display:inline; *zoom:1; margin:auto;  text-align:left; height:40px; line-height:40px; }
-.U_MD_D_BZM        { width:741px; margin:20px auto 0 auto; position:relative; height:94px; text-align:center; }
-.U_MD_D_BZMN       { position:absolute; top:-10px; left:-40px; height:22px; background-color:#EEE; padding:0 6px; border-radius: 3px }
-.U_MD_D_BZMNL      { float:left; width:15px; height:15px; margin-top:3px; }
-.U_MD_D_BZMNLI     { background-position:-574px -372px; }
-.U_MD_D_BZMNLO     { background-position:-614px -372px; }
-.U_MD_D_BZMNLT     { background-position:-594px -371px; }
-.U_MD_D_BZMNR      { float:left; color:#222; line-height:22px; margin-left:3px; width:50px; }
-.U_MD_D_BZMA       { position:relative; padding:0 30px; overflow:hidden; margin:auto; display:inline-block; *display:inline; *zoom:1; height:100%; overflow:hidden; }
-.U_MD_D_BZMT       { padding:0px 10px; }
-.U_MD_D_BZMM       { width:100%; height:100%; top:0; left:0; background:#444; filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -moz-opacity:0.5; -khtml-opacity: 0.5;  opacity: 0.5; position:absolute; border-radius:6px; }
-.U_MD_D_BZMO       { margin:2px 0 0 40px; cursor:pointer; width:63px; height:83px; float:left; }
-.U_MD_D_BZMOA      { width:51px; height:54px; padding:6px; /*border-radius: 3px;*/ color:#FFF; cursor:pointer;}
-.U_MD_D_BZMOA:hover { padding:5px; background-color:#505457; border:1px solid #777; }
-.U_MD_D_BZMOI      { width:51px; height:51px; }
-.U_MD_D_BZMON      { width:51px; height:15px; line-height:15px; margin-top:6px; text-align:center; }
-.U_MD_D_B .U_MD_D_BS { margin: 30px auto 0 auto; float:none; width:675px; height:32px; }
-
-.U_MD_D_BCM { display:block; width:721px; margin:20px auto 0 auto; height:40px; text-align:center; overflow:hidden; }
-
-.U_MD_D_BCMO   { width:125px; background-color:#666; float:left; height:25px; line-height:25px; padding:3px 6px; margin:5px 0 0 20px; text-align:left; position:relative; }
-.U_MD_D_BCMOL  { float:left; height:100%; text-align:center; color:#EEE; margin-left:2px; }
-.U_MD_D_BCMOL  div { float:none; }
-.U_MD_D_BCMOLS { font-size:12px; }
-.U_MD_D_BCMOR  { float:left; margin-left:11px; font-size:13px; color:#FFF; width:85px; }
-
-.U_MD_D_BZ { color:#FFF; font-family:Arial; background-color:#676767; padding:8px 15px; font-style:normal; cursor:pointer; display:none; }
-.U_MD_D_BZ div     { text-align:center; }
+
+.U_MD_D {
+    overflow: hidden;
+    color: #FFF;
+    position: absolute;
+    left: 0;
+    bottom: 0;
+    top: 0;
+    right: 0;
+}
+
+.U_MD_D_B {
+    position: absolute;
+    bottom: 30px;
+    right: 5%;
+}
+
+.U_MD_D_BD {
+    padding: 5px 10px;
+    background-color: #5A5A5A;
+    border-radius: 0px 0px 10px 10px;
+    position: absolute;
+    right: 5%;
+    top: 0px;
+}
+
+.U_MD_D_BDA {
+    overflow: hidden;
+    height: 30px;
+    line-height: 32px;
+    float: left;
+}
+
+.U_MD_D_BDI {
+    float: left;
+    background-position: -536px -373px;
+    width: 30px;
+    height: 30px;
+    cursor: pointer;
+}
+
+.U_MD_D_BDI img {
+    width: 30px;
+    height: 30px;
+    border-radius: 50%;
+}
+
+.U_MD_D_BDL {
+    float: left;
+    color: #FFF;
+    font-family: Arial;
+    margin-left: 1px;
+    cursor: pointer;
+}
+
+.U_MD_D_BDL div {
+    margin-left: 10px;
+    float: left;
+    font-size: 14px;
+    height: 30px;
+}
+
+.U_MD_D_BDL div:hover {
+    color: #34BCFF;
+}
+
+.U_MD_D_BD_QRcode {
+    padding: 5px 10px;
+    background-color: #5A5A5A;
+    border-radius: 0px 0px 10px 10px;
+    position: absolute;
+    right: -53px;
+    top: 0px;
+}
+
+.U_MD_D_BD_QRcodeShare {
+    display: none;
+    padding: 5px 10px;
+    background-color: #5A5A5A;
+    position: absolute;
+    right: -55px;
+    top: 50px;
+}
+
+.U_MD_D_BD_QRcodeShare img {
+    width: 100px;
+    height: 100px;
+    padding: 5px 5px;
+}
+
+.U_MD_D_BD_QRcode:hover+.U_MD_D_BD_QRcodeShare {
+    display: block;
+}
+
+.U_MD_D_BZMD {
+    position: relative;
+}
+
+.U_MD_D_BZMS {
+    height: 40px;
+    line-height: 30px;
+    width: 721px;
+    margin: 10px auto 0 auto;
+    text-align: center;
+}
+
+.U_MD_D_BZMSA {
+    display: inline-block;
+    *display: inline;
+    *zoom: 1;
+    margin: auto;
+    text-align: left;
+    height: 40px;
+    line-height: 40px;
+}
+
+.U_MD_D_BZM {
+    width: 741px;
+    margin: 20px auto 0 auto;
+    position: relative;
+    height: 94px;
+    text-align: center;
+}
+
+.U_MD_D_BZMN {
+    position: absolute;
+    top: -10px;
+    left: -40px;
+    height: 22px;
+    background-color: #EEE;
+    padding: 0 6px;
+    border-radius: 3px
+}
+
+.U_MD_D_BZMNL {
+    float: left;
+    width: 15px;
+    height: 15px;
+    margin-top: 3px;
+}
+
+.U_MD_D_BZMNLI {
+    background-position: -574px -372px;
+}
+
+.U_MD_D_BZMNLO {
+    background-position: -614px -372px;
+}
+
+.U_MD_D_BZMNLT {
+    background-position: -594px -371px;
+}
+
+.U_MD_D_BZMNR {
+    float: left;
+    color: #222;
+    line-height: 22px;
+    margin-left: 3px;
+    width: 50px;
+}
+
+.U_MD_D_BZMA {
+    position: relative;
+    padding: 0 30px;
+    overflow: hidden;
+    margin: auto;
+    display: inline-block;
+    *display: inline;
+    *zoom: 1;
+    height: 100%;
+    overflow: hidden;
+}
+
+.U_MD_D_BZMT {
+    padding: 0px 10px;
+}
+
+.U_MD_D_BZMM {
+    width: 100%;
+    height: 100%;
+    top: 0;
+    left: 0;
+    background: #444;
+    filter: alpha(opacity=50);
+    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+    -moz-opacity: 0.5;
+    -khtml-opacity: 0.5;
+    opacity: 0.5;
+    position: absolute;
+    border-radius: 6px;
+}
+
+.U_MD_D_BZMO {
+    margin: 2px 0 0 40px;
+    cursor: pointer;
+    width: 63px;
+    height: 83px;
+    float: left;
+}
+
+.U_MD_D_BZMOA {
+    width: 51px;
+    height: 54px;
+    padding: 6px;
+    /*border-radius: 3px;*/
+    color: #FFF;
+    cursor: pointer;
+}
+
+.U_MD_D_BZMOA:hover {
+    padding: 5px;
+    background-color: #505457;
+    border: 1px solid #777;
+}
+
+.U_MD_D_BZMOI {
+    width: 51px;
+    height: 51px;
+}
+
+.U_MD_D_BZMON {
+    width: 51px;
+    height: 15px;
+    line-height: 15px;
+    margin-top: 6px;
+    text-align: center;
+}
+
+.U_MD_D_B .U_MD_D_BS {
+    margin: 30px auto 0 auto;
+    float: none;
+    width: 675px;
+    height: 32px;
+}
+
+.U_MD_D_BCM {
+    display: block;
+    width: 721px;
+    margin: 20px auto 0 auto;
+    height: 40px;
+    text-align: center;
+    overflow: hidden;
+}
+
+.U_MD_D_BCMO {
+    width: 125px;
+    background-color: #666;
+    float: left;
+    height: 25px;
+    line-height: 25px;
+    padding: 3px 6px;
+    margin: 5px 0 0 20px;
+    text-align: left;
+    position: relative;
+}
+
+.U_MD_D_BCMOL {
+    float: left;
+    height: 100%;
+    text-align: center;
+    color: #EEE;
+    margin-left: 2px;
+}
+
+.U_MD_D_BCMOL div {
+    float: none;
+}
+
+.U_MD_D_BCMOLS {
+    font-size: 12px;
+}
+
+.U_MD_D_BCMOR {
+    float: left;
+    margin-left: 11px;
+    font-size: 13px;
+    color: #FFF;
+    width: 85px;
+}
+
+.U_MD_D_BZ {
+    color: #FFF;
+    font-family: Arial;
+    background-color: #676767;
+    padding: 8px 15px;
+    font-style: normal;
+    cursor: pointer;
+    display: none;
+}
+
+.U_MD_D_BZ div {
+    text-align: center;
+}
+
 
 /*桌面图标使用 */
-.U_MD_D_K          { top:0; left:0; height:100%; position:absolute; }
-.U_MD_D_KO         { cursor:pointer; width:63px; height:83px; position:absolute; top:0; left:80px; padding:1px; }
-.U_MD_D_KO:hover   { background-color:#505457; border:1px solid #777; padding:0; }
-.U_MD_D_KOA        { margin:5px auto 0 auto; width:51px; border-radius:5px; }
-.U_MD_D_KOS        { width:51px; height:51px; }
-.U_MD_D_KOX        { width:51px; height:15px; line-height:15px; margin-top:6px; text-align:center; }
-.U_MD_D_NewsTipsIcon {background:rgba(250,250,250,0) url(/img/YSD20143.png);position:fixed; width:51px; height:51px;bottom: 80px; right: 90px;background-position: 85px 188px; border-radius: 38px; cursor:pointer;background-size: 1800%; visibility:visible;}
 
-.U_MD_D_T_taskbar_Bar_Operate_Button{font-size: 19px; cursor: pointer;text-align: center;}
+.U_MD_D_K {
+    top: 0;
+    left: 0;
+    height: 100%;
+    position: absolute;
+}
+
+.U_MD_D_KO {
+    cursor: pointer;
+    width: 63px;
+    height: 83px;
+    position: absolute;
+    top: 0;
+    left: 80px;
+    padding: 1px;
+}
+
+.U_MD_D_KO:hover {
+    background-color: #505457;
+    border: 1px solid #777;
+    padding: 0;
+}
+
+.U_MD_D_KOA {
+    margin: 5px auto 0 auto;
+    width: 51px;
+    border-radius: 5px;
+}
+
+.U_MD_D_KOS {
+    width: 51px;
+    height: 51px;
+}
+
+.U_MD_D_KOX {
+    width: 51px;
+    height: 15px;
+    line-height: 15px;
+    margin-top: 6px;
+    text-align: center;
+}
+
+.U_MD_D_NewsTipsIcon {
+    background: rgba(250, 250, 250, 0) url(/img/YSD20143.png);
+    position: fixed;
+    width: 51px;
+    height: 51px;
+    bottom: 80px;
+    right: 90px;
+    background-position: 85px 188px;
+    border-radius: 38px;
+    cursor: pointer;
+    background-size: 1800%;
+    visibility: visible;
+}
+
+.U_MD_D_T_taskbar_Bar_Operate_Button {
+    font-size: 19px;
+    cursor: pointer;
+    text-align: center;
+}
+
 
 /*上传按钮*/
-.U_MD_D_filePrew        { position:absolute; display: block; z-index: 1; border: 0; cursor: pointer; opacity: 0; filter: alpha(opacity:0); width: 100%; height: 100%; overflow: hidden; }
+
+.U_MD_D_filePrew {
+    position: absolute;
+    display: block;
+    z-index: 1;
+    border: 0;
+    cursor: pointer;
+    opacity: 0;
+    filter: alpha(opacity: 0);
+    width: 100%;
+    height: 100%;
+    overflow: hidden;
+}
 
 
 /*上传控件*/
-.U_MD_D_filePrew_I { display: block; position: relative; width: 100%; height: 100%; cursor: pointer; border: 0; color: #666; background: #eee; -moz-user-select: -moz-none; -webkit-user-select: none; opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; }
+
+.U_MD_D_filePrew_I {
+    display: block;
+    position: relative;
+    width: 100%;
+    height: 100%;
+    cursor: pointer;
+    border: 0;
+    color: #666;
+    background: #eee;
+    -moz-user-select: -moz-none;
+    -webkit-user-select: none;
+    opacity: 0;
+    filter: alpha(opacity=0);
+    -moz-opacity: 0;
+}
+
 
 /*头部消息*/
-.U_MD_D_MG_A         { position:relative; }
-.U_MD_D_MG_T         { background-color:#60e480; color:White; text-align:center; width:18px; height:18px; line-height:18px; position:absolute; top:-7px; left:22px; font-size:10px; border-radius:50%; display:none;cursor:pointer; }
-.U_MD_D_MG_O         { width:300px; z-index:3; position:absolute; font-family:arial,sans-serif; background-color:White; border:1px solid #838383;cursor:default; display:none; top: 35px; right: -34px; max-height:230px; overflow:auto; }
-.U_MD_D_MG_OA        { width:100%; background:rgb(237,237,237); height:100%;}
-.U_MD_D_MG_OM        { background-color:#f2f2f2; width:100%; text-align:center; height:20px; line-height:20px; cursor:pointer; padding:5px 0; color:#000; display:none;}
-.U_MD_D_MG_OM:hover  {}
-.U_MD_D_MG_OMS       { color:#0b7aeb; margin-left:10px; }
-.U_MD_U_P_C_P_N_I        { outline:none; border:0; color:black; overflow:hidden; background-color:transparent; width:100%; border-radius:35px; }
+
+.U_MD_D_MG_A {
+    position: relative;
+}
+
+.U_MD_D_MG_T {
+    background-color: #60e480;
+    color: White;
+    text-align: center;
+    width: 18px;
+    height: 18px;
+    line-height: 18px;
+    position: absolute;
+    top: -7px;
+    left: 22px;
+    font-size: 10px;
+    border-radius: 50%;
+    display: none;
+    cursor: pointer;
+}
+
+.U_MD_D_MG_O {
+    width: 300px;
+    z-index: 3;
+    position: absolute;
+    font-family: arial, sans-serif;
+    background-color: White;
+    border: 1px solid #838383;
+    cursor: default;
+    display: none;
+    top: 35px;
+    right: -34px;
+    max-height: 230px;
+    overflow: auto;
+}
+
+.U_MD_D_MG_OA {
+    width: 100%;
+    background: rgb(237, 237, 237);
+    height: 100%;
+}
+
+.U_MD_D_MG_OM {
+    background-color: #f2f2f2;
+    width: 100%;
+    text-align: center;
+    height: 20px;
+    line-height: 20px;
+    cursor: pointer;
+    padding: 5px 0;
+    color: #000;
+    display: none;
+}
+
+.U_MD_D_MG_OM:hover {}
+
+.U_MD_D_MG_OMS {
+    color: #0b7aeb;
+    margin-left: 10px;
+}
+
+.U_MD_U_P_C_P_N_I {
+    outline: none;
+    border: 0;
+    color: black;
+    overflow: hidden;
+    background-color: transparent;
+    width: 100%;
+    border-radius: 35px;
+}
+
 
 /***<jscompress sourcefile="Help.css" />*/
-.U_MD_D_H { position: absolute; right: 80px; bottom: 80px; width: 80px; height: 80px; background-color: #59B4FA; border: 5px solid #4DA4FD; border-radius: 50%; cursor: pointer; display: none; }
-.U_MD_D_H_A { position: absolute; top: 0; left: 0; opacity: 0; -moz-opacity: 0.5; -khtml-opacity: 0.5; }
-.U_MD_D_H_O { color: #FFF; font-size: 20px; line-height: 30px; word-spacing: 8px; letter-spacing: 8px; margin: 9px 0 0 15px; }
+
+.U_MD_D_H {
+    position: absolute;
+    right: 80px;
+    bottom: 80px;
+    width: 80px;
+    height: 80px;
+    background-color: #59B4FA;
+    border: 5px solid #4DA4FD;
+    border-radius: 50%;
+    cursor: pointer;
+    display: none;
+}
+
+.U_MD_D_H_A {
+    position: absolute;
+    top: 0;
+    left: 0;
+    opacity: 0;
+    -moz-opacity: 0.5;
+    -khtml-opacity: 0.5;
+}
+
+.U_MD_D_H_O {
+    color: #FFF;
+    font-size: 20px;
+    line-height: 30px;
+    word-spacing: 8px;
+    letter-spacing: 8px;
+    margin: 9px 0 0 15px;
+}
 
 
 /***<jscompress sourcefile="Taskbar.css" />*/
+
+
 /*任务管理器*/
 
+
 /*任务栏*/
-.U_MD_D_RW      { z-index:99;width:100%; height:65px; position:absolute; left:0; bottom:0; background-color:#505050; border-radius:0 8px 0 8px; box-shadow:0 0 30px 5px #212121; -webkit-box-shadow:0 0 30px 5px #212121; }
-#U_MD_D_RW      { width:800px; color:#FFF; height:100%; /*overflow: hidden;*/ float:left; }
-#U_MD_D_RW  div { color:#111; }
-#U_MD_D_RW .U_MD_D_BZMOA:hover   { /*background-color:transparent;*/background-color:#6F6F6F; border:0; padding:6px; }
-#U_MD_D_RW .U_MD_D_BZMO    { margin-left:4px; position:relative; }
-#U_MD_D_RW .U_MD_D_BZMON   { margin-top:4px; color:#FFF; }
-.U_MD_D_RW_L     { float:left; width:21px; height:100%; background-color:#00A8FD; position:relative;}
-.U_MD_D_RW_R     { float:right; width:21px; height:100%;background-color:#6d6d6d; position:relative;}
+
+.U_MD_D_RW {
+    z-index: 99;
+    width: 100%;
+    height: 65px;
+    position: absolute;
+    left: 0;
+    bottom: 0;
+    background-color: #505050;
+    border-radius: 0 8px 0 8px;
+    box-shadow: 0 0 30px 5px #212121;
+    -webkit-box-shadow: 0 0 30px 5px #212121;
+}
+
+#U_MD_D_RW {
+    width: 800px;
+    color: #FFF;
+    height: 100%;
+    /*overflow: hidden;*/
+    float: left;
+}
+
+#U_MD_D_RW div {
+    color: #111;
+}
+
+#U_MD_D_RW .U_MD_D_BZMOA:hover {
+    /*background-color:transparent;*/
+    background-color: #6F6F6F;
+    border: 0;
+    padding: 6px;
+}
+
+#U_MD_D_RW .U_MD_D_BZMO {
+    margin-left: 4px;
+    position: relative;
+}
+
+#U_MD_D_RW .U_MD_D_BZMON {
+    margin-top: 4px;
+    color: #FFF;
+}
+
+.U_MD_D_RW_L {
+    float: left;
+    width: 21px;
+    height: 100%;
+    background-color: #00A8FD;
+    position: relative;
+}
+
+.U_MD_D_RW_R {
+    float: right;
+    width: 21px;
+    height: 100%;
+    background-color: #6d6d6d;
+    position: relative;
+}
+
+
 /*.U_MD_D_RW *        { zoom:1; -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); transform:scale(1); -ms-transform:scale(1); color:#333; }*/
-.U_MD_D_RW_T     { text-align:center; padding:5px 0; border-bottom:1px solid # color:#006699; font-size:13px; color:#FFF; margin-top:16px; }
-.U_MD_D_RW_I     { width:21px; height:45px; float:left; margin-top:19px; }
+
+.U_MD_D_RW_T {
+    text-align: center;
+    padding: 5px 0;
+    border-bottom: 1px solid # color: #006699;
+    font-size: 13px;
+    color: #FFF;
+    margin-top: 16px;
+}
+
+.U_MD_D_RW_I {
+    width: 21px;
+    height: 45px;
+    float: left;
+    margin-top: 19px;
+}
+
+
 /*.U_MD_D_RW_IO    { width:47px; height:47px; background-position:-729px -337px; margin:auto; cursor:pointer; }
 .U_MD_D_RW_IO:hover      { background-position:-787px -339px; }*/
-*.U_MD_D_RW_IO   {  width:21px;height:100%;}
-.U_MD_D_RW_CD   { width:21px;margin-top:16%;}
-.U_MD_D_RW_GU    { width:21px;height:30%;/*background-color:gray;*/}
-.U_MD_D_RW_GU:hover{background-color:gray;}
-.U_MD_D_RW_GD    { width:21px;height:30%;/*background-color:gray;*/position:absolute;bottom:0;}
-.U_MD_D_RW_GD:hover{background-color:gray;}
-.U_MD_D_RW_GU_g  { width:21px;}
-.U_MD_D_RW_GD_g  { width:21px;}
-.U_MD_D_RW .U_MD_D_T_taskbar_Name{display:none;width:115px;height:31px;background:rgba(111,111,111,1);border-radius:1px;font-size:15px;}
-#U_MD_D_RW .U_MD_D_T_taskbar_Close { display:none; width: 15px; height: 14px; background-color: red;/*border-radius: 100%;*/color: White;text-align: center;font-size: 14px;position: absolute;right: 9px;top: 8px;line-height: 11px;cursor: pointer;}
-#U_MD_D_RW .U_MD_D_BZMO:hover .U_MD_D_T_taskbar_Close { display: block;}
-#U_MD_D_RW .U_MD_D_BZMO:hover .U_MD_D_T_taskbar_Name{ display: block;}
-
-.U_MD_D_T_taskbar_Bar { position: absolute; bottom: 0; width: 80%; background-color: #555; height: 56px; left: 10%; border-bottom: 0; box-shadow: 0 0 25px 3px #555; -webkit-box-shadow: 0 0 25px 3px #555; }
-.U_MD_D_T_taskbar_Bar_Main { float: left; margin: 0 auto; width: calc(100% - 18px); height: 100%; }
-.U_MD_D_T_taskbar { width: 50px; height: 100%; float: left; margin: 3px 0 3px 3px; position: relative; }
-.U_MD_D_T_taskbar_Main, .U_MD_D_T_taskbar_Icon { width: 100%; height: 100%; }
-.U_MD_D_T_taskbar_Bar_Operate { float: right; width: 18px; line-height: 28px; display: none; }
-.U_MD_D_T_taskbar_Bar_Operate_Button { font-size: 19px; cursor: pointer; text-align: center; }
+
+*.U_MD_D_RW_IO {
+    width: 21px;
+    height: 100%;
+}
+
+.U_MD_D_RW_CD {
+    width: 21px;
+    margin-top: 16%;
+}
+
+.U_MD_D_RW_GU {
+    width: 21px;
+    height: 30%;
+    /*background-color:gray;*/
+}
+
+.U_MD_D_RW_GU:hover {
+    background-color: gray;
+}
+
+.U_MD_D_RW_GD {
+    width: 21px;
+    height: 30%;
+    /*background-color:gray;*/
+    position: absolute;
+    bottom: 0;
+}
+
+.U_MD_D_RW_GD:hover {
+    background-color: gray;
+}
+
+.U_MD_D_RW_GU_g {
+    width: 21px;
+}
+
+.U_MD_D_RW_GD_g {
+    width: 21px;
+}
+
+.U_MD_D_RW .U_MD_D_T_taskbar_Name {
+    display: none;
+    width: 115px;
+    height: 31px;
+    background: rgba(111, 111, 111, 1);
+    border-radius: 1px;
+    font-size: 15px;
+}
+
+#U_MD_D_RW .U_MD_D_T_taskbar_Close {
+    display: none;
+    width: 15px;
+    height: 14px;
+    background-color: red;
+    /*border-radius: 100%;*/
+    color: White;
+    text-align: center;
+    font-size: 14px;
+    position: absolute;
+    right: 9px;
+    top: 8px;
+    line-height: 11px;
+    cursor: pointer;
+}
+
+#U_MD_D_RW .U_MD_D_BZMO:hover .U_MD_D_T_taskbar_Close {
+    display: block;
+}
+
+#U_MD_D_RW .U_MD_D_BZMO:hover .U_MD_D_T_taskbar_Name {
+    display: block;
+}
+
+.U_MD_D_T_taskbar_Bar {
+    position: absolute;
+    bottom: 0;
+    width: 80%;
+    background-color: #555;
+    height: 56px;
+    left: 10%;
+    border-bottom: 0;
+    box-shadow: 0 0 25px 3px #555;
+    -webkit-box-shadow: 0 0 25px 3px #555;
+}
+
+.U_MD_D_T_taskbar_Bar_Main {
+    float: left;
+    margin: 0 auto;
+    width: calc(100% - 18px);
+    height: 100%;
+}
+
+.U_MD_D_T_taskbar {
+    width: 50px;
+    height: 100%;
+    float: left;
+    margin: 3px 0 3px 3px;
+    position: relative;
+}
+
+.U_MD_D_T_taskbar_Main,
+.U_MD_D_T_taskbar_Icon {
+    width: 100%;
+    height: 100%;
+}
+
+.U_MD_D_T_taskbar_Bar_Operate {
+    float: right;
+    width: 18px;
+    line-height: 28px;
+    display: none;
+}
+
+.U_MD_D_T_taskbar_Bar_Operate_Button {
+    font-size: 19px;
+    cursor: pointer;
+    text-align: center;
+}
 
 
 /***<jscompress sourcefile="NetworkPromotion.css" />*/
+
+
 /*推广*/
-#U_MD_U_NP              { width:850px; height:500px; display:none; }
-.U_MD_U_NP              { height: 463px; background-color: White; color:#cecece;-webkit-overflow-scrolling:touch; overflow-y:auto; overflow-x:hidden;}
-.U_MD_U_NP_I             {background-image: url(/img/TG.png); }
-.U_MD_U_NP_H             { float:left; color:#cecece;background-position:-19px -18px; width:550px; height:40px; margin:30px 0 0 25px;}
-.U_MD_U_NP_HDiv          {float:left; font-size:13px; height:20px; margin:10px 15px 0 15px; cursor:pointer; text-align:center; }
-.U_MD_U_NP_HDiv:hover    { color:White;}
-.U_MD_U_NP_HH            {color:#eee;}
-.U_MD_U_NP_X                 { width:100%; height:390px; float:left;}
-.U_MD_U_NP_XI                { width:350px; height:250px; float:left; margin:15px 0 0 70px; }
-.U_MD_U_NP_XIY               { background-position:-10px -70px; }
-.U_MD_U_NP_XIB               { background-position:-10px -148px; }
-.U_MD_U_NP_XID               { background-position:-395px -148px; }
-.U_MD_U_NP_XIH               { background-position:-395px -450px;}
-.U_MD_U_NP_XIZ               { background-position:-25px -702px;}
-.U_MD_U_NP_XW                { float:left;width: 100%; height:auto; margin-top:30px}
-.U_MD_U_NP_XWT               { border-bottom:1px solid #cecece; float:right; width:421px; height:18px; margin:17px 15px 0 0; padding-bottom:5px; color:#a2a2a2; } 
-.U_MD_U_NP_XWT       div     { float:left; margin-left:30px; cursor:pointer;}
-.U_MD_U_NP_XWT       div:hover   { color:#484848;}
-.U_MD_U_NP_XWC               { float:left; margin:20px 0 0 70px;}
-.U_MD_U_NP_XWCF              { font-size:30px; font-weight:100; color:#383838;}
-.U_MD_U_NP_XWCC              { font-size:14px; color:#5b5b5b; width:270px; line-height:25px;}
-.U_MD_U_NP_XWCB              {  width:100px; height:33px; float:left; margin-top:10px;  cursor:pointer; }
-.U_MD_U_NP_XWCBY             { background-position:-406px -80px;}
-.U_MD_U_NP_XWCBY:hover       {background-position:-406px -123px;}
-.U_MD_U_NP_XWCBB             { background-position:-34px -81px;}
-.U_MD_U_NP_XWCBB:hover       {background-position:-408px -81px;}
-.U_MD_U_NP_XWCBD             { background-position:-258px -81px;}
-.U_MD_U_NP_XWCBD:hover       {background-position:-632px -81px;}
-.U_MD_U_NP_XWCT              { float:left; margin:25px 0 0 10px;}
-.U_MD_U_NP_D                 { display:none; float:left;}
-.U_MD_U_NP_DU                { float:left; margin:20px 0 0 65px;}
-.U_MD_U_NP_DU    div         {float:left;}
-.U_MD_U_NP_DUN               { font-size:22px; color:#5fa1e8; }
-.U_MD_U_NP_DUF               { margin:15px 0 0 10px;}
-.U_MD_U_NP_DT                { float:left; clear:both; margin:15px 0 0 55px;}
-.U_MD_U_NP_DTD               {}
-.U_MD_U_NP_DTDD              { margin:30px 0 0 20px;color:#7e7f7c; width:600px; float:left;}
-.U_MD_U_NP_DTDD      div     { float:left;}
-.U_MD_U_NP_DTDDA             { clear:both; margin-left:30px;}
-.U_MD_U_NP_DTDDS             {  border:0; border:none; width:430px;color:#7e7f7c;float:left; margin-top:4px;}
-.U_MD_U_NP_DTDDF             { line-height:25px; height:100%; cursor:pointer;  color:#1e85dc; float:right;}
-.U_MD_U_NP_DTDCB             { line-height:25px; height:100%; color:#1e85dc; cursor:pointer;}
-.U_MD_U_NP_DTDDN             { font-size:15px; float:left;}
-.U_MD_U_NP_DW                { float:left; clear:both; margin:40px 0 0 50px;}
-.U_MD_U_NP_DWP               { float:left; margin-left:30px;}
-#U_MD_U_NP_DWP               { float:left; width:100%;}
-.U_MD_U_NP_DWY               { color:#7e7f7c; padding:13px 25px 0 10px; clear:both;}
-.U_MD_U_NP_DWY       div     { float:left;}
-.U_MD_U_NP_DWYN              { margin-top:10px;}
-.U_MD_U_NP_DWYS              { color:#3e9f24; font-size:25px; margin-left:10px;}
-.U_MD_U_NP_DP                { width:720px;margin:15px 0 35px 55px; float:left; clear:both; border:1px solid #cecece; background-color:#7e7f7c;}
-.U_MD_U_NP_DPH               { width:100%; height:40px; color:White;}
-.U_MD_U_NP_DPH        div    { float:left; margin:10px 0 0 30px;  font-size:15px; width:100px; text-align:center;}
-.U_MD_U_NP_DPI               {float:left; clear:both; background-color:White; margin-left:0px; width:100%; min-height:40px; }
-.U_MD_U_NP_DPIF              { width:650px; margin-left:30px;border-bottom:1px solid #cecece;}
-.U_MD_U_NP_DPIF      div     {color:#7e7f7c; font-size:12px; }
-.U_MD_U_NP_P                 { display:none; float:left; clear:both; margin:15px 0 0 40px; color:#7e7f7c; width:100%;}
-.U_MD_U_NP_PP                { font-size:18px; width:100px; float:left;}
-.U_MD_U_NP_SX                { font-size:12px; color:#1e85dc; cursor:pointer; margin-top:7px;   float:left;}
-.U_MD_U_NP_PSX                { color:#1e85dc; float:left; width:100px; cursor:pointer; margin:9px 0 0 580px;}
-.U_MD_U_NP_PG                { float:left; width:100%;}
-.U_MD_U_NP_PH                { float:left;  margin:35px 0 0 0px; width:240px;}
-.U_MD_U_NP_PHV               { margin-left:30px; width:150px; padding-right:0;}
-.U_MD_U_NP_PHV       div     { font-size:12px;}
-.U_MD_U_NP_PH        div     { float:left;}
-.U_MD_U_NP_PHM               { margin-top:10px; font-size:23px; }
-.U_MD_U_NP_PHH               { margin-left:20px; width:180px;}
-.U_MD_U_NP_PHHM              { margin-left:20px; width:110px;}
-.U_MD_U_NP_PHHI              { width:50px; height:50px; float:left;}
-.U_MD_U_NP_PHHIO             { width:30px; height:30px; float:left;}
-.U_MD_U_NP_PHHS              { margin:1px 0 0 10px; font-size:12px; width:120px;}
-.U_MD_U_NP_PHHSS             { font-size:12px;}
-.U_MD_U_NP_PHHSM             { width:70px; font-size:12px; line-height:13px;}
-.U_MD_U_NP_PseptalLine       { background-position:-385px -86px; margin-top:8px; float:left; width:5px; height:25px;  }
- 
 
+#U_MD_U_NP {
+    width: 850px;
+    height: 500px;
+    display: none;
+}
 
-/***<jscompress sourcefile="Disk.css" />*/
+.U_MD_U_NP {
+    height: 463px;
+    background-color: White;
+    color: #cecece;
+    -webkit-overflow-scrolling: touch;
+    overflow-y: auto;
+    overflow-x: hidden;
+}
 
-/***<jscompress sourcefile="Disk.css" />*/
-.U_MD_DK_Img{background-image:url(/img/YSD20142.png)}
-.U_MD_DK_L_DiskGE{background-image:url(/img/Disk/UDK_L_Disk-1.png)}
-.U_MD_DK{display:none;overflow:hidden;min-width:980px;min-height:350px;background-color:#fff}
-.U_MD_DK,.U_MD_DK_T{width:100%;height:100%}
-.U_MD_DK_L{float:left;overflow:auto;width:250px;height:100%;background-color:#eaeaea;color:#444}
-.U_MD_DK_LO{padding:0 5px}
-.U_MD_DK_LI{margin-top:10px;padding:0 8px;width:191px;height:90px}
-.U_MD_DK_LIL{float:left;width:90px;height:90px}
-.U_MD_DK_LIL img{width:90px;height:90px;border-radius:50%;cursor:pointer}
-.U_MD_DK_LIR{float:left;margin:3px 0 0 11px;width:90px}
-.U_MD_DK_LIRN{width:100%;font-size:1pc}
-.U_MD_DK_LIRZ{width:100%;color:#000}
-.U_MD_DK_LIRS,.U_MD_DK_LIRZ{margin-top:10px;font-family:arial,sans-serif}
-.U_MD_DK_LIRS{width:100%;width:68px;height:24px;border:1px solid #01d729;border-radius:13px;background-color:#01d729;color:#fff;text-align:center;font-size:14px;line-height:24px;cursor:pointer}
-.U_MD_DK_LIRSED{border:1px solid #f65656;background-color:#f65656;}
-.U_MD_DK_LIRS:hover{border:1px solid #009cff;background-color:#009cff}
-.U_MD_DK_LC{margin-top:10px;padding-left:1px}
-.U_MD_DK_LCO{margin-top:6px;padding:5px 11px 5px 20px;height:20px;border-radius:13px;font-family:arial,sans-serif;cursor:pointer}
-.U_MD_DK_LCO:hover,.U_MD_DK_LCOA{padding:4px 10px 4px 19px;width:auto;border:1px solid #7cccff;background-color:#cdecff}
-.U_MD_DK_LCNA,.U_MD_DK_LCO:hover .U_MD_DK_LCN{color:#565656}
-.U_MD_DK_LCOI{float:left;width:20px;height:20px}
-.U_MD_DK_LCN{float:left;margin-left:10px;width:95px;font-size:14px;font-family:'微软雅黑';line-height:20px}
-.U_MD_DK_LCL{float:right;margin-right:10px;width:50px;color:#999;text-align:right;line-height:20px}
-.U_MD_DK_LCS{background-position:-23px -223px}
-.U_MD_DK_LCF{background-position:-9pc -255px}
-.U_MD_DK_LCQ{background-position:-51px -223px}
-.U_MD_DK_LCB{background-position:-81px -14pc}
-.U_MD_DK_LCT{background-position:-109px -223px}
-.U_MD_DK_LCY{background-position:-137px -14pc}
-.U_MD_DK_LCP{background-position:-165px -225px}
-.U_MD_DK_LCM{background-position:-2in -223px}
-.U_MD_DK_LCW{background-position:-25px -254px}
-.U_MD_DK_LCJ{background-position:-54px -253px}
-.U_MD_DK_LCD{background-position:-84px -254px}
-.U_MD_DK_LCE{background-position:-115px -254px}
-.U_MD_DK_LS{margin-top:10px;padding-left:8px;border-top:1px solid #c7c7c7}
-.U_MD_DK_LW{margin-top:20px;padding-bottom:20px}
-.U_MD_DK_LST{padding-top:10px;font-weight:700;font-size:14px}
-.U_MD_DK_LSC{margin-top:10px;width:220px;height:40px}
-.U_MD_DK_LSCO{float:left;width:75pt;height:100%}
-.U_MD_DK_LSCOS{width:100%;color:#aaa;text-indent:1px;font-family:arial,sans-serif}
-.U_MD_DK_LSCOX{margin-top:3px;width:100%;height:22px;color:#0090ff;font-size:18px;line-height:25px}
-.U_MD_DK_LSCOXO{color:#26ca26;text-decoration:line-through;font-size:18px}
-.U_MD_DK_LSX{margin-top:3px}
-.U_MD_DK_LSXO{margin-top:8px;font-weight:400;font-family:arial,sans-serif}
-.U_MD_DK_LD{display:none;margin:22px 0 0 9pt;height:123px}
-.U_MD_DK_LDT{width:100%;height:20px;line-height:20px}
-.U_MD_DK_LDTL{float:left;font-weight:700;font-size:14px}
-.U_MD_DK_LDTR{float:right;color:#999;cursor:pointer}
-.U_MD_DK_LDC{float:left;line-height:15px}
-.U_MD_DK_LDC img{float:left;margin:11px 0 0 11px;width:40px;height:40px;border-radius:50%;cursor:pointer}
-.U_MD_DK_LT{overflow:auto;width:100%;height:100%;min-width:228px;font-family:arial,sans-serif}
-.U_MD_DK_LTS{margin:18px 0 0 18px;padding-bottom:9px;height:35px;border-bottom:1px solid #ddd;line-height:35px}
-.U_MD_DK_LTSI{float:left;width:35px;height:35px}
-.U_MD_DK_LTSI img{width:35px;height:35px;border-radius:50%}
-.U_MD_DK_LTSN{float:left;margin-left:10px;width:78pt;font:normal 700 14px/35px arial,sans-serif}
-.U_MD_DK_LTSF{float:left;margin-left:10px;color:#0090ec;cursor:pointer}
-.U_MD_DK_LTX{margin-top:10px}
-.U_MD_DK_LTXO{display:block}
-.U_MD_DK_LTXOA{margin-top:8px;padding-left:5px;min-width:200px}
-.U_MD_DK_LTXOAI{float:left;margin-left:5px;width:20px;height:20px;background-position:-202px -16pc}
-.U_MD_DK_LTXOAIO{background-position:-232px -257px}
-.U_MD_DK_LTXOS{overflow:hidden;padding:3px 0;line-height:20px}
-.U_MD_DK_LTXOS,.U_MD_DK_LTXOSA{border:1px solid transparent;cursor:pointer}
-.U_MD_DK_LTXOSA{float:left;margin-left:8px;height:18px;font-size:14px;line-height:18px}
-.U_MD_DK_LTXOS:hover,.U_MD_DK_LTXOSO{border:1px solid #aaa;border-radius:5px;background-color:#e4f5ff}
-.U_MD_DK_LTXOSI{float:left;margin-top:3px;width:10px;height:9pt;background-position:-763px -72px}
-.U_MD_DK_LTXOSIO{background-position:-746px -72px}
-.U_MD_DK_LTXOST{margin-left:9px}
-.U_MD_DK_LTXOSN{margin-left:45px;height:20px;line-height:20px}
-.U_MD_DK_LTXOSN div{width:100%;border:1px solid #e4e4e4}
-.U_MD_DK_LTXOSN textarea{position:relative;overflow:hidden;padding-left:0;width:100%;height:5pc;border:0;background-color:transparent;line-height:20px}
-.U_MD_DK_LTXOX{width:100%}
-.U_MD_DK_Z{float:left;width:2px;height:100%;background:#ddd;cursor:e-resize}
-.U_MD_DK_R{position:relative;overflow-x:auto;overflow-y:hidden;height:100%;background-color:#f0f0f0}
-.U_MD_DK_RS{float:left;margin-left:25px;width:250px;height:30px;background-color:#ccc}
-.U_MD_DK_RS .U_MD_U_L_Box_I,.U_MD_DK_RS .U_MD_U_P_C_P_N_I_B_Width{margin-left:3px;width:223px}
-.U_MD_DK_RS input{width:212px;color:#000;font-size:14px}
-.U_MD_DK_RT{overflow:hidden;margin:8px 0 0 15px;height:30px;min-width:440px;line-height:30px}
-.U_MD_DK_RTS{position:relative;float:left;width:90px;height:30px;border-radius:4px;background-color:#009cff;color:#fff;text-align:center;font-size:13px;cursor:pointer}
-.U_MD_DK_RTST{left:0;display:block;width:90px;height:30px}
-.U_MD_DK_RTSTO{position:static}
-.U_MD_DK_RTSO{width:20px;height:20px;background-position:-753px -7pc}
-.U_MD_DK_RTSM{width:20px;height:20px;background-position:-723px -9.1pc}
-.U_MD_DK_RTSS{width:20px;height:20px;background-position:-775px -9.1pc}
-.U_MD_DK_RTSF{width:20px;height:20px;background-position:-805px -145px}
-.U_MD_DK_RTSV{width:20px;height:20px;background-position:-692px -113px}
-.U_MD_DK_RTX{float:left;margin-left:13px;width:90px;height:30px;border-radius:4px;background-color:#f0f0f0;color:#7d7d7d;text-align:center;font-size:13px;line-height:30px;cursor:pointer}
-.U_MD_DK_RTX:hover{background-color:#26ca26;color:#fff}
-.U_MD_DK_RTX:hover .U_MD_DK_RTSF{background-position: -805px -114px;}
-.U_MD_DK_RTX:hover .U_MD_DK_RTSS{background-position: -775px -7.1pc;}
-.U_MD_DK_RTX:hover .U_MD_DK_RTSM{background-position: -723px -7.1pc;}
-.U_MD_DK_RTC{margin:8px 0 0 15px;height:30px;max-width:50pc;min-width:450px;line-height:30px}
-.U_MD_DK_RTCO{float:left;margin-left:15px;font-size:14px;cursor:pointer}
-.U_MD_DK_RTCO:hover{color:#0081ee;color: #fff}
-.U_MD_DK_RTC span{color:#999}
-.U_MD_DK_RY{margin-top:15px;padding:5px;height:2pc;min-width:500px;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}
-.U_MD_DK_RY div{font-family:arial,sans-serif;cursor:pointer}
-.U_MD_DK_RYH{float:left;margin-left:15px;padding-right:9pt;height:26px;border-right:1px solid #c7c7c7;line-height:28px;cursor:pointer}
-.U_MD_DK_RYH:hover{color:#008de7}
-.U_MD_DK_RYQ{float:left;margin-left:1pc;line-height:28px;cursor:pointer}
-.U_MD_DK_RYQ:hover{color:#008de7}
-.U_MD_DK_RYX{float:left;margin:8px 0 0 20px;line-height:13px;cursor:pointer}
-.U_MD_DK_RYX:hover{color:#009cff}
-.U_MD_DK_RYXL{float:left;width:15px;height:15px;background-position:-174px -260px}
-.U_MD_DK_RYXR{float:left;margin-left:5px}
-.U_MD_DK_RYB{float:left;overflow:hidden;margin:3px 0 0 15px;line-height:20px}
-.U_MD_DK_RYBO{float:left;margin-left:13px;padding:0 10px;height:20px;border:1px solid #bbb;border-radius:13px;cursor:pointer}
-.U_MD_DK_RYBO:hover{color:#009cff}
-.U_MD_DK_RYS{float:right;margin:1px 15px 0 0;width:210px;background-color:#fff}
-.U_MD_DK_RYSO{float:left;margin-left:5px;width:180px;height:30px}
-.U_MD_DK_RYSO input{width:173px;height:28px;outline:0;border:0;background-color:transparent;line-height:normal;line-height:28px\9}
-.U_MD_DK_RYSO_Icon{float:left;margin:7px 0 0 3px;width:20px;height:20px;background-position:-250px -226px}
-.U_MD_DK_RK{margin-top:10px;height:30px;min-width:600px;border-bottom:1px solid #dfdfdf;font-family:arial,sans-serif;line-height:20px}
-.U_MD_DK_RKI{float:left;width:20px;height:20px;background-position:-222px -223px}
-.U_MD_DK_RKC{margin-right:8px;margin-left:25px;color:#999;word-wrap:break-word;font-family:宋体;line-height:20px;word-break:normal}
-.U_MD_DK_RKS{margin-left:5px;color:#069;cursor:pointer}
-.U_MD_DK_RKR{float:right;margin:8px 17px 0 0}
-.U_MD_DK_RKZ{float:right;margin:4px 15px 0 0}
-.U_MD_DK_RKZO{float:left;cursor:pointer}
-.U_MD_DK_RKZ div{float:left}
-.U_MD_DK_RKZOI{float:left;width:20px;height:20px}
-.U_MD_DK_RKZON{margin-left:5px;line-height:20px}
-.U_MD_DK_RKZOT{background-position:-274px -225px}
-.U_MD_DK_RKZOS{margin-left:10px;background-position:-306px -225px;cursor:pointer}
-.U_MD_DK_RKZOS:hover,.U_MD_DK_RKZOSI{background-position:-365px -225px}
-.U_MD_DK_RKZOP{margin-left:10px;background-position:-333px -225px;cursor:pointer}
-.U_MD_DK_RKZOP:hover,.U_MD_DK_RKZOPI{background-position:-393px -225px}
-.U_MD_DK_RM{display:none;width:100%;height:28px;min-width:100%;background-color:#f4f4f4}
-.U_MD_DK_RM div{float:left;height:100%;text-indent:8px;line-height:33px}
-.U_MD_DK_RM .U_MD_DK_RZSV{background-color:#ccc}
-.U_MD_DK_RZ{margin-top:10px;min-width:100%;background-color:#fff}
-.U_MD_DK_RZA{position:relative;overflow:auto;outline:0}
-.U_MD_DK_RZN{overflow:hidden;margin-top:5px;padding-bottom:2px;width:100%;height:28px;border-bottom:1px solid #bbb;font-family:宋体}
-.U_MD_DK_RZO{float:none\9;display:inline-block;overflow:hidden;margin:7px 0 0 11px;padding:8px 5px;width:152px;height:5pc;border:1px solid #a5a5a5;border-radius:10px;background-color:#fff;cursor:pointer}
-.U_MD_DK_RZOA{margin-top:5px;width:100%;height:47px}
-.U_MD_DK_RZO:hover,.U_MD_DK_RZOI{background-color:#e4f5ff}
-.U_MD_DK_RZOB{border:1px solid #dcdcdc}
-.U_MD_DK_RZOS{float:left;overflow:hidden;margin-top:-2px;width:40px;height:47px}
-.U_MD_DK_RZOG{float:left;overflow:hidden; background:url("/img/disk/U_RZOG.jpg");width:39px;height:39px}
-.U_MD_DK_RZOS img{display:block;margin:auto;width:auto;height:auto;height:41px;max-width:120%}
-.U_MD_DK_RZOSZ{position:relative;top:1pc;overflow:hidden;margin:auto;width:40px;height:20px;color:#888;text-align:center;font-size:15px;font-family:"微软雅黑"}
-.U_MD_DK_RZOZO{float:right;width:106px;height:50px; overflow:hidden; }
-.U_MD_DK_RZOZ{overflow:hidden;max-height:33px;min-height:25px;color:#003;word-wrap:break-word;font-size:9pt;word-break:normal}
-.U_MD_DK_RZOZ div{width:205px;height:23px;border:1px solid #e4e4e4}
-.U_MD_DK_RZOZ textarea{overflow:hidden;padding-left:0;width:199px;height:14px;border:0;color:#000;font-weight:700;font-size:1pc}
-.U_MD_DK_RZT{margin:50px auto auto;width:375px}
-.U_MD_DK_RZTS{height:60px}
-.U_MD_DK_RZTSL{float:left;color:#0096ff;font-size:70px;line-height:55px}
-.U_MD_DK_RZTSR{float:left;margin-left:20px}
-.U_MD_DK_RZTSRS{font-size:30px;font-family:arial,sans-serif}
-.U_MD_DK_RZTSRX{margin-top:11px;color:#bbb;color:#eee;font-style:italic}
-.U_MD_DK_RZTX{margin:20px 0 0 43px;width:60px;color:#007ece;text-decoration:underline;font-size:14px;font-family:arial,sans-serif;cursor:pointer}
-.U_MD_DK_RZF{float:left;margin:15px 0 0 25px;padding-top:5pc;width:225px;height:210px;background-color:#bbb}
-.U_MD_DK_RZFO{position:relative;float:none;margin:15px 0 0 50px;background-color:#fff;background-color:#aaa}
-.U_MD_DK_RZFS{margin:auto;width:185px;height:85px;font-family:微软雅黑}
-.U_MD_DK_RZFSL{float:left;margin-top:3px}
-.U_MD_DK_RZFSR{float:left;margin-left:20px;width:138px}
-.U_MD_DK_RZFSRS{font-size:23px}
-.U_MD_DK_RZFSRX{margin-top:5px}
-.U_MD_DK_RZFX{margin:30px auto auto;width:76px;color:#0079ea;text-decoration:underline;cursor:pointer}
-.U_MD_DK_RZOF{margin-top:4px;border-top:1px solid #dadada}
-.U_MD_DK_RZOFX{margin-top:2px}
-.U_MD_DK_RZOFXJ{float:left;margin-top:1px}
-.U_MD_DK_RZOFXJO{color:#999}
-.U_MD_DK_RZOFXJT{margin-left:8px}
-.U_MD_DK_RZOFXR span{margin-left:5px}
-.U_MD_DK_RZOFD{margin-top:4px;height:22px}
-.U_MD_DK_RZOFDI{float:left;width:22px;height:22px}
-.U_MD_DK_RZOFDI img{width:22px;height:22px;border-radius:50%}
-.U_MD_DK_RZOFDN{float:left;margin-left:8px;height:22px;max-width:50px;line-height:22px}
-.U_MD_DK_RZOFDX{float:right;width:40px;height:20px;border:1px solid #bbb;border-radius:13px;color:#2570ad;text-align:center;font-family:宋体;line-height:20px;cursor:pointer}
-.U_MD_DK_RZOFDX:hover{border:1px solid #009cff;background-color:#009cff;color:#fff}
-.U_MD_DK_RZOK{height:197px}
-.U_MD_DK_RZOKO{height:217px}
-.U_MD_DK_RZOKI{margin:auto;width:90pt;height:90pt}
-.U_MD_DK_RZOKI img{width:90pt;height:90pt;border-radius:50%}
-.U_MD_DK_RZOKN{margin-top:8px;height:19px;text-align:center;font-weight:700;font-size:14px}
-.U_MD_DK_RZOKN,.U_MD_DK_RZOKQ{width:100%;font-family:arial,sans-serif}
-.U_MD_DK_RZOKQ{margin-top:5px;color:#999}
-.U_MD_DK_RZOKX{margin-top:3px;font-family:arial,sans-serif}
-.U_MD_DK_RZOKXF{width:100%;height:23px;line-height:18px}
-.U_MD_DK_RZOKXFO{position:relative;top:3px;margin-left:10px;color:#007eff;font-size:20px;font-family:微软雅黑}
-.U_MD_DK_RZOKXC{overflow:hidden;margin-top:4px;width:100%;line-height:15px}
-.U_MD_DK_RZOKXC div{float:left;overflow:hidden;margin:10px 0 0 5px;width:50px;height:15px;white-space:nowrap}
-.U_MD_DK_RZOQI{margin:auto;width:125px;height:125px}
-.U_MD_DK_RZOQI img{float:left;border-radius:50%}
-.U_MD_DK_RZOW{background-position:-28px -23px}
-.U_MD_DK_RZOY{background-position:-90px -22px}
-.U_MD_DK_RZOE{background-position:-149px -22px}
-.U_MD_DK_RZOD{margin-top:2px;height:40px;background-image:url(/BoomYun/img/pc/U_Boom_UW.png)}
-.U_MD_DK_REODN{margin-top:2px;height:40px;background-image:url(/BoomYun/img/pc/U_Boom_word.png)}
-.U_MD_DK_REODW{margin-top:2px;height:40px;background-image:url(/BoomYun/img/pc/U_Boom_word.png)}
-.downel_content_a_r{background-position:-261px -22px}
-.U_MD_DK_RZOP{background-position:-387px -22px}
-.U_MD_DK_RZOM{background-position:-323px -23px}
-.U_MD_DK_RZSV{width:2px;height:100%;background:#ccc;cursor:e-resize}
-.U_MD_DK_RZSO{width:10%;height:33px;text-indent:8px}
-.U_MD_DK_RZSOI{margin:8px 0 0 9pt;cursor:default}
-.U_MD_DK_RZSM{width:20%;vertical-align:middle;text-indent:6px;cursor:pointer}
-.U_MD_DK_RZSMI{font-size:1pc}
-.U_MD_DK_RZSM img{width:20px;height:20px;vertical-align:middle}
-.U_MD_DK_RZSMN{margin-left:5px;vertical-align:top}
-.U_MD_DK_RZSMN textarea{width:195px;height:23px}
-.U_MD_DK_RZSF{width:10%;cursor:pointer}
-.U_MD_DK_RZSFO{color:#006cf1;text-indent:8px;font-size:15px;font-family:微软雅黑}
-.U_MD_DK_RZSD,.U_MD_DK_RZSL,.U_MD_DK_RZSX{width:15%;text-indent:8px;cursor:pointer}
-.U_MD_DK_RZST{width:14%;text-indent:8px;cursor:pointer}
-.U_MD_DK_RZX{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;font-family:arial,sans-serif;cursor:pointer}
-.U_MD_DK_RZX,.U_MD_DK_RZXO{overflow:hidden;height:33px;line-height:33px}
-.U_MD_DK_RZXO{margin-top:3px;width:100%}
-.U_MD_DK_RZXO div{float:left;overflow:hidden;height:33px}
-.U_MD_DK_RZXO:hover,.U_MD_DK_RZXOO{background-color:#e7f8ff}
-.U_MD_DK_RC{position:absolute;top:5px;right:11px}
-.U_MD_DK_M{position:absolute;left:75pt;display:none;width:150px;border:1px solid #e4e4e4;background-color:#fff}
-.U_MD_DK_M div{width:100%;height:25px;text-align:center;line-height:25px;cursor:pointer}
-.U_MD_DK_M div:hover{background-color:#f0f0f0}
-.U_MD_DK_VW_ChosenSaveFile>div{margin:0 auto;width:95%;font-size:14px}
-.U_MD_DK_VW_ChosenSaveFile button{float:right;margin:7px 8px;min-width:60px;border:0;border-radius:4px;background-color:#347fdb;color:#fff;line-height:25px;cursor:pointer;padding: 0 5px;outline: none;}
-.U_MD_DK_VW_ChosenSaveFile_File{overflow:auto;margin-bottom:5px!important;height:295px}
-.U_MD_DK_VW_ChosenSaveFile_File_Box{margin:5px 0;text-indent:5px;font-size:14px}
-#U_MD_O_SaveSynergy_NewGroup>div{display:inline-block;overflow:auto;width:49%;height:100%}
-#U_MD_O_SaveSynergy_NewGroup .U_MD_O_SaveSynergy_NewGroup_Friend{padding:3px 0;width:98%;text-indent:5px;line-height:25px}
-#U_MD_O_SaveSynergy_NewGroup .U_MD_O_SaveSynergy_NewGroup_Friend:hover{background-color:#e4e4e4}
-#U_MD_O_SaveSynergy_NewGroup .U_MD_O_SaveSynergy_NewGroup_Friend img{float:left;width:25px;height:25px}
-.U_MD_DK_I{padding-left:1pc;width:223px;height:27px;border:0;border-radius:9px;background-color:#dfdfdf;line-height:26px}
-#U_MD_DK_Se{position:relative;top:5px;right:33px}
-.U_MD_DK_SEA{float:right;}
-.fileDiv{float:left;width:100px;height:100px;text-align:center;line-height:100px;font-size:12px;border:1px solid #cccccc;margin-right:10px;margin-bottom:10px;}
-.seled{border:1px solid #8cbbff;background-color:#ecf1ff;}
-.U_MD_DK_Img_text_file{background-image:url(/img/disk/text_file.png);background-repeat:no-repeat}
-.U_MD_DK_Img_website{background-image:url(/img/disk/website.png);background-repeat:no-repeat}
-
-.U_MD_DK_fileInfo_head{padding: 8px 25px;word-break: break-all; overflow:hidden; }
-.U_MD_DK_fileInfo_icon{width: 40px; display: table-cell; height:40px; float:left; }
-.U_MD_DK_fileInfo_head > span{display: table-cell;vertical-align: middle;}
-.U_MD_DK_fileInfo_img {width: 40px;height: 40;display: table-cell;vertical-align: middle;text-align: center;}
-.U_MD_DK_fileInfo_img img { max-width:100%; max-height:100%; }
-.U_MD_DK_fileInfo_line {margin: 0 10px;height:1px;background-color:#848484;opacity:0.08;}
-.U_MD_DK_fileInfo_info { font-size:12px; line-height: 28px; padding: 10px 25px; }
-.U_MD_DK_fileInfo_info > div{ padding-left:80px; word-break: break-all;}
-.U_MD_DK_fileInfo_info > div > span { width:80px; margin-left:-80px; float: left;}
+.U_MD_U_NP_I {
+    background-image: url(/img/TG.png);
+}
 
+.U_MD_U_NP_H {
+    float: left;
+    color: #cecece;
+    background-position: -19px -18px;
+    width: 550px;
+    height: 40px;
+    margin: 30px 0 0 25px;
+}
 
+.U_MD_U_NP_HDiv {
+    float: left;
+    font-size: 13px;
+    height: 20px;
+    margin: 10px 15px 0 15px;
+    cursor: pointer;
+    text-align: center;
+}
 
-/***<jscompress sourcefile="Friend.css" />*/
+.U_MD_U_NP_HDiv:hover {
+    color: White;
+}
 
-/***<jscompress sourcefile="Friend.css" />*/
-.U_MD_F_T            {    min-width: 455px;height:48px;padding-top:6px;width: 100%;display: inline-block;border-bottom:1px solid #C7C7C7;}
-/*好友消息区域*/
-.U_MD_F             {height:100%;width: 100%;overflow:hidden;}
-
-div#U_MD_F {}/*position:absolute; border:1px solid #BFBFBF;top:150px; left:150px; background-color:White;*/
-.U_MD_F_TA           { width:85%; float:left; overflow-y:hidden; height:40px; display:inline; position:relative; }
-.U_MD_F:hover   .U_MD_F_TAI      { display:block; }
-.U_MD_F_TA    div    { float:left; _display:inline; }
-.U_MD_F_TAC          { width:20px; height:20px; background-position:-850px -60px; cursor:pointer; float:right; margin:5px 5px 0 0; }
-.U_MD_F_TAB          { width:22px; height:20px; background-position:-590px -252px; cursor:pointer; top:11px; right:45px; position:absolute; }
-.U_MD_F_TAB:hover    { background-position:-620px -230px; }
-.U_MD_F_TG           { cursor:pointer; width:21px; margin:15px 0 0 9px; padding:0 0 14px 1px; border:1px solid #D9D9D9; font-size:24px; line-height: 0px; text-align: center; color:#A0A0A0; float:left; position:relative; z-index:1; visibility:hidden; }
-.U_MD_F_TGO          { border-radius:13px; background-color:White; position:absolute; top: 20px; left: -23px; width:98px; border:1px solid #D9D9D9; padding:0px 9px 9px 9px; display:none; }
-.U_MD_F_TGOO         { width:100%; height:25px; margin-top:9px; cursor:pointer; position:relative; }
-.U_MD_F_TGOO:hover   { background-color:#F8F8F8; }
-.U_MD_F_TGOOI        { width:25px; height:25px; float:left; }
-.U_MD_F_TGOOI    img { width:25px; height:25px; }
-.U_MD_F_TGOON        { text-align:left; color:#000; font-size:12px; line-height:25px; float:left; letter-spacing:0px; width:65px; margin-left:5px; }
-.U_MD_F_TI           { margin:10px 10px 0 0; width:25px; height:20px; background-position:-658px -25px; float:right; cursor:pointer; position:relative; }
-.U_MD_F_TI:hover     { background-position:-692px -25px; }
-.U_MD_F_TO           { width:100px; margin:6px 0 0 9px; cursor:pointer; position:relative; border-radius:5px; padding:3px 2px; height:25px; position:relative; }
-.U_MD_F_TOT          { background-color:#F6F6F6; border:1px solid #CCC; padding:2px 1px; }
-.U_MD_F_TO:hover     { background-color:#C8C8C8; }
-.U_MD_F_TOI          { background-position:-735px 0px; width:25px; height:25px; margin-left:3px; }
-.U_MD_F_TOI  img     { width:25px; height:25px; border-radius:50%; float:left; }
-.U_MD_F_TON          { line-height:25px; font-family:arial,sans-serif; width:67px; margin-left:5px; }
-.U_MD_F_TOC          { position:absolute; width:22px; height:35px;top: 1px;right: -10px;/*right:-2px;*/ display:none;cursor:pointer;font-size:17px;line-height:35px; background-position:-776px -107px;top: -4px;}
-.U_MD_F_TOC:hover    { background-position:-776px -107px;top: -4px; }
-.U_MD_F_TGOO:hover .U_MD_F_TOC, .U_MD_F_TO:hover .U_MD_F_TOC    { display:block}
-.U_MD_F_C            {overflow-x: hidden;overflow-y: auto;width: 100%;}
-.U_MD_F_T_B          { width: 121px;position: absolute;right: 2px;top: 25px; background: #fff; box-shadow: 3px 4px 7px #888888;z-index: 999;overflow: hidden; border:1px solid #dcdcdc; }
-.U_MD_F_T_B div      { width: 100%; height: 25px;line-height: 25px; cursor: _context-menu; text-align:center; cursor:pointer; }
-.U_MD_F_T_B div:hover{ background: rgb(217,237,249) !important}
-/*好友聊天区域*/
-.U_MD_F_H            { height:50px; padding-left:5px;  padding:8px 0 8px 15px; background-color:#f4f4f4; }
-.U_MD_F_HH           { width:50px; height:50px; float:left; }
-.U_MD_F_HH   img     { width:50px; height:50px; cursor:pointer; border-radius:50%; }
-.U_MD_F_HT           {width: 80%;height:100%;float:left;margin-left:12px;}
-.U_MD_F_HTN          {width: 100%;font-size:16px;color:#787878;font-family:微软雅黑;margin-top:4px;}
-.U_MD_F_HTC          {width: 100%;margin-top:7px;height:17px;color:#787878;}
-.U_MD_F_HG            { height:25px;background: #c8e4ff;}
-.U_MD_U_P_P_Tips_Pos           { width:18px; height:18px; background-position:-763px -3px; float:left; margin-left:12px; }
-.U_MD_F_GC           { margin-left:5px; float:left; height:25px; line-height:25px; color:#333333; font-family:arial,sans-serif; }
-.U_MD_F_NA           {min-width: 455px;height:100%;width: 100%;overflow:hidden;}
-.U_MD_F_N            {float:left;height: 100%;}
-.U_MD_F_CA           {min-width:270px;white-space:nowrap;margin-top:10px; overflow:hidden; padding:0 5px; height:240px; width:auto; overflow-y:auto; position:relative; background-color:#FFF; }
-.U_MD_F_C            {}
-.U_MD_F_CI           { max-height:200px; max-width:250px; width:auto; height:auto; float:left; cursor:pointer; }
-.U_MD_F_CO           { position:relative; margin:10px 0 0 12px; overflow:hidden; }
-.U_MD_F_COL          { float:left;}
-.U_MD_F_COLT         { width:10px; height:7px; background-position:-544px -95px; margin-left:20px  }
-.U_MD_F_COLC         {max-width:355px;padding: 8px 15px;background-color:#eeeeee;color:Black;border-radius:10px;line-height:20px;font-size:13px;word-wrap:break-word;float:right;}
-.U_MD_F_COLCI        { width:30px; height:30px; border-radius:50%; float:left; margin-top:3px; cursor:pointer; }
-.U_MD_F_COLCO        {float:left;/* margin:5px 10px 0 10px; */max-width:315px;font-family:'微软雅黑';word-break: break-all;word-wrap:break-word;}
-.U_MD_F_COLCOO       { margin-left:0; }
-.U_MD_F_COLCOT       { margin-right:0; }
-.U_MD_F_COT          { float:left; margin-left:10px; height:100%; color:#545454; width:80px; }
-/*.U_MD_F_COTO       { width:80px; }*/
-.U_MD_F_COTOK        { margin-top:1px; color:#545454; height:33px; overflow:hidden; }
-.U_MD_F_CT           { margin:10px 12px 0 0; position:relative; overflow:hidden; }
-.U_MD_F_CTO          { bottom:5px; }
-.U_MD_F_CTL          { float:right; font-size:14px; max-width:293px; }
-.U_MD_F_CTLC         {white-space:normal;background-color:#2683f5;color:White;margin:0 auto;/* min-width:35px; */word-wrap: break-word;word-break: normal;float:left;}
-.U_MD_F_CTLC_Receive {white-space:normal;background-color:#eee;color:black;margin:0 auto;/* min-width:35px; */word-wrap: break-word;word-break: normal;float:right;}
-.U_MD_F_CTLC *       { background-color:transparent; white-space:normal;}
-.U_MD_F_CTLC_Receive *{ background-color:transparent; white-space:normal;}
-.U_MD_F_CTLT         { background-position:-592px -13px; clear:both }
-.U_MD_F_CTT          { float:left; }
-.U_MD_F_CTTO         { float:right; margin-right:10px; }
+.U_MD_U_NP_HH {
+    color: #eee;
+}
 
-/*聊天文件.*/
-.U_MD_F_F            { width: 230px; height: 110px; background-color: #F7F7F7; border: 1px solid #CCC; border-radius: 5px; font-size:12px; color:#000; cursor:pointer; }
-.U_MD_F_FS           { height:69px;  padding: 15px 10px 0 10px; }
-.U_MD_F_FSS          { width: 60px; height: 60px; float: left; line-height:60px; background-color:#1F6D43; font-size:16px; color:#FFF; text-align:center; overflow:hidden; }
-.U_MD_F_FSX          { float: left; width: 140px; margin-left: 10px; }
-.U_MD_F_FSXN         { font-size:15px; max-height:43px; overflow:hidden; }
-.U_MD_F_FSXS         { color:#666; }
-.U_MD_F_FX           { border-top: 1px solid #CCC; height:25px; line-height:25px; color:#666; }
-.U_MD_F_FX   div     { float:right; margin-right:8px; }
-.U_MD_F_FX   div:hover   { color:#006699; }
-
-.U_MD_F_D            { height:140px; padding:5px 15px 0 15px; }
-.U_MD_F_DA           { width:100%; height:100%; float:right; }
-.U_MD_F_DT           { height:30px; }
-.U_MD_F_DT   div     { float:left; width:30px; height:24px; margin-left:13px; cursor:pointer; }
-.U_MD_F_DT   .U_MD_F_DTZ      { position:relative; }
-.U_MD_F_DT   .U_MD_F_DTJ      { float:right; }
-.U_MD_F_DTS          { background-position:-1277px -401px; width:22px; height:17px; float:left; position:relative;margin-top:4px; }
-.U_MD_F_DTZ          { background-position:-716px -244px; width:22px; height:22px; }
-.U_MD_F_DTZ:hover    { background-position:-381px -119px;}
-.U_MD_F_DTJ          { background-position:-475px -119px;}
-.U_MD_F_DTJ:hover    { background-position:-412px -119px;}
-.U_MD_F_DC           { height:83px; margin-top:2px; line-height:15px; border:0; background-color:#f7f7f7;  outline:none; overflow-x:hidden; overflow-y:auto; border:1px solid #bbb; padding:5px; -webkit-overflow-scrolling:touch; word-break: break-all; cursor:text; }
-.U_MD_F_DC   p       { padding:0px; margin:0px; }
-.U_MD_F_DJ           { background-position:-700px -9px; width:10px; height:10px; float:right; margin:-1px 53px 0 0; }
-.U_MD_F_L            {width: 277px;float:left;height:100%;display:none;}
-.U_MD_F_LA           {border-left:1px solid #BFBFBF;padding:0px 15px 6px 15px;overflow-x:hidden;overflow-y:auto;height: calc(100% - 37px);}
-.U_MD_F_LB           {width:100%;height: 30px;border-left:1px solid #BFBFBF;border-top:1px solid #BFBFBF; position:relative;}
-.U_MD_F_LO           { margin-top:15px; float:left; width:100%; }
-.U_MD_F_LOT          { height:20px; width:100%; }
-.U_MD_F_LOTN         { color:#1C72D3; float:left; font-family:微软雅黑; font-weight:bold; font-size:14px; }
-.U_MD_F_LOTT         { float:left; color:#808080; margin-left:10px; line-height:22px; }
-.U_MD_F_LOD          { width:100%; margin-top:5px; line-height:18px; float:left; clear:both; word-wrap: break-word; word-break: normal; }
-.U_MD_F_X            { height:30px;  clear:both; margin-top:5px; }
-.U_MD_F_X    div     { float:right; padding:0 10px;  }
-.U_MD_F_XC           { height:26px; border:1px solid #c8c8c8; background-color:#aaa; color:White; line-height:27px; border-radius:26px; margin-right:14px; cursor:pointer; display:none; }
-.U_MD_F_XE           { height:26px; border:1px solid #4c4c4c; background-color:#4c4c4c; color:White; line-height:27px; border-radius:26px; margin-right:25px; cursor:pointer; }
-.U_MD_F_XE:hover     { border:0; height:28px; background-color:#B3B3B3; color:White; padding:0 11px; line-height:29px; }
-.U_MD_F_XC:hover     { border:0; height:28px; background-color:#9f9f9f; color:White; padding:0 11px; line-height:29px; }
-.U_MD_F_XE:hover     { background-color:#347FDB; }
-.U_MD_F_UploadPng    { background:url(/img/uoload.png) no-repeat 0;background-position:0p 5px;} 
-.U_MD_F_LoaclChose:hover,.U_MD_F_DiskChose:hover {background:#e6e9ed}
-.U_MD_F_H_checkAllCalendar:hover  { background:#c8e4ff; color:#4f9bff; border:1px solid #6db3ff;}
-.U_MD_F_H_checkAllCalendar:active {background:#158cff; color:#fff; border:1px solid #158cff;}
+.U_MD_U_NP_X {
+    width: 100%;
+    height: 390px;
+    float: left;
+}
 
-/*好友聊天区域*/
-.U_MD_F_H             { }/*right:17px; top:100px; width:810px; height:626px; */
-.U_MD_F_H ::-webkit-scrollbar {width:4px;height:4px; }
-.U_MD_F_H_Z            { background-color:#E9E9E9; display:none; height:100%; z-index:6; overflow:hidden; top:0; }
-.U_MD_F_H_ZL           {width: 270px;height:100%;float:left;background-color:#E9E9E9;border-right:1px solid #CCC;}
-.U_MD_F_H_ZLT          { padding:7px 0 4px 4px; height:63px; }
-.U_MD_F_H_ZLTA         { float:left; margin-top:2px; width:184px; }
-.U_MD_F_H_ZLTAO        { width:40px; height:55px; margin-left:6px; float:left; cursor:pointer; _display:inline; }
-.U_MD_F_H_ZLTAON       { line-height:20px; text-align:center; font-size:14px; }
-.U_MD_F_H_ZLTI         { float:left; margin-left:7px; _display:inline; cursor:pointer; width:55px; height:55px; }
-.U_MD_F_H_ZLTI img     { width:55px; height:55px; border-radius:50%;}
-.U_MD_F_H_ZLTOK        { width:40px; height:36px; }
-.U_MD_F_H_ZLTO         { background-position:-7px -117px; }
-.U_MD_F_H_ZLTOO,.U_MD_F_H_ZLTO:hover   { background-position:-7px -157px; }
-.U_MD_F_H_ZLTT         { background-position:-48px -117px; }
-.U_MD_F_H_ZLTTO,.U_MD_F_H_ZLTT:hover   { background-position:-48px -158px; }
-.U_MD_F_H_ZLTS         { background-position:-88px -117px; }
-.U_MD_F_H_ZLTSO,.U_MD_F_H_ZLTS:hover   { background-position:-88px -157px; }
-.U_MD_F_H_ZLTF         { background-position:-132px -117px; }
-.U_MD_F_H_ZLTFO,.U_MD_F_H_ZLTF:hover   { background-position:-132px -157px; }
-.U_MD_F_H_ZLS          { width: auto; height:25px; border-bottom:1px solid #C7C7C7; border-top:1px solid #C7C7C7; padding:6px 0; background-color:#fff; position:relative; z-index:1; }
-.U_MD_F_H_ZLSL         { width:25px; height:25px; background-position:-343px -123px; float:left; margin-left:11px; display:inline; }
-.U_MD_F_H_ZLSYT        { width: 30px;height: 30px;background-position:-310px -122px;float: right;margin-right: 0px;display: inline;margin-top: -24px;display:none;}
-.U_MD_F_H_ZLSR         { width:214px; height:25px; float:left; }
-.U_MD_F_H_ZLSR input   { border:0; background:none; outline:none; height:22px; width:210px; line-height:normal; line-height:22px\9; padding:2px 0 0 8px; }
-.U_MD_F_H_ZLSF         { width:259px; background-color:White; height:710px; overflow-x:hidden; overflow-y:auto; display:none;margin-top: 32px; }
-.U_MD_F_H_ZLZ          { width:100%; height:700px; overflow-x:hidden; overflow-y:auto;}
-.U_MD_F_H_ZLZO         { width:100%;  float:left; }
-.U_MD_F_H_ZLZOT_img    { margin-right: 4px;height: 6px;width: 10px;display: inline-block;background-image:url("/BoomYun/img/pc/U_MD_F_H_ZLZOT_Open.png")}
-.U_MD_F_H_ZLZOT        { text-indent:10px;  font-size:14px; color:Black; cursor:pointer; line-height:20px; width:100%; padding:5px 0 ; margin-top:5px; }
-.U_MD_F_H_ZLZOC        { width:100%; float:left; }
-.U_MD_F_H_ZLZOCO       { height:35px; padding:9px 0 9px 18px; cursor:pointer; position:relative;}
-.U_MD_F_H_ZLZOCO:hover { background-color:#D0E2EE!important; border-top:1px solid #87C4ED; border-bottom:1px solid #87C4ED; padding:8px 0 8px 18px; }
-.U_MD_F_H_ZLZOCOO      { filter:gray;-moz-opacity:.3;opacity:0.3; }
-.U_MD_F_H_ZLZOCOI      { width:35px; height:35px; float:left; }
-.U_MD_F_H_ZLZOCOI  img { width:35px; height:35px; border-radius:50%; float:left; }
-.U_MD_F_H_ZLZOCOR      { width:130px; margin-left:10px; float:left; font-family:arial,sans-serif; }
-.U_MD_F_H_ZLZOCORN     { font-weight:bold; }
-.U_MD_F_H_ZLZOCORT     { color:#737373; height:18px; line-height:18px; margin-top:4px; }
-.U_MD_F_H_ZLZT         { width:100%; }
-.U_MD_F_H_ZLZTS        { width:50px; height:50px; margin:6px 0 0 10px; }
-.U_MD_F_H_ZLZTS    img { width:48px; height:48px; border:1px solid #e4e4e4; border-radius:50%; cursor:pointer; }
-.U_MD_F_H_ZLZTZ        { background-position:-560px -195px; width:20px; height:30px; margin:-5px 0 0 60px; }
-.U_MD_F_H_ZLZTX        { font-family:arial,sans-serif; font-size:14px; margin:7px 0 0 38px; width:140px; }
-.U_MD_F_H_ZR           { width: calc(100% - 272px);height:100%;background-color:#FFF;float: left;overflow:hidden;}
+.U_MD_U_NP_XI {
+    width: 350px;
+    height: 250px;
+    float: left;
+    margin: 15px 0 0 70px;
+}
 
-div#U_MD_F_H_ZR {}
-.U_MD_F_H_ZRO          { margin-left:40px; float:left; }
-.U_MD_F_H_ZROS         { width:420px; margin:20px auto auto auto; }
-.U_MD_F_H_ZROSS        { font-size:32px; }
-.U_MD_F_H_ZROSZ        { color:#BBB; margin-top:14px; font-style:italic; }
-.U_MD_F_H_ZROSX        { width:100%; height:50px; margin-top:-13px; }
-.U_MD_F_H_ZROSXL       { margin-top:33px; float:left; font-family:arial,sans-serif; }
-.U_MD_F_H_ZROSXR       { width:50px; height:50px; float:left; margin-left:8px; background-position:-950px -70px;}
-.U_MD_F_H_ZROX         { margin-top:18px; font-family:arial,sans-serif; }
-.U_MD_F_H_ZROXT        { width:115px; height:22px; line-height:22px; font-family:微软雅黑; font-size:14px; }
-.U_MD_F_H_ZROXX        { width:100%; overflow:hidden; }
-.U_MD_F_H_ZROXXO       { float:left; height:25px; width:225px; height:129px; margin-top:23px; }
-.U_MD_F_H_ZROXXOS      { width:100%; height:55px; }
-.U_MD_F_H_ZROXXOSL     { width:55px; height:55px; float:left; }
-.U_MD_F_H_ZROXXOSL img { width:55px; height:55px; border-radius:50%; cursor:pointer; }
-.U_MD_F_H_ZROXXOSN     { max-width:80px; margin:20px 0 0 10px; font-size:14px; font-weight:700; float:left; }
-.U_MD_F_H_ZROXXOSR     { cursor:pointer; font-size:14px;  margin:13px 0 0 10px; width:52px; text-align:center; border:1px solid #e4e4e4; float:left; height:25px; line-height:25px; color:#0173FF; border-radius:25px; }
-.U_MD_F_H_ZROXXOSR:hover       { color:White; background-color:#0173FF;  border:1px solid #0173FF;}
-.U_MD_F_H_R            { z-index:999; background-color:White; width:45px; border:1px solid #c7c7c7; border-right:0; border-radius:15px 0 0 15px; padding:12px 10px 5px 0; cursor:pointer; display:none; position:absolute; right:0px; top:50%; margin-top:-280px; visibility:hidden;}
-.U_MD_F_H_RI           { width:35px; background-color:#28e456; height:35px; background-position:-305px -117px; border-radius:50%; cursor:pointer; margin-left:10px; }
-.U_MD_F_H_RC           { height:475px; width:100%; overflow:hidden; }
-.U_MD_F_H_RC   img     { width:35px; height:35px; border-radius:50%; cursor:pointer; }
-.U_MD_F_H_RCI          { margin:9px 0 0 10px; }
-.U_MD_F_H_RCO          { }
-.U_MD_F_H_RCOO         { width:35px; height:35px; margin:10px 0 0 10px; position:relative; }
-.U_MD_F_H_RCOO div     { display:block; }
-.U_MD_F_H_RCOON        { float:left; width:35px; height:35px; }
-.U_MD_F_H_RCOONTw      { float:left; width:35px; height:35px; }
-.U_MD_F_H_RCOI         { background-color:#60e480; color:White; text-align:center; width:18px; height:18px; line-height:18px; position:absolute; top:-5px; left:-5px; font-size:10px; border-radius:50%;}
-.U_MD_F_H_RCT          { width:100%; height:102px; margin-top:15px; }
-.U_MD_F_H_RCTS         { width:30px; height:30px; margin-left:12px; }
-.U_MD_F_H_RCTS img     { width:28px; height:28px; border:1px solid #e4e4e4; border-radius:50%; }
-.U_MD_F_H_RCTZ         { background-position:-560px -195px; width:20px; height:30px; margin:7px 0 0 20px; }
-.U_MD_F_H_RCTX         { color:#707070; font-family:arial,sans-serif; margin:3px 0 0 9px; line-height:15px; }
-.U_MD_F_H_RD           { font-size:30px; color:#ABABAB; padding-bottom:20px; text-align:center; line-height:0px; margin:10px 0 0 10px; cursor:pointer; }
-.U_MD_F_H_RD:hover     { color:Black; }
+.U_MD_U_NP_XIY {
+    background-position: -10px -70px;
+}
 
-/*选择联系人*/
-.U_MD_F_RC_box          { display: table; width: 100%;}
-.U_MD_F_RC_SHOW         { border-left: 1px solid #e9e9e9}
-.U_MD_F_RC              { display: table-cell; width: 50%; background-color:#f3f3f3; vertical-align: top}
-.U_MD_F_RC_T            { overflow: hidden;}
-.U_MD_F_RC_TL           { height:25px; font-weight:bold; font-size:15px; }
-.U_MD_F_RC_TLC          { float:left; }
-.U_MD_F_RC_TLI          { float:right; }
-.U_MD_F_RC_S            { position:relative; overflow: hidden; margin:9px 13px 0; text-align:center; padding-bottom: 9px;border-bottom: 1px solid #e9e9e9;}
-.U_MD_F_RC_S    div     { float: none}
-.U_MD_F_RC_SS           {display:inline-block;width: 99%;height:26px;border:1px solid #CCC;border-radius: 4px;background-color:#fff;overflow: hidden;}
-.U_MD_F_RC_SS   input   {width:100%;line-height:normal;line-height:26px\9;height:26px;color:#787878;padding:0 !important;border: 0;text-indent: 3px;}
-.U_MD_F_RC_C            { height:415px; overflow-y:auto; position:relative; }
-.U_MD_F_RC_CA           { position:absolute; top:50%; font-size:18px; text-align:center; color:#999; width:100%; margin-top:-30px; }
-.U_MD_F_RC_CO           { height:35px; margin-top:5px; padding:5px 0; cursor:pointer; }
-.U_MD_F_RC_CO   div     { float:left; }
-.U_MD_F_RC_CO:hover     { background-color:#eee; }
-.U_MD_F_RC_COI          { width:25px; height:25px; background-position:-816px -60px; margin:8px 0 0 10px; }
-.U_MD_F_RC_COI:hover,.U_MD_F_RC_COIO         { background-position:-786px -60px; }
-.U_MD_F_RC_COC          { width:150px; margin-left:15px; height:100%; }
-.U_MD_F_RC_COC  img     { float:left; width:35px; height:35px; border-radius:50%; cursor:pointer; }
-.U_MD_F_RC_COCN         { float:left; height:35px; margin-left:10px; width:100px; line-height:35px; }
-.U_MD_F_RC_D            {/* position: absolute; *//* bottom: 0; */width: 100%;border-top: 1px solid #e9e9e9;padding: 4px 12px 4px 0;box-sizing: border-box;background-color: #f3f3f3;}
-.U_MD_F_RC_DQ           { float:right;  text-align:center; height:25px; line-height:25px; cursor:pointer; border-radius: 6px;}
-.U_MD_F_RC_DQ:hover     { background-color:#999; color: #fff}
-.U_MD_F_RC_DQO          { background-color:#347FDB; margin-left:10px; width: 100px; color: #fff}
-.U_MD_F_RC_DQC          { width: 72px; background-color:#fff; border:1px solid #cbd3e3;box-sizing: border-box;}
-.U_MD_F_RC_DQO:hover    { background-color:#26CA26; }
-.U_MD_F_RC_FS           { line-height: 25px; margin-left: 10px; cursor:pointer}
-.U_MD_F_RC_FS:hover     { border-bottom:1px solid #999}
-.U_MD_F_RC_C_P          { font-size: 14px; margin: 25px 13px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #e9e9e9}
-.U_MD_F_RC_C_C_A        { margin-top:10px; margin-left: 10px}
-.U_MD_F_RC_C_C_A > img  { width: 40px; vertical-align: middle;}
-.U_MD_F_RC_C_C_A > span { vertical-align: middle; padding-left: 10px}
-.U_MD_F_RC_GF           {cursor: pointer;padding: 5px 10px;}
-.U_MD_F_RC_GF:hover     { background-color: #e9e9e9}
-.U_MD_F_RC_GF > img     { vertical-align: middle}
-.U_MD_F_RC_GF > span    { vertical-align: middle; font-size: 14px}
-.U_MD_F_RC_Join         { margin-left: 32px; font-weight:bold; font-size: 14px}
-.U_MD_F_RC_Join_txt     { padding-top: 40px;}
-.U_MD_F_RC_Join_btn     { display:inline-block; padding: .5em 1em; margin-top: 6px; background-color:rgb(41, 103, 167);color: #fff; cursor:pointer}
-.U_MD_F_RC_Join_btn:hover   { background-color:#26CA26; }
+.U_MD_U_NP_XIB {
+    background-position: -10px -148px;
+}
 
-/*好友窗体*/
-.U_MD_F_W       { margin-top:7px;  }
-.U_MD_F_W_S      { color:#eee; font-size:15px; line-height:15px; width:15px; height:10px; margin-left:10px; }
-.U_MD_F_W_X      { background-color:#F5F5F5; padding:6px 8px 8px 6px;  border-radius:18px; line-height:20px;  overflow:hidden; max-height:37px; }
+.U_MD_U_NP_XID {
+    background-position: -395px -148px;
+}
 
-/*好友分组*/
-.U_MD_F_G           { width:200px; margin:25px auto; float:none; }
-.U_MD_F_G input     { width:195px; }
-/*弹出好友添加*/
-.U_MD_F_A          { float:left;width:100%;height:78px;margin-top:12%;text-align:center}
-.U_MD_F_RA           {float: left;width: 20%;margin-left: 3.5%;background: #f6f6f6;line-height:78px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;cursor:pointer}
-.U_MD_F_RA_E          {float: left;width: 20%;margin-left: 3.5%;height: 30px;background: #f6f6f6;border:1px solid #d9d9d9;border-radius:4px;padding-top: 24px;padding-bottom: 24px;font-size:14px;cursor:pointer}
+.U_MD_U_NP_XIH {
+    background-position: -395px -450px;
+}
 
+.U_MD_U_NP_XIZ {
+    background-position: -25px -702px;
+}
 
-/*提示*/
-.U_MD_F_A_T { font-size: 15px; font-family: "宋体"; padding: 20px 10px; }
-.U_MD_F_A_T_All { width: 158px; height: 24px; margin: 0 auto; }
-.U_MD_F_A_T_OFF { float: left; font-size: 14px; font-family: "宋体"; padding: 4px 13px; background: #999999; /* border-radius: 5px; */ color: #fff; /* margin-left: 50%; */ margin-right: 50px; cursor: pointer; }
-.U_MD_F_A_T_OUT { float: left; font-size: 14px; font-family: "宋体"; padding: 4px 13px; background: #999999; /* border-radius: 5px; */ color: #fff; /* margin-left: 50%; */ cursor: pointer; }
-.U_MD_F_A_T_OFF:hover { background: #347fdb; }
-.U_MD_F_A_T_OUT:hover { background: #347fdb; }
+.U_MD_U_NP_XW {
+    float: left;
+    width: 100%;
+    height: auto;
+    margin-top: 30px
+}
 
-.U_MD_F_A_S          { width:26px; height:26px; background-position:-622px -118px; border-radius:50%; margin:1px 0 0 8px; display:inline; float:left; cursor:pointer; }
+.U_MD_U_NP_XWT {
+    border-bottom: 1px solid #cecece;
+    float: right;
+    width: 421px;
+    height: 18px;
+    margin: 17px 15px 0 0;
+    padding-bottom: 5px;
+    color: #a2a2a2;
+}
 
-.U_MD_F_A_AddNewGrouper {background:#e5e5e5;padding:5px 0px 5px 5px}
+.U_MD_U_NP_XWT div {
+    float: left;
+    margin-left: 30px;
+    cursor: pointer;
+}
 
+.U_MD_U_NP_XWT div:hover {
+    color: #484848;
+}
 
-/***<jscompress sourcefile="FriendRight.css" />*/
-.test { background: Red; }
-.U_MD_F_G_Y_Div { height: 200px; margin: 10px; float: left; }
-.U_MD_F_G_Y_Div:hover { background: lightblue; cursor: pointer; }
-.U_MD_F_G_Div { display: none; width: 130px; position: absolute; z-index: 999; border: 1px solid #dcdcdc; }
-.U_MD_F_G_Div2 { display: none; width: 100px; height: 25px; position: absolute; z-index: 999; border: 1px solid #999; }
-.U_MD_F_G_Div_Child { width: 100%; height: 50%; text-align: center; background: #fff; color: white; cursor: _context-menu; line-height: 25px; color: black; position: relative; }
-.U_MD_F_G_Div_Child2 { width: 100%; height: 100%; text-align: center; background: #fff; color: white; cursor: pointer; line-height: 25px; color: black; }
-.U_MD_F_G_Div_Children { width: 100px; background: #fff; position: absolute; z-index: 999; display: none; box-shadow: 3px 4px 7px #888888; right: -102px; top: 50px; border: 1px solid #DCDCDC; }
-.U_MD_F_G_Div_Children_A { width: 100%; text-align: center; background: #fff; color: white; cursor: _context-menu; line-height: 25px; color: black; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
-.U_MD_F_G_Div_Children_A:hover { background: rgb(217,237,249) !important; }
-.U_MD_F_G_Div_Child:hover { background: rgb(217,237,249) !important; }
-.U_MD_F_G_Div_Child2:hover { background: rgb(217,237,249) !important; }
-.U_MD_F_G_Div_Q { height: 32px; line-height: 32px; text-indent:10px; font-size: 13px; width: auto; cursor:pointer; margin:1px 10px; }
-.U_MD_F_G_Div_QO, .U_MD_F_G_Div_Q:hover { background: rgb(217,237,249) !important; border-left:1px solid #87C4ED; border:1px solid #87C4ED; height:30px; line-height:30px; margin:1px 9px; }
-.U_MD_F_G_Div_QQ, .U_MD_F_G_Div_Q:hover {background: rgb(217,237,249) !important; border-left:1px solid #87C4ED; border:1px solid #87C4ED;}
+.U_MD_U_NP_XWC {
+    float: left;
+    margin: 20px 0 0 70px;
+}
 
-/*好友界面右上角设置*/
-.U_MD_F_G_S_Wrap { overflow: hidden; margin: 25px 10px 10px 25px; max-width: 363px; float:left; }
-.U_MD_F_G_S_A { width: 100%; overflow: hidden; }
-.U_MD_F_G_S_B { width: 75px; height: 42px; vertical-align: middle; padding: 22px 15px; border: 1px solid #e4e4e4; font-size: 16px; text-align: center; float: left; margin: 50px 0px 10px 18px; cursor: pointer; background: rgb(246,246,246); border-radius: 5px; }
-.U_MD_F_G_S_B:hover { background: lightblue !important; }
-.U_MD_F_G_S_C { width: 65px; margin: 25px auto; }
-.U_F_R_S_Input { margin: 15px 10px 10px 61px; }
+.U_MD_U_NP_XWCF {
+    font-size: 30px;
+    font-weight: 100;
+    color: #383838;
+}
 
-/*删除*/
-.U_MD_F_G_D       {   }
-.U_MD_F_G_D_A     { overflow: auto; margin: auto; font-size: 23px; padding-top: 20px; }
-.U_MD_F_G_D_AL    { float:left; margin-left:15px; }
-.U_MD_F_G_D_AL img { width: 40px; height: 40px; cursor:pointer; }
-.U_MD_F_G_D_AR    { float:left; margin-left:10px; line-height: 46px; }
-.U_MD_F_G_D_B { margin-top: 1%; }
-.U_MD_F_G_D_C { color: green; float: left; font-size: 32px; }
-.U_MD_F_G_DelP1 { display: block; font-size: 14px; margin-top: 1px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
-.U_MD_F_G_DelP2 { display: block; font-size: 13px; margin-top: 3px; color: #999; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
-.U_MD_F_G_DelSpan { font-size: 11px; display: block; margin:0 auto; padding:36px 15px 6px 15px; }
-/*右键菜单功能*/
+.U_MD_U_NP_XWCC {
+    font-size: 14px;
+    color: #5b5b5b;
+    width: 270px;
+    line-height: 25px;
+}
 
-/*移动设置*/
-.U_MD_F_G_Y_D     {  }
-.U_MD_F_G_Y_DT    { padding:10px 0 10px 10px; font-size:14px; }
-.U_MD_F_G_Y_DS    { padding-bottom:10px; }
+.U_MD_U_NP_XWCB {
+    width: 100px;
+    height: 33px;
+    float: left;
+    margin-top: 10px;
+    cursor: pointer;
+}
 
-/***<jscompress sourcefile="FriendSearch.css" />*/
-/*搜索框的处理*/
-.U_MD_F_S { width: 70%; position: absolute; border: 1px solid #444; background-color: #fff; z-index: 10; border-radius: 1px; overflow: visible; }
-.U_MD_F_S_T { height: 25px; line-height: 23px; background-color: #404040; overflow: hidden; color: White; font-size: 14px; overflow: hidden; }
-.U_MD_F_S_TI { text-indent: 10px; color: White; line-height: inherit; font-size: 14px; line-height: 23px; float: left; }
-.U_MD_F_S_TO { line-height: 25px; font-size: 14px; height: 25px; float: left; color: #FFF; }
-.U_MD_F_S_TO div { float: left; cursor: pointer; height: 30px; padding: 0 3px; }
-.U_MD_F_S_TO div:hover, .U_MD_F_S_TOS { border-bottom: 2px solid #FFF; color: #ddf3ff; }
-.U_MD_F_S_TL { margin-left: 25px; }
-.U_MD_F_S_TR { margin-left: 15px; }
-.U_MD_F_S_TD { margin-left: 15px; width: 430px; height: 25px; float: left; }
-.U_MD_F_S_TDL { width: 350px; height: 25px; background-color: #FFF; border-radius: 5px; float: left; }
-.U_MD_F_S_TDL input { color: #999; border: 0; outline: 0; padding: 0 0 0 10px; width: 350px; height: 25px; line-height: normal; line-height: 25px\9; font-family: 微软雅黑; font-size: 14px; background-color: transparent; margin: 0; }
-.U_MD_F_S_TDR { width: 60px; margin-left: 10px; background-color: #00C224; height: 25px; line-height: 25px; text-align: center; font-size: 14px; border-radius: 5px; float: left; color: #FFF; cursor: pointer; }
-.U_MD_F_S_C { width: 100%; position: relative; /*overflow: hidden;*/ }
-.U_MD_F_S_CO { text-align: left; overflow: auto; }
-.U_MD_F_S_CT { margin: 7px 0 0 20px; color: #111; font-family: 宋体; font-size: 13px; }
-.U_MD_F_S_CX { padding: 1px 10px 20px 45px; overflow: hidden; margin: auto; }
-.U_MD_F_S_CXT { width: 100%; text-align: center; font-size: 37px; color: #999; margin-top: 130px; }
-.U_MD_F_S_CXO { width: 140px; height: 135px; padding-top: 10px; background-color: #EEE; border: 1px solid #666; margin: 15px 7px 0 6px; border-radius: 5px; float: left; cursor: pointer; }
-.U_MD_F_S_CXO:hover .U_MD_F_S_CXODO, .U_MD_F_S_CXODT { background-color: #00B1F4; }
-.U_MD_F_S_CXO:hover .U_MD_F_S_CXODT, .U_MD_F_S_CXODO { background-color: #01D729; }
-.U_MD_F_S_CXOT { height: 30px; line-height: 30px; padding-left: 10px; }
-.U_MD_F_S_CXOTL { width: 30px; height: 30px; float: left; cursor: pointer; }
-.U_MD_F_S_CXOTL img { width: 30px; height: 30px; }
-.U_MD_F_S_CXOTR { width: 80px; margin-left: 10px; font-size: 13px; float: left; cursor: pointer; }
-.U_MD_F_S_CXOZ { height: 70px; margin: 5px 0 0 10px; line-height: 20px; font-family: 宋体; }
-.U_MD_F_S_CXOZS { margin-top: 2px; color: #999; }
-.U_MD_F_S_CXOZZ { margin-top: 2px; color: #999; }
-.U_MD_F_S_CXOZZ span { color: #006699; font-size: 18px; margin-left: 1px; font-family: 微软雅黑; line-height: 24px; }
-.U_MD_F_S_CXOD { height: 30px; line-height: 30px; width: 100%; text-align: center; color: #FFF; cursor: pointer; border-radius: 0 0 5px 5px; font-size: 14px; }
-
-.U_MD_F_S_CD { width: 100%; height: 30px; position: absolute; bottom: 0px; }
-.U_MD_F_S_CA { position: absolute; top: 3px; right: 0px; width: 80px; display: table-cell; vertical-align: middle; }
-.U_MD_F_S_S { width: 20px; height: 20px; background-position: -874px -61px; float: right; margin-right: 3px; cursor: pointer; }
-.U_MD_F_S_S:hover { background-position: -850px -61px; }
-.U_MD_F_S_D { background-position: -592px -252px; float: right; margin-right: 7px; width: 20px; height: 20px; cursor: pointer; }
-.U_MD_F_S_D:hover { background-position: -622px -231px; }
-.U_MD_F_S_F { background-position: -620px -256px; float: right; margin-right: 10px; width: 20px; height: 20px; cursor: pointer; }
-.U_MD_F_S_F:hover { background-position: -620px -273px; }
-
-
-.U_MD_F_S_Local_NoData{ text-align:center; line-height:100px;  }
-
-.U_MD_F_S_Local_Result { line-height:35px; text-indent:10px; height:35px; padding:9px 0 9px 18px; }
-.U_MD_F_S_Local_Result:hover,.U_MD_F_S_Local_Result_Hover {background-color: #D0E2EE!important; border-top: 1px solid #87C4ED; border-bottom: 1px solid #87C4ED; padding: 8px 0 8px 18px;}
-
-
-.U_MD_F_S_Pop   { display:none; }
-.U_MD_F_S_Pop_Head { height:70px; background-color:#428DDB; color:#FFF; padding:15px 0; }
-.U_MD_F_S_Pop_Head_Nav  { width:324px; margin:0 auto; height:25px; line-height:25px; }
-.U_MD_F_S_Pop_Head_Nav_font { float:left; height:20px; text-align:center; line-height:20px; border-left:2px solid #DDD; font-size:18px; }
-.U_MD_F_S_Pop_Head_Nav_font span    { margin:0 20px; cursor:pointer; }
-.U_MD_F_S_Pop_Head_Nav_fonto, .U_MD_F_S_Pop_Head_Nav_font span:hover   { border-bottom:2px solid #FFF; }
-.U_MD_F_S_Pop_Head_S    { width:596px; height:30px; line-height:30px; margin:10px auto 0 auto; }
-.U_MD_F_S_Pop_Head_S_L  { width:490px; height:30px; float:left; }
-.U_MD_F_S_Pop_Head_S_L  input { width:488px; border:0; outline:0; height:30px; line-height:normal; line-height:30px\9; color:#999; text-indent:8px; }
-.U_MD_F_S_Pop_Head_S_R  { width:96px; margin-left:10px; height:30px; text-align:center; background-color:#3A3A3A; float:left; font-size:14px; }
-.U_MD_F_S_Pop_Content   { overflow:auto; }
-.U_MD_F_S_Pop_Content_M { margin:auto; }
-.U_MD_F_S_Pop_Content_G { width:213px; height:128px; border:1px solid #DDD; margin:10px 0 0 10px;  overflow:auto; float:left; cursor:pointer; }
-.U_MD_F_S_Pop_Content_G:hover{background-color:#e4f5ff;}
-.U_MD_F_S_Pop_Content_G_T   { height:70px;  padding:8px 10px; }
-.U_MD_F_S_Pop_Content_G_T_L   { width:55px; height:55px; float:left; }
-.U_MD_F_S_Pop_Content_G_T_L img   { width:55px; height:55px; border-radius: 50%;  }
-.U_MD_F_S_Pop_Content_G_T_R { float:left; margin-left:10px; width:120px; overflow:hidden; }
-.U_MD_F_S_Pop_Content_G_T_R_T   { font-size:13px; width:100%; font-size:16px; }
-.U_MD_F_S_Pop_Content_G_T_R_C   { width:100%; font-size:15px; color:#CCC; margin-top:5px; }
-.U_MD_F_S_Pop_Content_G_T_R_B   { width:100%; font-size:14px; margin-top:5px; }
-.U_MD_F_S_Pop_Content_G_B   { width:100%; border-top:1px solid #DDD; }
-.U_MD_F_S_Pop_Content_G_B_A { float:right; margin:8px 8px 0 0; width:50px; height:25px; line-height:25px; color:#FFF; background-color:#9FCBF9; text-align:center; font-size:14px; }
-.U_MD_F_S_Pop_Loading   { width:100%; height:25px; position:relative; }
+.U_MD_U_NP_XWCBY {
+    background-position: -406px -80px;
+}
 
-/***<jscompress sourcefile="FriendWindow.css" />*/
-.U_MD_F_W_Face { background-image: url(/img/facelogo.png); background-repeat: no-repeat; background-position: center; margin-right: 5px; }
-.U_MD_F_W_Face:hover { background-image: url(/img/facelogohover.png); background-repeat: no-repeat; background-position: center; margin-right: 5px; }
+.U_MD_U_NP_XWCBY:hover {
+    background-position: -406px -123px;
+}
 
+.U_MD_U_NP_XWCBB {
+    background-position: -34px -81px;
+}
 
-/***<jscompress sourcefile="Group.css" />*/
-/*好友群*/
-.U_MD_F_G             { /*min-height:470px;*/ }
-.U_MD_F_GT            { height:50px; }
-.U_MD_F_GT    img     { border-radius:50%; cursor:pointer; }
-.U_MD_F_GTH           { width:40px; height:100%; margin-top:10px; }
-.U_MD_F_GTT           { margin-top:10px; }
-.U_MD_F_GC            { width:400px; }
-.U_MD_F_GM            { float:left; }
-.U_MD_F_GCTLC         { /*float:right;*/ }
+.U_MD_U_NP_XWCBB:hover {
+    background-position: -408px -81px;
+}
 
-/*添加群*/
-.U_MD_F_Add             { background-color:White; padding:6px 0px 10px 10px; overflow:hidden; display:none; }
-.U_MD_F_Add_T            { background-color:White; }
-.U_MD_F_Add_TA           { }
-.U_MD_F_Add_TL           { float:left; width:20px; height:20px; background-position:-725px -29px; cursor:pointer; }
-.U_MD_F_Add_TL:hover     { background-position:-754px -29px; }
-.U_MD_F_Add_TN           { height:30px; }
-.U_MD_F_Add_TNL          { margin-left:12px; height:32px; width:202px; border-radius:4px; overflow:hidden; background-color:#FFF;  }
-.U_MD_F_Add_TNLFZ        { margin-left:60px; height:32px; width:202px; border-radius:4px; overflow:hidden; background-color:#FFF;  }
-.U_MD_F_Add_TNLFZ  input { color:Black; height:25px; line-height:25px;border: 1px solid #666; border-radius: 5px;}
-.U_MD_F_Add_TNL  input   { color:Black; height:25px; line-height:25px;border: 1px solid #666; border-radius: 5px;}
-.U_MD_F_Add_TNMO         { margin-top:10px; overflow:hidden; padding:5px 0; border-bottom:1px solid #DCDCDC; }
-.U_MD_F_Add_TNM          { font-size:15px; font-weight:bold; text-align:right; width:72px; float:left; height:30px; line-height:30px; }
-.U_MD_F_Add_TNM_TIT      { font-size: 14px; }
-.U_MD_F_Add_TNM_ADD      { float: right; margin-right: 25px; margin-top: 5px; }
-.U_MD_F_Add_TNM_Number   { float: left;font-size:14px;margin-left: 4px;line-height:30px;}
-.U_MD_F_Add_TNM_ADDI     { width: 22px; height: 22px; cursor:pointer; }
-.U_MD_F_Add_C_D          { height: 30px; border-bottom:1px solid #DCDCDC }
-.U_MD_F_Add_C_T          { float: left; width:32%; margin-left:2%; text-align:left; text-indent:3px; } 
-.U_MD_F_Add_TNC          { width:257px; float:left; }
-.U_MD_F_Add_TNC  input   { width:250px; border-radius: 3px;background: rgba(255,255,255,1);border:1px solid rgba(157,157,157,1); }
-.U_MD_F_Add_TJ           { margin-top:8px; overflow:hidden; }
-.U_MD_F_Add_TJO          { width:262px; height:96px; background-color:#FFF;  }
-.U_MD_F_Add_TJO  textarea   { width:253px; height:84px; overflow:hidden; outline:0; background:gba(255,255,255,1); border:1px solid rgba(157,157,157,1);border-radius:3px;padding: 0 0 0 2px;}
-.U_MD_F_Add_TN           { }
-.U_MD_F_Add_C            { display:block;overflow:hidden; overflow-y:auto; padding:8px 0; max-height:232px; height:232px; }
-.U_MD_F_Add_CM           { line-height:320px; text-align:center; color:#BDBDBD; font-size:30px; }
-.U_MD_F_Add_CO           { float:left; width:100%; height:30px; margin-top:15px; cursor:pointer; }
-.U_MD_F_Add_COM          {  font-size:15px; font-family:arial,sans-serif; height:30px; line-height:30px; text-align:center; float:left; text-align:left; text-indent:4px; width:110px;}
-.U_MD_F_Add_CO    img    { width:30px; height:30px; border-radius:50%; cursor:pointer; float:left; margin-left:5px; }
-.U_MD_F_Add_CA           { height:80px; background-color:#ccc; border-radius:50%; color:#888; text-align:center; font-size:60px; line-height:75px; font-weight:100; }
-.U_MD_F_Add_D            { height:25px; margin:10px 0 10px 0; float:right; }
-.U_MD_F_Add_D    div     { float:left; margin-right:15px; width:100px;height:32px; line-height:32px; text-align:center; color:White; border-radius:5px;font-size:16px; }
-.U_MD_F_Add_DQ           { background-color:#347FDB; width:80px; cursor:pointer; }
-.U_MD_F_Add_DX           { background-color:#999; width:50px; cursor:pointer; }
-.U_MD_F_Add_DX:hover     { background-color:#B3B3B3; }
-.U_MD_F_Add_DQ:hover     { }
-.U_MD_F_Add_B            { width:92px;height:28px;background:rgba(237,0,0,1);border-radius:3px; margin:5px auto 0px auto; line-height:28px; text-align:center; font-size:13px; color:rgba(255,255,255,1); cursor:pointer; }
-
-.U_MD_F_Add_R        { width: 32%; height: 30px; float: left; }
-.U_MD_F_Add_R    img { width: 20px; height: 20px; border-radius: 0; margin:3px 0 0  21px; }
-.U_MD_F_Add_RS   img    { margin-left:15px; }
-.U_MD_F_Add_TNM_ADD2     {display:none; height: 16px;line-height: 30px;}
-.U_MD_F_Add_TNM_ADD2>a   {color: #2F8BEC;}
+.U_MD_U_NP_XWCBD {
+    background-position: -258px -81px;
+}
 
+.U_MD_U_NP_XWCBD:hover {
+    background-position: -632px -81px;
+}
 
-/***<jscompress sourcefile="Message.css" />*/
-.U_MD_D_MG_OO        { height:35px; overflow:hidden; cursor:pointer; padding:5px; color:#000;background:#fff; }
-.U_MD_D_MG_OO    div { float:left; }
-.U_MD_D_MG_OO:hover  { background-color:#f2f2f2; }
-.U_MD_D_MG_OOI       {  height:40px; margin-left:5px; }
-.U_MD_D_MG_OOI   img { width:40px; height:40px; border-radius: 50%; }
-.U_MD_D_MG_OON       { max-width:75px; height:15px; line-height:15px; margin-left:10px;color:#0f709d;}
-.U_MD_D_MG_Count{float: right; width: 14px; height: 14px; border-radius: 50%; background: #FF3B1C; color: White; text-align: center;line-height: 13px;}
-.U_MD_D_MG_OONT{max-width:100px; height:25px; line-height:25px; margin-left:10px;}
-.U_MD_D_MG_OOC       { width:25px; height:25px; line-height:34px; float:right; color:#04aae8; margin-right:5px; }
-.U_MD_D_MG_OONC      { color:rgba(157,157,157,1);}
-
-
-.U_MD_U_UV_IAC          { width:100%; height:200px; border-bottom:1px solid #BBB; font-size:14px; overflow:hidden; }
-.U_MD_U_UV_IAC2          { width:100%; height:480px; border-bottom:1px solid #BBB; font-size:14px; overflow:hidden;background: #fff; }
-.U_MD_U_UV_IACA         { width:100%; height:100%; overflow:hidden; }
-.U_MD_U_UV_IACL         { width:90px; float:left; padding:0 10px; border-right:1px solid #BBB; height:100%; }
-.U_MD_U_UV_IACL2        { width:135px; float:left; padding:40px  0 0 30px; border-right:1px solid #BBB; height:100%;background: rgba(236,240,248,1); }
-.U_MD_U_UV_IACLT        { margin-top:10px; } 
-.U_MD_U_UV_IACLT    img     { width:90px; height:90px; }
-.U_MD_U_UV_IACLT2    img     { width:110px; height:110px;border-radius: 50%; }
-.U_MD_U_UV_IACLB        {}
-.U_MD_U_UV_IACLB    div     { margin-top:6px; line-height:20px; font-size:14px; }
-.U_MD_U_UV_IACR         { width:279px; float:left; padding-left:10px; height:100%; }
-.U_MD_U_UV_IACR2        { width:494px; float:left; padding-left:10px; height:100%; }
-.U_MD_U_UV_IACRT        { line-height:25px; height:25px; margin-top:10px; }
-.U_MD_U_UV_IACRT2       { float: left;width: 100%;height: 78px;margin-top: 24%;text-align: center; }
-.U_MD_U_UV_IACRTL       { float:left; height:25px;}
-.U_MD_U_UV_IACRTTitle    {float: left; width: 50%; padding-left: 28px;border-radius: 4px;cursor: pointer;}
-.U_MD_U_UV_IACRTTitleTop {float: left; width: 92%; line-height: 57px; border-radius: 4px; font-size: 20px; cursor: pointer; font-weight: 400; color: rgba(5,105,211,1); text-align: left;}
-.U_MD_U_UV_IACRTTitleNote{float: left; color: rgba(158,158,158,1);}
-.U_MD_U_UV_IACRTRefuseBtn{float: left; width: 80px; margin-left: 10px; margin-top: 40px; background: #f6f6f6; line-height: 30px; border: 1px solid #d9d9d9; border-radius: 4px; font-size: 14px; cursor: pointer; text-align: center;}
-.U_MD_U_UV_IACRTAgreeBtn{float: left; width: 80px; margin-left: 10px; margin-top: 40px; background: #c62f2f; line-height: 30px; border: 1px solid #d9d9d9; border-radius: 4px; font-size: 14px; cursor: pointer; color: #fff; text-align: center;}
-.U_MD_U_UV_IACRTR       { float:left; height:25px;  margin-left:10px;  }
-.U_MD_U_UV_IACRTR   input   { width:120px; height:20px; margin:0px; text-indent:3px; line-height:normal; line-height:20px\9; outline:0; border:1px solid #BBB; background-color:#FFF; }
-.U_MD_U_UV_IACRB        { margin-top:10px; width:300px; height:25px; line-height:25px; }
-.U_MD_U_UV_IACRBL       { float:left; }
-.U_MD_U_UV_IACRBR       { float:left; margin-left:10px;  }
-.U_MD_U_UV_IACRBR   select   { min-width:80px; background-color:#FFF; outline:0; border:1px solid #CDCDCD; }
-.U_MD_U_UV_IACT         { margin:40px 10px 0 15px; }
-
-.U_Mark{ width:14px;height:14px;border-radius:50%;background:red;color:White;margin-top:35px;text-align:center}
-
-.U_MD_F_N_IconAnimation{background:rgba(250,250,250,0) url(/img/newsAnime.gif);background-position: -79px;    background-size: 410%;}
-.U_MD_F_N_NoNewsTips{position: absolute;top: 155px;left: 88px;color: #666;font-size: 18px;}
-.U_MD_F_N_MessageTop   {float: right;color: rgba(23,134,237,1);cursor: pointer;margin-right: 10px; font-size:12px;}
-.U_MD_F_N_MessageTop:hover {color:rgba(19,111,196,1);}
-@keyframes doudong {
-            0% {
-                transform: translate(0px, 0px);
-            }
-            50% {
-                transform: translate(0px, -10px);
-            }
-            100% {
-                transform: translate(0px, 0px);
-            }
-        }
+.U_MD_U_NP_XWCT {
+    float: left;
+    margin: 25px 0 0 10px;
+}
 
+.U_MD_U_NP_D {
+    display: none;
+    float: left;
+}
 
+.U_MD_U_NP_DU {
+    float: left;
+    margin: 20px 0 0 65px;
+}
 
+.U_MD_U_NP_DU div {
+    float: left;
+}
 
-/***<jscompress sourcefile="User.css" />*/
+.U_MD_U_NP_DUN {
+    font-size: 22px;
+    color: #5fa1e8;
+}
 
-/***<jscompress sourcefile="LoginAndRegister.css" />*/
-/*整体样式*/
-html        { }
-html, body { overflow:hidden; background-color: #e1e3e4; cursor:default; height: 100%; position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; font-family: lucida, "Hiragino Sans GB" , "微软雅黑" , "WenQuanYi Micro Hei" , sans-serif; color: #333; }
-textarea, div[contentEditable='true'], input, div[class='UF_FW_Message U_MD_D_YesText'] div[class='U_MD_F_H_Z'] { outline: none; -khtml-user-select: text; -moz-user-input: enabled; -moz-user-focus: -moz-all; -webkit-user-select: text; -moz-user-select: -moz-all; -ms-user-select: text; cursor: text; }
-input[type="button"] { border: 0; }
-.U_Img           { background-image:url(/img/YS2017.png); _background-image:url(/img/YSD2014.gif); }
+.U_MD_U_NP_DUF {
+    margin: 15px 0 0 10px;
+}
 
-/*登录注册样式*/
-.U_MD_U_L_login { height: 480px; padding: 0 30px 0 30px; overflow: hidden; display: block; }
-.U_MD_U_L_Top { margin: 18px auto 0 auto; overflow: hidden; }
-.U_MD_U_L_Top_Box { width: 190px; margin: auto;}
-.U_MD_U_R_I { padding: 0 2px; }
-.U_MD_U_L_T { display: none; padding: 0 2px; }
-.U_MD_U_L_overflow { overflow: hidden; }
-.U_MD_U_L_Top_Yun { color: #444; float: none; width: 100%; margin-top: 10px; font-size: 14px; }
-.U_MD_U_L_Top_Yun span { color: #0066cc; cursor: pointer; font-size: 14px; }
-.U_MD_U_L_Top_Yun span:hover { text-decoration: underline; }
-.U_MD_U_L_LS { margin-top: 20px; height: 20px; line-height: 20px; }
-.U_MD_U_L_LS_Checkbox { margin: 3px 0 0 5px; float: left; }
-.U_MD_U_L_LS_Txt { margin-left: 3px; float: left; color: grey; }
-.U_MD_U_L_LS_FP { float: right; color: grey; cursor: pointer; }
-.U_MD_U_L_LS_FP:hover { text-decoration: underline; }
-.U_MD_U_R_Submit, .U_MD_U_L_Login_B { cursor: pointer; margin: 20px auto 0 auto; line-height: 40px; text-align: center; font-size: 15px; color: #fff; border-radius: 4px; background-color: #0079da; box-shadow: 1.5px 3.71px 5px 0 rgba(0,126,255,.37); width: 100%; height: 40px; }
-.U_MD_U_L_Login_B:hover { background-color: #0090FF; }
-.U_MD_U_L_R_B { margin-top: 10px; color: #0066cc; cursor: pointer; height: 20px; font-size: 14px; text-align: right; }
-.U_MD_U_L_R_B:hover { text-decoration: underline; }
-.U_MD_U_F_Container { height: 20px; }
-.U_MD_U_L_login_O { margin-top: 10px; text-align: center; color: #3e3e3e; }
-.U_MD_U_L_login_O_T { margin-top: 18px; height: 58px; width: 100%; font-family: 宋体; }
-.U_MD_U_L_login_O_T_app { height: 20px; cursor: pointer; border-radius: 30px; width: 33.3333%; float: left; text-align: center; }
-.U_MD_U_L_login_O_T_app_I { margin: 2px 0 0 8px; width: 16px; height: 18px; overflow: hidden; margin-left: 37%; display: none; }
-.U_MD_U_L_login_O_T_app_I a, .U_MD_U_L_login_O_T_app_Q div, .U_MD_HomeCOSLQL img { padding: 0; margin: 0; border: 0; }
-.U_MD_U_L_login_O_T_app_QQ { width: 21px; height: 20px; margin-top: 0; }
-.U_MD_U_L_login_O_T_app_QQ div { margin: -2px 0 0 -2px; }
-.U_MD_U_L_login_O_T_app_WX_I { background-position: -815px -1072px; }
-.U_MD_U_L_LB { width: 100%; }
-.U_MD_U_F_RP { margin-top: 10px; }
-.U_MD_U_L_Box_Txt { width: 20px !important; height: 24px; margin-top: 5px; line-height: 18px; float: right; }
-.U_MD_U_L_Box_Txt_Img { width: 20px !important; width: 18px; margin-top: 0px; height: 27px; background-position: -1009px -33px; }
-.U_MD_U_L_Box_Txt_Img_BP { background-position: -947px -33px; }
-.U_MD_U_L_Box_height { margin-top: 15px; padding: 4px 10px; height: 32px; }
-.U_MD_U_L_Box_checkUseNameFormat{ float: left;margin-top: 3px;color: #CD1717;margin-left: 15px;}
-.U_MD_U_L_Box_checkPWFormat{float: left;margin-top: 5px;color: #CD1717;margin-left: 15px;}
-.U_MD_U_L_Box_style { border-width: 1px; border-color: #e5e5e5; border-style: solid; border-radius: 5px; background-color: #fdfdfd; height: 33px; margin-top: 25px; }
-.U_MD_U_L_Box_Border { border: 1px solid #488ee7; }
-.U_MD_U_L_Box_mistakeBorder { border: 1px solid rgba(219,52,52,1); }
-.U_MD_U_L_Box_P_B { background-color: #fff; }
-.U_MD_U_L_Box_U_B { background-color: #fff; }
-.U_MD_U_L_Box_B { background-color: #fff; }
-.U_MD_U_L_Box_style div { }
-.U_MD_U_L_Box_style input { line-height: normal; line-height: 33px\9; height: 33px; width: 245px; color: #000; padding: 0; }
-.U_MD_U_L_Box_style i {display: block; height: 21px; line-height: 21px; font-size: 14px; margin: -25px 0 0 0; color: #aeaeae; font-size: 12px; text-indent: 0.7em; font-style:normal; }
-.U_MD_U_R_VC { width: 100%; margin-top: 25px; height: 42px; }
-.U_MD_U_R_VC_I { width: 139px; padding-top: 10px; float: left; background-color: #fff; border-radius: 5px; border-width: 1px; border-color: #e5e5e5; border-style: solid; }
-.U_MD_U_R_VC_I input { line-height: normal; line-height: 22px\9; width: 140px; height: 22px; }
-.U_MD_U_R_VC_I i { display: block; height: 21px; line-height: 21px; color: #aeaeae; padding: 0; margin: -21px 0 0 0; line-height: 21px; width: 132px; text-indent: 10px; }
-.U_MD_U_R_VC_Img { width: 88px; height: 26px; float: left; margin: 7px 0 0 10px; }
-.U_MD_U_R_VC_Img img { width: 90px; height: 30px; }
-.U_MD_U_R_VC_Img_R { margin-left: 8px; color: #808080; line-height: 62px; float: left; cursor: pointer; }
-.U_MD_U_R_VC_Img_R:hover { text-decoration: underline; }
-.U_MD_U_R_Protocol { margin-top: 27px; width: 100%; height: 21px; line-height: 21px; }
-.U_MD_U_R_Protocol_O { float: left; margin-left: 10px; color: #444; }
-.U_MD_U_R_Protocol_O span { color: red; cursor: pointer; }
-.U_MD_U_R_Protocol_O span:hover { text-decoration: underline; }
-.U_MD_U_F_T { color: grey; font-size: 14px; border-bottom: 1px solid #d6d7d8; padding-bottom: 12px; width:197px; margin:10px auto 0 auto; }
-.U_MD_U_F_T_span { /* cursor:pointer; */ }
-.U_MD_U_F_T_span:hover { /* text-decoration:underline */ }
-.U_MD_U_F_Submit { background-color: #FF2B2A; box-shadow: none; margin-top: 34px; }
-.U_MD_U_F_BL { margin-top: 33px; height: 20px; line-height: 20px; }
-.U_MD_U_F_BL_O { float: right; margin-right: 10px; color: grey; font-size: 14px; cursor: pointer; }
-.U_MD_U_F_BL_O:hover { text-decoration: underline; }
-.U_MD_U_F_T span img { position: relative; right: 9px; top: 5px; }
-.U_MD_U_F_T span img:last-child { top: 2px; }
-.U_MD_U_F_T span { cursor: pointer; padding:10px 20px; }
-.U_MD_U_F_T_Hover { border-bottom: 1px solid #7F8081; }
-/* .U_MD_U_F_T>span:hover{border-bottom: 1px solid #7F8081;} */
-/*外链登录*/
-.U_MD_U_OT_B { background-color: #fff; }
-.U_MD_U_OT_T { width: 100%; padding-top: 15px; }
-.U_MD_U_OT_T_I { height: 245px; padding-left: 25px; }
-.U_MD_U_OT_T_I_T { width: auto; height: 20px; color: Red; font-size: 14px; }
-.U_MD_U_OT_Login { margin-top: 10px; width: 100%; height: 20px; }
-.U_MD_U_OT_Login_I { float: left; font-size: 13px; line-height: 20px; vertical-align: text-bottom; }
-.U_MD_U_OT_Login_I span { font-size: 15px; color: #00d10f; }
-.U_MD_U_OT_Data { margin-top: 23px; width: 350px; }
-.U_MD_U_OT_Data_I { width: 350px; height: 40px; background-color: #e4e4e4; }
-.U_MD_U_OT_Data_I i { margin: -28px 0 0 8px; }
-.U_MD_U_OT_Data input { width: 343px; height: 38px; border: none; outline: 0; color: #666; line-height: normal; line-height: 38px\9; background-color: transparent; padding-left: 5px; }
-.U_MD_U_OT_Data_T { height: 20px; }
-.U_MD_U_OT_Complete { width: 100%; height: 30px; }
-.U_MD_U_OT_Complete div { float: right; height: 30px; color: #fff; font-size: 15px; text-align: center; font-weight: 500; line-height: 30px; cursor: pointer; margin-right: 25px; }
-.U_MD_U_OT_Complete_O { width: 80px; background-color: #3398ff; }
-.U_MD_U_OT_Cancel { width: 65px; background-color: #c1c1c1; }
-
-.U_MD_U_L_Box_I          { overflow:hidden; height:33px; float:left; }
-.U_MD_U_L_Box_I  div     { width:100%; height:100%; }
-.U_MD_U_L_Box_I  input   { border:0; outline:none; line-height:normal; line-height:32px\9;  vertical-align:middle; height:32px; padding:0 0 0 5px; background:none; text-indent: 5px; }
-
-.U_MD_U_L_Top_Img { float: left; background:url("/img/Logo_.png") 0px 0px / 100% 100% no-repeat #e1e3e4;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/Logo_.png,sizingMethod=scale); width: 70px; height: 70px; background-size: contain; }
-.U_MD_U_L_Top_Txt { font-size: 30px; margin: 0 0 0 5px; font-family: 微软雅黑; color: #444444; height: 70px; line-height: 64px; }
-.U_MD_U_L_Top_Txt { font-size: 30px; margin: 0 0 0 5px; font-family: 微软雅黑; color: #444444; height: 70px; line-height: 64px; }
+.U_MD_U_NP_DT {
+    float: left;
+    clear: both;
+    margin: 15px 0 0 55px;
+}
 
+.U_MD_U_NP_DTD {}
 
-/***<jscompress sourcefile="UserView.css" />*/
-/*new*/
-.U_MD_U_P_Uc_B  { height:100%;}
+.U_MD_U_NP_DTDD {
+    margin: 30px 0 0 20px;
+    color: #7e7f7c;
+    width: 600px;
+    float: left;
+}
 
-/*common*/
-.U_MD_U_P_tab_user_inpText   { max-width: 290px; width: 100%; height: 28px; margin-left:35px; padding-left: 10px;border:1px solid #cccccc; border-radius: 6px; color: #A0A0A0;}
-.U_MD_U_P_tab_user_inpText:focus { border:1px solid #2967A7; color: #000000;}
-.U_MD_U_P_tab_user_otherMaxWidth { max-width: 250px }
-.U_MD_U_P_tab_user_errorInp { background-color: #FBE2E2; border: 1px solid #DB3434; color: #DB3434;}
-.U_MD_U_P_tab_user_emptyInp { border: 1px solid #DB3434; }
-.U_MD_U_P_tab_errorAlear    { position: absolute; width: 18px; height: 18px; margin: 6px 0 0 4px; background-position: -763px -3px; background-image: url(/img/YS2017.png);}
-.U_MD_U_P_tab_errorAlear::after { content:attr(alt); color: #DB3434; position: absolute; margin-left: 18px; white-space: pre; font-style: normal;}
-.U_MD_U_P_tab_hidden    { display: none;}
-.U_MD_U_P_tab_show  { display: block: }
+.U_MD_U_NP_DTDD div {
+    float: left;
+}
 
-/*弹框右侧内容*/
-.U_MD_U_P_left    { float:left; height:100%; padding:0 40px; background-color: #F5F5F5}
-.U_MD_U_P_simpleInfo  { margin-top: 27px; text-align: center;}
-.U_MD_U_P_simpleInfo_heads { position:relative; display: block; width: 80px; height: 80px; border-radius: 50%; overflow:hidden; cursor: pointer; }
-.U_MD_U_P_simpleInfo_heads::after    { content:'上传新图片'; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .4); color:#ffffff; line-height: 80px;}
-.U_MD_U_P_simpleInfo_heads:hover::after { visibility: unset; }
-.U_MD_U_P_simpleInfo_name { max-width: 80px; margin-top: 18px; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden;}
-.U_MD_U_P_simpleInfo_address  { margin-top: 8px;}
+.U_MD_U_NP_DTDDA {
+    clear: both;
+    margin-left: 30px;
+}
 
-/*保存取消设置按钮*/
-.U_MD_U_P_right_dataBtn   { position: absolute; right: 10px; bottom: 10px; }
-.U_MD_U_P_right_btn       { display:inline-block; padding: 8px 20px; border-radius: 3px; cursor: pointer; }
-.U_MD_U_P_right_Cbtn    { background-color: #ffffff; border: 1px solid #A6B2C0; color: #7D7D7D;}
-.U_MD_U_P_right_Sbtn    { min-width: 4em; margin-left: 22px; background-color: #2967A7; color: #ffffff; text-align: center;}
-.U_MD_U_P_right_Cbtn:hover  { background-color: #DB3434; color: #ffffff; border: 1px solid transparent;}
-.U_MD_U_P_right_Sbtn:hover  { background-color: #347FDB;}
+.U_MD_U_NP_DTDDS {
+    border: 0;
+    border: none;
+    width: 430px;
+    color: #7e7f7c;
+    float: left;
+    margin-top: 4px;
+}
 
-/*弹框右侧内容+选项卡*/
-.U_MD_U_P_right   { position:relative; float:left; width:503px; height:100%; }
-.U_MD_U_P_tab     { height: 38px; padding-left: 14px; font-size: 14px; border-bottom: 1px solid #4040401a; }
-.U_MD_U_P_tab_item    { display:inline-block; height: 100%; margin-right: 15px;}
-.U_MD_U_P_tab_inp     { position:absolute; visibility:hidden;}
-.U_MD_U_P_tab_label   { display: inline-block; padding: 10px 8px 8px; cursor:pointer; font-family: "PingFangSC-Regular, sans-serif";}
-.U_MD_U_P_tab_label:hover { border-bottom: 2px solid #2967A7; color: #2967A7;}
-.U_MD_U_P_tab_lable_content   { display: none; position:absolute; left:21px; right:104px; font-size: 12px;}
-.U_MD_U_P_tab_lable_content_item  { margin-top:20px }
-.U_MD_U_P_tab_lable_content_item::before  { content:attr(mark); position: absolute; margin: 6px 0 0 -10px; color: red; font-size: 18px; }
-.U_MD_U_P_tab_inp:checked ~ .U_MD_U_P_tab_label  { border-bottom: 2px solid #2967A7; color: #2967A7;}
-.U_MD_U_P_tab_inp:checked ~ .U_MD_U_P_tab_lable_content { display:block; }
+.U_MD_U_NP_DTDDF {
+    line-height: 25px;
+    height: 100%;
+    cursor: pointer;
+    color: #1e85dc;
+    float: right;
+}
 
-/*用户基础信息*/
-.U_MD_U_P_tab_user_textarea  { max-width: 295px; width: 100%; height: 110px; margin-left: 11px; padding:4px; border:1px solid #cccccc; border-radius: 6px; vertical-align: -92px; color: #A0A0A0;}
-.U_MD_U_P_tab_user_textarea:focus   { border: 1px solid #2967A7; color: #000000;}
-.U_MD_U_P_tab_user_sexRadio  { display: inline-block; height: 30px; line-height: 30px; padding-right: 10px; margin-left: 34px;}
-.U_MD_U_P_tab_user_sexRadio > label { cursor:pointer; }
-.U_MD_U_P_tab_user_radio    { margin:0 6px; vertical-align: middle; cursor:pointer; }
+.U_MD_U_NP_DTDCB {
+    line-height: 25px;
+    height: 100%;
+    color: #1e85dc;
+    cursor: pointer;
+}
 
-/*账号安全*/
-.U_MD_U_P_tab_accountRadio  { position: absolute; visibility: hidden; }
-.U_MD_U_P_tab_accountBtn    { display:inline-block; margin-right: 15px; padding:2px 8px; border: 1px solid #727272; border-radius: 4px; color: #727272; font-size: 14px; cursor: pointer; }
-.U_MD_U_P_tab_accountBtn:hover  { background-color: #347FDB !important; border: 1px solid #347FDB !important; color: #ffffff}
-.U_MD_U_P_tab_accountRadio:checked + .U_MD_U_P_tab_accountBtn   { background-color: #007BBB; border: 1px solid #007BBB; color: #ffffff;}
-.U_MD_U_P_tab_lable_account_content { display: none; }
-#U_MD_U_P_tab_modify:checked ~ .U_MD_U_P_tab_modify, #U_MD_U_P_tab_reset:checked ~ .U_MD_U_P_tab_reset  { display: block; }
-.U_MD_U_P_tab_lable_accountNext { display: none; margin-top: 15px;}
-.U_MD_U_P_tab_account_authBtn   { display: inline-block; margin-left: 12px; padding: 6px 14px; border: 1px solid #2967A7; border-radius: 4px; color: #2967A7; vertical-align: top; cursor: pointer; }
-.U_MD_U_P_tab_account_authBtn:hover { background-color: #2967A7; color: #ffffff}
-#U_MD_U_P_authCodeBtn   { min-width: 5em; text-align: center;}
+.U_MD_U_NP_DTDDN {
+    font-size: 15px;
+    float: left;
+}
 
+.U_MD_U_NP_DW {
+    float: left;
+    clear: both;
+    margin: 40px 0 0 50px;
+}
 
-/* 用户信息查看 */
-.U_MD_U_UV                          { top:0px; left:0px; z-index:1000; display:none; border:1px soild #999; position:absolute; height:100%; width:100%; min-width:600px;}/* width:100%; height:100%;  */
-.U_MD_U_UV_Head                     {background-color: #337bc7;color: #fff;overflow: hidden;position: relative;}
-.U_MD_U_UV_Head_Left                { float: left; margin: 16px 16px 30px 22px; font-size: 0}
-.U_MD_U_UV_Head_Left > img          { display:inline-block;width: 90px;height:90px; border:1px solid black; border-radius: 50%}
-.U_MD_U_UV_Head_Middle              { float:left}
-.U_MD_U_UV_Head_Middle_I            { margin-top: 22px; }
-.U_MD_U_UV_Head_Middle_I_N          { font-size: 18px}
-.U_MD_U_UV_Head_Middle_I_T          { max-width: 200px;color:#dbdbdb; margin-top: 4px;white-space: pre;}
-.U_MD_U_UV_Head_Middle_Resource     { padding: 12px 0;}
-.U_MD_U_UV_Head_Middle_Resource_A   { display:table-cell; padding-right: 22px; text-align: center}
-.U_MD_U_UV_Head_Middle_Resource_A > div { font-size: 24px}
-.U_MD_U_UV_Head_Right               {float:right;/* margin-right: 8px; *//* margin-top: 16px; */position: absolute;right: 8px;top: 16px;}
-.U_MD_U_UV_Head_Right_Btn           { background-color: #3790ec; padding: .375em 1em; font-size: 14px; cursor: pointer}
-.U_MD_U_UV_FuncArea                 { background-color: #e2ebe8; padding: 10px 0; color: #fff; }
-.U_MD_U_UV_FuncArea_MarginBox       { display: table; margin-left: 20px; padding: 6px 0; font-size: 14px}
-.U_MD_U_UV_FuncArea_MarginBox_Btn   { margin-right: 8px; padding: 6px 10px; border-radius: 4px; cursor: pointer}
-.U_MD_U_UV_AboutMe                  { margin: 0 26px; overflow:hidden; font-size: 14px}
-.U_MD_U_UV_AboutMe_Left             { float: left; width: 50%; overflow:hidden}
-.U_MD_U_UV_AboutMe_Left > div       { margin-top: 16px}
-.U_MD_U_UV_AboutMe_Right            { /*float: right*/}
-.U_MD_U_UV_AboutMe_Right > div      { margin-top: 16px}
+.U_MD_U_NP_DWP {
+    float: left;
+    margin-left: 30px;
+}
 
+#U_MD_U_NP_DWP {
+    float: left;
+    width: 100%;
+}
 
-/* 背景设置区域 */
-.U_MD_D_Set_BG            { overflow:hidden; }
-.U_MD_D_Set_BG_C           { margin:8px 10px 0 10px; }
-.U_MD_D_Set_BG_A           { background-color:#E9E7E8; padding:0px 10px; margin:10px 10px 0 10px; height:423px; }
-.U_MD_D_Set_BG_O           { margin-top:10px; float:left; padding-bottom:5px; }
-.U_MD_D_Set_BG_OT          { height:30px; line-height:25px; }
-.U_MD_D_Set_BG_OTL         { font-size:15px; float:left; }
-.U_MD_D_Set_BG_OTL  span   { font-size:12px;  }
-.U_MD_D_Set_BG_OTR         { float:left; background-color:#BFBFBF; height:1px; margin:14px 0 0 10px; }
-.U_MD_D_Set_BG_OC          { overflow:hidden; width:100%; }
-.U_MD_D_Set_BG_OCS .U_MD_D_Set_BG_OCO:hover   { border:1px solid transparent; }
-.U_MD_D_Set_BG_OCO         { float:left; margin:10px 0 0 10px; width:124px; height:86px; border:1px solid transparent; background-color:#FFF; cursor:pointer; position:relative; }
-.U_MD_D_Set_BG_OCO:hover   { border:1px solid #009cff; }
-.U_MD_D_Set_BG_OCOO        { border:1px solid -webkit-linear-gradient(left, red , blue); background-color:transparent; margin-left:0; }
-.U_MD_D_Set_BG_OCOOA       { width:45px; height:45px; margin:auto; }
-.U_MD_D_Set_BG_OCOI        { background-position:-508px -1038px; }
-.U_MD_D_Set_BG_OCOIO       { font-size:48px; line-height:42px; text-align:center; color:#AAA; }
-.U_MD_D_Set_BG_OCO  .U_MD_D_Set_BG_OCOC   { width:auto; height:28px;  margin-top:1px;line-height: 28px; font-size: 12px;float: left; }
-.U_MD_D_Set_BG_OCOC        { text-align:center; font-family:宋体; float:left; }
-.U_MD_D_Set_BG_OCOT        { }
-.U_MD_D_Set_BG_OCO div     { margin:auto; width:100%; height:100%; }
-.U_MD_D_Set_BG_uploadByPan {width: 90px; height: 28px;background: rgba(255,255,255,1) ;;border: 1px solid rgba(166,178,192,1);box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);border-radius: 3px;}
-.U_MD_D_Set_BG_uploadByPan:hover {background: rgba(255,255,255,1); color:#3F8BDD;border: 1px solid #3F8BDD !important;}
-.U_MD_D_Set_BG_uploadByPan:hover .U_MD_D_Set_BG_uploadByPanImg{ width: 15px; margin: 9px 8px 0 7px;height: 13px;float: left;background: url(img/U_MD_D_Set_BG_uploadByPanImg2.png) no-repeat;background-size: 100%;}
-.U_MD_D_Set_BG_OCO .U_MD_D_Set_BG_uploadByPanImg{    width: 15px; margin: 9px 8px 0 7px;height: 13px;float: left;background: url(img/U_MD_D_Set_BG_uploadByPanImg.png) no-repeat;background-size: 100%;}
-.U_MD_D_Set_BG_uploadByBenDi {width: 90px; height: 28px;background: rgba(255,255,255,1) ; background-size:16%;border: 1px solid rgba(166,178,192,1);box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);border-radius: 3px;}
-.U_MD_D_Set_BG_uploadByBenDi:hover {background: rgba(255,255,255,1); color:#3F8BDD;border: 1px solid #3F8BDD !important;}
-.U_MD_D_Set_BG_uploadByBenDi:hover .U_MD_D_Set_BG_uploadByBenDiImg{ width: 15px; margin: 9px 8px 0 7px;height: 13px;float: left;background: url(img/U_MD_D_Set_BG_uploadByBenDiImg2.png) no-repeat;background-size: 100%;}
-.U_MD_D_Set_BG_OCO .U_MD_D_Set_BG_uploadByBenDiImg{    width: 15px; margin: 9px 8px 0 7px;height: 13px;float: left;background: url(img/U_MD_D_Set_BG_uploadByBenDiImg.png) no-repeat;background-size: 100%;}
-.U_MD_D_Set_BG_OCO img     { width:auto; height:auto; max-width:100%; max-height:100%; margin:auto; display:block; }
-.U_MD_D_Set_BG_OCO .U_MD_D_Set_BG_OCOIO   { width:45px; height:45px; }
-.U_MD_D_Set_BG_Buutton {     float: right;margin-right: 15px;padding: 0 10px;min-width: 50px;line-height: 25px;text-align: center;color: White;border-radius: 13px;background-color: #347fdb; }
-.U_MD_D_Set_BG_Buutton:hover { background-color:#2163b5; }
-.U_MD_D_Set_BG_Buutton_Cancel {background-color: #999; }
-.U_MD_D_Set_BG_Buutton_Cancel:hover { background-color: #B3B3B3;}
-.U_MD_U_P_C_S { position:absolute;}
+.U_MD_U_NP_DWY {
+    color: #7e7f7c;
+    padding: 13px 25px 0 10px;
+    clear: both;
+}
+
+.U_MD_U_NP_DWY div {
+    float: left;
+}
+
+.U_MD_U_NP_DWYN {
+    margin-top: 10px;
+}
+
+.U_MD_U_NP_DWYS {
+    color: #3e9f24;
+    font-size: 25px;
+    margin-left: 10px;
+}
+
+.U_MD_U_NP_DP {
+    width: 720px;
+    margin: 15px 0 35px 55px;
+    float: left;
+    clear: both;
+    border: 1px solid #cecece;
+    background-color: #7e7f7c;
+}
+
+.U_MD_U_NP_DPH {
+    width: 100%;
+    height: 40px;
+    color: White;
+}
+
+.U_MD_U_NP_DPH div {
+    float: left;
+    margin: 10px 0 0 30px;
+    font-size: 15px;
+    width: 100px;
+    text-align: center;
+}
+
+.U_MD_U_NP_DPI {
+    float: left;
+    clear: both;
+    background-color: White;
+    margin-left: 0px;
+    width: 100%;
+    min-height: 40px;
+}
+
+.U_MD_U_NP_DPIF {
+    width: 650px;
+    margin-left: 30px;
+    border-bottom: 1px solid #cecece;
+}
+
+.U_MD_U_NP_DPIF div {
+    color: #7e7f7c;
+    font-size: 12px;
+}
+
+.U_MD_U_NP_P {
+    display: none;
+    float: left;
+    clear: both;
+    margin: 15px 0 0 40px;
+    color: #7e7f7c;
+    width: 100%;
+}
+
+.U_MD_U_NP_PP {
+    font-size: 18px;
+    width: 100px;
+    float: left;
+}
+
+.U_MD_U_NP_SX {
+    font-size: 12px;
+    color: #1e85dc;
+    cursor: pointer;
+    margin-top: 7px;
+    float: left;
+}
+
+.U_MD_U_NP_PSX {
+    color: #1e85dc;
+    float: left;
+    width: 100px;
+    cursor: pointer;
+    margin: 9px 0 0 580px;
+}
+
+.U_MD_U_NP_PG {
+    float: left;
+    width: 100%;
+}
+
+.U_MD_U_NP_PH {
+    float: left;
+    margin: 35px 0 0 0px;
+    width: 240px;
+}
+
+.U_MD_U_NP_PHV {
+    margin-left: 30px;
+    width: 150px;
+    padding-right: 0;
+}
+
+.U_MD_U_NP_PHV div {
+    font-size: 12px;
+}
+
+.U_MD_U_NP_PH div {
+    float: left;
+}
+
+.U_MD_U_NP_PHM {
+    margin-top: 10px;
+    font-size: 23px;
+}
+
+.U_MD_U_NP_PHH {
+    margin-left: 20px;
+    width: 180px;
+}
+
+.U_MD_U_NP_PHHM {
+    margin-left: 20px;
+    width: 110px;
+}
+
+.U_MD_U_NP_PHHI {
+    width: 50px;
+    height: 50px;
+    float: left;
+}
+
+.U_MD_U_NP_PHHIO {
+    width: 30px;
+    height: 30px;
+    float: left;
+}
+
+.U_MD_U_NP_PHHS {
+    margin: 1px 0 0 10px;
+    font-size: 12px;
+    width: 120px;
+}
+
+.U_MD_U_NP_PHHSS {
+    font-size: 12px;
+}
+
+.U_MD_U_NP_PHHSM {
+    width: 70px;
+    font-size: 12px;
+    line-height: 13px;
+}
+
+.U_MD_U_NP_PseptalLine {
+    background-position: -385px -86px;
+    margin-top: 8px;
+    float: left;
+    width: 5px;
+    height: 25px;
+}
+
+
+/***<jscompress sourcefile="Disk.css" />*/
+
+
+/***<jscompress sourcefile="Disk.css" />*/
+
+.U_MD_DK_Img {
+    background-image: url(/img/YSD20142.png)
+}
+
+.U_MD_DK_L_DiskGE {
+    background-image: url(/img/Disk/UDK_L_Disk-1.png)
+}
+
+.U_MD_DK {
+    display: none;
+    overflow: hidden;
+    min-width: 980px;
+    min-height: 350px;
+    background-color: #fff
+}
+
+.U_MD_DK,
+.U_MD_DK_T {
+    width: 100%;
+    height: 100%
+}
+
+.U_MD_DK_L {
+    float: left;
+    overflow: auto;
+    width: 250px;
+    height: 100%;
+    background-color: #eaeaea;
+    color: #444
+}
+
+.U_MD_DK_LO {
+    padding: 0 5px
+}
+
+.U_MD_DK_LI {
+    margin-top: 10px;
+    padding: 0 8px;
+    width: 191px;
+    height: 90px
+}
+
+.U_MD_DK_LIL {
+    float: left;
+    width: 90px;
+    height: 90px
+}
+
+.U_MD_DK_LIL img {
+    width: 90px;
+    height: 90px;
+    border-radius: 50%;
+    cursor: pointer
+}
+
+.U_MD_DK_LIR {
+    float: left;
+    margin: 3px 0 0 11px;
+    width: 90px
+}
+
+.U_MD_DK_LIRN {
+    width: 100%;
+    font-size: 1pc
+}
+
+.U_MD_DK_LIRZ {
+    width: 100%;
+    color: #000
+}
+
+.U_MD_DK_LIRS,
+.U_MD_DK_LIRZ {
+    margin-top: 10px;
+    font-family: arial, sans-serif
+}
+
+.U_MD_DK_LIRS {
+    width: 100%;
+    width: 68px;
+    height: 24px;
+    border: 1px solid #01d729;
+    border-radius: 13px;
+    background-color: #01d729;
+    color: #fff;
+    text-align: center;
+    font-size: 14px;
+    line-height: 24px;
+    cursor: pointer
+}
+
+.U_MD_DK_LIRSED {
+    border: 1px solid #f65656;
+    background-color: #f65656;
+}
+
+.U_MD_DK_LIRS:hover {
+    border: 1px solid #009cff;
+    background-color: #009cff
+}
+
+.U_MD_DK_LC {
+    margin-top: 10px;
+    padding-left: 1px
+}
+
+.U_MD_DK_LCO {
+    margin-top: 6px;
+    padding: 5px 11px 5px 20px;
+    height: 20px;
+    border-radius: 13px;
+    font-family: arial, sans-serif;
+    cursor: pointer
+}
+
+.U_MD_DK_LCO:hover,
+.U_MD_DK_LCOA {
+    padding: 4px 10px 4px 19px;
+    width: auto;
+    border: 1px solid #7cccff;
+    background-color: #cdecff
+}
+
+.U_MD_DK_LCNA,
+.U_MD_DK_LCO:hover .U_MD_DK_LCN {
+    color: #565656
+}
+
+.U_MD_DK_LCOI {
+    float: left;
+    width: 20px;
+    height: 20px
+}
+
+.U_MD_DK_LCN {
+    float: left;
+    margin-left: 10px;
+    width: 95px;
+    font-size: 14px;
+    font-family: '微软雅黑';
+    line-height: 20px
+}
+
+.U_MD_DK_LCL {
+    float: right;
+    margin-right: 10px;
+    width: 50px;
+    color: #999;
+    text-align: right;
+    line-height: 20px
+}
+
+.U_MD_DK_LCS {
+    background-position: -23px -223px
+}
+
+.U_MD_DK_LCF {
+    background-position: -9pc -255px
+}
+
+.U_MD_DK_LCQ {
+    background-position: -51px -223px
+}
+
+.U_MD_DK_LCB {
+    background-position: -81px -14pc
+}
+
+.U_MD_DK_LCT {
+    background-position: -109px -223px
+}
+
+.U_MD_DK_LCY {
+    background-position: -137px -14pc
+}
+
+.U_MD_DK_LCP {
+    background-position: -165px -225px
+}
+
+.U_MD_DK_LCM {
+    background-position: -2in -223px
+}
+
+.U_MD_DK_LCW {
+    background-position: -25px -254px
+}
+
+.U_MD_DK_LCJ {
+    background-position: -54px -253px
+}
+
+.U_MD_DK_LCD {
+    background-position: -84px -254px
+}
+
+.U_MD_DK_LCE {
+    background-position: -115px -254px
+}
+
+.U_MD_DK_LS {
+    margin-top: 10px;
+    padding-left: 8px;
+    border-top: 1px solid #c7c7c7
+}
+
+.U_MD_DK_LW {
+    margin-top: 20px;
+    padding-bottom: 20px
+}
+
+.U_MD_DK_LST {
+    padding-top: 10px;
+    font-weight: 700;
+    font-size: 14px
+}
+
+.U_MD_DK_LSC {
+    margin-top: 10px;
+    width: 220px;
+    height: 40px
+}
+
+.U_MD_DK_LSCO {
+    float: left;
+    width: 75pt;
+    height: 100%
+}
+
+.U_MD_DK_LSCOS {
+    width: 100%;
+    color: #aaa;
+    text-indent: 1px;
+    font-family: arial, sans-serif
+}
+
+.U_MD_DK_LSCOX {
+    margin-top: 3px;
+    width: 100%;
+    height: 22px;
+    color: #0090ff;
+    font-size: 18px;
+    line-height: 25px
+}
+
+.U_MD_DK_LSCOXO {
+    color: #26ca26;
+    text-decoration: line-through;
+    font-size: 18px
+}
+
+.U_MD_DK_LSX {
+    margin-top: 3px
+}
+
+.U_MD_DK_LSXO {
+    margin-top: 8px;
+    font-weight: 400;
+    font-family: arial, sans-serif
+}
+
+.U_MD_DK_LD {
+    display: none;
+    margin: 22px 0 0 9pt;
+    height: 123px
+}
+
+.U_MD_DK_LDT {
+    width: 100%;
+    height: 20px;
+    line-height: 20px
+}
+
+.U_MD_DK_LDTL {
+    float: left;
+    font-weight: 700;
+    font-size: 14px
+}
+
+.U_MD_DK_LDTR {
+    float: right;
+    color: #999;
+    cursor: pointer
+}
+
+.U_MD_DK_LDC {
+    float: left;
+    line-height: 15px
+}
+
+.U_MD_DK_LDC img {
+    float: left;
+    margin: 11px 0 0 11px;
+    width: 40px;
+    height: 40px;
+    border-radius: 50%;
+    cursor: pointer
+}
+
+.U_MD_DK_LT {
+    overflow: auto;
+    width: 100%;
+    height: 100%;
+    min-width: 228px;
+    font-family: arial, sans-serif
+}
+
+.U_MD_DK_LTS {
+    margin: 18px 0 0 18px;
+    padding-bottom: 9px;
+    height: 35px;
+    border-bottom: 1px solid #ddd;
+    line-height: 35px
+}
+
+.U_MD_DK_LTSI {
+    float: left;
+    width: 35px;
+    height: 35px
+}
+
+.U_MD_DK_LTSI img {
+    width: 35px;
+    height: 35px;
+    border-radius: 50%
+}
+
+.U_MD_DK_LTSN {
+    float: left;
+    margin-left: 10px;
+    width: 78pt;
+    font: normal 700 14px/35px arial, sans-serif
+}
+
+.U_MD_DK_LTSF {
+    float: left;
+    margin-left: 10px;
+    color: #0090ec;
+    cursor: pointer
+}
+
+.U_MD_DK_LTX {
+    margin-top: 10px
+}
+
+.U_MD_DK_LTXO {
+    display: block
+}
+
+.U_MD_DK_LTXOA {
+    margin-top: 8px;
+    padding-left: 5px;
+    min-width: 200px
+}
+
+.U_MD_DK_LTXOAI {
+    float: left;
+    margin-left: 5px;
+    width: 20px;
+    height: 20px;
+    background-position: -202px -16pc
+}
+
+.U_MD_DK_LTXOAIO {
+    background-position: -232px -257px
+}
+
+.U_MD_DK_LTXOS {
+    overflow: hidden;
+    padding: 3px 0;
+    line-height: 20px
+}
+
+.U_MD_DK_LTXOS,
+.U_MD_DK_LTXOSA {
+    border: 1px solid transparent;
+    cursor: pointer
+}
+
+.U_MD_DK_LTXOSA {
+    float: left;
+    margin-left: 8px;
+    height: 18px;
+    font-size: 14px;
+    line-height: 18px
+}
+
+.U_MD_DK_LTXOS:hover,
+.U_MD_DK_LTXOSO {
+    border: 1px solid #aaa;
+    border-radius: 5px;
+    background-color: #e4f5ff
+}
+
+.U_MD_DK_LTXOSI {
+    float: left;
+    margin-top: 3px;
+    width: 10px;
+    height: 9pt;
+    background-position: -763px -72px
+}
+
+.U_MD_DK_LTXOSIO {
+    background-position: -746px -72px
+}
+
+.U_MD_DK_LTXOST {
+    margin-left: 9px
+}
+
+.U_MD_DK_LTXOSN {
+    margin-left: 45px;
+    height: 20px;
+    line-height: 20px
+}
+
+.U_MD_DK_LTXOSN div {
+    width: 100%;
+    border: 1px solid #e4e4e4
+}
+
+.U_MD_DK_LTXOSN textarea {
+    position: relative;
+    overflow: hidden;
+    padding-left: 0;
+    width: 100%;
+    height: 5pc;
+    border: 0;
+    background-color: transparent;
+    line-height: 20px
+}
+
+.U_MD_DK_LTXOX {
+    width: 100%
+}
+
+.U_MD_DK_Z {
+    float: left;
+    width: 2px;
+    height: 100%;
+    background: #ddd;
+    cursor: e-resize
+}
+
+.U_MD_DK_R {
+    position: relative;
+    overflow-x: auto;
+    overflow-y: hidden;
+    height: 100%;
+    background-color: #f0f0f0
+}
+
+.U_MD_DK_RS {
+    float: left;
+    margin-left: 25px;
+    width: 250px;
+    height: 30px;
+    background-color: #ccc
+}
+
+.U_MD_DK_RS .U_MD_U_L_Box_I,
+.U_MD_DK_RS .U_MD_U_P_C_P_N_I_B_Width {
+    margin-left: 3px;
+    width: 223px
+}
+
+.U_MD_DK_RS input {
+    width: 212px;
+    color: #000;
+    font-size: 14px
+}
+
+.U_MD_DK_RT {
+    overflow: hidden;
+    margin: 8px 0 0 15px;
+    height: 30px;
+    min-width: 440px;
+    line-height: 30px
+}
+
+.U_MD_DK_RTS {
+    position: relative;
+    float: left;
+    width: 90px;
+    height: 30px;
+    border-radius: 4px;
+    background-color: #009cff;
+    color: #fff;
+    text-align: center;
+    font-size: 13px;
+    cursor: pointer
+}
+
+.U_MD_DK_RTST {
+    left: 0;
+    display: block;
+    width: 90px;
+    height: 30px
+}
+
+.U_MD_DK_RTSTO {
+    position: static
+}
+
+.U_MD_DK_RTSO {
+    width: 20px;
+    height: 20px;
+    background-position: -753px -7pc
+}
+
+.U_MD_DK_RTSM {
+    width: 20px;
+    height: 20px;
+    background-position: -723px -9.1pc
+}
+
+.U_MD_DK_RTSS {
+    width: 20px;
+    height: 20px;
+    background-position: -775px -9.1pc
+}
+
+.U_MD_DK_RTSF {
+    width: 20px;
+    height: 20px;
+    background-position: -805px -145px
+}
+
+.U_MD_DK_RTSV {
+    width: 20px;
+    height: 20px;
+    background-position: -692px -113px
+}
+
+.U_MD_DK_RTX {
+    float: left;
+    margin-left: 13px;
+    width: 90px;
+    height: 30px;
+    border-radius: 4px;
+    background-color: #f0f0f0;
+    color: #7d7d7d;
+    text-align: center;
+    font-size: 13px;
+    line-height: 30px;
+    cursor: pointer
+}
+
+.U_MD_DK_RTX:hover {
+    background-color: #26ca26;
+    color: #fff
+}
+
+.U_MD_DK_RTX:hover .U_MD_DK_RTSF {
+    background-position: -805px -114px;
+}
+
+.U_MD_DK_RTX:hover .U_MD_DK_RTSS {
+    background-position: -775px -7.1pc;
+}
+
+.U_MD_DK_RTX:hover .U_MD_DK_RTSM {
+    background-position: -723px -7.1pc;
+}
+
+.U_MD_DK_RTC {
+    margin: 8px 0 0 15px;
+    height: 30px;
+    max-width: 50pc;
+    min-width: 450px;
+    line-height: 30px
+}
+
+.U_MD_DK_RTCO {
+    float: left;
+    margin-left: 15px;
+    font-size: 14px;
+    cursor: pointer
+}
+
+.U_MD_DK_RTCO:hover {
+    color: #0081ee;
+    color: #fff
+}
+
+.U_MD_DK_RTC span {
+    color: #999
+}
+
+.U_MD_DK_RY {
+    margin-top: 15px;
+    padding: 5px;
+    height: 2pc;
+    min-width: 500px;
+    border-top: 1px solid #dfdfdf;
+    border-bottom: 1px solid #dfdfdf
+}
+
+.U_MD_DK_RY div {
+    font-family: arial, sans-serif;
+    cursor: pointer
+}
+
+.U_MD_DK_RYH {
+    float: left;
+    margin-left: 15px;
+    padding-right: 9pt;
+    height: 26px;
+    border-right: 1px solid #c7c7c7;
+    line-height: 28px;
+    cursor: pointer
+}
+
+.U_MD_DK_RYH:hover {
+    color: #008de7
+}
+
+.U_MD_DK_RYQ {
+    float: left;
+    margin-left: 1pc;
+    line-height: 28px;
+    cursor: pointer
+}
+
+.U_MD_DK_RYQ:hover {
+    color: #008de7
+}
+
+.U_MD_DK_RYX {
+    float: left;
+    margin: 8px 0 0 20px;
+    line-height: 13px;
+    cursor: pointer
+}
+
+.U_MD_DK_RYX:hover {
+    color: #009cff
+}
+
+.U_MD_DK_RYXL {
+    float: left;
+    width: 15px;
+    height: 15px;
+    background-position: -174px -260px
+}
+
+.U_MD_DK_RYXR {
+    float: left;
+    margin-left: 5px
+}
+
+.U_MD_DK_RYB {
+    float: left;
+    overflow: hidden;
+    margin: 3px 0 0 15px;
+    line-height: 20px
+}
+
+.U_MD_DK_RYBO {
+    float: left;
+    margin-left: 13px;
+    padding: 0 10px;
+    height: 20px;
+    border: 1px solid #bbb;
+    border-radius: 13px;
+    cursor: pointer
+}
+
+.U_MD_DK_RYBO:hover {
+    color: #009cff
+}
+
+.U_MD_DK_RYS {
+    float: right;
+    margin: 1px 15px 0 0;
+    width: 210px;
+    background-color: #fff
+}
+
+.U_MD_DK_RYSO {
+    float: left;
+    margin-left: 5px;
+    width: 180px;
+    height: 30px
+}
+
+.U_MD_DK_RYSO input {
+    width: 173px;
+    height: 28px;
+    outline: 0;
+    border: 0;
+    background-color: transparent;
+    line-height: normal;
+    line-height: 28px\9
+}
+
+.U_MD_DK_RYSO_Icon {
+    float: left;
+    margin: 7px 0 0 3px;
+    width: 20px;
+    height: 20px;
+    background-position: -250px -226px
+}
+
+.U_MD_DK_RK {
+    margin-top: 10px;
+    height: 30px;
+    min-width: 600px;
+    border-bottom: 1px solid #dfdfdf;
+    font-family: arial, sans-serif;
+    line-height: 20px
+}
+
+.U_MD_DK_RKI {
+    float: left;
+    width: 20px;
+    height: 20px;
+    background-position: -222px -223px
+}
+
+.U_MD_DK_RKC {
+    margin-right: 8px;
+    margin-left: 25px;
+    color: #999;
+    word-wrap: break-word;
+    font-family: 宋体;
+    line-height: 20px;
+    word-break: normal
+}
+
+.U_MD_DK_RKS {
+    margin-left: 5px;
+    color: #069;
+    cursor: pointer
+}
+
+.U_MD_DK_RKR {
+    float: right;
+    margin: 8px 17px 0 0
+}
+
+.U_MD_DK_RKZ {
+    float: right;
+    margin: 4px 15px 0 0
+}
+
+.U_MD_DK_RKZO {
+    float: left;
+    cursor: pointer
+}
+
+.U_MD_DK_RKZ div {
+    float: left
+}
+
+.U_MD_DK_RKZOI {
+    float: left;
+    width: 20px;
+    height: 20px
+}
+
+.U_MD_DK_RKZON {
+    margin-left: 5px;
+    line-height: 20px
+}
+
+.U_MD_DK_RKZOT {
+    background-position: -274px -225px
+}
+
+.U_MD_DK_RKZOS {
+    margin-left: 10px;
+    background-position: -306px -225px;
+    cursor: pointer
+}
+
+.U_MD_DK_RKZOS:hover,
+.U_MD_DK_RKZOSI {
+    background-position: -365px -225px
+}
+
+.U_MD_DK_RKZOP {
+    margin-left: 10px;
+    background-position: -333px -225px;
+    cursor: pointer
+}
+
+.U_MD_DK_RKZOP:hover,
+.U_MD_DK_RKZOPI {
+    background-position: -393px -225px
+}
+
+.U_MD_DK_RM {
+    display: none;
+    width: 100%;
+    height: 28px;
+    min-width: 100%;
+    background-color: #f4f4f4
+}
+
+.U_MD_DK_RM div {
+    float: left;
+    height: 100%;
+    text-indent: 8px;
+    line-height: 33px
+}
+
+.U_MD_DK_RM .U_MD_DK_RZSV {
+    background-color: #ccc
+}
+
+.U_MD_DK_RZ {
+    margin-top: 10px;
+    min-width: 100%;
+    background-color: #fff
+}
+
+.U_MD_DK_RZA {
+    position: relative;
+    overflow: auto;
+    outline: 0
+}
+
+.U_MD_DK_RZN {
+    overflow: hidden;
+    margin-top: 5px;
+    padding-bottom: 2px;
+    width: 100%;
+    height: 28px;
+    border-bottom: 1px solid #bbb;
+    font-family: 宋体
+}
+
+.U_MD_DK_RZO {
+    float: none\9;
+    display: inline-block;
+    overflow: hidden;
+    margin: 7px 0 0 11px;
+    padding: 8px 5px;
+    width: 152px;
+    height: 5pc;
+    border: 1px solid #a5a5a5;
+    border-radius: 10px;
+    background-color: #fff;
+    cursor: pointer
+}
+
+.U_MD_DK_RZOA {
+    margin-top: 5px;
+    width: 100%;
+    height: 47px
+}
+
+.U_MD_DK_RZO:hover,
+.U_MD_DK_RZOI {
+    background-color: #e4f5ff
+}
+
+.U_MD_DK_RZOB {
+    border: 1px solid #dcdcdc
+}
+
+.U_MD_DK_RZOS {
+    float: left;
+    overflow: hidden;
+    margin-top: -2px;
+    width: 40px;
+    height: 47px
+}
+
+.U_MD_DK_RZOG {
+    float: left;
+    overflow: hidden;
+    background: url("/img/disk/U_RZOG.jpg");
+    width: 39px;
+    height: 39px
+}
+
+.U_MD_DK_RZOS img {
+    display: block;
+    margin: auto;
+    width: auto;
+    height: auto;
+    height: 41px;
+    max-width: 120%
+}
+
+.U_MD_DK_RZOSZ {
+    position: relative;
+    top: 1pc;
+    overflow: hidden;
+    margin: auto;
+    width: 40px;
+    height: 20px;
+    color: #888;
+    text-align: center;
+    font-size: 15px;
+    font-family: "微软雅黑"
+}
+
+.U_MD_DK_RZOZO {
+    float: right;
+    width: 106px;
+    height: 50px;
+    overflow: hidden;
+}
+
+.U_MD_DK_RZOZ {
+    overflow: hidden;
+    max-height: 33px;
+    min-height: 25px;
+    color: #003;
+    word-wrap: break-word;
+    font-size: 9pt;
+    word-break: normal
+}
+
+.U_MD_DK_RZOZ div {
+    width: 205px;
+    height: 23px;
+    border: 1px solid #e4e4e4
+}
+
+.U_MD_DK_RZOZ textarea {
+    overflow: hidden;
+    padding-left: 0;
+    width: 199px;
+    height: 14px;
+    border: 0;
+    color: #000;
+    font-weight: 700;
+    font-size: 1pc
+}
+
+.U_MD_DK_RZT {
+    margin: 50px auto auto;
+    width: 375px
+}
+
+.U_MD_DK_RZTS {
+    height: 60px
+}
+
+.U_MD_DK_RZTSL {
+    float: left;
+    color: #0096ff;
+    font-size: 70px;
+    line-height: 55px
+}
+
+.U_MD_DK_RZTSR {
+    float: left;
+    margin-left: 20px
+}
+
+.U_MD_DK_RZTSRS {
+    font-size: 30px;
+    font-family: arial, sans-serif
+}
+
+.U_MD_DK_RZTSRX {
+    margin-top: 11px;
+    color: #bbb;
+    color: #eee;
+    font-style: italic
+}
+
+.U_MD_DK_RZTX {
+    margin: 20px 0 0 43px;
+    width: 60px;
+    color: #007ece;
+    text-decoration: underline;
+    font-size: 14px;
+    font-family: arial, sans-serif;
+    cursor: pointer
+}
+
+.U_MD_DK_RZF {
+    float: left;
+    margin: 15px 0 0 25px;
+    padding-top: 5pc;
+    width: 225px;
+    height: 210px;
+    background-color: #bbb
+}
+
+.U_MD_DK_RZFO {
+    position: relative;
+    float: none;
+    margin: 15px 0 0 50px;
+    background-color: #fff;
+    background-color: #aaa
+}
+
+.U_MD_DK_RZFS {
+    margin: auto;
+    width: 185px;
+    height: 85px;
+    font-family: 微软雅黑
+}
+
+.U_MD_DK_RZFSL {
+    float: left;
+    margin-top: 3px
+}
+
+.U_MD_DK_RZFSR {
+    float: left;
+    margin-left: 20px;
+    width: 138px
+}
+
+.U_MD_DK_RZFSRS {
+    font-size: 23px
+}
+
+.U_MD_DK_RZFSRX {
+    margin-top: 5px
+}
+
+.U_MD_DK_RZFX {
+    margin: 30px auto auto;
+    width: 76px;
+    color: #0079ea;
+    text-decoration: underline;
+    cursor: pointer
+}
+
+.U_MD_DK_RZOF {
+    margin-top: 4px;
+    border-top: 1px solid #dadada
+}
+
+.U_MD_DK_RZOFX {
+    margin-top: 2px
+}
+
+.U_MD_DK_RZOFXJ {
+    float: left;
+    margin-top: 1px
+}
+
+.U_MD_DK_RZOFXJO {
+    color: #999
+}
+
+.U_MD_DK_RZOFXJT {
+    margin-left: 8px
+}
+
+.U_MD_DK_RZOFXR span {
+    margin-left: 5px
+}
+
+.U_MD_DK_RZOFD {
+    margin-top: 4px;
+    height: 22px
+}
+
+.U_MD_DK_RZOFDI {
+    float: left;
+    width: 22px;
+    height: 22px
+}
+
+.U_MD_DK_RZOFDI img {
+    width: 22px;
+    height: 22px;
+    border-radius: 50%
+}
+
+.U_MD_DK_RZOFDN {
+    float: left;
+    margin-left: 8px;
+    height: 22px;
+    max-width: 50px;
+    line-height: 22px
+}
+
+.U_MD_DK_RZOFDX {
+    float: right;
+    width: 40px;
+    height: 20px;
+    border: 1px solid #bbb;
+    border-radius: 13px;
+    color: #2570ad;
+    text-align: center;
+    font-family: 宋体;
+    line-height: 20px;
+    cursor: pointer
+}
+
+.U_MD_DK_RZOFDX:hover {
+    border: 1px solid #009cff;
+    background-color: #009cff;
+    color: #fff
+}
+
+.U_MD_DK_RZOK {
+    height: 197px
+}
+
+.U_MD_DK_RZOKO {
+    height: 217px
+}
+
+.U_MD_DK_RZOKI {
+    margin: auto;
+    width: 90pt;
+    height: 90pt
+}
+
+.U_MD_DK_RZOKI img {
+    width: 90pt;
+    height: 90pt;
+    border-radius: 50%
+}
+
+.U_MD_DK_RZOKN {
+    margin-top: 8px;
+    height: 19px;
+    text-align: center;
+    font-weight: 700;
+    font-size: 14px
+}
+
+.U_MD_DK_RZOKN,
+.U_MD_DK_RZOKQ {
+    width: 100%;
+    font-family: arial, sans-serif
+}
+
+.U_MD_DK_RZOKQ {
+    margin-top: 5px;
+    color: #999
+}
+
+.U_MD_DK_RZOKX {
+    margin-top: 3px;
+    font-family: arial, sans-serif
+}
+
+.U_MD_DK_RZOKXF {
+    width: 100%;
+    height: 23px;
+    line-height: 18px
+}
+
+.U_MD_DK_RZOKXFO {
+    position: relative;
+    top: 3px;
+    margin-left: 10px;
+    color: #007eff;
+    font-size: 20px;
+    font-family: 微软雅黑
+}
+
+.U_MD_DK_RZOKXC {
+    overflow: hidden;
+    margin-top: 4px;
+    width: 100%;
+    line-height: 15px
+}
+
+.U_MD_DK_RZOKXC div {
+    float: left;
+    overflow: hidden;
+    margin: 10px 0 0 5px;
+    width: 50px;
+    height: 15px;
+    white-space: nowrap
+}
+
+.U_MD_DK_RZOQI {
+    margin: auto;
+    width: 125px;
+    height: 125px
+}
+
+.U_MD_DK_RZOQI img {
+    float: left;
+    border-radius: 50%
+}
+
+.U_MD_DK_RZOW {
+    background-position: -28px -23px
+}
+
+.U_MD_DK_RZOY {
+    background-position: -90px -22px
+}
+
+.U_MD_DK_RZOE {
+    background-position: -149px -22px
+}
+
+.U_MD_DK_RZOD {
+    margin-top: 2px;
+    height: 40px;
+    background-image: url(/BoomYun/img/pc/U_Boom_UW.png)
+}
+
+.U_MD_DK_REODN {
+    margin-top: 2px;
+    height: 40px;
+    background-image: url(/BoomYun/img/pc/U_Boom_word.png)
+}
+
+.U_MD_DK_REODW {
+    margin-top: 2px;
+    height: 40px;
+    background-image: url(/BoomYun/img/pc/U_Boom_word.png)
+}
+
+.downel_content_a_r {
+    background-position: -261px -22px
+}
+
+.U_MD_DK_RZOP {
+    background-position: -387px -22px
+}
+
+.U_MD_DK_RZOM {
+    background-position: -323px -23px
+}
+
+.U_MD_DK_RZSV {
+    width: 2px;
+    height: 100%;
+    background: #ccc;
+    cursor: e-resize
+}
+
+.U_MD_DK_RZSO {
+    width: 10%;
+    height: 33px;
+    text-indent: 8px
+}
+
+.U_MD_DK_RZSOI {
+    margin: 8px 0 0 9pt;
+    cursor: default
+}
+
+.U_MD_DK_RZSM {
+    width: 20%;
+    vertical-align: middle;
+    text-indent: 6px;
+    cursor: pointer
+}
+
+.U_MD_DK_RZSMI {
+    font-size: 1pc
+}
+
+.U_MD_DK_RZSM img {
+    width: 20px;
+    height: 20px;
+    vertical-align: middle
+}
+
+.U_MD_DK_RZSMN {
+    margin-left: 5px;
+    vertical-align: top
+}
+
+.U_MD_DK_RZSMN textarea {
+    width: 195px;
+    height: 23px
+}
+
+.U_MD_DK_RZSF {
+    width: 10%;
+    cursor: pointer
+}
+
+.U_MD_DK_RZSFO {
+    color: #006cf1;
+    text-indent: 8px;
+    font-size: 15px;
+    font-family: 微软雅黑
+}
+
+.U_MD_DK_RZSD,
+.U_MD_DK_RZSL,
+.U_MD_DK_RZSX {
+    width: 15%;
+    text-indent: 8px;
+    cursor: pointer
+}
+
+.U_MD_DK_RZST {
+    width: 14%;
+    text-indent: 8px;
+    cursor: pointer
+}
+
+.U_MD_DK_RZX {
+    border-top: 1px solid #dfdfdf;
+    border-bottom: 1px solid #dfdfdf;
+    font-family: arial, sans-serif;
+    cursor: pointer
+}
+
+.U_MD_DK_RZX,
+.U_MD_DK_RZXO {
+    overflow: hidden;
+    height: 33px;
+    line-height: 33px
+}
+
+.U_MD_DK_RZXO {
+    margin-top: 3px;
+    width: 100%
+}
+
+.U_MD_DK_RZXO div {
+    float: left;
+    overflow: hidden;
+    height: 33px
+}
+
+.U_MD_DK_RZXO:hover,
+.U_MD_DK_RZXOO {
+    background-color: #e7f8ff
+}
+
+.U_MD_DK_RC {
+    position: absolute;
+    top: 5px;
+    right: 11px
+}
+
+.U_MD_DK_M {
+    position: absolute;
+    left: 75pt;
+    display: none;
+    width: 150px;
+    border: 1px solid #e4e4e4;
+    background-color: #fff
+}
+
+.U_MD_DK_M div {
+    width: 100%;
+    height: 25px;
+    text-align: center;
+    line-height: 25px;
+    cursor: pointer
+}
+
+.U_MD_DK_M div:hover {
+    background-color: #f0f0f0
+}
+
+.U_MD_DK_VW_ChosenSaveFile>div {
+    margin: 0 auto;
+    width: 95%;
+    font-size: 14px
+}
+
+.U_MD_DK_VW_ChosenSaveFile button {
+    float: right;
+    margin: 7px 8px;
+    min-width: 60px;
+    border: 0;
+    border-radius: 4px;
+    background-color: #347fdb;
+    color: #fff;
+    line-height: 25px;
+    cursor: pointer;
+    padding: 0 5px;
+    outline: none;
+}
+
+.U_MD_DK_VW_ChosenSaveFile_File {
+    overflow: auto;
+    margin-bottom: 5px!important;
+    height: 295px
+}
+
+.U_MD_DK_VW_ChosenSaveFile_File_Box {
+    margin: 5px 0;
+    text-indent: 5px;
+    font-size: 14px
+}
+
+#U_MD_O_SaveSynergy_NewGroup>div {
+    display: inline-block;
+    overflow: auto;
+    width: 49%;
+    height: 100%
+}
+
+#U_MD_O_SaveSynergy_NewGroup .U_MD_O_SaveSynergy_NewGroup_Friend {
+    padding: 3px 0;
+    width: 98%;
+    text-indent: 5px;
+    line-height: 25px
+}
+
+#U_MD_O_SaveSynergy_NewGroup .U_MD_O_SaveSynergy_NewGroup_Friend:hover {
+    background-color: #e4e4e4
+}
+
+#U_MD_O_SaveSynergy_NewGroup .U_MD_O_SaveSynergy_NewGroup_Friend img {
+    float: left;
+    width: 25px;
+    height: 25px
+}
+
+.U_MD_DK_I {
+    padding-left: 1pc;
+    width: 223px;
+    height: 27px;
+    border: 0;
+    border-radius: 9px;
+    background-color: #dfdfdf;
+    line-height: 26px
+}
+
+#U_MD_DK_Se {
+    position: relative;
+    top: 5px;
+    right: 33px
+}
+
+.U_MD_DK_SEA {
+    float: right;
+}
+
+.fileDiv {
+    float: left;
+    width: 100px;
+    height: 100px;
+    text-align: center;
+    line-height: 100px;
+    font-size: 12px;
+    border: 1px solid #cccccc;
+    margin-right: 10px;
+    margin-bottom: 10px;
+}
+
+.seled {
+    border: 1px solid #8cbbff;
+    background-color: #ecf1ff;
+}
+
+.U_MD_DK_Img_text_file {
+    background-image: url(/img/disk/text_file.png);
+    background-repeat: no-repeat
+}
+
+.U_MD_DK_Img_website {
+    background-image: url(/img/disk/website.png);
+    background-repeat: no-repeat
+}
+
+.U_MD_DK_fileInfo_head {
+    padding: 8px 25px;
+    word-break: break-all;
+    overflow: hidden;
+}
+
+.U_MD_DK_fileInfo_icon {
+    width: 40px;
+    display: table-cell;
+    height: 40px;
+    float: left;
+}
+
+.U_MD_DK_fileInfo_head>span {
+    display: table-cell;
+    vertical-align: middle;
+}
+
+.U_MD_DK_fileInfo_img {
+    width: 40px;
+    height: 40;
+    display: table-cell;
+    vertical-align: middle;
+    text-align: center;
+}
+
+.U_MD_DK_fileInfo_img img {
+    max-width: 100%;
+    max-height: 100%;
+}
+
+.U_MD_DK_fileInfo_line {
+    margin: 0 10px;
+    height: 1px;
+    background-color: #848484;
+    opacity: 0.08;
+}
+
+.U_MD_DK_fileInfo_info {
+    font-size: 12px;
+    line-height: 28px;
+    padding: 10px 25px;
+}
+
+.U_MD_DK_fileInfo_info>div {
+    padding-left: 80px;
+    word-break: break-all;
+}
+
+.U_MD_DK_fileInfo_info>div>span {
+    width: 80px;
+    margin-left: -80px;
+    float: left;
+}
+
+
+/***<jscompress sourcefile="Friend.css" />*/
+
+
+/***<jscompress sourcefile="Friend.css" />*/
+
+.U_MD_F_T {
+    min-width: 455px;
+    height: 48px;
+    padding-top: 6px;
+    width: 100%;
+    display: inline-block;
+    border-bottom: 1px solid #C7C7C7;
+}
+
+
+/*好友消息区域*/
+
+.U_MD_F {
+    height: 100%;
+    width: 100%;
+    overflow: hidden;
+}
+
+div#U_MD_F {}
+
+
+/*position:absolute; border:1px solid #BFBFBF;top:150px; left:150px; background-color:White;*/
+
+.U_MD_F_TA {
+    width: 85%;
+    float: left;
+    overflow-y: hidden;
+    height: 40px;
+    display: inline;
+    position: relative;
+}
+
+.U_MD_F:hover .U_MD_F_TAI {
+    display: block;
+}
+
+.U_MD_F_TA div {
+    float: left;
+    _display: inline;
+}
+
+.U_MD_F_TAC {
+    width: 20px;
+    height: 20px;
+    background-position: -850px -60px;
+    cursor: pointer;
+    float: right;
+    margin: 5px 5px 0 0;
+}
+
+.U_MD_F_TAB {
+    width: 22px;
+    height: 20px;
+    background-position: -590px -252px;
+    cursor: pointer;
+    top: 11px;
+    right: 45px;
+    position: absolute;
+}
+
+.U_MD_F_TAB:hover {
+    background-position: -620px -230px;
+}
+
+.U_MD_F_TG {
+    cursor: pointer;
+    width: 21px;
+    margin: 15px 0 0 9px;
+    padding: 0 0 14px 1px;
+    border: 1px solid #D9D9D9;
+    font-size: 24px;
+    line-height: 0px;
+    text-align: center;
+    color: #A0A0A0;
+    float: left;
+    position: relative;
+    z-index: 1;
+    visibility: hidden;
+}
+
+.U_MD_F_TGO {
+    border-radius: 13px;
+    background-color: White;
+    position: absolute;
+    top: 20px;
+    left: -23px;
+    width: 98px;
+    border: 1px solid #D9D9D9;
+    padding: 0px 9px 9px 9px;
+    display: none;
+}
+
+.U_MD_F_TGOO {
+    width: 100%;
+    height: 25px;
+    margin-top: 9px;
+    cursor: pointer;
+    position: relative;
+}
+
+.U_MD_F_TGOO:hover {
+    background-color: #F8F8F8;
+}
+
+.U_MD_F_TGOOI {
+    width: 25px;
+    height: 25px;
+    float: left;
+}
+
+.U_MD_F_TGOOI img {
+    width: 25px;
+    height: 25px;
+}
+
+.U_MD_F_TGOON {
+    text-align: left;
+    color: #000;
+    font-size: 12px;
+    line-height: 25px;
+    float: left;
+    letter-spacing: 0px;
+    width: 65px;
+    margin-left: 5px;
+}
+
+.U_MD_F_TI {
+    margin: 10px 10px 0 0;
+    width: 25px;
+    height: 20px;
+    background-position: -658px -25px;
+    float: right;
+    cursor: pointer;
+    position: relative;
+}
+
+.U_MD_F_TI:hover {
+    background-position: -692px -25px;
+}
+
+.U_MD_F_TO {
+    width: 100px;
+    margin: 6px 0 0 9px;
+    cursor: pointer;
+    position: relative;
+    border-radius: 5px;
+    padding: 3px 2px;
+    height: 25px;
+    position: relative;
+}
+
+.U_MD_F_TOT {
+    background-color: #F6F6F6;
+    border: 1px solid #CCC;
+    padding: 2px 1px;
+}
+
+.U_MD_F_TO:hover {
+    background-color: #C8C8C8;
+}
+
+.U_MD_F_TOI {
+    background-position: -735px 0px;
+    width: 25px;
+    height: 25px;
+    margin-left: 3px;
+}
+
+.U_MD_F_TOI img {
+    width: 25px;
+    height: 25px;
+    border-radius: 50%;
+    float: left;
+}
+
+.U_MD_F_TON {
+    line-height: 25px;
+    font-family: arial, sans-serif;
+    width: 67px;
+    margin-left: 5px;
+}
+
+.U_MD_F_TOC {
+    position: absolute;
+    width: 22px;
+    height: 35px;
+    top: 1px;
+    right: -10px;
+    /*right:-2px;*/
+    display: none;
+    cursor: pointer;
+    font-size: 17px;
+    line-height: 35px;
+    background-position: -776px -107px;
+    top: -4px;
+}
+
+.U_MD_F_TOC:hover {
+    background-position: -776px -107px;
+    top: -4px;
+}
+
+.U_MD_F_TGOO:hover .U_MD_F_TOC,
+.U_MD_F_TO:hover .U_MD_F_TOC {
+    display: block
+}
+
+.U_MD_F_C {
+    overflow-x: hidden;
+    overflow-y: auto;
+    width: 100%;
+}
+
+.U_MD_F_T_B {
+    width: 121px;
+    position: absolute;
+    right: 2px;
+    top: 25px;
+    background: #fff;
+    box-shadow: 3px 4px 7px #888888;
+    z-index: 999;
+    overflow: hidden;
+    border: 1px solid #dcdcdc;
+}
+
+.U_MD_F_T_B div {
+    width: 100%;
+    height: 25px;
+    line-height: 25px;
+    cursor: _context-menu;
+    text-align: center;
+    cursor: pointer;
+}
+
+.U_MD_F_T_B div:hover {
+    background: rgb(217, 237, 249) !important
+}
+
+
+/*好友聊天区域*/
+
+.U_MD_F_H {
+    height: 50px;
+    padding-left: 5px;
+    padding: 8px 0 8px 15px;
+    background-color: #f4f4f4;
+}
+
+.U_MD_F_HH {
+    width: 50px;
+    height: 50px;
+    float: left;
+}
+
+.U_MD_F_HH img {
+    width: 50px;
+    height: 50px;
+    cursor: pointer;
+    border-radius: 50%;
+}
+
+.U_MD_F_HT {
+    width: 80%;
+    height: 100%;
+    float: left;
+    margin-left: 12px;
+}
+
+.U_MD_F_HTN {
+    width: 100%;
+    font-size: 16px;
+    color: #787878;
+    font-family: 微软雅黑;
+    margin-top: 4px;
+}
+
+.U_MD_F_HTC {
+    width: 100%;
+    margin-top: 7px;
+    height: 17px;
+    color: #787878;
+}
+
+.U_MD_F_HG {
+    height: 25px;
+    background: #c8e4ff;
+}
+
+.U_MD_U_P_P_Tips_Pos {
+    width: 18px;
+    height: 18px;
+    background-position: -763px -3px;
+    float: left;
+    margin-left: 12px;
+}
+
+.U_MD_F_GC {
+    margin-left: 5px;
+    float: left;
+    height: 25px;
+    line-height: 25px;
+    color: #333333;
+    font-family: arial, sans-serif;
+}
+
+.U_MD_F_NA {
+    min-width: 455px;
+    height: 100%;
+    width: 100%;
+    overflow: hidden;
+}
+
+.U_MD_F_N {
+    float: left;
+    height: 100%;
+}
+
+.U_MD_F_CA {
+    min-width: 270px;
+    white-space: nowrap;
+    margin-top: 10px;
+    overflow: hidden;
+    padding: 0 5px;
+    height: 240px;
+    width: auto;
+    overflow-y: auto;
+    position: relative;
+    background-color: #FFF;
+}
+
+.U_MD_F_C {}
+
+.U_MD_F_CI {
+    max-height: 200px;
+    max-width: 250px;
+    width: auto;
+    height: auto;
+    float: left;
+    cursor: pointer;
+}
+
+.U_MD_F_CO {
+    position: relative;
+    margin: 10px 0 0 12px;
+    overflow: hidden;
+}
+
+.U_MD_F_COL {
+    float: left;
+}
+
+.U_MD_F_COLT {
+    width: 10px;
+    height: 7px;
+    background-position: -544px -95px;
+    margin-left: 20px
+}
+
+.U_MD_F_COLC {
+    max-width: 355px;
+    padding: 8px 15px;
+    background-color: #eeeeee;
+    color: Black;
+    border-radius: 10px;
+    line-height: 20px;
+    font-size: 13px;
+    word-wrap: break-word;
+    float: right;
+}
+
+.U_MD_F_COLCI {
+    width: 30px;
+    height: 30px;
+    border-radius: 50%;
+    float: left;
+    margin-top: 3px;
+    cursor: pointer;
+}
+
+.U_MD_F_COLCO {
+    float: left;
+    /* margin:5px 10px 0 10px; */
+    max-width: 315px;
+    font-family: '微软雅黑';
+    word-break: break-all;
+    word-wrap: break-word;
+}
+
+.U_MD_F_COLCOO {
+    margin-left: 0;
+}
+
+.U_MD_F_COLCOT {
+    margin-right: 0;
+}
+
+.U_MD_F_COT {
+    float: left;
+    margin-left: 10px;
+    height: 100%;
+    color: #545454;
+    width: 80px;
+}
+
+
+/*.U_MD_F_COTO       { width:80px; }*/
+
+.U_MD_F_COTOK {
+    margin-top: 1px;
+    color: #545454;
+    height: 33px;
+    overflow: hidden;
+}
+
+.U_MD_F_CT {
+    margin: 10px 12px 0 0;
+    position: relative;
+    overflow: hidden;
+}
+
+.U_MD_F_CTO {
+    bottom: 5px;
+}
+
+.U_MD_F_CTL {
+    float: right;
+    font-size: 14px;
+    max-width: 293px;
+}
+
+.U_MD_F_CTLC {
+    white-space: normal;
+    background-color: #2683f5;
+    color: White;
+    margin: 0 auto;
+    /* min-width:35px; */
+    word-wrap: break-word;
+    word-break: normal;
+    float: left;
+}
+
+.U_MD_F_CTLC_Receive {
+    white-space: normal;
+    background-color: #eee;
+    color: black;
+    margin: 0 auto;
+    /* min-width:35px; */
+    word-wrap: break-word;
+    word-break: normal;
+    float: right;
+}
+
+.U_MD_F_CTLC * {
+    background-color: transparent;
+    white-space: normal;
+}
+
+.U_MD_F_CTLC_Receive * {
+    background-color: transparent;
+    white-space: normal;
+}
+
+.U_MD_F_CTLT {
+    background-position: -592px -13px;
+    clear: both
+}
+
+.U_MD_F_CTT {
+    float: left;
+}
+
+.U_MD_F_CTTO {
+    float: right;
+    margin-right: 10px;
+}
+
+
+/*聊天文件.*/
+
+.U_MD_F_F {
+    width: 230px;
+    height: 110px;
+    background-color: #F7F7F7;
+    border: 1px solid #CCC;
+    border-radius: 5px;
+    font-size: 12px;
+    color: #000;
+    cursor: pointer;
+}
+
+.U_MD_F_FS {
+    height: 69px;
+    padding: 15px 10px 0 10px;
+}
+
+.U_MD_F_FSS {
+    width: 60px;
+    height: 60px;
+    float: left;
+    line-height: 60px;
+    background-color: #1F6D43;
+    font-size: 16px;
+    color: #FFF;
+    text-align: center;
+    overflow: hidden;
+}
+
+.U_MD_F_FSX {
+    float: left;
+    width: 140px;
+    margin-left: 10px;
+}
+
+.U_MD_F_FSXN {
+    font-size: 15px;
+    max-height: 43px;
+    overflow: hidden;
+}
+
+.U_MD_F_FSXS {
+    color: #666;
+}
+
+.U_MD_F_FX {
+    border-top: 1px solid #CCC;
+    height: 25px;
+    line-height: 25px;
+    color: #666;
+}
+
+.U_MD_F_FX div {
+    float: right;
+    margin-right: 8px;
+}
+
+.U_MD_F_FX div:hover {
+    color: #006699;
+}
+
+.U_MD_F_D {
+    height: 140px;
+    padding: 5px 15px 0 15px;
+}
+
+.U_MD_F_DA {
+    width: 100%;
+    height: 100%;
+    float: right;
+}
+
+.U_MD_F_DT {
+    height: 30px;
+}
+
+.U_MD_F_DT div {
+    float: left;
+    width: 30px;
+    height: 24px;
+    margin-left: 13px;
+    cursor: pointer;
+}
+
+.U_MD_F_DT .U_MD_F_DTZ {
+    position: relative;
+}
+
+.U_MD_F_DT .U_MD_F_DTJ {
+    float: right;
+}
+
+.U_MD_F_DTS {
+    background-position: -1277px -401px;
+    width: 22px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-top: 4px;
+}
+
+.U_MD_F_DTZ {
+    background-position: -716px -244px;
+    width: 22px;
+    height: 22px;
+}
+
+.U_MD_F_DTZ:hover {
+    background-position: -381px -119px;
+}
+
+.U_MD_F_DTJ {
+    background-position: -475px -119px;
+}
+
+.U_MD_F_DTJ:hover {
+    background-position: -412px -119px;
+}
+
+.U_MD_F_DC {
+    height: 83px;
+    margin-top: 2px;
+    line-height: 15px;
+    border: 0;
+    background-color: #f7f7f7;
+    outline: none;
+    overflow-x: hidden;
+    overflow-y: auto;
+    border: 1px solid #bbb;
+    padding: 5px;
+    -webkit-overflow-scrolling: touch;
+    word-break: break-all;
+    cursor: text;
+}
+
+.U_MD_F_DC p {
+    padding: 0px;
+    margin: 0px;
+}
+
+.U_MD_F_DJ {
+    background-position: -700px -9px;
+    width: 10px;
+    height: 10px;
+    float: right;
+    margin: -1px 53px 0 0;
+}
+
+.U_MD_F_L {
+    width: 277px;
+    float: left;
+    height: 100%;
+    display: none;
+}
+
+.U_MD_F_LA {
+    border-left: 1px solid #BFBFBF;
+    padding: 0px 15px 6px 15px;
+    overflow-x: hidden;
+    overflow-y: auto;
+    height: calc(100% - 37px);
+}
+
+.U_MD_F_LB {
+    width: 100%;
+    height: 30px;
+    border-left: 1px solid #BFBFBF;
+    border-top: 1px solid #BFBFBF;
+    position: relative;
+}
+
+.U_MD_F_LO {
+    margin-top: 15px;
+    float: left;
+    width: 100%;
+}
+
+.U_MD_F_LOT {
+    height: 20px;
+    width: 100%;
+}
+
+.U_MD_F_LOTN {
+    color: #1C72D3;
+    float: left;
+    font-family: 微软雅黑;
+    font-weight: bold;
+    font-size: 14px;
+}
+
+.U_MD_F_LOTT {
+    float: left;
+    color: #808080;
+    margin-left: 10px;
+    line-height: 22px;
+}
+
+.U_MD_F_LOD {
+    width: 100%;
+    margin-top: 5px;
+    line-height: 18px;
+    float: left;
+    clear: both;
+    word-wrap: break-word;
+    word-break: normal;
+}
+
+.U_MD_F_X {
+    height: 30px;
+    clear: both;
+    margin-top: 5px;
+}
+
+.U_MD_F_X div {
+    float: right;
+    padding: 0 10px;
+}
+
+.U_MD_F_XC {
+    height: 26px;
+    border: 1px solid #c8c8c8;
+    background-color: #aaa;
+    color: White;
+    line-height: 27px;
+    border-radius: 26px;
+    margin-right: 14px;
+    cursor: pointer;
+    display: none;
+}
+
+.U_MD_F_XE {
+    height: 26px;
+    border: 1px solid #4c4c4c;
+    background-color: #4c4c4c;
+    color: White;
+    line-height: 27px;
+    border-radius: 26px;
+    margin-right: 25px;
+    cursor: pointer;
+}
+
+.U_MD_F_XE:hover {
+    border: 0;
+    height: 28px;
+    background-color: #B3B3B3;
+    color: White;
+    padding: 0 11px;
+    line-height: 29px;
+}
+
+.U_MD_F_XC:hover {
+    border: 0;
+    height: 28px;
+    background-color: #9f9f9f;
+    color: White;
+    padding: 0 11px;
+    line-height: 29px;
+}
+
+.U_MD_F_XE:hover {
+    background-color: #347FDB;
+}
+
+.U_MD_F_UploadPng {
+    background: url(/img/uoload.png) no-repeat 0;
+    background-position: 0p 5px;
+}
+
+.U_MD_F_LoaclChose:hover,
+.U_MD_F_DiskChose:hover {
+    background: #e6e9ed
+}
+
+.U_MD_F_H_checkAllCalendar:hover {
+    background: #c8e4ff;
+    color: #4f9bff;
+    border: 1px solid #6db3ff;
+}
+
+.U_MD_F_H_checkAllCalendar:active {
+    background: #158cff;
+    color: #fff;
+    border: 1px solid #158cff;
+}
+
+
+/*好友聊天区域*/
+
+.U_MD_F_H {}
+
+
+/*right:17px; top:100px; width:810px; height:626px; */
+
+.U_MD_F_H ::-webkit-scrollbar {
+    width: 4px;
+    height: 4px;
+}
+
+.U_MD_F_H_Z {
+    background-color: #E9E9E9;
+    display: none;
+    height: 100%;
+    z-index: 6;
+    overflow: hidden;
+    top: 0;
+}
+
+.U_MD_F_H_ZL {
+    width: 270px;
+    height: 100%;
+    float: left;
+    background-color: #E9E9E9;
+    border-right: 1px solid #CCC;
+}
+
+.U_MD_F_H_ZLT {
+    padding: 7px 0 4px 4px;
+    height: 63px;
+}
+
+.U_MD_F_H_ZLTA {
+    float: left;
+    margin-top: 2px;
+    width: 184px;
+}
+
+.U_MD_F_H_ZLTAO {
+    width: 40px;
+    height: 55px;
+    margin-left: 6px;
+    float: left;
+    cursor: pointer;
+    _display: inline;
+}
+
+.U_MD_F_H_ZLTAON {
+    line-height: 20px;
+    text-align: center;
+    font-size: 14px;
+}
+
+.U_MD_F_H_ZLTI {
+    float: left;
+    margin-left: 7px;
+    _display: inline;
+    cursor: pointer;
+    width: 55px;
+    height: 55px;
+}
+
+.U_MD_F_H_ZLTI img {
+    width: 55px;
+    height: 55px;
+    border-radius: 50%;
+}
+
+.U_MD_F_H_ZLTOK {
+    width: 40px;
+    height: 36px;
+}
+
+.U_MD_F_H_ZLTO {
+    background-position: -7px -117px;
+}
+
+.U_MD_F_H_ZLTOO,
+.U_MD_F_H_ZLTO:hover {
+    background-position: -7px -157px;
+}
+
+.U_MD_F_H_ZLTT {
+    background-position: -48px -117px;
+}
+
+.U_MD_F_H_ZLTTO,
+.U_MD_F_H_ZLTT:hover {
+    background-position: -48px -158px;
+}
+
+.U_MD_F_H_ZLTS {
+    background-position: -88px -117px;
+}
+
+.U_MD_F_H_ZLTSO,
+.U_MD_F_H_ZLTS:hover {
+    background-position: -88px -157px;
+}
+
+.U_MD_F_H_ZLTF {
+    background-position: -132px -117px;
+}
+
+.U_MD_F_H_ZLTFO,
+.U_MD_F_H_ZLTF:hover {
+    background-position: -132px -157px;
+}
+
+.U_MD_F_H_ZLS {
+    width: auto;
+    height: 25px;
+    border-bottom: 1px solid #C7C7C7;
+    border-top: 1px solid #C7C7C7;
+    padding: 6px 0;
+    background-color: #fff;
+    position: relative;
+    z-index: 1;
+}
+
+.U_MD_F_H_ZLSL {
+    width: 25px;
+    height: 25px;
+    background-position: -343px -123px;
+    float: left;
+    margin-left: 11px;
+    display: inline;
+}
+
+.U_MD_F_H_ZLSYT {
+    width: 30px;
+    height: 30px;
+    background-position: -310px -122px;
+    float: right;
+    margin-right: 0px;
+    display: inline;
+    margin-top: -24px;
+    display: none;
+}
+
+.U_MD_F_H_ZLSR {
+    width: 214px;
+    height: 25px;
+    float: left;
+}
+
+.U_MD_F_H_ZLSR input {
+    border: 0;
+    background: none;
+    outline: none;
+    height: 22px;
+    width: 210px;
+    line-height: normal;
+    line-height: 22px\9;
+    padding: 2px 0 0 8px;
+}
+
+.U_MD_F_H_ZLSF {
+    width: 259px;
+    background-color: White;
+    height: 710px;
+    overflow-x: hidden;
+    overflow-y: auto;
+    display: none;
+    margin-top: 32px;
+}
+
+.U_MD_F_H_ZLZ {
+    width: 100%;
+    height: 700px;
+    overflow-x: hidden;
+    overflow-y: auto;
+}
+
+.U_MD_F_H_ZLZO {
+    width: 100%;
+    float: left;
+}
+
+.U_MD_F_H_ZLZOT_img {
+    margin-right: 4px;
+    height: 6px;
+    width: 10px;
+    display: inline-block;
+    background-image: url("/BoomYun/img/pc/U_MD_F_H_ZLZOT_Open.png")
+}
+
+.U_MD_F_H_ZLZOT {
+    text-indent: 10px;
+    font-size: 14px;
+    color: Black;
+    cursor: pointer;
+    line-height: 20px;
+    width: 100%;
+    padding: 5px 0;
+    margin-top: 5px;
+}
+
+.U_MD_F_H_ZLZOC {
+    width: 100%;
+    float: left;
+}
+
+.U_MD_F_H_ZLZOCO {
+    height: 35px;
+    padding: 9px 0 9px 18px;
+    cursor: pointer;
+    position: relative;
+}
+
+.U_MD_F_H_ZLZOCO:hover {
+    background-color: #D0E2EE!important;
+    border-top: 1px solid #87C4ED;
+    border-bottom: 1px solid #87C4ED;
+    padding: 8px 0 8px 18px;
+}
+
+.U_MD_F_H_ZLZOCOO {
+    filter: gray;
+    -moz-opacity: .3;
+    opacity: 0.3;
+}
+
+.U_MD_F_H_ZLZOCOI {
+    width: 35px;
+    height: 35px;
+    float: left;
+}
+
+.U_MD_F_H_ZLZOCOI img {
+    width: 35px;
+    height: 35px;
+    border-radius: 50%;
+    float: left;
+}
+
+.U_MD_F_H_ZLZOCOR {
+    width: 130px;
+    margin-left: 10px;
+    float: left;
+    font-family: arial, sans-serif;
+}
+
+.U_MD_F_H_ZLZOCORN {
+    font-weight: bold;
+}
+
+.U_MD_F_H_ZLZOCORT {
+    color: #737373;
+    height: 18px;
+    line-height: 18px;
+    margin-top: 4px;
+}
+
+.U_MD_F_H_ZLZT {
+    width: 100%;
+}
+
+.U_MD_F_H_ZLZTS {
+    width: 50px;
+    height: 50px;
+    margin: 6px 0 0 10px;
+}
+
+.U_MD_F_H_ZLZTS img {
+    width: 48px;
+    height: 48px;
+    border: 1px solid #e4e4e4;
+    border-radius: 50%;
+    cursor: pointer;
+}
+
+.U_MD_F_H_ZLZTZ {
+    background-position: -560px -195px;
+    width: 20px;
+    height: 30px;
+    margin: -5px 0 0 60px;
+}
+
+.U_MD_F_H_ZLZTX {
+    font-family: arial, sans-serif;
+    font-size: 14px;
+    margin: 7px 0 0 38px;
+    width: 140px;
+}
+
+.U_MD_F_H_ZR {
+    width: calc(100% - 272px);
+    height: 100%;
+    background-color: #FFF;
+    float: left;
+    overflow: hidden;
+}
+
+div#U_MD_F_H_ZR {}
+
+.U_MD_F_H_ZRO {
+    margin-left: 40px;
+    float: left;
+}
+
+.U_MD_F_H_ZROS {
+    width: 420px;
+    margin: 20px auto auto auto;
+}
+
+.U_MD_F_H_ZROSS {
+    font-size: 32px;
+}
+
+.U_MD_F_H_ZROSZ {
+    color: #BBB;
+    margin-top: 14px;
+    font-style: italic;
+}
+
+.U_MD_F_H_ZROSX {
+    width: 100%;
+    height: 50px;
+    margin-top: -13px;
+}
+
+.U_MD_F_H_ZROSXL {
+    margin-top: 33px;
+    float: left;
+    font-family: arial, sans-serif;
+}
+
+.U_MD_F_H_ZROSXR {
+    width: 50px;
+    height: 50px;
+    float: left;
+    margin-left: 8px;
+    background-position: -950px -70px;
+}
+
+.U_MD_F_H_ZROX {
+    margin-top: 18px;
+    font-family: arial, sans-serif;
+}
+
+.U_MD_F_H_ZROXT {
+    width: 115px;
+    height: 22px;
+    line-height: 22px;
+    font-family: 微软雅黑;
+    font-size: 14px;
+}
+
+.U_MD_F_H_ZROXX {
+    width: 100%;
+    overflow: hidden;
+}
+
+.U_MD_F_H_ZROXXO {
+    float: left;
+    height: 25px;
+    width: 225px;
+    height: 129px;
+    margin-top: 23px;
+}
+
+.U_MD_F_H_ZROXXOS {
+    width: 100%;
+    height: 55px;
+}
+
+.U_MD_F_H_ZROXXOSL {
+    width: 55px;
+    height: 55px;
+    float: left;
+}
+
+.U_MD_F_H_ZROXXOSL img {
+    width: 55px;
+    height: 55px;
+    border-radius: 50%;
+    cursor: pointer;
+}
+
+.U_MD_F_H_ZROXXOSN {
+    max-width: 80px;
+    margin: 20px 0 0 10px;
+    font-size: 14px;
+    font-weight: 700;
+    float: left;
+}
+
+.U_MD_F_H_ZROXXOSR {
+    cursor: pointer;
+    font-size: 14px;
+    margin: 13px 0 0 10px;
+    width: 52px;
+    text-align: center;
+    border: 1px solid #e4e4e4;
+    float: left;
+    height: 25px;
+    line-height: 25px;
+    color: #0173FF;
+    border-radius: 25px;
+}
+
+.U_MD_F_H_ZROXXOSR:hover {
+    color: White;
+    background-color: #0173FF;
+    border: 1px solid #0173FF;
+}
+
+.U_MD_F_H_R {
+    z-index: 999;
+    background-color: White;
+    width: 45px;
+    border: 1px solid #c7c7c7;
+    border-right: 0;
+    border-radius: 15px 0 0 15px;
+    padding: 12px 10px 5px 0;
+    cursor: pointer;
+    display: none;
+    position: absolute;
+    right: 0px;
+    top: 50%;
+    margin-top: -280px;
+    visibility: hidden;
+}
+
+.U_MD_F_H_RI {
+    width: 35px;
+    background-color: #28e456;
+    height: 35px;
+    background-position: -305px -117px;
+    border-radius: 50%;
+    cursor: pointer;
+    margin-left: 10px;
+}
+
+.U_MD_F_H_RC {
+    height: 475px;
+    width: 100%;
+    overflow: hidden;
+}
+
+.U_MD_F_H_RC img {
+    width: 35px;
+    height: 35px;
+    border-radius: 50%;
+    cursor: pointer;
+}
+
+.U_MD_F_H_RCI {
+    margin: 9px 0 0 10px;
+}
+
+.U_MD_F_H_RCO {}
+
+.U_MD_F_H_RCOO {
+    width: 35px;
+    height: 35px;
+    margin: 10px 0 0 10px;
+    position: relative;
+}
+
+.U_MD_F_H_RCOO div {
+    display: block;
+}
+
+.U_MD_F_H_RCOON {
+    float: left;
+    width: 35px;
+    height: 35px;
+}
+
+.U_MD_F_H_RCOONTw {
+    float: left;
+    width: 35px;
+    height: 35px;
+}
+
+.U_MD_F_H_RCOI {
+    background-color: #60e480;
+    color: White;
+    text-align: center;
+    width: 18px;
+    height: 18px;
+    line-height: 18px;
+    position: absolute;
+    top: -5px;
+    left: -5px;
+    font-size: 10px;
+    border-radius: 50%;
+}
+
+.U_MD_F_H_RCT {
+    width: 100%;
+    height: 102px;
+    margin-top: 15px;
+}
+
+.U_MD_F_H_RCTS {
+    width: 30px;
+    height: 30px;
+    margin-left: 12px;
+}
+
+.U_MD_F_H_RCTS img {
+    width: 28px;
+    height: 28px;
+    border: 1px solid #e4e4e4;
+    border-radius: 50%;
+}
+
+.U_MD_F_H_RCTZ {
+    background-position: -560px -195px;
+    width: 20px;
+    height: 30px;
+    margin: 7px 0 0 20px;
+}
+
+.U_MD_F_H_RCTX {
+    color: #707070;
+    font-family: arial, sans-serif;
+    margin: 3px 0 0 9px;
+    line-height: 15px;
+}
+
+.U_MD_F_H_RD {
+    font-size: 30px;
+    color: #ABABAB;
+    padding-bottom: 20px;
+    text-align: center;
+    line-height: 0px;
+    margin: 10px 0 0 10px;
+    cursor: pointer;
+}
+
+.U_MD_F_H_RD:hover {
+    color: Black;
+}
+
+
+/*选择联系人*/
+
+.U_MD_F_RC_box {
+    display: table;
+    width: 100%;
+}
+
+.U_MD_F_RC_SHOW {
+    border-left: 1px solid #e9e9e9
+}
+
+.U_MD_F_RC {
+    display: table-cell;
+    width: 50%;
+    background-color: #f3f3f3;
+    vertical-align: top
+}
+
+.U_MD_F_RC_T {
+    overflow: hidden;
+}
+
+.U_MD_F_RC_TL {
+    height: 25px;
+    font-weight: bold;
+    font-size: 15px;
+}
+
+.U_MD_F_RC_TLC {
+    float: left;
+}
+
+.U_MD_F_RC_TLI {
+    float: right;
+}
+
+.U_MD_F_RC_S {
+    position: relative;
+    overflow: hidden;
+    margin: 9px 13px 0;
+    text-align: center;
+    padding-bottom: 9px;
+    border-bottom: 1px solid #e9e9e9;
+}
+
+.U_MD_F_RC_S div {
+    float: none
+}
+
+.U_MD_F_RC_SS {
+    display: inline-block;
+    width: 99%;
+    height: 26px;
+    border: 1px solid #CCC;
+    border-radius: 4px;
+    background-color: #fff;
+    overflow: hidden;
+}
+
+.U_MD_F_RC_SS input {
+    width: 100%;
+    line-height: normal;
+    line-height: 26px\9;
+    height: 26px;
+    color: #787878;
+    padding: 0 !important;
+    border: 0;
+    text-indent: 3px;
+}
+
+.U_MD_F_RC_C {
+    height: 415px;
+    overflow-y: auto;
+    position: relative;
+}
+
+.U_MD_F_RC_CA {
+    position: absolute;
+    top: 50%;
+    font-size: 18px;
+    text-align: center;
+    color: #999;
+    width: 100%;
+    margin-top: -30px;
+}
+
+.U_MD_F_RC_CO {
+    height: 35px;
+    margin-top: 5px;
+    padding: 5px 0;
+    cursor: pointer;
+}
+
+.U_MD_F_RC_CO div {
+    float: left;
+}
+
+.U_MD_F_RC_CO:hover {
+    background-color: #eee;
+}
+
+.U_MD_F_RC_COI {
+    width: 25px;
+    height: 25px;
+    background-position: -816px -60px;
+    margin: 8px 0 0 10px;
+}
+
+.U_MD_F_RC_COI:hover,
+.U_MD_F_RC_COIO {
+    background-position: -786px -60px;
+}
+
+.U_MD_F_RC_COC {
+    width: 150px;
+    margin-left: 15px;
+    height: 100%;
+}
+
+.U_MD_F_RC_COC img {
+    float: left;
+    width: 35px;
+    height: 35px;
+    border-radius: 50%;
+    cursor: pointer;
+}
+
+.U_MD_F_RC_COCN {
+    float: left;
+    height: 35px;
+    margin-left: 10px;
+    width: 100px;
+    line-height: 35px;
+}
+
+.U_MD_F_RC_D {
+    /* position: absolute; */
+    /* bottom: 0; */
+    width: 100%;
+    border-top: 1px solid #e9e9e9;
+    padding: 4px 12px 4px 0;
+    box-sizing: border-box;
+    background-color: #f3f3f3;
+}
+
+.U_MD_F_RC_DQ {
+    float: right;
+    text-align: center;
+    height: 25px;
+    line-height: 25px;
+    cursor: pointer;
+    border-radius: 6px;
+}
+
+.U_MD_F_RC_DQ:hover {
+    background-color: #999;
+    color: #fff
+}
+
+.U_MD_F_RC_DQO {
+    background-color: #347FDB;
+    margin-left: 10px;
+    width: 100px;
+    color: #fff
+}
+
+.U_MD_F_RC_DQC {
+    width: 72px;
+    background-color: #fff;
+    border: 1px solid #cbd3e3;
+    box-sizing: border-box;
+}
+
+.U_MD_F_RC_DQO:hover {
+    background-color: #26CA26;
+}
+
+.U_MD_F_RC_FS {
+    line-height: 25px;
+    margin-left: 10px;
+    cursor: pointer
+}
+
+.U_MD_F_RC_FS:hover {
+    border-bottom: 1px solid #999
+}
+
+.U_MD_F_RC_C_P {
+    font-size: 14px;
+    margin: 25px 13px 0 10px;
+    padding-bottom: 6px;
+    border-bottom: 1px solid #e9e9e9
+}
+
+.U_MD_F_RC_C_C_A {
+    margin-top: 10px;
+    margin-left: 10px
+}
+
+.U_MD_F_RC_C_C_A>img {
+    width: 40px;
+    vertical-align: middle;
+}
+
+.U_MD_F_RC_C_C_A>span {
+    vertical-align: middle;
+    padding-left: 10px
+}
+
+.U_MD_F_RC_GF {
+    cursor: pointer;
+    padding: 5px 10px;
+}
+
+.U_MD_F_RC_GF:hover {
+    background-color: #e9e9e9
+}
+
+.U_MD_F_RC_GF>img {
+    vertical-align: middle
+}
+
+.U_MD_F_RC_GF>span {
+    vertical-align: middle;
+    font-size: 14px
+}
+
+.U_MD_F_RC_Join {
+    margin-left: 32px;
+    font-weight: bold;
+    font-size: 14px
+}
+
+.U_MD_F_RC_Join_txt {
+    padding-top: 40px;
+}
+
+.U_MD_F_RC_Join_btn {
+    display: inline-block;
+    padding: .5em 1em;
+    margin-top: 6px;
+    background-color: rgb(41, 103, 167);
+    color: #fff;
+    cursor: pointer
+}
+
+.U_MD_F_RC_Join_btn:hover {
+    background-color: #26CA26;
+}
+
+
+/*好友窗体*/
+
+.U_MD_F_W {
+    margin-top: 7px;
+}
+
+.U_MD_F_W_S {
+    color: #eee;
+    font-size: 15px;
+    line-height: 15px;
+    width: 15px;
+    height: 10px;
+    margin-left: 10px;
+}
+
+.U_MD_F_W_X {
+    background-color: #F5F5F5;
+    padding: 6px 8px 8px 6px;
+    border-radius: 18px;
+    line-height: 20px;
+    overflow: hidden;
+    max-height: 37px;
+}
+
+
+/*好友分组*/
+
+.U_MD_F_G {
+    width: 200px;
+    margin: 25px auto;
+    float: none;
+}
+
+.U_MD_F_G input {
+    width: 195px;
+}
+
+
+/*弹出好友添加*/
+
+.U_MD_F_A {
+    float: left;
+    width: 100%;
+    height: 78px;
+    margin-top: 12%;
+    text-align: center
+}
+
+.U_MD_F_RA {
+    float: left;
+    width: 20%;
+    margin-left: 3.5%;
+    background: #f6f6f6;
+    line-height: 78px;
+    border: 1px solid #d9d9d9;
+    border-radius: 4px;
+    font-size: 14px;
+    cursor: pointer
+}
+
+.U_MD_F_RA_E {
+    float: left;
+    width: 20%;
+    margin-left: 3.5%;
+    height: 30px;
+    background: #f6f6f6;
+    border: 1px solid #d9d9d9;
+    border-radius: 4px;
+    padding-top: 24px;
+    padding-bottom: 24px;
+    font-size: 14px;
+    cursor: pointer
+}
+
+
+/*提示*/
+
+.U_MD_F_A_T {
+    font-size: 15px;
+    font-family: "宋体";
+    padding: 20px 10px;
+}
+
+.U_MD_F_A_T_All {
+    width: 158px;
+    height: 24px;
+    margin: 0 auto;
+}
+
+.U_MD_F_A_T_OFF {
+    float: left;
+    font-size: 14px;
+    font-family: "宋体";
+    padding: 4px 13px;
+    background: #999999;
+    /* border-radius: 5px; */
+    color: #fff;
+    /* margin-left: 50%; */
+    margin-right: 50px;
+    cursor: pointer;
+}
+
+.U_MD_F_A_T_OUT {
+    float: left;
+    font-size: 14px;
+    font-family: "宋体";
+    padding: 4px 13px;
+    background: #999999;
+    /* border-radius: 5px; */
+    color: #fff;
+    /* margin-left: 50%; */
+    cursor: pointer;
+}
+
+.U_MD_F_A_T_OFF:hover {
+    background: #347fdb;
+}
+
+.U_MD_F_A_T_OUT:hover {
+    background: #347fdb;
+}
+
+.U_MD_F_A_S {
+    width: 26px;
+    height: 26px;
+    background-position: -622px -118px;
+    border-radius: 50%;
+    margin: 1px 0 0 8px;
+    display: inline;
+    float: left;
+    cursor: pointer;
+}
+
+.U_MD_F_A_AddNewGrouper {
+    background: #e5e5e5;
+    padding: 5px 0px 5px 5px
+}
+
+
+/***<jscompress sourcefile="FriendRight.css" />*/
+
+.test {
+    background: Red;
+}
+
+.U_MD_F_G_Y_Div {
+    height: 200px;
+    margin: 10px;
+    float: left;
+}
+
+.U_MD_F_G_Y_Div:hover {
+    background: lightblue;
+    cursor: pointer;
+}
+
+.U_MD_F_G_Div {
+    display: none;
+    width: 130px;
+    position: absolute;
+    z-index: 999;
+    border: 1px solid #dcdcdc;
+}
+
+.U_MD_F_G_Div2 {
+    display: none;
+    width: 100px;
+    height: 25px;
+    position: absolute;
+    z-index: 999;
+    border: 1px solid #999;
+}
+
+.U_MD_F_G_Div_Child {
+    width: 100%;
+    height: 50%;
+    text-align: center;
+    background: #fff;
+    color: white;
+    cursor: _context-menu;
+    line-height: 25px;
+    color: black;
+    position: relative;
+}
+
+.U_MD_F_G_Div_Child2 {
+    width: 100%;
+    height: 100%;
+    text-align: center;
+    background: #fff;
+    color: white;
+    cursor: pointer;
+    line-height: 25px;
+    color: black;
+}
+
+.U_MD_F_G_Div_Children {
+    width: 100px;
+    background: #fff;
+    position: absolute;
+    z-index: 999;
+    display: none;
+    box-shadow: 3px 4px 7px #888888;
+    right: -102px;
+    top: 50px;
+    border: 1px solid #DCDCDC;
+}
+
+.U_MD_F_G_Div_Children_A {
+    width: 100%;
+    text-align: center;
+    background: #fff;
+    color: white;
+    cursor: _context-menu;
+    line-height: 25px;
+    color: black;
+    position: relative;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    white-space: nowrap;
+}
+
+.U_MD_F_G_Div_Children_A:hover {
+    background: rgb(217, 237, 249) !important;
+}
+
+.U_MD_F_G_Div_Child:hover {
+    background: rgb(217, 237, 249) !important;
+}
+
+.U_MD_F_G_Div_Child2:hover {
+    background: rgb(217, 237, 249) !important;
+}
+
+.U_MD_F_G_Div_Q {
+    height: 32px;
+    line-height: 32px;
+    text-indent: 10px;
+    font-size: 13px;
+    width: auto;
+    cursor: pointer;
+    margin: 1px 10px;
+}
+
+.U_MD_F_G_Div_QO,
+.U_MD_F_G_Div_Q:hover {
+    background: rgb(217, 237, 249) !important;
+    border-left: 1px solid #87C4ED;
+    border: 1px solid #87C4ED;
+    height: 30px;
+    line-height: 30px;
+    margin: 1px 9px;
+}
+
+.U_MD_F_G_Div_QQ,
+.U_MD_F_G_Div_Q:hover {
+    background: rgb(217, 237, 249) !important;
+    border-left: 1px solid #87C4ED;
+    border: 1px solid #87C4ED;
+}
+
+
+/*好友界面右上角设置*/
+
+.U_MD_F_G_S_Wrap {
+    overflow: hidden;
+    margin: 25px 10px 10px 25px;
+    max-width: 363px;
+    float: left;
+}
+
+.U_MD_F_G_S_A {
+    width: 100%;
+    overflow: hidden;
+}
+
+.U_MD_F_G_S_B {
+    width: 75px;
+    height: 42px;
+    vertical-align: middle;
+    padding: 22px 15px;
+    border: 1px solid #e4e4e4;
+    font-size: 16px;
+    text-align: center;
+    float: left;
+    margin: 50px 0px 10px 18px;
+    cursor: pointer;
+    background: rgb(246, 246, 246);
+    border-radius: 5px;
+}
+
+.U_MD_F_G_S_B:hover {
+    background: lightblue !important;
+}
+
+.U_MD_F_G_S_C {
+    width: 65px;
+    margin: 25px auto;
+}
+
+.U_F_R_S_Input {
+    margin: 15px 10px 10px 61px;
+}
+
+
+/*删除*/
+
+.U_MD_F_G_D {}
+
+.U_MD_F_G_D_A {
+    overflow: auto;
+    margin: auto;
+    font-size: 23px;
+    padding-top: 20px;
+}
+
+.U_MD_F_G_D_AL {
+    float: left;
+    margin-left: 15px;
+}
+
+.U_MD_F_G_D_AL img {
+    width: 40px;
+    height: 40px;
+    cursor: pointer;
+}
+
+.U_MD_F_G_D_AR {
+    float: left;
+    margin-left: 10px;
+    line-height: 46px;
+}
+
+.U_MD_F_G_D_B {
+    margin-top: 1%;
+}
+
+.U_MD_F_G_D_C {
+    color: green;
+    float: left;
+    font-size: 32px;
+}
+
+.U_MD_F_G_DelP1 {
+    display: block;
+    font-size: 14px;
+    margin-top: 1px;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    white-space: nowrap;
+}
+
+.U_MD_F_G_DelP2 {
+    display: block;
+    font-size: 13px;
+    margin-top: 3px;
+    color: #999;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    white-space: nowrap;
+}
+
+.U_MD_F_G_DelSpan {
+    font-size: 11px;
+    display: block;
+    margin: 0 auto;
+    padding: 36px 15px 6px 15px;
+}
+
+
+/*右键菜单功能*/
+
+
+/*移动设置*/
+
+.U_MD_F_G_Y_D {}
+
+.U_MD_F_G_Y_DT {
+    padding: 10px 0 10px 10px;
+    font-size: 14px;
+}
+
+.U_MD_F_G_Y_DS {
+    padding-bottom: 10px;
+}
+
+
+/***<jscompress sourcefile="FriendSearch.css" />*/
+
+
+/*搜索框的处理*/
+
+.U_MD_F_S {
+    width: 70%;
+    position: absolute;
+    border: 1px solid #444;
+    background-color: #fff;
+    z-index: 10;
+    border-radius: 1px;
+    overflow: visible;
+}
+
+.U_MD_F_S_T {
+    height: 25px;
+    line-height: 23px;
+    background-color: #404040;
+    overflow: hidden;
+    color: White;
+    font-size: 14px;
+    overflow: hidden;
+}
+
+.U_MD_F_S_TI {
+    text-indent: 10px;
+    color: White;
+    line-height: inherit;
+    font-size: 14px;
+    line-height: 23px;
+    float: left;
+}
+
+.U_MD_F_S_TO {
+    line-height: 25px;
+    font-size: 14px;
+    height: 25px;
+    float: left;
+    color: #FFF;
+}
+
+.U_MD_F_S_TO div {
+    float: left;
+    cursor: pointer;
+    height: 30px;
+    padding: 0 3px;
+}
+
+.U_MD_F_S_TO div:hover,
+.U_MD_F_S_TOS {
+    border-bottom: 2px solid #FFF;
+    color: #ddf3ff;
+}
+
+.U_MD_F_S_TL {
+    margin-left: 25px;
+}
+
+.U_MD_F_S_TR {
+    margin-left: 15px;
+}
+
+.U_MD_F_S_TD {
+    margin-left: 15px;
+    width: 430px;
+    height: 25px;
+    float: left;
+}
+
+.U_MD_F_S_TDL {
+    width: 350px;
+    height: 25px;
+    background-color: #FFF;
+    border-radius: 5px;
+    float: left;
+}
+
+.U_MD_F_S_TDL input {
+    color: #999;
+    border: 0;
+    outline: 0;
+    padding: 0 0 0 10px;
+    width: 350px;
+    height: 25px;
+    line-height: normal;
+    line-height: 25px\9;
+    font-family: 微软雅黑;
+    font-size: 14px;
+    background-color: transparent;
+    margin: 0;
+}
+
+.U_MD_F_S_TDR {
+    width: 60px;
+    margin-left: 10px;
+    background-color: #00C224;
+    height: 25px;
+    line-height: 25px;
+    text-align: center;
+    font-size: 14px;
+    border-radius: 5px;
+    float: left;
+    color: #FFF;
+    cursor: pointer;
+}
+
+.U_MD_F_S_C {
+    width: 100%;
+    position: relative;
+    /*overflow: hidden;*/
+}
+
+.U_MD_F_S_CO {
+    text-align: left;
+    overflow: auto;
+}
+
+.U_MD_F_S_CT {
+    margin: 7px 0 0 20px;
+    color: #111;
+    font-family: 宋体;
+    font-size: 13px;
+}
+
+.U_MD_F_S_CX {
+    padding: 1px 10px 20px 45px;
+    overflow: hidden;
+    margin: auto;
+}
+
+.U_MD_F_S_CXT {
+    width: 100%;
+    text-align: center;
+    font-size: 37px;
+    color: #999;
+    margin-top: 130px;
+}
+
+.U_MD_F_S_CXO {
+    width: 140px;
+    height: 135px;
+    padding-top: 10px;
+    background-color: #EEE;
+    border: 1px solid #666;
+    margin: 15px 7px 0 6px;
+    border-radius: 5px;
+    float: left;
+    cursor: pointer;
+}
+
+.U_MD_F_S_CXO:hover .U_MD_F_S_CXODO,
+.U_MD_F_S_CXODT {
+    background-color: #00B1F4;
+}
+
+.U_MD_F_S_CXO:hover .U_MD_F_S_CXODT,
+.U_MD_F_S_CXODO {
+    background-color: #01D729;
+}
+
+.U_MD_F_S_CXOT {
+    height: 30px;
+    line-height: 30px;
+    padding-left: 10px;
+}
+
+.U_MD_F_S_CXOTL {
+    width: 30px;
+    height: 30px;
+    float: left;
+    cursor: pointer;
+}
+
+.U_MD_F_S_CXOTL img {
+    width: 30px;
+    height: 30px;
+}
+
+.U_MD_F_S_CXOTR {
+    width: 80px;
+    margin-left: 10px;
+    font-size: 13px;
+    float: left;
+    cursor: pointer;
+}
+
+.U_MD_F_S_CXOZ {
+    height: 70px;
+    margin: 5px 0 0 10px;
+    line-height: 20px;
+    font-family: 宋体;
+}
+
+.U_MD_F_S_CXOZS {
+    margin-top: 2px;
+    color: #999;
+}
+
+.U_MD_F_S_CXOZZ {
+    margin-top: 2px;
+    color: #999;
+}
+
+.U_MD_F_S_CXOZZ span {
+    color: #006699;
+    font-size: 18px;
+    margin-left: 1px;
+    font-family: 微软雅黑;
+    line-height: 24px;
+}
+
+.U_MD_F_S_CXOD {
+    height: 30px;
+    line-height: 30px;
+    width: 100%;
+    text-align: center;
+    color: #FFF;
+    cursor: pointer;
+    border-radius: 0 0 5px 5px;
+    font-size: 14px;
+}
+
+.U_MD_F_S_CD {
+    width: 100%;
+    height: 30px;
+    position: absolute;
+    bottom: 0px;
+}
+
+.U_MD_F_S_CA {
+    position: absolute;
+    top: 3px;
+    right: 0px;
+    width: 80px;
+    display: table-cell;
+    vertical-align: middle;
+}
+
+.U_MD_F_S_S {
+    width: 20px;
+    height: 20px;
+    background-position: -874px -61px;
+    float: right;
+    margin-right: 3px;
+    cursor: pointer;
+}
+
+.U_MD_F_S_S:hover {
+    background-position: -850px -61px;
+}
+
+.U_MD_F_S_D {
+    background-position: -592px -252px;
+    float: right;
+    margin-right: 7px;
+    width: 20px;
+    height: 20px;
+    cursor: pointer;
+}
+
+.U_MD_F_S_D:hover {
+    background-position: -622px -231px;
+}
+
+.U_MD_F_S_F {
+    background-position: -620px -256px;
+    float: right;
+    margin-right: 10px;
+    width: 20px;
+    height: 20px;
+    cursor: pointer;
+}
+
+.U_MD_F_S_F:hover {
+    background-position: -620px -273px;
+}
+
+.U_MD_F_S_Local_NoData {
+    text-align: center;
+    line-height: 100px;
+}
+
+.U_MD_F_S_Local_Result {
+    line-height: 35px;
+    text-indent: 10px;
+    height: 35px;
+    padding: 9px 0 9px 18px;
+}
+
+.U_MD_F_S_Local_Result:hover,
+.U_MD_F_S_Local_Result_Hover {
+    background-color: #D0E2EE!important;
+    border-top: 1px solid #87C4ED;
+    border-bottom: 1px solid #87C4ED;
+    padding: 8px 0 8px 18px;
+}
+
+.U_MD_F_S_Pop {
+    display: none;
+}
+
+.U_MD_F_S_Pop_Head {
+    height: 70px;
+    background-color: #428DDB;
+    color: #FFF;
+    padding: 15px 0;
+}
+
+.U_MD_F_S_Pop_Head_Nav {
+    width: 324px;
+    margin: 0 auto;
+    height: 25px;
+    line-height: 25px;
+}
+
+.U_MD_F_S_Pop_Head_Nav_font {
+    float: left;
+    height: 20px;
+    text-align: center;
+    line-height: 20px;
+    border-left: 2px solid #DDD;
+    font-size: 18px;
+}
+
+.U_MD_F_S_Pop_Head_Nav_font span {
+    margin: 0 20px;
+    cursor: pointer;
+}
+
+.U_MD_F_S_Pop_Head_Nav_fonto,
+.U_MD_F_S_Pop_Head_Nav_font span:hover {
+    border-bottom: 2px solid #FFF;
+}
+
+.U_MD_F_S_Pop_Head_S {
+    width: 596px;
+    height: 30px;
+    line-height: 30px;
+    margin: 10px auto 0 auto;
+}
+
+.U_MD_F_S_Pop_Head_S_L {
+    width: 490px;
+    height: 30px;
+    float: left;
+}
+
+.U_MD_F_S_Pop_Head_S_L input {
+    width: 488px;
+    border: 0;
+    outline: 0;
+    height: 30px;
+    line-height: normal;
+    line-height: 30px\9;
+    color: #999;
+    text-indent: 8px;
+}
+
+.U_MD_F_S_Pop_Head_S_R {
+    width: 96px;
+    margin-left: 10px;
+    height: 30px;
+    text-align: center;
+    background-color: #3A3A3A;
+    float: left;
+    font-size: 14px;
+}
+
+.U_MD_F_S_Pop_Content {
+    overflow: auto;
+}
+
+.U_MD_F_S_Pop_Content_M {
+    margin: auto;
+}
+
+.U_MD_F_S_Pop_Content_G {
+    width: 213px;
+    height: 128px;
+    border: 1px solid #DDD;
+    margin: 10px 0 0 10px;
+    overflow: auto;
+    float: left;
+    cursor: pointer;
+}
+
+.U_MD_F_S_Pop_Content_G:hover {
+    background-color: #e4f5ff;
+}
+
+.U_MD_F_S_Pop_Content_G_T {
+    height: 70px;
+    padding: 8px 10px;
+}
+
+.U_MD_F_S_Pop_Content_G_T_L {
+    width: 55px;
+    height: 55px;
+    float: left;
+}
+
+.U_MD_F_S_Pop_Content_G_T_L img {
+    width: 55px;
+    height: 55px;
+    border-radius: 50%;
+}
+
+.U_MD_F_S_Pop_Content_G_T_R {
+    float: left;
+    margin-left: 10px;
+    width: 120px;
+    overflow: hidden;
+}
+
+.U_MD_F_S_Pop_Content_G_T_R_T {
+    font-size: 13px;
+    width: 100%;
+    font-size: 16px;
+}
+
+.U_MD_F_S_Pop_Content_G_T_R_C {
+    width: 100%;
+    font-size: 15px;
+    color: #CCC;
+    margin-top: 5px;
+}
+
+.U_MD_F_S_Pop_Content_G_T_R_B {
+    width: 100%;
+    font-size: 14px;
+    margin-top: 5px;
+}
+
+.U_MD_F_S_Pop_Content_G_B {
+    width: 100%;
+    border-top: 1px solid #DDD;
+}
+
+.U_MD_F_S_Pop_Content_G_B_A {
+    float: right;
+    margin: 8px 8px 0 0;
+    width: 50px;
+    height: 25px;
+    line-height: 25px;
+    color: #FFF;
+    background-color: #9FCBF9;
+    text-align: center;
+    font-size: 14px;
+}
+
+.U_MD_F_S_Pop_Loading {
+    width: 100%;
+    height: 25px;
+    position: relative;
+}
+
+
+/***<jscompress sourcefile="FriendWindow.css" />*/
+
+.U_MD_F_W_Face {
+    background-image: url(/img/facelogo.png);
+    background-repeat: no-repeat;
+    background-position: center;
+    margin-right: 5px;
+}
+
+.U_MD_F_W_Face:hover {
+    background-image: url(/img/facelogohover.png);
+    background-repeat: no-repeat;
+    background-position: center;
+    margin-right: 5px;
+}
+
+
+/***<jscompress sourcefile="Group.css" />*/
+
+
+/*好友群*/
+
+.U_MD_F_G {
+    /*min-height:470px;*/
+}
+
+.U_MD_F_GT {
+    height: 50px;
+}
+
+.U_MD_F_GT img {
+    border-radius: 50%;
+    cursor: pointer;
+}
+
+.U_MD_F_GTH {
+    width: 40px;
+    height: 100%;
+    margin-top: 10px;
+}
+
+.U_MD_F_GTT {
+    margin-top: 10px;
+}
+
+.U_MD_F_GC {
+    width: 400px;
+}
+
+.U_MD_F_GM {
+    float: left;
+}
+
+.U_MD_F_GCTLC {
+    /*float:right;*/
+}
+
+
+/*添加群*/
+
+.U_MD_F_Add {
+    background-color: White;
+    padding: 6px 0px 10px 10px;
+    overflow: hidden;
+    display: none;
+}
+
+.U_MD_F_Add_T {
+    background-color: White;
+}
+
+.U_MD_F_Add_TA {}
+
+.U_MD_F_Add_TL {
+    float: left;
+    width: 20px;
+    height: 20px;
+    background-position: -725px -29px;
+    cursor: pointer;
+}
+
+.U_MD_F_Add_TL:hover {
+    background-position: -754px -29px;
+}
+
+.U_MD_F_Add_TN {
+    height: 30px;
+}
+
+.U_MD_F_Add_TNL {
+    margin-left: 12px;
+    height: 32px;
+    width: 202px;
+    border-radius: 4px;
+    overflow: hidden;
+    background-color: #FFF;
+}
+
+.U_MD_F_Add_TNLFZ {
+    margin-left: 60px;
+    height: 32px;
+    width: 202px;
+    border-radius: 4px;
+    overflow: hidden;
+    background-color: #FFF;
+}
+
+.U_MD_F_Add_TNLFZ input {
+    color: Black;
+    height: 25px;
+    line-height: 25px;
+    border: 1px solid #666;
+    border-radius: 5px;
+}
+
+.U_MD_F_Add_TNL input {
+    color: Black;
+    height: 25px;
+    line-height: 25px;
+    border: 1px solid #666;
+    border-radius: 5px;
+}
+
+.U_MD_F_Add_TNMO {
+    margin-top: 10px;
+    overflow: hidden;
+    padding: 5px 0;
+    border-bottom: 1px solid #DCDCDC;
+}
+
+.U_MD_F_Add_TNM {
+    font-size: 15px;
+    font-weight: bold;
+    text-align: right;
+    width: 72px;
+    float: left;
+    height: 30px;
+    line-height: 30px;
+}
+
+.U_MD_F_Add_TNM_TIT {
+    font-size: 14px;
+}
+
+.U_MD_F_Add_TNM_ADD {
+    float: right;
+    margin-right: 25px;
+    margin-top: 5px;
+}
+
+.U_MD_F_Add_TNM_Number {
+    float: left;
+    font-size: 14px;
+    margin-left: 4px;
+    line-height: 30px;
+}
+
+.U_MD_F_Add_TNM_ADDI {
+    width: 22px;
+    height: 22px;
+    cursor: pointer;
+}
+
+.U_MD_F_Add_C_D {
+    height: 30px;
+    border-bottom: 1px solid #DCDCDC
+}
+
+.U_MD_F_Add_C_T {
+    float: left;
+    width: 32%;
+    margin-left: 2%;
+    text-align: left;
+    text-indent: 3px;
+}
+
+.U_MD_F_Add_TNC {
+    width: 257px;
+    float: left;
+}
+
+.U_MD_F_Add_TNC input {
+    width: 250px;
+    border-radius: 3px;
+    background: rgba(255, 255, 255, 1);
+    border: 1px solid rgba(157, 157, 157, 1);
+}
+
+.U_MD_F_Add_TJ {
+    margin-top: 8px;
+    overflow: hidden;
+}
+
+.U_MD_F_Add_TJO {
+    width: 262px;
+    height: 96px;
+    background-color: #FFF;
+}
+
+.U_MD_F_Add_TJO textarea {
+    width: 253px;
+    height: 84px;
+    overflow: hidden;
+    outline: 0;
+    background: gba(255, 255, 255, 1);
+    border: 1px solid rgba(157, 157, 157, 1);
+    border-radius: 3px;
+    padding: 0 0 0 2px;
+}
+
+.U_MD_F_Add_TN {}
+
+.U_MD_F_Add_C {
+    display: block;
+    overflow: hidden;
+    overflow-y: auto;
+    padding: 8px 0;
+    max-height: 232px;
+    height: 232px;
+}
+
+.U_MD_F_Add_CM {
+    line-height: 320px;
+    text-align: center;
+    color: #BDBDBD;
+    font-size: 30px;
+}
+
+.U_MD_F_Add_CO {
+    float: left;
+    width: 100%;
+    height: 30px;
+    margin-top: 15px;
+    cursor: pointer;
+}
+
+.U_MD_F_Add_COM {
+    font-size: 15px;
+    font-family: arial, sans-serif;
+    height: 30px;
+    line-height: 30px;
+    text-align: center;
+    float: left;
+    text-align: left;
+    text-indent: 4px;
+    width: 110px;
+}
+
+.U_MD_F_Add_CO img {
+    width: 30px;
+    height: 30px;
+    border-radius: 50%;
+    cursor: pointer;
+    float: left;
+    margin-left: 5px;
+}
+
+.U_MD_F_Add_CA {
+    height: 80px;
+    background-color: #ccc;
+    border-radius: 50%;
+    color: #888;
+    text-align: center;
+    font-size: 60px;
+    line-height: 75px;
+    font-weight: 100;
+}
+
+.U_MD_F_Add_D {
+    height: 25px;
+    margin: 10px 0 10px 0;
+    float: right;
+}
+
+.U_MD_F_Add_D div {
+    float: left;
+    margin-right: 15px;
+    width: 100px;
+    height: 32px;
+    line-height: 32px;
+    text-align: center;
+    color: White;
+    border-radius: 5px;
+    font-size: 16px;
+}
+
+.U_MD_F_Add_DQ {
+    background-color: #347FDB;
+    width: 80px;
+    cursor: pointer;
+}
+
+.U_MD_F_Add_DX {
+    background-color: #999;
+    width: 50px;
+    cursor: pointer;
+}
+
+.U_MD_F_Add_DX:hover {
+    background-color: #B3B3B3;
+}
+
+.U_MD_F_Add_DQ:hover {}
+
+.U_MD_F_Add_B {
+    width: 92px;
+    height: 28px;
+    background: rgba(237, 0, 0, 1);
+    border-radius: 3px;
+    margin: 5px auto 0px auto;
+    line-height: 28px;
+    text-align: center;
+    font-size: 13px;
+    color: rgba(255, 255, 255, 1);
+    cursor: pointer;
+}
+
+.U_MD_F_Add_R {
+    width: 32%;
+    height: 30px;
+    float: left;
+}
+
+.U_MD_F_Add_R img {
+    width: 20px;
+    height: 20px;
+    border-radius: 0;
+    margin: 3px 0 0 21px;
+}
+
+.U_MD_F_Add_RS img {
+    margin-left: 15px;
+}
+
+.U_MD_F_Add_TNM_ADD2 {
+    display: none;
+    height: 16px;
+    line-height: 30px;
+}
+
+.U_MD_F_Add_TNM_ADD2>a {
+    color: #2F8BEC;
+}
+
+
+/***<jscompress sourcefile="Message.css" />*/
+
+.U_MD_D_MG_OO {
+    height: 35px;
+    overflow: hidden;
+    cursor: pointer;
+    padding: 5px;
+    color: #000;
+    background: #fff;
+}
+
+.U_MD_D_MG_OO div {
+    float: left;
+}
+
+.U_MD_D_MG_OO:hover {
+    background-color: #f2f2f2;
+}
+
+.U_MD_D_MG_OOI {
+    height: 40px;
+    margin-left: 5px;
+}
+
+.U_MD_D_MG_OOI img {
+    width: 40px;
+    height: 40px;
+    border-radius: 50%;
+}
+
+.U_MD_D_MG_OON {
+    max-width: 75px;
+    height: 15px;
+    line-height: 15px;
+    margin-left: 10px;
+    color: #0f709d;
+}
+
+.U_MD_D_MG_Count {
+    float: right;
+    width: 14px;
+    height: 14px;
+    border-radius: 50%;
+    background: #FF3B1C;
+    color: White;
+    text-align: center;
+    line-height: 13px;
+}
+
+.U_MD_D_MG_OONT {
+    max-width: 100px;
+    height: 25px;
+    line-height: 25px;
+    margin-left: 10px;
+}
+
+.U_MD_D_MG_OOC {
+    width: 25px;
+    height: 25px;
+    line-height: 34px;
+    float: right;
+    color: #04aae8;
+    margin-right: 5px;
+}
+
+.U_MD_D_MG_OONC {
+    color: rgba(157, 157, 157, 1);
+}
+
+.U_MD_U_UV_IAC {
+    width: 100%;
+    height: 200px;
+    border-bottom: 1px solid #BBB;
+    font-size: 14px;
+    overflow: hidden;
+}
+
+.U_MD_U_UV_IAC2 {
+    width: 100%;
+    height: 480px;
+    border-bottom: 1px solid #BBB;
+    font-size: 14px;
+    overflow: hidden;
+    background: #fff;
+}
+
+.U_MD_U_UV_IACA {
+    width: 100%;
+    height: 100%;
+    overflow: hidden;
+}
+
+.U_MD_U_UV_IACL {
+    width: 90px;
+    float: left;
+    padding: 0 10px;
+    border-right: 1px solid #BBB;
+    height: 100%;
+}
+
+.U_MD_U_UV_IACL2 {
+    width: 135px;
+    float: left;
+    padding: 40px 0 0 30px;
+    border-right: 1px solid #BBB;
+    height: 100%;
+    background: rgba(236, 240, 248, 1);
+}
+
+.U_MD_U_UV_IACLT {
+    margin-top: 10px;
+}
+
+.U_MD_U_UV_IACLT img {
+    width: 90px;
+    height: 90px;
+}
+
+.U_MD_U_UV_IACLT2 img {
+    width: 110px;
+    height: 110px;
+    border-radius: 50%;
+}
+
+.U_MD_U_UV_IACLB {}
+
+.U_MD_U_UV_IACLB div {
+    margin-top: 6px;
+    line-height: 20px;
+    font-size: 14px;
+}
+
+.U_MD_U_UV_IACR {
+    width: 279px;
+    float: left;
+    padding-left: 10px;
+    height: 100%;
+}
+
+.U_MD_U_UV_IACR2 {
+    width: 494px;
+    float: left;
+    padding-left: 10px;
+    height: 100%;
+}
+
+.U_MD_U_UV_IACRT {
+    line-height: 25px;
+    height: 25px;
+    margin-top: 10px;
+}
+
+.U_MD_U_UV_IACRT2 {
+    float: left;
+    width: 100%;
+    height: 78px;
+    margin-top: 24%;
+    text-align: center;
+}
+
+.U_MD_U_UV_IACRTL {
+    float: left;
+    height: 25px;
+}
+
+.U_MD_U_UV_IACRTTitle {
+    float: left;
+    width: 50%;
+    padding-left: 28px;
+    border-radius: 4px;
+    cursor: pointer;
+}
+
+.U_MD_U_UV_IACRTTitleTop {
+    float: left;
+    width: 92%;
+    line-height: 57px;
+    border-radius: 4px;
+    font-size: 20px;
+    cursor: pointer;
+    font-weight: 400;
+    color: rgba(5, 105, 211, 1);
+    text-align: left;
+}
+
+.U_MD_U_UV_IACRTTitleNote {
+    float: left;
+    color: rgba(158, 158, 158, 1);
+}
+
+.U_MD_U_UV_IACRTRefuseBtn {
+    float: left;
+    width: 80px;
+    margin-left: 10px;
+    margin-top: 40px;
+    background: #f6f6f6;
+    line-height: 30px;
+    border: 1px solid #d9d9d9;
+    border-radius: 4px;
+    font-size: 14px;
+    cursor: pointer;
+    text-align: center;
+}
+
+.U_MD_U_UV_IACRTAgreeBtn {
+    float: left;
+    width: 80px;
+    margin-left: 10px;
+    margin-top: 40px;
+    background: #c62f2f;
+    line-height: 30px;
+    border: 1px solid #d9d9d9;
+    border-radius: 4px;
+    font-size: 14px;
+    cursor: pointer;
+    color: #fff;
+    text-align: center;
+}
+
+.U_MD_U_UV_IACRTR {
+    float: left;
+    height: 25px;
+    margin-left: 10px;
+}
+
+.U_MD_U_UV_IACRTR input {
+    width: 120px;
+    height: 20px;
+    margin: 0px;
+    text-indent: 3px;
+    line-height: normal;
+    line-height: 20px\9;
+    outline: 0;
+    border: 1px solid #BBB;
+    background-color: #FFF;
+}
+
+.U_MD_U_UV_IACRB {
+    margin-top: 10px;
+    width: 300px;
+    height: 25px;
+    line-height: 25px;
+}
+
+.U_MD_U_UV_IACRBL {
+    float: left;
+}
+
+.U_MD_U_UV_IACRBR {
+    float: left;
+    margin-left: 10px;
+}
+
+.U_MD_U_UV_IACRBR select {
+    min-width: 80px;
+    background-color: #FFF;
+    outline: 0;
+    border: 1px solid #CDCDCD;
+}
+
+.U_MD_U_UV_IACT {
+    margin: 40px 10px 0 15px;
+}
+
+.U_Mark {
+    width: 14px;
+    height: 14px;
+    border-radius: 50%;
+    background: red;
+    color: White;
+    margin-top: 35px;
+    text-align: center
+}
+
+.U_MD_F_N_IconAnimation {
+    background: rgba(250, 250, 250, 0) url(/img/newsAnime.gif);
+    background-position: -79px;
+    background-size: 410%;
+}
+
+.U_MD_F_N_NoNewsTips {
+    position: absolute;
+    top: 155px;
+    left: 88px;
+    color: #666;
+    font-size: 18px;
+}
+
+.U_MD_F_N_MessageTop {
+    float: right;
+    color: rgba(23, 134, 237, 1);
+    cursor: pointer;
+    margin-right: 10px;
+    font-size: 12px;
+}
+
+.U_MD_F_N_MessageTop:hover {
+    color: rgba(19, 111, 196, 1);
+}
+
+@keyframes doudong {
+    0% {
+        transform: translate(0px, 0px);
+    }
+    50% {
+        transform: translate(0px, -10px);
+    }
+    100% {
+        transform: translate(0px, 0px);
+    }
+}
+
+
+/***<jscompress sourcefile="User.css" />*/
+
+
+/***<jscompress sourcefile="LoginAndRegister.css" />*/
+
+
+/*整体样式*/
+
+html {}
+
+html,
+body {
+    overflow: hidden;
+    background-color: #e1e3e4;
+    cursor: default;
+    height: 100%;
+    position: absolute;
+    top: 0;
+    left: 0;
+    margin: 0;
+    padding: 0;
+    border: 0;
+    width: 100%;
+    font-size: 12px;
+    font-family: lucida, "Hiragino Sans GB", "微软雅黑", "WenQuanYi Micro Hei", sans-serif;
+    color: #333;
+}
+
+textarea,
+div[contentEditable='true'],
+input,
+div[class='UF_FW_Message U_MD_D_YesText'] div[class='U_MD_F_H_Z'] {
+    outline: none;
+    -khtml-user-select: text;
+    -moz-user-input: enabled;
+    -moz-user-focus: -moz-all;
+    -webkit-user-select: text;
+    -moz-user-select: -moz-all;
+    -ms-user-select: text;
+    cursor: text;
+}
+
+input[type="button"] {
+    border: 0;
+}
+
+.U_Img {
+    background-image: url(/img/YS2017.png);
+    _background-image: url(/img/YSD2014.gif);
+}
+
+
+/*登录注册样式*/
+
+.U_MD_U_L_login {
+    height: 480px;
+    padding: 0 30px 0 30px;
+    overflow: hidden;
+    display: block;
+}
+
+.U_MD_U_L_Top {
+    margin: 18px auto 0 auto;
+    overflow: hidden;
+}
+
+.U_MD_U_L_Top_Box {
+    width: 190px;
+    margin: auto;
+}
+
+.U_MD_U_R_I {
+    padding: 0 2px;
+}
+
+.U_MD_U_L_T {
+    display: none;
+    padding: 0 2px;
+}
+
+.U_MD_U_L_overflow {
+    overflow: hidden;
+}
+
+.U_MD_U_L_Top_Yun {
+    color: #444;
+    float: none;
+    width: 100%;
+    margin-top: 10px;
+    font-size: 14px;
+}
+
+.U_MD_U_L_Top_Yun span {
+    color: #0066cc;
+    cursor: pointer;
+    font-size: 14px;
+}
+
+.U_MD_U_L_Top_Yun span:hover {
+    text-decoration: underline;
+}
+
+.U_MD_U_L_LS {
+    margin-top: 20px;
+    height: 20px;
+    line-height: 20px;
+}
+
+.U_MD_U_L_LS_Checkbox {
+    margin: 3px 0 0 5px;
+    float: left;
+}
+
+.U_MD_U_L_LS_Txt {
+    margin-left: 3px;
+    float: left;
+    color: grey;
+}
+
+.U_MD_U_L_LS_FP {
+    float: right;
+    color: grey;
+    cursor: pointer;
+}
+
+.U_MD_U_L_LS_FP:hover {
+    text-decoration: underline;
+}
+
+.U_MD_U_R_Submit,
+.U_MD_U_L_Login_B {
+    cursor: pointer;
+    margin: 20px auto 0 auto;
+    line-height: 40px;
+    text-align: center;
+    font-size: 15px;
+    color: #fff;
+    border-radius: 4px;
+    background-color: #0079da;
+    box-shadow: 1.5px 3.71px 5px 0 rgba(0, 126, 255, .37);
+    width: 100%;
+    height: 40px;
+}
+
+.U_MD_U_L_Login_B:hover {
+    background-color: #0090FF;
+}
+
+.U_MD_U_L_R_B {
+    margin-top: 10px;
+    color: #0066cc;
+    cursor: pointer;
+    height: 20px;
+    font-size: 14px;
+    text-align: right;
+}
+
+.U_MD_U_L_R_B:hover {
+    text-decoration: underline;
+}
+
+.U_MD_U_F_Container {
+    height: 20px;
+}
+
+.U_MD_U_L_login_O {
+    margin-top: 10px;
+    text-align: center;
+    color: #3e3e3e;
+}
+
+.U_MD_U_L_login_O_T {
+    margin-top: 18px;
+    height: 58px;
+    width: 100%;
+    font-family: 宋体;
+}
+
+.U_MD_U_L_login_O_T_app {
+    height: 20px;
+    cursor: pointer;
+    border-radius: 30px;
+    width: 33.3333%;
+    float: left;
+    text-align: center;
+}
+
+.U_MD_U_L_login_O_T_app_I {
+    margin: 2px 0 0 8px;
+    width: 16px;
+    height: 18px;
+    overflow: hidden;
+    margin-left: 37%;
+    display: none;
+}
+
+.U_MD_U_L_login_O_T_app_I a,
+.U_MD_U_L_login_O_T_app_Q div,
+.U_MD_HomeCOSLQL img {
+    padding: 0;
+    margin: 0;
+    border: 0;
+}
+
+.U_MD_U_L_login_O_T_app_QQ {
+    width: 21px;
+    height: 20px;
+    margin-top: 0;
+}
+
+.U_MD_U_L_login_O_T_app_QQ div {
+    margin: -2px 0 0 -2px;
+}
+
+.U_MD_U_L_login_O_T_app_WX_I {
+    background-position: -815px -1072px;
+}
+
+.U_MD_U_L_LB {
+    width: 100%;
+}
+
+.U_MD_U_F_RP {
+    margin-top: 10px;
+}
+
+.U_MD_U_L_Box_Txt {
+    width: 20px !important;
+    height: 24px;
+    margin-top: 5px;
+    line-height: 18px;
+    float: right;
+}
+
+.U_MD_U_L_Box_Txt_Img {
+    width: 20px !important;
+    width: 18px;
+    margin-top: 0px;
+    height: 27px;
+    background-position: -1009px -33px;
+}
+
+.U_MD_U_L_Box_Txt_Img_BP {
+    background-position: -947px -33px;
+}
+
+.U_MD_U_L_Box_height {
+    margin-top: 15px;
+    padding: 4px 10px;
+    height: 32px;
+}
+
+.U_MD_U_L_Box_checkUseNameFormat {
+    float: left;
+    margin-top: 3px;
+    color: #CD1717;
+    margin-left: 15px;
+}
+
+.U_MD_U_L_Box_checkPWFormat {
+    float: left;
+    margin-top: 5px;
+    color: #CD1717;
+    margin-left: 15px;
+}
+
+.U_MD_U_L_Box_style {
+    border-width: 1px;
+    border-color: #e5e5e5;
+    border-style: solid;
+    border-radius: 5px;
+    background-color: #fdfdfd;
+    height: 33px;
+    margin-top: 25px;
+}
+
+.U_MD_U_L_Box_Border {
+    border: 1px solid #488ee7;
+}
+
+.U_MD_U_L_Box_mistakeBorder {
+    border: 1px solid rgba(219, 52, 52, 1);
+}
+
+.U_MD_U_L_Box_P_B {
+    background-color: #fff;
+}
+
+.U_MD_U_L_Box_U_B {
+    background-color: #fff;
+}
+
+.U_MD_U_L_Box_B {
+    background-color: #fff;
+}
+
+.U_MD_U_L_Box_style div {}
+
+.U_MD_U_L_Box_style input {
+    line-height: normal;
+    line-height: 33px\9;
+    height: 33px;
+    width: 245px;
+    color: #000;
+    padding: 0;
+}
+
+.U_MD_U_L_Box_style i {
+    display: block;
+    height: 21px;
+    line-height: 21px;
+    font-size: 14px;
+    margin: -25px 0 0 0;
+    color: #aeaeae;
+    font-size: 12px;
+    text-indent: 0.7em;
+    font-style: normal;
+}
+
+.U_MD_U_R_VC {
+    width: 100%;
+    margin-top: 25px;
+    height: 42px;
+}
+
+.U_MD_U_R_VC_I {
+    width: 139px;
+    padding-top: 10px;
+    float: left;
+    background-color: #fff;
+    border-radius: 5px;
+    border-width: 1px;
+    border-color: #e5e5e5;
+    border-style: solid;
+}
+
+.U_MD_U_R_VC_I input {
+    line-height: normal;
+    line-height: 22px\9;
+    width: 140px;
+    height: 22px;
+}
+
+.U_MD_U_R_VC_I i {
+    display: block;
+    height: 21px;
+    line-height: 21px;
+    color: #aeaeae;
+    padding: 0;
+    margin: -21px 0 0 0;
+    line-height: 21px;
+    width: 132px;
+    text-indent: 10px;
+}
+
+.U_MD_U_R_VC_Img {
+    width: 88px;
+    height: 26px;
+    float: left;
+    margin: 7px 0 0 10px;
+}
+
+.U_MD_U_R_VC_Img img {
+    width: 90px;
+    height: 30px;
+}
+
+.U_MD_U_R_VC_Img_R {
+    margin-left: 8px;
+    color: #808080;
+    line-height: 62px;
+    float: left;
+    cursor: pointer;
+}
+
+.U_MD_U_R_VC_Img_R:hover {
+    text-decoration: underline;
+}
+
+.U_MD_U_R_Protocol {
+    margin-top: 27px;
+    width: 100%;
+    height: 21px;
+    line-height: 21px;
+}
+
+.U_MD_U_R_Protocol_O {
+    float: left;
+    margin-left: 10px;
+    color: #444;
+}
+
+.U_MD_U_R_Protocol_O span {
+    color: red;
+    cursor: pointer;
+}
+
+.U_MD_U_R_Protocol_O span:hover {
+    text-decoration: underline;
+}
+
+.U_MD_U_F_T {
+    color: grey;
+    font-size: 14px;
+    border-bottom: 1px solid #d6d7d8;
+    padding-bottom: 12px;
+    width: 197px;
+    margin: 10px auto 0 auto;
+}
+
+.U_MD_U_F_T_span {
+    /* cursor:pointer; */
+}
+
+.U_MD_U_F_T_span:hover {
+    /* text-decoration:underline */
+}
+
+.U_MD_U_F_Submit {
+    background-color: #FF2B2A;
+    box-shadow: none;
+    margin-top: 34px;
+}
+
+.U_MD_U_F_BL {
+    margin-top: 33px;
+    height: 20px;
+    line-height: 20px;
+}
+
+.U_MD_U_F_BL_O {
+    float: right;
+    margin-right: 10px;
+    color: grey;
+    font-size: 14px;
+    cursor: pointer;
+}
+
+.U_MD_U_F_BL_O:hover {
+    text-decoration: underline;
+}
+
+.U_MD_U_F_T span img {
+    position: relative;
+    right: 9px;
+    top: 5px;
+}
+
+.U_MD_U_F_T span img:last-child {
+    top: 2px;
+}
+
+.U_MD_U_F_T span {
+    cursor: pointer;
+    padding: 10px 20px;
+}
+
+.U_MD_U_F_T_Hover {
+    border-bottom: 1px solid #7F8081;
+}
+
+
+/* .U_MD_U_F_T>span:hover{border-bottom: 1px solid #7F8081;} */
+
+
+/*外链登录*/
+
+.U_MD_U_OT_B {
+    background-color: #fff;
+}
+
+.U_MD_U_OT_T {
+    width: 100%;
+    padding-top: 15px;
+}
+
+.U_MD_U_OT_T_I {
+    height: 245px;
+    padding-left: 25px;
+}
+
+.U_MD_U_OT_T_I_T {
+    width: auto;
+    height: 20px;
+    color: Red;
+    font-size: 14px;
+}
+
+.U_MD_U_OT_Login {
+    margin-top: 10px;
+    width: 100%;
+    height: 20px;
+}
+
+.U_MD_U_OT_Login_I {
+    float: left;
+    font-size: 13px;
+    line-height: 20px;
+    vertical-align: text-bottom;
+}
+
+.U_MD_U_OT_Login_I span {
+    font-size: 15px;
+    color: #00d10f;
+}
+
+.U_MD_U_OT_Data {
+    margin-top: 23px;
+    width: 350px;
+}
+
+.U_MD_U_OT_Data_I {
+    width: 350px;
+    height: 40px;
+    background-color: #e4e4e4;
+}
+
+.U_MD_U_OT_Data_I i {
+    margin: -28px 0 0 8px;
+}
+
+.U_MD_U_OT_Data input {
+    width: 343px;
+    height: 38px;
+    border: none;
+    outline: 0;
+    color: #666;
+    line-height: normal;
+    line-height: 38px\9;
+    background-color: transparent;
+    padding-left: 5px;
+}
+
+.U_MD_U_OT_Data_T {
+    height: 20px;
+}
+
+.U_MD_U_OT_Complete {
+    width: 100%;
+    height: 30px;
+}
+
+.U_MD_U_OT_Complete div {
+    float: right;
+    height: 30px;
+    color: #fff;
+    font-size: 15px;
+    text-align: center;
+    font-weight: 500;
+    line-height: 30px;
+    cursor: pointer;
+    margin-right: 25px;
+}
+
+.U_MD_U_OT_Complete_O {
+    width: 80px;
+    background-color: #3398ff;
+}
+
+.U_MD_U_OT_Cancel {
+    width: 65px;
+    background-color: #c1c1c1;
+}
+
+.U_MD_U_L_Box_I {
+    overflow: hidden;
+    height: 33px;
+    float: left;
+}
+
+.U_MD_U_L_Box_I div {
+    width: 100%;
+    height: 100%;
+}
+
+.U_MD_U_L_Box_I input {
+    border: 0;
+    outline: none;
+    line-height: normal;
+    line-height: 32px\9;
+    vertical-align: middle;
+    height: 32px;
+    padding: 0 0 0 5px;
+    background: none;
+    text-indent: 5px;
+}
+
+.U_MD_U_L_Top_Img {
+    float: left;
+    background: url("/img/Logo_.png") 0px 0px / 100% 100% no-repeat #e1e3e4;
+    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=/img/Logo_.png, sizingMethod=scale);
+    width: 70px;
+    height: 70px;
+    background-size: contain;
+}
+
+.U_MD_U_L_Top_Txt {
+    font-size: 30px;
+    margin: 0 0 0 5px;
+    font-family: 微软雅黑;
+    color: #444444;
+    height: 70px;
+    line-height: 64px;
+}
+
+.U_MD_U_L_Top_Txt {
+    font-size: 30px;
+    margin: 0 0 0 5px;
+    font-family: 微软雅黑;
+    color: #444444;
+    height: 70px;
+    line-height: 64px;
+}
+
+
+/***<jscompress sourcefile="UserView.css" />*/
+
+
+/*new*/
+
+.U_MD_U_P_Uc_B {
+    height: 100%;
+}
+
+
+/*common*/
+
+.U_MD_U_P_tab_user_inpText {
+    max-width: 290px;
+    width: 100%;
+    height: 28px;
+    margin-left: 35px;
+    padding-left: 10px;
+    border: 1px solid #cccccc;
+    border-radius: 6px;
+    color: #A0A0A0;
+}
+
+.U_MD_U_P_tab_user_inpText:focus {
+    border: 1px solid #2967A7;
+    color: #000000;
+}
+
+.U_MD_U_P_tab_user_otherMaxWidth {
+    max-width: 250px
+}
+
+.U_MD_U_P_tab_user_errorInp {
+    background-color: #FBE2E2;
+    border: 1px solid #DB3434;
+    color: #DB3434;
+}
+
+.U_MD_U_P_tab_user_emptyInp {
+    border: 1px solid #DB3434;
+}
+
+.U_MD_U_P_tab_errorAlear {
+    position: absolute;
+    width: 18px;
+    height: 18px;
+    margin: 6px 0 0 4px;
+    background-position: -763px -3px;
+    background-image: url(/img/YS2017.png);
+}
+
+.U_MD_U_P_tab_errorAlear::after {
+    content: attr(alt);
+    color: #DB3434;
+    position: absolute;
+    margin-left: 18px;
+    white-space: pre;
+    font-style: normal;
+}
+
+.U_MD_U_P_tab_hidden {
+    display: none;
+}
+
+.U_MD_U_P_tab_show {
+    display: block:
+}
+
+
+/*弹框右侧内容*/
+
+.U_MD_U_P_left {
+    float: left;
+    height: 100%;
+    padding: 0 40px;
+    background-color: #F5F5F5
+}
+
+.U_MD_U_P_simpleInfo {
+    margin-top: 27px;
+    text-align: center;
+}
+
+.U_MD_U_P_simpleInfo_heads {
+    position: relative;
+    display: block;
+    width: 80px;
+    height: 80px;
+    border-radius: 50%;
+    overflow: hidden;
+    cursor: pointer;
+}
+
+.U_MD_U_P_simpleInfo_heads::after {
+    content: '上传新图片';
+    visibility: hidden;
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    background-color: rgba(0, 0, 0, .4);
+    color: #ffffff;
+    line-height: 80px;
+}
+
+.U_MD_U_P_simpleInfo_heads:hover::after {
+    visibility: unset;
+}
+
+.U_MD_U_P_simpleInfo_name {
+    max-width: 80px;
+    margin-top: 18px;
+    font-size: 16px;
+    font-weight: bold;
+    text-overflow: ellipsis;
+    overflow: hidden;
+}
+
+.U_MD_U_P_simpleInfo_address {
+    margin-top: 8px;
+}
+
+
+/*保存取消设置按钮*/
+
+.U_MD_U_P_right_dataBtn {
+    position: absolute;
+    right: 10px;
+    bottom: 10px;
+}
+
+.U_MD_U_P_right_btn {
+    display: inline-block;
+    padding: 8px 20px;
+    border-radius: 3px;
+    cursor: pointer;
+}
+
+.U_MD_U_P_right_Cbtn {
+    background-color: #ffffff;
+    border: 1px solid #A6B2C0;
+    color: #7D7D7D;
+}
+
+.U_MD_U_P_right_Sbtn {
+    min-width: 4em;
+    margin-left: 22px;
+    background-color: #2967A7;
+    color: #ffffff;
+    text-align: center;
+}
+
+.U_MD_U_P_right_Cbtn:hover {
+    background-color: #DB3434;
+    color: #ffffff;
+    border: 1px solid transparent;
+}
+
+.U_MD_U_P_right_Sbtn:hover {
+    background-color: #347FDB;
+}
+
+
+/*弹框右侧内容+选项卡*/
+
+.U_MD_U_P_right {
+    position: relative;
+    float: left;
+    width: 503px;
+    height: 100%;
+}
+
+.U_MD_U_P_tab {
+    height: 38px;
+    padding-left: 14px;
+    font-size: 14px;
+    border-bottom: 1px solid #4040401a;
+}
+
+.U_MD_U_P_tab_item {
+    display: inline-block;
+    height: 100%;
+    margin-right: 15px;
+}
+
+.U_MD_U_P_tab_inp {
+    position: absolute;
+    visibility: hidden;
+}
+
+.U_MD_U_P_tab_label {
+    display: inline-block;
+    padding: 10px 8px 8px;
+    cursor: pointer;
+    font-family: "PingFangSC-Regular, sans-serif";
+}
+
+.U_MD_U_P_tab_label:hover {
+    border-bottom: 2px solid #2967A7;
+    color: #2967A7;
+}
+
+.U_MD_U_P_tab_lable_content {
+    display: none;
+    position: absolute;
+    left: 21px;
+    right: 104px;
+    font-size: 12px;
+}
+
+.U_MD_U_P_tab_lable_content_item {
+    margin-top: 20px
+}
+
+.U_MD_U_P_tab_lable_content_item::before {
+    content: attr(mark);
+    position: absolute;
+    margin: 6px 0 0 -10px;
+    color: red;
+    font-size: 18px;
+}
+
+.U_MD_U_P_tab_inp:checked~.U_MD_U_P_tab_label {
+    border-bottom: 2px solid #2967A7;
+    color: #2967A7;
+}
+
+.U_MD_U_P_tab_inp:checked~.U_MD_U_P_tab_lable_content {
+    display: block;
+}
+
+
+/*用户基础信息*/
+
+.U_MD_U_P_tab_user_textarea {
+    max-width: 295px;
+    width: 100%;
+    height: 110px;
+    margin-left: 11px;
+    padding: 4px;
+    border: 1px solid #cccccc;
+    border-radius: 6px;
+    vertical-align: -92px;
+    color: #A0A0A0;
+}
+
+.U_MD_U_P_tab_user_textarea:focus {
+    border: 1px solid #2967A7;
+    color: #000000;
+}
+
+.U_MD_U_P_tab_user_sexRadio {
+    display: inline-block;
+    height: 30px;
+    line-height: 30px;
+    padding-right: 10px;
+    margin-left: 34px;
+}
+
+.U_MD_U_P_tab_user_sexRadio>label {
+    cursor: pointer;
+}
+
+.U_MD_U_P_tab_user_radio {
+    margin: 0 6px;
+    vertical-align: middle;
+    cursor: pointer;
+}
+
+
+/*账号安全*/
+
+.U_MD_U_P_tab_accountRadio {
+    position: absolute;
+    visibility: hidden;
+}
+
+.U_MD_U_P_tab_accountBtn {
+    display: inline-block;
+    margin-right: 15px;
+    padding: 2px 8px;
+    border: 1px solid #727272;
+    border-radius: 4px;
+    color: #727272;
+    font-size: 14px;
+    cursor: pointer;
+}
+
+.U_MD_U_P_tab_accountBtn:hover {
+    background-color: #347FDB !important;
+    border: 1px solid #347FDB !important;
+    color: #ffffff
+}
+
+.U_MD_U_P_tab_accountRadio:checked+.U_MD_U_P_tab_accountBtn {
+    background-color: #007BBB;
+    border: 1px solid #007BBB;
+    color: #ffffff;
+}
+
+.U_MD_U_P_tab_lable_account_content {
+    display: none;
+}
+
+#U_MD_U_P_tab_modify:checked~.U_MD_U_P_tab_modify,
+#U_MD_U_P_tab_reset:checked~.U_MD_U_P_tab_reset {
+    display: block;
+}
+
+.U_MD_U_P_tab_lable_accountNext {
+    display: none;
+    margin-top: 15px;
+}
+
+.U_MD_U_P_tab_account_authBtn {
+    display: inline-block;
+    margin-left: 12px;
+    padding: 6px 14px;
+    border: 1px solid #2967A7;
+    border-radius: 4px;
+    color: #2967A7;
+    vertical-align: top;
+    cursor: pointer;
+}
+
+.U_MD_U_P_tab_account_authBtn:hover {
+    background-color: #2967A7;
+    color: #ffffff
+}
+
+#U_MD_U_P_authCodeBtn {
+    min-width: 5em;
+    text-align: center;
+}
+
+
+/* 用户信息查看 */
+
+.U_MD_U_UV {
+    top: 0px;
+    left: 0px;
+    z-index: 1000;
+    display: none;
+    border: 1px soild #999;
+    position: absolute;
+    height: 100%;
+    width: 100%;
+    min-width: 600px;
+}
+
+
+/* width:100%; height:100%;  */
+
+.U_MD_U_UV_Head {
+    background-color: #337bc7;
+    color: #fff;
+    overflow: hidden;
+    position: relative;
+}
+
+.U_MD_U_UV_Head_Left {
+    float: left;
+    margin: 16px 16px 30px 22px;
+    font-size: 0
+}
+
+.U_MD_U_UV_Head_Left>img {
+    display: inline-block;
+    width: 90px;
+    height: 90px;
+    border: 1px solid black;
+    border-radius: 50%
+}
+
+.U_MD_U_UV_Head_Middle {
+    float: left
+}
+
+.U_MD_U_UV_Head_Middle_I {
+    margin-top: 22px;
+}
+
+.U_MD_U_UV_Head_Middle_I_N {
+    font-size: 18px
+}
+
+.U_MD_U_UV_Head_Middle_I_T {
+    max-width: 200px;
+    color: #dbdbdb;
+    margin-top: 4px;
+    white-space: pre;
+}
+
+.U_MD_U_UV_Head_Middle_Resource {
+    padding: 12px 0;
+}
+
+.U_MD_U_UV_Head_Middle_Resource_A {
+    display: table-cell;
+    padding-right: 22px;
+    text-align: center
+}
+
+.U_MD_U_UV_Head_Middle_Resource_A>div {
+    font-size: 24px
+}
+
+.U_MD_U_UV_Head_Right {
+    float: right;
+    /* margin-right: 8px; */
+    /* margin-top: 16px; */
+    position: absolute;
+    right: 8px;
+    top: 16px;
+}
+
+.U_MD_U_UV_Head_Right_Btn {
+    background-color: #3790ec;
+    padding: .375em 1em;
+    font-size: 14px;
+    cursor: pointer
+}
+
+.U_MD_U_UV_FuncArea {
+    background-color: #e2ebe8;
+    padding: 10px 0;
+    color: #fff;
+}
+
+.U_MD_U_UV_FuncArea_MarginBox {
+    display: table;
+    margin-left: 20px;
+    padding: 6px 0;
+    font-size: 14px
+}
+
+.U_MD_U_UV_FuncArea_MarginBox_Btn {
+    margin-right: 8px;
+    padding: 6px 10px;
+    border-radius: 4px;
+    cursor: pointer
+}
+
+.U_MD_U_UV_AboutMe {
+    margin: 0 26px;
+    overflow: hidden;
+    font-size: 14px
+}
+
+.U_MD_U_UV_AboutMe_Left {
+    float: left;
+    width: 50%;
+    overflow: hidden
+}
+
+.U_MD_U_UV_AboutMe_Left>div {
+    margin-top: 16px
+}
+
+.U_MD_U_UV_AboutMe_Right {
+    /*float: right*/
+}
+
+.U_MD_U_UV_AboutMe_Right>div {
+    margin-top: 16px
+}
+
+
+/* 背景设置区域 */
+
+.U_MD_D_Set_BG {
+    overflow: hidden;
+}
+
+.U_MD_D_Set_BG_C {
+    margin: 8px 10px 0 10px;
+}
+
+.U_MD_D_Set_BG_A {
+    background-color: #E9E7E8;
+    padding: 0px 10px;
+    margin: 10px 10px 0 10px;
+    height: 423px;
+}
+
+.U_MD_D_Set_BG_O {
+    margin-top: 10px;
+    float: left;
+    padding-bottom: 5px;
+}
+
+.U_MD_D_Set_BG_OT {
+    height: 30px;
+    line-height: 25px;
+}
+
+.U_MD_D_Set_BG_OTL {
+    font-size: 15px;
+    float: left;
+}
+
+.U_MD_D_Set_BG_OTL span {
+    font-size: 12px;
+}
+
+.U_MD_D_Set_BG_OTR {
+    float: left;
+    background-color: #BFBFBF;
+    height: 1px;
+    margin: 14px 0 0 10px;
+}
+
+.U_MD_D_Set_BG_OC {
+    overflow: hidden;
+    width: 100%;
+}
+
+.U_MD_D_Set_BG_OCS .U_MD_D_Set_BG_OCO:hover {
+    border: 1px solid transparent;
+}
+
+.U_MD_D_Set_BG_OCO {
+    float: left;
+    margin: 10px 0 0 10px;
+    width: 124px;
+    height: 86px;
+    border: 1px solid transparent;
+    background-color: #FFF;
+    cursor: pointer;
+    position: relative;
+}
+
+.U_MD_D_Set_BG_OCO:hover {
+    border: 1px solid #009cff;
+}
+
+.U_MD_D_Set_BG_OCOO {
+    border: 1px solid -webkit-linear-gradient(left, red, blue);
+    background-color: transparent;
+    margin-left: 0;
+}
+
+.U_MD_D_Set_BG_OCOOA {
+    width: 45px;
+    height: 45px;
+    margin: auto;
+}
+
+.U_MD_D_Set_BG_OCOI {
+    background-position: -508px -1038px;
+}
+
+.U_MD_D_Set_BG_OCOIO {
+    font-size: 48px;
+    line-height: 42px;
+    text-align: center;
+    color: #AAA;
+}
+
+.U_MD_D_Set_BG_OCO .U_MD_D_Set_BG_OCOC {
+    width: auto;
+    height: 28px;
+    margin-top: 1px;
+    line-height: 28px;
+    font-size: 12px;
+    float: left;
+}
+
+.U_MD_D_Set_BG_OCOC {
+    text-align: center;
+    font-family: 宋体;
+    float: left;
+}
+
+.U_MD_D_Set_BG_OCOT {}
+
+.U_MD_D_Set_BG_OCO div {
+    margin: auto;
+    width: 100%;
+    height: 100%;
+}
+
+.U_MD_D_Set_BG_uploadByPan {
+    width: 90px;
+    height: 28px;
+    background: rgba(255, 255, 255, 1);
+    ;
+    border: 1px solid rgba(166, 178, 192, 1);
+    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
+    border-radius: 3px;
+}
+
+.U_MD_D_Set_BG_uploadByPan:hover {
+    background: rgba(255, 255, 255, 1);
+    color: #3F8BDD;
+    border: 1px solid #3F8BDD !important;
+}
+
+.U_MD_D_Set_BG_uploadByPan:hover .U_MD_D_Set_BG_uploadByPanImg {
+    width: 15px;
+    margin: 9px 8px 0 7px;
+    height: 13px;
+    float: left;
+    background: url(img/U_MD_D_Set_BG_uploadByPanImg2.png) no-repeat;
+    background-size: 100%;
+}
+
+.U_MD_D_Set_BG_OCO .U_MD_D_Set_BG_uploadByPanImg {
+    width: 15px;
+    margin: 9px 8px 0 7px;
+    height: 13px;
+    float: left;
+    background: url(img/U_MD_D_Set_BG_uploadByPanImg.png) no-repeat;
+    background-size: 100%;
+}
+
+.U_MD_D_Set_BG_uploadByBenDi {
+    width: 90px;
+    height: 28px;
+    background: rgba(255, 255, 255, 1);
+    background-size: 16%;
+    border: 1px solid rgba(166, 178, 192, 1);
+    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
+    border-radius: 3px;
+}
+
+.U_MD_D_Set_BG_uploadByBenDi:hover {
+    background: rgba(255, 255, 255, 1);
+    color: #3F8BDD;
+    border: 1px solid #3F8BDD !important;
+}
+
+.U_MD_D_Set_BG_uploadByBenDi:hover .U_MD_D_Set_BG_uploadByBenDiImg {
+    width: 15px;
+    margin: 9px 8px 0 7px;
+    height: 13px;
+    float: left;
+    background: url(img/U_MD_D_Set_BG_uploadByBenDiImg2.png) no-repeat;
+    background-size: 100%;
+}
+
+.U_MD_D_Set_BG_OCO .U_MD_D_Set_BG_uploadByBenDiImg {
+    width: 15px;
+    margin: 9px 8px 0 7px;
+    height: 13px;
+    float: left;
+    background: url(img/U_MD_D_Set_BG_uploadByBenDiImg.png) no-repeat;
+    background-size: 100%;
+}
+
+.U_MD_D_Set_BG_OCO img {
+    width: auto;
+    height: auto;
+    max-width: 100%;
+    max-height: 100%;
+    margin: auto;
+    display: block;
+}
+
+.U_MD_D_Set_BG_OCO .U_MD_D_Set_BG_OCOIO {
+    width: 45px;
+    height: 45px;
+}
+
+.U_MD_D_Set_BG_Buutton {
+    float: right;
+    margin-right: 15px;
+    padding: 0 10px;
+    min-width: 50px;
+    line-height: 25px;
+    text-align: center;
+    color: White;
+    border-radius: 13px;
+    background-color: #347fdb;
+}
+
+.U_MD_D_Set_BG_Buutton:hover {
+    background-color: #2163b5;
+}
 
+.U_MD_D_Set_BG_Buutton_Cancel {
+    background-color: #999;
+}
 
+.U_MD_D_Set_BG_Buutton_Cancel:hover {
+    background-color: #B3B3B3;
+}
 
+.U_MD_U_P_C_S {
+    position: absolute;
+}

部分文件因文件數量過多而無法顯示