* {
	margin: 0;
	padding: 0
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

.tableBoxMain ul,
.tableBoxMain li {
	list-style: none;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

body {
	background-color: #ebeef5 !important;
}

.tableBoxMain {
	width: 100%;
	/* max-width: 1920px; */
	margin: 0 auto;
}

.tableBoxBanner {
	width: 100%;
	position: relative;
}

.banner-mb-show {
	display: none;
}

.banner-pc-show {
	display: block;
}

.tableBoxMainBanner {
	width: 100%;
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}

.tableBoxMainBanner img {
	width: 100%;
	height: auto;
	min-height: 270px;
}

.tbb_text {
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translate(0, -50%);
	color: white;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	width: 100%;
}

.tbb_h1 {
	font-size: 30px;
	line-height: 32px;
	margin: 10px 0 20px;
	font-weight: bold;
}

.tbb_h2 {
	font-size: 18px;
	line-height: 20px;
}

.tbb_date {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.tableBoxMainTitle {
	position: relative;
	text-align: center;
	margin: 30px auto;
	width: 940px;
	height: 50px;
	box-shadow: inset 0px -25px 0 0px white;
}

.tableBoxMainTitle p {
	position: absolute;
	left: 10px;
	width: 100%;
	font-size: 35px;
	line-height: 40px;
	font-weight: bolder;
	color: rgb(17, 24, 79);
}

.tableBoxMainSale {
	background: white;
	max-width: 1000px;
	margin: 0 auto 40px;
}

.tbms_middle {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: white;
}

.support-info h2 {
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	padding: 25px 0;
}

.support-info h3 {
	font-size: 26px;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}

.risk_product_image {
	display: block;
	width: 30%;
	margin: 0 auto;
}

.si_risk_wrapper {
	position: relative;
	margin-bottom: 50px;
}

.risk_item {
	width: 33%;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.risk_item img {
	height: 56px;
}

.risk_item p {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}

.risk_item_left {
	left: 0;
	text-align: right;
}

.risk_item_right {
	right: 0;
	text-align: left;
}

.risk_item li:nth-of-type(1) {
	margin-bottom: 50px;
}

.risk_item.risk_item_left li:nth-of-type(2) {
	padding-right: 20px;
}

.risk_item.risk_item_right li:nth-of-type(2) {
	padding-left: 20px;
}

.select-button-content {
	max-width: 1600px;
	width: 80%;
	margin: 30px auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: space-evenly
}

.select-button {
	background-color: white;
	display: block;
	cursor: pointer;
	color: black;
	text-decoration: none;
	width: 18%;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	border: 2px solid #294E95;
	border-radius: 20px;
}


.select-button:hover {
	color: white;
	background-color: #294E95;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid black;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.select-button:hover .arrow-down {
	border-top: 15px solid white;
}
.slogan {
	margin: 30px auto 40px;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: rgb(17, 24, 79);
	text-align: center;
}

.tableBoxModdle {
	display: block;
	background-color: white;
	max-width: 1200px;
	margin: 0px auto 60px;
	text-align: center;
	padding: 30px 5px;
	border-radius: 20px;
}

.tableBoxModdle .category-title {
	display: inline-block;
	color: black;
	padding-bottom: 10px;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	background: linear-gradient(transparent 55%, rgb(201, 208, 240) 0%);
	margin-bottom: 10px;
}

.tableBoxModdle .category-subtitle {
	color: black;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}

.category-detail {
	font-size: 24px;
	line-height: 24px;
	background-color: black;
	color: white;
	margin: 10px auto 20px;
	width: 40%;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbm_backToTop_btn {
	margin: 60px auto;
	background: #294E95;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	padding: 15px 0;
	border-radius: 10px;
	color: white;
	width: 320px;
}

.product-table {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.product-card {
	position: relative;
	text-align: left;
	width: 100%;
	height: 910px;
	padding-top: 20px;
}

.middle-card {
	border-left: 1px solid #ABA8B1;
	border-right: 1px solid #ABA8B1;
}

.merchandising-tag {
	color: white;
	padding: 10px 15px;
	border-radius: 2px;
	text-align: center;
	line-height: 17px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 12px;
}

.tag-enrty {
	background-color: rgb(201, 208, 240);
	color: black;
}

.tag-standard {
	background-color: #294E95;
	color: white;
}

.tag-premium {
	background-color: rgb(17,24,79);
	color: white;
}

.product-name {
	min-height: 69px;
	font-size: 26px;
	margin-left: 30px;
	font-weight: bold;
}

.product-img {
	display: block;
	width: 70%;
	margin: 0px auto;
}

.product-price-info {
	color: #4E444E;
	font-size: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}

.product-price-info-time {
	padding-right: 50px;
}

.product-price {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 34px;
	font-weight: bold;
}
.product-point {
		margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
		font-size: 18px;
		color: #b8252e;
}
.product-spec {
	font-size: 16px;
	min-height: 170px;
}

.product-knowmore {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 0);
	background-color: #294E95;
	width: 200px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 10px;
	margin: 15px auto;

}

.product-campaign-title {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #294E95;
	font-size: 24px;
	font-weight: bold;
}

.product-campaign {
	font-size: 18px;
	font-weight: bold;
	margin-left: 90px;
}

.red-point {
	color: #b8252e;
}

.swiper-wrapper {
	width: 1200px !important;
}

.product-spec table {
	width: 100%;
	margin-left: 30px;
	margin-right: 10px;
	text-align: left;
}
.product-spec table th {
	vertical-align: top;
	width: 120px;
}
.product-spec table td {
	vertical-align: top;
	width: 260px;
}
.product-card-long {
	height: 960px;
}
.br-sp{
	display: none;
}
.br-pc{
	display: block;
}
@media screen and (max-width: 1600px) {
	.select-button-content {
		width: 90%;
	}

	.select-button {
		font-size: 18px;
	}

	.arrow-down {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 7px solid black;
	}
	.select-button:hover .arrow-down {
		border-top: 7px solid white;
	}
}

@media screen and (max-width: 1200px) {
	.sale-info-card {
		min-height: 15vw;
	}

	.tableBoxMainBanner img {
		min-height: 160px;
	}

	.tbb_h1 {
		font-size: 24px;
		line-height: 36px;
		margin: 8px 0 15px;
	}

	.tbb_h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.tbb_date {
		font-size: 20px;
		line-height: 20px;
	}

	.support-info {
		width: 96%;
		margin: 0 auto;
	}

	.support-info h2 {
		font-size: 28px;
	}

	.risk_item img {
		height: 42px;
	}

	.risk_item.risk_item_left li:nth-of-type(2) {
		padding-right: 10px;
	}

	.risk_item.risk_item_right li:nth-of-type(2) {
		padding-left: 10px;
	}

	.risk_item p {
		font-size: 14px;
	}

	.risk_product_image {
		min-height: 180px;
	}

	.risk_item li:nth-of-type(1) {
		margin-bottom: 35px;
	}

	.select-button-content {
		width: 100%;
	}

	.select-button {
		font-size: 14px;
	}


	.tableBoxModdle-mobile {
		display: block;
	}

	.swiper-container {
		width: 760px !important;
	}

	.swiper-slide {
		width: 380px !important;
	}

	.swiper-wrapper {
		margin-left: -190px !important;
	}
}

@media screen and (max-width: 761px) {
	.banner-mb-show {
		display: block;
	}

	.banner-pc-show {
		display: none;
	}

	.mb-show {
		display: block;
	}

	.tableBoxMainBanner img {
		min-height: 300px;
	}

	.tbb_h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.tbb_date {
		font-size: 20px;
		line-height: 20px;
	}

	.tbms_middle {
		width: 100%;
	}

	.si_risk_wrapper {
		margin-bottom: 10px;
	}

	.support-info h2 {
		width: 95%;
		font-size: 20px;
		padding: 15px 0;
		margin: 0 auto 10px;
	}

	.support-info h3 {
		font-size: 20px;
	}

	.risk_product_image {
		width: 70%;
		min-height: 170px;
	}

	.risk_item {
		width: 300px;
		position: initial;
		transform: initial;
		margin: 20px auto;
	}

	.risk_item_left {
		text-align: left;
	}

	.risk_item li {
		display: flex;
		flex-direction: row;
		gap: 5px;
		align-items: center;
		margin-bottom: 20px;
	}

	.risk_item p {
		font-size: 18px;
	}

	.risk_item img {
		width: 32px;
		height: auto;
	}

	.risk_item li:nth-of-type(1) {
		margin-bottom: 20px;
	}

	.risk_item.risk_item_right li:nth-of-type(2) {
		padding-left: 0;
	}

	.select-button-content {
		width: 90%;
		display: block;
		margin: 20px auto;
	}

	.select-button {
		width: 80%;
		margin: 10px auto;
	}

	.slogan {
		margin: 20px auto 30px;
		font-size: 24px;
		line-height: 30px;
		width: 80%;
	}

	.tableBoxModdle {
		margin-bottom: 40px;
	}

	.swiper-container {
		width: 370px !important;
	}

	.swiper-slide {
		width: 185px !important;
	}

	.swiper-wrapper {
		margin-left: -92px !important;
	}

	.tableBoxModdle .category-subtitle {
		font-size: 20px;
		line-height: 20px;
	}

	.category-detail {
		width: 60%;
		font-size: 20px;
		line-height: 20px;
	}

	.product-card {
		height: 710px;
	}

	.merchandising-tag {
		display: block;
		padding: 7px 10px;
		border-radius: 3px;
		line-height: 14px;
		font-size: 14px;
		width: 70%;
		margin: 0 auto 10px;
	}

	.product-name {
		min-height: 42px;
		font-size: 16px;
		margin-left: 10px;
	}

	.product-img {
		width: 90%;
	}

	.product-price-info {
		font-size: 12px;
		margin-left: 10px;
	}

	.product-price-info-time {
		padding-right: 10px;
	}

	.product-price {
		margin-left: 10px;
		font-size: 20px;
	}

	.product-point {
		margin-left: 10px;
		font-size: 12px;
	}
	.product-spec {
		font-size: 12px;
			min-height: 180px;
	}

	.product-spec table {
		width: 175px;
		margin: 10px 5px 0 10px;
	}

	.product-spec table th {
		width: 80px;
	}
	.product-spec table td {
		width: unset;
	}
	.product-knowmore {
		width: 150px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		border-radius: 7px;
		margin: 15px auto;
	}

	.product-campaign-title {
		margin-top: 10px;
		font-size: 18px;
	}

	.product-campaign {
		display: block;
		margin-left: 20px;
		font-size: 12px;
	}
.br-pc{
	display: none;
}
.br-sp{
	display: block;
}
.product-name-long{
	margin-left: 5px;
}


}
