* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei", "Arial Narrow", sans-serif;
}

html,
body {
    font-family: "Microsoft YaHei", "Arial Narrow", sans-serif;
    font-size:14px;
    width:100%;
    height:100%;
    overflow:hidden;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

input,
select {
    outline: none;
}

input {
    padding-left: 5px;
    border: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

span,
b,
i,
a,
label,
input {
    display: inline-block;
}

i {
    font-style: normal;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
}

.clear:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
}

.btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #3b8cff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.text-c {
    text-align: center;
}

.text-c {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-b {
    color: #2096fa;
}

.text-r {
    color: #ff0000;
}

.text-o {
    color: #ff9205;
}

.text-g {
    color: #26c300;
}
.btn:disabled{
    background: #4baafb;
    cursor: not-allowed;
}
.btn-b {
    background: #2096fa;
}

.btn-b:active {
    background: #2775fa;
}
.btn-b:disabled{
    background: #4baafb;
}

.btn-r {
    background: #f2554e;
}

.btn-r:active {
    background: #cb2408;
}
.btn-r:disabled {
    background: #F28679;
}
.btn-o {
    background: #ff9205;
}

.btn-o:active {
    background: #f18a06;
}
.btn-o:disabled {
    background: #FFC23A;
}

.btn-g {
    background: #26c300;
}

.btn-g:active {
    background: #28ba05;
}
.btn-g:disabled {
    background: #63c14c;
}

.btn-w {
    width: 98px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #3399ff;
    border:1px solid #b1d8ff;
}
.btn i{
    width:22px;
    height:22px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat;
}
.left_bar .btn .icon_addcert {
    background-position: -225px -54px;
    vertical-align: -3px;
    margin-right: 2px;
}
#setUp.btn{
    width:118px;
}
#setUp.btn i{

    background-position:-5px -5px;
    vertical-align: -6px;
    margin-right: 2px;
}
#del.btn,#del_.btn,.edit_.btn,#recover.btn,.edit_.btn{
    width:78px;
}
#del.btn i ,#del_.btn i{
    background-position: -144px -38px;
    vertical-align: -6px;
    margin-right: 5px;
}
.edit_.btn i {
    background-position: -172px -38px;
    vertical-align: -6px;
    margin-right: 5px;
}
#recover.btn i {
    background-position: -174px -38px;
    vertical-align: -6px;
    margin-right: 5px;
}

#rename.btn,.copy.btn,.move.btn{
    width:90px;
}
#rename.btn i {
    background-position: -144px -38px;
    vertical-align: -6px;
    margin-right: 5px;
}
.copy.btn i {
    background-position: -117px -38px;
    vertical-align: -6px;
    margin-right: 5px;
}
.move.btn i {
    background-position: -174px -38px;
    vertical-align: -6px;
    margin-right: 5px;
}

#service.btn i {
    background-position: -171px -4px;
    vertical-align: -6px;
    margin-right: 2px;
}
.certBtn.btn i {
    background-position: -29px -5px;
    vertical-align: -6px;
    margin-right: 2px;
}
.operate .shareBtn.btn i {
    background-position:-59px -4px;
    vertical-align: -6px;
    margin-right: 2px;
}
#node_file_download.btn i{
    background-position:-143px -5px;
    vertical-align: -6px;
    margin-right: 2px;
}
#pickfiles0_.btn i,
#pickfiles1_.btn i{
    background-position:-30px -37px;
    vertical-align: -6px;
    margin-right: 2px;
}
#not_notice.btn i{
    background-position:-85px -5px;
    vertical-align: -6px;
}
#notice.btn i{
    background-position:-116px -5px;
    vertical-align: -6px;
}
#pickfiles.btn i{
    background-position:-1px -37px;
    vertical-align: -6px;
    margin-right: 2px;
}
.btn2{
    width:132px;
}
.btn-big {
    width: 157px
}

.btn-mini {
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.div-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.text_point {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.folder {
    width: 56px;
    height: 46px;
    background: url("folder.png")/*tpa=http://ai.zhengyouke.com/static/img/folder.png*/ no-repeat;
    vertical-align: middle;
}

.folder.folder_j {
    background-image: url("folder_j.png")/*tpa=http://ai.zhengyouke.com/static/img/folder_j.png*/;
}

.mark_t {
    width: 15px;
    height: 15px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -100px -95px;
    vertical-align: middle;
    margin-right: 5px;
}

.upload_icon i {
    width: 45px;
    height: 45px;
    margin: 16px 0;
}

.icon_img {
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat 0 -142px;
}

.upload_icon .icon_zip,
.upload_icon .icon_rar {
    width: 55px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -53px -142px;
}

.icon_pdf {
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -110px -142px;
}

.icon_ppt,
.icon_pptx {
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -162px -142px;
}

.icon_doc,
.icon_docx {
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -215px -142px;
}

.icon_xls,
.icon_xlsx {
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -268px -142px;
}

.icon_txt {
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -320px -142px;
}
.con_folder>div li.active .icon_img,
.con_folder>div li.active .icon_pdf,
.con_folder>div li.active .icon_ppt,
.con_folder>div li.active .icon_pptx,
.con_folder>div li.active .icon_doc,
.con_folder>div li.active .icon_docx,
.con_folder>div li.active .icon_xls,
.con_folder>div li.active .icon_xlsx,
.con_folder>div li.active .icon_zip,
.con_folder>div li.active .icon_rar,
.con_folder>div li.active .icon_txt,
.upload_icon li:hover .icon_img,
.upload_icon li:hover .icon_pdf,
.upload_icon li:hover .icon_ppt,
.upload_icon li:hover .icon_pptx,
.upload_icon li:hover .icon_doc,
.upload_icon li:hover .icon_docx,
.upload_icon li:hover .icon_xls,
.upload_icon li:hover .icon_xlsx,
.upload_icon li:hover .icon_zip,
.upload_icon li:hover .icon_rar,
.upload_icon li:hover .icon_txt {
    background-position-y: -199px;
}

ul.upload_icon li.active.text-c:before {
    top: -35%;
}

.left_52 {
    padding-left: 52px;
}

i.light{
    width:18px;
    height:20px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -33px -62px;
    vertical-align: -3px;
    margin-right:7px;
}
i.encode{
    width:13px;
    height:16px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -146px -63px;
    vertical-align: -3px;
}


/*---------表单样式----------*/

.form_row {
    margin: 10px 0;
    height: 34px;
    line-height: 34px;
}
.form_row>.form_row{
    margin-top: 0;
    margin-bottom: 0;
}
.form_row>input[type=text] ,
.form_row>input[type=number],
.form_row>input[type=email],
.form_row>input[type=tel]{
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
    /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

.form_row>label {
    color: #666;
    /*display: inline-block;*/
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: right;
}

.form_row #license {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 111;
}

label>span {
    color: #ff2323;
}
.form_row>select {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 34px;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
    /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
    line-height: 34px;
    padding: 5px 0px\9;
    float: left;
    margin-right: 5px;
    color: #697882;
}

.form_row>textarea {
    resize: none;
    padding: 5px;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
    /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 120px;
    outline: none;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    width: 33%\9;
}
.form_row_tip,
.form_row_tip>label,
.form_row_tip>input,
.form_row_tip>span{
    height: 20px;
    line-height:20px;
}
.form_row_tip{
    display: none;
}
@-moz-document url-prefix() {
    .form_row>textarea {
        width: 33%;
    }
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-11 {
    width: 91.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-8 {
    width: 66.66666667%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-5 {
    width: 41.66666667%;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-1 {
    width: 8.33333333%;
}


/*----------弹窗样式----------*/

.shadow {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0, 0, 0, .3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 11111;
}

.shadow>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px 20px;
    height: 45px;
    line-height: 45px;
    max-width: 210px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: rgba(0, 0, 0, .3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.tip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*min-width:420px;
    min-height: 240px;*/
    min-width: 300px;
    min-height: 200px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.tip_title {
    height: 48px;
    line-height: 48px;
    background: #f7faff;
    border-bottom: 1px solid #ebebeb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tip_title>span {
    max-width: 60%;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.tip_title .cancel {
    float: right;
    width: 36px;
    font-size: 26px;
    color: #5f7094;
    cursor: pointer;
}

.tip_body {
    text-align: center;
}

.tip_body {
    min-height: 120px;
}

.tip_foot .cancel {
    color: #666;
}

.tip_foot {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 15px 0;
}

.share {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
}
/***********提示信息*************/

.tip_bd {
    position: absolute;
    top: 80px;
    left: 45%;
    min-width: 90px;
    height: 40px;
    line-height: 40px;
    padding: 0px 13px;
    text-align: center;
    border-radius: 3px;
    background: #fbf0cf;
    border: 1px solid #f6e056;
    color: #666;
    z-index: 11111111;
}
.tip_bd .info{
    max-width: 360px;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.tip_bd>i,
i.tip_warn,
i.tip_wrong {
    width: 16px;
    height: 16px;
    background: url("iconList.png")/*tpa=http://ai.zhengyouke.com/static/img/iconList.png*/ no-repeat -128px -93px;
    margin-right: 10px;
    vertical-align: -2px;
}

.tip_bd>i.tip_warn {
    background-position-x: -100px;
}

.tip_bd>i.tip_wrong,
i.tip_wrong {
    background-position-x: -161px;
}