@charset "utf-8";
input[type=button]{
	cursor: pointer;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body {
    font-size: 14px;
    font-family: "Microsoft YaHei", SimSun, Arial;
    position: relative;
}
img{
	border:none;
}
.hide {
    display: none;
}
.readonly {
    background-color: #ebebe4 !important;
    cursor:default !important;
}
.clearfix:before{
    content:".";
    display:block;
    clear:both;
    height:0;
    font-size:0;
    visibility:hidden;
    overflow:hidden;
}
.clearfix:after{
    content:".";
    display:block;
    clear:both;
    height:0;
    font-size:0;
    visibility:hidden;
    overflow:hidden;
}
.cursor{cursor:pointer;}
.top .welcome{
    float: left;
    width: 185px;
    overflow: hidden;
}
.welcome .portrait{
    float: left;
    position:relative;
    width: 36px;
    height: 36px;
    margin: 7px 10px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.welcome .portrait img{
    width: 100%;
    height:100%;
}
.welcome .txt{
    float: left;
    margin: 7px 0;
    height: 36px;
    font-size:12px;
    color: #fff;
}
.welcome .txt p.name {
	width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0 auto;
}
.welcome .msg-num{
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
	width:16px;
	height:16px;
	color:white;
    text-align: center;
	line-height:16px;
	border-radius:8px;
	font-size:12px;
	background:#de2222;
}
.top .menu-box{
    position: absolute;
    top: 0;
    height: 50px;
    left: 185px;
    right: 280px;
    margin: auto;
}
.top .menu-box .list{
    float: left;
    height: 50px;
    overflow: hidden;
}
.top .menu-box .list2{
    float: left;
}
.top .menu-box .item{
    float: left;
    min-width: 100px;
    /* line-height: 50px; */
    text-align: center;
}
.top .menu-box .link{
	margin:0px !important;
 	font-size:14px;
 	line-height: 40px;   
}
.menu-box .item .link{
    display: block;
    padding: 5px;
    color: #fff;
    /*border-radius: 5px;*/
    box-sizing: border-box;
}
.menu-box .link .icon{
    position: relative;
    top:10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: top;
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
}
.menu-box .index .icon{
    background-position:0 2px;
}
.menu-box .knowledge .icon{
    background-position:-28px 2px;
}
.menu-box .flow .icon{
    background-position: -55px 2px;
}
.menu-box .message .icon{
    background-position:-82px 2px;
}
.menu-box .schedule .icon{
   	background-position: -105px 2px;
}
.menu-box .todo .icon{
    background-position: -130px 2px;
}
.menu-box .vote .icon{
    background-position: -204px 2px;
}
.menu-box .system .icon{
    background-position: -152px 2px;
}
.menu-box .administration .icon{
    background-position: -230px 1px;
}
.menu-box .attendance .icon{
    background-position: -256px 2px;
}
.menu-box .task-link .icon{
    background-position: -282px 2px
}
.menu-box .itf-link .icon {
    background-position: -306px 2px;
}
.menu-box .email .icon {
    background-position: -332px 1px;
}
.menu-box .top-operate-manage .icon {
    background-position: -357px 2px;
}
.menu-box .top-finance-manage .icon {
    background-position: -382px 3px;
}
.menu-box .top-contract-manage .icon {
    background-position: -406px 2px;
}
.menu-box .top-danger-manage .icon {
    background-position: -433px 3px;
}
.menu-box .analysis .icon {
    background-position: -462px 3px;
}
.menu-box .decision .icon {
    background-position: -490px 3px;
}
.menu-box .top-agreement-manage .icon {
    background-position: -516px 2px;
}
.menu-box .top-party-manage .icon {
    background-position: -544px 2px;
}
.menu-box .top-assess-manage .icon {
    background-position: -568px 2px;
}
.menu-box .top-project-manage .icon {
    background-position: -595px 2px;
}
.menu-box .security-management .icon {
    background-position: -621px 2px;
}
.menu-box .science-management .icon {
    background-position: -648px 2px;
}
.menu-box .supervision .icon {
    background-position: -676px 2px;
}
.menu-box .active .icon{
    background-image: url("../images/menu3.png");
}
/* .menu-box .active .icon:after{
    position: absolute;
    left: 2px;
    top: 27px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
} */
.menu-box .link:hover .icon{
    background-image: url("../images/menu3.png");
}
.menu-box .more .icon{
    width: 16px;
    height: 2px;
    background: #fff;
    margin-top: 9px;
}
.menu-box .more .icon:after{
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    margin: -7px 0 0 7px;
    background: #fff;
    position: fixed;
}
.top .show-more{
    display: none;
    position: relative;
}
.top .more-box{
    position: absolute;
    width: 100%;
    height:auto;
    max-height:calc(100vh - 200px); 
    display:none;
    overflow: hidden;
    z-index: 19891016;
}
.top .more-box .link{
	padding: 0 2px;
}
.top .show-more:hover .more-box{
   display:block;
}
.top .action{
    float: right;
    width: 280px;
    font-size: 0;
    text-align: right;
}
.top .action .switchover{
	display: table-cell;
    position: relative;
    width: 210px;
    height: 50px;
    padding:0 24px 0 6px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    word-break: break-all;
    overflow: hidden;
}
.top .switchover .remind{
	display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    right: 10px;
    background: rgb(236, 169, 69);
    border-radius: 50%;
    opacity:0.8;
    filter:Alpha(opacity=80);
}
.top .switchover .shadow{
	display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    right: 10px;
    background: rgb(252,145,104);
    border-radius: 50%;
}
.top .switchover .align-span{
	display:block;
	position: relative;
}
.top .switchover .align-span:after{
    position: absolute;
    right: -10px;
    bottom: 2px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
}
.top .switchover.not-admin{
	padding: 0 6px 0 24px;
	background: none;
	cursor:default;
}
.top .switchover.not-admin .align-span:after{
	display:none;
}
.top .action .login-out{
    display: inline-block;
    height: 50px;
    width: 40px;
    margin-top: -50px;
    background-image: url(../images/login-out1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.top .action .login-out:before{
    display: block;
    position: absolute;
    margin-top: 11px;
    height: 28px;
    width: 1px;
    content: "";
}
.top .action .login-out:hover{
    background-image: url(../images/login-out2.png);
    background-color:#2f7cda;
}
.content{
	/*position: absolute;*/
	/*top:0px;*/
	/*bottom:0;*/
    width: 100%;
    height: 100%;
	margin:auto;
    background: #fff;
    box-sizing:border-box;
    overflow:auto;
}
.content .left{
	float:left;
	width:100%;
	padding-right:245px;
	box-sizing:border-box;
}
.lunarSection{
	display:none;
    width: 220px;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 1;
    border-radius:3px;
    background:#fff;
}
.lunarBox{
	padding:10px;
}
.lunarBox .dateArea{
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.lunarBox .left{
	float:left;
}
.lunarBox .left .day{
	width:55px;
	height:55px;
	display:block;
    text-align:center;
    line-height:55px;
    color:#fff;
    font-size:36px;
}
.lunarBox .right{
	float:left;
	margin-left:10px;
}
.lunarBox .right .date{
	padding-top:2px;
}
.almanacBox{
	padding:0px 10px 20px 10px;
}
.almanacBox .avoid{
	margin-top:10px;
}
.almanacBox .suitIcon,.almanacBox .avoidIcon{
	width:24px;
	height:24px;
	display:block;
	background: #176bc8;
	color:#fff;
	font-style: normal;
	text-align:center;
	line-height:24px;
	float:left;
	margin-left:2px;
}
.almanacBox .suitItem,.almanacBox .avoidItem{
	width: 160px;
    float: left;
    margin-left:10px;
}
.content .right{
    width: 245px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.colorType .checkbox-btn:hover label {
    color: #fff;
    background-color: #176bc8;
}
.colorType{
    height: 130px;
    padding-left:30px;
    padding-top:10px;
    width: 215px;
    background-color: #f7f7f7;
}
.colorType .checkbox-btn{
    margin-bottom:5px;
    overflow:hidden;
    font-size:16px;
    color:#252525;
    letter-spacing:2px;
    cursor:pointer;
    width:120px;
    float: left;
}
.checkbox-btn .checkbox {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px 5px 0 0;
    float: left;
}
.checkbox-btn .on {
    background: url(../images/checkbox.png) no-repeat center center;
}
.colorType .checkbox-btn input{
    display:none;
}
.colorType .checkbox-btn label{
    cursor:pointer;
    padding:0 5px;
    float: left;
}
.department{
    background: #f7f7f7;
    padding-bottom: 5px;
}
.department .title{
    height: 35px;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    padding-left: 15px;
}
.department .dptTree{
    margin: 5px 15px;
    background: #f7f7f7;
    padding-top: 15px;
}
.department .dptTree .searchArea{
    display: block;
    background: url(../images/bg_search02.png) no-repeat;
    width: 180px;
    height: 24px;
    background-size: 180px 24px;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 10px auto;
    border-radius: 15px;
}
.department .dptTree .searchArea .searchText{
    border: none;
    outline: none;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    width: 120px;
    position: absolute;
    left: 15px;
    top: 0;
    background: #e6e6e6;
}
.department .dptTree .searchArea .searchSubmit{
    border: none;
    outline: none;
    width: 32px;
    height: 26px;
    position: absolute;
    left: 150px;
    top: 0;
    background: none;
    cursor: pointer;
}
/* 按钮样式 */
.opear-btn {
    font-family: 'element-icons', "Microsoft YaHei", SimSun, Arial !important;
    speak: none;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: initial !important;
    width: 78px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    margin: 0 0 0 10px !important;
    display: inline-block;
}
.btn_red {
    color: #fff;
    background:#F56C6C;
}
.btn_green {
    color: #fff;
    background:#67C23A;
}
.btn_lightblue{
	color: #fff;
    background:#409EFF;
}
.btn_blue{
	color: #fff;
    background:#409EFF;
}
/* 部门树部分 */
.department .dptTree .tree{
	padding:0 18px 10px 17px;
}
.time_title {
    height: 30px;
    line-height: 30px;
    width: 98.5%;
    margin-top: 10px;
    padding-bottom: 5px;
    position: relative;
    background:#fff;
    margin:0;
}
.time_title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.time_title h3 a {
    display: inline-block;
    font-size: 14px;
    color: #1b1b1b;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    margin-left: 0!important;
    margin-right: 0!important;
    font-size: 14px;
    color: #555;
    vertical-align: bottom;
    border: 1px solid #C9C9C9;
}
.time_title h3 a:last-child {
	border-radius: 0 2px 2px 0;
}
.time_title h3 a:first-child {
	border-left: 1px solid #c9c9c9;
    border-radius: 2px 0 0 2px;
}
.time_title h3 a.on {
    color: #fff;
}
.time_title h2 {
    float: left;
    width: 76px;
    line-height: 26px;
    margin-top: 5px;
}
.time_title h2 a {
    display: inline-block;
    background: #4fb841;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    font-size: 14px;
    /* margin-left: 5px; */
}
.time_title .ctime {
    float: left;
    width: 200px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    margin:5px 0 0 -90px;
    top: 0px;
    FONT-WEIGHT: bold;
}
.time_title .ctime span a {
    display: inline-block;
    width: 10px;
    height: 16px;
}
.time_title .ctime span a.pre {
    background: url(../style/images/time_tico2.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 6px;
}
.time_title .ctime span a.next {
    background: url(../style/images/time_tico1.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 6px;
}
.time_title .ctime p {
    color: #252525;
    font-size: 18px;
    font-weight: bolder;
}
.bbit-dp-input {
    PADDING-LEFT: 4px;
    WIDTH: 100px;
    HEIGHT: 18px;
}
#txtdatetimeshow {
    width: 220px;
    display: block;
    text-align: center;
    cursor: pointer;
}
/*左边*/ 
.left_menu{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width:185px; 
	text-align:right;
}  
.left_menu h3{
	padding:10px 20px 10px 0;
	font-size:18px; 
	text-align:right; 
	color:#fff;
	cursor: default;
}
.left_menu h3 .menu-icon{
    display: inline-block;
    position: relative;
    left: -5px;
    top: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.left_menu h3 .open{
	background:url(../images/open-icon.png) no-repeat center;
}
.left_menu h3 .close{
	background:url(../images/close-icon.png) no-repeat center;
}
.left_menu li a{
	font-size:14px; 
	color:#fff; 
	height:30px; 
	line-height:30px; 
	display:inline-block; 
	padding-right:20px;
	width: 100%; 
	text-align:right;
	box-sizing:border-box;
}  
.left_menu li a:link.selected,.left_menu li a:visited.selected{background:#ffffff; color:#ff8400; font-weight:bold; border-left:solid #ff8400 3px;} 
.left_menu .menu-item .link {
    border-left: solid #4b5463 3px;
}
.left_menu .menu-item .link:hover{
	color:#fff; 
	font-weight:bold;
}
.left_menu .menu-item .link{
	display:inline-block; 
	padding-right:20px;
	width: 100%;
	height:36px; 
	font-size:14px; 
	color:#fff;
	line-height:36px;
	text-align:right;
	box-sizing:border-box;
}
.left_menu .menu-item .link:link.selected,.left_menu .menu-item .link:visited.selected{
	background:#4b5463; 
	color:#fff; 
	font-weight:bold; 
	border-left:solid #4b5463 3px;
}
.left_menu .menu-item .third-level {
    color: #c0c1c3;
}
.left_menu .menu-item .third-level.selected:before {
    background: #fff;
}
.left_menu .menu-item .third-level:before {
    display: inline-block;
    position: relative;
    top: 13px;
    left: -6px;
    width: 4px;
    height: 4px;
    vertical-align: top;
    background: red;
    border-radius: 50%;
    background: #c0c1c3;
    content: "";
}
.left_menu .line {
    border: 1px dashed rgba(255,255,255,0.3);
    margin: 18px 20px 10px 50px;
}
.touxiangD{ width:100%; height:194px;}
.on-off{
    position: absolute;
    width: 14px;
    height: 114px;
    top: 30%;
    right: -14px;
    background-image: url(../images/switch.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.on-off.open{
    background-position: 0 0;
}
.on-off.close{
    background-position: -50px 0;
}

.left_menu .menu-item .sub-menu-icon{
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 30px;
    vertical-align: text-bottom;
    background-image: url(/resource/style/custom/images/left_menuForOutLook2.png);
}
.left_menu .menu-item .sub-menu-icon.close{
    background-position: -18px -18px;
}
.left_menu .menu-item .sub-menu-icon.open{
    background-position: 0 -18px;
}
.left_menu .menu-item .sub-meun-list{
	display:none;
}
/* 右边 */
.right-content{
	padding:10px 10px 0 10px;
	/* margin-left:185px; */
	box-sizing:border-box;
    height: 100%;
}
.right-content .title{
	display:inline-block;
    font-size: 14px;
    /*color: #818181;*/
    color: #606266;
    vertical-align: top;
    padding-left: 1px;
}
.right-content .header{
    line-height: 26px;
}
.right-content .header span{
	margin-left : 10px;
	font-size:14px;
	color:#818181;
}
.right-content .opear-box{
	float:right;
}
.right-content .opear-box .search-box{
	position: relative;
    display: inline-block;
    width: 160px;
    height: 26px;
    margin-left: 10px;
    vertical-align: top;
    border-radius: 999px;
    border: 1px solid #ebebeb;
}
.right-content .search-box .txt{
    position: absolute;
    left: 15px;
    border: none;
    background-color: transparent;
    outline: none;
    color: #818181;
    /*height: 24px;*/
    /*line-height: 24px;*/
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}
.right-content .search-box .search {
    border: none;
    outline: none;
    width: 32px;
    height: 26px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
    background: url(../images/search-g.png) no-repeat left 5px center;
}
.right-content .sheet{
	margin-top:10px;
	width: 100%;
    height: calc(100% - 94px);
    overflow: auto;
    position: relative;
    border: 1px solid #e6e6e6;
}
.right-content .sheet-bg{
	width: 100%;
    height: calc(100% - 92px);
    overflow: auto;
    position: relative;
    border: 1px solid #e6e6e6;
}
.right-content .table,
.clfnr_xz .tables{
	width:100%;
	font-size:14px;
	border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.right-content .table tbody,
.clfnr_xz .tables tbody {
    border-bottom: 1px #eaeaea solid;
}
.right-content .table thead th,
.clfnr_xz .tables thead th {
	padding: 0 5px;
    line-height: 40px;
	border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background: #F1F5F8;
}
.right-content .table thead,
.clfnr_xz .tables thead {
    text-align: center;
    color: white;
}
.right-content .table tbody tr,
.clfnr_xz .tables tbody tr {
	border-bottom: 1px solid #dddddd;
}
.right-content .table tbody td,
.clfnr_xz .tables tbody td {
	padding: 0 5px;
    min-height: 40px;
    line-height: 40px;
	display: table-cell;
    text-align: center;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    cursor: pointer;
}
.right-content .table th{
	position:relative;
}
/* .right-content .table th:after{
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    width: 1px;
    height: 20px;
    margin:auto;
    content: "";
} */
.right-content .table th:last-child:after{
	display: none;
}
.right-content .table tr:not(.summary-row) {
    transition: all .3s;
    -webkit-transition: all .3s;
}
.right-content .table tbody tr:not(.summary-row):hover {
    background-color: #f2f2f2;
}

.right-content .table .check-item{
 	text-align: center;
    vertical-align: middle;
}
.right-content .txtl{
	text-align:left !important;
}
.right-content .txtc{
	text-align:center !important;
}
.right-content .txtr{
	text-align:right !important;
}
.apostrophe{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-content .table tr a {
    /*color: #818181;*/
    color: #606266;
}
.right-content .table tbody .nesttable {
    font-size: 12px;
    border-bottom: 1px #EAEAEA solid;
}
.right-content .table tbody .fold {
    background-color: #a0c6ec;
    border-bottom: 1px #5496d8 solid;
    border-top: 1px #5496d8 solid;
}
.right-content .table tbody .fold:hover {
    background-color: #1890FF;
}
.right-content .table tbody .fold,.right-content .table tbody .fold:nth-child(even) {
	background-color: #f5f6fa !important;
}
.right-content .table tbody .fold td a .layui-icon {
	padding: 0 5px;
}
.right-content .table .checkbox,
.clfnr_xz .tables .e_ck {
    vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 15px;
  position: relative;
}
.right-content .table .checkbox:after,
.clfnr_xz .tables .e_ck:after {
	position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  background:#FFFFFF;
  border:1px solid #999999;	
      box-sizing: border-box;
}
.right-content .table .checkbox:checked:after,
.clfnr_xz .tables .e_ck:checked:after {
  font-size: 12px;
  font-weight:600;
   background: url("../images/checked1.png") no-repeat center center;
   background-size: contain;
}
.triangle_border_box{
    display: inline-block;
    transform: translate(0, 2px);
    /*position: absolute;*/
    /*top: calc(50% - 7px)*/
}
.right-content .triangle_border_down {
    /*display: inline-block;*/
    width: 0;
    height: 0;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #dadada transparent transparent;
    top: 0px;
    left: 0px;
}
.right-content .triangle_border_up {
    /*display: inline-block;*/
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #dadada transparent transparent;
    top: 0px;
    left: 0px;
    border-bottom: 6px solid #dadada;
    margin-bottom: 2px;
}
.right-content .triangle_border_up_active{
    border-color: #5b5b5b transparent transparent;
    border-bottom: 6px solid #5b5b5b;
}
.right-content .triangle_border_down_active{
    border-color: #5b5b5b transparent transparent;
}
.right-content .table_box {
    padding: 10px 0;
}
.page-mini,
.right-content .page {
	margin-right:0;
    text-align: center;
    font-size: 14px;
    /*float:right;*/
    display: flex;
    justify-content: flex-end;
}
.page-mini tbody tr td,
.right-content .page tbody tr td {
	line-height: 34px;
	/*color : #aaa;*/
	color : #606266;
}
.right-content .class1_ur4 a {
    width: 50px;
    height: 32px;
    margin-left: 3px;
    line-height: 32px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 12px;
    background: #fff;
    color: #aaa;
    display: inline-block;
}

.right-content .table-tag{
    display: inline-flex;
    height: 36px;
    line-height: 36px;
    /*border-top: 1px solid #e6e6e6;*/
    /*border-left: 1px solid #e6e6e6;*/
}
.right-content .table-tag .tt-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    margin: 0 !important;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
}
.right-content .table-tag .tt-item:first-child{
    border-left: 1px solid #e6e6e6;
    border-top-left-radius: 4px;
}
.right-content .table-tag .tt-item:last-child{
    border-top-right-radius: 4px;
}

.right-content .table-tag .tt-item span{
    margin: 0;
}
.right-content .table-tag .active{
    color: #fff !important;
    background: #0d92f2;
    border-color: #0d92f2 !important;
}
.right-content .table-tag .active span{
    color: #fff !important;
}
.page-mini .class1_ur4 a{
    position: relative;
    width: 24px;
}
.page-mini .upPage:hover:after{
    position: absolute;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    top: -42px;
    left: calc(-60px/2 + 22px/2);
    color: #fff;
    background-color: #555555;
    z-index: 2;
    content: "上一页";
    border-radius: 3px;
}
.page-mini .downPage:hover:after{
    position: absolute;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    top: -42px;
    left: calc(-60px/2 + 22px/2);
    color: #fff;
    background-color: #555555;
    z-index: 2;
    content: "下一页";
    border-radius: 3px;
}
.page-mini .class1_ur4 a img{
    height: 13px;
    width: auto;
}
.right-content .class1_ur4 .disableClick {
    pointer-events: none;
    border: 1px solid #e3e4e4;
    color: #e3e4e4;
    cursor: default;
    opacity: .4;
}
.right-content .class1_ur4 .pageNum {
    width: 32px;
    height: 32px;
}
.right-content .class1_ur4 .pgCurrent {
	color:#fff;
}
.right-content .page font {
    padding: 0 5px;
}
.right-content .page .go {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #666;
    line-height: 22px;
    margin: 0 10px;
    vertical-align: middle;
    text-align: center;
}
.right-content .page .button_70px {
    cursor: pointer;
    padding: 3.5px 6px;
    border: 1px solid #e4e4e4;
}
/*.touxiangD img{ margin:24px auto; max-width:80%; max-height:auto;}*/
.guanzhu{ width:176px; height:48px; background:url(../images/bg_15.png) no-repeat left top;z-index:10; margin-left:12px; margin-bottom:30px;}
.guanzhu a{ width:41px; height:32px; line-height:15px; font-size:16px; font-weight:bold; float:left; text-align:center; padding:8px;}
.guanzhu a span{ font-size:12px; color:#6d6d6d;}

.grzx_r{ float:right; padding:0px 15px;}
.grzx_rtitle{ margin-top:10px; border-bottom:solid #dddddd 1px; padding-bottom:5px;}
.grzx_rtitle h5{ color:#1d1d1d; font-size:18px;}
.grzx_rtitle h5 a{ display:inline-block; width:70px; height:20px; color:#fff; line-height:20px; text-align:center; border-radius:3px; background:#176bc8; font-size:12px; margin-left:20px;}

.zil01{border-bottom:solid #dddddd 1px; margin-top:25px;}
.czil01{ float:left; margin-left:20px;}
.czil01 ul li{ margin-bottom:10px;overflow: hidden;}
.czil01 ul li label{ display:block; width:60px; height:24px;line-height:24px;color:#9e9e9e;float:left;}
.czil01 ul li input{ width:180px; height:24px; line-height:24px; margin-left:25px; font-size:14px; border:none;padding-left: 5px; border-radius:3px;float:left;background:#f3f3f3;}
.czil01 ul li select{ width:100px; margin-left:20px;height:24px; font-size:14px; border:none; border-radius:3px; background:#eeeeee;}

.zil02{border-bottom:solid #dddddd 1px; margin-top:25px; padding-left:20px;}
.czil02{ width:480px; padding-bottom:20px;float:left;}
.zil02 ul li{ margin-bottom:10px;overflow: hidden;}
.zil02 ul li label{ display:block; width:60px; height:24px;line-height:24px;color:#9e9e9e;float:left;}
.zil02 ul li input{ width:180px; height:24px; line-height:24px; margin-left:25px;padding-left:5px; font-size:14px; border:none;border-radius:3px;float:left;/* background:#f3f3f3; */}
.zil02 ul li input.radio{ width:15px; height:15px;margin-top: 5px;}
.zil02 ul li .sex{
	display:block;
	float:left;
	height:24px; 
	line-height:24px;
	width:auto;
}
.zil02 ul li select{ width:100px; margin-left:25px; font-size:14px;height:24px;border:none; border-radius:3px; background:#f3f3f3;}

.m_zlxg{ width:93px; height:20px; line-height:20px;float:left;background:#e9e9e9 url(../images/zizhi_ico.png) no-repeat 75px center; margin-right:20px; border-radius:4px; position:relative;}
.m_zlxg p{ width:71px; padding-left:10px; overflow:hidden; line-height:20px; color:#333333; font-size:12px;text-overflow:ellipsis; white-space:nowrap;}
.m_zlxg2{ position:absolute; top:19px; border:1px solid #ded3c1;background:#fff; width:90px; display:none; max-height:224px;-height:224px; overflow-x:hidden; overflow-y:auto;}
.m_zlxg2 li{line-height:20px;white-space:nowrap; padding-left:5px;color:#333333; font-size:12px; width:80px;}
.m_zlxg2 li:hover{ color:#7a5a21;}

.zil03{ margin-top:25px;}
.zil03 ul{ margin-left:20px;}
.zil03 ul li{ margin-bottom:30px;width:100%;}
.zil03 ul li label{ float:left;display:block; width:60px;height:20px;line-height:20px; color:#9e9e9e;}
.zil03 ul li textarea{ margin-left:25px; border:0px solid #c5c5c5;background:#f3f3f3; resize:none; border-radius:5px; height:80px; width:820px;padding:5px;}

/* 密码修改样式 */
.PwdFormBox{
	display:none;
}
.layui-anim-02 {
    border-radius: 5px;
    overflow: hidden;
}
.layui-layer-iframe {
    overflow: hidden;
    /*border-radius: 5px;*/
}
.layui-layer-dialog{
	border-bottom: none;
}
/* .layui-layer-btn {
    border-bottom: 4px #176bc8 solid;
    border-radius: 4px;
} */
#tcc{
	min-height:200px; 
	position:absolute; 
	top:100px; 
	left:50%; 
	margin-left:-320px; 
	display:none; 
}
.tcc_title {
    height: 46px;
    line-height: 46px;
    position: relative;
    border-bottom: solid #dfdfdf 3px;
    width: 100%;
}
.tcc_title h5 {
    position: absolute;
    right: 40px;
    top: 10px;
    line-height: normal;
}
.tcc_title h5 a {
    background: #176bc8;
    width: 78px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.tcc_title h6 {
    position: absolute;
    right: 10px;
    top: 12px;
    line-height: normal;
}
.sxuan ul{
	background-color:#ABA5A5;
	width:98%;
	margin-left:10px;
}
.biao01 ul{ 
	margin-left:10px;
}
.biao01 ul li{
	margin-top:10px;
}
.biao01 ul li label {
    float: left;
    display: block;
    color: #777777;
    /* font-size: 12px; */
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}
.biao01 ul li .intxt01{
	border:solid #c5c5c5 1px;
	height:25px; 
	line-height:25px; 
	background:none; 
	width:300px; 
/* 	font-size: 20px; */
}

/* 知识卡片 */
.card-manage{
	padding:10px 0 0 20px;
}
.card-manage .title{
	margin-right:10px;
	color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}
.card-manage .selectDept,.card-manage .question{
	width:300px;
	height:25px;
	padding:0 5px;
	border: solid #c5c5c5 1px;
	vertical-align: top;
	line-height:25px;
	font-size:12px;
}
.card-manage .creat-card{
	margin-top:10px;
}
.card-manage .question{
	width:560px;
	height:28px;
	line-height:28px;
}
.card-manage .history-list{
	display:none;
    position: absolute;
	width:570px;
	max-height:570px;
	margin:0;
	overflow: auto;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border: solid #c5c5c5 1px;
	border-top: none;
	background: #fff;
}
.history-row{
	line-height: 22px;
	padding:4px 5px;
	font-size:13px;
}
.history-row .belong{
	margin-left: 5px;
    color: #a7a7a7;
	font-size:12px;
}
.first-row{
	font-size:14px;
	font-weight:bold;
}
.no-found{
	display:none;
	text-align:center;
}
.no-found .tip{
	color:rgb(34, 34, 34);
}
.first-row:hover{
	background:none;
}
.history-row .item{
	color:rgb(34, 34, 34);
}
.history-row .item:hover{
	text-decoration: underline;
}
.card-manage .creat{
	margin-left:15px;
	width:100px;
	height:30px;
	border:none;
	vertical-align: top;
	color:#fff;
	background:#176bc8;
}
.creatBox{
    width: 1000px;
    height: 100%;
	padding:10px 20px;
    background: #f9f9f9;
    box-sizing:border-box;
}
.creatBox .head{
	text-align:right;
}
.creatBox .head .save-card{
	width:90px;
	height:26px;
   /*  margin-right: 35px; */
	border:none;
    vertical-align: top;
	border-radius:3px;
	color:#fff;
	background:#176bc8;
}
.creatBox .head .close{
	margin:2px 0 0 8px;
	width:20px;
	height:21px;
	border:none;
	background:url("../style/custom/images/ad_close.png") no-repeat;
	outline:none;
}
.creatBox .content .key{
	font-weight: bold;
}
.creatBox .content .key .tip{
	color: #ff0000;
}
.creatBox .content .txt{
	width:100%;
	height:26px;
	line-height:20px;
	padding:2px 5px;
    margin: 5px 0;
	border:solid #c5c5c5 1px;
    box-sizing: border-box;
}
.creatBox .content .question-txt{
	height:66px;
	resize:none;
}
.creatBox .content .answer-txt{
	height:286px; 
	resize:none;
}
.card-manage .strip{
	position:relative;
	padding-left:30px;
	line-height:24px;
	font-size:14px;
	font-weight: bold;
}
.card-manage .strip:before{
	display:block;
	position:absolute;
	left: 0;
	width:24px;
	height:24px;
    text-align: center;
    background: #176bc8;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
	content:"1";
}
.card-manage .two:before{
	content:"2";
}
.card-manage .three:before{
	content:"3";
}
.card-manage .line{
	margin:2px 0 0 11px;
	width:80%;
	height:20px;
	border-left:2px solid #d0e6ff;
}
.card-manage .menu-item{
	position:relative;
	padding-left:30px;
	font-size:14px;
	color: #176bc8;
}
.card-manage .menu-item:before{
	display:block;
	position:absolute;
	left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 8px;
	width:8px;
	height:8px;
    background: #176bc8;
    border-radius: 50%;
    content:"";
}
.card-manage .menu-item:after{
	display:block;
	position:absolute;
	left: 11px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 8px;
	width:8px;
	height:2px;
    background: #176bc8;
    border-radius: 50%;
    content:"";
}
.card-manage .menu-item .opear{
	text-decoration: underline;
    cursor: pointer;
}
.ztree li a:hover {
	color: #fff;
    background-color : #176bc8;
}
.ztree li a.curSelectedNode {
	color: #fff;
    background-color: #176bc8;
}

.siderightchart {
    background: #f3f0e9;
    right: -245px;
    min-height: 500px;
    position: absolute;
    top: 0px;
    z-index: 10000;
    height: 700px;
}
.siderightchart {
    background: #e7eff7;
}
.siderightchart .li {
    width: 50px;
    height: 32px;
    line-height: 32px;
    float: left;
    border-right: 1px solid #D6D6D6;
    cursor: pointer;
}
.siderightchart .open_icon {
    background: #D6D6D6 url(/resource/style/images/icon/icon.gif) no-repeat;
}
.siderightchart .open_on {
    position: absolute;
    left: -11px;
    top: 40%;
    width: 10px;
    height: 97px;
    margin-top: -49px;
    background-position: left center;
    border-radius: 10px 0 0 10px;
}
.search03 .submit03 {
    border: none;
    outline: none;
    width: 32px;
    height: 26px;
    position: absolute;
    left: 150px;
    top: 0px;
    background: none;
    cursor: pointer;
}
.search03 b {
    display: block;
    background: url(../images/bg_search02.png) no-repeat;
    width: 180px;
    height: 24px;
    background-size: 180px 24px;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 10px auto;
    border-radius: 15px;
}
.search03 .text03 {
    border: none;
    outline: none;
    height: 20px;
    font-size: 12px;
    color: #1d1d1d;
    line-height: 22px;
    background: #FFF;
    width: 120px;
    color: #b3b3b3;
    position: absolute;
    left: 15px;
    top: 0px;
    background: #e6e6e6;
}
.search03 {
    width: 245px;
    margin: 5px auto 15px auto;
    padding: 15px 0;
}
.search03 {
    background: #e7eff7;
}
.r_nr h3 {
    height: 35px;
    font-size: 18px;
    color: #333332;
    line-height: 35px;
    padding-left: 15px;
}
.r_nr h3 {
    background: #c5dbec;
}
.fx{
    width: 245px;
    height: 240px;
}
.siderightchart .open_off {
    background-position: right center;
}
.canvas-holder {
   	background-color: rgb(231, 239, 247) !important;
}
.noResult {
    width: 40%;
    text-align: center;
    margin: 30px auto;
}
.noResult img {
    width: 100%;
}
.noResult span {
    font-size: 16px;
}

.header-line{
	padding-bottom:10px;
	border-bottom:solid #dfdfdf 3px;
	margin-bottom:10px;
}
.header-line .btn_green{
	float:right;
}
.set-item{
	margin:10px;
	margin-left:20px;
}
.set-item span{
	display:inline-block;
	min-width:80px;
	line-height:28px;
	font-size:14px;
}
.set-item .intxt01{
	height:28px;
	padding-left: 5px;
}
.selectDiv .selectOption {
	box-sizing: border-box;
    display: none;
    position: absolute;
    width: 100%;
    border: solid #c5c5c5 1px;
    border-top: none;
    background: #fff;
    z-index: 1;
}
.selectDiv {
    position: relative;
    display: inline-block;
    cursor:pointer;
}
.selectDiv:after{
	content:"";
	position:absolute;
	top:30%;
	right:10px;
	width:0;
	height:0;
	border:5px solid transparent;
	border-left-color:black;
}
.selectDiv.extend:after{
	top:calc(50% - 2px);
	right:12px;
	border:5px solid transparent;
	border-top-color:black;
}
.selectDiv .option:hover{
	background:#176bc8;
}
.selectDiv .option:hover a{
	color:white;
}
.selectDiv .option a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
    color:#818181;
    display:block;
}
.lf_cmenu ul li a em {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.lf_cmenu ul li:hover a {
    background: #4b5463;
    border: none;
    font-weight: normal;
}
.left_menu_type .serchactive, .left_menu .serchactive {
    background: #4b5463;
}
.lf_cmenu ul {
    margin-top: 20px;
}
.lf_cmenu h4 span {
    display: inline-block;
    border-bottom: solid #fff 3px;
    line-height: 30px;
}
.lf_cmenu {
    margin-top: 50px;
}
.lf_cmenu h4 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-right:20px;
}
/*高级搜索 */
.right-content .opear-box {
    float: right;
    display: flex;
    font-size: 12px;
}
.right-content .opear-box label{
	font-size:14px;
	color:#818181;
}
.advanced-search{
	display: inline-block;
    position: relative;
    height: 26px;
    margin-left: 10px;
    vertical-align: top;
}
.advanced-search .search-group{
	display: inline-block;
    position: relative;
}
.advanced-search .search-input{
	width:150px;
	height: 26px;
	padding:0 40px 0 5px;
	box-sizing:border-box;
	line-height:24px;
	border:1px solid #e3e4e4;
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.advanced-search .search{
	position: absolute;
    top: 0;
    right: 0;
	width:40px;
	height: 26px;
	border:none;
	background:#2da3ee url("../images/search-w.png") no-repeat center;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	outline: none;
	cursor: pointer;
}
.opear-box .advance{
	width: 86px;
    height: 26px;
    padding-left: 24px;
    border: 1px solid #ebebeb;
    text-align: left;
    color:#cecece;
    background: url(../images/search-g.png) no-repeat left 5px center;
    outline: none;
    margin-left: 10px;
}
.advanced-search .advance{
	width: 86px;
    height: 26px;
    padding-left: 24px;
    border: 1px solid #ebebeb;
    text-align: left;
    color:#cecece;
    background: url(../images/search-g.png) no-repeat left 5px center;
    outline: none;
    margin-left: 0 !important;
}
.advance-box {
	display:none;
    position: absolute;
    top: 36px;
    right: 10px;
    z-index: 4;
	width:520px;
    padding: 20px 10px 10px 10px;
	box-sizing:border-box;
	border:1px solid #ebebeb;
	background: #fff;
}
.advance-box .advance-left,.advance-box .advance-right{
	float:left;
	width:50%;
}
.advance-box .advance-left{
	position:relative;
}
.advance-box .advance-left:after{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom:10px;
    width: 1px;
    margin:auto;
    background: #e6e6e6;
    content: "";
}
.advance-box .advance-group{
	margin:0 0 10px 15px;
}
.advance-box .advance-key{
	display:inline-block;
	width:60px;
	line-height: 26px;
}
.advance-box .advance-value{
    width:100px;
    height:26px;
	border:1px solid #e6e6e6;
	text-indent: 0.5em;
}
.advance-box .space{
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 26px;
}
.advance-box .advance-date{
	float: left;
    width: 100%;
}
.advance-box .advance-option{
	float: left;
    width: 100%;
}
.advance-box .advance-option .advance-option-box{
	display: inline-block;
}
.advance-box .advance-option-box .checkbox-input{
	position:relative;
    top: 8px;
    width: 12px;
    height: 12px;
    vertical-align: top;
}
.advance-option-group{
	display: inline-block;
    margin-right: 14px;
}
.advance-box .query-line{
	float: left;
    width: 100%;
	margin:10px auto;
	text-align: center;
}
.advance-box .queryBtn{
	margin-right:5px;
}
.nicescroll-rails div{
	margin:0;
}
/* 
个人简介 */
.personal-profile{
    border-top: solid #dddddd 1px;
    margin-bottom: 15px;
}
.profile-area{
    max-width: 926px;
    margin: 0;
}
.profile-header {
	padding:10px 0;
}
.profile-header .title{
	display:inline-block;
    color: #1d1d1d;
    font-size: 18px;
}
.profile-edit,
.profile-delete{
	float:right;
	display: inline-block;
    width: 70px;
    height: 20px;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #176bc8;
}
.profile-add{
	display: block;
	float:right;
    width: 70px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #9e9e9e;
}
.profile-add .icon{
	display: inline-block;
	position: relative;
	width:14px;
	height:14px;
	margin:2px 5px 0 0;
	border:1px solid #9e9e9e;
    vertical-align: top;
}
.profile-add .icon:before{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 10px;
    height: 2px;
    margin: auto;
    background: #9e9e9e;
    content: "";
}
.profile-add .icon:after{
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    width: 2px;
    height: 10px;
    margin: auto;
    background: #9e9e9e;
    content: "";
}
.profile-fieldset{
	padding: 10px;
    margin-top: 10px;
	border: 1px #dbdee0 solid;
    border-radius: 5px;
}
.profile-fieldset-new{
	display:none;
}
.profile-header+.profile-fieldset{
	margin-top: 0;
}
.profile-legend{
	margin:0;
    padding: 0 5px;
    font-size: 14px;
}
.profile-group{
	padding-bottom:10px;
}
.profile-pd0{
	padding-bottom:0;
}
.profile-group .profile-left-col,
.profile-group .profile-right-col{
	float:left;
	width: 494px;
}
.profile-group .profile-right-col{
	width: 410px;
}
.profile-group .profile-txt{
    display: block;
    float: left;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #9e9e9e;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}
.profile-group .profile-value-box{
	margin-left:90px;
}
.profile-group .profile-value{
    height: 24px;
    width: 320px;
    border: 1px solid #c5c5c5;
    line-height: 24px;
    padding-left: 5px;
    font-size: 14px;
    border-radius: 3px;
    box-sizing:border-box;
}
.profile-group .profile-textarea-value{
	width:100%;
	height: 80px;
    padding: 5px;
	resize: none;
}
.profile-group .profile-readonly{
    border: 0px solid #c5c5c5;
    background: #f3f3f3;
}
.profile-time .profile-txt{
 	width:20px;
 	margin-left: 60px;
}
.profile-time-box .profile-value-box{
	margin-left:90px;
}
.profile-time-box .profile-value{
	width: 138px;
}
.profile-time-box .profile-left-col,
.profile-time-box .profile-right-col{
	float:left;
	width:182px;
}

.profile-group .words-count{
	display:none;
	color: #9e9e9e;
	text-align:right;
	line-height:24px;
}
.profile-btn-box{
	display:none;
	text-align:center;
}
.profile-save,.profile-cancel{
	display: inline-block;
	width:80px;
	height:26px;
	line-height:24px;
	text-align: center;
	color:#ffffff;
	border-radius:3px;
	margin-left: 20px;
    margin-right: 20px;
    background:#0a74a9;
}
.profile-cancel{
	background:#f14040;
}
label.required {
	color: #3889c9!important;
}
.fwb{
	font-weight: bold;
}
.left_menu .menu-item .enlarge-title{
	height:44px;
	padding-top:7px;
	padding-bottom:7px;
	font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*滚动条*/
::-webkit-scrollbar {
  /*血槽宽度*/
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  /*拖动条*/
  /*background: rgba(189, 189, 189, 0.3);*/
  /*border-radius: 0px;*/
    border-radius: 8px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #bebebe;
}
::-webkit-scrollbar-track {
  /*背景槽*/
  /*background-color: #e6e6e6;*/
    box-shadow   : inset 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background   : #fff;
}
.table-scroller{
    height: calc(100% - 92px);
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom:0px !important;
}
.table-scroller .viewport {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: initial !important;
}
.table-scroller .overview{
    position: relative;
    height: 100%;
    margin-bottom: 0px !important;
}
.table-scroller .overview .sheet{
    height: 100%;
}
.table-scroller .overview .sheet-bg{
    height: 100%;
}

.sheet::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.sheet::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #bebebe;
}
.sheet::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background   : #fff;
}

/*============导出=============*/
.export-box{display: none;position: absolute;background: #fff;border:1px solid #ebebeb;z-index:2;min-width: 300px;box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);}
.export-box .export-head{box-sizing:border-box;height: 40px;line-height: 40px;display: flex;align-items: center;justify-content: space-between;padding: 5px 10px;border-bottom: 1px solid #ebebeb;}
.export-box .export-head >h3{font-size: initial;}
.export-box >ul{padding: 0 10px;}
.export-box >ul >li{box-sizing:border-box;height: 40px;line-height: 40px;display: flex;align-items: center;justify-content: space-between;}
.export-box >ul >li:not(:last-child){border-bottom: 1px solid #ddd;}
.export-box >ul >li label{font-size: 14px;color: #818181;}
.export-box >ul >li a{background: #fff;}