﻿html, body { font-size: 14px; color: #454545; margin: 0; padding: 0; overflow: hidden; line-height: 1.8em; font-family: 'Microsoft YaHei',sans-serif; }
body{position:absolute;top:0;right:0;bottom:0;left:0;}
h1, h2, h3, h4, h5, h6, p, ul, li { display: block; font-size: 12px; line-height: 1.8em; margin: 0; padding: 0; font-weight: normal; list-style: none; }
a { color: #454545; text-decoration: none; }
a:hover { color: #384ea0; }
input { font-size: 14px; font-family: 'Microsoft YaHei',sans-serif; }

.wrapper { position: fixed; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
.wrapper.loader { z-index: 0; }
.wrapper.tip, .wrapper.progress, .wrapper.console,.wrapper.wx { display: block; z-index: 1000; }
.loader-carbon, .tip-carbon, .progress-carbon, .console-carbon,.wx-carbon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #046fd2; }
.tip-carbon, .progress-carbon, .console-carbon,.wx-carbon { background-color: #fff; }
.loader i, .loader p { display: block; position: absolute; z-index: 1; color: #fff; left: 50%; top: 50%; }
.loader i { width: 48px; height: 48px; margin-left: -24px; margin-top: -80px; background-image: url(images/initLoader.gif); }
.loader p { width: 300px; margin-left: -150px; margin-top: -1.5em; text-align: center; }
.login .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/Templates/images/login/background.png) no-repeat; background-position:center center; background-size: cover; background: none\9; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Templates/images/login/background.png', sizingMethod='scale');}
.login .copyright { position: absolute; text-align: center; bottom: 20px; width: 500px; left: 50%; margin-left: -250px; z-index:10}
.login .copyright h1 { font-size: 11px;padding-bottom: 5px; }
.login .copyright p { font-size: 12px; }
.login .copyright p a{padding-left: 4px;text-decoration:none;}

.login-logo { width: 260px; height: 40px; position:absolute; top: 110px; left: 9%; background: url(/Templates/images/login/logo.png) no-repeat; background-size: contain; background: none\9; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Templates/images/login/logo.png', sizingMethod='scale'); }
.form-pic { position:absolute; width: 350px; height: 165px; left: 9%; top: 50%; margin-top: -82px;}
.form-pic img{ width:100%;}
.form-container { position: absolute; width: 400px;height: 460px; background-color: #fff; top: 50%; margin-top: -230px; right:8%; border-radius: 5px; box-shadow: 0 0 8px #e1e1e1; overflow: hidden; z-index:10}
.form-container .form-container-switch{ position: absolute;width: 52px; height: 52px;right: 10px;top: 10px; z-index: 100;}
.form-container .form-container-switch a{ width: 100%; height: 100%; display: block; background-image: url(/Templates/images/login/logo-switch.png); background-size: cover;}

.form-container .acc-box{ width:320px; margin:0 auto;}
.form-container .acc-box .acc-login-title{ color:#2d7cfd; padding-top: 40px;}
.form-container .acc-box .acc-login-title h2{ font-size:20px; font-weight:bold; line-height:1.5;}
.form-container .acc-box .acc-login-title h5{ width: 50px; height: 2px; background: #2d7cfd; margin-top: 15px;}

.form-container .selt, .form-container .txtb { position: relative; margin-top: 18px; height: 35px;line-height: 35px; color: #666; border-radius: 3px; background: #f4f7fe; border: 1px solid #e8e8e8;}
.form-container  div.user { width: auto; display:block;}
.form-container .btn{ position: relative;  margin-top: 20px; height: 40px;}
.form-container .txtb input { display: block; border: none; background: none; height: 35px; line-height: 35px; text-indent: 1em; width: 100%; box-sizing: border-box; }

.form-container .login-Code { margin-top: 15px; height:35px; line-height:35px; display:none;}
.form-container .login-Code input{ margin-right: 10px;border: 1px solid #e8e8e8;border-radius: 3px; width: 230px; height: 30px;line-height: 30px;vertical-align: middle; text-indent: 1em;background-color:#f4f7fe}
.form-container  .login-Code img{ vertical-align: middle; cursor: pointer; height:25px}
.form-container .cheb { display: inline-block; *display: inline; *zoom: 1; position: relative; margin-top: 15px; line-height: 20px; }
.form-container .cheb label{ position: relative; display: inline-block; letter-spacing: normal; padding-left: 20px;}
.form-container .cheb i { position: absolute; display: block; width: 14px; height: 14px; top: 50%; left: 0; margin-top: -7px; background-image: url(images/login/chk.gif); }
.form-container .cheb .checked i { background-position: 0 -14px; }
.form-container a#loginSubmit { display: block; width: 100%; height: 35px; line-height: 35px; background-color: #2d7cfb; text-align: center; color: #fff; font-size: 16px;position:absolute;top:0;border-radius:3px;}
.form-container a#loginSubmit:hover { background-color: #046fd2; }
.form-container .selt { z-index: 1000; margin-top:25px;}
.form-container .acc-login .selt label { display: block; position: relative; height: 35px; line-height: 35px; padding: 0 1em; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition-duration: .5s; -webkit-transition-duration: .5s;border-radius:5px;}
.form-container .acc-login .selt.active label{ background-color: #2d7cfb; color: #fff; }
.form-container .selt i { display: block; position: absolute; z-index: 1; width: 9px; height: 9px; right: 12px; top: 50%; margin-top: -4.5px; background-image: url(images/login/dot.gif); }
/*.form-container .acc-login .selt span { display: block; position: absolute;  height: 24px; line-height: 24px; width: 32px; text-align: center;  top: 50%;  margin-top: -12px;  left: 0;  overflow: hidden;  vertical-align: top; background-image: url(/Templates/images/login/check.png);  background-repeat: no-repeat;  background-size: 75% 75%; background-position: 4px 2px; z-index:10;}*/
.accbooks-select { position: absolute; top: 32px; left: -1px; right: -1px; z-index: 1000; background-color: #fff; overflow: auto; border: #e0e0e0 1px solid; }
.accbooks-select ul { padding: 5px 0; }
.accbooks-select a { display: block; padding: 0 15px; height: 30px; line-height: 30px; }
.accbooks-select a:hover { background-color: #ced9df; }
.tip-widget { position: absolute; background: #fff; border-top: #384ea0 5px solid; border-radius: 5px; width: 350px; top: 30%; left: 50%; margin-left: -175px; box-shadow: rgba(0,0,0,.1) 0 5px 10px; text-align: center; padding: 20px 0; }
.tip-widget h1 { font-size: 20px; }
.tip-widget i { display: block; width: 42px; height: 42px; margin: 0 auto; margin-top: 20px; background-position: center center; background-repeat: no-repeat; }
.tip-widget p { color: #666; margin-top: 20px; margin-bottom: 20px; }
.tip-widget a { color: #aaa; text-decoration: underline; margin-top: 20px; }
.tip-widget .icon-excl { background-image: url(images/excl.png); }
.tip-widget .icon-right { background-image: url(images/right.png); }
.wx-widget { position: absolute; background: #fff;  border-radius: 5px; width: 350px; left: 50%; margin-left: -175px;text-align: center; padding: 20px 0; margin-top:5px;}
.wx-widget .wx-code { width:100%;height:420px; }
.wx-widget a { color: #aaa; text-decoration: underline; margin-top: 20px; }
.wx-code .wx-iframe{width: 100%;height: 100%;transform-origin: 0 0;transform:scale(1);border:0;}
.console-widget { position: absolute; background-color: #fff; width: 420px; top: 20%; left: 50%; margin-left: -210px; box-shadow: rgba(0,0,0,.1) 0 5px 10px; }
.console-widget-header { height: 40px; line-height: 40px; background-color: #384ea0; position: relative; }
.console-widget-header h1 { line-height: 40px; padding-left: 10px; font-size: 15px; font-weight: bold; color: #fff; }
.console-widget-header a { display: block; position: absolute; height: 24px; width: 24px; font-size: 16px; line-height: 24px; font-family: Arial; color: #fff; text-decoration: none; text-align: center; top: 50%; right: 10px; margin-top: -12px; }
.console-widget-content { position: relative; height: 250px; }
.console-widget-footer { border-top: #e0e0e0 1px solid; padding: 10px; text-align: right; }
.console-widget-footer a { display: inline-block; *display: inline; *zoom: 1; height: 35px; line-height: 35px; width: 80px; text-align: center; background-color: #f0f0f0; color: #454545; margin: 0 10px; }
.console-widget-footer a.hid{display:none}
.console-widget-footer a:hover { background-color: #e0e0e0; }
.console-widget-footer a.submit { background-color: #fa4451; color: #fff; }
.console-widget-footer a.submit:hover { background-color: #e80a1a; }
.progress i { display: block; position: absolute; width: 80px; height: 80px; top: 50%; left: 50%; margin-top: -80px; margin-left: -40px; background-color: #046fd2; background-image: url(images/initLoader.gif); background-position: center center; background-repeat: no-repeat; border-radius: 50%; }

.tag, #frameContainer, .nav-box { position: absolute;}
.nav-box,  .page-wrap{ position: absolute; top: 0; bottom: 0; background: #fff;   transition: all 0.5s;}
.nav-box { background-color: #fff; width: 160px; top: 55px; left: 0; bottom: 40px;}
.page-wrap{ left: 161px; right: 0; top:55px;}
.nav-header{ position:relative; height:55px; border-bottom: 1px solid #e7eaec; background:#0077f9}
.tag, .frame-container{ position: absolute; left:0px;right: 0px; padding:0 5px;}
.tag { background-color: #fff; top: 0; height: 35px;  border-bottom: #0077f9 2px solid; }
.frame-container { background-color: #fff; top: 37px; bottom: 0; }
.nav-box.set { width:60px; }
.nav-box.set  .changeMenuMode{ display:none;}
.nav-box.set .menu-container >ul>li, .nav-box.set .menu-container-a >ul>li{ width:60px; overflow:hidden;}
.nav-box.set .menu-container >ul>li>.menu-wrap{ left:60px;}
.nav-box.set .menu-container >ul>li>p, .nav-box.set .menu-container-a >ul>li>p{ font-size:0;}
.page-wrap.set { left: 60px;}
.nav-header .nav-control { position: absolute;top:0; left:180px; width: 350px; height:55px; line-height:55px; transition: all 0.5s;}
.nav-header.set .nav-control{  left:80px;}
.nav-header .nav-control .nav-control-btn{ position: absolute; top: 50%;margin-top: -15px; display:inline-block; width:35px; height:30px;  background-color:#2669d4;text-align:center; border-radius:2px; cursor:pointer;}
.nav-header .nav-control .nav-control-btn i{ display:inline-block; width:12px;height:12px; margin-top:9px; background:url(images/main/left-menu.png) no-repeat;}
.nav-header .nav-control .search-form{ display:inline-block; padding-left: 55px; margin-top:12.5px;}
.nav-header .nav-control .search-form input{ height: 30px; line-height:30px; border: none; margin: 0;padding: 0 10px; border-radius: 3px; width: 180px; background: #f3f3f4; font-size:12px; outline: none;}
.nav-header .top-menu{ position: absolute; top: 0; right: 0; height: 55px;  font-size: 0;}
.top-menu .mu { position: relative; display: inline-block; *display: inline; *zoom: 1; font-size: 14px; letter-spacing: normal; vertical-align: top; height: 55px;}
.top-menu .mu > a { display: block; position: relative; height: 55px; line-height: 55px; width: 16px; padding: 0 20px; transition-duration: .3s; -webkit-transition-duration: .3s; transition-delay: .5s; -webkit-transition-delay: .5s; text-indent: -999em; }
.top-menu .mu:hover > a {  background-color: #0064d1; -webkit-transition-duration: .1s; transition-delay: .1s; transition-delay: .1s; -webkit-transition-delay: .1s; overflow: visible; }
.top-menu .mu > a i { position: absolute;display: block;width: 20px;height: 20px;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;}
.top-menu .mu > a.im i { background-image:url(../Templates/images/main/message.png) }
.top-menu .mu > a.more i { background-image:url(../Templates/images/main/set-menu.png) }
.top-menu .mu > a.option i { background-image:url(/Templates/Images/main/option.png)}
.top-menu .mu > a.work i { background-image:url(../Templates/images/main/work_n.png)}
.top-menu .mu > a span { display: block; position: absolute; height: 14px; line-height: 14px; border-radius: 7px; text-align: center; padding: 0 5px; background-color: #fa4451; font-size: 10px; top: 50%; left: 50%; margin-top: -14px; margin-left: 5px; z-index: 5; text-indent: 0; color:#fff; }
.top-menu .mu > div { position: absolute; top: 55px; right: 1px; z-index: 101; background-color: #0064d1; overflow: hidden; height: 0; transition-duration: .5s; -webkit-transition-duration: .5s; transition-timing-function: cubic-bezier(0.1,0.57,.1,1); -webkit-transition-timing-function: cubic-bezier(0.1,0.57,.1,1); }
.top-menu .mu:hover > div { transition-delay: .2s; -webkit-transition-delay: .2s; }
.top-menu .mu > div .mi { border-top: #367de7 1px solid; }
.top-menu .mu .mi.btn a { display: block; height: 45px; line-height: 45px; padding: 0 1em; text-indent: 2em; position: relative; color:#a0b3e7;}
.top-menu .mu .mi.btn a:hover { color:#fff; }
.top-menu .mu .mi.btn a i { display: block; position: absolute; width: 16px; height: 16px; left: 1em; top: 50%; margin-top: -8px; background-image: url(../Templates/Images/main/icon.png); background-size: cover;}
.more-wrap { width: 170px; }
.top-menu .mu:hover .more-wrap { height: 183px; }
.top-menu .mu:hover .more-wrap.show{ height:229px;}
.top-menu a.about i { background-position: 0 -48px; }
.top-menu a.online i { background-position: 0 -80px; }
.top-menu .mu .mi.btn a.pic i { background-image: url(../Templates/Images/main/set-pic.png) }
.top-menu .mu .mi.btn a.login-out i{ background-image:url(../Templates/images/main/back.png)}
.top-menu .mu .now-project { height: 45px;line-height: 45px; padding: 0 1.5em 0 1em;text-indent: 2em;position: relative; color: #a0b3e7; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.top-menu .mu .now-project:hover{color:#fff;cursor:pointer;}
.top-menu .mu .now-project i, .top-menu .mu .now-project b { display: block; position: absolute; width: 16px;height: 16px; top: 50%;margin-top: -8px; background-image: url(../Templates/Images/main/icon.png);}
.top-menu .mu .now-project b{ right: 5px;}
.top-menu .mu .now-project i{ left: 1em; background-position: 0 -96px; }

.top-menu .mu  .change-pic{ display:none }
.top-menu .mu .option-wrap { position: absolute; right:-55px; background-color: #f3f3f3; width: 0; box-shadow: rgba(0,0,0,.1) 0 0 10px; overflow: hidden; }
.top-menu .mu:hover .option-wrap { width: 350px; border-left: #e0e0e0 1px solid; }
.top-menu .mu .option-wrap h1 { color: #333; height: 60px; line-height: 60px; width:420px; padding:0 15px; position:relative; border-bottom:#eaeaea 1px solid; font-weight:bold; }
.top-menu .mu .option-wrap h1 a { display: block; position: absolute; width: 16px; height: 16px; top:50%; margin-top:-8px; right:1em; background-image: url("images/main/gear.png"); overflow: hidden; text-indent: -999em; }
.top-menu .mu .option-wrap ul { position: absolute; top: 65px; left: 0; right: 0; bottom: 0; overflow: hidden; }
.top-menu .mu .option-wrap ul li { padding: 5px; width: 105px;display:inline-block; }
.top-menu .mu .option-wrap ul li a { display: block; text-align: center; color: #333; line-height:1.5em; position:relative; padding:10px; padding-top:58px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-menu .mu .option-wrap ul li a img { width:55px; height:55px; position:absolute; top:3px; left:50%; margin-left:-27.5px;}
.top-menu .mu .option-wrap ul li a:hover { background-color:#e0e0e0;}

/*.top-menu .mu .messager-wrap{ right:-110px; width:320px; background:#fff; z-index:1001}
.top-menu .mu .messager-wrap .messager-header{ position: relative;padding: 0 15px;height: 45px;line-height: 45px; border-bottom: 1px solid #e0e1e6;}
.top-menu .mu .messager-wrap .messager-header h2 { font-size: 16px; line-height: 45px; font-weight:bold;}
.top-menu .mu .messager-wrap .messager-header a { position: absolute; top: 50%; right: 15px;margin-top: -15px; line-height: 30px;text-decoration: none;color: #0077f9;}
.top-menu .mu .messager-wrap .messager-header a:hover { text-decoration: underline;color: red }
.top-menu .mu .messager-wrap .messager-content{ position:absolute;top:45px;left:0;right:0;bottom:0;overflow:auto;}
.top-menu .mu .messager-wrap .messager-content ul li { display: block; font-size: 14px;font-weight: normal; border-bottom: 1px solid #e0e1e6;list-style: none;}
.top-menu .mu .messager-wrap .messager-content ul li a { display: block; color: #565e6b; padding: 10px 20px;}
.top-menu .mu .messager-wrap .messager-content ul li p { line-height: 1.8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-menu .mu .messager-wrap .messager-content ul li .uname { position: relative;padding-left: 20px;color: #333333;}
.top-menu .mu .messager-wrap .messager-content ul li .uname i {position: absolute;display: block;width: 16px;height: 16px;left: 0;top: 50%;margin-top: -8px;background: url(Images/main/messag_info.png);}
.top-menu .mu .messager-wrap .messager-content ul li:hover { background: #f1f2f6}
.top-menu .mu .messager-wrap .messager-content ul li:hover p span {color: #0077f9;}*/

.messager-wrap{ position: absolute; top: 55px; right: 0; width: 320px; height:0; background:#fff; overflow:hidden; z-index:1001;transition-duration: .5s; -webkit-transition-duration: .5s; transition-timing-function: cubic-bezier(0.1,0.57,.1,1); -webkit-transition-timing-function: cubic-bezier(0.1,0.57,.1,1); }
.messager-wrap .messager-header{ position: relative;padding: 0 15px;height: 45px;line-height: 45px; border-bottom: 1px solid #e0e1e6;}
.messager-wrap .messager-header h2 { font-size: 16px; line-height: 45px; font-weight:bold;}
.messager-wrap .messager-header a { position: absolute; top: 50%; right: 15px;margin-top: -15px; line-height: 30px;text-decoration: none;color: #0077f9;}
.messager-wrap .messager-header .all-read{ right:60px;}
.messager-wrap .messager-header a:hover { text-decoration: underline;color: red }
.messager-wrap .messager-content{ position:absolute;top:46px;left:0;right:0;bottom:0;}






#frameContainer div { position: absolute; top: 0; left: 0px; bottom: 0;right: 0px;padding: 0px;display: none;}
#frameContainer div.active { display: block; }
#frameContainer div.newframe { border-left: 5px solid #E6EEF8;}
#frameContainer iframe { position: relative; }

div.user{ display:inline-block; width: 160px; background:#0064d1;}
div.user > p { position: relative; height:55px; text-align: center; color: #fff; border-bottom: #324381 1px solid; cursor: default; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:14px;}
div.user > p i {display: block; position: absolute;  width: 40px; height: 40px; left: 20px; top: 50%; margin-top: -20px; background-image: url(/Global/userImage.ashx); background-size: 100% 100%; border-radius: 50%;cursor:pointer;}
/*div.user > p span { display: block; position: absolute; background-color: #ec5401; top: 10px; left: 60px; text-indent: 0; color: #fff; font-size: 11px; line-height: 1.4em; padding: 0 5px; border-radius: .7em; }*/
div.user > p span { display: block; position: absolute; top:5px; right:0; left: 60px; text-align:center; font-size:11px; color: #fff; height:20px; line-height:20px; }

div.user > p b { display: block; font-weight: normal; overflow: hidden; text-overflow: ellipsis;padding-left:55px; padding-top:20px; line-height:35px;cursor:pointer;}
div.user > p b.on{ font-weight: bold;}
div.user > p a { color: #a0b3e7; line-height: 1.8em; }
div.user > p a:hover { text-decoration: underline; }
div.user .user-wrap {display:none; position: fixed;top: 0;left: 160px;z-index: 10000; width: 300px; background-color: #f5f5f5; border-right: #e0e0e0 1px solid;  border-bottom: #e0e0e0 1px solid; transition-duration: .5s;-webkit-transition-duration: .5s;overflow:hidden;}
/*div.user > p b:hover .user-wrap{ display:block;}*/
div.user .user-tit{display:none; color: #fff; height: 70px; line-height: 70px; text-align: center;}
.set div.user { width:60px}
.set div.user>p{ display:none;}
.set div.user .user-tit{ display:block;}
.nav-header.set div.user .user-wrap { display:none;}
div.changeMenuMode, p.add-menu , .changeMenuMode2{ padding: 0 5px;text-align: center; height: 37px;line-height: 37px;cursor: default; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background:#0077f9}
div.changeMenuMode a, .changeMenuMode2 a{ color:#fff;width:100%;height:100%;display:block;}
#bar-box1 p.add-menu a{ color:#fff; position:relative; display:inline-block; padding:0 20px 0 35px;font-size:14px;}
#bar-box1 p.add-menu a i{ display: block; position: absolute; width: 16px; height: 16px; top: 50%; margin-top: -8px; left: 14px; background-image: url(/Templates/Images/main/add-menu.png); background-size: cover;}
#bar-box2 p.add-menu{ border:none; padding:0 10px;}
#bar-box2 p.redu-btns{ height:96px;}
#bar-box2 p.add-menu a{ position: relative;height: 30px; border: #a0b3e7 1px dashed; line-height: 26px; display: block;color: #a0b3e7;margin-top: 5px;}
#bar-box2 p.add-menu a.add-fist-meun{ font-size: 24px;}
#bar-box2 p.add-menu a#del-btn{ line-height:30px;}
#bar-box2 p.add-menu a:hover { color:#fff; border-color:#fff;}

.set-content .abc{ position: relative; height:30px;}
.set-content .abc button { height: 24px; line-height: 24px;  right: 35px; top: 5px; position: absolute; border: none; display: inline-block;  padding: 0 10px; color: #FFF; background: #298def; border-radius: 3px;  font-size: 14px; cursor: pointer;}
.set-content .group-end, .set-content .group { position: relative; display: inline-block; width: 188px; border: #9f9f9f 1px solid; border-top: #019ed1 3px solid; vertical-align: top; margin: 5px 15px; height: 245px;}
.set-content .group-header { position: relative; height: 35px; border-bottom: #9f9f9f 1px solid;}
.set-content .group-header h1 { font-size: 15px;line-height: 35px; padding: 0 15px;text-align: center;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.active .group-header h1 { padding: 0 60px 0 5px;}
.group-header a.set { right: 35px;}
.group-header a { display: none; font-size: 12px; color: #9f9f9f; line-height: 24px;height: 24px; position: absolute; top: 50%; margin-top: -12px; right: 5px;}
.group.active .group-header h1 { text-align: left;}
.group.active .group-header a { display: block;}
.set-content .group-body { position: absolute; top: 36px;right: 0; bottom: 0; left: 0;overflow: auto;padding: 10px;}
.group-body .mode-code { padding-bottom: 5px;}
.group-body li { position: relative; border: #b6b6b6 1px solid;  border-radius: 5px; margin: 5px 0;}
.group-body a { display: block; text-align: center; color: #565775; line-height: 28px; padding-right: 16px; margin-left: 3px;border-left: #019ed1 2px solid;width: 140px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.group-body ul li i { width: 16px; height: 16px; position: absolute;  right: 0; top: 50%; margin-top: -8px; background: url(/Templates/Default/Images/index/Menuset.png) no-repeat center; cursor: pointer;}
.set-content .group-body a.added { position: absolute; width: 120px; height: 120px; border: #e0e0e0 5px dashed;color: #e0e0e0;font-size: 42px; text-align: center;line-height: 120px;left: 50%; top: 50%; margin-top: -65px; margin-left: -65px;padding: 0;}
.group-body .mode-code input {border: none; border-bottom: 1px solid #ccc; width: 95px;  outline: none;}

.setter-tit, .setter-tree { position: relative; padding: 15px 50px 0 50px; padding-left: 100px;}
.setter-tit label, .setter-tree label { position: absolute; width: 100px; top: 15px; text-align: right;left: 0;line-height: 35px;height: 35px;}
.setter-tit input { display: block;height: 35px; padding: 0 .5em; line-height: 35px; box-sizing: border-box; width: 100%; border: 1px solid #ccc;border-radius: 3px;}
.setter-tree > ul { position: relative;border: #e0e0e0 1px solid; height: 240px;overflow: auto;padding: 15px;}
.setter-footer { text-align: center;position: absolute; bottom: 20px;width: 100%;}
.setter-footer a { display: inline-block; font-size: 15px;padding: 5px 40px;color: #FFF;background: #186abc;  margin: 0 10px;  border-radius:3px;}
.setter-footer a:hover {  background: #298def }

.menu-container > ul > li > p, .menu-container-a > ul> li > p { position: relative; height: 42px; line-height: 42px; padding: 0 20px 0 45px; color: #454545; cursor: pointer; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:15px; border-top: 1px solid #e0e0e0;}
.menu-container > ul > li.on > p, .menu-container-a > ul > li.on > p { background-color: #0064d1; color: #fff; background-position: center right;background-repeat: no-repeat;}
.menu-container > ul> li > p i , .menu-container-a > ul>li > p i { display: block; position: absolute; width: 16px; height: 16px; top: 50%; left: 20px; margin-top: -8px; }
.menu-container > ul> li > p span.sz-btn,  .menu-container-a > ul> li > p span.sz-btn { background: url(images/main/userSet.png);}
.menu-container-a > ul> li.on > p span.sz-btn{ background: url(images/main/userSet_w.png);}
.menu-container > ul> li > div,  .menu-container-a > ul>li > div { display: none; position: fixed;top: 92px;left: 160px; bottom: 39px; background-color: #0064d1; z-index: 100010;  -webkit-overflow-scrolling: touch;}
.menu-container > ul> li.active > div , .menu-container-a > ul> li.active > div{ display: block; }
.menu-container > ul> li > div > h1 , .menu-container-a > ul> li > div > h1 { height: 50px; line-height: 50px; border-bottom: #384ea0 1px solid; padding: 0 10px; font-size: 16px; font-weight: bold; color: #a0b3e7; }
li.user > p { height:70px; padding: 0 20px; padding-top: 80px; text-align: center; color: #fff; border-bottom: #324381 1px solid; }
li.user > p b { display: block; font-weight: normal; line-height: 1.8em; }
li.user > p a { color: #a0b3e7; line-height: 1.8em; }
li.user > p a:hover { text-decoration: underline; }
li.user > p i { width: 48px; height: 48px; left: 50%; top: 20px; margin-top: 0; margin-left: -24px; background-image: url(images/main/face.png); background-size: 100% 100%; }
li.on > p i { background-position: 0 -16px; }
li.menumode p{ padding:0 5px;text-align:center;border-bottom:1px solid #324381;}
li.menumode p a { color:#fff;}
li.menus .menu-wrap { width:35%; min-width:420px; border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
li.menus .menu-wrap .ps-wrap{ position:absolute;top:0;left:0;right:0;bottom:0;}
li.menus .menu-children { position: absolute; width: 100%; top: 0; left: 0; bottom: 0; overflow:auto;}
li.menus .menu-chart { position: absolute; top: 0; left: 450px; bottom: 0; right: 0; }

.menu-wrap .menu-children > ul { margin: 0 20px; }
.menu-wrap .menu-children > ul > li { margin-top: 12px;  position: relative; padding-left: 8em; font-size: 14px; }
.menu-wrap p { position: absolute; top: 4px; left: 0; width: 7em; text-align: right; font-size: 13px; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;padding-right: 20px;font-weight: bold;}
.menu-wrap p i { display: inline-block; width: 10px; height: 10px; background-image: url(images/main/carat-l.png);position: absolute;top: 50%;  margin-top: -5px; right: 0; }
.menu-wrap ul ul { padding: 0 10px;}
.menu-wrap li li { display: inline-block; *display: inline; *zoom: 1; padding: 0 10px; display: inline-block; *display: inline; *zoom: 1;  padding: 0 10px; margin-top: 8px; border-left: #a0b3e7 1px solid; height: 16px; line-height: 16px;}
.menu-wrap a { font-size: 12px; color: #fff; }
.menu-wrap a:hover { color: #fff; }

li.user .user-wrap { width: 380px; background-color: #f5f5f5; border-right: #e0e0e0 1px solid; }
.user-wrap .top { position: relative; border-bottom: #e0e0e0 1px solid; padding: 25px 25px 25px 45px; }
.user-wrap .fun-btns{ position: relative; border-top: #e0e0e0 1px solid; padding: 30px;  }
.user-wrap .fun-btns span:hover{ border-color:#f18f18;}
.user-wrap .top i, .user-wrap .top h1, .user-wrap .top p, .user-wrap .top a , .user-wrap .fun-btns a { display: block; font-size: 14px; line-height: 20px; margin: 0; padding: 0; }
.user-wrap .top i, .user-wrap .top a, .user-wrap .fun-btns a, .user-wrap .fun-btns i { position: absolute; top: 50%; }
.user-wrap .top a{ right: 20px; padding-left: 20px; font-size: 12px; color: #a0a0a0; }
.user-wrap .top a:hover { color: #f18f18; }
.user-wrap .fun-btns a { left: 60px; padding-left: 20px;font-size: 12px; color: #fff; top: 50%; margin-top: -10px;border: 1px solid #046fd2; padding: 2px 10px 2px 20px; border-radius: 3px; background: #046fd2}
.user-wrap .fun-btns a:hover{ background:#1e62ad }
.user-wrap .top i, .user-wrap .fun-btns i { width: 12px; height: 12px; margin-top: -6px; left: 3px;  }
.user-wrap .top > i { width: 32px; height: 32px; margin-top: -16px; left: 20px; background-image: url(Images/main/faces.png); border-radius: 50%; }
.user-wrap .top h1, .user-wrap .top a.hit { display: inline-block; *display: inline; *zoom: 1; }
.user-wrap .top h1 { color: #00202b;font-weight: bold; }
.user-wrap .top a.hit { position: relative; margin-left: 10px; font-size: 10px; right: auto; color: #ec5401; top: auto; }
.user-wrap .top p { color: #a0a0a0; font-size: 12px; }
.user-wrap .fun-btns a#userSet { }
.user-wrap .fun-btns a#userSet i { background-image: url(Images/main/set-w.png);}
.user-wrap .fun-btns a#loginOut { left: 170px; background-color:#fa4451;border-color:#fa4451}
.user-wrap .fun-btns a#loginOut i { background-image: url(Images/main/ico-back.png); }
.user-wrap .fun-btns a#loginOut:hover{ background-color:#e80a1a;}
.user-wrap .main { padding: 20px; font-size: 14px; }
.user-wrap .main > div { position: relative; padding-left: 5em; margin: 5px 0; }
.user-wrap .main h1 { position: absolute; top: 0; left: 2em; width: 5em; }
.user-wrap .main p, .user-wrap .main span, .user-wrap .main a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.user-wrap .main p { color: #7c91ca; margin-right: 10px; padding-left: 2em;}
.user-wrap .main .nowPrj p { width: 120px; overflow: hidden; text-overflow: ellipsis;}
.user-wrap .main span { position:relative; display:block; color: #a0a0a0; margin-left: -5px; }
.user-wrap .main a.changePrj {position: absolute; display: block; right: -10px; top: 0px; background-color: #046fd2; color: #fff; border-radius: 2px; line-height: 16px; height: 16px; padding: 2px 4px; font-size:12px }
.user-wrap .main a.changePrj:hover { background-color: #f18f18; }

.user-wrap .main i { width: 14px; height: 14px; position: absolute; left: -16px; top: 50%; margin-top: -7px; background-image: url(Images/main/icons-small.png); }
.user-wrap .main span.info i { background-position: 0 -42px; }
.user-wrap .main a.changePrj i { background-position: 0 -56px; }
.online-wrap { display:none; position: absolute; width: 180px;height: 450px;z-index: 9999; border: #e0e0e0 1px solid; top: 125px; right: 20px; background-color: #fff;}
.online-wrap .online-header{ position: relative; height: 30px;background: #046fd2;}
.online-wrap .online-header h2{ padding-left:10px;line-height:30px;color:#fff;}
.online-wrap .online-header a{ position:absolute;right:5px;width:20px;height:20px;top:50%;margin-top:-10px;background:url(images/main/dels.png);}
.online-wrap .online-content{ position:absolute;top:30px;left:0;right:0;bottom:0;overflow:auto;}
#online { position: absolute; top: 0px; left: 0; right: 0; bottom: 0; padding: 10px 0;}
#online a { position: relative; display: block; padding: 10px; padding-left: 60px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 32px; height: 32px; }
#online i { display: block; position: absolute; width: 32px; height: 32px; top: 50%; left: 20px; margin-top: -16px; overflow: hidden; border-radius: 50%; }
#online i img { width: 32px; height: 32px; }

.tag .menu-btn{ position: absolute; width: 34px; height: 35px; text-align: center; top: 0; text-indent: -9999px; background-color:#fff;background-repeat:no-repeat;background-position:center center;}
.tag .left-btn { left: 0;background-image: url(/Templates/images/main/left.png); border-right: 1px solid #eee;}
.tag .right-btn { right: 120px; background: url(/Templates/images/main/right.png) center center no-repeat; border-left: 1px solid #eee;}
.tag .menu-btn:hover{ background-color:#fafafa}
.tag a.control-up-btn { position: absolute;top: 50%; width: 16px;height: 16px; right: 12px; margin-top: -8px;display: block;cursor: pointer; background-image: url(images/main/cont-up.png);}
.tag a.control-up-btn:hover{ background-position:0 -16px;}
.nav-tabs-box{position: absolute; left: 35px;right: 155px; top: 3px;bottom: 0;overflow:hidden;}
.nav-tabs-box .page-content{ width:100000px;overflow:hidden;}
#tagBar {display:inline-block; font-size:0; }
#tagBar li { position: relative; display: inline-block; *display: inline; *zoom: 1; height: 32px; cursor: pointer; padding: 0 25px; color: #a0a0a0; line-height: 32px; white-space: nowrap; text-align:center;margin-right:2px;vertical-align:top;min-width:25px;}
#tagBar li.on {  color: #454545; }
#tagBar li.active { background-color: #0077f9;  color: #fff; border-radius:2px 2px 0 0;}
#tagBar li.mores { padding: 0 !important; font-size: 12px; height:30px; width: 27px; line-height: 29px; background: url(images/main/down.png) center center no-repeat;margin-left: 1px; background-color: #fff;vertical-align: bottom; margin-bottom: 1px;}
#tagBar a { display: none; position: absolute; width: 12px; height: 12px; z-index: 1; top: 50%; margin-top: -5px; overflow: hidden; text-indent: -999em; right: 6px; background-image: url(Images/main/del.png); cursor: pointer; }
#tagBar li.active a { display: block; background-image: url(images/main/del-w.png); }
#tagBar li.on a { display: block; }
#tagBar a.set { background-image: url(images/main/set.png); }
#tagBar li.active a.set { background-image: url(images/main/set-w.png); }
#tagMore { display: block; position: absolute; width: 39px; height: 39px; right: 0; bottom: 0; overflow: hidden; text-indent: -999em; background-image: url(images/main/more.png); }
#tagMore:hover { background-color: #f5f5f5; }
#tagBar li span.border-right{ top: 50%; width: 1px;  height: 20px; position: absolute; right: -1px; margin-top: -10px; background: #ccc;}
.tag .btn-group{ position: absolute; width: 78px; height: 35px;  text-align: center; border-left: solid 1px #eee; border-right: solid 1px #eee; color: #999; right:40px; top: 0;}
.tag .btn-group .close-control{ position:relative; display:inline-block; line-height:35px; font-size:12px;}
.tag .btn-group .close-control .caret { display: inline-block;width: 0; height: 0; margin-left: 4px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent;}
.tag .btn-group .list-box{ position: absolute; width: 140px; height:0; top: 35px; z-index: 100; right: -1px; font-size: 12px; overflow: hidden; transition-duration: .5s; background: #fff;}
/*.tag .btn-group.on .list-box{ height:60px; border: 1px solid #eee;}*/
.tag .btn-group.on .list-box{ height:auto; border: 1px solid #eee;}
.tag .btn-group .list-box  .close-other, .tag .btn-group .list-box  .close-all{ position:relative; height:30px;line-height:30px; padding:0 25px; letter-spacing: 5px; font-size: 12px; text-align: center; cursor:pointer;}
.tag .btn-group .list-box div.close-other{ border-top: 1px solid #eee;}
.tag .btn-group .list-box >div span{ display: none; position: absolute; width: 12px; height: 12px;z-index: 1;top: 50%; margin-top: -5px;text-indent: -999em;right: 10px; background-image: url(Images/main/del.png);cursor: pointer;}
.tag .btn-group .list-box >div:hover{ background:#f5f5f5; color:#384ea0;}
.tag .btn-group .list-box >div:hover span{ display:block;}

.list-box .nav-list{  max-height:260px; overflow:hidden;}
.list-box .nav-list li { display: block; border-top: 1px solid #eee; cursor: pointer;position: relative; font-size:12px; height: 30px;line-height: 30px;text-align: left;  padding: 0 25px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis; margin: 0 3px;}
.list-box .nav-list li span { width: 10px; height: 10px; border-radius: 5px; background: #0077f9; display: none; position: absolute; top: 50%; margin-top: -5px; left: 5px; }
.list-box .nav-list li:hover{ background:#f5f5f5; color:#384ea0;}
.list-box .nav-list li.active{ background:#f5f5f5; color:#384ea0;}
.list-box .nav-list li.active span { display: block;}
.list-box .nav-list li .del{ display: none; position: absolute; width: 12px; height: 12px;z-index: 1;top: 50%; margin-top: -5px;text-indent: -999em;right: 10px; background-image: url(Images/main/del.png);cursor: pointer;}
.list-box .nav-list li:hover .del{ display:block;}


/*弹窗*/
.set-mode-wrap{ display:none; position:absolute; width:1000px; height:550px; left:200px; top:120px; z-index:1001; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.55); background:#fff; border-radius:5px;}
.set-mode-wrap .set-header, .new-mode-wrap .new-header{ height:35px; background:#2782dd; position:relative; cursor: move;}
.set-mode-wrap .set-header h2, .new-mode-wrap .new-header h2{ line-height:35px; padding-left:20px;color:#fff;}
.set-mode-wrap .set-header a, .new-mode-wrap .new-header a{ position: absolute; width: 20px; height: 20px; top: 50%; margin-top: -10px; right: 10px; background: url(images/main/dels.png);}
.set-mode-wrap .set-header a:hover, .new-mode-wrap .new-header a:hover{ background:url( Images/main/delsh.png)}
.set-mode-wrap .set-content, .new-mode-wrap .new-content{ position:absolute; top:35px;left:0;right:0;bottom:0; overflow:hidden;}

.pop-mode { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background: rgba(000,000,000,.4); display:none;}
.new-mode-wrap{ display:none; position:absolute; width:1200px; left:200px; top:50px;height:600px; z-index:1011; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.55); background:#fff; border-radius:5px;}
.new-pop {  position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1010; background: rgba(000,000,000,.3); display:none;}

/*即时通消息提醒*/
.info-box { display:none; position: absolute;right: 20px; bottom: 2px; width: 440px; height: 240px; z-index: 100; background: #fff; border: 1px #e1e1e1  solid; overflow: hidden; border-radius:3px;}
.info-box .info-header{ position:relative; height:45px; line-height:45px; background:url(images/main/message.jpg) no-repeat; background-size:cover;}
.info-box .info-header p{padding-left: 20px; color: #fff; font-size:14px;line-height:45px;}
.info-box .info-header a{ position: absolute; top: 50%; margin-top:-7px; right: 10px;width: 14px; height: 14px; background: url(images/main/del.png) center center;}

/*即时通消息回复*/
.info-back { display: none; position: absolute; right: 50%; margin-right: -220px; top:50%; margin-top:-125px; width: 440px;height: 250px; z-index: 1001; background: #fff; border: 1px #e1e1e1 solid;overflow: hidden; border-radius:3px;}
.info-back .info-header{ position:relative; height:45px; line-height:45px; background:url(images/main/message.jpg) no-repeat; background-size:cover;}
.info-back .info-header p{padding-left: 20px; color: #fff; font-size:14px;line-height:45px;}
.info-back .info-header a{ position: absolute; top: 50%; margin-top:-7px; right: 10px;width: 14px; height: 14px; background: url(images/main/del.png) center center;}


/*更改图片弹窗*/
.change-pic-mode{ display:none; position:absolute; width:800px; height:454px; left:50%;margin-left:-400px;  top:100px; z-index:1001; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.55); background:#fff; border-radius:5px;}
.change-pic-mode .set-pic-header{ height:35px; background:#0077f9; position:relative;}
.change-pic-mode .set-pic-header h2{line-height:35px; padding-left:20px;color:#fff;}
.change-pic-mode .set-pic-header a{position: absolute; width: 20px; height: 20px; top: 50%; margin-top: -10px; right: 10px; background: url(../Templates/images/main/dels.png);}
.change-pic-mode .set-pic-header a:hover{ background:url(../Templates/images/main/delsh.png)}
.change-pic-mode .set-pic-content{ position:absolute; top:35px;left:0;right:0;bottom:0; overflow:hidden;}

/*关于弹窗*/
.about-mode{ display:none; position:absolute; width:500px; height:385px; left:50%;margin-left:-250px;  top:100px; z-index:1001; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.55); background:#fff; border-radius:5px;}
.about-mode .about-header{ height:35px; background:#0077f9; position:relative;}
.about-mode .about-header h2{line-height:35px; padding-left:20px;color:#fff;}
.about-mode .about-header a{position: absolute; width: 20px; height: 20px; top: 50%; margin-top: -10px; right: 10px; background: url(../Templates/images/main/dels.png);}
.about-mode .about-header a:hover{ background:url(../Templates/images/main/delsh.png)}
.about-mode .about-content{ height:300px;}
.about-mode .about-foot { height: 50px; line-height: 50px; border-top: 1px solid #ccc; text-align: right; padding: 0 25px;}
.about-mode .about-foot a{ background: #fff;  color: #364aa0;padding: 3px 12px;border-radius: 3px; border: 1px solid #364aa0;}
.about-mode .about-foot a:hover{ background:#364aa0; color:#fff;}

.menu-search { position: fixed; bottom: 0;  width: 160px; height: 40px; background: #fff; }
.menu-search input{ width: 125px; height: 25px; border: 1px solid #2778bc; border-radius: 3px; font-size: 12px; color: #a1a1a1;padding: 0 10px; margin:5px;}
.menu-search input::-webkit-input-placeholder {  font-size:12px;}
.menu-search a{ font-size:0; width: 20px;  height: 20px; position: absolute; top: 10px; right: 10px; background: url(/Templates/images/main/search.png) no-repeat; background-size: cover;}
.set .menu-search input,  .set .menu-search a{ display:none;}
#suggestions-container{ margin:0;}
.autocomplete-suggestions{ bottom: 31px; border: 1px solid #2778bc;background: #fff; font-size: 12px;left: 4px;}
.autocomplete-suggestions .autocomplete-suggestion { padding:5px;line-height: initial;}
.autocomplete-selected { color:#0055a0;background:#f5f5f5; cursor:default;}

/*设置头像弹窗*/
.set-head{ display:none; position:absolute; width:320px; height:360px; left:50%;margin-left:-250px;  top:100px; z-index:1001; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.55); background:#fff; border-radius:5px;}
.set-head .set-head-tit{ height:40px; position:relative; border-bottom:1px solid #ccc}
.set-head .set-head-tit h2{line-height:40px; padding-left:20px; font-size:16px}
.set-head .set-head-tit a{position: absolute; width: 16px; height: 16px; top: 50%; margin-top: -8px; right: 10px; background: url(../Templates/images/main/del-head.png);}
.set-head .set-head-tit a:hover{ background-color:#ddd;}
.set-head .set-head-cont{ height:280px;}
.set-head .set-head-foot { height: 40px; line-height: 40px; border-top: 1px solid #ccc; text-align: right; padding: 0 25px;}
.set-head .set-head-foot a{ background: #fff;  color: #364aa0;padding: 3px 12px;border-radius: 3px; border: 1px solid #364aa0;}
.set-head-foot a:hover{ background:#364aa0; color:#fff;}
.set-head-pop { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(000,000,000,.3); display:none;}

.dialog { position: absolute; background-color: #fff; top: 20%; left: 50%;z-index: 20000;width: 350px; height:150px; border-radius: 3px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.55);}
.dialog .tit{ position: relative;height: 30px;line-height: 30px; padding-left: 35px;color:#fff; background: #046fd2;border-radius:3px 3px 0 0;}
.dialog h1{ text-align:center; font-size:14px; padding:12px;}
.dialog .tit i{ width: 20px; display: inline-block; height: 20px; position: absolute; background: url(images/main/tip_w.png); top: 50%; margin-top: -10px;  left: 10px;}
.dialog p{ margin-top: 5px; text-align: right; margin-right: 20px;}
.dialog a{ padding: 4px 20px; margin: 0 5px; color: #fff; border-radius:3px;}
.dialog .confirm-btn{ border: 1px solid #046fd2; background:#046fd2}
.dialog .cancel-btn{ background-color: #fa4451; border-color: #fa4451;}
.dialog .confirm-btn:hover{ background:#1e62ad }
.dialog .cancel-btn:hover{  background-color:#e80a1a;}

.set-system{ display:none; position:absolute; width:600px; height:500px; left:50%;margin-left:-300px;  top:100px; z-index:1001; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.55); background:#fff; border-radius:5px;}
.set-system  .set-system-header{ height:35px; background:#2782dd; position:relative;}
.set-system  .set-system-header h2{line-height:35px; padding-left:20px;color:#fff;}
.set-system  .set-system-header a{position: absolute; width: 20px; height: 20px; top: 50%; margin-top: -10px; right: 10px; background: url(/Templates/Images/main/dels.png);}
.set-system  .set-system-header a:hover{ background:url(/Templates/Images/main/delsh.png)}
.set-system  .set-system-content{ position:absolute; top:35px;left:0;right:0;bottom:0; overflow:hidden;}

@media screen and (min-width:1650px) {
    .form-container{ width:480px; height:560px;margin-top:-280px; right:7%;}
    .form-container .acc-box{ width:380px;}
    .form-container .acc-box .acc-login-title{ padding-top: 60px;}
    .form-container .acc-box .acc-login-title h2{ font-size:24px;}
    .form-container .selt, .form-container .txtb {  margin-top: 25px; height: 40px;line-height: 40px; }
    .form-container .acc-login .selt label { height: 40px; line-height: 40px;}
    .form-container .login-Code  { height: 40px; line-height: 40px; margin-top:25px;}
    .form-container .login-Code input { width: 280px;height: 40px; line-height: 40px;}
    .form-container .txtb input { height: 40px;line-height: 40px;}
    .form-container .cheb { margin-top: 25px;line-height: 40px;}
    .accbooks-select { top: 35px;}
    .form-container .selt { margin-top: 35px;}
    .form-container a#loginSubmit { height: 40px;line-height: 40px;}
    .wx-widget { margin-top: 80px;}
    .login-logo { top: 140px; left: 8%;}
    .form-pic { width: 420px; height: 200px; left: 8%; margin-top: -100px;}
}


@media screen and (min-width:1900px) {
    .form-container{ width:520px; height:600px;margin-top:-300px;right:9%;}
    .form-container .acc-box{ width:400px;}
    .form-container .acc-box .acc-login-title{ padding-top: 60px;}
    .form-container .acc-box .acc-login-title h2{ font-size:24px;}
    .form-container .selt, .form-container .txtb {  margin-top: 25px; height: 40px;line-height: 40px; }
    .form-container .acc-login .selt label { height: 40px; line-height: 40px;}
    .form-container .txtb input { height: 40px;line-height: 40px;}
    .form-container .login-Code  { height: 40px; line-height: 40px; margin-top:25px;}
    .form-container .cheb { margin-top: 25px;line-height: 40px;}
    .form-container .selt { margin-top: 35px;}
    .form-container a#loginSubmit { height: 40px;line-height: 40px;font-size: 18px;}
    .login-logo { top: 90px; left: 8.5%;}
    .form-pic { width: 490px; height: 230px; left: 8.5%; top: 50%; margin-top: -125px;}
    .form-container .login-Code input { width: 310px;height: 40px; line-height: 40px;}
}

.im-box{padding:0;margin:0;}
.im-header{padding:5px 4px;text-align:right;border-bottom:1px solid #ddd;}
.im-header label {font-size: 12px;width: 100px;text-align: left;vertical-align: middle;}
.im-header input[type=checkbox] {width: 14px;height: 14px;vertical-align: middle;margin-top: -1px;}

.im-btn {text-decoration: none;display: inline-block;padding: 2px 10px;border: 1px solid #299ddc;
         color: #299ddc;font-size: 12px;line-height: 20px;border-radius: 3px;margin:0 2px;cursor:pointer;background-color:#fff;}
.im-btn:hover {color: #fff;background-color: #299ddc}

.im-btn:disabled {border: 1px solid #ddd;background-color: #fafafa;color:rgba(16, 16, 16, 0.3);cursor:default;}

.im-menu{position:relative;display:inline-block;height:28px;}
.im-menu .im-menu-btn {background: url('/Library/jquery-easyui-1.8.6/themes/default/images/menu_arrows.png') no-repeat 43px 4px;padding-right: 20px;width: 30px;}
.im-menu .im-menu-btn:hover {background: url('/Library/jquery-easyui-1.8.6/themes/default/images/menu_arrows.png') no-repeat 43px -12px;color: #fff;background-color: #299ddc}
.im-menu .sub {margin: 0;background-color: #fafafa;border: 1px solid #ddd;color: #444;position: absolute;left: -30px;top: 28px;z-index: 99;padding: 3px;max-height: 150px;width: 120px; overflow-y:auto; display:none;}
.im-menu .sub dd{margin:5px 0; padding:3px 3px;font-size:13px;cursor:pointer;display:block;text-align:left;}
.im-menu .sub dd:hover{border:1px solid #b7d2ff;background-color:#eaf2ff;border-radius:3px;}

.im-content {padding: 5px 5px;}
.im-content .im-list{padding:3px 0;}
.im-content label {text-align: right;width: 60px;height: 30px;line-height: 30px;font-size: 13px;display: inline-block;}
.im-content label.longb{height:60px;vertical-align:top;}

.im-content input[type=text],.im-content textarea {border: 1px solid #ccc;border-radius: 2px;padding: 2px 6px;font-size: 12px;line-height: 20px;width: 280px;display: inline-block;}
.im-content textarea {height:60px;overflow-x:auto;}


#sysServiceDig { position: absolute; top: 215px; left: 50%; margin-left: -230px; background: #fff; width: 460px; height: 300px; display:none; z-index:900;box-shadow: rgba(0,0,0,.2) 0px 0px 5px;}
#sysServiceDig { width: 460px; height: 280px; border:1px solid #ddd;}
#sysServiceDig .title-div { position: relative;font-size:14px; height: 42px; line-height: 42px;  color: #333; padding-left: 26px; background:#f5f5f5; border-bottom:1px solid #eee;}
#sysServiceDig .title-div img { position: absolute;top: 50%;margin-top: -11px; left: 8px;}
#sysServiceDig .title-div a { position: absolute; top: 13px; right: 9px; width: 16px; height: 16px; background: url(/Templates/images/main/del.png) 50% 50% no-repeat; background-size: 90%; }
#sysServiceDig .box { position: absolute;left: 0; top: 35px; right: 0; bottom: 0;}
#sysServiceDig .content-div { position: absolute; top: 10px; left: 20px; bottom: 60px; right: 20px;}
#sysServiceDig .content-ul {line-height: 30px; padding-left:10px;}
#sysServiceDig .content-ul li { padding-left: 20px; position: relative; font-size: 14px; }
#sysServiceDig .content-ul li:before { content: ''; display: block; width: 8px; height: 8px; background: #454545; position: absolute; left: 5px; top: 11px;}
#sysServiceDig .content-bottom { position: absolute; left: 0; right: 0; bottom: 15px;height: 60px; line-height: 60px; text-align: center;}
#sysServiceDig .content-a { color: #FFFFFF; text-decoration: none; background: #0077f9; padding: 10px 50px; border-radius: 20px; font-size: 14px; }

