.absen_index{
	display: inline-block;
	width: 100%;
}

.absen_header{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #2E3A49;
}

.absen_body{
	display: inline-flex;
	width: 100%;
	margin-top: 75px;
}

.absen_body_leftNav{
	width: 250px;
	background-color: white;
	margin-top: 70px;
	border-right: 5px solid #ebeef4;
	border-top: 5px solid #ebeef4;
}

.absen_leftNav_head{
	display: inline-block;
	width: 100%;
}

.absen_leftNav_head p {
    text-align: center;
    font-size: 13px;
    color: #2e3a49;
}

.absen_leftNav_head p a {
    color: #009fe5;
    margin-right: 5px;
}

.absen_leftNav_head h4{
	font-size: 14px;
	color: #666;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 500;
}

.absen_leftNav_head img{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.absen_leftNav_icon{
	display: inline-flex;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.absen_leftNav_icon a {
	display: inline-block;
	width: 100%;
}


.absen_leftNav_icon span{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #2e3a49;
	border-right: 1px solid #ebeef4;
	transform: scale(0.9);
}

.absen_leftNav_icon span:last-child {
    border: none;
}

.absen_leftNav_icon span img{
	display: block;
	width: 25px;
	margin: 0 auto;
	margin-bottom: 5px;
	transform: scale(0.85);
}

.absen_leftNav_icon span img:hover{
	transform: scale(1);
}

.absen_leftNav_icon span i{
	color: red;
	font-style: inherit;
}


.absen_leftNav_choose{
	display: inline-block;
	width: 100%;
	margin-top: 5%;
}

.absen_leftNav_choose span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 15px;
	font-size: 12px;
	color: #333;
}

.absen_leftNav_choose span:first-child {
    background-color: #169bd54a;
}


/*右边??容*/
.absen_body_rightCon{
	display: inline-flex;
	width: 83%;
	margin-left: 5px;
}

.absen_echarts{
	display: inline-block;
	width: 65%;
}

.absen_echarts_img{
	display: block;
	width: 100%;
}

.absen_Common_functions{
	display: inline-block;
	width: 45%;
	margin-left: 5px;
}

.absen_Common_functions_head{
	display: inline-block;
	width: 100%;
	background-color: white;
	border-bottom: 5px solid #ebeef4;
}

.absen_Common_functions_head p{
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	font-size: 14px;
}

.absen_functions_headContent{
	display: inline-block;
	width: 100%;
    margin-bottom: 20px;
}

.absen_functions_headContent span{
	display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
	color: #666;
	padding-bottom: 10px;
	background-color: #e3f2fd;
}

.absen_functions_headContent span:nth-child(2) {
	background-color: #f8f8f8;
}

.absen_functions_headContent span:nth-child(4) {
	background-color: #f8f8f8;
}

.absen_functions_headContent span:nth-child(5) {
	background-color: #f8f8f8;
}

.absen_functions_headContent span:nth-child(7) {
	background-color: #f8f8f8;
}

.absen_functions_headContent span img{
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 25px;
	margin-bottom: 10px;
	transform: scale(0.85);
}

.absen_functions_headContent span img:hover {
	transform: scale(1);
}

.absen_Common_functions_content{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.absen_Common_functions_content img{
	width: 100%;
}

/*????*/
.contract_sale_addAims{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.sale_addAims_content {
	position: absolute;
	width: 450px;
	background-color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sale_addAims_header{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #2196F3;
	color: white;
	font-size: 14px;
}

.sale_addAims_body {
	max-width: 100%;
	padding: 15px;
}

.addAims_body_head{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #efefef;
}

.addAims_body_head span {
	display: inline-block;
	padding: 2px 10px;
	background-color: white;
	border: 1px solid #2196F3;
	color: #2196F3;
	margin-bottom: 5px;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}

.addAims_body_head span.addAims_spanChoose{
	background-color: #2196F3;
	color: white;
}

.addAims_body_con{
	margin-top: 10px;
}

.addAims_body_conAll{
	display: inline-block;
	width: 100%;
}

.addAims_conAll_select{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #666;
}

.addAims_conAll_select label {
	display: inline-block;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}

.addAims_conAll_select select{
	display: inline-block;
	width: 150px;
	height: 25px;
	border: 1px solid #ddd;
	background-color: white;
	outline: none;
	color: #999;
	font-size: 12px;
	border-radius: 25px;
	margin-bottom: 10px;
}

.addAims_conAll_addContent{
	display: inline-block;
	width: 100%;
}

.addAims_conAll_addContent span{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.addAims_conAll_addContent span label{
	display: inline-block;
	width: 80px;
	text-align: right;
	margin-right: 5px;
}

.addAims_conAll_addContent span input{
	width: 150px;
	height: 22px;
	text-indent: 10px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 12px;
	border-radius: 25px;
}

.sale_addAims_footer{
	width: 100%;
	height: 40px;
	text-align: right;
}

.sale_addAims_footer button{
	padding: 3px 15px;
	background-color: #2196F3;
	color: white;
	outline: none;
	margin-right: 10px;
	border: 0;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #2196F3;
	cursor: pointer;
}

.sale_addAims_footer button:last-child{
	background-color: white;
	color: #2196F3;
}

.conAll_select_department{
	display: none;
}

/*?????*/
.absen_upload_indexCon{
	display: inline-block;
	width: 100%;
}

.absen_upload_headCon{
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 0.5px solid #f5f5f5;
	color: #2196F3;
}

.absen_upload_headCon a{
	display: inline-block;
	font-size: 14px;
}

.absen_upload_headCon label{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
}

.absen_upload_bodyCon{
	display: inline-block;
	width: 100%;
}

.upload_bodyCon_ser{
	display: inline-block;
	width: 100%;
	clear: both;
}

.bodyCon_ser_left{
	display: inline-block;
	float: left;
	text-align: left;
}

.bodyCon_ser_left span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	color: #666;
	font-size: 12px;
}

.bodyCon_ser_left span input, .bodyCon_ser_left span select {
	display: inline-block;
	height: 25px;
	border: 1px solid #ddd;
	color: #999;
	padding: 0px 5px;
	border-radius: 20px;
	vertical-align: middle;
	width: 90px;
	line-height: 25px;
}

#absen_upload_time input{
    width: 125px;
}

.bodyCon_ser_left span label{
	margin-right: 5px;
}

.bodyCon_ser_btnRight{
	display: inline-block;
	float: right;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.bodyCon_ser_btnRight button{
	display: inline-block;
	height: 25px;
	border: 1px solid #2196F3;
	color: #2196F3;
	padding: 0px 10px;
	border-radius: 20px;
	vertical-align: middle;
	line-height: 25px;
	background-color: white;
	margin-left: 5px;
	cursor: pointer;
}

.bodyCon_ser_btnRight span{
	display: inline-block;
	vertical-align: middle;
}

.bodyCon_ser_btnRight span a{
	font-size: 18px;
	color: #2196F3;
}

.bodyCon_ser_btnRight span a:hover{
	color: #6dc5f3 !important;
}

.bodyCon_ser_btnRight .check_btnRight{
	background-color: #2196F3;
	color: white;
	border: 0;
}

/*a.mdi.mdi-apps{
	display: none;
}*/

/*????????*/
.upload_bodyCon_content{
	display: inline-block;
	width: 100%;
}

.bodyCon_content_title{
	display: inline-block;
	width: 100%;
	color: #666;
}

.bodyCon_content_title p{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
}

.bodyCon_content_title p label{
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.bodyCon_content_title p input{
	margin-top: 2px;
	margin-right: 5px;
	width: 12px;
}

.bodyCon_content_title p a{
	color: #666;
}

.bodyCon_content_title p label:last-child{
	text-align: right;
}

/*??*/
.bodyCon_content_list{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

/*????*/
.bodyCon_content_listHorizontal{
	display: inline-block;
	width: 100%;
}

.bodyCon_content_listHorizontal span{
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 5px;
	background-color: #f8f8f8;
	text-align: center;
	position: relative;
	font-size: 12px;
	color: #666;
	margin: 0px 15px 15px 15px;
	vertical-align: middle;
	cursor: pointer;
}

.bodyCon_content_listHorizontal span:hover {
	transform: scale(1.05);
}

.bodyCon_content_listHorizontal span input{
	position: absolute;
	left: 10px;
	top: 5px;
	width: 12px;
}

.bodyCon_content_listHorizontal span img {
	display: block;
	width: 35px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px;
}

/*????*/
.bodyCon_content_listVertical{
	width: 100%;
	margin-top: 10px;
}

.bodyCon_content_listVertical td button{
	padding: 2px 10px;
	font-size: 12px;
	border: 0;
	background-color: #2196F3;
	color: white;
	border-radius: 5px;
	outline: none;
	margin-left: 10px;
}

.bodyCon_content_listVertical input{
	width: 12px;
}

.bodyCon_content_listVertical img{
	width: 20px;
	vertical-align: top;
	margin-right: 5px;
}

.bodyCon_content_listVertical td button.folderEdit{
	border: 1px solid #2196F3;
	background-color: white;
	color: #2196F3;
}

/*?????*/
.absen_add_folder {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.absen_add_folderBody {
	width: 400px;
	height: 150px;
	background-color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.absen_add_folderBody span{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.absen_add_folderBody span input {
	display: block;
	width: 250px;
	margin: 0 auto;
	margin-top: 40px;
	height: 30px;
	border-radius: 25px;
	color: #666;
	font-size: 12px;
	text-indent: 10px;
}

.absen_add_folderBody span button {
	display: inline-block;
	width: 80px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 20px;
}

.absen_add_folderBody span button:first-child {
	background-color: #2196F3;
	color: white;
	border: 0;
}

/*?????*/
.absen_CheckDetail_body{
	display: inline-block;
	width: 100%;
	margin-top: 70px;
}

.absen_CheckDetail_content {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	min-height: 300px;
	border: 0.5px dashed #2196f3;
	padding: 15px;
	border-top: 0;
}

.CheckDetail_content_header{
	border-bottom: 0.5px solid #f5f5f5;
}

.CheckDetail_content_header h4{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 40px;
}

.CheckDetail_content_header span{
	display: inline-flex;
	width: 100%;
}

.CheckDetail_content_header span p{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.CheckDetail_content_header span p:last-child{
	text-align: right;
}

.CheckDetail_content_header span p label {
	margin-right: 5px;
}

.CheckDetail_content_body{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

/*?????*/
.absen_main_printIndex{
	width: 750px;
	margin: 0 auto;
	background-color: white;
	margin-top: 42px;
}

.absen_main_printHeader{
	display: inline-block;
	width: 100%;
}

.main_printHeader_logo{
	display: inline-block;
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom: 1px solid #666;
}

.main_printHeader_logo img{
	height: 90%;
	position: absolute;
	bottom: 2px;
	left: 0;
}

.main_printHeader_title{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 50px;
	margin: 0;
}

.absen_main_printTitle{
	display: inline-block;
	width: 100%;
}

.absen_main_printTitle table{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
	table-layout: auto;
}

.absen_main_printTitle table th{
	width: 150px;
	color: #333;
	text-align: left;
}

.absen_main_printTitle table th, .absen_main_printTitle table td {
	padding: 3px 5px;
	border: 1px solid #666;
	color: #333;
}

.absen_main_printBottom{
	display: inline-block;
	width: 100%;
}

.absen_main_printBottom div{
	width: 95%;
}

.absen_main_printBottom div label{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin-bottom: 30px;
}

.absen_main_printBottom div a{
	display: block;
	width: 260px;
	text-align: left;
	border-bottom: 1px solid #666;
	font-size: 15px;
	margin-left: 452px;
	margin-bottom: 35px;
}

.absen_move_folder {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000063;
	z-index: 999;
}

.absen_move_folder .absen_moveFolder_index{
	width: 600px;
	margin: 20px auto 0;
	max-height: 400px;
	overflow: hidden;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absen_moveFolder_index #treeView {
    height: 300px;
    overflow: auto;
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.absen_moveFolder_index #treeView ul {
    width: 98%;
}

.folderImg{
	background: url("../style01/icon/wj_one.png");
	background-size: 100% 100%;
}

.moveFolder_footer {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #dddddd59;
}

.moveFolder_footer button {
	display: inline-block;
	padding: 0px 20px;
	border: 0;
	background-color: #2196F3;
	color: white;
	height: 25px;
	margin: 0 10px;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
}

.moveFolder_footer button:last-child {
    background-color: white;
    border: 1px solid #2196F3;
    color: #2196F3;
}

.checkNode_children {
	width: 100%;
}

.checkNode_children p {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 0;
	height: 35px;
	line-height: 35px;
}

.checkNode_children p * {
	margin: 0;
	padding: 0;
}

.checkNode_children p label {
	margin-right: 10px;
}

.checkNode_children .checkNode_children {
	width: 95%;
	margin: 0 auto;
}

.checkNode_children p input {
	margin-right: 5px;
}

.addBackground{
	background-color: #2196f31c;
	color: #2196F3;
	padding-left: 10px !important;
}

.treeIcon_jia{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px !important;
	background: url(../../style01/icon/folder/tree-jia.png);
	background-size: 100% 100%;
	vertical-align: middle;
	opacity: 0.5;
	padding-bottom: 0 !important;
}

.treeIcon_jian{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px !important;
	background: url(../../style01/icon/folder/tree-jian.png);
	background-size: 100% 100%;
	vertical-align: middle;
	opacity: 0.5;
}

.absen_moveFolder_header{
	width: 100%;
	height: 35px;
	background-color: #2196F3;
	color: white;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: 600;
}

.bodyCon_content_listHorizontal span label {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bodyCon_content_listHorizontal span a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bodyCon_ser_left span img {
	width: 20px;
	cursor: pointer;
}

.bodyCon_content_listHorizontal span a {
	color: #666;
}

.bodyCon_ser_btnRight span img {
	width: 25px;
	cursor: pointer;
}

.bodyCon_content_list tbody td a label{
	display: inline-block;
	max-width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.folderLabel_width{
	max-width: 90%;
}

.otherPeople{
	display: none;
	position: fixed;
	width: 450px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	box-shadow: 0 0 5px 0 #999;
}

/*??????*/
.ams-popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	top: 0;
	left: 0;
}

.login-updatePwd{
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	padding: 40px;
	border-radius: 10px;
}

.login-updatePwd-head{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #333;
}

.login-updatePwd-head img{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 5px;
}

.login-updatePwd-once{
	width: 100%;
}

.login-updatePwd-con{
	width: 100%;
}

.login-form-item{
	width: 100%;
	margin-top: 25px;
}

.login-form-label{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.login-input-block{
	display: flex;
	width: 100%;
}

.login-input-block input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
	border: 1px solid #eee;
	text-indent: 20px;
	outline: none;
}

.login-input-block label{
	font-size: 14px;
	color: #666;
	cursor: pointer;
	width: 110px;
	line-height: 30px;
	text-align: right;
}

.login-updatePwd-btn{
	width: 100%;
	margin-top: 50px;
}

.login-updatePwd-btn div.login-submit{
	background-color: #1E9FFF;
	color: white;
	outline: none;
}

.login-updatePwd-btn div.login-submit:hover{
	border: 0;
}

input.placeholder-red::placeholder{
	color: red;
}

.ams-hide{
	display: none;
}


/*@media screen and (min-width: 1500px){*/
/*	.absen_body_leftNav{*/
/*		min-height: 850px;*/
/*	}*/
/*}*/

