.pr-tabs .tab-content {
	position: relative;
	padding: 80px 0 120px;
}
.tab-content .preciousmetals-group {
	margin-top: 80px;
}
.tab-content .preciousmetals-group:first-child {
	margin-top: 0px;
}
.tab-content .preciousmetals-group>h3 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	color: var(--brand-11d);
	margin-bottom: 32px;
}
.tab-content .preciousmetals-group>p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: var(--gray-085);
}
.advantage-all {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
}
.advantage-all .advantage-item,
.advantage-all .advantage-item .advantage-box {
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	width: 100%;
}
.advantage-all .advantage-item .advantage-box .advantage-content {
	display: flex;
	padding: 32px 23px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-color: var(--gray-5f7);
}
.advantage-all .advantage-item .advantage-box .advantage-content>h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	color: var(--brand-11d);
	margin-bottom: 16px;
}
.advantage-all .advantage-item .advantage-box .advantage-content>p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	color: var(--gray-085);
}
.market-all {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	margin-top: 32px;
}
.market-all .market-item {
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	width: 100%;
}
.market-all .market-item .market-location {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 36px 28px;
	width: 100%;
	border-radius: 12px;
	background-color: var(--gray-5f7);
}
.market-all .market-item .market-location .location-pic {
	display: flex;
	width: 98px;
	height: 98px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.market-all .market-item .market-location .location-pic span,
.market-all .market-item .market-location .location-pic span svg {
	display: block;
	width: 100%;
	height: 100%;
}
.market-all .market-item .market-location .market-desc h5 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	color: var(--brand-11d);
	margin-bottom: 16px;
}
.market-all .market-item .market-location .market-desc p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: var(--gray-085);
}
@media screen and (min-width:1680px) and (max-width: 1919px) {
	
}
@media screen and (min-width:1360px) and (max-width: 1679px) {
	
}
@media screen and (min-width:1200px) and (max-width: 1359px) {
	.pr-content .pr-container {
		max-width: 1120px;
	}
}
@media screen and (min-width: 1200px) {
	
}
@media screen and (max-width: 1199px) {
	
}
@media screen and (min-width:1024px) and (max-width: 1199px) {
	.pr-tabs .tab-content {
		padding: 80px 0 94px;
	}
	.pr-content .pr-container {
		max-width: 944px;
	}
}
@media screen and (max-width: 1023px) {
	.pr-tabs .tab-content {
		padding: 40px 16px 47px;
	}
	.tab-content .preciousmetals-group {
		margin-top: 40px;
	}
	.tab-content .preciousmetals-group>h3 {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 29px;
		margin-bottom: 16px;
	}
	.tab-content .preciousmetals-group>p {
		font-size: 14px;
		line-height: 22px;
	}
	.advantage-all {
		gap: 16px;
	}
	.advantage-all .advantage-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		width: 100%;
	}
	.advantage-all .advantage-item .advantage-box {
		display: flex;
		align-items: center;
		gap: 10px;
		align-self: stretch;
		width: 100%;
	}
	.advantage-all .advantage-item .advantage-box .advantage-content {
		padding: 16px;
		border-radius: 9px;
		height: 104px;
	}
	.advantage-all .advantage-item .advantage-box .advantage-content>h4 {
		line-height: 22px;
		font-size: 18px;
	}
	.advantage-all .advantage-item .advantage-box .advantage-content>p {
		font-size: 12px;
		line-height: 17px;
	}
	.market-all,
	.market-all .market-item {
		display: block;
	}
	.market-all .market-item .market-location {
		margin-top: 16px;
		padding: 18px 14px;
		gap: 10px;
	}
	.market-all .market-item .market-location .market-desc h5 {
		font-size: 16px;
		font-weight: 700;
		font-style: normal;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.market-all .market-item .market-location .market-desc p {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 19px;
	}
	.market-all .market-item .market-location .location-pic {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 768px) {
	
}