html,body{
	background: #fff;
}
#offline-detail{
	overflow: hidden;
}
#offline-detail .info{
	margin-bottom: 30px;
	overflow: hidden;
}
#offline-detail .pic{
	position: relative;
	float: left;
	width: 375px;
	height: 210px;
	border-radius: 4px;
	overflow: hidden;
}
#offline-detail .pic span{
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	padding: 3px;
	background:rgba(51,51,51,1);
	border-radius:2px;
	opacity:0.8;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:12px;
}
#offline-detail .pic img{
	width: 100%;
	height: 100%;
}
#offline-detail .right{
	position: relative;
	float: right;
	width: 340px;
	height: 210px;
}
#offline-detail .title{
	margin: 20px 0 20px 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 .imgs{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 110px;
	height: 110px;
	border:solid 1px #E9E9E9;
}
#offline-detail .imgs img{
	width: 100%;
	height: 100%;
}
#offline-detail .prices{
	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 .prices 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 .prices .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;
}
#offline-detail .line{
	border-bottom: solid 1px #E9E9E9;
	margin-bottom: 30px;
	overflow: hidden;
}
#offline-detail .line .list{
	cursor: pointer;
	float: left;
	margin-right: 20px;
	font-size:18px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:500;
	color:#000;
	border-bottom:solid 3px #fff;
	line-height: 18px;
	padding-bottom: 10px;
}
#offline-detail .line .active{
	font-family:PingFangSC-Medium,PingFang SC;
	border-bottom:solid 3px #E60012;
}
.content{
	border-radius: 4px;
	padding: 0 20px;
	overflow: hidden;
	background:rgba(249,249,249,1);
}
.content img{
	width: 100% !important;
}
.content .all{
	overflow: hidden;
}
.content .all .list{
	height:52px;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:53px;
	border-bottom: solid 1px #E9E9E9;
	overflow: hidden;
}
.content .all .list:last-child{
	border-bottom: none;
}
.all .list span{
	float: left;
	margin-top: 17px;
	margin-right: 10px;
	text-align: center;
	width:30px;
	height:18px;
	border-radius:2px;
	border:1px solid rgba(102,102,102,1);
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:18px;
}
.all .list a{
	float: right;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(230,0,18,1);
}
.all .list .icon{
	display: block;
	float: right;
	margin-top: 16px;
	width: 15px;
	height: 15px;
}
.all .list .icon img{
	width: 100%;
	height: 100%;
	float: left;
}
.hot{
	margin: 40px 0 30px 0;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(1,1,1,1);
	line-height:22px;
}
.hot img{
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 22px;
}

.gtitle{
	height:22px;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(1,1,1,1);
	line-height:22px;
}
.author{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:52px;
	margin-bottom: 10px;
}
.author span{
	margin-left: 15px;
}
.embed-responsive{
	margin-bottom: 30px;
}






