.main-content {
	width: 1400px;
	margin: 0 auto;
}

.product-title {
	width: 100%;
	height: 100px;
}
.product-title .title-left {
	width: 320px;
	height: 50px;
	float: left;
	margin-top: 31px;
	border-left: solid #52acc7 7px;
	padding-left: 12px;
	position: relative;
}
.product-title .title-left .en {
	font-size: 40px;
	font-weight: bold;
	color: #eaeaea;
	line-height: 32px;
}
.product-title .title-left .cn {
	font-size: 28px;
	line-height: 30px;
	position: absolute;
	left: 12px;
	bottom: 0;
}
.product-title .title-right {
	width: 1050px;
	float: left;
	margin: 40px 0 0 30px;
}
.product-title .title-right i {
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: solid #52acc7 5px;
	border-radius: 50%;
}
.product-title .title-right span {
	margin-left: 12px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.product-content .panel-similarity {
	height: auto;
}
.panel-similarity .good-panel {
	width: 1050px;
	height: 680px;
	float: left;
	background-color: white;
	padding: 30px;
	display: flex;
}
.good-panel .cover {
	width: 480px;
	float: left;
}
.good-panel .cover .mask {
	position: absolute;
	background: rgba(0,0,0,0.50);
	width: 480px;
	height: 440px;
	text-align: center;
	padding-top: 175px;
}
.good-panel .cover .mask img {
	cursor: pointer;
}
.good-panel .cover .cover-img {
	width: 480px;
	/* height: 440px; */
	object-fit: contain;
}
.good-panel .cover .thumb {
	display: block;
	width: 480px;
	margin-top: 20px;
	overflow-x: auto;
	white-space: nowrap;
}
.good-panel .cover .thumb .mask {
	position: absolute;
	background: rgba(0,0,0,0.50);
	height: 80px;
	width: 80px;
	margin-top: -80px;
	text-align: center;
	padding-top: 25px;
}
.good-panel .cover .thumb .mask:hover {
	cursor: pointer;
}
.good-panel .cover .thumb .thumb-img {
	width: 80px;
	height: 80px;
	margin-left: 9px;
}
.good-panel .cover .thumb .thumb-img:hover {
	cursor: pointer;
}
.good-panel .cover .thumb .cur {
	border: 1px solid #52acc7;
}
.good-panel .cover .thumb .thumb-img:first-child {
	margin-left: 0;
}
.good-panel .cover .thumb .thumb-img:last-child {
	margin-left: 12px;
}
.good-panel .detail {
	margin-left: 28px;
	float: left;
}
.good-panel .detail .title {
	width: 482px;
	padding-top: 8px;
	padding-bottom: 14px;
}
.good-panel .detail .title .title-text {
	font-size: 26px;
	color: #000;
	font-weight: bold;
}
.good-panel .detail .title .store {
	float: right;
	margin-top: 6px;
	color: #52acc7;
}
.good-panel .detail .title .store:hover {
	cursor: pointer;
}
.good-panel .detail .title .store img {
	width: 16px;
	height: 16px;
}
.good-panel .detail .title .store span {
	vertical-align: middle;
}
.good-panel .detail .specification {
	padding-bottom: 34px;
	/* min-height: 300px; */
	border-top: 1px solid rgba(216,216,216,1);
	border-bottom: 1px solid rgba(216,216,216,1);
}
.good-panel .detail .specification ul {
	float: left;
	margin-left: 22px;
}
.good-panel .detail .specification ul:first-child {
	margin-left: 0;
	width: 165px;
}
.good-panel .detail .specification ul li {
	margin-top: 20px;
	font-size: 16px;
	color: #414141;
	line-height: 30px;
}
.good-panel .detail .purchase {

}
.good-panel .detail .purchase .purchase-top {
	margin-top: 25px;
}
.purchase-top .Information {
	display: inline-block;
	color: #fff;
	font-weight: 550;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #52acc7;
	text-align: center;
	border-radius: 5px;
	padding: 10px 25px;
}
.good-panel .detail .purchase .purchase-top button {
	width: 20px;
	height: 30px;
	border: 1px solid #52acc7;
	background-color: transparent;
	vertical-align: middle;
	line-height: 30px;
	color: #52acc7;
}
.good-panel .detail .purchase .purchase-top input {
	width: 64px;
	height: 30px;
	border: 1px solid #52acc7;
	text-align: center;
	color: #52acc7;
}
.good-panel .detail .purchase .purchase-top .specCount{
	font-size: 16px;
	color: #52acc7;
	margin-left: 20px;
}
.good-panel .detail .purchase .purchase-top .replenish{
	color: #aeaeae;
	margin-left: 26px;
}

.good-panel .detail .purchase .purchase-middle {
	margin-top: 25px;
}
.good-panel .detail .purchase .purchase-middle .add-cart {
	width: 150px;
	height: 40px;
	background: #52acc7;
	border: 1px solid #52acc7;
	border-radius: 2px;
	color: white;
	font-weight: bold;
}
.good-panel .detail .purchase .purchase-middle .add-cart:hover {
	background: #52acc7;
}
.good-panel .detail .purchase .purchase-middle .purchase-now {
	width: 150px;
	height: 40px;
	background: transparent;
	border: 1px solid #52acc7;
	border-radius: 2px;
	color: #52acc7;
	font-weight: bold;
	margin-left: 20px;
}
.panel-similarity .similarity-good {
	width: 320px;
	height: 680px;
	margin-right: 30px;
	float: left;
	background-color: white;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}
.similarity-good .similarity-item {
	margin-top: 20px;
}
.similarity-good .similarity-item img {
	width: 230px;
	height: 230px;
}
.similarity-good .similarity-item p{
	font-size: 16px;
}
.similarity-good .similarity-btn{
	margin-top: 10px;
}
.similarity-good .similarity-btn img{
	margin: 0 10px;
	cursor: pointer;
}
.product-content .good-detail {
	background-color: white;
	margin-top: 30px;
}
.good-detail .title {
	height: 70px;
	border-bottom: 1px solid #52acc7;
	font-weight: bold;
}
.good-detail .title a {
	display: inline-block;
	color: #2e2e2e;
	line-height: 70px;
	font-size: 18px;
	padding: 0 50px;
}
.good-detail .title .cur {
	color: white;
	background-color: #52acc7;
	font-weight: bold;
}
.good-detail .gooddetail{
	padding: 50px 30px 30px 30px;
}
.good-detail .industrial {
	padding: 50px 30px 30px 30px;
	display: none;
}
.good-detail .industrial table {
	width: 100%;
	text-align: center;
}
.good-detail .industrial table th {
	text-align: center;
	background-color: #fafafa;
	font-size: 16px;
	padding: 23px 0;
	border: 1px solid #e0e0e0;
}
.good-detail .industrial table td {
	height: 65px;
	line-height: 65px;
	border: 1px solid #e0e0e0;
}
.good-detail .industrial table td button {
	width: 26px;
	height: 39px;
	border: 1px solid #52acc7;
	background-color: transparent;
	vertical-align: middle;
	line-height: 39px;
}
.good-detail .industrial table td input {
	width: 83px;
	height: 39px;
	border: 1px solid #52acc7;
	text-align: center;
}
.good-detail .industrial table td p {
	line-height: 17px;
}
.good-detail .industrial .add-cart {
	width: 110px;
	height: 40px;
	background: #52acc7;
	border: 1px solid #52acc7;
	border-radius: 2px;
	color: white;
	float: right;
	margin-top: 20px;
	font-weight: bold;
}
.good-detail .industrial .add-cart:hover {
	background: #52acc7;
}
.good-detail .features {
	padding: 50px 30px 30px 30px;
	display: none;
}

.product-content .consult {
	background-color: white;
	margin-top: 30px;
}
.consult .title {
	height: 70px;
	border-bottom: 1px solid #52acc7;
	font-weight: bold;
}
.consult .title span {
	display: inline-block;
	color: white;
	line-height: 70px;
	padding: 0 50px;
	background-color: #52acc7;
	font-size: 18px;
	font-weight: bold;
}
.consult .consult-content {
	width: 1400px;
	padding: 50px;
}

.consult .consult-content .consult-form{
	margin-top: 30px;
}
.consult .consult-content .consult-list{
	width: 32%;
	float: left;
	margin: 20px 2% 0 0;
	border-bottom: solid #d0d0d0 1px;
}
.consult .consult-content .consult-list.textarea-list{
	width: 66%;
	margin: 20px 0 0 0;
}
.consult .consult-content .consult-list:nth-child(4){
	margin-right: 0;
}
.consult .consult-content .consult-list .consult-label{
	width: 70px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}
.consult .consult-content .consult-list .consult-input{
	width: calc(100% - 70px);
	height: 50px;
	float: left;
	font-size: 16px;
}
.consult .consult-content .consult-list .consult-input input{
	width: 100%;
	height: 50px;
	border: none;
}
.consult .consult-content .consult-type{
	margin-top: 30px;
}
.consult .consult-content .consult-type .type-title{
	display: inline-block;
	font-size: 18px;
	color: #676767;
	vertical-align: middle;
}
.consult .consult-content .consult-type .type-list{
	display: inline-block;
	vertical-align: middle;
}
.consult .consult-content .consult-type .type-list label{
	font-size: 16px;
	color: #676767;
	position: relative;
	margin-right: 46px;
	margin-bottom: 0;
}
.consult .consult-content .consult-type .type-list label:last-child{
	margin-right: 0;
}
.consult .consult-content .consult-type .type-list label span{
	vertical-align: middle;
}
.consult .consult-content .consult-button{
	margin-top: 20px;
	text-align: center;
}
.consult .consult-content .consult-button input{
	width: 280px;
	height: 60px;
	font-size: 16px;
	border: none;
	background: #52acc7;
	color: #fff;
	border-radius: 30px;
}

/* 推荐产品 */
.product-content .recommend {
	background-color: white;
	margin-top: 30px;
	margin-bottom: 100px;
}
.recommend .title {
	height: 70px;
	border-bottom: 1px solid #52acc7;
	font-weight: bold;
}
.recommend .title span {
	display: inline-block;
	color: white;
	line-height: 70px;
	padding: 0 50px;
	background-color: #52acc7;
}
.recommend .content {
	width: 1400px;
	padding: 45px 55px 35px;
}
.recommend .content .recommend-item:first-child {
	width: 230px;
	margin-left: 0;
}
.recommend .content .recommend-item {
	width: 230px;
	float: left;
	margin-left: 35px;
	text-align: center;
}
.recommend .content .recommend-item .rname{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
}
.recommend .content .recommend-item .rprice{
	font-size: 16px;
	margin-top: 5px;
}
.recommend .content .recommend-item .rprice .money{
	color: #52acc7;
	cursor: pointer;
}
.recommend .content .recommend-item img {
	width: 230px;
	height: 230px;
}
.recommend .content .recommend-item img:hover {
	cursor: pointer;
}
