.backgroundGrey
{
	min-width: 1250px;
	background-color: #f2f2f2;
	display: flex;
	justify-content: center;
	z-index: 10;
    position: relative;
    width: 1260px;
    margin: auto;
}

.backgroundGWhite
{
	width: 1360px;
	background-color: white;
}

.container
{
	display: flex;
	justify-content: center;
	margin: 0;
}

.container .details-left
{
	width: 1790px;
	float:none;
	
}

.container .details-left .main-text .right-text
{
	width:1160px;
	margin-right:30px;
	
}

.container .details-left .big-title
{
	margin: 30px;
	text-align: center;
}


.newBorder
{
	border: 1px solid #dfdede;
	margin-bottom: 40px;
	background-color: white;
}


.social-share
{
	font-size:14px ;
	height: 25px;
	min-width: 160px;
}

.container .details-left #share-2 a::after
{
	width: 0;
	height: 0;
}

 #share-2 a
 {
	 margin:0 2px;
 }

.container .details-left #share-2 a.icon-wechat{
	color: #7bc549;
	background:white;
	width: 26px;
	bottom: 15px;
	height: 30px;

} 

.container .details-left #share-2 a.icon-qq{
	color: #56b6e7;
	background:white;
	width: 25px;
	bottom: 15px;
	height: 30px;

}
.container .details-left #share-2 a.icon-weibo{
	color: #ff763b;
	background:white;
	width: 25px;
	bottom: 15px;
	height: 30px;

}
.container .details-left #share-2 a.icon-qzone{
	color: #FDBE3D;
	background:white;
	width: 25px;
	bottom: 15px;
	height: 30px;

}
.container .details-left #share-2 a.icon-douban{
	color: #33b045;
	background:white;
	width: 25px;
	bottom: 15px;	
	height: 30px;

}

.share
{
	display: flex;
	flex-flow:row nowrap;
	justify-content: space-around;
	border-bottom: 1px solid #dfdede;
}

.container .details-left .main-text .right-text .intro .middle
{
	font-size: 20px;
	font-weight: 1700;
}

.middle{
	font-size: 20px;
	font-weight: 1700;
	width: 100%;
	padding-bottom: 20px;
}

.container .details-left .main-text .right-text .intro .middle
{
	width: 100%;
	padding-bottom: 20px;
}

.container .details-left .details-guide
{
	font-size:16px ;
}

.container .details-left #share-2 a {
	font-size: 25px;
}

