.goods-content {
	margin: 20px auto 0;
}
.goods-header {
	padding: 20px;
	background-color: #fff;
}
.goods-header-images,
.goods-header-info,
.goods-header-brand {
	float: left;
	/* min-height: 420px; */
}
.goods-header-images {
	width: 360px;
}
.goods-header-images .view {
	position: relative;
	height: 360px;
}
.goods-header-images .view div {
	width: 100%;
	height: 100%;
	background: no-repeat center center / cover;
}
.goods-header-images .preview {
	position: relative;
	margin-top: 10px;
	padding: 0 35px;
}
.goods-header-images .swiper-slide {
	height: 50px;
	background: no-repeat center center / cover;
	cursor: pointer;
}
.goods-header-images .swiper-slide.active {
	border: 2px solid #117ee7;
}
.goods-header-images .swiper-prev,
.goods-header-images .swiper-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transform: translateY(-50%);
}
.goods-header-images .swiper-prev {
	left: 0;
}
.goods-header-images .swiper-next {
	right: 0;
}
.goods-header-images .swiper-prev::after,
.goods-header-images .swiper-next::after {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #999;
	font-size: 30px;
	font-style: normal;
	font-family: "iconfont" !important;
	transform: translate(-50%, -50%);
	transition: all .1s linear;
}
.goods-header-images .swiper-prev::after {
	content: "\e744";
}
.goods-header-images .swiper-next::after {
	content: "\e743";
}
.goods-header-images .swiper-prev:hover::after ,
.goods-header-images .swiper-next:hover::after {
	color: #117ee7;
}
.goods-header-info {
	position: relative;
	padding: 0 20px;
	width: calc(100% - 360px - 200px);
}
.goods-header-info.all {
	padding: 0 20px 0 0;
	width: calc(100% - 200px);
}
.goods-header-name {
	display: flex;
	margin-bottom: 10px;
}
.goods-header-name span,
.goods-header-name a {
	display: flex;
}
.goods-header-name span {
	line-height: 29px;
	font-size: 18px;
	font-weight: 700;
}
.goods-header-name a {
	margin-left: 15px;
}
.goods-header-name a.datasheet {
	display: flex;
	position: relative;
	padding-left: 25px;
	height: 29px;
	color: #f1403c;
    align-items: center;
}
.goods-header-name a.datasheet::after {
	content: "\e7e5";
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	color: #f1403c;
	font-size: 22px;
	font-style: normal;
	font-family: "iconfont" !important;
    align-items: center;
}
.goods-header-name a.datasheet:hover {
	color: #e31813;
}
.goods-header-name a.datasheet:hover::after {
	color: #e31813;
}
.goods-header-text .item {
	display: flex;
	margin-top: 5px;
}
.goods-header-text .item:first-child {
	margin-top: 0;
}
.goods-header-text .item span,
.goods-header-text .item a {
	display: flex;
	font-size: 12px;
	line-height: 21px;
}
.goods-header-text .item span.n {
	width: 44px;
	color: #666;
}
.goods-header-text .item span.v,
.goods-header-text .item a.v {
	width: calc(100% - 44px);
	color: #444;
}
.goods-header-text .item a:hover.v {
	color: #117ee7;
}
.goods-header-price {
	margin-top: 20px;
	padding: 10px;
	background-color: #f9f9f9;
}
.goods-header-price .name {
	display: flex;
    align-items: center;
}
.goods-header-price .name span {
	color: #333;
	font-weight: 600
}
.goods-header-price .text {
	margin-top: 10px;
}
.goods-header-price .item {
	display: flex;
	margin-top: 5px;
}
.goods-header-price .item:first-child {
	margin-top: 0; 
}
.goods-header-price .item span {
	line-height: 21px;
	font-size: 12px;
	vertical-align: middle;
}
.goods-header-price .item span.n {
	width: 80px;
	color: #666;
	white-space: nowrap;
}
.goods-header-price .item span.v {
	color: #444;
}
.goods-header-price .item:first-child span {
	color: #f1403c;
}
.goods-header-button {
	display: flex;
	margin-top: 20px;
}
.goods-header-button a {
	display: flex;
	margin-left: 20px;
	width: 120px;
	height: 41px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	color: #999;
    justify-content: center;
    align-items: center;
}
.goods-header-button a:first-child {
	margin-left: 0;
}
.goods-header-button a.style-1 {
	background-color: #117ee7;
	border-color: #117ee7;
	color: #fff;
}
.goods-header-button a.style-1:hover {
	background-color: #0770d4;
	border-color: #0770d4;
}
.goods-header-button a.style-2 {
	background-color: #07c160;
	border-color: #07c160;
	color: #fff;
}
.goods-header-button a.style-2:hover {
	background-color: #04ae56;
	border-color: #04ae56;
}
.goods-header-button a.style-3 {
	background-color: #f1403c;
	border-color: #f1403c;
	color: #fff;
}
.goods-header-button a.style-3:hover {
	background-color: #e31813;
	border-color: #e31813;
}
.goods-header-button a.style-4 {
	background-color: #fb9e23;
	border-color: #fb9e23;
	color: #fff;
}
.goods-header-button a.style-4:hover {
	background-color: #f48b00;
	border-color: #f48b00;
}
.goods-header-button a.style-5 {
	background-color: #fff;
	border-color: #f1403c;
	color: #f1403c;
}
.goods-header-button a.style-5:hover {
	background-color: #f1403c;
	border-color: #f1403c;
	color: #fff;
}
.goods-header-action {
	display: flex;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	z-index: 1;
}
.goods-header-action .button,
.goods-header-action .link {
	display: flex;
}
.goods-header-action .button a {
	display: flex;
	margin-right: 10px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	color: #999;
	font-size: 12px;
    align-items: center;
}
.goods-header-action .button a.style-3 {
	border-color: #f1403c;
	color: #f1403c;
}
.goods-header-action .button a.style-3:hover {
	background-color: #f1403c;
	color: #fff;
}
.goods-header-action .link {
	position: relative;
	flex: 1;
}
.goods-header-action .link::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #e4f2ff;
    transform: translateY(-50%);
}
.goods-header-brand {
	padding: 10px;
	width: 200px;
	min-height: 0;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
}
.goods-header-brand .logo img {
	display: block;
	width: 100%;
}
.goods-header-brand .name {
	margin-top: 10px;
	line-height: 20px;
}
.goods-header-brand .goto {
	margin-top: 10px;
}
.goods-header-brand .goto a {
	display: block;
	height: 39px;
	line-height: 37px;
	background-color: #117ee7;
	border: 1px solid #117ee7;
	border-radius: 5px;
	color: #fff;
	font-size: 0;
	text-align: center;
}
.goods-header-brand .goto a i,
.goods-header-brand .goto a span {
	display: inline-block;
	font-size: 16px;
    vertical-align: middle;
}
.goods-header-brand .goto a i {
	font-size: 18px;
}
.goods-header-brand .goto a span {
	margin-left: 5px;
}
.goods-header-brand .goto a:hover {
	background-color: #0770d4;
	border-color: #0770d4;
}
.goods-block {
	display: flex;
	margin: 20px 0;
}
.goods-left {
	width: 100%;
}
.goods-tabs {
	display: flex;
	padding: 0 20px;
	height: 55px;
	background-color: #fff;
	border-bottom: 2px solid #f3f3f3;
}
.goods-tabs a {
	display: flex;
	margin-right: 20px;
	height: 55px;
	border-bottom: 2px solid #f3f3f3;
	font-size: 16px;
    justify-content: center;
    align-items: center;
}
.goods-tabs a.active {
	color: #117ee7;
	border-bottom-color: #117ee7;
}
.goods-html,
.goods-param,
.goods-files,
.goods-replace,
.goods-substitute {
	display: none;
}
.goods-html,
.goods-param,
.goods-files,
.goods-substitute  {
	padding: 20px;
	background-color: #fff;
}
.goods-html.active,
.goods-param.active,
.goods-files.active,
.goods-replace.active,
.goods-substitute.active  {
	display: block;
}
.goods-html {
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.goods-html ol li {
	list-style: decimal;
	margin-left: 20px;
}
.goods-html ul li {
	list-style: disc;
	margin-left: 20px;
}
.goods-html img,
.goods-html video {
	max-width: 100%;
}
.goods-html video {
	background-color: #000;
}
.goods-html table {
	border-collapse: collapse;
}
.goods-html table th,
.goods-html table td {
	padding: 3px 5px;
	min-width: 30px;
	border: 1px solid #eee;
	text-align: left;
}
.goods-html table th {
	background-color: #f5f2f0;
	font-weight: 700;
	text-align: center;
}
.goods-param .title,
.goods-files .title,
.goods-substitute .title {
	height: 35px;
	border-bottom: 1px solid #117ee7;
	z-index: 1;
}
.goods-param .title span,
.goods-files .title span,
.goods-substitute .title span {
	display: flex;
	width: 160px;
	height: 34px;
	background-color: #117ee7;
	border-radius: 5px 5px 0 0;
	color: #fff;
    justify-content: center;
    align-items: center;
}
.goods-param .text {
	display: flex;
	border: 1px solid #f3f3f3;
	border-bottom: 0 none;
}
.goods-param .text:last-child {
	border-bottom: 1px solid #f3f3f3;
}
.goods-param .text span,
.goods-param .text a {
	display: flex;
	padding: 10px;
	min-height: 43px;
	line-height: 23px;
	font-size: 12px;
    align-items: center;
}
.goods-param .text span.n {
	width: 160px;
	background-color: #fcfcfc;
	border-right: 1px solid #f3f3f3;
	color: #666;
}
.goods-param .text span.v,
.goods-param .text a.v {
	width: calc(100% - 160px);
	color: #444;
}
.goods-param .text span.n.red {
	color: #f1403c;
}
.goods-param .text a:hover.v {
	color: #117ee7;
}
.goods-files .files {
	margin-bottom: 20px;
}
.goods-files .files:last-child {
	margin-bottom: 0;
}
.goods-files .files a {
	display: block;
	position: relative;
	padding-left: 30px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #f3f3f3;
}
.goods-files .files a::after {
	content: "\e868";
	position: absolute;
	top: 50%;
	left: 0;
	color: #999;
	font-size: 18px;
	font-style: normal;
	font-family: "iconfont" !important;
    transform: translateY(-50%);
}
.goods-files .files a:hover::after {
	color: #117ee7;
}
.goods-substitute .text {
	display: flex;
	border: 1px solid #f3f3f3;
	border-bottom: 0 none;
}
.goods-substitute .text:last-child {
	border-bottom: 1px solid #f3f3f3;
}
.goods-substitute .text span,
.goods-substitute .text a {
	display: flex;
	padding: 10px;
	min-height: 43px;
	line-height: 23px;
	font-size: 12px;
    align-items: center;
}
.goods-substitute .text span.n {
	width: 160px;
	background-color: #fcfcfc;
	border-right: 1px solid #f3f3f3;
	color: #666;
}
.goods-substitute .text span.v,
.goods-substitute .text a.v {
	width: calc(100% - 160px);
	color: #444;
}
.goods-substitute .text span.n.red {
	color: #f1403c;
}
.goods-substitute .text a:hover.v {
	color: #117ee7;
}