
.main{
	padding: 30px 0;
}
.details-img{
	border: 1px solid #dcdcdc;
	padding: 25% 25%;
}
.details-img>img{
	width: 100%;
}
.details-title{
	padding: 15px 0;
}
.details-title>span{
	margin-right: 10px;
}

.details-text{
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #5d5d5d;
}
.details-text>p{
	padding: 15px;
	line-height: 1.8;
	position: relative;
}

.details-text>p:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #888;
	position: absolute;
	top: 26px;
	left: 0;
}

.details-footer{
	padding: 30px 0;
}

.details-money{
	height: 45px;
	line-height: 45px;
}

.details-footer>a{
	color: #000;
}
.details-btn{
	width: 135px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
}
.details-btn>span{
	display: inline-block;
	margin-right: 10px;
}


.info{
	padding: 15px;
	margin: 20px 0;
}
.info-top{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #5d5d5d;
}
.info-top>span{
	display: inline-block;
	width: 135px;
	height: 100%;
	text-align: center;
	line-height: 45px;
}
.info-main{
	padding: 15px 0;
}
.info-main>p{
	line-height: 1.8;
	padding: 5px 0;
}
.info-img{
	padding: 15px 0;
}
.info-img>img{
	margin: 0 auto;
}
.info-img>p{
	padding-top: 15px;
}