@charset "utf-8";
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: none;
	color: #ff6501;
}
a:active {
	text-decoration: none;
	color: #3f3f3f;
}
.hide{
	display: none;
}
body,ul,li,dl,dt,dd,img,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}
body{
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
}
.ellipsis .title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex{
	display: flex;
}
.keep-flex{
	display: flex;
}
.flex-col{
	flex-direction:column;
}
.flex-wrap{
	flex-wrap:wrap;
}
.flex-x-left{
	justify-content:flex-start;
}
.flex-x-right{
	justify-content:flex-end;
}
.flex-x-between{
	justify-content:space-between;
}
.flex-x-center{
	justify-content:center;
}
.flex-y-center{
	align-items:center;
}
.flex-y-bottom{
	align-items:flex-end;
}
.flex-grow{
	flex-grow:1;
}
.flex-shrink{
	flex-shrink:0;
}

.floatbox{
	position:relative;
	margin-top:-240px;
	z-index:1;
	margin-bottom:50px;
}
.floatbox .floatbox-main{
	border:20px solid #fff;
	background-color:#fff;
	box-shadow:2px 0px 10px 0 rgba(0,0,0,0.1);
	border-radius:4px;
}
.floatbox .box-shadow{
	position:absolute;
	left:-10px;
	top:10px;
	background-color:rgba(0,0,0,0.3);
	filter:blur(5px);
	width:50px;
	height:70%;
	transform:rotate(-5deg);
	z-index:-1;
}
.setw1040{
	margin-left:auto;
	margin-right:auto;
	width:1040px;
}

.tc-progressbar{
	padding:40px 80px;
	background-color:#fff;
	border-radius:5px;
}
.tc-progressbar .spots{
	position:relative;
}
.tc-progressbar .spots .spot{
	width:16px;
	height:16px;
	border-radius:16px;
	background-color:#2e65b0;
	z-index:2;
}
.tc-progressbar .spots .spot.selected{
	background-color:#2e65b0;
}
.tc-progressbar .spots spot{
	display:none;
}
.tc-progressbar .spots spot~div{
	background-color:#e4e4e4!important;
}
.tc-progressbar .spots .line{
	position:absolute;
	left:0;
	top:4px;
	width:100%;
	height:7px;
	background-color:#e4e4e4;
	z-index:0;
}
.tc-progressbar .spots .line-setwidth{
	position:absolute;
	left:0;
	top:4px;
	width:0%;
	height:7px;
	background-color:#5899f2;
	z-index:1;
}
.tc-progressbar .spots .line-setwidth.sw25{
	width:25%;
}
.tc-progressbar .spots .line-setwidth.sw33{
	width:33.3%;
}
.tc-progressbar .spots .line-setwidth.sw50{
	width:50%;
}
.tc-progressbar .spots .line-setwidth.sw66{
	width:66.6%;
}
.tc-progressbar .spots .line-setwidth.sw75{
	width:75%;
}
.tc-progressbar .spots .line-setwidth.sw99{
	width:99.9%;
}
.tc-progressbar .spots .line-setwidth.sw100{
	width:100%;
}
.tc-progressbar .icon-name{
	margin:0 -25px;
}
.tc-progressbar .icon-name .dl .dt{
	width:40px;
	height:40px;
	background-size:auto 25px;
	background-repeat:no-repeat;
	background-position:center;
}
.tc-progressbar .icon-name .dl.icon .dt{
	background-image:url(/testcenter/img/progressbar-icon.png);
}
.tc-progressbar .icon-name .dl.icon2 .dt{
	background-image:url(/testcenter/img/progressbar-icon2.png);
}
.tc-progressbar .icon-name .dl.icon3 .dt{
	background-image:url(/testcenter/img/progressbar-icon3.svg);
}
.tc-progressbar .icon-name .dl.icon4 .dt{
	background-image:url(/testcenter/img/progressbar-icon4.png);
}
.tc-progressbar .icon-name .dl.icon5 .dt{
	background-image:url(/testcenter/img/progressbar-icon5.png);
}