@charset "utf-8";
/*================================================
Version:3.0 Date:2015/07/28
Compatible Kernel:WebKit
Author:zhongjinxiong E-mail:18682247368@139.com QQ:112452077
================================================*/
/* reset */
code{text-decoration:none;}/* 针对压缩特殊处理 */
html,body{width:100%;height:100%;/*overflow-x: hidden;*/
    -webkit-text-size-adjust:none;
    text-size-adjust:none;
}
a,img{
    -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */
    -webkit-tap-highlight-color:transparent;    /* 禁止默认高亮背景 */
    tap-highlight-color:transparent;
}
html,body,h1,h2,h3,h4,h5,h6,p,br,form,input,button,textarea,select,fieldset,legend,blockquote,ul,ol,li,dl,dt,dd,pre,table,caption,tr,td,th,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{display:block;}
body{font:14px Arial,'Microsoft YaHei';background-color:white;}
body{
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,a:visited{color:#585858;text-decoration:none;}
textarea,select,input,button{vertical-align:middle;font-size:100%;}
address,cite,code,em,var,abbr,acronym,i,dfn{font-style:normal;}
input[type=text],input[type=password],input[type=email],input[type=search],input[type=submit],input[type=button],button,textarea{font:12px Arial,'Microsoft YaHei';-webkit-appearance:none;appearance:none;outline: none;}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=search]:focus,textarea:focus{color:#353535;}
textarea{resize:none;}
i{display:inline-block;}/*用于修饰性小图标*/
table{border-collapse:collapse;}
ol,ul,li{list-style:none outside none;}
img,fieldset{border:none;}
legend{display:none;}
input[type="text"],input[type="time"],input[type="date"],input[type="datetime"],input[type="email"],input[type="password"],input[type=search],input[type=tel],textarea{border:none;background:none;padding:5px;}
input[type="text"]:focus ,textarea:focus {outline:none;}
/*解决chrome输入框默认背景色*/
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
color: #005bac!important;
}

mark{background:#FFE324;padding:2px;} /* 高亮显示 */
/*input placeholder默认颜色设置*/
::-webkit-input-placeholder { 
    color:#b7b7b7; text-overflow: ellipsis; 
}
/* 显示隐藏 */
.dShow{display:block!important;}
.dHide{display:none!important;}
.show{display:block!important;} /*同步旧版*/
.hide{display:none!important;} /*同步旧版*/
.vShow{visibility:visible!important;}
.vHide{visibility:hidden!important;}
/* 对齐方式 */
.ta_c{text-align:center !important;}
.ta_r{text-align:right;}
.ta_l{text-align:left!important;}
.ta_j{text-align:justify;text-justify:inter-ideograph;-webkit-text-align-last:justify;/*chrome 20+*/}
/* 水平垂直居中 */
.ta_av{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
   
    -webkit-box-pack: center; 
    -ms-flex-pack:center;/* IE 10 */  
    -webkit-justify-content:center; 
    justify-content:center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
    
    -webkit-box-align:center;
    -ms-flex-align:center;/* IE 10 */   
    -webkit-align-items: center;
    align-items: center;
}
/* 垂直居中*/
.ta_avC{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    
    -webkit-box-align:center;/* Android */
    -ms-flex-align:center;/* IE 10 */
    -webkit-align-items:center;/* IOS */
    align-items:center; 
}

.dialogCenter{position:absolute;position:fixed;left:50%;top:50%;z-index:9999;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
/* 弹出层水平垂直居中 */
.layout_av{
    width:100%;height:100%;
    display:-webkit-box;
    display:box;
    -webkit-box-align:center;
    box-align:center;
    -webkit-box-pack:center;
    box-pack:center;
}
/*自动截断文本*/
.text-overflow {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*自动换行*/
.word-break {
    word-break: break-all;
    word-wrap: break-word;
}
/*文字颜色*/
.c_darkBlue{color: #005bac;}    /*深蓝色*/
.c_linkBlue{color: #3c82d2;}
.c_lightGray{color: #cfcfcf;}
.c_999{color: #999;}
.c_222{color: #222;}
.c_333{color: #333!important;}

/*按钮*/
.btnPublic{border-radius: 3px;-webkit-border-radius:3px;display: inline-block;text-align: center;color: #fff;font-size: 16px;}
.btnBlue{background: #3c82d2;}
.btnGray{background: #eeeeee;color: #333;border-radius: 3px;-webkit-border-radius:3px;display: inline-block;text-align: center;}
.btnGreen{background: #64bd13;width: 60px;height: 25px;line-height: 25px;}
.btn-border-white{border: 1px solid #fff;width: 59px;height: 24px;line-height: 24px;}
/* 背景颜色 */
.bg_gray{background-color: #acacac !important;}
.bg_white{background-color: #ffffff;}
/* 符动 */
.fl{float:left;}
.fr{float:right;}
/* clear float */
.clearfix{overflow:hidden;}
/* 文字大小 */
.fz_12{font-size:12px !important;}
.fz_14{font-size:14px !important;}
.fz_15{font-size:15px !important;}
.fz_16{font-size:16px !important;}
.fz_18{font-size:18px !important;}
/* 定位 */
.p_fixed{position:fixed;}
.p_relative{position:relative;}
.p_static{position:static;}
/* 外间距 */
.ml_0{margin-left:0;}.mt_0{margin-top:0;}.mr_0{margin-right:0!important;}.mb_0{margin-bottom:0;}
.ml_3{margin-left: 3px;}.mt_3{margin-top: 3px;}.mr_3{margin-right: 3px;}.mb_3{margin-bottom: 3px;}
.ml_5{margin-left:5px;}.mt_5{margin-top: 5px;}.mr_5{margin-right: 5px;}.mb_5{margin-bottom:5px;}
.ml_8{margin-left:8px;}.mt_8{margin-top:8px;}.mr_8{margin-right:8px;}.mb_8{margin-bottom:8px;}
.ml_10{margin-left:10px;}.mt_10{margin-top:10px;}.mr_10{margin-right:10px;}.mb_10{margin-bottom:10px;}
.ml_15{margin-left:15px;}.mt_15{margin-top:15px;}.mr_15{margin-right:15px;}.mb_15{margin-bottom:15px;}
.ml_20{margin-left:20px;}.mt_20{margin-top:20px;}.mr_20{margin-right:20px;}.mb_20{margin-bottom:20px;}
.mb_40{margin-bottom:40px;}.mb_46{margin-bottom:46px;}.mb_37{margin-bottom:37px;}.mb_50{margin-bottom: 50px;}
/*内间距*/
.pl_5{padding-left: 5px;}.pt_5{padding-top: 5px;}.pr_5{padding-right: 5px;}.pb_5{padding-bottom: 5px;}
.pt_37{padding-top: 37px;}.pb_40{padding-bottom: 40px;}.pb_88{padding-bottom: 88px;}.pb_50{padding-bottom: 50px;}
.pb_100{padding-bottom: 100px;}
/* 盒子布局 */
.d-box{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.b-flex{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex:1;               /* IE10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/*无下边框*/
.bt_none{border-top:none!important;background-image:none;}
.bm_none{border-bottom:none!important;background-image:none;}
/* 控制头部不固定样式 */
.noFixed{padding-top:0;}
.noFixed .headBar{position:static;}
/* 冻结区域 */
.localMask,.layoutMask,.tipsBoxmask{position:absolute;position:fixed;z-index:10;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.6);
    -webkit-animation:fadeOut .2s ease-out;
    animation:fadeOut .2s ease-out;
}
.layoutMask{background: rgba(0,0,0,.1);}
.tipsBoxmask{background: rgba(255,255,255,.5);}
/*公共组件*/
.btn{display: inline-block;font-size:16px;color:#ffffff;line-height:44px;text-align:center;background-color: #0287db;-webkit-border-radius:5px;border-radius: 5px;}
.loadingGif{position: relative;top:-2px;width: 22px;height: 22px;vertical-align:middle;}

.viewMore {background-color: #f5f5f5;text-align: center;font-size: 14px;color: #00a0e9;line-height: 75px;}
/*图标*/
.i_write{width:18px;height: 18px;}
.i_bar_img{width: 28px;height: 28px;}


/*头部*/
.headBar{position:fixed;top:0;left:0;width:100%;height:37px;border-bottom: 1px solid #E2E2E2;font-size: 14px;color: #005bac;background-color: #f5f5f5;z-index: 10;}
.headBtn{height: 100%;}
.headBtn a{display: inline-block;height: 100%;padding: 0 15px;font-size: 14px;color: #005bac;line-height: 37px;}
.headBtn a img{position: relative;top: -1px;vertical-align: middle;}
.headTitle{line-height: 37px;text-align: center;}

/*登录页*/
.container{padding:37px 20px 0;}
.mailLogo{width: 136px;height: 23px;}
.formLine{margin-bottom: 14px;border: 1px solid #959595;-webkit-border-radius:3px;border-radius: 3px;}
.loginLable{display: inline-block;width: 54px;font-size: 16px;line-height: 41px;text-align: center;}
.loginIptBox input{width: 100%;padding:12px 0 9px 0;font-size: 16px;line-height:18px;color: #005bac;}
.btnBox .btn{width: 100%;}

/*收件箱*/
.mailTips{padding: 0 15px;border-bottom: 1px solid #E2E2E2;}
.mailTips h2{font-size: 17px;color: #3d3d3d;line-height: 40px;}
.unReadTips{font-size: 12px;color: #005bac;}
.mailList{padding: 8px 15px;border-bottom: 1px solid #E2E2E2;}
.iconBox{display: none;}
.i-spot{display: inline-block;width: 8px;height: 8px;background-color: #005bac;-webkit-border-radius: 50%;border-radius: 50%;}
.mailList-title, .mailList-theme, .mailList-content{line-height: 18px;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.mailList-title{font-size: 14px;color: #005bac;}
.mailList-time{font-size: 12px;color: #959394;line-height: 18px;}
.mailList-theme{margin-top: 8px;font-size: 14px;color: #3d3d3d;font-weight: bold;}
.mailList-content{margin-top:5px;font-size: 12px;color: #959394;}
.unRead .iconBox{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.unRead .mailList-time{color: #005bac;}
.red-tag{position: absolute;/*left: 55px;*/top: 0;width: 16px;height: 16px;line-height: 16px;text-align: center; background: #ff0000;font-size: 12px; color:#fff;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;}

/*读信页*/
.mailInbox_head{padding: 5px 15px 5px 15px;color: #3d3d3d;border-bottom: 1px solid #E2E2E2;}
.mailInbox_title{font-size: 14px;}
.mailInbox_time{font-size: 12px;}
.inboxTitle{padding: 13px 15px;border-bottom: 1px solid #E2E2E2;color: #3d3d3d;font-weight: bold;}
.inboxDetail{padding: 10px 15px 22px;color: #3d3d3d;border-bottom: 1px solid #E2E2E2;}
.inboxDetail h3, .inboxDetail p{margin-bottom: 18px;}
.attachmentBox {padding: 15px;}
.attachmentBox li{padding:5px 10px;margin-bottom:5px;background-color: #f0f0f0;-webkit-border-radius:3px;border-radius: 3px;}
.attachmentBox li:last-child{margin-bottom: 0;}
.attachmentBox li img{width: 24px;height: 24px;vertical-align: top;}
.attachmentBox li p{color: #005bac;line-height: 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/*附件预览*/
.preview{padding: 5px 15px;}
.preview-title {margin-top:10px;font-size: 18px;color: #3d3d3d;font-weight: bold;}
.recommend{margin-top: 8px;margin-bottom: 20px;font-size: 12px;color: #959394;}
.recommend span{margin-right: 10px;}
.recommend span:last-child{margin-right: 0;}
.preview img{width: 100%;height: auto;margin-bottom: 16px;}
.preview p{margin-bottom: 20px;color: #3d3d3d;}

/*写信页*/
.mailTitle{padding: 12px 15px 0;}
.mailTitle h2{font-weight: bold;}
.mailArea{padding: 10px 15px 7px;;border-bottom: 1px solid #E2E2E2;}
.writeArea{padding: 15px;}
.mailTxt:focus{outline: none;}
.mailTitle img{width: 22px; height: 18px;}
.writeOk{width: 140px;height: 59px; line-height: 59px; background: rgba(3, 3, 3, .7); border-radius: 12px; color: #fff;}
.another-mail-box{position: absolute;top: 45px;left: 0px; width: 100%;}
.another-mail{margin: 0 5px; height: 68px;text-align: center; border: 1px solid #efeff4;background: #fff;}
.another-mail li{height: 24px;line-height: 24px;margin: 5px 0;}
.another-mail li.on{background: #efeff4;}/*选中其他邮件地址处效果*/

/*回复邮件*/
.mailArea .topic{font-weight: bold; outline: none;}
.originalTxt{margin-top: 34px; border-left: 1px solid #8b8a8a; font-size: 12px; }
.originalTxt .inboxDetail{padding-top: 0;color: #8b8a8a;}
.copySend a{color: #005bac;}
.associatePop{background: #d8f2fc;}
.associatePop ul span{font-weight: bold;}

/*转发邮件*/
.attachment{padding-top: 0;}

/*底部工具栏*/
.footBar{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(168,168,168,.9);
}
.footBar-list{
    height: 40px;
}
.footBarPop{
    position: fixed;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 40px;
    background: rgba(231,231,231,.9);
}
/******************************************弹窗******************************************/
/*无法发送邮件弹窗*/
.tips-box{
    border-radius: 12px;
    background: #fff;
}
.nosend-box{
    width: 230px;
}
.tips-main{
    margin: 17px 20px 10px 20px;
}
.tips-box h3{
    margin-bottom: 6px;
    font-weight: bold;
}
.tips{line-height: 20px; word-break: break-all;}
.tips-btn{width: 230px;height: 37px;line-height: 37px;border-top: 1px solid rgba(61,61,61,.3); text-align: center;}
.tips-btn a{
    font-weight: bold;
    color: #005bac;
    display: block;
}
/*无法下载程序*/
.unload{
    width: 230px;
}
.unload-btn{
    border-right: 1px solid rgba(61,61,61,.3);
}
/*企业邮箱写信页弹窗*/
.send-tips-box{width: 183px;border: 1px solid #e5e5e5;font-size: 14px;}
.tips-txt{padding: 29px 5px 24px; font-size: 14px;color: #222;border-bottom: 1px solid #3c82d2;word-break: break-word;}
.tips-box-btn{height: 36px; line-height: 36px;}
/*网盘弹窗*/
.createFile-box{width: 259px;}
.createFile-box .tips-txt{padding: 15px 38px 24px 39px;}
.ipt-newFile{height: 24px;line-height: 24px; border-radius: 6px;background: #efeff4;}
.ipt-newFile input{width: 100%;/*text-align: center;*/font-size: 14px;}
.createFile-box .tips-box-btn{height: 41px;line-height: 41px;}
.createFile-box .tips-box-btn a{color: #3c82d2;display: block;}
.tips-cancle-btn{border-right: 1px solid #3c82d2;}
.create-ok{padding: 11px 0;width: 159px; background: #626262;font-size: 14px; color: #fff;text-align: center;}
.create-ok .i_create_ok{margin-right: 16px;}
.create-fail{width: 169px;font-size: 14px;}
.create-fail .tips-box-btn{height: 41px;line-height: 41px;}
.upload-tips{padding: 13px 0;}
.upload-tips .i_loading{width: 34px;height: 34px;margin-right: 18px;}


/******************************************************oa*****************************************************/
.oa-item{  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;}
  .oa-item .headBar{z-index: 99;}
.oa-head{height: 50px;background: #3c82d2;color: #fff;font-size: 18px;}
.oa-return-pic{width: 10px;height: 18px;}
.oa-head .returnBtn{width: 10px;display: block;position: absolute;top: 15px;height: 18px;padding-left: 10px;
    padding-right: 5px;left: 0;z-index: 99;}
.oa-head .writeBtn{width: 25px;display: block;position: absolute;top: 12px;height: 27px;
   right: 18px;z-index: 99;}  
.oa-write-pic{width: 25px;height: 27px;}      
.headBar_title {
  position: absolute;
  left: 0px;
  top: 0;
  right: 0px;
  line-height: 42px;
}
.headBar_title h2 {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  vertical-align: top;
}

.headBar-control {
    position:absolute;
    right:15px;top:0;bottom:0;
    margin: auto;
    height: 42px;line-height: 58px;
    
}

.headBar-control .toPrev {
width:30px;height:30px;
background-image: url("../images/up.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
    display: inline-block;
}



.headBar-control .toNext {
width:30px;
height:30px;
background-image: url("../images/down.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: inline-block;
}

.headBar-control  .disabled_prev{
    background-image: url("../images/up_disabled.png");

}
.headBar-control  .disabled_next{
    background-image: url("../images/down_disabled.png");

}
.tabMenu{height: 34px;margin: 10px 0;background: #fff;}
/*.oa-nav{height: 34px;line-height: 34px;padding: 0 16px;background: #fff;}*/
.oa-nav{height: 40px;line-height: 40px;padding: 0 16px;background: #fff;text-align: center;font-size: 16px;}
.oa-nav a{color: #999;background: #fff;display: block;}
.oa-nav .on{color: #333;}
.oa-nav-div{background: #efeff4;padding: 10px 0; }
.oa-index-t{margin: 37px 5px 67px 5px; width: 100%;}
.oa-index-t td{text-align: center; }
.oa-index-t .oa-td1{border-right:1px dashed #f0f0f0;border-bottom: 1px dashed #f0f0f0; }
.oa-index-t .oa-td4{border-left:1px dashed #f0f0f0;border-top: 1px dashed #f0f0f0; }
.oa-index-t img{padding-top: 30px;padding-bottom: 15px;height: 80px;}
.oa-index-t p{line-height: 12px;font-size: 12px;padding-bottom: 25px;}
.oa-footer{position: fixed;_position: absolute;left: 0;right: 0;bottom: 0;}
.oa-footer .oa-content{height: 50px;background: #efeff4;}


.tips-box-top{padding: 16px 12px;font-size: 14px;text-align: center;}
.tips-box-bottom{line-height: 37px;height: 37px;border-top: 1px solid #3c82d2;color: #3c82d2;font-size: 14px;text-align: center;}
.oa-success{width: 48px;height: 48px;display: inline-block;margin-right: 15px;}
.oa-vacation{padding: 43px 32px;}
.oa-success-title{line-height: 28px;}
.oa-success-text{line-height: 20px;color: #999;font-size: 12px;}
.oa-success-another{line-height: 47px;font-size: 12px;border-top: 1px solid #999999;padding-left: 95px;}
.oa-success-another a{color:#3c82d2; }
.oa-navp-search{margin: 0 7px 0 7px;background: #fff;height: 24px;line-height: 24px;text-align: center;
    font-size: 14px;color: #8e8e93;border-radius: 5px;}
.oa-mirror{width: 11px;height: 10px;margin-right: 7px;}

.oa-check-mail{padding: 0 13px 0 20px;font-size: 14px;border-bottom: 1px solid #999;background: #fff;}
.oa-check-t{line-height: 16px;padding: 8px 0;}
.oa-check-b{line-height: 16px;padding: 5px 0 14px 0;}
.oa-check-header{padding-top: 10px;background: #efeff4;margin-bottom: 50px;}
.oa-check-h{color: #3d3d3d;line-height: 21px;padding: 14px 15px  10px 14px;background: #fff;font-weight: bold;border-bottom: 1px solid #999; }
.oa-check-main{background: #fff;padding: 0 12px 0 17px;}
.oa-check-main-word{padding: 18px 0 22px 0;line-height: 18px;}
.oa-check-main-word a{color: #3c82d2}
.oa-check-main .oa-check-user li{line-height: 36px;padding-left: 16px;}
.oa-check-main .oa-check-users{padding: 18px 0;border: 1px solid #999999;border-radius:8px; }
.oa-check-btn{padding: 20px 26px 27px 26px;}
.oa-btn-cancle, .oa-btn-ok{height: 24px;line-height: 24px;width: 73px;display: inline-block;background: #e85a47;color: #fff;text-align: center;border-radius: 4px;} 
.oa-check-btn .oa-btn-ok {background: #3c82d2;}
.oa-check-thing{line-height: 30px;margin: 0 5px 1px 5px; font-size:12px;} 
.oa-check-thing li{padding: 0 10px 0 10px;background: #eeeeee;border-bottom: 1px solid #fff;font-size: 14px;}
.oa-check-users .oa-thing-one{background: #999;color: #fff;}
.oa-thing-date{width: 76px;text-align: right;}


/*审批*/
.oa-approval,.bg-page{background: #efeff4;}
.oa-approval-title{background: #fff;line-height: 16px;padding: 9px 17px;color: #999;margin-top: 10px;}
.oa-approval-reason{padding: 8px 17px;background: #fff;margin-top: 10px;}
.oa-approval-work{line-height: 16px;font-size: 16px;padding-bottom: 7px;color: #333;}
.oa-approval-work img{width: 6px;height: 6px;display: inline-block;vertical-align: 4px;}
.oa-approval-edit{outline: none;}
.oa-approval-edit{height: 42px;overflow: auto;font-size: 12px;}
.oa-default-text{color: #ccc;line-height: 14px;}
.oa-office{padding: 5px 17px;background: #fff;margin-top: 10px;}
.oa-office .oa-approval-work{line-height: 22px;/*padding-bottom: 16px;*/}
.oa-approval-time span,.oa-approval-time em{display: block;line-height: 20px;color: #3c82d2;}
.oa-office-s{border-right:1px solid #dcdcdc; }
.oa-office-t{padding-left: 32px;}
.oa-office-s .oa-approval-time span{padding-left: 41px;}
.oa-office-s .oa-approval-time em{padding-left: 17px;}
.oa-office-t .oa-approval-time span{padding-left: 42px;}
.oa-office-t .oa-approval-time em{padding-left: 20px;}
.oa-office-s{/*padding-bottom: 24px;*/min-height: 62px;}
.approval-record{padding: 0 17px;height: 50px;line-height: 50px;background: #fff;margin-top: 10px;font-size: 16px;}
.oa-delete{width: 18px;height: 20px;margin: 14px 3px 0 30px;}
.approval-footer{line-height: 44px;margin:150px 17px 7px 17px;}
.oa-approval-cancle,.oa-approval-ok{line-height: 44px;color: #999999;font-size: 18px;width: 110px;border-radius: 4px;display: block;
    text-align: center;background: #fff;}
.approval-footer .oa-approval-ok{color: #fff;background: #3c82d2;}    
.oa-approval-tips{border: 3px solid #ff3b30;position: relative;}
.oa-approval-box{position: absolute;left: 138px;top: 17px;width: 128px;height: 45px;background: #999999;text-align: center;
    line-height: 45px;border-radius: 10px;color: #fff;}
.oa-add{width: 21px;height: 21px;margin-top: 15px;}    
.oa-common{  line-height: 16px;font-size: 14px;}
.oa-approval-public{height: 64px;}
.oa-common p{color: #ccc;}
.oa-approval-type{padding: 10px 17px;background: #fff;margin-top: 10px;}
.oa-approval-type .oa-approval-work{line-height: 25px;padding-bottom: 0;}
.oa-approval-link{margin-left: 3%;height: 25px;line-height: 25px;width: 180px;display: inline-block;border-radius: 5px;
    text-align: center;background: #dcdcdc;color: #999;}
.oa-approval-type a:visited{color: #999;}    
.oa-my img{width: 10px;height: 18px;}  
.oa-my li{padding:23px 23px 23px 16px ;line-height: 18px;border-bottom: 1px solid #dcdcdc;}  
.oa-my-p{text-align: right;padding-right: 54px;color: #999;}
.oa-office .oa-approval-works{padding-bottom: 0;}
.approval-footer-s{margin-top: 10px;}
.oa-vocation-boxing{position: fixed;_position: absolute;left: 0;bottom: 0;right: 0;height: 235px;background: #fff;z-index: 100;}
.oa-vocation-boxing .oa-approval-ok{color: #fff;background: #3c82d2;} 

.oa-boxing-a{background:#efeff4; padding: 13px 0;}
.oa-boxing-a .oa-btn-cancle{background: #fff;}
.oa-boxing-a .oa-btn-ok{color: #fff;background: #3c82d2;}
.oa-scroll{padding: 18px 0 25px 0;position: relative;}
/*.oa-scroll-fixed{position: absolute;left: 0;top: 0;}*/
.oa-scroll-r{height: 30px;border-top: 1px solid #3c82d2;border-bottom: 1px solid #3c82d2;width: 100%;position: absolute;left: 0;top: 72px;}
.oa-scroll-l{height: 30px;width: 17px;background: #3c82d2;}
.oa-scroll-ul{position: relative;}
.oa-scroll-ul li{color: #999;font-size: 14px;line-height: 24px;text-align: center;}
.oa-scroll-ul .on{height: 48px;line-height: 48px;color: #222;}
.oa-check-btn .oa-btn-cancle,.oa-check-btn .oa-btn-ok{color: #fff;}


.oa-wait{height: 44px;line-height: 44px;background: #fff;padding: 0 17px;}
.oa-wait-img{width: 34px;height: 36px;margin-right: 22px;vertical-align: -12px;}
.oa-approval-title .oa-wait-color{color: #3c82d2;}
.oa-wait-advise{margin-top: 10px;background: #fff;min-height: 72px;}
.oa-wait-advise .oa-check-thing{background: #fff;margin: 0;}
.oa-wait-advise  .oa-check-thing li{background: #fff;padding: 0 17px;line-height: 40px;border-bottom: 1px solid #efeff4;}
.oa-wait-advise  .oa-check-thing .oa-thing-one{background: #999;color: #fff;line-height: 30px;}
.oa-wait-step{padding-left: 26px;}

.oa-wait-edit{margin-top: 10px;padding: 22px 17px;line-height: 16px;background: #fff;outline: none;}
.gray{color: #ccc;}
.oa-approval-work span{margin-left: 47px;}
.oa-approval-work em{font-size: 12px;}
.oa-office-bottom{text-align: center;padding: 20px 0 10px 0;}
.oa-office-bottom .oa-btn-cancle{color: #fff;}
.oa-iframe{width: 170px;}
.oa-iframe .tips-btn{width: auto;border-top: 1px solid #3c82d2;}
.oa-iframe .tips-btn a{font-weight: normal;color: #3c82d2;margin: 2px 0;line-height: 33px;}
.oa-iframe .tips{color: #222;}
.oa-iframe .unload-btn{border-right: 1px solid #3c82d2;}
.oa-iframe .tips-main{  margin: 17px 15px 10px 15px;}
.oa-check-userimg{width: 41px;height: 41px;vertical-align: -13px;margin-right: 10px;}
.oa-wait-font{color: #ff3b30;font-weight: bold;}
.oa-approval-list{padding-bottom: 18px;}
.red{color: #ff3b30;}
.oa-check-thing .d-box p:nth-of-type(1){width: 54px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.oa-nav a span{position: relative;}
.oa-nav a span b{font-weight: normal;width: 13px;height: 13px;border-radius: 50%;color: #fff;font-size: 12px;background: #ff0000;
display: inline-block;position: absolute;right: -12px;top: -6px;line-height: 13px;text-align: center;}
.oa-scroll-s .oa-scroll-ul li{text-align: left;padding-left: 40px;}
.ul_1{margin-right: 15px;}
.ul_2{margin-right: 33px;}
.ul_3{margin-right: 16px;}
.ul_4{margin-right: 13px;}
.oa-scroll-s .oa-scroll-ul .on{font-size: 16px;padding-left: 25px;}
.oa-thing-date{width: 66px;text-align: center;}

/*审批详情*/
.approval-details{padding-top: 10px; background: #efeff4;font-size: 13px;}
.approval-details li{padding: 17px 15px 10px 13px;background: #fff;border-bottom: 1px solid #dcdcdc;}
.approval-type{width: 72px;margin-right: 16px;}
.approval-details .approval-leave{width: 62px;height: 62px;}
.approval-details .approval-ot{width: 64px;height: 62px;}
.approval-details .approval-global{width: 63px;height: 63px;}
.approval-details .approval-project{width: 72px; height: 62px;}
.approval-details li h3{color: #333;font-weight: bold;}
.approval-details li .approval-time{color: #333;position: relative;}
.approval-details .approval-length{padding:6px 0 15px; color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.approval-details .check-details{padding:2px 6px; border: 1px solid #3c82d2;border-radius: 6px;color: #3c82d2;}

/************************************************************企邮邮箱登录页、首页*************************************************************/
/*雪碧图*/
.oa-return,.i_user,.i_pass,.i_unSelect,.i_Select,.i_draft,.i_other_file,.i_arr_left,.i_ico_mailBox,.i_arr_down,.i_doc,.i_att_doc,.i_reply,.i_replyAll,.i_forward,.i_phone,.i_arr_up{display: inline-block;vertical-align: middle;background: url(../images/icon.png) no-repeat;}
.i_user{width: 23px;height: 25px;background-position: -52px 0;background-size: 100px 196px;}
.i_pass{width: 17px;height: 22px;background-position: -76px 0;background-size: 100px 190px;}
.i_ico_mailBox{width: 17px;height: 12px;background-position: -56px -125px;background-size: 101px 200px;}
.i_ico_mail{width:27px ;height:18px ;background: url(../images/i-mail.png) no-repeat;background-size: 100%;}
.i_ico_contacts{width:21px ;height: 24px;background: url(../images/i-contact.png) no-repeat;background-size: 100%;}
.i_ico_netDisk{width:21px ;height: 25px;background: url(../images/i-netdisk.png) no-repeat;background-size: 100%;}
.i_ico_oa{width: 26px;height:26px ;background: url(../images/i-oa.png) no-repeat;background-size: 100%;}
.i_ico_mine{width:23px;height: 25px;background: url(../images/i-mine.png) no-repeat;background-size: 100%;}
.i_unSelect{width: 15px;height: 15px;background-position: 0 -73px;background-size: 100px 199px;}
.i_Select{width: 15px;height: 15px;background-position: -18px -73px;background-size: 102px 198px;}
.i_draft{width: 19px;height: 19px;background-position: -32px -73px;background-size: 98px 200px;}
.i_other_file{width: 20px;height: 17px;background-position: 0 -103px;background-size: 100px 202px;}
.i_arr_left{width: 12px;height: 21px;background-position: -22px -103px;background-size: 97px 202px;}
.i_arr_down{width: 15px;height: 9px;background-position: -36px -103px;background-size: 99px 201px;}
.i_doc{width: 24px;height: 24px;background-position: 0 -125px;background-size: 100px 200px;}
.i_att_doc{width: 28px;height: 29px;background-position: -26px -125px;background-size: 100px 200px;}
.i_reply{width: 25px;height: 23px;background-position:0 -158px;background-size: 100px 200px;}
.i_replyAll{width: 30px;height: 24px;background-position:-30px -158px;background-size: 100px 200px;}
.i_forward{width: 25px;height: 23px;background-position:-66px -158px;background-size: 100px 200px;}
.i_phone{width: 12px;height: 17px;background-position: -54px -103px;background-size: 100px 200px;}
.i_arr_up{width:7px;height: 11px;background-position: -41px -111px;background-size: 100px 198px;}

.i_mailBox,.i_contacts,.i_netDisk,.i_oa,.i_meeting,.i_sms,.i-gray-netDisk,.i-gray-meeting,.i-gray-sms{width: 72px;height: 72px; display: inline-block;vertical-align: middle;background: url(../images/homeIcon.png) no-repeat;background-size: 348%;}
.i_mailBox{background-position: 0 0;}
.i_contacts{background-position: -83px 0;}
.i_netDisk{background-position: -168px 0;}
.i_oa{background-position: 0 -78px;}
.i_meeting{background-position: -83px -78px;}
.i_sms{background-position: -172px -78px;}
/*未上线置灰图标*/
.i-gray-netDisk{background-position: 0 -158px;}
.i-gray-meeting{background-position: -81px -158px;}
.i-gray-sms{background-position: -170px -158px;}

.i_loading{width: 18px;height: 18px;vertical-align: middle;}

.login-form{margin-top: 40px;}
.login-form li{padding: 0 27px; margin-top: 5px; height: 60px;line-height: 60px;font-size: 15px; background: #fff;}
.login-form li input{font-size: 15px;}
.login-form li .i_user{margin: 17px 18px 0 0;}
.login-form li .i_pass{margin: 19px 21px 0 2px;}
.login-ul{margin: 35px 11px 0;}
.login-ul .i_loading{width: 20px;height: 20px;}
.login-btn{width: 100%;height: 40px;line-height: 40px;font-size: 18px;text-align: center;display: inline-block;}
.login-info{padding-left: 17px; height: 44px;line-height: 44px; font-size: 14px;color: #333;background: #fff;}
.nav-list{margin-top: 11px; background: #fff;text-align: center;}
.nav-list a{padding: 32px 0 37px;display: block;}
.nav-list a i{position: relative;}
.nav-list a i b{position: absolute;right: -14px;top: -12px; width: 32px;height: 14px;line-height: 14px; background: #ff0000;color: #fff;font-size: 10px;text-align: center; border-radius: 20px;-webkit-border-radius:20px;display: inline-block;font-family: "方正兰亭细黑_GBK";}
.nav-list a span{margin-top: 15px; font-size: 20px;color: #4e4e4e;font-family: "方正兰亭细黑_GBK";display: block;}

/**************************************************************邮箱列表************************************************************/
.mail-page .i-spot{background: #3c82d2;}
.mail-page .mailList-title,.mail-page .mailList-time{color: #3c82d2;}
.inbox-footer{height: 50px;background: #efeff4;border-top: 1px solid #d4d4d4;text-align: center;font-size: 9px;color: #333;}
.inbox-footer .i_ico_mail{margin-top: 8px;margin-bottom: 3px;}
.inbox-footer .i_ico_netDisk,.inbox-footer .i_ico_contacts,.inbox-footer .i_ico_oa,.inbox-footer .i_ico_mine{margin-top: 5px;}
.inbox-footer .inbox-item.on p{color: #3c82d2;}
/*hover效果*/
.inbox-footer .inbox-item.on .i_ico_mail{width:27px ;height:18px ;background: url(../images/h-mail.png) no-repeat;background-size: 100%;}
.inbox-footer .inbox-item.on .i_ico_contacts{width:21px ;height: 24px;background: url(../images/h-contact.png) no-repeat;background-size: 100%;}
.inbox-footer .inbox-item.on .i_ico_netDisk{width:21px ;height: 25px;background: url(../images/h-netdisk.png) no-repeat;background-size: 100%;}
.inbox-footer .inbox-item.on .i_ico_oa{width: 26px;height:26px ;background: url(../images/h-oa.png) no-repeat;background-size: 100%;}
.inbox-footer .inbox-item.on .i_ico_mine{width:23px;height: 25px;background: url(../images/h-mine.png) no-repeat;background-size: 100%;}
.inbox-footPop{height: 49px;line-height: 49px;background: #efeff4;}
.inbox-footPop a{padding-left: 38px; color: #3c82d2;font-size: 14px;}
.noMail-tips{padding-top: 116px; font-size: 14px;color: #999;text-align: center;}
.on-search{padding-left: 13px; position: relative; z-index: 9;color: #333;}
.on-search input{line-height: 14px;color: #333;display: block;}
.search-btn{padding: 0 21px 0 15px; background: #2d619d;font-size: 14px;color: #fff;border-top-right-radius: 5px;-webkit-border-top-right-radius: 5px;border-bottom-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;display: block;}
.other-mailbox h2{font-size: 12px;max-width: 152px;}
.other-mailBox-list li{margin-bottom: 10px;padding: 0 21px 0 16px; height: 65px;line-height: 65px;background: #fff;color: #333;}
.other-mailBox-list li .i_other_file{margin-right: 15px;}
/**************************************************************写信页************************************************************/
.write-page .headBar{height: 50px;line-height: 50px;background: #efeff4;color: #333;font-size: 12px;border-bottom: none;}
.write-page .headBar aside{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1; flex: 1;}
.write-page .headBar aside.pr_5{text-align: right;}
.headBar-title{max-width: 110px;margin: 0 auto;position: relative;}
.write-page .headBar h2{max-width: 93px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;text-align: center;display: block;}
.write-page .headBar .i_arr_down{margin-top: 0;position: absolute;right: 0;top: 20px;}
.write-main{background: #fff;color: #333;font-size: 14px;}
.write-list{width: 100%;}
.write-list li{position: relative; padding:10px 17px; line-height: 25px; border-bottom: 1px solid #efeff4;}
.write-list li .oa-add{margin-top: 0;}
.write-list li aside a{width: 40px;display: inline-block;text-align: center;}
.write-area{padding: 23px 11px 0;}
.textArea{padding-left: 6px;}
.cancle-btn,.send-btn{width: 60px;height: 25px;line-height:25px;font-size: 16px;}
.ok-box{margin-top: 10px; height: 100%; background: #fff;color: #333; font-size: 14px;}
.send-ok{margin: 0 auto; width: 289px;}
.share-ok{margin: 0 auto; width: 170px;}
.send-ok-tips{padding-top: 35px;height: 48px;line-height: 48px;}
.send-ok-tips p{font-size: 20px;}
.send-ok-txt{padding-top: 23px;color: #999;}
.send-ok-another{padding-top: 20px;}
.send-ok-another a{color: #3c82d2;}
.send-ok .send-ok-tips,.send-ok .send-ok-another{padding-left: 53px}
/*转发、回复、回复全部*/
#writeSubject{margin: 0; line-height: 25px;}


/**************************************************************回复、转发、详情页、邮件组************************************************************/
.addressee{min-width: 38px;padding: 0 11px; margin: -5px 6px 13px 0; height: 26px;line-height: 26px;}
.org-txt-box{margin-top: 20px; padding:0 0 20px 18px; border-left: 6px solid #b2d6ff;font-size: 12px;color: #3c82d2;}
.org-txt p{padding-bottom: 12px;}
.attach-box{margin: 27px 32px 9px 6px; padding: 15px 22px; background: #eeeeee;}
.attach-box p{padding-left: 18px; line-height: 24px; font-size: 14px;color: #333;}
.btnError{background: #ff0000;color: #efefef;}
.error-box{position: absolute;left: 0;bottom: -48px;width: 100%;padding: 10px 0; height: 27px; line-height: 27px;background: #efefef;z-index: 9;}
.error-box p{min-width: 133px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.btn-error{margin:0 15px 0 10px; width: 59px;height: 25px;line-height: 25px;text-align: center; border: 1px solid #999;border-radius: 3px;-webkit-border-radius:3px;color: #333;}
.match-list{position: absolute;bottom: -106px;left: 66px;width: 100%; background: #fff;border-left: 1px solid #efeff4;border-bottom: 1px solid #efeff4;z-index: 9;}
.match-list li{padding: 11px 0 6px 12px; border-bottom: none;}
.mailGroup-list li{padding: 0 22px 0 17px;margin-top: 10px;height: 52px;line-height: 52px;background: #fff;font-size: 14px;color: #333;}
.mailGroup-list li .i_ico_mailBox{width: 17px;height: 12px;background-size: 100px 200px;}
.mail-details-page{font-size: 14px;color: #3d3d3d;}
.mail-details-head{padding: 7px 15px 0 17px;background: #fff;}
.mail-details-head-title{
    font-size: 1.3em;
        word-break: break-all;
}
.mail-details-list-header{
    position: relative;
    padding:5px 0;
    padding-bottom:6px;
    z-index: 9;
}
.mail-details-list_color{
    color:rgb(148,148,148)
}
.mail-details-list_color>li>div{
    margin-top: 6px;
}
.mail-detail-btn{
    position: absolute;
    right:0;

}
.mail-account{
    color: #6EA720;
    display:inline-block;
    vertical-align: middle;
        line-height: 22px;
 
}
.mail-time{
    color: rgb(85, 85, 85);
margin-left: 1px;
    display:inline-block;
    vertical-align: middle;
    line-height: 22px;
}
.mail-detail-btn{
color: #3c82d2;
height: 22px;line-height: 22px;
}
.mail-details-list{padding: 5px 0 5px; }
.mail-details-list li{line-height: 19px; padding-bottom: 3px;}
.mail-details{margin-top: 1px;background: #fff;}
.mail-details h2{padding: 20px 15px 20px 17px;font-weight: bold;word-break: break-all;}
.mail-details-txt{padding:16px 15px 16px 17px;border-top: 1px solid #efeff4;color: #333;overflow: auto;word-break: break-all;}
.mail-details-txt p{margin-bottom: 16px;}
.mail-attachment{padding: 10px 15px 10px 17px;background: #fff;height: 29px;line-height: 29px;color: #333;}
.mail-attachment p{padding-left: 8px;}
.mail-reply{padding: 20px 15px 50px 17px;background: #fff;}
.mail-replyArea{
        width: 75%;
        height: 37px;
        line-height: 37px;
        padding: 0 10px;
        box-sizing: border-box;
        /* line-height: 14px; */
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        /* padding: 14px 13px; */
        /* height: 64px; */
        border: 1px solid #999!important;
        border-radius: 3px;
        -webkit-border-radius:3px;
        font-size: 12px;
        box-shadow: inset 2px 2px 3px rgba(236, 236, 236, .75);
        -webkit-box-shadow: inset 2px 2px 3px rgba(236, 236, 236, .75);
        /* overflow: auto; */
}
/* .mail-replyArea{padding: 14px 13px;height: 64px; border: 1px solid #999;border-radius: 3px;-webkit-border-radius:3px;font-size: 12px;box-shadow: inset 2px 2px 3px rgba(236,236,236,.75);-webkit-box-shadow: inset 2px 2px 3px rgba(236,236,236,.75);overflow: auto;} */
.mail-reply .send-btn {
    display: inline-block;
    width: 23%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    vertical-align: middle;
}
.toolBar{position: fixed;bottom: 0;left: 0;width: 100%;}
.toolBar-list{padding: 0 15px 0 11px; height: 40px;line-height: 40px;background: #efeff4;}
.toolBar-list a{display: block;}
.aside-check{
  width: 25px;
  height: 60px;
}

/**************************************************************通讯录************************************************************/
.letter-nav{padding-left: 11px; height: 15px;line-height: 15px;font-size: 12px;color: #fff;background: #b6b6b6;}
.contact-list{background: #fff;}
.contact-list li{height: 60px;line-height: 60px;padding-right: 24px; padding-left: 16px;color: #3d3d3d;font-size: 12px;background: #fff;}
.contact-list li.contact-item:last-child{border-bottom: none;}
.contact-item{border-bottom: 1px solid #E2E2E2;}
.contact-list li i{margin: 0 6px 0 10px;}
.contact-list li i.i_Select,.contact-list li i.i_unSelect{margin: 0;}
.contact-list li .i_ico_contacts{width: 17px;height: 12px;background-size: 100px 200px;}
.contact-foot .oa-content{height: 38px;}
.contact-nav{position: fixed;right: 0px;top: 156px;width: 24px;text-align: center; z-index: 9;background: #fff;}
.contact-nav a{display: block;color: #00a0e9;font-size: 9px;line-height: 1;}
.contactDetails-name{margin: 10px 0;background: #fff;padding: 16px 15px 17px;font-size: 14px;color: #333;}
.contactDetails-name p{word-break: break-all;}
.contactDetails-list li{margin-bottom: 1px; padding: 0 15px;height: 52px;line-height: 52px;background: #fff;font-size: 12px;color: #333;}
.contactDetails-list li .i_ico_mailBox{margin: 0 7px;}
.contactDetails-list li .i_phone{margin: 0 7px 0 12px;}
.contactGroup-list li .i_icon_mailBox{margin-right: 12px;}
.arr_up,.arr_down{border: 7px solid  transparent;content: "";display: inline-block;margin-right: 0;}
.arr_up{border-left: 10px solid #222;vertical-align: -3px;}
.arr_down{border-top: 10px solid #222;vertical-align: -9px;margin-right: 3px;}
.company-contact-list li{padding:17px 15px 17px 13px; background: #fff;font-size: 14px;color: #3d3d3d;}
.company-contact-list .count{font-size: 14px;color: #333;}
.company-contact-list li .viewMore{margin-left: 18px; line-height: 40px; font-size: 14px;color: #00a0e9;text-align: left;background: none;}
.company-group-list li{padding: 13px 0 0 0;font-size: 14px;}
.company-group-list li .i_arr_down{width: 11px;height: 7px;background-size: 95px 198px;}
.company-group-listItem{padding-left:18px;}
.company-group-listItem li{padding: 10px 0 0 0;}
.company-group-listItem li i{margin-left: 21px;}
.company-group-listItem li i.i_unSelect,.company-group-listItem li i.i_Select{margin-left: 0;}
.company-group-list li .i_arr_down{margin-right: 8px;}
.company-group-list li .i_arr_up{margin: 0 9px 0 3px;}
.contact-footer{padding: 0 15px; height: 36px;line-height: 36px;background: #efeff4;color: #333;}

/**************************************************************网盘************************************************************/
.i_search,.i_createFile,.i_upload,.i_share,.i_folder,.i_music,.i_ppt,.i_movie,.i_xls,.i_photo,.i_create_ok,.i_current{display: inline-block;vertical-align: middle;background: url(../images/netDisk.png) no-repeat;}
.i_search{width: 22px;height: 22px;background-position: 0 0;background-size: 100px 194px;}
.i_createFile{width: 27px;height: 23px;background-position: -31px 0;background-size: 100px 195px;}
.i_upload{width: 33px;height: 27px;background-position: -63px 0;background-size: 100px 195px;}
.i_share{width: 27px;height: 26px;background-position: 0 -33px;background-size: 100px 203px;}
.i_folder{width: 28px;height: 24px;background-position: -31px -33px;background-size: 100px 203px;}
.i_music{width: 20px;height: 23px;background-position: -63px -33px;background-size: 100px 204px;}
.i_ppt{width: 21px;height: 26px;background-position: 0 -63px;background-size: 100px 200px;}
.i_movie{width: 27px;height: 18px;background-position: -31px -63px;background-size: 100px 199px;}
.i_xls{width: 25px;height: 24px;background-position: -63px -57px;background-size: 100px 179px;}
.i_photo{width: 28px;height: 22px;background-position: 0 -98px;background-size: 100px 200px;}
.i_create_ok{width: 42px;height: 38px;background-position: 0 -125px;background-size: 100px 199px;}
.i_current{width: 22px;height: 20px; background-position:-31px -86px;background-size: 100px 179px;}

.netDisk-menu{padding: 0 15px 0 17px; height: 57px;line-height: 57px;background:#fff;}
.netDisk-menu .oa-navp-search{width: 100%;margin-top: 0;padding-left: 5px;}
.file-list li{background: #fff;font-size: 14px;color: #333;}
.file-list .folder{padding: 8px 15px;}
.file-list .mailList{border-bottom: 1px solid #efeff4;}
.file-list-ico{margin-right: 21px;}
.file-list .mailList .i_doc{margin-right: 4px;}
.file-list .mailList .i_music{margin: 0 4px;}
.file-list .mailList .i_ppt{margin: 0 3px;}
.file-list .mailList .i_current{margin: 0 3px;}
.netDisk-footPop{background: #efeff4;height: 50px;line-height: 50px;padding: 0 15px;font-size: 14px;color: #333;}
.netDisk-footPop a{color: #333;}
.netDisk-footPop .move{padding: 0 53px;}
.netDisk-footPop .del{padding-left: 53px;}
.check-file-list .mailList{padding-left: 42px;}
.check-photo{margin-top:25px;background: #fff;}
.check-photo-loading{padding: 100px 0;}
.check-photo .upload-tips{margin: 0 auto;}
.check-photo .img{width: 100%;vertical-align: top;}
.creator{padding-top: 14px;}
.share-list li.share-add{padding: 14px 19px 14px 17px;}
.share-list li{position: relative; background: #fff;}
.share-list li input{font-size: 14px;color: #333;}
.share-list li .oa-add{margin-top: 0;}
.share-nav{padding: 0 42px;}
.share-footPop a{padding-right:27px;padding-left: 0; }
.share-error-list{border-top: 1px solid #efeff4;}
.share-list .match-list{position: absolute;bottom: -90px;left: 52px;border: 1px solid #efeff4;max-width: 260px;}
.share-list .match-list li p{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.nothing-box{width: 235px;margin: 0 auto;padding: 30px 0 50px; text-align: center;}
.netDisk-move-foot{padding: 0 43px; height: 69px;line-height: 69px;background: #fff;}
.netDisk-move-foot .btnPublic{height: 24px;line-height: 24px; width: 87px; text-align: center;border: 1px solid #3c82d2;}
.netDisk-move-foot .c_linkBlue{color: #3c82d2;}

/****/
.loading {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 9999;
    text-align: center;
    margin-top: 30%;
}
.loading {
    margin-top: 50%;
    text-align: center;
    color: #fff;
}
.loading > div {
    width: 110px;
    height: 100px;
    padding-top: 20px;
    display: inline-block;
    overflow: hidden;
    background-color: black;
    color: White;
    -webkit-border-radius: .4em;
    opacity: 0.3;
    text-align: center;
}
/*ul.mailBox-list {
    background: #fff;
}*/
.write-list .mailArea{background: #efefef;}
#aSignOut{margin-left: 5px;}

/*附件回形针*/
.i-attach{background: url(../images/attachIcon.jpg);background-size: 15px 16px;height: 15px;width: 16px;}