.privacy_policy_out {
	width: 100%;
}

.privacy_policy_out .gstone_top_img_box {
	float: left;
	width: 100%;
	height: 5.0rem;
	background:rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 999;;
}
.privacy_policy_out .gstone_top_img_box .gstone_top_img_logo {
	float: left;
	margin-top: 0.9rem;
}
.privacy_policy_out .gstone_top_img_box .gstone_top_text {
	float: right;
}
.privacy_policy_out .gstone_top_img_box .gstone_top_text ul {
	float: left;
	margin-right: 10.1rem;
}
.privacy_policy_out .gstone_top_img_box .gstone_top_text ul li {
	float: left;
	margin-left: 3.6rem;
	font-size: 1.3rem;
	color: #fff;
	font-family:PingFangSC-Semibold;
	font-weight: 600;
	line-height: 5.0rem;
}
/* 中间部分 */
.privacy_policy_out .privacy_policy_center {
	width: 100rem;
	margin: 0 auto;
	padding-top: 4rem;
}
.privacy_policy_out .privacy_policy_center .user_text_top {
	float: left;
	width: 100%;
	margin-bottom: 20rem;
}
.privacy_policy_out .privacy_policy_center .user_text_top p{
	float: left;
	width: 100%;
	font-size:1.6rem;
	font-family:PingFangSC-Medium;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:2.2rem;
	margin-top: 2.4rem;
}
.privacy_policy_out .privacy_policy_center .user_text_top span {
	float: left;
	width: 100%;
	font-size:1.4rem;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:2rem;
	margin-top: 2rem;
}
/* 底部 */
.privacy_policy_out .homepage_footer {
	width: 100%;
	height: 22.2rem;
	background: #333;
	float: left;
}
.privacy_policy_out .homepage_footer .homepage_footer_contact_us {
	display: block;
	width: 100rem;
	margin: 0 auto;
}
.privacy_policy_out .homepage_footer .homepage_footer_contact_us ul {
	float: left;
	width: 100%;
	margin-top: 4rem;
}
.privacy_policy_out .homepage_footer .homepage_footer_contact_us ul li {
	width: 20%;
	float: left;
	text-align: left;
	font-size: 1.6rem;
	color: #fff;
}
.privacy_policy_out .homepage_footer .homepage_footer_contact_us ol {
	float: left;
	width: 100%;
	margin-top: 2rem;
}
.privacy_policy_out .homepage_footer .homepage_footer_contact_us ol li {
	display: block;
	float: left;
	width: 20%;
	
	text-align: left;
	font-size: 1.6rem;
	color: #fff;
}
.privacy_policy_out .homepage_footer .homepage_footer_record i {
	position: absolute;
	left: 10rem;
	bottom: 0;
	font-style: normal;
}
/* email */
.privacy_policy_out .homepage_footer .homepage_footer_email {
	/* float: left; */
	/* float: right; */
	display: block;
	width: 100rem;
	margin: 0 auto;
	/* margin-right: 11.9rem; */
	color: #fff;
	font-size: 1.6rem;
	margin-top: 1.6rem;
}
.privacy_policy_out .homepage_footer .homepage_footer_email p {
	/* margin-left: 109.5rem; */
	width: 20%;
	float: right;
	text-align: left;
	margin-top: 0.1rem;
}
.privacy_policy_out .homepage_footer .homepage_footer_email ul {
	float: right;
	width: 100%;
	margin-right: 7.9rem;
	/* margin-right: 23%; */
	margin-top: 1.2rem;
}
.privacy_policy_out .homepage_footer .homepage_footer_email ul li {
	float: right;
	width: 2.8rem;
	height: 2.8rem;
	/* background: #ddd; */
	border-radius: 50%;
	/* overflow: hidden; */
	margin-right: 1.2rem;
	position: relative;
}
.privacy_policy_out .homepage_footer .homepage_footer_email ul li i {
	float: left;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.privacy_policy_out .homepage_footer .homepage_footer_email ul .weixin span{
	position: absolute;
	left: -4rem;
	top: -10.5rem;
	display: none;
}
.privacy_policy_out .homepage_footer .homepage_footer_email ul .weixin:hover span {
	display: block;
}
.privacy_policy_out .homepage_footer .homepage_footer_email ul .weibo span {
	position: absolute;
	left: -4rem;
	top: -10.5rem;
	display: none;
}
.privacy_policy_out .homepage_footer .homepage_footer_email ul .weibo:hover span{
	display: block;
}
/* 备案 */
.privacy_policy_out .homepage_footer .homepage_footer_record {
	float: left;
	width: 100%;
	font-size: 1.2rem;
	color: #fff;
	margin-top: 2.4rem;
	text-align: center;
	line-height: 1.7rem;
	position: relative;
}
