*{
  padding: 0;
  margin: 0;
}
.wrap{
	width: 100%;
	min-height: 8rem;
	background-color: #ffffff;
	box-sizing: border-box;
}
ul{
  list-style: none;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;
}
span{
  display: inline-block;
}
.top_logo{
  margin-left:0.36rem;
  padding-top:0.19rem;
  padding-bottom:0.19rem;
}
.top_logo a{
	display: block;
	width:1.7rem;
	height:0.5rem;
	background-image: url("../img/logo.png");
	background-size:100% 100%;
}
.content{
	width: 100%;
	height: 13.9rem;
	background-image: url("../img/bgc.png");
	background-size:100% 100%;
	box-sizing: border-box;
	padding-top: 0.39rem;
	position: relative;
}
.top_text{
	width:5.44rem;
	height:2.4rem;
	background-image: url("../img/top_text.png?v=1691029910");
	background-size:100% 100%;
	margin:0 auto;
}
.banner1_title{
	width:4.94rem;
	height:1rem;
	background-image: url("../img/banner1_title.png?v=1691029910");
	background-size:100% 100%;
	margin:1.35rem auto 0.18rem;
}
.code_content{
	width: 5.7rem;
	margin:0 auto;
}
.code_icon{
	width:3.9rem;
	height:2.6rem;
	background-image: url("../img/u1.png");
	background-size:100% 100%;
	position: relative;
}
.code_icon>img{
	width: 1.72rem;
	height: 1.73rem;
	position: absolute;
	top:0.69rem;
	right:0.32rem;
	border-radius:0.1rem;
}
.code_content>p{
	font-size:0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	margin-top: 0.15rem;
	text-align: center;
}
.banner2_title{
	width:4.09rem;
	height:0.57rem;
	background-image: url("../img/banner2_title.png");
	background-size:100% 100%;
	margin:0.8rem auto 0.18rem;
}
.banner2_con{
	width:5.5rem;
	height:2.01rem;
	background-image: url("../img/content.png");
	background-size:100% 100%;
	margin:0 auto;
}
.beikao3_foot{
	position: absolute;
	bottom: 0.2rem;
	left:0;
	/* padding: 0.15rem; */
	width: 100%;
}
.beikao3_foot>p,.beikao3_foot p a{
	font-size: 0.2rem;
	color: #ffffff;
	text-align: center;
}
.beikao3_foot p a img{
	vertical-align: text-bottom;
}

