@charset "UTF-8";

.details-content .about-title {
	text-align: center;
	font-size: .24rem;
	font-weight: bold;
	margin: 20px 0 24px 0;
}

.details-content .about-vphoto p {
	font-size: .12rem;
	line-height: 24px;
	color: #666;
    margin: 0 0 40px 0;
}

.details-content .about-vphoto .about-analytics {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0;
}

.details-content .about-vphoto .about-analytics li {
	width: calc(100% / 3);
	display: inline-block;
}

.details-content .about-vphoto .about-analytics li h2 {
	font-size: .16rem;
	color: #333;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.details-content .about-vphoto .about-analytics li h3 {
	font-size: .12rem;
	color: #999;
	font-weight: normal;
	margin: 0 0 30px 0;
}

.details-content .about-course .about-title {
	margin-top: 80px;
}

.details-content .about-course .about-course-content {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}

.details-content .about-course .about-course-content:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #EA111C;
}

.details-content .about-course .about-course-content:after {
    position: absolute;
    content: "";
    left: 8px;
    top: 0;
    width: 50px;
    height: 23px;
    background-image: url(http://pinpailuodi.oss-cn-hangzhou.aliyuncs.com/case_img/mobile/img/about/about-flag.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.details-content .about-course .about-course-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 53px;
}

.details-content .about-course .about-course-content ul li {
	position: relative;
}

.details-content .about-course .about-course-content ul li .line {
    position: absolute;
    left: -45px;
    top: 10px;
    width: 40px;
    height: 1px;
    background-color: rgba(234, 17, 28, .2);
}

.details-content .about-course .about-course-content ul li .line:before,
.details-content .about-course .about-course-content ul li .line:after {
	content: "";
	position: absolute;
	left: -8px;
	top: -6px;
	background-color: #fff;
	border: 1px solid #EA111C;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.details-content .about-course .about-course-content ul li .line:after {
	width: 6px;
	height: 6px;
	background-color: #EA111C;
	border: none;
    top: -2px;
    left: -4px;
}

.details-content .about-course .about-course-content ul li h2 {
	font-size: .16rem;
	font-weight: 500;
	color: #EA111C;
	margin: 0 0 5px 0;
}

.details-content .about-course .about-course-content ul li p {
	font-size: .12rem;
	color: #999;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.details-content .about-course .about-course-content ul li picture {
	display: block;
	margin-bottom: 50px;
    border: 1px solid #e5e5e5;
}

.details-content .about-course .about-course-content ul li:last-child picture {
	margin-bottom: 0;
}
