*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html{
	width: 100%;
	height: 100%;
}
body{
	background:#f0f0f0; 
}

ul li{
	list-style:none;
}

textarea{
	resize:none;
}

.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.clearfix {
    zoom: 1;
}
div{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
input[readonly="readonly"]{
	cursor:pointer;
}
table{
	border-collapse:collapse;
}
/* 閹绘劗銇氶幀褎鏋冮張顒佺壉瀵骏绱檃lert閿涳拷*/
#hintDiv{
	/* width: 260px; */
	height: 40px;
	position: fixed;
	left: 50%;
	/* transform: translateX(-50%); */
	/* margin-left:-130px; */
	background: #d1eaef;
	z-index: 1000;
	border: 0 none;
	border-radius: 4px;
	top: 150px;
	line-height: 40px;
	padding-left: 20px;

}
#hintDiv img{
	margin-top:12px;
	vertical-align: top;
}
.hintText{
	margin-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* max-width: 145px; */
	display: inline-block;
	vertical-align: top;

	min-width: 145px;

	max-width: 420px;
}
.hintHideBtn{
	float: right;
	background: url(../../images/delbox1.png) no-repeat center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 10px 20px;
}
.animationO{
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation:bounceInDown 1.5s;
	        animation:bounceInDown 1.5s;

}
@-webkit-keyframes bounceInDown {/* 娴犲簼绗傞棃銏″竴娑撳娼� 閸愬秴鑴婇崙鐘辩瑓*/
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
/*题库列表开始*/
.maintitieWrapper{
	/*display: none;*/
}
.pageWrapper{
	width: 1200px;
	margin: 0 auto;
}
/*title部分开始*/
.dot-title{
	height: 48px;
	background-color: #fff;

}
.dot-titleText{
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
.payManage_time {
	width: 220px;
	height: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	margin-left: 12px;
}
#starttimeS {
	width: 92px;
	height: 28px;
	border: none;
	border-radius: 4px 0 0 4px;
	font-size: 12px;
	text-indent: 10px;
	cursor: pointer;
	outline: none;
	color: #888;
}
#endtimeS {
	width: 92px;
	height: 28px;
	border: none;
	border-radius: 4px 0 0 4px;
	font-size: 12px;
	text-indent: 5px;
	cursor: pointer;
	outline: none;
	color: #888;
}
/*title部分结束*/

/*search部分开始*/
.dot-searchwrapper{
	height: 60px;
}
.dot-search{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.dot-searchBtn{
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	background-color: rgba(27, 163, 228, 1);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.dot-searchBox{
	width: 212px;
	height: 30px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 223, 230, 1);
	border-radius: 3px;
	position: relative;
	margin-left: 20px;
}
.dot-searchBox2{
	width: 206px;
	height: 30px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 223, 230, 1);
	border-radius: 3px;
	position: relative;
	margin-left: 40px;
}
.dot-searchInput{
	outline: 0;
	width: 167px;
	height: 28px;
	outline: none;
	line-height: 24px;
	border: 0;
	padding-left: 10px;
}
.dot-searchInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 12px;
	color: #999;
}
.dot-searchInput:-moz-placeholder {/* Firefox 18- */
	font-size: 12px;
	color: #999;
}
.dot-searchInput::-moz-placeholder{/* Firefox 19+ */
	font-size: 12px;
	color: #999;
}
.dot-searchInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 12px;
	color: #999;
}
.dot-searchInput2{
	outline: 0;
	width: 167px;
	height: 28px;
	outline: none;
	line-height: 24px;
	border: 0;
	padding-left: 10px;
}
.dot-searchInput2::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 12px;
	color: #999;
}
.dot-searchInput2:-moz-placeholder {/* Firefox 18- */
	font-size: 12px;
	color: #999;
}
.dot-searchInput2::-moz-placeholder{/* Firefox 19+ */
	font-size: 12px;
	color: #999;
}
.dot-searchInput2:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 12px;
	color: #999;
}
.dot-searchImg{
	width: 14px;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 7px;
	cursor: pointer;
}
.dot-searchImg2{
	width: 14px;
	height: 14px;
	position: absolute;
	right: 8px;
	top: 7px;
	cursor: pointer;
}
.dot-clearImg{
	position: absolute;
	right: 32px;
	top: 11px;
	display: none;
	cursor: pointer;
}
.dot-clearImg2{
	position: absolute;
	right: 26px;
	top: 11px;
	display: none;
	cursor: pointer;
}
/*search部分结束*/
/*mainbody部分结束*/
.dot-mainbody{
	/*height: 600px;*/
}
.dot-mainbody table thead td{
	background: #f5f5f5;
	font-weight: 700;
}
.dot-mainbody table td{
	height: 44px;
	text-align: center;
	font-size: 12px;
	color: #888;
	font-family: "microsoft YaHei","pingfang SC";
	border-bottom: 1px solid #ebeef5;
}
.dot-mainbody tbody tr:hover {
	background: #f5f5f5 !important;
}
.dot-mbWrapper{
	/*height: 600px;*/
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}
.dot-mbtbody .dot-mbtitle{
	font-size: 12px;
	color: #1BA3E4;
}
.dot-mbbtn{
	display: inline-block;
	width: 42px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #1896D0;
	background-color: rgb(238,247,255);
	border-radius: 2px;
	border: 1px solid rgba(238, 247, 255, 1);
	-webkit-box-shadow: 1px 1px 0px rgba(167, 232, 241, 1);
	        box-shadow: 1px 1px 0px rgba(167, 232, 241, 1);
	margin-left: 12px;
	cursor: pointer;
}
.dot-mbbtn:first-child{
	margin-left: 0;
}
#listgrayBtn,#listgrayBtn2{
	background: #f2f2f2;
	color: #999;
	border:none !important;
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0,.15);
	        box-shadow: 1px 1px 0px rgba(0, 0, 0,.15);
}

/*mainbody部分结束*/
/*题库列表结束*/
/*新建/编辑题目开始*/
.buildOrEditWrapper{
	display: none;
	/*padding-top: 56px;*/
}
/*title部分开始*/
.boe-titleWrapper{
	height: 56px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
	/*width: 100%;*/
	/*position: fixed;*/
	/*top: 0;*/
	/*z-index: 3;*/
}
.boe-campusInput{
	width: 140px;
	height: 30px;
	/*background: url(../../images/clicktoup.png) 120px center / 7px no-repeat #fff;*/
	background-color: #fff;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	padding-left: 12px;
	font-size: 14px;
	color: #666;
	margin-left: 6px;
}
.boe-title{
	height: 56px;
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.boe-titleBtn{
	color: #3E3E3E;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 3px;
	height: 32px;
	cursor: pointer;
}
.boe-titleClear{
	width: 54px;
	margin-left: 42px;
}
.boe-titleRefresh,.boe-titleDraft{
	width: 90px;
	height: 32px;
	margin-left: 12px;
}
.boe-titleIssue{
	background-color: #1BA3E4;
	width: 90px;
	height: 32px;
	display: inline-block;
	color: #fff;
	line-height: 32px;
	text-align: center;
	border-radius: 3px;
	margin-left: 10px;
	cursor: pointer;
}
/*title部分结束*/
/*图片上传部分样式开始*/
.addImg{
	display: inline-block;
	width: 77px;
	height: 74px;
	background: url(../../../images/dotaddImg.png) no-repeat;
	position: relative;
	top: -4px;
	left: -3px;
	cursor: pointer;
	margin-top: 64px;
}
.descriWrapper{
	display: inline-block;
	max-width: 722px;
	height: 77px;
	margin-top: 60px;
}
.upImgs{
	margin-left: 8px;
	float: left;
	position: relative;
}
.upImgs:first-child{
	margin-left: 0;
}
.upImgs:last-child{
	margin-right: 10px;
}
.UpImg{
	width: 72px;
	height: 72px;
	display: inline-block;
}
.delUpImgBtn{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../../../images/dotdelete.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
/*描述*/
.picDescript{
	width: 72px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 23px;
	background-color: rgba(251, 204, 51, 1);
	font-size: 12px;
	color: #666;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
}
.descriBox{
	width: 300px;
	height: 96px;
	padding: 2px 10px 10px;
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 2;
	background-color: #fff;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.0980392156862745);
	        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.0980392156862745);
	display: none;
}
.deaTitle{
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.descriptText{
	width: 280px;
	height: 38px;
	padding-top: 3px;
	outline: none;
	border: none;
}
.desfooter{
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.alreadyDescript{
	display: inline-block;
	width: 48px;
	height: 20px;
	border-radius: 4px;
	background-color: rgba(22, 155, 213, 1);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.desArrow{
	position: absolute;
	left: 30px;
	top: 74px;
	width: 16px;
	height: 16px;
	z-index: 3;
	border-top: 1px solid rgba(220, 223, 230, 1);
	border-left: 1px solid rgba(220, 223, 230, 1);
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: none;
}
/*描述2*/
.picDescript2{
	width: 72px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 23px;
	background-color: rgba(251, 204, 51, 1);
	font-size: 12px;
	color: #666;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
}
.descriBox2{
	width: 300px;
	height: 96px;
	padding: 2px 10px 10px;
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 2;
	background-color: #fff;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.0980392156862745);
	        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.0980392156862745);
	display: none;
}
.deaTitle2{
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.descriptText2{
	width: 280px;
	height: 38px;
	padding-top: 3px;
	outline: none;
	border: none;
}
.desfooter2{
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.alreadyDescript2{
	display: inline-block;
	width: 48px;
	height: 20px;
	border-radius: 4px;
	background-color: rgba(22, 155, 213, 1);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.desArrow2{
	position: absolute;
	left: 30px;
	top: 74px;
	width: 16px;
	height: 16px;
	z-index: 3;
	border-top: 1px solid rgba(220, 223, 230, 1);
	border-left: 1px solid rgba(220, 223, 230, 1);
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: none;
}
/*描述2结束*/
/*图片上传部分样式结束*/
/*图片上传部分样式开始2*/
.addImg2{
	display: inline-block;
	width: 77px;
	height: 74px;
	background: url(../../../images/dotaddImg.png) no-repeat;
	position: relative;
	top: -4px;
	left: -3px;
	cursor: pointer;
	margin-top: 60px;
}
.descriWrapper2{
	display: inline-block;
	max-width: 722px;
	height: 77px;
	margin-top: 60px;
}
.upImgs2{
	margin-left: 8px;
	float: left;
	position: relative;
}
.upImgs2:first-child{
	margin-left: 0;
}
.upImgs2:last-child{
	margin-right: 10px;
}
.UpImg2{
	width: 72px;
	height: 72px;
	display: inline-block;
}
.delUpImgBtn2{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../../../images/dotdelete.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
/*图片上传部分样式结束*/
/*图片上传部分样式开始3*/
.addImg3{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../images/addImg.png) no-repeat;
	cursor: pointer;
	margin-left: 24px;
}
.descriWrapper3{
	display: inline-block;
	max-width: 674px;
	height: 77px;
	margin-top: 60px;
}
.upImgs3{
	margin-left: 14px;
	float: left;
	position: relative;
}
.upImgs3:first-child{
	margin-left: 0;
}
.upImgs3:last-child{
	margin-right: 10px;
}
.UpImg3{
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 12px;
}
.delUpImgBtn3{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../../../images/dotdelete.png) no-repeat;
	position: absolute;
	left: 29px;
	top: 8px;
	display: none;
}
.deleteArrow{
	position: absolute;
	right: 6px;
	top: 38px;
	width: 16px;
	height: 16px;
	z-index: 100;
	border-top: 1px solid rgb(228,228,228);
	border-left: 1px solid rgb(228,228,228);
	background-color: #fff;
	/*background-color: red;*/
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: none;
}
.deleteBox{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid rgb(228,228,228);
	position: absolute;
	right: -15px;
	top: 46px;
	z-index: 99;
	background-color: #fff;
	font-size: 12px;
	color: #999999;
	cursor: pointer;
	display: none;
}
/*图片上传部分样式结束*/
/*mainbody部分开始*/
.doe-mainbody{
	width: 1200px;
	margin: 0 auto;
	padding: 12px 0px;
}
.doe-whiteLeft{
	background-color: #fff;
	width: 840px;
	min-height: 710px;
	float: left;
	border-radius: 4px;
	border: 1px solid rgba(242, 242, 242, 1);
	padding: 40px;
	position: relative;
}
.doe-whiteRight{
	background-color: #fff;
	width: 350px;
	height: 712px;
	float: right;
	border-radius: 4px;
	border: 1px solid rgba(242, 242, 242, 1);
	overflow-y: auto;
	padding: 10px;
}
.fullloading{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	position: fixed;
	display: none;
}
.editToHome{
	font-size: 16px;
	color: #1BA3E4;
	position: relative;
	top: -2px;
	cursor: pointer;
	/*font-weight: 700;*/
}
.questionListWrapper{
	height: 546px;
	width: 780px;
	overflow-y: auto;
}
.loading{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-27.5px;
	margin-left:-40px;
	z-index:999999;
	display: none;
}
.loading>p{
	color: #1ba3e4;
}
#PageLoadingEffect{
	height: 25px;
	width: 25px;
	border-radius: 100%;
	margin:0 auto;
	border: 2px solid #1ba3e4;
	border-bottom-color: transparent;
	vertical-align: middle;
	-webkit-animation: rotate 0.75s linear infinite;
	animation: rotate 0.75s linear infinite;
	margin-bottom:8px;
}
.fullload{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-27.5px;
	margin-left:-40px;
	z-index:999999;
}
.fullload>p{
	color: #1ba3e4;
}
#fullPageLoadingEffect{
	height: 25px;
	width: 25px;
	border-radius: 100%;
	margin:0 auto;
	border: 2px solid #1ba3e4;
	border-bottom-color: transparent;
	vertical-align: middle;
	-webkit-animation: rotate 0.75s linear infinite;
	animation: rotate 0.75s linear infinite;
	margin-bottom:8px;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.doe-wladd{
	border: 1px solid rgba(27, 163, 228, 1);
	border-radius: 10px;
	width: 265px;
	height: 60px;
	font-size: 18px;
	margin-top:0px;
	color: #1BA3E4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
	cursor: pointer;

}
.topdoe-wladd{
	position:absolute;
	top:24px;
	right:26px;
}

.doe-wladd2{
	font-size: 18px;
	color: #1BA3E4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.doe-wladd>img{
	width: 20px;
	height: 20px;
	margin-left: 57px;
	cursor: pointer;
}
.doe-wladd>span{
	margin-left: 10px;
	cursor: pointer;
}
.doe-wltitle{
	width: 760px;
	height: 60px;
	font-size: 28px;
	color: #666;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 4px;
	padding-left: 20px;
	outline: none;
	font-family: initial;
	overflow: hidden;
	padding-top: 10px;
}
.doe-wltitle2{
	width: 600px;
	height: 60px;
	font-size: 24px;
	color: #333;
	padding-left: 20px;
	border: none;
	outline: none;
	font-family: initial;
	overflow: hidden;
}
.doe-wltitle::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 28px;
	color: #999;
}
.doe-wltitle:-moz-placeholder {/* Firefox 18- */
	font-size: 28px;
	color: #999;
}
.doe-wltitle::-moz-placeholder{/* Firefox 19+ */
	font-size: 28px;
	color: #999;
}
.doe-wltitle:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 28px;
	color: #999;
}

.doe-wrCenter::-webkit-scrollbar{
	width:0px;
}
.doe-wrCenter{
	width: 330px;
	min-height: 690px;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 3px;
	/*overflow-y: auto;*/
}
.doe-wrtitle{
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	margin-bottom: 23px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.doe-wrCampus{
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.doe-wrCampusImg{
	width: 32px;
	height: 32px;
	margin-left: 10px;
}
.doe-wrInfo{
	height: 32px;
	width: 192px;
	margin-left: 5px;
}
.doe-wrInfo>p{
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}
.doe-wrInfoName{
	color: #333;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.doe-wrInfoAddress{
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.doe-wrTocampus{
	width: 80px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #1BA3E4;
	border: 1px solid #1BA3E4;
	border-radius: 13px;
}
.doe-wrMiddleinfo{
	min-height: 434px;
	width: 330px;
	padding: 10px;
}
.doe-wrFooter{
	height: 110px;
	padding-left: 10px;
	padding-right: 10px;
}
.doe-wrfootInfo{
	height: 68px;
	width: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.doe-wrfootleft{
	height: 68px;
	width: 240px;
}
.doe-wrfootleft>p{
	width: 240px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #999;
	margin: 0;
	padding: 0;
}
.doe-logo{
	position:absolute;
	top:50%;
	left:50%;
	width:18px;
	height:18px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.doe-wrfootleft .doe-wrfootschool{
	color: #333;
}
.doe-wrfootbottom{
	padding-top: 10px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 24px;
}
.doe-wrimg{
	width: 68px;
	height: 68px;
}
.doe-wrline{
	width: 96px;
	height: 1px;
	border-bottom: 1px solid rgb(229,229,229);
}
.deo-wrbottom{
	font-size: 12px;
	color: #1aa1fb;
}
.questionListBox{
	height: 159px;
	width: 760px;
	border: 1px solid rgb(229, 229, 229);
	border-radius: 4px;
	margin-top: 10px;
}
.questionListHeader{
	width: 757px;
	height: 40px;
	background-color: rgb(251,253,255);
	border-bottom: 1px solid rgb(229, 229, 229);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #1BA3E4;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
}
.questionListHeader>img{
	margin-left: 25px;
	cursor: pointer;
}

.questionListBody{
	width: 760px;
	height: 109px;
	padding-left: 10px;
	padding-right: 20px;
	color: #999;
	font-size: 12px;
	line-height: 25px;
}
.questionListTitle{
	font-size: 14px;
	color: #333;
	line-height: 50px;
}
.questionListLabel{
	margin-left: 8px;
}
.labeltextQ{
	width: 43px;
	height: 18px;
	line-height: 17px;
	text-align: center;
	border: 1px solid rgb(27, 163, 228);
	border-radius: 2px;

}
.labelselectQ{
	width: 43px;
	height: 18px;
	line-height: 17px;
	text-align: center;
	border: 1px solid rgba(102, 204, 102, 1);
	color: rgba(102, 204, 102, 1);
	border-radius: 2px;
}
.questionListID{
	font-size: 12px;
	color: #999;
}
.preBox{
	width: 310px;
	background: url(../../images/title-bg.png) no-repeat top left/100% rgb(250,250,250);
	margin-top: 10px;
}
.preTitle{
	line-height: 46px;
	color: #fff;
	padding-left: 20px;
	font-size: 12px;
}
.preDescri{
	font-size: 12px;
	color: #333;
	padding: 0 15px 20px 15px;
	line-height: 20px;
	/*height: 80px;*/
	width:100%;
	word-wrap:break-word;
	word-break:break-all;
	overflow: hidden;
}
/*mainbody部分结束*/
/*新建/编辑题目结束*/
/*新建问题弹窗开始*/
.newQwrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*padding-top: 20px;*/
	/*padding-bottom: 60px;*/
	/*height: 700px;*/
	background-color: rgba(166,166,166,0.5);
	display: none;
}
.newQuestion{
	width: 880px;
	/*height: 668px;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -300px;
	background-color: #fff;
	border-radius: 4px;

}
.newQ-header{
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(251, 253, 255, 1);
	border-bottom: 1px solid rgba(209, 223, 231, 1);
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
}
.newQ-headerTitle{
	font-size: 18px;
	color: #3e3e3e;
}
.headerTypeActive{
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: rgba(27, 163, 228, 1);
	border-radius: 19px;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.headerType{
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	background-color: rgb(246, 246, 246);
	border: 1px solid rgb(232,232,232);
	border-radius: 19px;
	color: #666;
	cursor: pointer;
}
.selectBox{
	display: none;
}
.selectboxTitle{
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.selectInputBox{
	width: 680px;
	height: 28px;
	border: 1px solid rgba(235, 238, 245, 1);
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 12px;
	position: relative;
}
.selectInput{
	outline: none;
	border: none;
	padding-left: 12px;
	width: 600px;
}
.selectLi{
	width: 800px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 10px;
}
.selectLi:first-child{
	margin-top: 0;
}
.selectedBtnActive{
	 width: 60px;
	 height: 24px;
	 font-size: 12px;
	 background-color: #1BA3E4;
	 color: #fff;
	 line-height: 24px;
	 text-align: center;
	 border-radius: 5px;
	 margin-left: 12px;
	 cursor: pointer;
 }
.selectedBtn{
	width: 60px;
	height: 24px;
	font-size: 12px;
	background-color: rgb(242,242,242);
	border: 1px solid rgb(228,228,228);
	color: #999;
	line-height: 22px;
	text-align: center;
	border-radius: 5px;
	margin-left: 12px;
	cursor: pointer;
}
.newQ-headerAsk{
	margin-left: 30px;
}
.newQ-headerSelect{
	position: relative;
	left: -22px;
}
.newQ-headerClose{
	margin-left: 444px;
	cursor: pointer;
}
.newQ-mainbody{
	height: 480px;
	padding-left: 40px;
	padding-right: 40px;
	overflow-y: auto;
	position: relative;
}
.newQ-footer{
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(251, 253, 255, 1);
	border-top: 1px solid rgba(209, 223, 231, 1);
	padding-left: 40px;
	padding-right: 40px;
}
.mustPoint{
	color: #ff7979;
	font-size: 14px;
	position: absolute;
	top: 22px;
	left: 31px;
}
.mustPoint2{
	color: #ff7979;
	font-size: 14px;
	position: absolute;
	left: -10px;
	top: 22px;
}
.newQ-footer>span{
	width: 72px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	background-color: rgba(27, 163, 228, 1);
	border-radius: 3px;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
}
.newQ-mainbodytitle{
	width: 800px;
	height: 50px;
	padding-left: 14px;
	margin-top: 30px;
	outline: none;
	border: 1px solid rgba(229, 229, 229, 1);
	color: #333;
	font-size: 20px;
}
.newQ-mainbodytitle::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 20px;
	color: #999;
}
.newQ-mainbodytitle:-moz-placeholder {/* Firefox 18- */
	font-size: 20px;
	color: #999;
}
.newQ-mainbodytitle::-moz-placeholder{/* Firefox 19+ */
	font-size: 20px;
	color: #999;
}
.newQ-mainbodytitle:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 20px;
	color: #999;
}
.selectInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 14px;
	color: #999;
}
.selectInput:-moz-placeholder {/* Firefox 18- */
	font-size: 14px;
	color: #999;
}
.selectInput::-moz-placeholder{/* Firefox 19+ */
	font-size: 14px;
	color: #999;
}
.selectInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 14px;
	color: #999;
}
.questionDescri>textarea::-webkit-input-placeholder,.answerDescri>textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-size: 14px;
	color: #999;
}
.questionDescri>textarea:-moz-placeholder,.answerDescri>textarea:-moz-placeholder {/* Firefox 18- */
	font-size: 14px;
	color: #999;
}
.questionDescri>textarea::-moz-placeholder,.answerDescri>textarea::-moz-placeholder{/* Firefox 19+ */
	font-size: 14px;
	color: #999;
}
.questionDescri>textarea:-ms-input-placeholder,.answerDescri>textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 14px;
	color: #999;
}
.newQ-mainbody>p{
	line-height: 43px;
	font-size: 12px;
	color: #999;
}
.questionDescri,.answerDescri{
	padding: 20px 30px 10px 10px;
	width: 800px;
	height: 220px;
	border: 1px solid rgba(229, 229, 229, 1);
}
.answerDescri{
	position: absolute;
}
.questionDescri>textarea,.answerDescri>textarea{
	width: 760px;
	height: 50px;
	outline: none;
	border: none;
	color: #333;
	font-size: 14px;
}
.questionListDescri,.questionListAnswer{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*新建问题弹窗结束*/
/*确认框开始*/
.coverSecondAlert{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.44);
	z-index: 999;
}
.coverMain{
	width:340px;
	margin-left:-170px;
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}
.coverHead{
	background:#4fbdf0;
	color:#fff;
	text-align:left;
	padding-left:12px;
	height:40px;
	font:16px/40px Microsoft YaHei;
}
.coverHead img{
	float: right;
	width: 36px;
	margin: 4px;
	cursor: pointer;
}
.coverInfo{
	display:inline-block;
}
.coverText{
	padding:30px 30px;
	text-align:center;
}
.coverBtn{
	text-align:center;
	padding-bottom: 16px;
}
.coverBtn button{
	width: 70px;
	height: 30px;
	background: #fff;
	outline: 0 none;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 50px;
	cursor: pointer;
}
.coverBtn .coverBtnSure{
	margin:0px;
	color:#fff;
	background:#4fbdf0;
	border:0 none;
}
/*确认框结束*/
/*查看题库详情开始*/
.bankDetailWrapper{
	background-color: rgb(242,242,242);
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
}
.bank-center{
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.bank-header{
	height: 156px;
}
.bank-title{
	line-height: 90px;
	font-size: 28px;
	color: #333;
	width: 660px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bank-headWrapper{
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bankheaderimg{
	width: 46px;
	height: 46px;
}
.bank-schoolname{
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.bank-home{
	width: 117px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #1BA3E4;
	font-size: 18px;
	border: 1px solid rgba(27, 163, 228, 1);
	border-radius: 23px;
	cursor: pointer;
}
.bank-question{
	width: 660px;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 4px;
}
.bankquestion-header{
	width: 660px;
	height: 39px;
	background: url(../../images/bankdetail.png) no-repeat;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-size: cover;
}
.bankquestion-title{
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.clickToQuestion{
	width: 196px;
	height: 41px;
	background: url(../../images/clickquestion.png) no-repeat;
	margin: 20px auto;
	cursor: pointer;
}
.bankdescri-text{
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
}
.bankdescri-pic {
	max-width: 620px;
	height: auto;
	margin-left: 20px;
}
.selLiActive{
	border: 1px solid rgba(27, 163, 228, 1);
}
.textAnswerWrapper{
	width: 620px;
	padding: 18px 18px 18px 50px;
	border: 1px solid rgba(229, 229, 229, 1);
	margin: 20px auto;
	display: none;
}
.selectAnswerWrapper{
	width: 620px;
	padding: 18px 18px 18px 50px;
	border: 1px solid rgba(229, 229, 229, 1);
	margin: 20px auto;
	display: none;
}
.answerWrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.textAnswer-text{
	font-size: 14px;
	color: #333;
    word-break: break-all;
}
.textAnswer-Img{
	max-width: 549px;
	height: auto;
	margin-top: 10px;
}
.selectAnswer-item{
	font-size: 14px;
	color: #333;
}
.selectAnswer-Img{
	display: block;
	max-width: 549px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*查看题库详情结束*/
/*移动复制弹窗开始*/
.copyOrRemove{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(166,166,166,0.5);
	display: none;
}
.copyWrapper{
	width: 624px;
	height: 520px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -312px;
	margin-top: -260px;
}
.copyHeader{
	height: 59px;
	padding-left: 40px;
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}
.copyheader-title{
	font-size: 18px;
	color: #3E3E3E;
}
.copySearch-wrapper{
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.copyMainbody{
	height: 342px;
	padding-left: 40px;
	padding-right: 40px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.copyFooter{
	height: 59px;
	padding-left: 40px;
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	border-top: 1px solid #e5e5e5;
}
.copyFooter-close{
	display: inline-block;
	width: 72px;
	height: 30px;
	border: 1px solid #a9a8a8;
	color: #666;
	outline: none;
	font-size: 14px;
	background: #fff;
	margin-left: 44px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	margin-right: 20px;
}
.copyFooter-sure{
	display: inline-block;
	width: 72px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	background: #1ba3e4;
	outline: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}
.copyTr:hover{
	background-color: rgb(245,245,245);
}
.copyTr td{
	font-size: 12px;
	height: 44px;
	border-bottom: 1px solid rgba(235, 238, 245, 1);
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newselToggle{
	cursor: pointer;
}
/*移动复制弹窗结束*/

/*刷新预览*/
.bankquestion-header1{
	width: 310px;
	height: 39px;
	background: url(../../images/bankdetail.png) no-repeat;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-size: cover;
	margin-top: 14px;
}
.bankdescri-pic1{
	max-width: 275px;
	height: auto;
	margin-left: 20px;
	display: inline-block;
}
.answerWrapper1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	left: 1px;
	top: 10px;
}
.selectAnswerWrapper1{
	width:310px;
	display: none;
}
.bankquestion-title1{
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.bankdescri-text1{
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
	word-break: break-all;
}
.textAnswerWrapper1{
	display: none;
}
.selLi{
	position:relative;
	padding: 12px 16px 12px 52px;
	margin-top:10px;
	border: 1px solid rgba(229, 229, 229, 1);
}
.textAnswer-Img1{
	max-width: 275px;
	height: auto;
	margin-left: 20px;
}
.selectAnswer-Img1{
	max-width: 275px;
	height: auto;
	margin-left: 20px;
}
