.pc{
	display: none;
	width: 100vw;
	height: 100vh;
	min-width: 1000px;
}

.pc_top{
	width: 1000px;
	height:50px;
	margin: auto;
}
.pc_toplog{
	height: 30px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.pc_logo_con{
	display:block;
	height: 50px;line-height: 50px;
	float: left;
	font-weight: bold;
	margin-left: 10px;
}


.pc_main{
	display: block;
	width: 100%;
	min-width: 1000px;
}
.pc_down_android1{
	width:240px;
	position: absolute;
	left:calc(50% - 120px);
	top:30vw;
}


.pc_down_android2{
	width:30%;
	position: absolute;
	left:calc(35.2%);
	bottom: 3vw;
}


.pc_ba_box{
	width: 100%;
	height: 80px;
	padding-top: 35px;
	background-image: linear-gradient(to right, #005AE1 , #7963FF);
}

