.content {
	width: 1440px;
	margin: auto;
	margin-top: 150px;
	display: flex;
}

.content-img {
	width: 580px;
	height: 580px;
	border: solid 1px #eee;
}

.banner {
	min-width: 1440px;
	min-height: 700px;
	cursor: default;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	outline: none;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-image: url(/Public/Home/static/picture/ABUIABACGAAgnseO9gUopJKOpQUwgA84vAU.jpg);
}

.banner-img {
	width: 1440px;
	height: 700px;
}

.goodname {
	color: #585858;
	margin: 0;
	font-size: 20px;
	text-align: left;
	word-break: break-word;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
}

.goodInfo {
max-width: 545px;
    min-width: 350px;
    margin: 0 auto;
}

.goodprice {
	color: #C40000;
	display: flex;
	align-items: center;

}

.phone {
	color: #c40000;
	width: 162px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: solid 1px #c40000;
	border-radius: 4px;
	font-size: 16px;
	margin-top:2em
}
.fa-phone{
	font-size: 24px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
.goodsdetail{
	width: 1440px;
	margin: auto;
	margin-top: 60px;
}
.goodsdetail-title{
	border: 1px solid #eaeaea;
}
.font{
	text-align: center;	
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-top: 3px solid #C40000;
	color: #C40000;
}
.goodsrichtext{
	margin: 20px 0;
	
	}