body{
	font-size: 100%;
}
.map-head,
.productdetail-title-submit{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.productdetail-title-submit-button{
	position: absolute;
	right: 0;
	top: 135px;
}
.btn-cube{
	display: inline-block;
	padding: 10px 20px;
	background-color: #F11010;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
}
.btn-cube:hover{
	background-color: #F53D3D;
	text-decoration: none;
}
.product-960{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.productdetail-title{
	margin: 50px auto;
	width: 1000px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.productdetail-title-img{
	float: left;
	width: 150px;
}
.productdetail-title-product{
	float: left;
	width: 580px;
	line-height: 95px;
	height: 120px;
	font-size: 36px;
}
.productdetail-left-content{
	margin-top: 10px;
}
.productdetail-left-content a{
	color: #df3145;
	font-weight: bold;
}
.footer-wrapper{
	opacity: 0;
}