.displayBoxL {
	display: flex;
}
/*按钮*/

.ufButton {
	width: 80px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
}

.bConfirm {}

/*按钮绿色2个*/
.btnZu{
	background: #171927;
	padding: 0 5px;
	border-radius: 2px;
	overflow: hidden;
	display: inline-block;
	text-align:center;
}
.ufZuButton,
.ufs-btn {
	line-height: 22px;
	font-size: 14px;
	padding: 0 6px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	background: #2b2e40;
	color: #6c6d75;
}
.ufButtonGreen{
	line-height: 22px;
	font-size: 14px;
	padding: 0 6px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	background: #2b2e40;
	color: #6c6d75;
}
.btnActive{
	color: #FFFFFF;
	background: #00c100;
}
/*按钮蓝色*/
.btnActiveBlue{
	color: #FFFFFF;
	background: #0983ff;
}
/*多选*/

.mycheck {
    width: 17px;
    height: 17px;
	position: relative;
    float: right;
    margin-top: 4px;
}

.mycheck input[type=checkbox] {
	visibility: hidden;
}

.mycheck label {
	cursor: pointer;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0;
	left: 0;
	background: #fff;
	border: 2px solid #ccc;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
}

.mycheck label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 2px solid #0000FF;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mycheck label:hover::after {
	opacity: 0.3;
}

.mycheck input[type=checkbox]:checked+label:after {
	opacity: 1;
}
/*蓝色复选框*/
.checAllBox {
	overflow: hidden;
    margin-bottom: 6px;
}

.lanCheck {
	width: 17px;
	height: 17px;
	position: relative;
	display: inline-block;
	float: left;
}

.checkText {
    float: left;
    margin: 0 0 0 6px;
    line-height: 17px;
    font-weight: 400;
    color: #f1f3f6;
    font-size: 12px;
}


.lanCheck input[type=checkbox] {
	visibility: hidden;
}

.lanCheck label {
	cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    background: #1b1b1b;
    border: 1px solid #52587b;
    border-radius: 0;
}

.lanCheck label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0078d7;
    top: 2px;
    left: 2px;
	
}

.lanCheck label:hover::after {
	background: #34384c;
}

.lanCheck input[type=checkbox]:checked+label:after {
	/*background: #0078d7;*/
	background: -webkit-radial-gradient(#05a5fb, #059aea, #005b9d);
	opacity: 1;
}

/*弹出框*/

.ufOverlay {
	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}

.ufAlt {
	width: 800px;
    margin: 10px auto;
    text-align: center;
    border: 0;
    border-radius: 3px;
    padding: 10px;
    background: rgba(250,250,250,0.3);
}

.altHead {
	overflow: hidden;
    background: #f6f6f6;
    padding: 0 10px;
    border-bottom: 1px solid #e8e8e8;
}

.altTitel {
	font-size: 16px;
    text-align: left;
    float: left;
    line-height: 38px;
    color: #000000;
}

.altCha {
    float: right;
    padding: 10px 0px 0 0;
    font-size: 18px;
    color: #3d3d3d;
    cursor: pointer;
}

.altContent {
	padding: 15px 10px;
    background: #fff;
}
.altFooter{
    background: #fff;
    padding: 6px;
    overflow: hidden;
}


/*开关*/

.mui-switch {
	width: 56px;
	height: 26px;
	position: relative;
	border: 1px solid #dfdfdf;
	background-color: #d2d2d2;
	box-shadow: #d2d2d2 0 0 0 0 inset;
	border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-clip: content-box;
	display: inline-block;
	-webkit-appearance: none;
	user-select: none;
	outline: none;
	cursor: pointer;
	transition: background-color ease 0.4s;
}

.mui-switch:before {
	content: '';
	width: 30px;
	height: 22px;
	position: absolute;
	top: 1px;
	left: 0;
	border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	transition: left 0.3s;
}

.mui-switch:checked {
	border-color: #0078d7;
	box-shadow: #0078d7 0 0 0 16px inset;
	background-color: #0078d7;
	transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch:checked:before {
	left: 24px;
	transition: left 0.3s;
}