body {
	background-color: #fff;
	/* background: url(../../microVideoClass/images/background.png) no-repeat;
	background-size: 100%; */
	height: 100%;
	/*padding-top: 99px;*/
}

.container{
	width: 1200px!important;
}

.content-header{
	width: 100%;
	height: 40px;
	background: #fff;
	box-shadow:0px 2px 3px 0px rgba(51,51,51,0.08);
	position: fixed;
	top: 59px;
	z-index: 998;
}
.content-center{
	height: 40px;
}
.content-center-left li{
	float: left;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:40px;
	width: 80px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
}
.content-center-left li:hover{
	color: #20A0FF;
}
.content-center-left .active:hover{
	color: #20A0FF;
}
.content-center-left li a{
	color: #20A0FF;
}
.content-center-left .active{
	color: #20A0FF !important;
	position: relative;
}
.content-center-left .active:after{
	content: "";
	width: 40px;
	height: 3px;
	background-color: #20A0FF;
	position: absolute;
	bottom: 0px;
	left: 20px;
}
.content-center-right{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
}

.header-nav{
	font-size: 14px;
	height: 36px;
	line-height:36px;
	padding-left: 20px;
	background: url(../img/modify/dzhi1.png) no-repeat left 10px;
	box-sizing: border-box;
	color: #999;
	margin-top: 5px;
}
.nav-left span{
	font-weight: bold;
}
.nav-left{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#999;
	line-height:36px;
	font-weight: 400;
	float: left;
}
.nav-right{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:36px;
	float: right;
	cursor: pointer;
}
.nav-right:hover{
	color: #20A0FF;
}
.top-search-box{
	float: right;
	padding: 8px 0;
	margin-top: -8px;
}

.top-search-box .top-search-input{
	width:160px;
	height:28px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(102,102,102,1);
	padding: 0 5px;
	float: left;
	font-size: 14px;
}

.top-search-box .select-night{
	display: inline-block;
	width:30px;
	height:30px;
	background-color:rgba(102,102,102,1);
	margin-bottom: -11px;
	background-image: url(../img/modify/sousuo-2.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}
.top-search-box .select-night:hover{
	background-color:#20A0FF;
	/* margin-bottom: -11px;
	background-image: url(../img/modify/sousuo-2.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer; */
}

/*当前位置*/
.address {
	line-height: 36px;
	height: 36px;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	background: url(../img/modify/dzhi1.png) no-repeat 0 center;
	font-weight: 400;
}
.address span{
	font-weight: bold;
}

.address .goBack {
	float: right;
	line-height: 36px;
	cursor: pointer;
	color: #666;
}

.address .goBack:hover {
	color: #20A0FF;
}

/*  优题库公共盒子  */
.youtiku-box {
	background-color: #fff;
	padding: 20px 30px;
  box-shadow:0px 0px 5px 0px rgba(51,51,51,0.5);
	border-radius: 4px;
}
.youtiku-box label{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	/*color:rgba(102,102,102,1);*/
	line-height:14px;
	margin-right: 5px;
	line-height: 30px;
	cursor: pointer;
	height: 30px;
	margin-bottom: 0;
}

/*删除成功提示框*/
.simple-tips {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 50px;
	line-height:50px;
	background: #7f7f7f;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	display: none;
}

/* 标签共用部分 */
.label-list>li>a{
	display: none;
	margin: 0 3px;
	font-size: 12px;
}
.q-label{
	display: inline-block;
	font-size: 12px !important;
	font-family: MicrosoftYaHei;
	color: #20A0FF !important;
	line-height: 20px !important;
	border: 1px solid #20A0FF;
	padding: 0 10px;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.label-active{
	background-color: #20A0FF;
	color: #fff !important;
}

.q-label .delete-mask{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ccc;
	color: #fff;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 10px;
	z-index: 1;
}
.header-wrap{
	height: 40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 3px 0px rgba(51,51,51,0.08);
}
.header-new{
	height: 40px;
}
.header-new .left li{
	float: left;
	line-height: 40px;
	width: 77px;
	height: 40px;
	text-align: center;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
}
.header-new .left li a{
	color: #333;
}
.header-new .left li:hover a{
	color: #20A0FF;
}
.header-new .left li.active{
	background: #20A0FF;
}
.header-new .left li.active a{
	color: #fff;

}
.hide{
	display: none;
}
.modal-tips {
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -50px;
	line-height: 50px;
	background: rgba(0,0,0,0.8);
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 0 15px;
	display: none;
}




