* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
}

body {
	font-size: 12px;
	font-family: "HarmonyOS Sans SC", "HarmonyOS Sans SC-Regular",
		"SourceHanSansCN-Regular", "Source Han Sans CN", "Noto Sans S Chinese",
		"Noto Sans S Chinese Light", "Microsoft Yahei",
		"Microsoft YaHei Light", "PingFangSC-Semibold", "Pingfang sc bold",
		"Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.jx-header {
	line-height: 90px;
	height: 90px;
	background-color: white;
	min-width: 1280px;
	padding: 0 7.5%;
	display: flex;
	align-items: center;
}

.footer {
	line-height: 60px;
    background-color: #e50012;
    min-width: 1280px;
    padding: 10px 7.5%;
    text-align: left;
    color: white;
    font-size: 14px;
    margin-top: 100px;
}

.img-h1 {
	width: 272px;
	height: 56px;
	background: url(./gs_icon_3.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

.jx-header .vertical-line {
	width: 1px;
}

.header-stock {
	color: #878787;
	padding-left: 8px;
	margin-left: 10px;
	font-family: "HarmonyOS Sans SC";
	font-size: 14px;
	line-height: 17px;
	border-left: 1px solid #878787;
}

.header-brand {
	flex: 1;
	text-align: left;
	color: #7e7e7e;
	padding-left: 280px;
	font-size: 30px;
	font-weight: bold;
}

.big-title {
	text-align: center;
	background: #e50012;
	color: white;
	min-width: 1280px;
	padding: 40px 10px;
}

.big-title .t1 {
	font-size: 48px;
	font-weight: bold;
}

.big-title .t2 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-left: 70px;
}

.main {
	background: #f5f5f5;
	min-width: 1280px;
	padding: 40px 7.5%;
}

.h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 96px;
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0;
	font-weight: bold;
	color: #e60012;
	padding-top: 10px;
}

.h2::after {
	width: 570px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -285px; content : " ";
	background: linear-gradient(to right, transparent, #cdcdcd, transparent);
	content: " ";
}

.brand-list-container {
	padding-bottom: 20px;
	background: white;
}

.brand-list {
	width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 150px);
	grid-auto-columns: 300px;
	grid-auto-rows: 100px;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	margin-top: 20px;
}
.brand-list.brand-list2 {
	grid-template-rows: repeat(3, 150px);
}
.brand-list img {
	cursor: pointer;
	max-width: 100%;
}

.brand-block {
	width: 300px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.brand-block::after {
	position: absolute;
	right: 0;
	content: ' ';
	display: block;
	width: 1px;
	height: 60px;
	background: gray;
	background: linear-gradient(to bottom, transparent, #cdcdcd, transparent);
}

.brand-block:nth-child(4n)::after {
	display: none;
}

.brand-table-container {
    padding-bottom: 20px;
    background: white;
    margin-top: 0;
    padding-top: 30px;
}

.brand-table {
	width: 70%;
	min-width: 1000px;
	margin: auto;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	font-weight: 700;
	font-size: 22px;
	line-height: 2;
}
.brand-table-container .h2 {
	padding-top: 0;
	margin-bottom: 70px;
}

.brand-table td {
	padding: 10px 10px;
}

.brand-table tr:nth-child(2n+1) td {
	background: #fafafa;
}

.brand-table tr td:nth-child(1) {
	width: 60%;
	box-sizing: border-box;
	padding-left: 11%;
}

.brand-table tr td:nth-child(2) {
	width: 20%;
}

.link {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.link:hover {
	color: #1c60ac;
}

.link::after {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #666;
}

.form-container {
	padding-bottom: 0;
	padding-top: 20px;
}

.my-form {
	width: 600px;
	margin: auto;
}

.my-form .el-input__wrapper {
	border-radius: 0;
}

.my-form .el-input--large .el-input__wrapper {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.my-submit.el-button--primary.el-button--large {
	border-radius: 0;
	height: 50px;
	padding: 17px 50px;
	line-height: 18px;
	font-size: 18px;
	background-color: #ed1b23;
	border-color: #ed1b23;
}

.my-submit.el-button--primary:hover {
	background-color: #f5494f;
}

.my-submit.el-button--primary:active {
	background-color: #cc161c;
}

.my-submit.el-button--primary:focus-visible {
	outline-color: rgba(237, 27, 35, 0.2);
}

.success-info {
	width: 900px;
	margin: 0 auto;
	padding: 140px 50px;
	font-size: 40px;
	color: #e50012;
}
.el-form-item__label {
	color: black;
}
.feedback-form-title1 {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
  }
  .img-sk {
  	width: 110px;
  }
  .img-pony {
  	width: 194px;
  }
  .img-swiss {
  	width: 230px;
  }
  .img-shopvac {
  	width: 210px;
  }
@media screen and (max-width: 1500px) {
	.main {
		padding-left: 2vw;
		padding-right: 2vw;
	}
}
@media screen and (max-width: 1280px) {
	.big-title {
		min-width: 300px;
	}	
	.jx-header {
		min-width: 300px;
	}
	.main {
		min-width: 300px;
	}
	.header-brand {
		display: none;
	}
	.footer {
		min-width: 300px;
	}
}
@media screen and (max-width: 1220px) {
	.main {
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.brand-list {
		width: 100%;
	}	
	.brand-block {
		width: 24vw;
	}
	.brand-list img {
		max-width: 80%;
	}	
}
@media screen and (max-width: 1000px) { 
	.success-info {
		width: auto;
		padding: 140px 30px;
	}
	.brand-table {
		min-width: 300px;
	}
	.brand-list .img-sk {
	  	max-width: 40%;
	  }
	  .brand-list .img-pony {
	  	max-width: 70%;
	  }
	  .brand-list .img-prexiso {
	  	max-width: 70%;
	  }
	  .brand-list .img-doubledrive {
	  	max-width: 60%;
	  }
}
@media screen and (max-width: 750px) { 
	.success-info {
		padding: 120px 0;
		font-size: 30px;
	}
	.img-h1 {
		width: 150px;
		height: 31px;
	}
	.jx-header {
		height: 60px;
	}
	.big-title {
		padding: 15px 10px;
	}
	.big-title .t1 {
		font-size: 30px;
	}
	.big-title .t2 {
		font-size: 16px;
	}
	.h2 {
		    font-size: 30px;
    line-height: 1.5;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
	}
	.brand-list {
		    grid-template-rows: repeat(1, 120px);
	}
	.brand-table-container {
		    padding-bottom: 10px;
		    padding-top: 15px;
	}
	.main {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.brand-table-container .h2 {
		margin-bottom: 30px;
	}
	.brand-table {
		width: 96%;
		font-size: 16px;
	}
	.brand-table tr td:nth-child(1) {
		width: 50%;
	}
	.brand-table tr td:nth-child(2) {
		width: auto;
	}
	.footer {
		padding-left: 5px;
		padding-right: 5px;
		line-height: 1.5;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 30px;
	}
	.h2::after {
        width: 60%;
        margin-left: 0;
        left: 20%;
        bottom: 0;
    }

	.my-form {
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	.h2 {
		font-size: 24px;
	}
	.brand-list {
		grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 120px);
		justify-content: stretch;
		align-content: stretch;
	}
	.brand-list.brand-list2 {
		grid-template-rows: repeat(6, 120px);
	}
	.brand-block {
		width: 100%;
	}
	.brand-block::after {
		display: none;
	}
	.brand-block:nth-child(2n + 1)::after {
		position: absolute;
		right: 0;
		top: 25%;
		content: ' ';
		display: block;
		width: 1px;
		height: 50%;
		background: gray;
		background: linear-gradient(to bottom, transparent, #cdcdcd, transparent);
	}
	.brand-block:nth-child(2n + 1)::before {
		position: absolute;
		bottom: 0;
		left: 25%;
		content: ' ';
		display: block;
		width: 50%;
		height: 1px;
		background: gray;
		background: linear-gradient(to right, transparent, #cdcdcd, transparent);
	}
	.brand-block:nth-child(2n)::before {
		position: absolute;
		bottom: 0;
		left: 25%;
		content: ' ';
		display: block;
		width: 50%;
		height: 1px;
		background: gray;
		background: linear-gradient(to right, transparent, #cdcdcd, transparent);
	}
	.brand-block:nth-last-child(1)::before {
		display: none;
	}
	.brand-block:nth-last-child(2)::before {
		display: none;
	}
	.big-title .t2 {
        display: block;
		text-align: right;
		margin-left: 0;
    }
    .big-title .t1 {
    	display: block;
    	text-align: left; 
    }
    .list-body .big-title .t2 {
    	display: none;
    }
    .form-body .big-title .t1 {
    	display: none;
    }
    .form-body .big-title .t2 {
    	text-align: left;
    }
    .form-container {
    	padding-top: 0;
    }
}

@media screen and (max-width: 384px) {
	.h2 {
		font-size: 20px;
	}
}
