.web-content{
	width: 100%; 
	background: #f5f5f5;
}
.web-content-space{
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
/* 网站导航 */
.web-nav{	
	font-size: 16px;
	color: rgba(0,0,0,.4);
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	margin-top: 0;
}
.web-nav span{
	cursor: pointer;
}
/* 左右布局 */
.flex-layout{
	display: flex;
	display: -webkit-flex;
}

.layout-left{
	width: 65%; 
	background: #fff;
	padding: 20px;
}
.layout-right{
	width: 35%; 
}


.goods-detail , .more-goods-info{
	margin-right: 50px;
}

/* 详情 */

.flex-layout{
	margin:40px 0 ;
}
.goods-detail .gd-title{
	font-size: 24px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.8);
	line-height: 40px;
}
.goods-detail .gd-info{
	margin: 10px 0;
	font-size: 14px;
	 color: rgba(0,0,0,0.6);
}
.goods-detail .gd-info span{
	margin-right: 5px;
}

.gd-content-box{
	display: flex;
	width: 100%;
	display: -webkit-flex;
}

.gd-img{
	min-width: 400px;
	width: 400px;
	height: 300px;
	border: 1px solid #eee;
	background: #f9f9f9;
}
.gd-img img{
	width: 100%;
	max-height: 300px;
	vertical-align: middle;
}
.gd-text{
	margin-left: 30px;
	width: 100%;
}
.gd-text ul li{
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	color:rgba(0,0,0,0.8);  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.gd-text ul li.deltail-title{
	font-size: 16px;
}
.gd-text ul li .detail-phone{ 
	font-weight: bold;
	font-size: 18px;
	 color: #F9874B;
}
.gd-text .gd-text-title{	
	width: 70px;
	display: inline-block;
	text-align-last: justify;
	text-align: justify;
	margin-right: 20px;
	color: rgba(0,0,0,0.6);
}
.view-content{
	border-radius:3px;
	background: #F9874B;
	padding: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	cursor: pointer;
	max-width: 200px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
.view-content:hover{
	background: #e65122;
}
.phoneimg{
	display: inline-block; 
	width: 32px;
	padding-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.content-text{
	color: #fff;
	width: 200px;
	font-size: 18px;
	text-align: center
}
.color-sys{ 
	color: #F9874B;
}

.more-goods-info{
	margin-top: 80px;
	padding-top: 50px;
	border-top:1px solid rgba(0, 0, 0, 0.1) ;
}

.goodtabs{
	font-size: 20px;
	color: rgba(0,0,0,0.8);
	margin-bottom: 50px;
}
.more-goods-text{
	font-size: 16px;
	color:rgba(0,0,0,0.6) !important;
	width: 100% !important;
}
.more-goods-text img , .more-goods-text p {
	color:rgba(0,0,0,0.6) !important;
	width: 100% !important; 
}



/* 相关推荐 */
.recommend-box{
	font-size: 16px; 
	margin-left: 20px;
	background: #fff;
}
.rec-title{
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}
.rec-list-item{
	padding:20px 10px;
}
.rec-list-item ul li{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	color: rgba(0,0,0,0.8);
}
.rec-list-item ul li:hover{
	color: rgba(0,0,0,0.6);;
}
.rec-goods-list{
	display: flex;
	display: -webkit-flex;
}
.rec-goods-img{
	width: 120px; height: 80px;
	min-width: 120px;
	background: #f9f9f9;
}
.rec-goods-img img{
	width: 100%; height: 80px;
}
.rec-goods-view{
	font-size: 14px;
	margin:0 10px;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
}
.rec-list-tips{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.rec-goods-view .rec-list-title{
	width: 100%;
	font-size: 16px; 
	margin-bottom: 10px;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}
.rec-goods-view .rec-list-info{	 
	width: 100%;
	font-size: 14px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
	color: rgba(0,0,0,0.8);
	margin-bottom: 10px;
}
.rec-goods-view .rec-list-tips .f-price{
	color: #F9874B;
}
.rec-goods-view .rec-list-tips .f-time{
	color:rgba(0,0,0,0.6);
	font-size: 12px;
}

.sys-pricre{
	font-size: 24px;
	font-weight: bold;
	color: #F9874B;
	font-family: Arial;
}