.page {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	width: 1600px;
	overflow: hidden;
}
.box-broadcast {
	background-color: rgba(31, 39, 50, 1);
	width: 1600px;
	height: 45px;
	padding: 0px 230px;
	font-size: 14px;
}
.text-box-broadcast-address {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	line-height: 12px;
}
.text-box-broadcast-email {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	line-height: 12px;
}
.box_nav {
	background-image: linear-gradient(180deg, #c8e4fc 0%, #7bacf8 100%);
	width: 1600px;
	height: 109px;
	margin-top: -3px;
}
.box-nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.box-nav-title {
	font-size: 20px;
}

.box-nav-cat {
	font-size: 16px;
}

.text-nav-title {
	width: 170px;
	height: 36px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 26px;
	font-weight: NaN;
	text-align: left;
	white-space: nowrap;
	line-height: 26px;
	margin: 31px 0 0 225px;
}
.text-nav-cat {
	overflow-wrap: break-word;
	color: #333;
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
}

.box-nav-contact-button button {
	width: 157px;
	height: 44px;
	background: #ff722e;
	border-radius: 0px 0px 0px 0px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.box-banner img {
	width: 100%;
	object-fit: cover;
}

.text-box-contact-us {
	color: rgba(255, 255, 255, 1);
	overflow-wrap: break-word;
	white-space: nowrap;
	text-align: left;
}

.text-box-contact-us.title {
	font-size: 42px;
	line-height: 42px;
}

.text-box-contact-us.mail-address {
	font-size: 22px;
	line-height: 22px;
}

.text-box-contact-us.mail {
	font-size: 16px;
	line-height: 16px;
	margin: 19px 0 0 18px;
}

.text-box-contact-us.theme {
	font-size: 16px;
	line-height: 16px;
	margin: 19px 0 0 18px;
}

.text-box-contact-us.content {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	margin: 10px 0 0 18px;
}

.box-contact-us-submit {
	width: 102px;
	height: 52px;
	background: #4aa2ff;
	border-radius: 40px 40px 40px 40px;
	color: #fff;
	margin-top: 38px;
}
.box-contact-us-submit span {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	overflow-wrap: break-word;
	line-height: 52px;
}
.box-contact-us-text-wrapper {
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 1);
	width: 268px;
}

.page-footer {
	background-color: rgba(40, 46, 56, 1);
	width: 1600px;
	height: 200px;
	gap: 500px;
	padding: 54px 230px 76px;
	/* margin-top: 120px; */
}

.footer-company-name {
	font-size: 26px;
	color: #ffffff;
}
.footer-company-address {
	font-size: 16px;
	color: #ffffff;
}
.page-footer-nav {
	gap: 16px;
	height: 20px;
}
.page-footer-nav-cat {
	font-size: 16px;
}
.text-page-footer-nav-cat {
	font-size: 16px;
	color: #fff8f4;
}

#privacy-policy-content {
	margin-top: 53px;
}
#privacy-policy-content-container {
	width: 1368px;
	padding: 0 152px 30px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	margin-bottom: 96px;
}

#privacy-policy-content h1,
#privacy-policy-content h2,
#privacy-policy-content h3,
#privacy-policy-content p {
	font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
	color: #333;
	text-align: left;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	text-transform: none;
}

#privacy-policy-content h1 {
	font-size: 46px;
	line-height: 54px;
	margin: 16px 0;
	font-weight: bold;
}

#privacy-policy-content h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 20px 0 10px 21px;
	font-weight: bold;
}
#privacy-policy-content h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 0 42px;
}
#privacy-policy-content p {
	font-size: 16px;
	line-height: 19px;
}

.box-contact-us {
	width: 100%;
	height: 580px;
	background: linear-gradient(180deg, #c8e4fc 0%, #7bacf8 100%);
	margin-top: 96px;
}

.box-contact-us-container {
	width: 570px;
	height: 438px;
}

.box-contact-us-submit {
	width: 102px;
	height: 52px;
	background: #4aa2ff;
	border-radius: 40px 40px 40px 40px;
	color: #fff;
	margin-top: 38px;
}
.box-contact-us-submit span {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	overflow-wrap: break-word;
	line-height: 52px;
}

#footer-about-us {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
}
