/*登陆页*/
.windowBox{ min-width: 960px; overflow: auto}
.loginBg{ float: left; max-width: 80%; position: relative; overflow-y: hidden}

.loginBg .loginTop{ position: absolute; top:31px; left: 0; /*height: 107px*/}
.loginOnBox{ position: absolute; top:0; right: 0;background: #fff}
.footer{ bottom: 0; left: 0; text-align: center; width: 100%; position: absolute; padding-bottom: 20px;}
.footer img{ position: absolute; bottom: 0;right: 40%; width: 365px;z-index: 1;}

/*输入框,下拉框等框公用样式*/
::-ms-clear,::-ms-reveal{display:none;}
select::-ms-expand { display: none; }
/*body*/
body{background: #f3fafe;}

/*布局*/
.warp{ width:100%;min-width: 1024px;}
.heard{ background: #ffffff;height: 70px;width: 100%;padding:0px 100px;box-sizing: border-box;box-shadow:0 0 20px #e1e2e6;}

/*header头部按钮*/
.heard .heard_text{display: inline-block;box-sizing: border-box;cursor: pointer;/* font-size: 14px; */height: 70px;line-height: 70px;/* float: right */;padding: 0 10px;}
.heard .heard_text.sel{border-bottom: 3px solid #398cff;color:#398cff;}
.heard .heard_buttom{/* float: right; */display: inline-block;border-radius: 15px;margin-top: 20px;min-width: 50px;height: 30px;/* font-size: 14px; */background: #398cff;color: #ffffff;cursor: pointer;box-sizing: border-box;line-height: 30px;text-align: center; padding: 0 20px;}
.heard .heard_buttom.w{background: #fff;color: #333333;border: 1px solid #cccccc;}

.heard .text_menu_div .text_menu:after {margin-left:10px;background: url(../images/menu_02.png) no-repeat;content:" ";width:15px;height:9px;display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
	-ms-transform: rotate(180deg);
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear; /* Safari 和 Chrome */
	-moz-transition:  all 0.2s linear; /* Firefox 4 */
	-o-transition:  all 0.2s linear; /* Opera */}
.heard .text_menu_div .text_menu.sel:after{background: url(../images/menu_01.png) no-repeat;}
.heard .text_menu_div:hover .text_menu:after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg); 
	-ms-transform: rotate(0deg);
}
.heard .text_menu_div .menufload {z-index: 1001;background: #fff;    position: absolute;top: 50px; clear: both;overflow: hidden;height: 0px;max-height: 0px;/* font-size: 14px; */line-height: 24px;
	transition: max-height 0.3s ease;
	-webkit-transition: max-height 0.3s ease; /* Safari 和 Chrome */
	-moz-transition:  max-height 0.3s ease; /* Firefox 4 */
	-o-transition:  max-height 0.3s ease; /* Opera */
}
.heard .text_menu_div:hover .menufload {text-align: center;box-shadow: 0 0 12px #e1e2e6;max-height: 300px;height: auto;}
.heard .text_menu_div .menufload ul>li{padding:10px 20px;}
.heard .text_menu_div .menufload ul>li:hover{cursor: pointer;background:#eff1f3;color:#398cff;}


/*表单*/
.form_div{background: #ffffff;width: 900px;margin: 20px auto;padding: 30px 0px;box-shadow:0 0 12px #e1e2e6; }
.form_div .inputBox_div{margin:20px auto;}
.input_border{box-sizing: border-box;background-color: #fff;border: 1px solid #e1e1e1;color: #333333;border-radius: 3px;}
/* .form_div .inputBox_div .inputBox{width: 250px;height: 40px;font-size: 14px;} */
/* .form_div .sub_button{border-radius: 3px;margin-top: 40px;width: 250px;height: 40px;font-size: 14px;background:#398cff;color: #ffffff;cursor: pointer;box-sizing: border-box;line-height: 38px;text-align: center;margin-left: 200px; } */
/* .form_div .verificationButton{border: 1px solid #a5c9fc;background: #d8e9fc;color:#398cff;cursor: pointer;box-sizing: border-box;line-height: 38px;text-align: center ; vertical-align: middle;display: inline-block;width: 110px;height: 40px;margin-left: 15px;border-radius: 2px;} */
/* .form_div .verificationButton.lock{cursor:not-allowed;background: #f3f3f3;border: 1px solid #e1e1e1;color:#999;} */

/*基础输入框*/
/*.inputBox_div{height: 40px;}*/
/* .inputBox_div span{color: #999ea8;} */
/* .inputBox_div */ .inputBox_title{width:200px;display: inline-block;text-align:right;color:#666666;/* font-size: 14px;line-height: 14px;vertical-align: middle; */padding-right: 10px;}
/* .inputBox_div */ .input_message_ico{display: none;}
/* .inputBox_div */ .error_message{display: none;}

/*错误输入框*/
/* .inputBox_div */.inputBox_error .input_message_ico{margin-left:10px;width: 20px;height: 17px;background: url(../images/check_n.png) no-repeat; display: inline-block;vertical-align: middle;}
/* .inputBox_div */.inputBox_error .error_message{color: #ee2d2d;margin-left: 5px;display: inline;vertical-align: middle;}
/* .inputBox_div */.inputBox_error .inputBox{border: 1px solid #ee2d2d;}

/*正确输入框*/
/* .inputBox_div */.inputBox_correct .input_message_ico{margin-left:10px;width: 20px;height: 17px;background: url(../images/check_y.png) no-repeat; display: inline-block;vertical-align: middle;}
/* .inputBox_div */.inputBox_correct .error_message{display: none;}

/*home布局*/
.msg_div{height:50px;line-height: 50px;background: #fff;border-bottom: 1px solid #ebebeb;}
.msg_div .msg_line{margin-left:100px;}
.msg_div .msg_line:after{margin-left: 10px;line-height: 50px;background: url(../images/new.png) no-repeat center;width: 42px;height: 50px;display: inline-block;content: '';}


/*home布局1*/
.home_div_2{}
.home_div_2 .home_div_2_titile{text-align: center;font-size: 28px;padding: 80px 0px;}
.home_div_2 .home_ico{left: 29px; position: relative;}
.home_div_2 .home_text{font-size: 16px;margin:10px 0px;}
.home_div_2 .home_num_ico{margin-bottom: 20px; display: inline-block;width: 30px;height:30px;border-radius:50%; border:1px solid #333;line-height: 28px;}
.home_div_2 .home_dottedLine{border:1px #f3fafe dashed;width: calc((100% - 36px) / 2);display: inline-block;vertical-align: middle;}

/*home布局2*/
.home_div_3{background: url(../images/logo_b_bg.jpg);background-repeat: no-repeat;background-size: cover;}
.home_div_3 .home_div_3_titile{text-align: center;font-size: 28px;padding: 80px 0px;}
.home_div_3 .home_b_text{padding: 100px 0 50px 0;text-align: center;}

/*
文档类
*/
.container{width: 1240px;display: flex;margin: 20px auto 0px;
}

/*左边边框*/
.doc-summary{position: static;top: 0;left: 0;bottom: 0;width: 300px;color: #364149;background: #fff;border-right: 1px solid rgba(0,0,0,.07);transition: left .4s cubic-bezier(.4,0,.2,1);
}
/*右边边框*/
.doc-content{-ms-flex: 1;flex: 1;padding: 15px 10px;overflow: auto;background: #fff;transition: all .4s cubic-bezier(.4,0,.2,1);
}

/*文档左边布局*/
.lg-left {padding-bottom: 50px;}
.lg-left .lg-left-all-menu {display: -ms-flexbox;display: flex;color: #000;
    -ms-flex-pack: justify;justify-content: space-between;
    -ms-flex-align: center;align-items: center;font-size: 18px;margin-bottom: 0;height: auto;padding: 15px 40px;border-bottom: 1px solid rgba(0,0,0,.07);cursor: pointer;}

.lg-left .main-menu-list{padding-left: 40px;color: #666;background: #f6f6f6;font-size: 14px;cursor: pointer;position: absolute;left: 0;right: 0;z-index: 100;box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);}
.lg-left .main-menu-list .hide {height: 0;}
.lg-left .main-menu-list li {height: 40px;line-height: 40px;overflow: hidden;transition: height .4s cubic-bezier(.4,0,.2,1);}
.lg-left .main-menu-list a {color: #364149;}
.lg-left .main-menu-list li.on a { color: #269bff;}

.lg-left .lg-left-title {font-size: 16px;color: #000;text-align: left;font-weight: 600;height: 40px;line-height: 38px;margin-top: 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 0 20px;padding-left: 40px;width: 100%;}

.lg-left .node {width: 100%;height: 40px;overflow: hidden;transition: height .4s cubic-bezier(.4,0,.2,1);}
.lg-left .node:hover {background: #eff1f3;}

.lg-left .node-item {position: relative;height: 40px;font-size: 14px;color: #202f40;line-height: 40px;padding-left: 30px;display: inline-block;width: 100%;cursor: pointer;}
.lg-left .node-item .text {white-space: nowrap;display: inline-block;height: 100%;color: #364149;width: 200px;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;}
.lg-left .node-item .text .sub-name-text {color: grey;font-size: 12px;}

.lg-left .node.sub-name {height: 50px;line-height: 50px;}
.lg-left .node.sub-name .node-item {line-height: 20px;}

.lg-left .node.level-3 .node-item {padding-left: 40px;}
.lg-left .node.level-3 .node-item .text {width: 230px;}
.lg-left .node.level-4 .node-item {padding-left: 60px;}
.lg-left .node.level-4 .node-item .text {width: 210px;}
.lg-left .node.level-5 .node-item {padding-left: 80px;}
.lg-left .node.level-5 .node-item .text {width: 190px;}

.lg-left .node.selected .text {color: #398cff;} 
.lg-left .node.selected {background: #eff1f3;}
.lg-left .node.contents{position: relative}
.lg-left .node.contents.open:before{transform:rotate(0deg);}
.lg-left .node.contents:before {content: url(../images/menu_02.png);position: absolute;top: 13px;left: 20px;transform: rotate(-90deg);}
.lg-left .node.level-4.contents:before {left: 40px}
/*文档右边*/

/*横向目录*/
.breadcrumb {display: -ms-flexbox;display: flex;-ms-flex-pack: justify;justify-content: space-between;padding: 8px 10px;}
.next-breadcrumb {height: 16px;line-height: 16px;}
.next-breadcrumb .next-breadcrumb-item {display: inline-block;}
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {vertical-align: top;height: 16px;margin: 0 8px;font-size: 8px;line-height: 16px;color: #a4adb3;}
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {height: 16px;line-height: 16px;min-width: 16px;font-size: 14px;color: #269bff;display: inline-block;text-decoration: none;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .2s ease-out;}

/*内容体*/
.content-body{padding: 0 15px 40px;}
.content-body .page-title {font-size: 28px;color: #333;line-height: 40px;margin: 20px 0 10px;font-weight: 700;display: -ms-flexbox;display: flex;-ms-flex-pack: justify;justify-content: space-between;}
.content-body .page-text {font-size: 14px;}
.content-body .page-title .description {color: gray;font-size: 20px;margin-left: 10px;}
.content-body .page-title .authorisedBox{display: inline-block; height: 32px; padding: 0 10px; line-height: 30px; font-size: 12px; border: 1px solid #faecd8; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; background-color: #fdf6ec; color: #e6a23c; font-weight: normal; margin-left: 10px;}
.content-body .page-box{margin-top: 15px;}
.content-body .title-lev1{font-size: 22px;font-weight: 600;margin: 20px 0;}
.content-body .title-lev3{font-size: 16px;height: 30px;line-height: 30px;font-weight: 600;}

.content-body .text-lev1{font-size: 14px;line-height: 25px;}
.content-body .text-lev2{font-size: 12px;height: 25px;line-height: 25px;}
.content-body .text-lev2:before{content: ' ';vertical-align: middle;margin-right: 10px;display: inline-block;width: 5px;height: 5px;background: #1c8aff;border-radius: 50%;}
.content-body .text-lev3{font-size: 12px;height: 25px;line-height: 25px;}
/*表格*/
.flex-box { margin-top: 15px;}
.flex-box .flex-title {font-weight: 600;color: #333;height: 40px;line-height: 40px;font-size: 20px;text-indent: 10px;position: relative;cursor: pointer;background-color: transparent;border-bottom: 1px solid #ddd;
}
.flex-box .flex-title:hover {background-color: #f5f5f5;
}   
.flex-box .flex-title .flex-triangle.expand {width: 0;height: 0;border-style: solid;_border-style: dotted;border-width: 5px;border-color: #666 transparent transparent;top: 18px;right: 13px;}

.flex-box .flex-title .flex-triangle {width: 0;height: 0;border-style: solid;_border-style: dotted;border-width: 5px;border-color: transparent #666 transparent transparent;position: absolute;right: 15px;top: 15px;}

.flex-box .flex-title h2 { line-height: 40px;font-size: 20px;
}
.flex-box .flex-content{height:auto;overflow: hidden;transition: all .4s cubic-bezier(.4,0,.2,1);
}
.flex-box .flex-content .content-wrapper {padding: 10px 0;
}
.open-table {overflow: visible;border: 1px solid #d4d9e5;border-radius: 2px;display: table;width: 100%;
}
.open-table .header {display: table-header-group;
}
.open-table .header .header-tr {display: table-row;cursor: pointer;background-color: #ebeef0;
}
.open-table .header .header-tr .header-th {display: table-cell;height: 40px;vertical-align: middle;padding: 10px 8px;font-weight: 500;border-bottom: 1px solid #d4d9e5;border-left: 1px solid #d4d9e5;
}
.open-table .header .header-tr .header-th:first-child {border-left: none;
}

.open-table .body {display: table-row-group;transition: all .4s cubic-bezier(.4,0,.2,1);
}
.open-table .body .body-tr {display: table-row;cursor: pointer;background-color: #fff;
}
.open-table .body .body-tr .__cate {padding: 0 8px;
}
.open-table .body .body-tr .body-td {display: table-cell;position: relative;height: 40px;vertical-align: middle;padding: 10px 8px;font-weight: 500;border-bottom: 1px solid #d4d9e5;border-left: 1px solid #d4d9e5;word-break: break-all;
}
.open-table .body .body-tr .body-td:first-child {border-left: none;
}
.open-table .body .body-tr:last-child .body-td {border-bottom: none;
}
.open-table .body .body-tr .__cate:first-child {border-bottom: none;word-break: normal;
}
.open-table .node {display: inline-block;position: relative;
}
.open-table .body .body-tr.level-1 .node {margin-left: 15px;
}
.open-table .body .body-tr.level-2 .node {margin-left: 30px;
}
.open-table .body .body-tr.level-3 .node {margin-left: 45px;
}
.open-table .body .body-tr.level-4 .node {margin-left: 60px;
}
.open-table .body .body-tr.level-5 .node {margin-left: 75px;
}
.open-table .body .body-tr.leaf .node:before {position: absolute;display: inline-block;content: "";height: 1px;width: 5px;background-color: silver;top: 9px;left: -10px;
}
.open-table .node .icon {display: inline-block;width: 15px;height: 15px;position: absolute;z-index: 100;top: 1px;left: -18px;
}
/* .open-table .body .body-tr .__cate:first-child {border-bottom: none;word-break: normal;
} */
.open-table .body .body-tr.level-2 .__cate:before, 
.open-table .body .body-tr.level-3 .__cate:before, 
.open-table .body .body-tr.level-4 .__cate:before, 
.open-table .body .body-tr.level-5 .__cate:before {content: "";display: block;position: absolute;top: 0px;left: 27px;height: calc(50% + 1px);width: 6px;border-left: 1px solid silver;
}
.open-table .body .body-tr.level-2 .__cate:after, 
.open-table .body .body-tr.level-3 .__cate:after, 
.open-table .body .body-tr.level-4 .__cate:after, 
.open-table .body .body-tr.level-5 .__cate:after {content: "";display: block;position: absolute;top: 50%;left: 27px;height: 50%;width: 6px;border-left: 1px solid silver;
}
.open-table .body .body-tr.level-3 .__cate:after, .open-table .body .body-tr.level-3 .__cate:before {left: 42px;
}
.open-table .body .body-tr.level-4 .__cate:after, .open-table .body .body-tr.level-4 .__cate:before {left: 57px;
}
.open-table .body .body-tr.level-5 .__cate:after, .open-table .body .body-tr.level-5 .__cate:before {left: 72px;
}


.open-table .node .icon.have-expand {margin-right: 5px;background: url(../images/tree_add.png) no-repeat 0;background-color: #fff;background-size: 15px;vertical-align: middle;transition: all .4s cubic-bezier(.4,0,.2,1);
}
.open-table .node .icon.have-expand.expand {background: url(../images/tree_delete.png) no-repeat 0;background-color: #fff;background-size: 15px;
}
.open-table .body .body-tr.noAfter .__cate:after,
.open-table .body .body-tr.noBefore .__cate:before {
    display: none!important
}
.content-body .section-title {height: 30px;color: #202f40;font-size: 16px;line-height: 28px;margin: 5px;font-weight: 500;padding-left: 2px;
}
.ant-table {overflow: visible;border: 1px solid #d4d9e5;
}
.ant-table .ant-table-tbody tr>td,.ant-table .ant-table-tbody tr>th,.ant-table .ant-table-thead tr>td,.ant-table .ant-table-thead tr>th {border-bottom: 1px solid #d4d9e5;border-right: 1px solid #d4d9e5;
}
.ant-table .ant-table-tbody tr>td:last-child, .ant-table .ant-table-tbody tr>th:last-child, .ant-table .ant-table-thead tr>td:last-child, .ant-table .ant-table-thead tr>th:last-child {border-right: none;
}
.ant-table .ant-table-tbody tr:last-child>td, .ant-table .ant-table-tbody tr:last-child>th{border-bottom: none;
}
.ant-table .ant-table-tbody>tr, .ant-table-thead>tr {transition: all .3s;
}
.ant-table .ant-table-thead>tr>th {background-color: #ebeef0;padding: 10px 8px;height: 30px;font-weight: 400;font-weight: 500;transition: background .3s ease;text-align: left;color: rgba(0,0,0,.85);
}
.ant-table .ant-table-tbody>tr>td, .ant-table-thead>tr>th {padding: 16px 8px;word-break: break-all;
}


.ant-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.tab-content code { background-color: #fff;
}
.hljs {
    display: block;
    overflow-x: auto;
    background: #f6f8f9;
    line-height: 26px;
    font-size: 14px;
    color: #272822;
    padding: 10px;
}
code {
    padding: .2em;
    margin: 0;
    font-size: inherit;
    color: #d14;
    background-color: #f7f7f7;
}

code, kbd, pre, samp {
    font-family: Consolas,Menlo,Courier,monospace;
}
.hljs-code, .hljs-number {
    color: #66d9ef;
}


/*信息框*/
.rout_line{margin:10px;}
.rout_line span{font-size: 14px;color: blue}
.rout_line .in{color: #333;}

.flex_div.jc_sb{justify-content: space-between;}
.flex_div{display: flex}
.flex_div .flex_right{flex: 1}
.flex_div .flex_left{flex: 1}

.error{color:#ee2d2d;}


.info_div .info_title{line-height: 36px;vertical-align: top;font-size: 14px;text-align: right;}
.info_div .info_value{margin-left: 5px;width:400px;}
.info_div .info_value span{line-height: 30px;font-size: 14px;}

/*.inputBox_div .inputBox,.inputBox_div .selectBox,.inputBox_div .importBtn{margin-top: 6px;}*/
/*基础样式*/
.inputBox{width: 180px; height: 36px; padding: 0 0 0 8px; box-sizing: border-box;  background-color:#fff;  border: 1px solid #e1e1e1; color: #333333;border-radius: 3px;}
textarea.inputBox{padding:8px;height: 100px;}
.inputBox:focus{border: 1px solid #3f9dff;}
.inputBox:disabled{background:#cccccc color:#666666;}
.textarea{padding: 5px 10px;width: 50%; height: 150px;}
.iconbg {width: 20px; height: 20px;}
/*下拉框特殊处理padding公用样式*/
.bor{ border: 1px solid #ddd}

/*通用盒子模型*/
.commonBox{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: flex;}
.commonBoxFixed{width: auto; display: block; }
.commonBoxAuto{-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
.dbcenter{text-align: center;-webkit-box-align: center; -webkit-box-pack: center;  display: -webkit-box;}/*水平居中垂直居中*/
.dbcenter01{-webkit-box-align: center;   display: -webkit-box;}/*垂直居中(-webkit-box-pack: center;水平居中)*/
.commonBoxAuto>ul>li>span{color:#999ea8;}
.commonBoxAuto>ul>li>{color:#2f3b4c;}

/*radio公用样式*/
.radioBox{width: 18px; height: 18px; margin: 3px 8px 0 0; position: relative;}
.radioBox label{cursor: pointer; position: absolute; width: 18px; height: 18px; top: 0px; left: 0; background: #fff; border:1px solid #c4c4c4; border-radius: 10px;}
.radioBox label:after{width: 8px;height: 8px;opacity: 0;content: '';background: #ffffff;position: absolute;top: 26%;left: 26%;border-radius: 50%;}
.radioBox input[type=radio]:checked + label:after{opacity: 1;}
.radioBox input[type=radio]:checked +label { border:1px solid #398cff;background: #398cff;}
.radioBox input{opacity: 0;}

/*checkbox共用样式*/
.checkboxBox{width: 16px; height: 16px; display: inline-block; margin: 0px 5px 0 0; position: relative; box-sizing: border-box;}
.checkboxBox label{border-radius: 2px;cursor: pointer; position: absolute; width: 16px; height: 16px; top: 0px; left: 0; background: #fff; border:1px solid #c4c4c4; }
.checkboxBox label:after{opacity: 0; content: '';  position: absolute; top: 0px; left: 0; width: 16px; height: 16px; background: url(../images/checkbox.png) no-repeat center 0px; }
.checkboxBox input[type=checkbox][disabled] + label:after{ background: url(../images/checkbox_d.png) no-repeat center 0px;cursor: not-allowed; }
.seml label:after{ background: url(../images/xuanzhe.png) no-repeat center 0px !important; }
.checkboxBox input[type=checkbox]:checked + label:after{opacity: 1;}
.checkboxBox input[type=checkbox]:checked +label { border:0px solid #1b8bff;}
.checkboxBox input{opacity: 0;}

/*重要/关键操作按钮*/
.buttonBox{width: 128px;height: 30px;font-size: 14px;cursor: pointer;box-sizing: border-box;line-height: 28px;text-align: center;border: 1px solid #999;}
/*.buttonBox:hover{background: url("../images/btn_hover.png") repeat-x;}*/
.buttonBoxRed{width: 170px; height: 30px; line-height: 30px; border: none; padding: 0 30px; box-sizing: border-box; background:#ff3333 url("../images/btn_red.png") repeat-x; color: #fff;font-size: 14px;}
.buttonBoxRed:hover{background:#c61414 url("../images/btn_redhover.png") repeat-x;}
.buttonBox.blue{background:#398cff;color: #ffffff;border-color:#398cff;}

/*筛选*/
.mensearch{ background: url("../images/mens.png") no-repeat; background-size: 100%;line-height: 24px; box-sizing: border-box; border: 0;width: 120px;height: 24px; color: #fff; text-align: center; cursor: pointer}
.mensearch:hover{background: url("../images/mens2.png") no-repeat;}

/*弱操作按钮*/
.weakButtonBox{width: auto; cursor: pointer; height: 26px; line-height: 26px; border: 1px solid #ffd7a8;padding: 0 10px; box-sizing: border-box; background:#fdf2e5; color: #333; font-size: 12px; display: inline-block;border-radius: 2px;}
.weakButtonBox:hover{background:#ffd7a8;}


/*导入按钮*/
.importBtn{width:84px;height:24px;line-height:24px;position: relative;display: inline-block;border: 1px solid #cecece;background: linear-gradient(#fff,#eef0f3);color: #0864af;text-align: center;overflow: hidden;vertical-align: middle;}
.importBtn input[type='file']{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: inline-block;z-index:1;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);cursor:pointer; font-size: 18px;}
.importBtn:hover{background: linear-gradient(#ABABAB,#DCDCDC);color: #0864af;}

/*导入文件div*/
.importFileDiv{margin-top: 5px; display: inline-block;vertical-align: middle;}
.importFileDiv a{color:#0864af;margin-right: 20px;}
.importFileDiv span{margin-right: 5px;}


/*确认、取消按钮*/
.submitBtn,.cancelBtn{height: 26px;text-align: center;background: #3f9dff;line-height: 26px;color: #fff;display: inline-block; cursor: pointer; padding-left: 20px; padding-right: 20px; box-sizing: border-box;border: none;border-radius: 3px;}
.submitBtn:hover{background: #3388e2;}
.cancelBtn{background: #edeff2;color: #333; cursor: pointer}
.cancelBtn:hover{background: #aaaaaa;}

/*表格样式*/
.table{width: 100%; line-height: 200%; border:1px solid #cfdbe6; border-collapse: collapse;}
/* .table>tbody>tr>td a{cursor: pointer;color: #0864af;} */
.table>tbody>tr>td i{color: #207fe9; margin: 0 3px;}
.table>tbody>tr>td .td_images{height: 40px}
.table>tbody tr{background: #fff}
/* .table>tbody tr:nth-child(even){background:#;} */
.table>tbody>tr>td {padding: 0px 5px;border-bottom: 1px solid #cfdbe6;border-right: 1px solid #cfdbe6; word-break: break-all; text-align: center; line-height: 40px; color:#333333;}
/* .table>tbody tr:hover { background: #def2ff} */
/* .table>tbody>tr:nth-child(2){ background: #fff}
.table>tbody tr:nth-child(2):hover { background: #def2ff} */
.table>thead>tr>th{background-color: #f5f5f5;border: 1px solid #cfdbe6; color: #333333; padding: 0px 5px; font-weight: 600; line-height: 40px;font-size: 14px;text-align: center;}
.table>tbody{background-color: #fafcfd;}
.table .tableBtn{width:20px;height: 20px;display:inline-block;vertical-align:middle;margin:0 5px;}
/*表格内checkbox共用样式*/
.table .checkboxBox{margin: 0px 0px 0 0; }
.table .checkboxBox label{top: 0px; left: 0;}
.table .checkboxBox input{opacity: 0;}

.imgBox { padding:20px; max-height: 500px;width: 100%;overflow-y: auto;box-sizing: border-box;}
.imgBox img{height: 400px;margin: 30px auto;}

/*图片放大遮罩层*/
.idCardBack{max-width: 200px;max-height: 100px;}
.mask{display: none;
}
.mask-box{position:absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 80;opacity: 0.5;background: #000;
}
.big-pic-wrap{position:fixed;top:50%;left:50%;transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);max-width:900px;max-height:600px;/* padding:10px; */z-index:90;background:#fff;
}
.bigPic{max-width:900px;max-height:600px;
}
/*关闭大图按钮*/
.close-pic{position:absolute;top:-15px;right:-15px;display:inline-block;width: 30px;height: 30px;cursor:pointer;border-radius:50% !important;background: rgba(51, 51, 51, 0.5);text-align: center;line-height: 30px;
}
.close-pic:hover{background: rgba(51, 51, 51, 0.75);}
.close-pic>i{font-size: 25px;color:#fff; }

/*代码作色*/
 pre.prettyprint {padding: 9.5px;}

 pre.prettyprint {display: block;background-color: #f6f6f6;}

 pre.prettyprint {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;word-break: break-all;word-wrap: break-word;white-space: pre;white-space: pre-wrap;background-color: #f6f6f6;border: 1px solid #ddd;border: 1px solid rgba(0,0,0,0.15);border-radius: 2px;}

.prettyprint code, pre.prettyprint {background:none;padding: 0 3px 2px;font-family: Monaco,Menlo,Consolas,"Courier New",monospace;font-size: 14px;color: #333;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width: 95%;}

.prettyprint ol.linenums {margin-top: 0;margin-bottom: 0;color: #999;
}
.prettyprint ol {padding: 0;margin: 10px 0 10px 25px;
}
.prettyprint ol {display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;
}
.prettyprint ol>li {list-style: decimal;line-height: 1.8;
}
pre.prettyprint code {padding: 0;white-space: pre;white-space: pre-wrap;border: 0;
}
.prettyprint .pln {color: #000;
}
.prettyprint .kwd {color: #008;
}
.prettyprint .typ {color: #606;
}
.prettyprint .pun {color: #660;
}
.prettyprint .str {color: #080;
}
.prettyprint .lit {color: #066;
}
.prettyprint code {padding: 2px 4px;color: #d14;white-space: nowrap;
}
.prettyprint ol.linenums li.L1, .prettyprint ol.linenums li.L3, .prettyprint ol.linenums li.L5, .prettyprint ol.linenums li.L7, .prettyprint ol.linenums li.L9 {background: #eee;
}
.prettyprint ol.linenums>li {padding-left: 15px;
}
/*end*/

