.Info_box_top {
	width: 100%;
	height: 88px;
	display: inline-block;
	overflow: auto;
}

.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;
}

.slt_yuangongs {
	float: left;
	width: 100%;
	padding: 8px 28px;
}

.op_users {
	width: 86px;
	line-height: 25px;
	height: 28px;
	float: left;
	margin: 2px 5px;
	padding: 0 5px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ffffff;
}

.tj_title_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tj_title_box .tj_title {
	width: 200px;
}

.tj_title_box .tj_r {
	padding: 10px 10px 0px 5px;
}

.op_users:hover {
	border: 2px solid #5cb85c;
	cursor: pointer;
	border-radius: 3px;
}

.slt_yuangongs .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: 4px;
	padding-top: 1px;
	font-size: 11px;
	color: #555;
}

.Info_box_v label {
	text-align: left;
}

#btn_save {
	position: fixed;
	right: 5px;
}

#btn_save_moban {
	position: fixed;
	right: 95px;
}

#btn_get_moban {
	position: fixed;
	right: 190px;
}

.user-list {
	position: fixed;
	z-index: 999;
	border-radius: 0;
}

.lb_title_t_l {
	width: 90px !important;
}

.dxy_cont_Infos {
	display: flex;
}

.Info_boxs {
	width: 50%;
	padding: 0px;
}

.Info_boxs_left {
	margin-right: 5px;
}

.Info_boxs_right {
	margin-left: 5px;
}

.Info_box_last {
	margin-bottom: 5px;
}

.boxs {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.box {
	display: flex;
	align-items: center;
}

.checks {
	display: flex;
	align-items: center;
}

.lb_title {
	width: 75px;
	text-align: right;
	padding-top: 2px;
}

.checkbox-success {
	margin-left: 35px;
	margin-top: 5px !important;
	display: inline-block;
	margin-bottom: 6px;
}

.checkbox label {
	padding-left: 10px;
	line-height: 18px;
}

.checkbox_val label {
	height: 10px;
	padding-left: 5px;
	line-height: 17px;
}