@charset "utf-8";
body {
	background-color: #FCFCFC;
}

dl,
dd {
	margin: 0;
}

.screenBox {
	margin-bottom: 1.875rem;
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: relative;
	border: 0px solid transparent;
	height: calc(100% - 30px);
}

.screenBox dl {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadada;
	margin: 0 20px;
}

.screenBox dt {
	float: left;
	margin-right: 1%;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.screenBox dd {
	float: left;
	color: #252525;
	margin: 0 10px;
	font-size: 14px;
	cursor: pointer;
}

.screenBox dd.active {
	color: #2182E7;
	font-weight: bold;
}

.screenBox dl.screenBoxSelect {
	margin: 0;
	padding: 0 20px;
}

.screenBox dl.screenBoxSelect dd{
	border: 1px solid #6666;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
	padding: 0 2px 0 10px;
	border-radius: 16px;
	background-color: #fff;
}
.screenBox dl.screenBoxSelect dd span{
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	color: #666;
	margin-left: 4px;
	cursor: pointer;
	border-radius: 5px;
}