.Info_box_zhiwei {
	height: 65px !important;
}

.Info_box_top {
	width: 100%;
	height: 105px;
	display: inline-block;
	overflow: auto;
	padding: 0px 15px;
}

.Info_box_top::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 5px;
}

.Info_box_top::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.Info_box_top::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: outset 0 0 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.Info_box_top label {
	float: left;
	text-align: right;
	padding: 0 5px;
	width: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.op_users,
.op_zhiwei {
	width: 86px;
	line-height: 25px;
	height: 28px;
	float: left;
	margin: 2px 5px;
	padding: 0 5px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ffffff;
}

.lb_title_t {
	text-align: right !important;
	padding-top: 0px;
	width: 15% !important;
	min-width: 85px !important;
	line-height: 28px !important;
	height: 27px !important;
	font-weight: normal;
	color: #076d5f !important;
}

.lb_title {
	width: 114px;
	padding-left: 29px;
}

.tj_title_box .tj_title {
	width: 106px;
}

.op_users:hover,
.op_zhiwei:hover {
	border: 2px solid #5cb85c;
	cursor: pointer;
	border-radius: 3px;
}

.slt_yuangongs .active,
.slt_zhiweis .active {
	border: 2px solid #2f9688;
	cursor: pointer;
	border-radius: 3px;
}

.checkbox-success input[type=checkbox]:checked+label::before,
.checkbox-success input[type=radio]:checked+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.checkbox label::before {
	margin-top: 0px;
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
	-o-transition: border .15s ease-in-out, color .15s ease-in-out;
	transition: border .15s ease-in-out, color .15s ease-in-out;
}

input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
	font-family: fontawesome;
	content: "\f00c";
}

.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-success input[type=radio]:checked+label::after {
	color: #fff;
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
	font-family: fontawesome;
	content: "\f00c";
}

.checkbox label::after {
	margin-top: -1px;
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555;
}

.Info_box_v {
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.Info_box_v label {
	text-align: left;
}

.checkbox label {
	padding-left: 10px;
}

.checkbox-success {
	width: 24% !important;
	margin-top: 5px !important;
	display: inline-block;
	margin-bottom: 6px;
	min-width: 95px;
}

.checkbox_val label {
	height: 10px;
	padding-left: 5px;
	line-height: 17px;
}

.checks {
	width: auto !important;
	padding-left: 34px;
}

#btn_save {
	position: fixed;
	right: 25px;
}

#btn_save_moban {
	position: fixed;
	right: 95px;
}

#btn_get_moban {
	position: fixed;
	right: 190px;
}

#btn_yysy {
	position: fixed;
	right: 290px;
}

.user-list {
	position: fixed;
	z-index: 999;
	border-radius: 0;
}

.lb_title_t_l {
	width: 90px !important;
}