body{
	-moz-user-select: text; /*火狐*/
	-webkit-user-select: text; /*webkit浏览器*/
	-ms-user-select: text; /*IE10*/
	user-select: text;
}
.i-dropdown {
	background-position: -179px -282px;
}
.icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url(img/icon20x20.png?20170825);
	cursor: pointer;
}
.icon-36{
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background-image: url("img/icon-file@30x36.png");
	cursor: pointer;
}


#foot{position:fixed;bottom:0;height:24px; line-height:24px; background:#f2f2f2; width:100%; font-size: 1em; color:#b2b2b2; overflow:hidden; text-align: center;z-index: 11;border-top: 1px #ddd solid;}
#foot a{color:#b2b2b2; text-decoration:underline;}

.page-body{height: 100%;overflow: hidden;}
.page-body1{margin-top:65px;}

.page-main .list-wraper .scroll-wraper{overflow-x: hidden;overflow-y: auto;margin-top: -50px}
.page-main .list-wraper .scroll-wraper .list-item:first-child{
	/*margin-top: 50px;*/
}
/*chrome下滚动条*/
.page-main .list-wraper .scroll-wraper::-webkit-scrollbar{
	width: 8px;
	height: 10px;
	background-color: #c1c1c1;
}

.page-main .list-wraper .scroll-wraper::-webkit-scrollbar-thumb{
	height: 26px;
	background-color: #ccc;
	-webkit-border-radius: 8px;
}
.page-main .list-wraper .scroll-wraper::-webkit-scrollbar-thumb:hover{
	background-color: #c1c1c1;
}

.page-main .list-wraper .scroll-wraper::-webkit-scrollbar-track-piece{
	background-color: #f1f1f1;
}
.page-body2{height: 100%;}
.page-body2 .page-main{height: 100%; margin-left:286px;border-top: 1px solid #dddddd;overflow: auto;}
.page-main .content {height: 100%;}
.page-mainCon{position: relative; overflow: hidden;}

#main{height: 100%; min-width: 518px;}
#link-main{ height: 100%;margin-right: 318px; min-width: 518px;}
#listBody .scl-content{width: 100%; }

/*管理后台左侧*/

.menuWrapper li.list-item {
	line-height:46px;
	position: relative;
}
.menuWrapper li .pop-menu{background-color: #fff}
.menuWrapper li .search-team{padding-left: 33px;line-height: 30px;margin-top: 12px;}
.menuWrapper li .search-team .search-team-box{position: relative; display: inline-block;}
.menuWrapper li .search-team .search-team-box input{
	width: 206px;
	height: 30px;
	border: none;
	border-radius: 2px;
	text-indent: 30px;
	background-color: #F8F8F8;
}
.menuWrapper li .search-team .search-team-box input::-webkit-input-placeholder{color:#C6CDD7;}
.menuWrapper li .search-team .search-team-box input::-moz-placeholder{color:#C6CDD7;}
.menuWrapper li .search-team .search-team-box input:-moz-placeholder{color:#C6CDD7;}
.menuWrapper li .search-team .search-team-box input:-ms-input-placeholder{color:#C6CDD7;}
.menuWrapper li .search-team .search-team-box .icon{
	position: absolute;
	top: 6px;
}
.menuWrapper li .search-team .search-team-box .icon.i-search{background-position: -60px -40px; left: 5px;}
.menuWrapper li .search-team .search-team-box .icon.i-clear{background-position: -120px -80px; right: 5px; display: none}
.menuWrapper li .search-team-list{margin-bottom: 30px}
.menuWrapper li:last-of-type{
	border-bottom: none;
}
.menuWrapper li:last-of-type dd:last-of-type{
	margin-bottom:40px;
}
.menuWrapper li.back{line-height: 58px;margin-top:8px;margin-bottom: -8px}
.menuWrapper li.back a{color: #282e3d;}
.menuWrapper li.back h3{padding-left: 58px;}
.menuWrapper li a {font-size: 14px;color:#282E3D;}
.menuWrapper li a.arrow-0{display: inline-block;width:100%;height: 100%;position: relative;top:-5px;}
.menuWrapper li.active h3 a{
	/*color:#2B7EFA;*/
}
.menuWrapper li.usermanage.active h3 a,
.menuWrapper li.device.active h3 a,
.menuWrapper li.cloud.active h3 a,
.menuWrapper li.approval.active h3 a,
.menuWrapper li.virus.active h3 a,
.menuWrapper li.log.active h3 a,
.menuWrapper li.org_manage.active h3 a,
.menuWrapper li.admin_role.active h3 a,
.menuWrapper li.admin_list.active h3 a,
.menuWrapper li.strategy.active h3 a,
.menuWrapper li.policy.active h3 a,
.menuWrapper li.backup.active h3 a{
	color:#2B7EFA;
}
.menuWrapper #all-user-tittle a{
	color: #2B7EFA;
	width: 100%;
	display: inline-block;
	height: 36px;
	padding-left: 33px;
	padding-right: 33px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menuWrapper #all-user-tittle:hover{
	background-color: #F8F8F8;
}
.menuWrapper h3 {
	font-weight: normal;
	padding-left:58px;
	position: relative;
}
.menuWrapper .head-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    top: 13px;
    left: 29px;
}
.menuWrapper .head-icon img{
    width: 18px;
    height: 18px;
}
.menuWrapper .head-icon img.backup-icon {
	width: 14px;
}
.menuWrapper .head-icon img.strategy-group{
	width: 15px;
	margin-left: 1px;
	margin-top: 1px;
}

.diskbox dd {
	line-height:37px;
	cursor: pointer;
}
.menuWrapper .diskbox dd:first-of-type{
	margin-top: -5px;
}
.menuWrapper  .diskbox dd:last-of-type{
	margin-bottom: 10px;
}

.diskbox dd:hover{
	background-color:#f8f8f8;
}
.menuWrapper dd.active{
	/*background:#f8f8f8;*/
}
.menuWrapper dd.active a{
	color: #2B7EFA;
}
.diskbox dd a,
.logbox dd a {display: block;padding: 0px 0 0px 58px;color: #646D74}
.diskbox dd a .i-space-stat{background-position: -382px -102px;}
.diskbox dd a .i-user-stat{background-position: -362px -40px;}
.diskbox dd a .i-file-stat{background-position: -362px -102px;}
/*.diskbox dd a:hover,*/
/*.logbox dd a:hover {background:#E5E5E5;}*/
.menuWrapper li .i-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/icon-down.svg)  4px 5px  no-repeat ;
	position: absolute;
	left: 222px;
	top: 10px;
}
.menuWrapper li .i-arrow.arrow-down {
	background: url(img/icon-up.svg) 4px 5px no-repeat ;
}
.menuWrapper li.active .i-arrow {
	background: url(img/icon-up.svg) 4px 5px  no-repeat ;
}
.menuWrapper li.active .i-arrow.arrow-down {
	background: url(img/icon-down.svg)  4px 5px no-repeat ;
}
.menuWrapper li .i-arrow.arrow-left {
	left: 32px;
	top: 24px;
	background: url(img/icon-left.svg) no-repeat ;
}

.item-slide {display: none;}
.menuWrapper li.active .item-slide{display: block;}
.menuWrapper li .item-slide .btn-add-team{
	display: inline-block;
	position: relative;
	text-align: center;
	width: 205px;
	height: 32px;
	border: 1px solid #C6CDD7;
	border-radius: 2px;
	line-height: 32px;
	margin-left: 33px;
	cursor: default;
}
.menuWrapper li .item-slide .btn-add-team.disabled{
	background: #F8F8F8;
	border: 1px solid #C6CDD7;
	color: #c6cdd7;
    cursor: not-allowed;
}
.menuWrapper li .item-slide .btn-add-team .i-add{
	width: 19px;
	height: 19px;
	border-radius: 3px;
	line-height: 18px;
	text-align: center;
	cursor: default;
}
/*.menuWrapper li.active .item-slide .btn-add-team:hover{*/
	/*color: #157bf8;*/
	/*border: 1px #157bf8 solid;*/
	/*cursor: pointer;*/
/*}*/
/*.menuWrapper li.active .item-slide .btn-add-team:hover .icon{*/
	/*color: #157bf8;*/
	/*border: 1px #157bf8 dashed;*/
/*}*/

/*后台左侧end*/

.left-info { position:absolute;  left:0; top:440px;  width:174px; height: 110px; padding-left:16px; background-color: #DCEDF4;}
.left-info .item{ color:#205d7c; font: 12px/26px '宋体'; overflow: hidden;}
.left-info .barBox span{ display: inline-block; width:30px; float: left;}
.left-info .jdBar { float:left; width:100px; height: 12px; margin-top: 6px; background: #fff; border: 1px solid #609fbf; vertical-align: middle; }
.left-info .jdBar span { display:inline-block; width:20px; height:12px;background: #609fbf;}
.left-info .paddl {padding-left: 6px;}
.left-info .updateBtn {display:inline-block; width:165px; height: 25px; background: #609fbf; text-align: center; color: #fff; text-decoration: none; font:12px/25px '宋体'; cursor: pointer;}
#tmenu .menu-item{margin: 10px 10px 0 10px;}
#tmenu .menu-text{margin-left: 5px; color:#205d7c;vertical-align:middle;}
#tmenu span.menu-text{width:157px;overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;}
#tmenu .active .menu-text{color: #EB8E25; font-weight: bold;}
#tmenu .sub-item{margin: 10px; width: 100%; overflow: hidden; cursor: pointer;}

.page-right .file-help{position: absolute; width: 90%; margin-left: 5%; bottom: 5px; left: 0; line-height: 1.5; font-size: 1em; color:#7E7E7E;}
.page-right .file-help a{text-decoration:underline; color:#49829D;}
.page-right .fileAttribute{padding: 30px 20px; color:#858585}
.page-right .fileAttribute .file-name{ height: 40px; width:270px; overflow: hidden;  padding-bottom: 5px; border-bottom: 1px #49819C solid; margin-bottom: 10px; color: #719AAD; font-size: 1.2em; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.page-right .fileAttribute .file-name .icon-big{margin-right: 10px;}
.page-right .fileAttribute .file-name .icon-file{margin-right: 10px;}
.page-right .fileAttribute .file-info{color:#7E7E7E; margin-top: 5px;}
.page-right .fileAttribute .download{height: 20px;}
.page-right .fileAttribute .attribute{text-decoration: underline;}
.page-right .fileAttribute .info-area{margin-top: 10px; line-height: 2;}
.page-right .fileAttribute .info-area .remark{vertical-align:middle;max-width:175px;overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis;}
.page-right .fileAttribute .info-area .remark-edit{display:none;text-decoration:underline;margin-left:5px;}
.page-right .user-info .icon{margin-right: 10px;}

.page-right .expire{margin-left: 29px;}
.page-right .accout-part{font-weight:bold;}
.page-right .space-part{margin-top:10px;}
.page-right .down-part{margin-top:10px;}

/**客户定制页**/
/*.customize{min-width:940px;}*/
/*.no-file{margin:0 auto; text-align: center; height: 100%; position: relative;}*/
/*.no-file a{text-decoration: underline;}*/
/*.no-file p{font-size: 20px; color:#599ff5; padding:70px 20px 0 20px;}*/
/*.no-file .title a{font-size: 0.8em; color:#157bf9;}*/
/*.no-file .box{ position: absolute;top: 50%; display: inline-block; width: 210px; height: 50px; padding: 80px 0 0 50px; color:#7A7A7A; text-align: left;background: url(img/no-file-upload.jpg) no-repeat; margin-left: -30px; }*/
/*.no-file .box .desc{font-size: 1.2em;}*/
.no-file p {
	font-size: 20px;
	color: #599ff5;
	padding: 70px 20px 0 20px;
	text-align: center;
}
.empty p{background: url(img/emptyImg.png) no-repeat; width: 266px; height: 266px;padding: 280px 0 0 0; margin:50px auto 0;}
.empty_ent p{background-position:-330px 0 ;}
.empty_self p{background-position:-596px 0 ;}
.empty_share_in p{background-position:-1128px 0 ;}
.empty_share_out p{ width: 330px; background-position:0 0 ;}
.empty_link p{background-position:-1926px 0 ;}
.empty_auth p{background-position:-1395px 0 ;}
.empty_event p{background-position:-2192px 0 ;}
.empty_default p{background: none;padding: 0;}

.dialog-createDirectory{background-color:#fff; padding:30px; font-size: 1em;}
.dialog-createDirectory .input{width:240px; margin-left:10px;}
.dialog-createDirectory p{margin-top:10px; padding-left:60px;}
/*.dialog-button-area{padding:10px; text-align:right; background-color:#F3F3F4; }*/

#cur-loading{width: 100%; height: 60px; text-align: center;}
#cur-loading img{margin-top:5px; width: 50px; height: 49px;}

.ld-combox {width:110px; height:20px; line-height:20px;border: 1px #CDD1D2 solid;background:#FFF;font-size: 12px;cursor: pointer;}
.ld-combox .curtext{display: inline-block;float:left;}
.ld-combox .arrow {width:16px;height:16px; vertical-align: middle; float:right;}
.ld-combox ul {display:none;border: 1px #CDD1D2 solid;min-width:94px;overflow:hidden;width:100%;z-index: 10;top: 20px;}
.ld-combox ul li {padding-left:5px;}
.ld-combox ul li:hover {background:#2B7EFA;color: #fff;}
.ld-combox span {float:left; padding-left:5px;cursor: default;}

.add-dir-auth-dialog-div {padding:0 0 8px 20px;height:25px; background:#FFF; font-size:14px; *width:535px;}
.add-dir-auth-dialog-div .add-sign{font-size:17px;color:#585858;padding-right: 10px;cursor: pointer;}
.add-dir-auth-dialog-div .create-dir{color:#585858;cursor: pointer;}
.add-dir-auth-dialog-combox-span {float:left;font-weight:bold;padding:0 10px 0 0;}

#en .ld-combox {width:166px;}

#addTeamDialog{background-color: #fff; padding:12px 24px;width:600px;}
#addTeamDialog p{margin: 10px 0;
	position: relative;}
#addTeamDialog p input,#addTeamDialog p textarea{border-radius: 3px;outline: none;border:1px solid #ddd;}
#addTeamDialog p input{    height: 38px;
	line-height: 36px;
	font-size: 15px;
	color: #000;
	width: 243px;
	padding: 0 12px;}
#addTeamDialog p textarea{    resize: none;
	width: 576px;
	height: 69px;
	padding: 8px 12px;}
#addTeamDialog .header{text-align: center;}
#addTeamDialog .icon-big{margin-left: 10px;}
#addTeamDialog .label{    display: inline-block;	width: 125px;	height: 38px;	font-size: 15px;	vertical-align: middle;	color: #000;  line-height: 38px;}
#addTeamDialog .txarealabl{height: 49px;display: inline-block;}
#addTeamDialog #quota{
	padding-right: 54px;
	width: 202px;}
#addTeamDialog #userlimit{/*width: 50px;*/}
#addTeamDialog .unit{position: absolute;
	top: 1px;
	left: 333px;}
#addTeamDialog .unit select{
	height: 38px;
	border: 0;
	border-left: 1px solid #ddd;
	width: 60px;
}
#addTeamDialog .normalTips{font-size:15px;color:#a3a3a3;}


#manageTeamDialog{width:550px; margin: 30px 20px;color:#666}
#manageTeamDialog input[type='text'] {width:180px; height:22px; padding-left:2px;border:1px solid #ccc;border-radius:3px;vertical-align: middle; outline: none;}
#manageTeamDialog .label,#teamInfoDialog .label{display: inline-block; width: 120px; vertical-align: middle;}
#manageTeamDialog .label {width:120px;}
#manageTeamDialog .desc,#teamInfoDialog .desc {display:inline-block;width: 300px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;vertical-align: middle; }
#manageTeamDialog p,#teamInfoDialog p{margin: 10px 0;}
#manageTeamDialog textarea {vertical-align: top;padding-left:2px;outline: none; border: 1px solid #ccc;width:180px;height: 39px;resize: none;}
#manageTeamDialog input[type='text']:focus,#manageTeamDialog textarea:focus{border-color:#66AFE9;border-color: rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);}
#manageTeamDialog  #teamname{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#teamInfoDialog{width:446px;margin:30px 20px;color:#666;}
#selectUserDialog{background-color: #fff; padding: 20px;}
#selectUserDialog #teamGroup{float:left; height: 32px; margin-right: 10px; vertical-align: middle;}
#selectUserDialog #teamGroup .curli{display: inline-block; width: 150px;}
#selectUserDialog .search-area{display: inline-block; border: 1px #ccc solid; vertical-align: middle; height: 30px; line-height: 25px;}
#selectUserDialog .search-area input{border: none; width: 308px; height: 25px; vertical-align: middle; margin-right: 5px;}
#selectUserDialog .search-area .icon{vertical-align: middle; margin-right: 5px; cursor: pointer;}
#selectUserDialog #teamUsers{width: 500px; height: 300px; margin-top: 10px;}

#selectTeamDialog{background-color: #fff; padding: 20px;}
#selectTeamDialog #teamList{width: 500px; height: 300px; margin-top: 10px;}

#add-auth-dialog-id {font-size:14px; background:#FFF;width:550px;height:352px;padding:5px 15px 15px 15px;}
#auth-spec-user-list {height: 200px;}
#auth-spec-user-list #teamUsers{height: 150px;}
#auth-spec-user-list #selectUserDialog{padding: 5px;}
#auth-spec-user-list-container .addUserBtn{display:inline-block; padding: 5px 10px; margin-left: 5px; margin-top:5px; border:1px #ccc solid; background-color: #e0e0e0; font-size: 14px;}

.team-user-dialog {font-size:14px; background:#FFF; width:486px;height: 306px;}
.team-list-subtitle {padding: 22px 0px 8px 15px; color:#2B7EFA;}
.team-list-container {margin: 0px 20px 0px 20px; width:444px; height:274px;border: 1px #dddddd solid;border-radius: 3px;}
.team-list-container1 {overflow: auto; height: 250px; }
.team-list-list-header {background: #F5F5F5;height: 26px;line-height: 26px;}
.team-list-list-header .col1 {margin-left:36px;float:left;}
.team-list-list-header .col2 {margin-right:120px;float:right;}
.team-list-list-item-container {padding:15px 0 0 20px; font-size: 12px;}
.team-list-list-item-container .col1 { cursor: pointer; width:230px; float:left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.team-list-list-item-container .col2 {float:right;}
.team-list-list-item-container .col2 ul {display:none;}
.team-list-list-item-container .col3 {float:right;margin-right:30px;padding-left:5px;}
.team-list-add-link {padding: 10px 15px;height:31px;color:#56AECF;text-decoration:underline;width:80px;cursor:pointer;}
#en .team-list-add-link{width:90px;}
#en .team-list-list-item-container .ld-combox {width:120px;}
.confirm-rmUser {height:50px; line-height: 50px;font-size: 14px;}

.manage-auth-dialog {font-size:1em; background:#FFF; width:500;height:345px;}
.manage-auth-dialog-subtitle {width:500px;padding: 25px 0px 8px 15px; font-weight: bold;}
.manage-auth-dialog .container {margin: 0px 15px 0px 15px; width:460px; height:267px;}


#auth-dialog-id {width:455px;height:342px;padding:1px 23px 0px 25px;background:#FFF; font-size: 1em;}
#auth-dialog-id .auth-dir {line-height:24px;margin-top:24px;}
#auth-dialog-id .auth-dir .auth-col-title {font-weight:bold; width: 65px; vertical-align: top;}
#auth-dialog-id .auth-user-list .auth-col-title {position:absolute; left:25px; top:105px; font-weight:bold; width: 65px;}
#auth-dialog-id .auth-user-list {width:378px;height:208px;margin-left:66px;border: 1px #CDD1D2 solid;margin-top:17px;overflow:auto;}
#auth-dialog-id .auth-user-list li .icon{float:left;}
#auth-dialog-id .auth-user-list li .ld-combox .icon{float:right;}

#update-auth-dialog-id {width:455;height:114px;padding:24px 23px 0px 25px;background:#FFF; font-size: 1em;}
#update-auth-dialog-id .auth-dir .auth-col-title {line-height:24px;margin-top:24px;margin-right:18px;font-weight:bold;}
#update-auth-dialog-id .auth-dir .auth-col {line-height:24px;margin-top:24px;margin-right:18px;}
#update-auth-dialog-id .auth-dir .file-name{width:355px;overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;height:20px;line-height:1.7;vertical-align:middle;}

.box .header{padding-bottom:5%; text-align: center; border-bottom:1px #49819C solid; margin: 0 auto;}
.box .link-fileName{font-size: 2em; width: 95%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.box .content{padding-top: 40px; margin-bottom: 30px; font-size: 1.2em; color: #858585; }
.box .foot{width: 80%; margin-left: 10%; padding-top: 60px; text-align: center;}
.box #password{width: 100%; margin-top: 20px; height: 30px; line-height: 30px;}
.box #btn-ok{width: 180px; font-size: 1.6em; text-align: center; height: 40px; line-height: 40px;}

#page-log .list-header{line-height: 20px;min-width:1070px;}
#page-log .list-header .time{ margin-left: 20px;}
#page-log .list-header #startTime,#page-log .list-header #startDate,#page-log .list-header #endTime,#page-log .list-header #endDate{width: 80px;height: 22px;line-height: 22px;border: 1px solid #ddd;border-radius: 3px;}
#page-log .list-header .operator{ margin-left: 10px;}
#page-log .list-header .operator #userText{line-height: 22px;border: 1px solid #ddd;border-radius: 3px;outline: none;width:100%;}
#page-log .list-header .operator #userText:focus{border-color:#66afe9;border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);border-radius:3px;}
#page-log .list-header .operator .combo-user{width: 150px;}
#page-log .list-header .operation{ margin-left: 10px;}
#page-log .list-header .operation .combo-oper{ width:100px;vertical-align: middle;}
#page-log .list-header .action{ margin-left: 10px;}
#page-log .list-header .action .combo-action{ width:142px;vertical-align: middle;}
#page-log .list-header .search{ margin-left: 10px;}
#page-log .button{width: 60px; height: 20px; line-height: 20px; border:1px #ccc solid; text-align: center;}

#page-log .list-item{height: auto; border-bottom:1px #d0d0d0 dashed;}
#page-log .list-item span{display:inline-block;}
#page-log .list-item .item-time{width: 24%; margin-left: 10px;}
#page-log .list-item .item-action{ width: 41%;}
#page-log .list-item .item-user{width:15%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#page-log .list-item .item-ip{width: 10%; }
#page-log .list-item .item-action .act_u{width: 150px; }
#page-log .list-item .item-action .act_o{/*width: 90px;*/ }
#page-log .list-item .item-action .act_c{ color:#4A809C; word-wrap: break-word;width:400px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap; cursor: pointer;}
#page-log .list-header{min-width:994px; /*border-top:1px solid #2A7EFA;*/height: 80px;background: #fff;}
#page-log .list-header .searchController {height:35px; padding-top:10px;padding-bottom: 6px;background:#fafafa;border-bottom: 1px solid #F1F1F1;}
#page-log .list-header .th{display: block; padding-left	: 10px;height: 27px; line-height: 27px; }
#page-log .list-header .th li{display: inline-block;zoom:1;*display:inline;/*ie7 inline hack*/}
#page-log .list-header .th .col1{width:24.2%;}
#page-log .list-header .th .col2{width:40.6%;}
#page-log .list-header .th .col3{width:15%;}
#page-log .list-header .th .col4{width:10%;}
/*#page-log .list-wraper {padding:0 10px;}*/

#page-log .list-foot {padding: 15px;}
#page-log .list-foot span { display: inline-block; cursor:pointer; margin-right: 10px; vertical-align: middle;}
#page-log .list-foot .preGrouppage { width: 15px; height: 10px; background: url(img/page_next.png) -1px center no-repeat; }
#page-log .list-foot .nextGrouppage { width: 15px; height: 10px; background: url(img/page_next.png) -78px center no-repeat; }
#page-log .list-foot .prePage{ width:8px; height:10px; background: url(img/page_next.png) -28px center no-repeat;}
#page-log .list-foot .nextPage{ width:8px; height:10px; background: url(img/page_next.png) -59px center no-repeat;}
#page-log .list-foot .point {width: 10px;margin-top:-5px;}
#page-log .list-foot a { display:inline-block; color:#4A809C; cursor:pointer; margin-right:7px;text-decoration: none;vertical-align: middle;}
#page-log .list-foot a:hover { text-decoration: underline;}
#page-log .list-foot a.active{ color:#9cc7db;}
#page-log .list-foot input{ width: 46px; height: 18px;line-height:18px; padding:0 1px; margin-right:2px; border: 1px solid #caced1; vertical-align: middle;outline: none;border-radius: 2px;}
#page-log .list-foot .button{ width:23px; height:21px; padding:0;background: url(img/pagego.gif); cursor: pointer;border:none;}
#page-log .usersearch {position:relative; width: 90px;}
#page-log ul.data-list {position:absolute;display: none;border: 1px solid #ddd;border-top: none;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;width: 100%;left: 0;top: 24px;background: white;z-index: 999;max-height: 200px;overflow-y: scroll;}
#page-log ul.data-list {white-space: nowrap;text-overflow: ellipsis;}
#page-log  ul.data-list li{height:25px;line-height: 24px;/*border-bottom: 1px solid #ddd;*/}
#page-log  ul.data-list li:last-child{border-bottom: none;}
#page-log  ul.data-list li.active{background:#DDDDDD;}


.upgrade-box{width: 665px; font-size: 12px; margin: 20px auto;}
.upgrade-box .header{margin: 0; padding: 4px; *padding-left: 15px; width:628px; height: 95px; background: url(img/upgrade-header.png) center top; color:#A0A0A0; margin-left: 5px; border-bottom:none;}
.upgrade-box .box{border: 1px solid #E7E7E7; background: #F8F5EC; padding:20px 0px 20px 20px; border-bottom: none;}
.upgrade-box .header li{float:left; margin: 0; text-align:center;  vertical-align:middle;}
.upgrade-box .header .title{font-size:3em; color:#47809B;}
.upgrade-box .ca{width: 150px; padding:5px;}
.upgrade-box .cb{width: 220px; padding:5px; }
.upgrade-box .cc{width: 220px; padding:5px; }
.upgrade-box .body{background: url(img/upgrade-body-bg.png); margin:0; padding:0; margin-left: 5px; width: 625px; color:#505050; border-top:1px #49819C solid}
.upgrade-box .body .ca{width: 150px; padding:10px; }
.upgrade-box .body .cb{width: 210px; padding:10px; text-align:center;}
.upgrade-box .body .cc{width: 210px; padding:10px; text-align:center;}
.upgrade-box .body tr{border-bottom:1px dashed #9F9F9F;}
.upgrade-box .upgrade-btn{float:right; display:inline-block; margin:20px 40px 30px 0;  background:url(img/upgrade-btn.png); width:198px; height:43px}
.upgrade-box .upgrade-info{border:1px solid #F3DFBE; background-color:#F9EDBB; padding:10px; font-size:1.4em; color:#EFAC37; margin-top:20px; clear:both; width:600px;}
.upgrade-box .box-bottom{background:url(img/upgrade-bottom.png); width:666px; height:26px;}


#mask-div{position:fixed; left:0; top:0; width:100%; height:100%; z-index:7; background-color: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	opacity: 0.5;}
#mask-divContainer{position:absolute; z-index:8; text-align: center;}
#mask-divContainer .skip{display:inline-block; border: none; background: url(img/guide_skip.png) center center no-repeat; width: 160px; height: 70px; cursor: pointer; display: none;}
#mask-divContainer .next{display:inline-block; border: none; background: url(img/guide_continue.png) center center no-repeat; width: 160px; height: 70px; cursor: pointer;}
#mask-divContainer .start{display:inline-block; border: none; background: url(img/guide_start.png) center center no-repeat; width: 160px; height: 70px; display: none;}
#guide-indicator{position:absolute; width: 110px; height: 30px; left:50%; margin-left: -50px; bottom:25px; font-size: 30px; color:#E1E1E1; z-index:9;}
#guide-indicator span{margin-right: 10px;}
#guide-indicator .active{color: #ED8812;}

.page-guide{padding:15px 30px; font-size:1em;}
.page-guide h3{font-size:1.5em; color:#49819c; margin-bottom:5px;}
.page-guide h3 .h2{ font-size:1.5em;}
.page-guide h4{font-size:1.2em; color:#A1A1A1;}
.page-guide .steps{margin-top:30px; font-size:1.2em; position:relative;}
.page-guide .steps ul{float:left; margin-left:-17px; margin-top: -5px; position: relative; z-index: 3;}
.page-guide .steps li{height:24px; line-height:24px; margin-bottom:25px;}
.page-guide .steps li span{display:inline-block; vertical-align:middle; cursor: pointer;}
.page-guide .steps .bg{float:left; width:8px; height:360px; margin-left:15px;*margin-left:15px; background-color:#e0e0e0;}
.page-guide .steps .text{width:150px; height: 30px; line-height: 30px; background:url(img/startup.png) 0px -30px no-repeat; text-align: center; vertical-align: middle;}
.page-guide .steps .text a{color:#ffffff; display: inline-block; width: 100%; height: 100%;}
.page-guide .steps .result{display: none; margin-left: 20px; color:#e0e0e0;}
.page-guide .steps .btn{border:none; width:32px; height:32px; background:url(img/startup.png) 0px -94px; text-align:center; cursor: pointer; margin-left: 20px; vertical-align: middle;}
.page-guide .steps .btn2{width:130px; height:45px; border: 1px #ccc solid; border-radius:4px;}
.page-guide .steps .no{display:inline-block; width:26px; height:26px; background-color:#e0e0e0; font-size:1em; color:#fff; border-radius:100%; text-align:center; margin-right:10px;}
.page-guide .steps .no .dot{display:inline-block; width:16px; height:16px; background:url(img/startup.png) -2px -128px no-repeat; margin-top: -2px; *margin-top: 0px;}

.page-guide .steps .closed .no .dot{display:inline-block; width:16px; height:16px; background:none; margin-top: -2px;}
.page-guide .steps .closed .text{width:150px; height: 30px; line-height: 30px; color:#B1B1B1; background:url(img/startup.png) 0 0 no-repeat; text-align: center;}
.page-guide .steps .closed .text a{color:#010101; text-shadow:1px 1px 2px #fff;}
.page-guide .steps .closed .btn{background:url(img/startup.png) 0px -60px; cursor: pointer;}
.page-guide .steps .rewarded .btn{display:none;}
.page-guide .steps .rewarded .result{display:inline;}


#upgradeDialog{width: 375px; padding:16px 20px 0; background-color: #fff;font-size:14px;}
#upgradeDialog>p{color:#666;line-height: 20px;}
#upgradeDialog>div{color:#2A7EF7;height:20px;line-height: 20px;margin-bottom: 10px;}
#upgradeDialog img{margin-top: 10px; margin-bottom: 10px;}
#upgrade-btn{float: right; width: 100px; height: 30px; line-height: 30px; background-color: #2A7EF7; text-align: center; color: #fff; border-radius: 2px; font-size: 14px;margin:20px 0 18px;}

.invalid-icon{display:inline-block; background:url(img/emptyImg.png) -1926px 0 no-repeat; width: 266px;height: 266px;}


.dialog-oldversion{background-color: #fff; width: 360px; padding: 20px; font-size: 12px;}
.dialog-oldversion .link-button{display: inline-block; margin-left: 45px; margin-top: 10px; background-color: #308CB9; width: 250px; height: 40px; line-height: 40px; font-size: 16px; color:#fff; text-align: center;}


/**团队树结构**/
/*#tmenu.tmenu-active .menu-item span{color:#EB8E25;font-weight:700;}*/
/*#tmenu .treeview-wraper{padding-left:5px;}*/
/*#tmenu .menu-item span.icon{margin:0 0 0 20px;}*/
/*#tmenu  .menu-item span.i-user7{background-position:0px -100px;}*/
/*#tmenu  .menu-item span.menu-text{width:85px;}*/
/*#tmenu .treeview-wraper ul.jqtree-tree .jqtree-title{margin-left:5px;}*/
/**下拉框团队树*/
.combox-ul .menu-item{padding-left:27px;margin-top:5px;}
/*#teamGroup .treeview-wraper{padding-left:0px;width:265px;}*/
#teamGroup .treeview-wraper .treeview{margin:0;}
#teamGroup .lui-combox .combox-ul{width:291px;padding:1px;}
#teamGroup .lui-combox .combox-ul .auth-tree{padding-left:5px;}
#teamGroup .lui-combox .curli{}
#teamGroup .lui-combox .curli .icon{margin-right:0px;}
#teamGroup .lui-combox .curli .i-user7{float:left;margin-top:2px;margin-left:5px;display:inline-block;}

/*
!**权限面板*!
.auth-panel{position:absolute;left:-50px;top:50px;width:736px;height:307px;border:1px solid #ccc;background:#fff;z-index:1000;border-radius: 3px;font-size: 12px;color: #000;}
#en .auth-panel {width:774px;left:-69px;}
.auth-panel h2{background:#dde2e5;margin:23px 21px 0;height:36px;line-height:36px;}
.auth-panel li{margin:0 21px;border-bottom:1px solid #ddd;height:27px;line-height:27px;}
.auth-panel h2 span,.auth-panel li span{display:inline-block;}
.auth-panel li span{height:26px;line-height:26px;vertical-align:middle;}
.auth-panel  .instruction{width:99px;padding-left:10px;}
#en .auth-panel .instruction {width:124px;}
.auth-panel  .preview,.auth-panel  .upload,.auth-panel  .download,.auth-panel  .downloadlink,.auth-panel  .uploadlink,.auth-panel  .create,.auth-panel  .remove,.auth-panel  .col_rename,.auth-panel  .move,.auth-panel  .copy{text-align:center;}
.auth-panel  .preview{width:42px;}
#en .auth-panel .preview {width:46px;}
.auth-panel  .upload{width:46px;}
.auth-panel  .download{width:48px;}
.auth-panel  .uploadlink{width:93px;}
.auth-panel  .downloadlink{width:88px;}
.auth-panel  .create{width:96px;}
.auth-panel  .remove{width:39px;}
.auth-panel  .col_rename{width:63px;}
.auth-panel  .move{width:36px;}
.auth-panel  .copy{width:34px;}
.auth-panel  li i.i-auth-1{display:inline-block;width:10px;height:10px;background:url(img/manager-center/icon-auth-1.png) no-repeat;}
*/
/**权限提示*/
.auth-wraper{width:251px;height:94px;z-index:10001;}
.auth-wraper .auth-inner{float:left;width:239px;height:92px;border:1px solid #ddd;background:#fff;border-radius:3px;}
.auth-wraper .auth-inner h2{height:32px;line-height:32px;font-size:15px;font-weight:bold;padding-left:10px;}
.auth-wraper .auth-inner span{display:block;height:60px;vertical-align:middle;padding:0 10px;}
.auth-wraper .arrow-right{display:inline-block;height:17px;width:10px;margin-top:16%;;margin-left:-1px;background:url(img/manager-center/icon-arrow-right.png)no-repeat;}
/**新的授权**/
.auth-pane{position:relative;margin:0 auto;height:300px;padding:24px 24px 0;}
.auth-pane .teamtree{float: left;width: 320px;}
.auth-pane .icon-arrow{width:25px;float:left;height: 100%;}
.auth-pane .icon-arrow .i-arrow-right{margin-top:155px;}
.auth-pane .share-list{float:right;}
.auth-pane .teamtree .treewrapper,.auth-pane .teamtree .listwrapper{width:100%;height:308px;border:1px solid #ddd;overflow: auto;}
.auth-pane .share-list .lui-list{}
.auth-pane .teamtree .treewrapper{border-top:none;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}
/*.auth-pane .teamtree .treewrapper .scl-content .jqtree-title{display:inline-block;}*/
.auth-pane .teamtree .listwrapper{display: none;border:none;margin-top:-1px;}
.auth-pane .teamtree .listwrapper .lui-listview{border-radius: 0 0 3px 3px;height: 240px;}
.auth-pane .teamtree .listwrapper .lui-listview .list-item{margin: 0;padding: 0;height: 25px;}
.auth-pane .teamtree .listwrapper .lui-listview .list-item .item-text{max-width:240px;width:240px;height: 20px;line-height: 20px;display: inline-block;}
.auth-pane .share-list .lui-list{margin-top:0px;border-radius: 3px;border:none;}
.search-box{width:100%;height:36px;line-height: 36px;margin-top:12px;:1px solid #ddd;border: 1px solid #ddd;border-top-left-radius: 3px;border-top-right-radius: 3px;position: relative;}
.boxfocus{border-color:#66afe9;border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);border-radius:3px;}
.auth-pane .search-box .search-txt{width:275px;height: 28px;line-height: 28px;border: none;outline: none;+float:left;padding-left: 13px;}
.search-box a{width:31px;display: inline-block;height: 100%;}
.search-box a .i-search{background-position: -60px -40px;margin-left:6px;position: relative;	top: -4px;}
.search-box a .i-search-close{background-position: -161px -101px;margin-left:6px;position: relative;	top: -4px;}
.search-box ul.data-list{position: absolute;display:none;border:1px solid #ddd;border-top:none;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;width:265px;left:-1px;top:29px;background: white;z-index:999;height: 200px;overflow-y: scroll;}
.search-box ul.data-list li{height:25px;line-height: 25px;/*border-bottom: 1px solid #ddd;*/}
.search-box ul.data-list li:last-child{border-bottom: none;}
.search-box ul.data-list li.active{background:#DDDDDD;}
.search-box ul.data-list li a{display: block;width: 100%;height:190px;padding-left: 3px;}
.search-box ul.data-list li span.item-name{}
.search-box ul.data-list li span.item-email{float:right;width: 138px;display: inline-block;height: 25px;color:#c1c1c1;}
.auth-pane h2 span.authorize{float:right;cursor: pointer;color: #157cf5;}
.auth-pane .lui-list .lui-listview{height:345px;border-radius: 3px;}
.auth-pane .share-list .list-wrap{border: 1px solid #dddddd;width:418px;margin-top: 12px;border-radius: 3px;}
/*.auth-pane .share-list .lui-listview{border: none;width:350px;}*/
.auth-pane .share-list>.lui-list{height: 268px;border: 1px solid #ddd;}
.auth-pane .share-list>.lui-list .lui-listview{height: 268px;}
.auth-pane .share-list .list-item{height: 50px;
	line-height: 50px;
	padding: 0 10px;
	margin: 0;
}
.auth-pane .share-list .list-item .item-text{
	display: inline-block;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}
.auth-pane .share-list .list-item:hover{background-color: initial;background: none;}
/*.auth-pane .share-list .list-item .item-text{}*/
.auth-pane .share-list .list-item .i-authdelete{background-position: -120px -80px;margin: 15px 0;float: right}
.auth-pane .share-list .list-item .auth-combox{
	display:inline-block;
	position: relative;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	background:#fefefe;}
.auth-pane .share-list .list-item .auth-combox .combox-text{width:75px;padding-left:5px;display: inline-block;border-right: 1px solid #ddd;}
.auth-pane .share-list .list-item .auth-combox .curtext{height: 26px;}
.auth-pane .share-list .list-item .auth-combox .combox-ul{display: none;position: absolute;left:-1px;width:101px;border:1px solid #ddd;}
.auth-pane .share-list .list-item .auth-combox .combox-item{height: 24px;line-height: 24px;padding-left: 5px;}
.auth-pane .share-list .list-item .auth-combox .combox-item.active{background: #DDDDDD;}
.auth-pane .share-list .list-item .auth-combox .combox-item-inherit{border-top:1px solid #ddd;height: 25px;line-height: 25px;}
.auth-pane .share-list .list-item .auth-combox .combox-item-inherit input{vertical-align: middle;}
.auth-pane .share-list .list-item .auth-combox .combox-item-self-define{height: 24px;line-height: 24px;padding: 0 0 0 12px;}
.auth-pane .share-list #removeAll{height: 20px;line-height: 20px;display: inline-block;text-decoration: underline;color: #333;}
#transferauth{/*width:350px;*/}
#transferauth>h2{height: 37px;line-height: 37px;margin-left:20px;font-size: 12px;color:#828282;}
#transferauth .search-box{margin-left:20px;margin-bottom:13px;width:294px;height:28px;border-radius: 3px;position: relative;}
#transferauth .search-box input{outline:none;width:263px;height: 28px;line-height: 28px;float: left;border:none;+width:236px;+position: relative;+left:-27px;}
#transferauth .search-box ul.data-list{width:100%;}
#transferauth #searchedlist{display: none;}
#transferauth .box-list h2{height:31px;line-height:31px;background:#e4e4e4;padding-left:20px;font-size:12px;color:#575757;}
#transferauth .lui-list{height: 157px;border:none;margin-top:inherit;+margin-top:0;overflow: auto}
#transferauth .lui-list .item-empty{height: 50px;line-height: 50px;text-align: center;}
#transferauth #searchedlist .lui-list{height: 345px;}
#transferauth .lui-list .list-item{height: 50px;width:auto;margin:0;padding: 0;position: relative;float:none;}
#transferauth .lui-list .list-item:hover,#transferauth .lui-list .selected{background-color:#2C81FF; color:#fff;}
#transferauth .lui-list .list-item .item-checkbox{visibility: hidden;}
#transferauth .lui-list .list-item:hover .item-name,
#transferauth .lui-list .list-item.selected .item-name,
#transferauth .lui-list .list-item:hover .item-team,
#transferauth .lui-list .list-item.selected .item-team{color:#fff;}
#transferauth .lui-list .list-item .item-name{display: block;padding-left:20px;height: 25px;line-height: 34px;color:#575757;}
#transferauth .lui-list .list-item .item-team{display: block;padding-left:20px;color:#9e9e9e;height: 25px;line-height: 25px;}
#transferauth .lui-list .list-item .item-message{position: absolute;top:0;right:0;width:20%;height: 50px;line-height: 50px;display: inline-block;color:#e36407;}
.transferauth h2{height: 25px;line-height: 25px;padding-left:27px;color:#838383;word-break: break-all;}
.transferauth .lui-list{height: 315px;border-top:1px solid #ddd;}
.transferauth .lui-list .list-item{height: 49px;border-bottom: 1px solid #ddd;margin:initial;padding: initial;}
.transferauth .lui-list .list-item.selected{background-color:#2C81FF; color:#fff;}
.transferauth .row2{margin-left:6px;display: inline-block;height:100%;width:326px;position: relative;}
.transferauth .row2 .up{display: block;height: 25px;line-height: 33px;/*color:#575757;*/}
.transferauth .row2 .down{display: block;height: 24px;/*color:#a09e9f;*/}
.transferauth .shares{width:56px;display: inline-block;height:49px;line-height:49px;}
.transferauth .i-checkbox{margin:-14px 3px 0 25px;}
.transferauth .icon-file{margin-top:-14px;}
.i-checkbox .i-checked{display:none;}
.selected  .i-checkbox .i-checked{display:block;}
.transferauth h2.message{height: 35px;line-height: 35px;background:#ededed;border-bottom:1px solid #e7e7e7;}
.transferauth .share-name,.transferauth .share-owner{height: 48px;line-height: 48px;}
.transferauth .share-name{padding-left:56px;width:144px;position: relative;}
.transferauth .share-owner{width:77px;color:#147af6;}
.transferauth .share-name .up{float:left;height: 25px;line-height: 33px;display: inline-block;color:#575757;}
.transferauth .share-name .down{position: absolute;bottom: 0;display: block;height: 24px;line-height: 24px;color:#9f9f9f;}
.showauth h2.info{color:#157bf7;height: 47px;font-size: 15px;}
#zh .showauth h2.info{line-height: 47px;}
.showauth .selection{padding-left:27px;}
.showauth .selection p{line-height: 21px;}
.showauth h2.usernum{height: 35px;line-height: 35px;background:#ededed;color:#575757;border-top:1px solid #cdcdcd;margin-top: 30px;}
.showauth .lui-list{margin-top: initial;border-top:none;}
.showauth .lui-list .list-item span{height: 100%;line-height: 49px;display: inline-block;}
.showauth .lui-list .list-item .item-name{width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align: center;}
.showauth .lui-list .list-item .item-email{width:140px;color:#9f9f9f;}
.showauth .lui-list .list-item .transfer{width:120px;text-align:center;color:#177bf7;}
.showauth .lui-list .list-item .i-authdelete{color:#177bf7;float:right;width:50px;}
.fl{display: inline-block;}
.fr{float:right;}
/*单个外链文件预览start*/
.filelink {
	height: 60px;
	line-height: 60px;
	width: 100%;
	min-width:1024px;
	background: url(img/index/head-bg.png) repeat-x;
}
.filelink .logo {
	float: left;
	vertical-align: middle;
	max-width: 400px;
	height: 60px;
	line-height: 60px;
	margin-left: 20px;
	overflow: hidden;
}
.filelink .logo img {
	vertical-align: middle;
	font-size: 0;
	margin-top: -3px;
}
.filelink .logo span {
	height: 100%;
	width: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.linkDownload { float:right; width:84px; height:27px; background:#247aa5; border: 1px solid #23729b; margin-right: 21px; margin-top: 17px;line-height: 27px; color:#fff;}
.linkDownload:hover { background:#3ba1d4; }
.linkDownload span{ display: inline-block; width:20px;height:20px; background: url(img/icon20x20.png) -187px -122px;vertical-align: middle; margin-left: 15px;margin-right:5px;}
.linkDownload:hover span {background: url(img/icon20x20.png) -211px -122px;}
.linkInfo { margin-right:306px; margin-left:306px;text-align:center; color:#fff;}
.linkInfo .link_name { font-weight:bold;}

.filelinkCon {
	position: relative;
	background:#2D2E31;
	text-align:center;
}
.filelinkCon.doc {
	padding:0;
}
.lui-list .list-header .col-name{width:480px;height: 48px;}
