.progress-wrap {
	position: fixed;
	z-index: 3;
	right: 5.8%;
	bottom: 15%;
	display: none;
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	opacity: 0;
	visibility: hidden;
}
.progress-wrap.active {
	opacity: 1;
	visibility: visible;
}
.progress-wrap a {
	outline: none;
	border: none;
	text-decoration: none;
	width: 3.25em;
	height: 3.25em;
	position: relative;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
	filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
}
.progress-wrap a svg path {
	fill: none;
}
.progress-wrap a svg.progress-circle path {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	stroke-width: 4;
	stroke: #006fc0;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}
.progress-wrap a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.progress-wrap {
	display: inline-block;
}

/* 自定义样式 */
.deyu-list {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.deyu-list h3{
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	color: #006fc0;
	border-bottom: 1px solid #006fc0;

}

.deyu-list h3  span{
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
	margin-left: 10px;
	font-weight: normal;

}.deyu-list li .mydata{
float: right;
font-size: 14px;
}

.deyu-list li{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #eee;
}































