
.container-box {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	/*min-height: 600px;*/
	margin-bottom: 20px;
	margin-top: 20px;
	gap: 20px;
}

.container-box-aside {
	background-color: rgba(255, 255, 255, 1);
	width: 200px;
	display: flex;
	flex-direction: column;
	height: fit-content;
	padding: 10px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	border-radius: 6px;
}

.container-box-main {
	/*width: 980px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
}
.container-box-main20-10 {
	background: #fff;
	padding: 20px;
}

.container-box-main-row {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.tab-nav-list {
		display: flex;
		flex-wrap: wrap;
	}
	.tab-nav-list .tab-nav-list-item{
		flex: 1 1 29%;
	}
	.tab-nav-list:has(> .tab-nav-list-item:nth-child(4)) .tab-nav-list-item{
		flex: 1 1 33%;
	}
	.yxd-tab {
		display: block !important;
	}

	.yxd-padding-header {
		height: 60px;
	}

	.flex-row {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.shop-content .main-box {
		width: 100%;
	}

	.shop-content .main-box .product-pay-price {
		position: relative;
		height: 45px;
		overflow: hidden;
		white-space: nowrap;
	}

	.shop-content .main-box .product-pay-price #copyBtn2 {
		background: #3C8CE7;
		border: 1px solid;
		position: absolute;
		z-index: 100;
		border-radius: 20px;
		padding: 10px 20px;
		height: 100%;
		right: 0;
		top: 0;
		color: #fff !important;
	}

	.shop-content .show_code {
		width: 100%;
	}
	.container-box {
		padding: 10px;
		width: 100%;
		flex-direction: column;
		margin-top: 0px;
	}

	.container-box-main-row {
		padding: 0.75rem;
		width: 100%;
		flex-wrap: wrap;
		display: block;
		margin-bottom: 10px;
	}

	.container-box-main-row .title_11 {
		padding: 20px;
	}

	.container-box-main-row .product-img_22 {
		width: 100%;
		height: fit-content;
		/* height: 200px;
		overflow: hidden; */
	}

	.container-box-main-row .product-img_22 img {
		width: 100%;
		display: none;
	}

	.container-box-main-row .section_22 {
		padding: 0px 0;
	}


	.certification ul {
		padding: 20px 0;
		margin-bottom: 20px;
		width: 100%;
		padding: 0;
		flex-wrap: wrap;
	}

	.certification ul li {
		padding: 12px;
	}
	.certification ul li figure.image img {
		height: 30px;
		width: 30px;
		margin-right: 5px;
	}
	.certification figure .text_41 {
		height: 14px;
		font-size: 14px;
		line-height: 14px;
	}
	.certification figure .text-group_32 {
		width: 136px;
		height: 34px;
	}
	.certification figure .text_42 {
		height: 12px;
		font-size: 12px;
	}
	.aside-nav {
		display: none;
	}

	.container-box-aside {
		width: 100%;
	}

	.container-box-main {
		width: 100%;
	}

	.container-box-main20-10 {
		padding: 10px;
	}

}