
*,body,html{
	padding: 0;
	margin: 0;
}
body{
	overflow-x: hidden;
}


#app{
	width: 100vw;
	height: 100vh;
}
.h{
	display: none;
	width: 100vw;
	height: 100vh
}


.pc_ba{
	display: block;
	text-decoration: none;
}

/*
	position: absolute;
	left: 50%;
	transform: translate(-50%);
*/

#h_div1{
	position: relative;
}
.h_div1_d1{
	position: absolute;
	top:0;
	left: 3%;
	width: 94%;
	height: 50px;
	border-bottom:1px solid #ccc;
}
.h5_toplog{
	height: 30px;
	margin-top: 10px;
}

.h_android_down1{
	width: 40vw;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -20vw;
	top: 65vw;
}
.h5_logo_content{
	width: 100vw;text-align: center;height: 70px;
	font-size:30px;
	font-color:#000000;
	font-weight: bold;
}

.h5_down2{
	width: 100vw;
}
.h5_down2 img{
	width: 70vw;
	margin:0 15vw;
}
.h5_bottom_box{
	width: 100vw;
	height: 45px;
	padding-top: 15px;
	background-image: linear-gradient(to right, #005AE1 , #7963FF);
	margin-top: 30px;
}
.bottom_con1, .bottom_con2{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.bottom_con2 a{
	color:#ffffff;
}