html,body{
	background: #fff;
}
#offline-detail{
	overflow: hidden;
}
#offline-detail .info{
	margin-bottom: 30px;
	overflow: hidden;
}
#offline-detail .pic{
	float: left;
	width: 152px;
	height: 210px;
	border-radius: 4px;
	overflow: hidden;
}
#offline-detail .pic img{
	width: 100%;
	height: 100%;
}
#offline-detail .right{
	position: relative;
	float: right;
	width: 550px;
	height: 210px;
}
#offline-detail .title{
	margin: 0 0 15px 0;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(1,1,1,1);
	line-height:22px;
}
#offline-detail .desc{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:18px;
}
#offline-detail .img{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 110px;
	height: 110px;
	border:solid 1px #E9E9E9;
}
#offline-detail .img img{
	width: 90px;
	height: 90px;
}
#offline-detail .price{
	position: absolute;
	left: 130px;
	bottom: 10px;
	font-size:14px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(230,0,18,1);
	line-height:14px;
}
#offline-detail .price span{
	margin-left: 10px;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	text-decoration: line-through;
}
#offline-detail .price .saoma{
	margin-top: 30px;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(1,1,1,1);
	line-height:14px;
}
.line{
	border-bottom: solid 1px #E9E9E9;
	margin-bottom: 30px;
	overflow: hidden;
}
.line .list{
	float: left;
	margin-right: 20px;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(1,1,1,1);
	line-height:18px;
	padding-bottom: 10px;
	border-bottom:solid 3px #fff;
}
.line .active{
	border-bottom:solid 3px #E60012;
}
.content{
	border-radius: 4px;
	padding: 20px;
	overflow: hidden;
	background:rgba(249,249,249,1);
}
.content *{
	max-width: 100% !important;
}