@charset;
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    #header {
        z-index:996;
    }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, progress, time, mark, audio, video {
    background:transparent;
    border:0;
    font-size:100%;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
    -webkit-text-size-adjust:none;
}
body {
    line-height:normal;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, progress {
    display:block;
}
ol, ul, li {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
:focus {
    outline:0;
}
ins {
    text-decoration:none;
}
del {
    text-decoration:line-through;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
.clearfix:before, .clearfix:after {
    content:'\0020';
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    width:0;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
.clear {
    clear:both;
}
body {
    color:#333333;
    font-size:12px;
    font-family:Arial, Tahoma, Helvetica, "Microsoft Yahei", "微软雅黑", STHeiti, "宋体";
    *font-family:"Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti, "宋体";
    background:#f8f8f8;
}
a, a:link, a:visited {
    color:#375BA2;
    cursor:pointer;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
:placeholder {
    color:#999999;
}
::-webkit-input-placeholder {
    color:#999999;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    legend {
        padding-bottom:10px;
    }
}
select, textarea, input, option {
    margin:0;
    padding:0;
    font-size:12px;
    font-family:Arial, Tahoma, Helvetica, "Microsoft Yahei", "微软雅黑", STHeiti, "宋体";
    font-family:"Microsoft Yahei"\9;
}
select, textarea {
    border:1px solid #DADADA;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    outline: medium none;
    resize: none;
}
select:focus, textarea:focus {
    border:1px solid #78A8D5;
    -webkit-box-shadow:0 0 3px #EEEEEE;
    -moz-box-shadow:0 0 3px #EEEEEE;
    box-shadow:0 0 3px #EEEEEE;
}
textarea {
    overflow:auto;
}
option {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    padding-left:5px;
}
.input-text {
    border:1px solid #DADADA;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:3px;
    -webkit-box-shadow:0 1px #f7f7f7 inset;
    -moz-box-shadow:0 1px #f7f7f7 inset;
    box-shadow:0 1px #f7f7f7 inset;
}
.input-readonly {
    background-color:#EEEEEE;
}
.input-text-error {
    border:1px solid red;
    -webkit-box-shadow:0 0 1px #fae7e5, 0 3px #f7f7f7 inset;
    -moz-box-shadow:0 0 1px #fae7e5, 0 3px #f7f7f7 inset;
    box-shadow:0 0 1px #fae7e5, 0 3px #f7f7f7 inset;
}
.input-text:focus {
    border:1px solid #8caac8;
    -webkit-box-shadow:0 0 5px #d6e2ed;
    -moz-box-shadow:0 0 5px #d6e2ed;
    box-shadow:0 0 5px #d6e2ed;
}
.input-button, .input-submit, .input-gray, .input-cancel, .input-disable {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    height:30px;
    overflow:visible;
    padding:0 15px;
}
.input-button, .input-submit,.upload_button{
    background:#83c74c;
    background:-webkit-gradient(linear, left top, left bottom, from(#83c74c), to(#6eb337));
    background:-webkit-linear-gradient(top, #83c74c, #6eb337);
    background:-moz-linear-gradient(top, #83c74c, #6eb337);
    background:-o-linear-gradient(top, #83c74c, #6eb337);
    background:linear-gradient(top, #83c74c, #6eb337);
    border-color:#5da127;
    color:#FFFFFF;
    -webkit-box-shadow:0 1px #83c84c inset;
    -moz-box-shadow:0 1px #83c84c inset;
    box-shadow:0 1px #83c84c inset;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#83c74c, endColorstr=#6eb337);
}
.input-button:hover, .input-submit:hover {
    background:#8cce58;
    background:-webkit-gradient(linear, left top, left bottom, from(#a0e26c), to(#8cce58));
    background:-webkit-linear-gradient(top, #a0e26c, #8cce58);
    background:-moz-linear-gradient(top, #a0e26c, #8cce58);
    background:-o-linear-gradient(top, #a0e26c, #8cce58);
    background:linear-gradient(top, #a0e26c, #8cce58);
    text-decoration:none;
    border-color:#71A745;
    -webkit-box-shadow:0 0.5px #94da5d inset;
    -moz-box-shadow:0 0.5px #94da5d inset;
    box-shadow:0 0.5px #94da5d inset;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a0e26c, endColorstr=#8cce58);
}
.input-button:active, .input-submit:active {
    background:#6EB337;
    background:-webkit-gradient(linear, left bottom, left top, from(#83C74C), to(#6EB337));
    background:-webkit-linear-gradient(bottom, #83C74C, #6EB337);
    background:-moz-linear-gradient(bottom, #83C74C, #6EB337);
    background:-o-linear-gradient(bottom, #83C74C, #6EB337);
    background:linear-gradient(bottom, #83C74C, #6EB337);
    text-decoration:none;
    -webkit-box-shadow:0 1px #6DA442 inset;
    -moz-box-shadow:0 1px #6DA442 inset;
    box-shadow:0 1px #6DA442 inset;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#6EB337, endColorstr=#83C74C);
}
.input-gray, .input-cancel {
    background:#f4f4f4;
    background:-webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
    background:-webkit-linear-gradient(top, #f8f8f8, #efefef);
    background:-moz-linear-gradient(top, #f8f8f8, #efefef);
    background:-o-linear-gradient(top, #f8f8f8, #efefef);
    background:linear-gradient(top, #f8f8f8, #efefef);
    border-color:#c0c0c0;
    color:#615F60;
    -webkit-box-shadow:0 1px #FFFFFF inset;
    -moz-box-shadow:0 1px #FFFFFF inset;
    box-shadow:0 1px #FFFFFF inset;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f8f8f8, endColorstr=#efefef);
}
.input-smallgray {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    height: 30px;
    overflow: visible;
    background:#f9f9f9;
    border-color:#d9d9d9;
    color:#888888;
    -webkit-box-shadow:0 1px #FFFFFF inset;
    -moz-box-shadow:0 1px #FFFFFF inset;
    box-shadow:0 1px #FFFFFF inset;
}
a.input-smallgray {
    height:22px;
    line-height:22px;
    text-decoration:none;
    display:inline-block;
    padding: 0 10px;
}
a.jiapadding {
    padding:0 7px;
}
.input-gray:hover, .input-cancel:hover {
    background:#ffffff;
    background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
    background:-webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background:-moz-linear-gradient(top, #ffffff, #f1f1f1);
    background:-o-linear-gradient(top, #ffffff, #f1f1f1);
    background:linear-gradient(top, #ffffff, #f1f1f1);
    text-decoration:none;
    border-color:#c0c0c0;
    -webkit-box-shadow:0 -1px #f0f0f0 inset;
    -moz-box-shadow:0 -1px #f0f0f0 inset;
    box-shadow:0 -1px #f0f0f0 inset;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f1f1f1);
}
.input-gray:active, .input-cancel:active {
    background:#ECEAEB;
    background:-webkit-gradient(linear, left bottom, left top, from(#F7F5F6), to(#ECEAEB));
    background:-webkit-linear-gradient(bottom, #F7F5F6, #ECEAEB);
    background:-moz-linear-gradient(bottom, #F7F5F6, #ECEAEB);
    background:-o-linear-gradient(bottom, #F7F5F6, #ECEAEB);
    background:linear-gradient(bottom, #F7F5F6, #ECEAEB);
    text-decoration:none;
    -webkit-box-shadow:0 1px #D9D8D8 inset;
    -moz-box-shadow:0 1px #D9D8D8 inset;
    box-shadow:0 1px #D9D8D8 inset;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ECEAEB, endColorstr=#F7F5F6);
}
a.input-button, a.input-submit, a.input-gray, a.input-cancel, a.input-disable {
    display:inline-block;
    height:28px;
    line-height:28px;
    text-decoration:none;
}
a.input-button, a.input-submit {
    color:#FFFFFF;
}
a.input-cancel, a.input-gray {
    color:#333333;
}
.input-disable, .input-disable:hover, .input-disable:active, a.input-disable, a.input-disable:hover, a.input-disable:active {
    filter:alpha(opacity=40);
    background:#EEEEEE;
    border-color:#BBBBBB;
    color:#888888;
    cursor:default;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    opacity: 0.4;
}
a.white-btn {
    border: 1px solid #B4BECB;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-bottom: 3px;
    margin-right: 8px;
    padding: 0 10px;
    color:#333333;
}
a.white-btn:hover {
    text-decoration:none;
    background-color:#b4becb;
    color:#FFF;
}
a.bgnot:hover {
    text-decoration:none;
    background-color:#FFF;
    color:#333333;
    cursor:default;
}
input[type=radio], input[type=checkbox] {
    vertical-align:middle;
}
label[for] {
    vertical-align:middle;
}
.nobr {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
}
.gray {
    color:#ccc;
}
.strong {
    font-weight:bold;
}
.placeholder {
    position:relative;
    width:100%;
    height:40px;
    /*z-index: 1 弹窗提示层级取消其父级Z轴参数*/
}
.placeholder label.holder, .placeholder input {
    left:0;
    position:absolute;
    top:0;
    cursor:text;
    z-index:0;
}
.placeholder label.holder {
    color:#bbbbbb;
    font-size: 14px;
    left: 10px;
    top: 7px;
    line-height: 25px;
}
label.holder-error {
    color:red;
}
.focus label.holder {
    color:#dddddd;
}
.placeholder input {
    background:transparent;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 5px;
    width: 300px;
    float: left;
}
.supernatant {
    background-color:#F8F8CD;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    -webkit-box-shadow:0 3px 3px #666666;
    -moz-box-shadow:0 3px 3px #666666;
    box-shadow:0 3px 3px #666666;
    color:#333333;
    line-height:15px;
    padding:8px 30px;
    position:fixed;
    text-align:center;
    top:0;
    z-index:2000;
    _position:absolute;
}
.datu {
    background:url(/webstatic/images/home/datu.png) 0 0 no-repeat;
    display:inline-block;
    width:auto;
    height:15px;
}
.supernatant-error {
    background:#F8F8CD url(/webstatic/images/platform/supernatant-error.gif) 30px center no-repeat;
    color:#B43830;
    padding-left:45px;
}
.max_Width {
    display:inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float:left;
}
/*bomb layer*/
 .common-dialog {
    position:absolute;
    z-index:2000;
    display:none;
}
.common-dialog .wrapper {
    background-color:#FFFFFF;
    border:1px solid #393A3C;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 0 3px #2D2E31;
    -moz-box-shadow:0 0 3px #2D2E31;
    box-shadow:0 0 3px #2D2E31;
}
.common-dialog .wrapper header {
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    border-bottom:1px solid #dedede;
    height:40px;
    padding:0 20px;
    background:#F9F9F9;
    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7E7));
    background:-webkit-linear-gradient(top, #FFFFFF, #E7E7E7);
    background:-moz-linear-gradient(top, #FFFFFF, #E7E7E7);
    background:-o-linear-gradient(top, #FFFFFF, #E7E7E7);
    background:linear-gradient(top, #FFFFFF, #E7E7E7);
    background-color:#eeeeee;
}
.common-dialog .wrapper header .title {
    font-size:14px;
    line-height:40px;
    max-width:400px;
    display:block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float:left;
    _width:350px;
}
.common-dialog .wrapper header .close {
    background:transparent url(/webstatic/images//lib/buttons/close.png) 0 0 no-repeat;
    width:12px;
    height:12px;
    overflow:hidden;
    position:absolute;
    right:20px;
    text-indent:-9999px;
    top:14px;
}
.common-dialog .wrapper header .minify {
    background:transparent url(/webstatic/images//lib/buttons/minify.png) 0 0 no-repeat;
    width:12px;
    height:12px;
    overflow:hidden;
    position:absolute;
    right:40px;
    text-indent:-9999px;
    top:17px;
}
.common-dialog .wrapper section {
    padding:24px 30px 30px;
    word-wrap:break-word; position:relative;
}
.common-dialog .wrapper section .warn {
    background: url(/webstatic/images/home/stop.png) no-repeat scroll 0 0 transparent;
    color: #333333;
    min-height: 55px;
    padding-left: 85px;
}
.common-dialog .wrapper section .overSeas{
    color: #333333;
    min-height: 120px;
    font-size: 14px;
}
.common-dialog .wrapper section .overSeas li{
    width: 190px;
    float: left;
    padding-left: 40px;
    height: 40px;
}
.common-dialog .wrapper section  .gray{
    color:#999999;
}
.common-dialog .wrapper section .marginbottom {
    margin-bottom:10px;
}
.common-dialog .wrapper section .marginbottom .floatright {
    float:right;
}
.common-dialog .wrapper section .marginbottom .floatright span, .common-dialog .wrapper footer .newadd span {
    display:inline-block;
    background: url("/webstatic/images/home/radio.png") no-repeat left center;
    padding-left:15px;
	cursor: pointer;
    *background-position:left 2px;
}
.common-dialog .wrapper footer .newadd b {
    background: url("/webstatic/images/home/rms-wenhao.png") no-repeat scroll left center;
    display: inline-block;
    width:12px;
    height:12px;
    *zoom:1;
    vertical-align: text-top;
    margin-left: 4px;
}
.common-dialog .wrapper section .marginbottom .floatright span.checked, .common-dialog .wrapper footer .newadd span.checked {
    background: url("/webstatic/images/home/radio-check.png") no-repeat left center;
    *background-position:left 2px;
}
.common-dialog .wrapper section h3.title {
    font-weight:normal;
    margin-bottom:10px;
    color:#888888;
}
.common-dialog .wrapper section h3.title span.floatLeft {
    float: left;
}
.common-dialog .wrapper section h3.title span.floatRight {
    float: right;
    padding-right: 106px;
    display: none;
}
.common-dialog .wrapper section h3.title.newname {
    font-weight:normal;
}
.common-dialog .wrapper section .ctable {
    border:#f0f0f0 solid 1px;
    /*position:relative;*/
    *z-index:2;
}
.common-dialog .wrapper section .ctable .overflow-height {
    overflow-y: auto;
    overflow-x:hidden;
    min-height: 240px;
    max-height:244px;
    +position:relative;
    _height:244px;
}
.common-dialog .wrapper section .ctable .table {
    width:100%;
}
.common-dialog .wrapper section .ctable .table .role-tr {
    border-bottom:#f4f4f4 solid 1px;
    position:relative;
}
.common-dialog .wrapper section .ctable .table .role-tr li {
    float:left;
}
.common-dialog .wrapper section .ctable .table .role-tr .sdelete {
    +margin-top:12px;
}
.common-dialog .wrapper section .ctable .me {
    float:left;
}
.common-dialog .wrapper section .ctable .authority-head {
    float:left;
    margin-right:5px;
    width:20px;
    height:20px;
    margin-top:5px;
}
.common-dialog .wrapper section .ctable .authority-head img {
    width:20px;
    height:20px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.common-dialog .wrapper section .ctable .newname .overname {
    display:inline-block;
    float:left;
    max-width:90px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#333333;
    +height:30px;
    height:30px\9\0;
    _width:90px;
}
.common-dialog .wrapper section .ctable .newmail, .common-dialog .wrapper section .ctable .newprivilege {
    float:left;
    max-width:190px;
    display:inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    _width:190px;
}
.common-dialog .wrapper section .ctable .newsanjiao {
    background:transparent url(/webstatic/images/home/sub.png) right center no-repeat;
    padding-right:15px;
    display:inline-block
}
.common-dialog .wrapper section .ctable .role-control {
    cursor: pointer;
}
/*.common-dialog .newdelete{background:transparent url(/webstatic/images/home/newdelete.png) 0 center no-repeat;width:8px;height:8px;cursor:pointer;float:left;position: relative;top:-10px;}*/
 .common-dialog .newdelete {
    cursor: pointer;
    height: 8px;
    width: 8px;
}
.common-dialog .wrapper section .ctable th {
    text-align:left;
}
.common-dialog .wrapper section .ctable th, .common-dialog .wrapper section .ctable .seetitle, .common-dialog .wrapper section .ctable .table .role-tr li {
    line-height:30px;
    color:#888888;
}
.common-dialog .wrapper section .ctable .seetitle {
    text-align:left;
    color:#333;
    background-color:#f9f9f9;
    font-weight:normal;
}
.common-dialog .wrapper section .ctable .seetitle li {
    float:left;
}
.common-dialog .wrapper section .ctable .seetitle .show-role {
    position:relative;
    z-index:3
}
.common-dialog .wrapper section .ctable .seetitle .show-role .visit {
    display:inline-block;
    cursor:pointer;
    background:url(/webstatic/images/home/visit.png) no-repeat 0 0;
    width:14px;
    height:14px;
    *position:relative;
    *top:8px;
}
.common-dialog .wrapper section .ctable .seetitle .show-role .auth-explain {
    display:none;
    position:absolute;
    top:25px;
    right: -264px;
    width: 660px;
    height:285px;
    zoom:1;
    background:transparent url(/webstatic/images/home/auth-explain.png) 0 0 no-repeat;
}
.common-dialog .wrapper section .ctable .seetitle .show-role .auth-explain-rms {
    display:none;
    position:absolute;
    top:16px;
    right: -232px;
    width: 658px;
    height:298px;
    zoom:1;
    background:transparent url(/webstatic/images/home/auth-explain-rms.png) 0 0 no-repeat;
}
.common-dialog .wrapper section .ctable .seetitle h3.title {
    color:#1e5494
}
.common-dialog .wrapper section .line {
    background:transparent url(/webstatic/images/home/line.png) 0 center no-repeat;
    position:absolute;
    z-index:2;
    height:28px;
    width:97%;
    left:0;
}
.common-dialog .wrapper section .ctable .paddingleft {
    padding-left:10px;
}
.common-dialog .wrapper section .ctable .sname {
    width:155px;
    padding-left:10px;
}
.common-dialog .wrapper section .ctable .smail {
    width:200px;
}
.common-dialog .wrapper section .ctable .privilege {
    width:200px;
    width:160px\9;
}
.common-dialog .wrapper section .ctable .sdelete {
    *width:29px;
}
.common-dialog .wrapper section .ctable .privilege .oldshow-role {
    position:relative;
    width:30px;
    z-index:10000;
}
.common-dialog .wrapper section .ctable .delete {
    text-decoration: line-through;
}
.common-dialog .wrapper footer {
    padding: 0 30px 24px;
    text-align:right;
}
.common-dialog .wrapper footer .input-noprompt {
    float:left;
    line-height:28px;
}
.common-dialog .wrapper footer .newadd {
    float:left;
}
.common-dialog .wrapper footer .newadd input {
    margin-left:0px;
    color:#616161;
}
.common-dialog .wrapper footer .newadd label {
    position:relative;
    *top:-5px;
}
.common-dialog .wrapper footer input {
    margin-left:10px;
}
.common-dialog .wrapper section .add-woyun {
    background-color:#F8F8CD;
    padding:8px;
    position:absolute;
    top:40px;
    left:1px;
    width:642px;
    border-bottom:1px solid #DEDEDE;
}
.common-dialog .wrapper section .add-woyun p {
    text-align:center;
    color:#B43830;
}
.common-dialog .wrapper section .add-members {
    margin-top:10px;
}
.common-dialog .wrapper section .add-members .newinput .inputrelative {
    position:relative;
    float:left;
    z-index:1;
    padding-right:10px;
}
.common-dialog .wrapper section .add-members .newinput .multi-choise {
    float:left;
    padding-left:5px;
    width: 427px;
    background: #ffffff;
    word-wrap:break-word;
    max-height: 85px;
    overflow-x: hidden;
    overflow-y: auto;
}
.common-dialog .wrapper section .add-members .newinput .normal .multi-choise {
    min-height: 16px;
}
.common-dialog .wrapper section .add-members .newinput .normal .multi-choise.focus {
    border:1px solid #78A8D5;
}
.common-dialog .wrapper section .add-members .newinput .normal .multi-choise .suggest-panel {
    width:431px;
}
.common-dialog .wrapper section .add-members .newinput .role-content {
    float:right;
    background:transparent url(/webstatic/images/home/role.png) 0 center no-repeat;
    width:131px;
    height:31px;
    cursor:pointer;
    position:relative;
    z-index:1;
}
.common-dialog .wrapper section .add-members .newinput .role-content span {
    line-height:31px;
    margin-left:15px;
    color:#616161;
}
.common-dialog .wrapper section .add-members .newinput .role-content .newsorteam {
    display:none;
    padding:3px 0;
    position:absolute;
    right:0;
    width:139px;
    border:#d1d1d1 solid 1px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#FFF;
    top:30px;
}
.common-dialog .wrapper section .add-members .newinput .role-content .newsorteam a {
    display:block;
    height:30px;
    line-height:30px;
    padding-left:25px;
    color:#666666;
    text-decoration:none;
}
.common-dialog .wrapper section .add-members .newinput .role-content .newsorteam a:hover {
    background-color:#efefef;
}
.common-dialog .wrapper section .add-members .newinput textarea {
    width:557px;
    padding:5px;
    height:50px;
    margin-top:10px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.common-dialog .wrapper section .add-members .email-content .email-address {
    float: left;
}
.common-dialog .wrapper section .newaddress {
    border:#d1d1d1 solid 1px;
    -webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
    border-radius:0 0 2px 2px;
    width:423px;
    background-color:#FFF;
}
.common-dialog .wrapper .addressimg, .common-dialog .select .addressimg {
    background:transparent url(/webstatic/images/home/product.png) 0 0px no-repeat;
    width:14px;
    height:11px;
    float:left;
    margin-top:9px;
}
.common-dialog .wrapper section .newaddress .address-mail {
    margin-left:24px;
}
.common-dialog .wrapper section .newaddress .address-mail h3 span {
    color:#929292;
    padding-left:5px;
}
.common-dialog .wrapper section .newaddress li {
    padding:0 10px;
    height:28px;
    line-height:28px;
}
.common-dialog .electmail {
    border:#b4becb solid 1px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    padding:3px 10px;
    float:left;
    background-color:#FFF;
}
.common-dialog .electmail li {
    float:left;
}
.common-dialog .electmail span.electname {
    margin-right:5px;
    display:block;
}
.common-dialog .electmail .addressimg, .common-dialog .select .addressimg {
    margin-top:2px;
    margin-right:5px;
}
.common-dialog .select {
    background-color:#b4becb;
    color:#FFF;
}
/*.common-dialog .select .newdelete{background:transparent url(/webstatic/images/home/white.png) 0 center no-repeat;width:8px;height:8px;display:inline-block;}*/
 .common-dialog .select .newdelete {
    cursor: pointer;
    height: 8px;
    padding-bottom:10px;
    width: 8px;
}
.common-dialog .select .addressimg {
    background:transparent url(/webstatic/images/home/white-product.png) 0 0px no-repeat;
}
/**/
 section .margintop {
    margin-top:10px;
}
section .authorization.linksets {
    margin-bottom:0
}
section .authorization dt {
    font-weight: 600;
    float:left;
    width:65px;
    text-align:right;
    margin-right:15px;
}
section .linkdl.authorization dd {
    float:left;
    margin-bottom:0;
}
section .authorization p {
    margin-left:5px;
    height:27px;
    line-height:27px;
    float:left;
    min-width:125px;
}
section .authorization .checked p {
    width:auto;
}
section .authorization p.people {
    float:none
}
section .fanxiang {
    margin-bottom:10px;
}
section .fanxiang, section .fanxiang .multi-choise {
    margin-left:40px;
    +margin-left:0px;
}
section .fanxiang.inputrelative {
    position:relative;
    z-index:1;
}
section .fanxiang .multi-choise {
    max-height:111px;
    overflow-y:auto;
    overflow-x:hidden;
    position: static;
}
section .fanxiang .multi-choise .item .listen {
    margin-left:5px;
}
section .fanxiang .multi-choise .suggest-panel {
    left:41px;
    width:416px;
}
section .authorization .password {
    display:inline-block;
    border:#d7d7d7 solid 1px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:5px 15px;
    color:#5a73ad;
    text-decoration:none;
    margin-left:10px;
    width:38px;
}
section .authorization .people .jiantou {
    background-image: url(/webstatic/images/home/sub.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 4px;
    padding-left: 10px;
    vertical-align: middle;
    width: 7px;
    position:absolute;
    right:10px;
    top:8px;
}
section .authorization .people .rimless {
    color:#333333;
    padding-left:5px;
    line-height:20px;
}
section .authorization .people .selectul li {
    height: 28px;
    line-height: 28px;
    padding-bottom: 0;
    padding-top: 0;
}
section .authorization .people .selectul {
    position:absolute;
    top:24px;
    left:0;
    width:186px;
    background-color:#FFF;
    border:#B4B4B4 solid 1px;
}
section .authorization .people .selectul a {
    color: #333333;
    display:block;
    padding-left: 15px;
    padding-right: 15px;
}
section .authorization .people .selectul a:hover {
    background-color:#F2F5F9;
    text-decoration:none;
}
section .share-link .input-text {
    width:415px;
    height:18px;
    font-size:14px;
}
section .share-link .input-gray {
    -webkit-border-radius:0 2px 2px 0;
    -moz-border-radius:0 2px 2px 0;
    border-radius:0 2px 2px 0;
    position:absolute;
    right:0px;
    top:0;
    height:30px;
    padding:0 20px;
}
section .share-link p.share, section .share-link .prompt h4 {
    color:#888888;
    font-weight:normal;
}
section .share-link .prompt {
    margin-top:10px;
}
section .share-link .prompt h4 {
    font-weight:600
}
section .share-link .prompt p {
    color:#ccc;
}
.op-closelink.linkleft {
    float:left;
    margin-left:15px;
}
#masklayer {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.7;
    z-index:1000;
    display:none;
    background-color:#2D2E31;
    background: -webkit-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: -moz-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: -o-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    filter:alpha(opacity=70);
    _position:absolute;
    _width:100%;
    _height:750px;
}
#guidance_masklayer {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.1;
    z-index:997;
    display:none;
    background-color:#2D2E31;
    background: -webkit-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: -moz-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: -o-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    background: radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
    filter:alpha(opacity=10);
    _position:absolute;
    _width:100%;
    _height:750px;
}
#header {
    width:100%;
    position:relative;
    z-index:996\9;
	background:#1468a5;
}
#header .wrapper {
    padding:0 20px;
    /* min-width:1044px;*/
}
#logo {
    width:140px;
    float:left;
    height:48px;
}
#viewType {
    float:left;
}
#viewType .concat {
    display:block;
}
#viewType a {
    float:left;
    height:48px;
    width:99px;
    font-size:12px;
    color:#FFF;
    line-height:48px;
    text-align:center;
    position:relative;
    text-decoration:none;
}
#viewType a:hover {
    overflow:hidden;
}
#viewType a.selected {
    background-color:#448dbf
}
#viewType a .manage {
    background-position:0 -1px;
    width:16px;
}
#viewType a.selected .manage {
    background-position:-16px -1px;
}
#viewType a .windowsman {
    background-position:0 -17px;
    left:15px;
}
#viewType a.selected .windowsman {
    background-position:-18px -17px;
}
#viewType a .linkman {
    background-position:0px -49px;
    width:18px;
    left:15px;
}
#viewType a.selected .linkman {
    background-position:-19px -49px;
}
#viewType a .updates {
    background-position:0 -70px;
    width:16px;
}
#viewType a.selected .updates {
    background-position:-19px -70px;
}
#viewType .updates sup {
    background-color: #F91919;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    line-height: 15px;
    min-width: 11px;
    padding: 0 3px;
    position:absolute;
    right: 0;
    top: 5px;
}
#header .interactive {
    height:48px;
    float:right;
    _margin-right:20px;
}
#header .search {
    float:right;
    width:90px;
    padding-top:10px;
    margin-right:110px;
    _display:inline;
}
/*打开页面时搜索框大屏默认是大的*/
@media only screen and (min-width: 1280px) {
    #header .search {
        width:243px;
    }
}



#header .search .placeholder {
    background:#FFFFFF;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    height:31px;
}
#header .search .placeholder em{ 
   display:inline-block;
   width:10px; 
   height:8px;
   background: url(/webstatic/images/search/down-2.gif) no-repeat left top;
   position: absolute;
   right: 23px;
   top: 11px;
   cursor:pointer;
   margin-top: 2px;
   margin-right: 10px;
}


#header .search .placeholder .searchimg {
    background:#FFF url(/webstatic/images/home/search.gif) right center no-repeat;
    width:14px;
    height:14px;
    display: inline-block;
    position:absolute;
    right:10px;
    top:9px;
    _top:5px;
	cursor:pointer;
    margin-right: 5px;
}
#header .search .placeholder label.holder {
    font-size:12px;
    font-size:12px;
    top:2px;
    left:15px;
}
#header .search .input-text {
    padding:6px 46px 5px 15px;
    width:180px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    line-height:16px;
    height:18px;
    font-size:12px;
}
#header .search .input-text:focus {
    border-color:#8caac8;
    -webkit-box-shadow:0 0 2px #c2d3e2, 0 3px #f7f7f7 inset;
    -moz-box-shadow:0 0 2px #c2d3e2, 0 3px #f7f7f7 inset;
    box-shadow:0 0 2px #c2d3e2, 0 3px #f7f7f7 inset;
}
#header .quick-menu {
    float:right;
}
#header .quick-menu li {
    float:left;
    position:relative;
   /* height:45px;*/
}
/*#header .quick-menu li.selected {
    background-color:#FFFFFF;
    -webkit-border-radius:2px 2px 0 0;
    -moz-border-radius:2px 2px 0 0;
    border-radius:2px 2px 0 0;
    border-radius:3px 3px 0 0;
    -webkit-box-shadow:0 -0 2px #c6c6c6;
    -moz-box-shadow:0 -0 2px #c6c6c6;
    box-shadow:0 -0 2px #c6c6c6;
    border-bottom:none;
}*/
#header .quick-menu li .menu {
    color:#FFFFFF;
    line-height:48px;
    text-align:center;
}
#header .quick-menu li .menu:hover {
    text-decoration:none;
}
#header .quick-menu .message {
    position:relative;
    z-index:3;
    top:8px;
    width:46px;
}
#header .quick-menu .usename {
    line-height:32px;
    color:#FFF;
    padding:0 10px;
    text-decoration:none;
    display:inline-block;
    float:left;
    max-width:110px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
#header .quick-menu li.selected .usename {
    color:#333333;
}
#header .quick-menu .account {
    padding:0;
    position:relative;
    z-index:40;
    top:8px;
}
#header .quick-menu .account .newmune a {
    float:left;
    display:inline-block
}
#header .quick-menu .message .menu, #header .quick-menu .inform .menu, #header .quick-menu .task .menu {
    margin:10px auto 0;
    background:url(/webstatic/images/home/header/header.png) 0 0px no-repeat;
    display:block;
    height:15px;
    width:15px;
    min-width:15px;
}
#header .quick-menu .message .menu {
    background-position:0 2px;
}
#header .quick-menu .inform .menu {
    background-position:0 -30px;
}
#header .quick-menu li.inform .newmain li {
    cursor: pointer;
}
#header .quick-menu .selected .menu {
    background-position:-50px 0px;
}
#header .quick-menu .selected.inform .menu {
    background-position:-50px -30px;
}
#header .quick-menu .newmain .hicon {
    display:inline-block;
    background:url(/webstatic/images/home/header/header.png) -60px 0 no-repeat;
    width:18px;
    height:18px;
}
#header .quick-menu .newmain .task .menu {
    background-position:0 0px;
    display:block;
    height:48px;
    width:48px;
    min-width:45px;
    padding:0 5px;
    _width:45px;
}
#header .quick-menu .newmain .searching {
    background-position:0 -90px;
    margin-top:7px;
}
#header .quick-menu .newmain .searching:hover {
    background-position:-50px -89px;
}
#header .quick-menu .newmain .fileshare {
    background-position:0 -120px;
}
#header .quick-menu .newmain .filesend {
    background-position:0 -150px;
}
#header .quick-menu .account .down-arrow {
    float:left;
    height:48px;
    width:20px\9;
}
#header .quick-menu .message sup {
    background-color:#F91919;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    line-height:15px;
    min-width:11px;
    padding:0px 3px;
    position:absolute;
    top:-4px;
    right:0px;
    display:none;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#header .quick-menu .account .menu b {
    padding-right:8px;
    background-position:-22px -344px;
    height: 10px;
    margin-top: 10px;
    width: 10px;
    float:right;
}
#header .quick-menu .account.selected .menu b {
    padding-right:8px;
    background-position:0 -356px!important;
    height: 10px;
    margin-top: 10px;
    width: 10px;
    float:right;
}
#header .quick-menu .shu {
    float:left;
    border-left:1px solid #d6dee6;
    border-right: 1px solid #a7bace;
    height:15px;
    margin-top:18px;
    margin-right:10px;
}
#header .quick-menu a {
    text-decoration:none;
}
#header .quick-menu .hd-admin {
    height:48px;
    line-height:48px;
    padding-left:5px;
}
#header .quick-menu .hd-admin span {
    color:#FFF;
}
#header .quick-menu .account .newset, #header .quick-menu .task .home-new, #header .quick-menu .message .home-new {
    display:none;
    position:absolute;
    z-index:20;
    right:-1px;
    top:40px;
    width:430px;
    background-color:#FFF;
    padding-top:10px;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    border:#c6c6c6 solid 1px;
    border-top:none;
    -webkit-box-shadow:0 2px 1px #f0eded;
    -moz-box-shadow:0 2px 1px #f0eded;
    box-shadow:0 2px 1px #f0eded;
    _right:-1px;
}
#header .quick-menu .selected .home-new {
    display:block;
}
#header .quick-menu .selected .home-new .asktitile b {
    float:right;
}
#header .quick-menu .selected .home-new b.acion {
    cursor: pointer;
    display:inline-block;
    background: url(/webstatic/images/home/header/header.png) no-repeat 0px -60px;
    width:18px;
    height:20px;
    vertical-align:middle;
}
#header .quick-menu .selected .home-new b.askimg:hover {
    background-position:-50px -60px;
}
#header .quick-menu .selected .asktitile {
    padding:0 15px 10px;
}
#header .quick-menu .selected .newset {
    width:190px;
    color:#616161;
    display:block;
}
/*#header .quick-menu .selected .home-new p.alltask{height:40px;line-height:40px;text-align:center;width:380px;border-top: 1px solid #EEEEEE;_width:380px;}
#header .quick-menu .selected .home-new p.alltask a{text-decoration:none;color:#4171b8;}
#header .quick-menu .selected .home-new p.alltask .newbtnleft{float:left;}*/
 #header .quick-menu .selected .home-new div.alltask {
    height:30px;
    line-height:30px;
    border-top: 1px solid #EEEEEE;
    _width:380px;
    padding:15px
}
#header .quick-menu .selected .home-new div.alltask div {
    float:left;
    height: 20px;
    line-height: 20px;
}
#header .quick-menu .selected .home-new div.alltask .taskbtnleft {
    width: 180px;
    line-height: 20px;
    padding-top: 6px;
}
#header .quick-menu .selected .home-new div.alltask .taskbtnleft a {
    float: left;
}
#header .quick-menu .selected .home-new div.alltask .taskbtnleft .taskimg {
    background:url(/webstatic/images/icons/flag.png) 2px 3px no-repeat;
    width:18px;
    height:18px;
}
#header .quick-menu .selected .home-new div.alltask .taskbtnleft .tasklink {
    text-decoration:none;
    color:#4171b8;
    width: 160px;
}
#header .quick-menu .selected .home-new div.alltask .taskbtnleft .tasklink span {
    padding-left: 10px;
}
#header .quick-menu .selected .home-new div.alltask .taskbtnright {
    text-align: right;
    width:201px;
    padding-left: 18px;
}
#header .quick-menu .selected .home-new div.alltask .taskbtnright .input-button {
    padding:0px 20px;
}
#header .account .newset h3, #header .account .newset p {
    margin:0 20px;
    margin-bottom:15px;
    word-wrap:break-word;
}
#header .account .newset p {
    margin-bottom:10px;
    color:#999;
}
#header .account .newset .mail {
    max-width:150px;
    display:inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    _width:100px;
}
#header .account .newset .space {
    width:150px;
    background-color:#f1f1f1;
    border-top:#dedede solid 1px;
    height:4px;
    _overflow:hidden;
}
#header .account .newset .space a {
    width:80px;
    background-color:#90a0b2;
    display:block;
    height:4px;
    border-top:#90a0b2 solid 1px;
}
#header .account .newsetdl dd a {
    display:block;
    height:30px;
    line-height:30px;
    position:relative;
}
#header .account .newsetdl dd a:hover {
    background-color:#efefef;
    text-decoration:none;
}
#header .account .newsetdl .setimg {
    background-position:-151px 0px;
    left:20px;
    top:8px;
}
#header .account .newsetdl .setout {
    background-position:-150px -30px;
    left:20px;
    top:8px;
}
#header .account .newsetdl .setadmin {
    background-position:0 -271px;
    left:18px;
    top:8px;
}
#header .account .newsetdl span {
    display:inline-block;
    padding-left:20px;
    color:#616161;
}
#header .account .newsetdl .lang .lang-mune {
    width:100px;
}
#header .account .newsetdl .lang .lang-mune span.langimg {
    display: none;
    padding-left:5px;
}
#header .account .newsetdl dd .langjiao {
    background-position:10px -270px;
    width:30px;
    height:8px;
    display:inline-block;
    +vertical-align: middle;
}
#header .account .newsetdl dd .loginlang {
    position:relative;
}
#header .head-rel01 {
    +position:relative;
    +z-index:2;
}
#header .head-rel02 {
    +position:relative;
    +z-index:1;
}
#header .account .newsetdl .lang-mune {
    right:-1px;
    top:28px;
    display: none;
}
#header .account .newsetdl .lang-mune a {
    height:23px;
    line-height:23px;
}
#header .home-new .nomsg {
    text-align:center;
    font-weight:normal;
    color:#333;
    border-top:#eeeeee solid 1px;
    padding:10px 0;
}
#header .home-new .newtitle {
    color:#333;
    padding:0 20px 10px;
    border-bottom:#eeeeee solid 1px;
    font-weight:normal;
    display:none;
}
#header .home-new .newmain {
    display:none;
}
#header .home-new .newmain .newbtnleft {
    float:left;
    max-width:260px;
}
#header .home-new .newmain .newbtnleft .newsdl .floatLeft, #header .home-new .newmain .newbtnleft .newsdl dd {
    float:left;
}
#header .home-new .newmain .newbtnleft .newsdl dd {
    margin-left:10px;
    color:#888888;
}
#header .home-new .newmain .newbtnleft .newsdl dd .fontgray {
    color:#333333;
}
#header .home-new .newmain .newbtnleft .floatLeft {
    float:left;
    margin-top:3px;
}
#header .home-new .newmain .newbtnleft dd.pingbi {
    width:170px\9\0;
}
#header .home-new .newmain .newbtnleft dd.pingbi span.time {
    float:left;
}
#header .home-new .newmain .newbtnleft dd.pingbi .j_shield {
    float:left;
    margin-left:10px;
    color:#888888;
}
#header .home-new .newmain .newbtnleft dd.pingbi .j_shield:hover {
    color:#375BA2
}
#header .home-new .newmain .li {
    border-top:#eeeeee solid 1px;
    padding:10px 15px;
    height:48px;
    clear:both;
}
#header .home-new .newmain .li:hover {
    background-color:#ffffea;
}
#header .home-new .newmain .li.disgray {
    background-color:#fafafa;
    cursor: pointer;
}
#header .home-new .newmain dl {
    float:left;
    line-height: 18px;
    color:#888888;
    margin-left:10px;
    max-width:230px;
}
#header .home-new .newmain dl span.filname {
    color:#333333;
}
#header .home-new .newmain .fontweight {
    float:left;
    color:#4171b8;
    margin-bottom:2px;
    max-width:100px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    _width:150px;
}
#header .home-new .newmain dt a {
    text-overflow:ellipsis;
    overflow: hidden;
    max-width:125px;
    cursor: inherit;
}
#header .home-new .newmain dd {
    clear:both;
}
#header .home-new .newmain dd span.name, #header .home-new .newmain dd span.invite, #header .home-new .newmain dd span.name-file {
    float:left;
}
#header .home-new .newmain dd span.name, #header .home-new .newmain dd span.name-file {
    color:#999999;
    max-width:104px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    +max-width:90px;
    _width:90px;
}
#header .home-new .newmain dd span.name_width{width:60px;}
#header .home-new .newmain dd span.name-file {
    color:#333333;
    max-width:178px;
}
#header .home-new .newmain a {
    display:inline-block;
    float:left;
}
#header .home-new .newmain a.shareimg {
    background-position:0 -120px;
}
#header .home-new .newmain .sharenote .sharetime {
    width:120px;
    height:20px;
    font-size:12px;
    color:#888;
    float:right;
}
#header .home-new .newmain .newbtnright {
    float:right;
    margin-top:8px;
}
#header .home-new .newmain .sharenote .newbtnright {
    float:right;
    margin-top:0px;
}
#header .home-new .newmain .newbtn {
    display:inline-block;
    height:28px;
    line-height:28px;
}
#header .home-new .newmain .input-cancel {
    margin-left:10px;
    _margin-left:5px;
}
#header .home-new .newmain .loading {
    background:url(/webstatic/images/home/loading.gif) 0 0 no-repeat;
    height:28px;
    color:#888;
    padding-left:25px;
}
#header .home-new .newmain p {
    width: 180px;
    overflow: hidden;
    text-overflow:ellipsis;
    line-height: 16px;
}
#header .home-new .newmain p span {
    float: left;
}
#header .home-new .newmain p .name {
    max-width: 100px;
    overflow: hidden;
    text-overflow:ellipsis;
}
#header .inform .home-new .newmain .li {
    cursor:pointer;
}
#header .inform .home-new .newmain dd span.name {
    color:#999999;
    max-width:178px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    _width:200px;
}
#header .inform .home-new .newmain .newbtnleft {
    max-width: 330px;
}
#header .inform .home-new .newmain dl {
    max-width:265px;
}
#header .inform .home-new .newmain dd span.name-file {
    max-width:203px;
}
#loginDialog .login-form .message {
    color:#B43830;
}
#loginDialog .login-failure {
    background-color:#F4F6C4;
    padding:10px 15px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-bottom:20px;
}
#loginDialog .pwd-item {
    margin-top:20px;
}
#loginDialog .form-item .title span {
    float:left;
}
#loginDialog .form-item .title .message {
    float:right;
    display:none;
}
#loginDialog .form-item .widget {
    margin-top:10px;
}
#loginDialog .form-item .input-text {
    font-size:18px;
    line-height:18px;
    padding:5px;
    width:305px;
    -webkit-box-shadow:0 1px #070002 inset;
    -moz-box-shadow:0 1px #070002 inset;
    box-shadow:0 1px #070002 inset
}
#loginDialog .form-item .input-submit {
    float:right;
    height:36px;
    font-size:16px;
    padding:0 25px;
    text-align:center;
}
#downloadProxy {
    position:absolute;
    width:0;
    height:0;
    visibility:hidden;
}
#hd {
    background:transparent;
    width:100%;
    height:48px;
    background-color:#196aa2;
    margin-bottom:30px;
    position: fixed;
    z-index: 999;
}
#hd .wrapper {
    height:48px;
    width:1040px;
    margin:0 auto;
    position: relative;
}
#hd .hd-roobin {
    position:absolute;
    top:48px;
    right:0px;
    +z-index:-1;
}
#hd .hd-nav {
    float:left;
    font-size:14px;
}
#hd .hd-nav a {
    color:#ffffff;
    line-height:48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    width: 106px;
    float:left;
}
#hd .hd-nav a.selected {
    background:#16588A url(/webstatic/images/home/nevbg.png) no-repeat center center;
}
#hd nav {
    float:right;
    height:48px;
}
#hd nav a {
    font-size:14px;
    line-height:48px;
    color:#FFF;
    float:left
}
#hd nav a span {
    float:left;
    height:16px;
    border-left:#518eb8 solid 1px;
    border-right:#8cb4d0 solid 1px;
    margin:16px 10px;
    _margin:14px 10px
}
#hd nav .input-button {
    color:#FFFFFF;
}
#hd .hlang {
    float:right;
    background-color:#2f83be;
    border:#0c5d95 solid 1px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin:10px 15px;
}
#hd .hlang .lang .h-wenzi {
    color:#FFF;
}
#hd .hlang .lang {
    padding:5px 10px;
}
#hd .hlang .lang .lang-mune {
    top:24px;
    display: none;
}
#hd .hlang .lang .langtu {
    /*display:inline-block;*/
    display: none;
}
.lang {
    position:relative;
    cursor: default;
}
.lang .langtu {
    border:none;
    background-position:-50px -570px;
    width:28px;
    height:16px;
}
.lang .langimg {
    vertical-align:-1px;
    background:url(/webstatic/images/home/lang.png) no-repeat 0 0;
    /*display:inline-block;*/
    display: none;
    width:16px;
    height:12px;
    margin-right:8px;
    +vertical-align:2px;
}
.lang .EN {
    background-position: 0px -29px;
}
.lang .jiantou {
    background-position: -50px -270px;
    display: inline-block;
    height: 8px;
    margin-left:8px;
    vertical-align: middle;
    width: 10px;
}
.lang .lang-mune {
    padding:5px 0;
    position:absolute;
    right:-1px;
    width:110px;
    border:#c6c6c6 solid 1px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#FFF;
    z-index:10000;
    display:none;
    +width:129px;
}
.lang .lang-mune a {
    margin-top:8px;
    color:#616161;
    line-height:24px;
    display:block;
    text-decoration:none;
    padding-left:25px;
}
.lang .lang-mune .margin-not {
    margin-top:0;
}
.lang .lang-mune a:hover {
    background-color:#efefef;
}
.lang-mune a b.active {
    float:left;
    margin-top:9px;
    background-position:-50px -330px;
    width:6px;
    height:6px;
    display:inline-block;
    padding-right:10px;
    margin-left:-16px;
}
#slider {
    background: #f7f7fe;
    height: 568px;
    overflow: hidden;
}
#content .wrapper {
    margin:0 auto;
    padding:0;
    width:980px;
}
#footer .wrapper {
    margin:0 auto;
    width:980px;
    padding:30px 0;
}
#footer nav a, #footer nav span {
    color:#888888;
}
#footer nav span img {
    position:relative;
    top:5px;
    padding:0 2px;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition:all 0.5s ease-in-out;
}
#footer nav span img:hover {
    position:relative;
    top:5px;
    padding:0 2px;
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
    -o-transform: matrix(-1, 0, 0, -1, 0, 0);
    transform: matrix(-1, 0, 0, -1, 0, 0);
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    -webkit-transition:all 0.5s ease-in-out;
}
#footer nav .ft-left {
    float:left;
    line-height:26px;
}
#footer nav .ft-right {
    float:right;
}
#footer nav .ft-left a, #footer nav .ft-left span {
    color:#0066b5;
    margin-right:10px;
}
#footer nav .ft-left span {
    color:#878788;
}
#footer .wrapper .rightlang.lang .langtu {
    background-position:0px -265px;
    height:17px;
    margin:7px 0 0 8px;
    width:10px;
}
#footer .wrapper .rightlang {
    padding:0 13px;
    float:right;
    margin-left:6px;
    position:relative
}
#footer .wrapper .rightlang.lang .lang-mune {
    width:115px;
    bottom:100%;
    position:absolute;
    right:-1px;
    display:none;
}
#footer .wrapper .rightlang.lang.input-gray {
    -webkit-filter:none!important;
    filter:none!important;
    background:#f4f4f4;
    background:-webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
    background:-webkit-linear-gradient(top, #f8f8f8, #efefef);
    background:-moz-linear-gradient(top, #f8f8f8, #efefef);
    background:-o-linear-gradient(top, #f8f8f8, #efefef);
    background:linear-gradient(top, #f8f8f8, #efefef);
}
#footer .wrapper .rightlang.lang .langspan {
    float:left;
    line-height:28px;
}
#footer .wrapper .rightlang a {
    color: #666666;
}
#footer nav span.rightBlue {
    color: #0066B5;
}
/*.ico-btn,.newmenu ico-btn{background-image:url(/webstatic/images/home/home.png);background-repeat:no-repeat; width:18px; height:18px;display:inline-block; position:absolute;top:13px;left:25px;}*/

/*login header style*/
 #loginWrapper {
    width:684px;
    margin:0 auto;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: 0 1px 5px #BDBFC2;
    -moz-box-shadow: 0 1px 5px #BDBFC2;
    box-shadow: 0 1px 5px #BDBFC2;
    background:#FFF url(/webstatic/images/login/bg.png) no-repeat left bottom;
    border:1px solid #c1c2c5\9;
}
#loginWrapper .login_centent {
    padding:30px;
}
/*newadd*/
 .m-t45 {
    margin-top:45px;
}
.inb-ftl {
    display:inline-block;
    float:left;
}
.form-item .error_message {
    display:none;
    padding:10px;
    background-color:#fffbd3;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    border:#f9eaaf solid 1px;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
}
.form-item .error_message span {
    background: url(/webstatic/images/login/fault.png) no-repeat left 2px;
    padding-left:15px;
    color:#dd4b39
}
.form-item .error_message span {
    color:#dd4b39;
}
/*agree*/
 .agree_abs {
    position:absolute;
    bottom:58px;
    z-index:1;
}
.agree {
    width:218px;
}
.agree .word {
    padding:20px;
    position:relative;
    background-color:#FFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:#d8d8d8 solid 1px;
    -webkit-box-shadow:0 0 3px #e5e5e5;
    -moz-box-shadow:0 0 3px #e5e5e5;
    box-shadow:0 0 3px #e5e5e5;
    font-size:12px;
    color:#333333;
    line-height:180%
}
.agree .word .delete {
    background: url(/webstatic/images/login/det.png) no-repeat right center;
    width:17px;
    height:16px;
    position:absolute;
    right:13px;
    top:10px;
    cursor:pointer;
}
.agree .wsanjiao {
    display:inline-block;
    background: url(/webstatic/images/login/wsanjiao.png) no-repeat right center;
    width:16px;
    height:9px;
    position:absolute;
    bottom:-8px;
    left:20px;
    _bottom:-12px
}
/*newadd*/
 .m-t45 {
    margin-top:45px;
}
/*footer style*/
 .login_footer {
    position:relative;
    z-index:1;
    padding:15px 30px;
    border-top:#e6e6e6 solid 1px;
    margin-bottom:10px;
    padding:15px 30px 5px\9;
}
.login_footer .question {
    float:left;
    width:490px;
    word-wrap:break-word;
    color:#888888;
}
.line-height36 {
    line-height:36px;
}
.form-item .floatbtn {
    float:right;
    position:relative;
}
.form-item .floatbtn .input-submit {
    padding-right:24px;
    text-shadow: 0 -1px 1px #265600
}
.login_footer .form-item {
    margin-bottom:10px;
}
.form-item a, .form-item a:link, .form-item a:visited {
    color:#4d81bd;
    cursor:pointer;
}
/*footer button*/
 .form-item .bgimg {
    display:inline-block;
    background: url(/webstatic/images/login/btn_sanjiao.png) no-repeat right center;
    margin-left:5px;
    width:4px;
    height:8px;
    position:absolute;
    top:15px;
    right:15px;
    _top:10px;
}
/*admin-window*/
 .windowcontent {
    border:#f0f0f0 solid 1px;
	overflow-x:hidden;
    overflow-y:auto;
    position:relative\9;
    _white-space:nowrap;
    _display:inline-block;
}
.windowcontent .selectitems {
    height:385px;
    overflow-y:auto;
}
.windowcontent li {
    *white-space:nowrap;
    _white-space:nowrap;
}
.windowcontent .orgtree, .windowcontent .wmune {
    overflow-x:hidden;
    display:inline-block;
    white-space:nowrap;
    _width:100%;
}
.windowcontent .orgtree .chead {
    vertical-align: top\9;
    margin-top:5px\9;
}
.windowcontent .orgtree .item, .windowcontent .wmune .item {
    overflow:hidden;
    min-width:252px;
    white-space:nowrap;
    _width:252px;
    _display:inline-block;
}
.windowcontent .orgtree .item:hover, .windowcontent .orgtree .item.selected:hover, .windowcontent .orgtree .item .name:hover {
    background-color:#efefef;
    cursor: pointer;
    background-image: none;
    height:auto;
}
.windowcontent .showname {
    display:inline-block;
    width:auto;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align: middle;
}
.windowcontent .wmune .showname {
    display: inline-block;
    width:202px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align: middle;
    _width:180px;
    _margin-top:2px;
}
.windowcontent .name {
    vertical-align: middle;
    line-height:30px;
    white-space:nowrap;
    display: inline-block;
}
.windowcontent .orgtree .selected, .windowcontent .orgtree .selected .showname {
    background-color:#efefef;
}
.admin-windowleft, .admin-windowct, .admin-windowright {
    float:left;
}
.admin-windowleft, .admin-windowright {
    width:284px;
    _width:264px;
    _white-space:nowrap;
    _display:inline-block;
}
.admin-windowright h3.title, .admin-windowleft h3.title {
    padding:0 3px;
}
.admin-windowright h3.title .empty {
    float:right;
    text-decoration:none;
}
.windowcontent .xian {
    border-top:#e1e1e1 solid 1px;
    height:1px;
    overflow:hidden;
    margin:10px;
}
.windowcontent .search {
    padding:10px;
    border-bottom:#f0f0f0 solid 1px;
    position:relative;
    height:25px;
}
.windowcontent .positonrel {
    position:relative;
}
.windowcontent .ico-btn {
    left:15px;
}
.windowcontent .placeholder label.holder {
    position:absolute;
    left:25px;
    top:0px;
    color:#aaaaaa;
}
.windowcontent .searchitems {
    display:none;
    height:347px;
    overflow-y:auto;
}
.windowcontent .search input {
    border:#d5d5d5 solid 1px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    padding:4px 5px 3px 25px;
    -webkit-box-shadow:0 1px #F7F7F7 inset;
    -moz-box-shadow:0 1px #F7F7F7 inset;
    box-shadow:0 1px #F7F7F7 inset;
    width:228px;
}
.windowcontent .search input {
    background:transparent url(/webstatic/images/home/adminsearch.png) 8px 6px no-repeat;
    line-height:16px;
    height:16px;
    font-size:12px;
}
.windowcontent .input-text:focus {
    border:1px solid #8caac8;
    -webkit-box-shadow:0 0 5px #d6e2ed;
    -moz-box-shadow:0 0 5px #d6e2ed;
    box-shadow:0 0 5px #d6e2ed;
}
.windowcontent li a:hover {
    background-color:#efefef;
    text-decoration:none;
}
.windowcontent li a .ico-packup {
    background-position:0 -420px;
    top:11px;
}
.windowcontent li a .ico-unfold {
    background-position:0 -480px;
    top:11px;
}
.windowcontent li a .ico-secondary-menu {
    background-position:3px -450px;
    top:10px;
    left:40px;
}
.windowcontent .wprivate li a, .windowcontent .wbusiness li a, .windowcontent .wmune li a, .admin-windowright .windowcontent .wmune li a {
    color: #333333;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration:none;
    display:inline-block;
    white-space:nowrap;
}
.windowcontent li a span.rank {
    color:#333333;
}
.windowcontent .adminhead {
    background-image:none;
    display: inline-block;
    height: 20px;
    width:20px;
}
.windowcontent .wmune img.chead {
    width:20px;
    height:20px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-right:5px;
    display:inline-block;
    vertical-align:middle;
    vertical-align: top\9;
    margin-top:6px\9;
}
.windowcontent .wmune .adelete {
    background-position:-80px -60px;
    display:inline-block;
    width:8px;
    height:8px;
    vertical-align: middle;
    vertical-align: top\9;
    margin-top:11px\9;
    _margin-top:8px;
}
.addcontactitems, .addcontactitems {
    height:345px;
    overflow-y:auto;
	overflow-x:hidden;
    _white-space:nowrap;
    _display:inline-block;
}
.admin-windowct {
    padding:0 5px;
    margin-top:192px;
}
.admin-windowct span.adminboult {
    display:inline-block;
    background:transparent url(/webstatic/images/home/adminboult.png) 0px 0px no-repeat;
    width:16px;
    height:18px;
}
.admin-windowright .windowcontent .wmune {
    margin-top:5px;
}
.admin-windowright .windowcontent .adminhead {
    left:10px;
}
.windowcontent .find .checkbox {
    background: url(/webstatic/images/icons/orgtree.png) no-repeat scroll 0 -180px transparent;
    width:18px;
    height:18px;
    outline:none;
    display:inline-block;
    float:left;
    margin-top:6px;
    _background: url(/webstatic/images/icons/hack/orgtree.png) no-repeat scroll 0 -120px transparent;
}
.windowcontent .find .checked {
    background-position:0 -250px !important;
}
.windowcontent .find li a {
    line-height:normal;
    padding-top:8px;
    padding-bottom:12px;
}
.windowcontent .find li a img {
    width:20px;
    height:20px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    vertical-align: middle;
    display:inline-block;
    float:left;
}
.windowcontent .find li hgroup h3 {
    max-width:160px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.windowcontent .find li hgroup h4 {
    margin-top:4px;
    font-weight:normal;
    color:#999999;
    max-width:160px;
    display:inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    height: 20px;
    line-height:20px;
}
.windowcontent .find .hgroupwidth {
    width:168px;
    float:left;
}
.windowcontent .seek {
    color:#333333;
    padding:10px;
}
/* single choise */
 .single-choise {
    border:1px solid #D7D7D7;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    cursor:text;
    position:relative;
}
.single-choise .item {
    float:left;
    background:#FFFFFF;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    cursor:default;
    padding:4px 3px 0 2px;
    *display:inline;
    *padding:0px 3px 0 0px;
    _padding:4px 3px 0 2px
}
.single-choise .item.group {
    padding-left: 20px;
    background: url("/webstatic/images/home/product.png") no-repeat scroll 0 0;
}
.single-choise .item span {
    line-height:18px;
    cursor:default;
    max-width:155px;
    display:inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float:left;
}
.single-choise .item.error, .single-choise .item.error:hover {
    color:#B43830;
}
.single-choise .item.error a, .single-choise .item.error:hover a {
    color:#B43830;
}
.single-choise .item a {
    color:#88B4EE;
    cursor:pointer;
    padding:0 2px;
    font-weight:bold;
}
.single-choise .item .listen {
    margin-left:3px;
    padding:3px 0 5px;
    border:0 none;
    width:170px;
    font-size:12px;
    _padding:2px 0 2px;
    padding:2px 0 3px\0
}
/* pagation */
 .contactPage {
    padding:10px 0 20px;
    background-color:#FFF;
    position:absolute;
    bottom:0;
}
.display-count {
    float:left;
    color:#999999;
    margin-left:60px;
}
.display-count .pageLeft {
    float:left;
}
.display-count .pageSize {
    line-height:20px;
    color:#333333;
    margin-right:30px;
    position:relative;
    padding-left:3px;
    background:transparent url(/webstatic/images/home/sub.png) right center no-repeat;
    padding-right:12px;
    cursor: pointer
}
.display-count .pageSize .pAbsolute {
    background-color:#FFF;
    z-index:2;
    display:none;
    position:absolute;
    bottom:20px;
    right:0;
    width:65px;
    border:#d1d1d1 solid 1px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:3px 0;
    max-height:240px;
    overflow-y:auto;
}
.display-count .pageSize .pAbsolute a {
    display:block;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#333333;
    font-weight:bold;
}
.display-count .pageSize .pAbsolute a:hover {
    background-color:#efefef;
    text-decoration:none;
}
.display-count .pageSize .pAbsolute a.colorGray {
    color:#c1c0c0;
}
.display-count .pageBtn .input-gray {
    height:18px;
    line-height:18px;
    padding:0 8px;
    margin-left:8px;
}
.display-count .pageBtn a.input-gray b {
    display:inline-block;
    width:13px;
    height:8px;
    vertical-align:middle;
}
.display-count .pageBtn a.btnLeft b {
    background-position:-80px -0px;
}
.display-count .pageBtn a.btnRight b {
    background-position:-80px -30px;
}
.pagenumber {
    float:right;
    padding-right:45px;
    display:none;
}
.pagenumber .link {
    color:#4171B8;
    cursor:pointer;
}
.pagenumber .link:hover {
    text-decoration:underline;
}
.page-number {
    color:#666666;
    float:left;
}
.contact-loading {
    background: url(/webstatic/images/common/loading.gif) no-repeat scroll 50% 50% transparent;
}
/* link email */
 .multi-choise {
    border:1px solid #D7D7D7;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    cursor:text;
    position:relative;
    z-index:1;
}
.multi-choise .item {
    float:left;
    background:#FFFFFF;
    border:1px solid #b4becb;
    padding:1px 5px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    cursor:default;
    margin:3px 3px 2px 2px;
    white-space:nowrap;
}
.multi-choise .item a.close {
    background-position:0 0;
    display:inline-block;
    background: url(/webstatic/images/home/file/sdelete.png) no-repeat scroll 0 0;
    width:7px;
    height:8px;
    margin-left:3px;
    +margin-top: 5px;
}
.multi-choise .item.group {
    padding-left: 20px;
    background: url(/webstatic/images/home/product.png) no-repeat scroll 0 0;
}
.multi-choise .item.depart {
    padding-left: 20px;
    background: url(/webstatic/images/home/depart.png) no-repeat scroll 0 0;
}
.multi-choise .item.depart:hover {
    background: url(/webstatic/images/home/white-depart.png) no-repeat 0 0 #B4BECB;
    color: #FFFFFF;
}
.multi-choise .item:hover {
    background-color:#b4becb;
    color: #FFFFFF;
}
.multi-choise .item:hover a.close {
    background-position:0 -30px;
}
.multi-choise .item.group:hover {
    background: url(/webstatic/images/home/white-product.png) no-repeat 0 0 #B4BECB;
    color: #FFFFFF;
}
.multi-choise .item.error {
    border-color:#B43830;
}
.multi-choise .item span.max_name {
    line-height:18px;
    cursor:default;
    max-width:155px;
    display:inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float:left;
    *height:18px;
}
.multi-choise .item.error:hover {
    background:transparent;
}
.multi-choise .item.error, .multi-choise .item.error:hover {
    color:#B43830;
}
.multi-choise .item.error:hover {
    background-color:#b4becb;
    color: #FFFFFF;
}
.multi-choise .item.error a, .multi-choise .item.error:hover a {
    color:#B43830;
}
.multi-choise .item:hover {
    color:#FFFFFF;
}
.multi-choise .item a {
    color:#88B4EE;
    cursor:pointer;
    padding:0 2px;
    font-weight:bold;
}
.multi-choise .item:hover a {
    color:#FFFFFF;
    text-decoration:none;
}
.multi-choise .entry, .multi-choise .entry:hover {
    background:transparent;
    padding:0;
    border:none;
}
.multi-choise .item .listen {
    padding:5px 0 5px;
    border:0 none;
    width:215px;
    font-size:12px;
    +padding:3px 0 5px;
}
.link-email h4 {
    margin-bottom:10px;
}
.link-email .article {
    margin-top:20px;
}
.link-email .article textarea {
    width:486px;
    height:80px;
    padding:5px;
    border:1px solid #D7D7D7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-size:12px;
}
.common-dialog .wrapper section .add-members .newinput .inputrelative .multi-choise {
    position:static;
}
.common-dialog .wrapper section .link-email .multi-choise .suggest-panel {
    top:32px;
}
.common-dialog .wrapper .mailnewadd .linktu {
    float:left;
}
.common-dialog .wrapper .mailnewadd .linktu b {
    display:inline-block;
    width:10px;
    height:10px;
    padding-right:5px;
    *position:relative;
    top:-4px;
}
.common-dialog .wrapper .mailnewadd .linktu b.hide {
    background-position:2px 2px;
}
.common-dialog .wrapper .mailnewadd .linktu b.show {
    background-position:0px -567px;
    ;
}
/*send-icon*/
 .send-sharedlinks .file-list .icon {
    float:left;
    background:transparent url(/webstatic/images/home/icons_v3.png) -10px -454px no-repeat;
    width:33px;
    height:35px;
    margin-right:10px;
}
.rightsidebar .new-file .icon-folder, .send-sharedlinks .file-list .icon-folder {
    background-position:-60px -53px;
}
.rightsidebar .new-file .icon-share, .send-sharedlinks .file-list .icon-share {
    background-position:-60px -253px;
}
.rightsidebar .new-file .icon-public, .send-sharedlinks .file-list .icon-public {
    background-position: -60px -153px;
}
.rightsidebar .new-file .icon-share-lock, .send-sharedlinks .file-list .icon-share-lock {
    background-position:-60px -453px;
}
.rightsidebar .new-file .icon-folder-lock, .send-sharedlinks .file-list .icon-folder-lock {
    background-position: -60px -403px;
}
.rightsidebar .new-file .icon-folder, .send-sharedlinks .file-list .icon-folder {
    background-position:-60px -53px;
}
.rightsidebar .new-file .icon-ai, .send-sharedlinks .file-list .icon-ai {
    background-position:-10px -3px;
}
.rightsidebar .new-file .icon-fa, .send-sharedlinks .file-list .icon-fa {
    background-position:-10px -53px;
}
.rightsidebar .new-file .icon-pd, .send-sharedlinks .file-list .icon-pd {
    background-position:-10px -103px;
}
.rightsidebar .new-file .icon-pr, .send-sharedlinks .file-list .icon-pr {
    background-position:-10px -153px;
}
.rightsidebar .new-file .icon-xs, .send-sharedlinks .file-list .icon-xs {
    background-position:-10px -203px;
}
.rightsidebar .new-file .icon-wd, .send-sharedlinks .file-list .icon-wd {
    background-position:-10px -303px;
}
.rightsidebar .new-file .icon-docx, .send-sharedlinks .file-list .icon-docx {
    background-position:-10px -551px;
}
.rightsidebar .new-file .icon-xls, .send-sharedlinks .file-list .icon-xls {
    background-position:-10px -600px;
}
.rightsidebar .new-file .icon-ps, .send-sharedlinks .file-list .icon-ps {
    background-position:-10px -253px;
}
.rightsidebar .new-file .icon-zi, .send-sharedlinks .file-list .icon-zi {
    background-position:-10px -353px;
}
.rightsidebar .new-file .icon-im, .send-sharedlinks .file-list .icon-im {
    background-position:-10px -403px;
}
.rightsidebar .new-file .icon-vi, .send-sharedlinks .file-list .icon-vi {
    background-position:-10px -503px;
}
.rightsidebar .new-file .icon-mp, .send-sharedlinks .file-list .icon-mp {
    background-position:-10px -553px;
}
.rightsidebar .new-file .icon-shortcut, .send-sharedlinks .file-list .icon-shortcut {
    background-position:-60px -353px;
}
.rightsidebar .new-file .icon-get-share, .send-sharedlinks .file-list .icon-get-share {
    background-position:-60px -153px;
}
.rightsidebar .new-file .icon-get-share-lock, .send-sharedlinks .file-list .icon-get-share-lock {
    background-position:-61px -500px;
}
.common-dialog .wrapper section .newinput .inputrelative .hover-titles {
    background-color:rgba(0, 0, 0, 0.6)!important;
    background:rgb(0, 0, 0);
    color:#FFFFFF;
    padding:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    height:20px;
    line-height:20px;
    position:absolute;
    top:45px;
    left:-12px;
    z-index:2000;
    display:none;
}
.common-dialog .wrapper section .newinput .inputrelative .hover-titles .dirs {
    position:absolute;
    left:20px;
    bottom:40px;
    width:0;
    height:0;
    font-size:0;
    overflow:hidden;
    border-right:8px solid transparent;
    border-top:none;
    border-left:8px solid transparent;
    border-bottom:8px solid rgba(0, 0, 0, 0.6);
}
.common-dialog .wrapper section .newinput .inputrelative .hover-title-hack .dirs {
    border-bottom:8px solid #666666;
}
.common-dialog .wrapper section .newinput .inputrelative .hover-title-hack {
    background-color:#666666;
}
/*public_table style*/
 .public_table table {
    width:100%;
    border-right:#e5e5e5 solid 1px;
    border-top:#e5e5e5 solid 1px;
    color:#999999;
}
.public_table table th {
    color:#999999;
    font-weight:bold;
    background-color:#eeeeee;
    line-height:28px;
    color:#666666;
    background-color:#f9f9f9;
    height:28px;
}
.public_table table td, .public_table table th {
    text-align:left;
    padding:0 10px;
    border-bottom:#e5e5e5 solid 1px;
    border-left:#e5e5e5 solid 1px;
    vertical-align: middle;
}
.public_table table td {
    line-height:34px;
    height:34px;
    color:#888888;
}
.public_table table .max_width {
    float:left;
    display:inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.public_table table td span.time {
    color:#333333;
}
.public_table dl {
    margin-bottom:10px;
}
.public_table dt {
    margin-right:10px;
}
.public_table dt {
    float:left
}
.public_table .radio a {
    display:block;
    height:30px;
    background:transparent url(/webstatic/images/home/radio.png) center center no-repeat;
}
.public_table .radio.selected a {
    background:transparent url(/webstatic/images/home/radio-check.png) 2px center no-repeat;
}
/*icon*/
.icon {
    float:left;
    background:transparent url(/webstatic/images/home/icons_v3.png) -10px -601px no-repeat;
    width:33px;
    height:36px;
}
.icon-folder {
    background-position:-60px -50px;
}
.icon-ai {
    background-position:-10px 0px;
}
.icon-fa {
    background-position:-10px -50px;
}
.icon-pptx {
    background-position:-60px -644px;
}
.icon-fl {
    background-position:-10px -50px;
}
.icon-pd {
    background-position:-10px -100px;
}
.icon-xs {
    background-position:-10px -200px;
}
.icon-wd {
    background-position:-10px -300px;
}
.icon-xt {
    background-position:-10px -451px;
}
.icon-ml {
    background-position:-10px -642px;
}
.icon-docx {
    background-position:-60px -551px;
}
.icon-xls {
    background-position:-60px -600px;
}
.icon-ps {
    background-position:-10px -250px;
}
.icon-pt {
    background-position:-10px -150px;
}
.icon-zi {
    background-position:-10px -350px;
}
.icon-im {
    background-position:-10px -400px;
}
.icon-vi {
    background-position:-10px -500px;
}
.icon-mp {
    background-position:-10px -550px;
}
.icon-print {
    background-position:-60px -100px;
}
.icon-get-share {
    background-position:-60px -150px;
}
.icon-video {
    background-position:-60px -200px;
}
.icon-share {
    background-position:-60px -250px;
}
.icon-public {
    background-position:-60px -300px;
}
.icon-shortcut {
    background-position:-60px -351px;
}
.icon-folder-lock {
    background-position:-60px -403px;
}
.icon-share-lock {
    background-position:-60px -453px;
}
.icon-get-share-lock {
    background-position:-61px -500px;
}
.icon_rel{position:relative;}
.jiami{
	background: url(/webstatic/images/home/smi.png) 0px -0px no-repeat;
	width:17px;
	height:15px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.big_jiami{
	background: url(/webstatic/images/home/mi.png) 0px -0px no-repeat;
	width:30px;
	height:34px;
	position:absolute;
	bottom:0px;
	right:0px;
}
/*输入邮件*/
 .public .inputrelative .input-gray b.sendtu {
    display:inline-block;
    background-position:-150px -420px;
    width:13px;
    height:11px;
    +margin-top: 10px;
}
.public .inputrelative .input-gray {
    float:left;
    margin-right:5px;
    padding:0 8px;
    height:30px;
    line-height:30px;
}
.public .multi-choise .item .listen {
    margin:4px 0 0 5px;
    padding:0;
    min-width:200px!important;
    width:auto
}
.public .teshu .multi-choise {
    margin-left:40px;
}
.public .inputrelative .input-gray {
    height:28px;
}
.public .placeholder {
    height:30px;
}
.public .placeholder label.holder {
    top:2px;
}
.public .placeholder input {
    padding:3px 5px;
}
.public .placeholder .input_error {
    border: 1px solid #dc9090;
    -webkit-box-shadow: 0 0 1px #FAE7E5, 0 3px #F7F7F7 inset;
    -moz-box-shadow: 0 0 1px #FAE7E5, 0 3px #F7F7F7 inset;
    box-shadow: 0 0 1px #FAE7E5, 0 3px #F7F7F7 inset;
}
.input_error_red {
    border: 1px solid #dc9090!important;
}
.input_error_colorRed {
    color:#B43830!important;
}

sup.new_message {
    background-color: #F91919;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    line-height: 15px;
    min-width: 11px;
    padding: 0 3px;
    position:absolute;
    right: -20px;
    top: -10px;
	text-align:center;
}

/*tag*/
.rightHeadTag {
    display:none;
}

.rightTag .boxRel{position:relative;top:2px;z-index:2;}
.rightTag .tag-choise {
    max-height:132px;
}
.rightTag .tag-choise a.close {
    background-position:0 0;
    display:none;
    background: url(/webstatic/images/home/file/close.png) no-repeat 0 0px;
    width:12px;
    height:12px;
    margin-left:3px;
    position:absolute;
    right:2px;
    top:4px;
    *zoom:1;
}
.rightTag .tag-choise .item span.max_name {
    max-width:120px;
    display:inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float:left;
}
.rightTag .tag-choise .item,
.rightTag .tag-choise .item_Select {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    float:left;
    background:#d5d5d5;
    border:1px solid #b4becb;
    padding:0px 15px 0px 10px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    cursor:pointer;
    margin:3px 3px 5px 2px;
    white-space:nowrap;
    position:relative;
    color:#666666;
    height:20px;
    line-height:20px;
    display:inline-block;
}
.rightTag .tag-choise .item:hover,
.rightTag .tag-choise .item_Select:hover {
    background:#9a9a9a;
    color:#FFF;
    text-decoration:none;
}
.tag_Box {
    margin-top:10px;
}
.tag_btn {
    display: none;
    width:50px;
    border:0;
    /*color:#FFF;*/
    text-align:center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*background-color:#4a8743;*/
    height:20px;
    line-height:20px;
    padding:2px 20px;
    background:#83c74c;
    background:-webkit-gradient(linear, left top, left bottom, from(#83c74c), to(#6eb337));
    background:-webkit-linear-gradient(top, #83c74c, #6eb337);
    background:-moz-linear-gradient(top, #83c74c, #6eb337);
    background:-o-linear-gradient(top, #83c74c, #6eb337);
    background:linear-gradient(top, #83c74c, #6eb337);
    border-color:#5da127;
    color:#FFFFFF;
    -webkit-box-shadow:0 1px #83c84c inset;
    -moz-box-shadow:0 1px #83c84c inset;
    box-shadow:0 1px #83c84c inset;
}


.tag_div {
    width:50px;
    border:0;
    /*color:#FFF;*/
    text-align:center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*background-color:#4a8743;*/
    height:20px;
    line-height:20px;
    padding:2px 20px;
    background:#83c74c;
    background:-webkit-gradient(linear, left top, left bottom, from(#83c74c), to(#6eb337));
    background:-webkit-linear-gradient(top, #83c74c, #6eb337);
    background:-moz-linear-gradient(top, #83c74c, #6eb337);
    background:-o-linear-gradient(top, #83c74c, #6eb337);
    background:linear-gradient(top, #83c74c, #6eb337);
    border-color:#5da127;
    color:#FFFFFF;
    -webkit-box-shadow:0 1px #83c84c inset;
    -moz-box-shadow:0 1px #83c84c inset;
    box-shadow:0 1px #83c84c inset;

    +border-top:#FFF solid 1px;+border-bottom:#FFF solid 1px;
}
.tag_Select{display:none;position:absolute;left:0;top:25px;background-color:#FFF;width:120px;max-height:200px;overflow-y:auto;overflow-x:hidden;padding:5px 0px;border:#d5d5d5 solid 1px;}
.rightTag .tag-choise .tag_Select .item_Select{float:none!important;padding:0px 10px}
.rightTag .tag-choise .tag_Select li{padding:0px 10px;}
.rightTag .active{background-color:#d5d5d5!important;}
.rightTag .active .item_Select {background:#FFF;}



.gs_setup{position:absolute;top:13px;left:0px;color:#FFF;background-color:#333333;border-radius:3px;}
.tmplInfo {
    display:inline-block;
    cursor:pointer;
    background:url(/webstatic/images/home/visit.png) no-repeat 0 0;
    width:14px;
    height:14px;
	position:relative;
	top:3px;
	left:10px;
}

.tmplInfoTable .set_Z{z-index:30;}


.setup_hd{position:relative;}
.setup_hd .dir{
    background: url(/webstatic/images/home/fclose.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
	float:right;
	margin-top:9px;
}
.common-dialog .wrapper header.setup_hd{background:none;border-bottom:0;}
.common-dialog .wrapper section.setup_ct{padding:0 30px 30px 30px;}
.setup_hd .dir.hover {background-position: 0 -30px;}
.setup_hd h2{line-height:40px;padding-left:15px;}
.setup_ct{overflow:hidden;border-radius:0 0 3px 3px;}
.setup_ct table td{padding-right:15px;height:30px;line-height:30px;vertical-align:middle;}
.setup_ct .bgColor1{background-color:#333333;}
.setup_ct .bgColor0{background-color:#484848;}
.setup_ct .setup_hdBox1{padding-left:15px;}
.setup_ct .setup_hdBox2{width:85px;}
.setup_ct .setup_hdBox3{width:210px;}
.setup_ct .setup_hdBox4{width:170px;}
.setup_ct .setup_hdBox5{width:65px;}
.max_height td{ width:120px;}

/*保密*/
.common-dialog section .baomi_title{margin-bottom:10px;}
.common-dialog section .baomi_ctTitle{margin-bottom:5px;}
.baomi_content{line-height:22px;}

/*弹窗提示*/
#window_hint{ 
    height:30px; 
    line-height:30px; 
    background:#fffaae; 
    width:100%; 
    text-align:center; 
    font-size:14px; 
    color:#494949; 
    box-shadow:1px 1px 1px #aaa; 
    display:block;
    }
#window_hint a{ 
    color:#002aa1; 
    text-decoration:underline;
    }
#window_hint span.hint_close{
    background:url(../images/search/window_hint_03.png); 
    display:block; 
    width:12px; 
    height:12px; 
    position:absolute; 
    z-index:5; 
    right:10px;
    top:7px;
    cursor:pointer;
    }
/*用户引导*/
#file_directory,#function_module,#request_inform,#document_manage,#add_label{ width:420px; background:#fff; border-radius:8px; box-shadow:1px 2px 2px #c0c0c0; padding:20px;color:#424242;/* position: absolute; top:50px;*/}

#file_directory h1,#function_module h1,#request_inform h1,#document_manage h1,#add_label h1{ font-size:16px;}
#file_directory p,#function_module p,#request_inform p,#document_manage p{ font-size:12px; padding:6px 0px 15px; line-height:22px;}
#file_directory h1 a.window_close,#function_module h1 a.window_close,#request_inform h1 a.window_close,#document_manage h1 a.window_close,#add_label h1 a.window_close{ background:url(../images/search/window_close_03.gif); display:block; width:14px; height:14px; position:absolute; z-index:5; right:9px; top:12px;}
#file_directory a.I_know,#function_module a.I_know,#request_inform a.I_know,#document_manage a.I_know,#add_label a.I_know{ display:block; float:right; padding:5px 15px; background:#7abe1a; border:1px solid #5fa100; color:#fff; font-size:14px; font-weight:bold; text-shadow:1px 1px 1px #5c5b5c; border-radius:5px;}
#file_directory a.I_know:hover,#function_module a.I_know:hover,#request_inform a.I_know:hover,#document_manage a.I_know:hover,#add_label a.I_know:hover{ text-decoration:none; background:#83ce18;}
#file_directory div.arrows_up,#function_module div.arrows_up,#request_inform div.arrows_up,#document_manage div.arrows_up,#add_label div.arrows_up{ position:absolute; width:0; height:0; border-left:20px solid transparent; border-right:20px solid transparent; border-bottom:20px solid #fff; top:-20px;left:35px;}

#file_directory div.arrows_up:after,#function_module div.arrows_up:after,#request_inform div.arrows_up:after,#document_manage div.arrows_up:after,#add_label div.arrows_up:after{ position: absolute;left:-15px;top:6px;content:"";width:30px;height:30px;  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03);
transform:rotate(225deg);
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-o-transform: rotate(225deg);
filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7660444431189777, M12=-0.6427876096865394, M21=0.6427876096865398, M22=0.7660444431189779)";}


/*
#function_module{ left:500px;}
#request_inform{top:300px;}
#document_manage{ top:300px; left:500px;}
*/
#request_inform div.arrows_up,#add_label div.arrows_up{ left:376px;}
#add_label{top:500px;}


.fl {
    float: left;
}
.fr {
    float: right;
}
.cls {
    clear: both;
}
.user_heart{
    height: 35px;
    width: 35px;
    margin-top: 6px;
}
.user_heart sup{
    background-color: #f91919;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    display: none;
    line-height: 15px;
    min-width: 11px;
    padding: 0 3px;
    position: absolute;
    right: -8px;
    top: 3px;
}

.user_heart img{
    border-radius: 5px;
    height: 35px;
    width: 35px;
    border: 1px solid #FFFFFF;
}
.account_help a{
    color: #000000;
}


.account_body{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d9dae1;
    border-radius: 5px;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti,"宋体";
    font-size: 12px;
    margin-top: 30px;
    position: absolute;
    right: -15px;
    top: 36px;
    width: 610px;
    z-index:1000;
}
.account_body .account_user,.account_body .account_warn,.account_body .account_help,.account_body .account_exit{
    padding: 18px 25px 12px 25px;
    border-bottom: 1px solid #d9dae1;
}
.account_user .user_name{
    font-size: 18px;
    width: 200px;
}
.account_body .account_user span,.account_body .disk_space span{
    display: block;
}
.account_body .user_set{
    padding-right: 10px;
    width: 20px;
}
.disk_space span b{
    width: 12px;
    height: 12px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.disk_space .used_space{
    margin-right: 22px;
}
.disk_space .used_space .used_chunk{
    background: #7abf43;
}
.disk_space .free_space .free_chunk{
    background: #e3e3e3;
}
.account_body .disk_bar{
    width:100%;
    height: 10px;
    background: #c8c8c8;
    margin-top: 10px;
    position:relative;
}
.account_body .used_bar{
    width:80%;
    height: 10px;
    position:absolute;
    z-index:2;
    top:0;
    left: 0;
    background:#81c54a;
    background:
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c54a', endColorstr='#6fb438', GradientType='0');          /* IE*/
    background:-webkit-gradient(linear, left top, left bottom, from(#81c54a), to(#6fb438));    /* Saf4+, Chrome */
    background:-moz-linear-gradient(top, #81c54a, #6fb438);                       /* Firefox */
    background:-o-linear-gradient(top, #81c54a, #6fb438);                        /* op */
    background:linear-gradient(top, #81c54a, #6fb438);
}
.account_user .user_set{
    display: block;
    background: url("/webstatic/images/icons/account_icon_v2.png") no-repeat left top;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.account_body .account_warn h5,.account_body .account_help h5{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.account_warn{
    min-height:130px;
    position:relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.account_warn .warn_list{
    padding: 0;
    margin: 10px 0 0 0;
}
.account_warn .warn_list li{
    display: block;
    float: left;
    list-style: none;
    line-height: 24px;
}
.warn_list .list_name{
    width: 40px;
    margin-right: 15px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.warn_list .list_jur{
    width: 52px;
    margin-right: 20px;
    color: #333333;
}
.warn_list .list_text{
    color: #333333;
    cursor: pointer;
    margin-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}
.warn_list li.list_see{
    margin-left: 67px;
}
.warn_list li.list_yes a, .warn_list li.list_no a,.warn_list li.list_see a{
    display: block;
    width: 55px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    color: #ffffff;
    background:#83c84c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c84c', endColorstr='#6eb337', GradientType='0');          /* IE*/
    background:-webkit-gradient(linear, left top, left bottom, from(#83c84c), to(#6eb337));    /* Saf4+, Chrome */
    background:-moz-linear-gradient(top, #83c84c, #6eb337);                       /* Firefox */
    background:-o-linear-gradient(top, #83c84c, #6eb337);                        /* op */
    background:linear-gradient(top, #83c84c, #6eb337);
    border: 1px solid #5da127;
    text-align: center;
    position: relative;
    top: 1px;
    border-radius: 3px;
    text-decoration: none;
}
.warn_list li.list_no a ,.warn_list li.list_see a{
    color: #767676;
    background:#efefef;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef', GradientType='0');          /* IE*/
    background:-webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));    /* Saf4+, Chrome */
    background:-moz-linear-gradient(top, #f8f8f8, #efefef);                       /* Firefox */
    background:-o-linear-gradient(top, #f8f8f8, #efefef);                        /* op */
    background:linear-gradient(top, #f8f8f8, #efefef);
    border: 1px solid #c0c0c0;
    margin-right: 15px;
}
.warn_list li.list_yes a:hover{
    background:#8cce58;
    background:-webkit-linear-gradient(top, #a0e26c, #8cce58);
    background:-moz-linear-gradient(top, #a0e26c, #8cce58);
    background:-o-linear-gradient(top, #a0e26c, #8cce58);
    background:linear-gradient(top, #a0e26c, #8cce58);
    text-decoration:none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a0e26c, endColorstr=#8cce58);
}
.warn_list li.list_no a:hover,.warn_list li.list_see a:hover{
    background:#ffffff;
    background:-webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background:-moz-linear-gradient(top, #ffffff, #f1f1f1);
    background:-o-linear-gradient(top, #ffffff, #f1f1f1);
    background:linear-gradient(top, #ffffff, #f1f1f1);
    text-decoration:none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f1f1f1);
}

.warn_list .list_date{
    width: 70px;
    color: #999999;
}
.account_body .account_help{
    position: relative;
}
.account_body .account_help h5{
    margin-bottom: 10px;
}
.account_help .help_left div,.account_help .help_right div{
    line-height: 20px;
    margin-bottom: 10px;
}
.account_help .help_left{
    margin-right: 140px;
}
.account_help div span,.account_exit div span,.account_body .account_exit span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("/webstatic/images/icons/account_icon_v2.png") no-repeat left top;
    position: relative;
    top: 3px;
    margin-right: 12px;
}
.account_help .fl div,.account_body .account_exit{
    cursor: pointer;
}
.help_left .online_icon{
    background-position: left -30px;
}
.help_left .service_icon{
    background-position: left -77px;
}
.help_right .operation_icon{
    background-position: left -121px;
}
.help_right .wechat_icon {
    background-position: left -158px;
}

.account_body .account_exit{
    border: 0 none;
    width: 55px;
}

/*使用伪类改变图标及颜色*/
.account_help .online_help:hover,
.account_help .service_help:hover,
.account_help .operation_help:hover,
.account_help .wechat_help:hover,
.account_body .account_exit:hover{
    color: #1468a5;
}
.account_help .online_help:hover .online_icon{
    background-position: -35px  -30px;
}
.account_help .service_help:hover .service_icon{
    background-position: -35px  -77px;
}
.account_help .operation_help:hover .operation_icon{
    background-position: -35px  -121px;
}
.account_help .wechat_help:hover .wechat_icon{
    background-position: -35px  -158px;
}

.account_exit span.exit_icon{
    background-position: left -212px;
}
.account_body .account_exit:hover .exit_icon{
    background-position: -36px  -212px;
}
.account_body .account_triangle{
    position: absolute;
    background: url("/webstatic/images/icons/triangle_up.png") no-repeat left top;
    width: 26px;
    height: 13px;
    right: 17px;
    top: -13px;
    z-index: 10;
}
.account_help .account_wechat{
    position: absolute;
    z-index:5;
    border: 1px solid #d9dae1;
    border-radius: 5px;
    background: #ffffff;
    top: -260px;
    right: 255px;
    -webkit-box-shadow: 0 2px 2px #e6e6e6;
    -moz-box-shadow: 0 2px 2px #e6e6e6;
    -o-box-shadow: 0 2px 2px #e6e6e6;
    box-shadow: 0 2px 2px #e6e6e6;
    padding: 20px 30px;
    text-align: center;
}
.account_wechat h1{
    font-size: 26px;
    font-weight: normal;
    margin: 0px;
}
.account_wechat p{
    font-size: 14px;
    color: #999999;
    margin: 0px;
}
.account_wechat .wechat_img{
    width: 204px;
    height: 204px;
    background: url("/webstatic/images/icons/account_icon_v2.png") no-repeat left bottom;
    left: 19px;
    position: relative;
    margin: 15px 0;
}
.account_wechat .wechat_triangle{
    right: 67px;
    bottom: -13px;
    background: url("/webstatic/images/icons/triangle_down.png") no-repeat left top;
    position: absolute;
    width: 26px;
    height: 13px;
    z-index: 10;
}

.blod {
    font-weight: bold;
}
.warn_list .gray {
    color: #9d9d9d;
}
.workbench{
    margin:0 25px;
}

/*新建文件夹改版2015.11.9*/
.common-dialog .wrapper section .share-newfolder {
    /*margin-top:10px;*/
}
.common-dialog .wrapper section .share-newfolder .folder-name .input-name {
    width: 475px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    cursor: text;
    position: relative;
    z-index: 1;
    padding:8px 0 8px 7px;
    float:left;
}
.common-dialog .wrapper section .share-newfolder .folder-name .sync-local{
    float: right;
    margin-top: 10px;
}
.common-dialog .wrapper section .share-newfolder .folder-name .sync-local a{
    display:inline-block;
    height:11px;
    width:11px;
    background:transparent url(/webstatic/images/home/radio.png) center center no-repeat;
}
.common-dialog .wrapper section .share-newfolder .folder-name .sync-local a.selected{
    background:transparent url(/webstatic/images/home/radio-check.png) 0  center no-repeat;
}
.common-dialog .wrapper section .share-newfolder .folder-con{
    margin-top: 10px;
}
.common-dialog .wrapper section .share-newfolder .folder-con .multi-choise {
    float:left;
    padding-left:5px;
    width: 443px;
    background: #ffffff;
    word-wrap:break-word;
    max-height: 85px;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
}

.common-dialog .wrapper section .share-newfolder .folder-con .multi-choise {
    min-height: 30px;
}
.common-dialog .wrapper section .share-newfolder .folder-con .multi-choise.focus {
    border:1px solid #78A8D5;
}
.common-dialog .wrapper section .share-newfolder .folder-con .multi-choise .item .listen {
    width: 70px;
}
.common-dialog .wrapper section .share-newfolder .folder-con .multi-choise .suggest-panel {
    width:448px;
    top:153px;
    left: 30px;
}
.common-dialog .wrapper section .share-newfolder .folder-con .input-gray{
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    float: left;
}
.common-dialog .wrapper section .share-newfolder .folder-con .input-gray .datu{
    background: url("/webstatic/images/home/jia.png") 0 center no-repeat;
    width: 10px;
    height: 10px;
    +margin-top: 10px;
}
.common-dialog .wrapper section .share-newfolder .folder-con .input-button{
    width: 85px;
    float: right;
    padding: 0 11px;
}
.common-dialog .wrapper section .share-newfolder .ctable{
    margin-top: 23px;
    border: 1px solid #D7D7D7 ;
}
.common-dialog .wrapper section .share-newfolder .ctable .saccount {
    width: 200px;
    height: 30px;
}
.common-dialog .wrapper section .share-newfolder .ctable .privilege{
    width: 188px;
}

.common-dialog .wrapper section .sync-newfolder .folder-name .input-name {
    width: 490px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    cursor: text;
    position: relative;
    z-index: 1;
    padding:8px 0 8px 7px;
    float:left;
}
.common-dialog .wrapper section .sync-newfolder .client{
    font-size: 12px;
    color: #cdcdcd;
    float: left;
    margin-top: 10px;
}
/** 工作圈文件柜屏蔽发送和共享的手动输入功能2015/12/10 **/
.cjt-disable{
    background-color: #FFFFFF;
}



/*登录功能加到初始页面*/

.login_Form{
    display: none;
    background: #fefefe;
    border: 1px solid #c9c9c9;
    box-shadow: 1px 3px 10px rgba(204, 204, 204, 0.5);
    /*box-shadow: 1px 1px 10px rgba(220, 232, 241, 1);*/
    border-radius: 2px;
    width: 330px;
    padding: 50px 30px;
    position: relative;
    right: -790px;
    top: 48px;
    z-index: 10000;


}

.login_Form .loginTitle{
    height: 30px;
}

.login_Form .loginTitle .titleTxt{
    font-size: 18px;
    color: #5e605d;
    font-family:"微软雅黑";
}

.login_Form .loginTitle .register{
    font-size: 14px;
    color: #308ede;
    margin-top: 8px;
    text-decoration: none;
}

.login_Form .loginTitle .register:hover{
    color: #4596e0;
    text-decoration: underline;
}

.login_Form .loginTitle .register:active{
    color: #3690df;
}

.login_Form .loginCont{
}

.login_Form .loginCont.defHeight{
}

.login_Form .loginCont .formItem{
}

.login_Form .loginCont .formItem .itemTitle{
}

.login_Form .loginCont .formItem .itemCont{
}

.login_Form .loginCont .formItem.errorInfo{
    min-height: 20px;
    line-height: 20px;
    padding-bottom: 5px;
}

.login_Form .loginCont .errorInfo .errorTxt{
    line-height: 20px;
    color: #f60101;
    font-size: 12px;
}

.login_Form .loginCont .errorInfo .specialErrorInfo{
    display: none;
}

.login_Form .loginCont .errorInfo .errorHref{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #308ede;
    text-decoration: none;
}

.login_Form .loginCont .errorInfo .errorHref:hover{
    color: #4596e0;
    text-decoration: underline;
}

.login_Form .loginCont .errorInfo .errorHref:active{
    color: #3690df;
}

.login_Form .loginCont .formItem.email{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #d2d3d5;
    border-radius: 4px 4px 0px 0px;
    height: 50px;
}

.login_Form .loginCont .email .itemTitle{
    /*border: 1px solid #ccc;*/
    background: url("/webstatic/images/login/loginIcon01.png") no-repeat 15px 0px;
    width: 45px;
    height: 15px;
    margin-top: 18px;
}
.login_Form .loginCont .email .clear_input{
    float: right;
    height: 15px;
    margin-right: 10px;
    margin-top: -19px;
    width: 19px;
}


.login_Form .loginCont .email .itemCont{
    margin-left: 40px;
    margin-top: -20px;
}


.login_Form .loginCont .email .itemCont .input-text{
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    width: 230px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #9b9b9b;
}
.login_Form .loginCont .email .itemCont .input-text {
    box-shadow: none;
}

.login_Form .loginCont .formItem.password{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #d2d3d5;
    border-top: 1px solid #e2e5ea;
    border-radius: 0px 0px 4px 4px;
    height: 50px;
}

.login_Form .loginCont .password .itemTitle{
    /*border: 1px solid #ccc;*/
    background: url("/webstatic/images/login/loginIcon01.png") no-repeat 15px -22px;
    width: 45px;
    height: 16px;
    margin-top: 18px;
}

.login_Form .loginCont .password .itemCont{
    margin-left: 40px;
    margin-top: -20px;
}

.login_Form .loginCont .password .itemCont .input-text{
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    width: 230px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #9b9b9b;
}

.login_Form .loginCont .password .itemCont .input-text:focus{
    box-shadow: none;
}

.login_Form .loginCont .formItem.captcha{
    height: 40px;
    margin-top: 15px;
}

.login_Form .loginCont .captcha .itemCont{
}
.login_Form .loginCont .captcha .itemCont .captchaInput{
    border: 1px solid #d2d3d5;
    border-radius: 2px;
    box-shadow: none;
    width: 90px;
    height: 38px;
    /*text-align: center;*/
    font-size: 14px;
    color: #9b9b9b;
    padding: 0 10px;
    margin: 0;
}

.login_Form .loginCont .captcha .itemCont .captchaInput:focus{
    box-shadow: none;
}

.login_Form .loginCont .captcha .itemCont .captchaImgBox{
    border: 1px solid #d2d3d5;
    border-radius: 2px;
    text-decoration: none;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.login_Form .loginCont .captcha .itemCont .captchaImg{
    display: block;
    height: 100%;
    font-size: 14px;
    color: #9b9b9b;
    margin: 0 auto;
}

.login_Form .loginCont .formItem.aboutPwd{
    height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.login_Form .loginCont .aboutPwd .itemCont{
}

.login_Form .loginCont .formItem .itemCont .forget{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #7a7a7a;
    text-decoration: none;
    float: left;
    margin-left:8px;
    margin-top: 6px;
}

.login_Form .loginCont .formItem .itemCont .forget:hover{
    color: #4596e0;
    text-decoration: none;
}

.login_Form .loginCont .formItem .itemCont .forget:active{
    color: #3690df;
}

.login_Form .loginCont .formItem.formOpt{
    height: 50px;

}

.login_Form .loginCont .formOpt .itemCont{
    margin-top: 30px;
}

.login_Form .loginCont .formOpt .itemCont #handler{
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    width: 110px;
    height: 32px;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    float: right;
}
/*
.normal{
    background: url("/webstatic/images/login/loginIcon01.png") no-repeat scroll 0px -233px;
}
.normal:hover{
    background: url("/webstatic/images/login/loginIcon01.png") no-repeat scroll 0px -211px;
}
.normal:active{
    background: url("/webstatic/images/login/loginIcon01.png") no-repeat scroll 0px -255px;
}*/

input::-ms-clear{display:none;}/*隐藏文本框叉子*/

.login_selected{
    display: block;
}
.xsj{
    background: url("/webstatic/images/login/loginIcon01.png") no-repeat scroll 0px -270px;
    height: 13px;
    position: absolute;
    right: 46px;
    top: 38px;
    z-index: 20000;
    width: 26px;
    display: none;
}


.wrapper #logo .logo_admin {
    margin-left: 28px;
}
#logo .logo_admin{
    background:  url("/webstatic/images/logo_v2/logo-login.png") no-repeat scroll center center;
    float: left;
    height: 40px;
    /*margin-left: 28px;*/
    width: 158px;
}
#logo .admin_logo{
    background:  url("/webstatic/images/logo_v2/adminlogo.png") no-repeat scroll center center;
    float: left;
    height: 45px;
    margin: 0px 0px;
    width: 158px;
}

#logo .index_logo{
    background:  url("/webstatic/images/logo_v2/indexlogo.png") no-repeat scroll center center;
    float: left;
    height: 40px;
    margin: 0px 0px;
    width: 108px;
}
/*infcn*/
#logo .logo_admin_infcn{
    background:  url("/webstatic/images/logo_infcn/logo_preview.png") no-repeat scroll center center;
    float: left;
    height: 40px;
    margin: 0px 0px;
    width: 258px;
}
/*运营商网盘*/
#logo .index_logo.operator{
    background:  url("/webstatic/images/logo_operator/indexlogo.png") no-repeat scroll center center;
}
#logo .admin_logo.operator{
    background:  url("/webstatic/images/logo_operator/adminlogo.png") no-repeat scroll center center;
}