#app_body {
	min-width: 1200px;
}

.pc_download_con1 {
	background: url("../img/pc_download_02.png") no-repeat  top center;
	height: 949px;
}

.pc_code_con {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.pc_code {
	position: absolute;
	right: 0;
	bottom: 173px;
	display: flex;
	width: 560px;
	justify-content: space-between;
	height: 210px;

}

.pc_download_button {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.pc_download_button img {
	cursor: pointer;
}

.pc_download_button p {
	font-size: 22px;
	color: #fff;
}

.pc_code_position {
	position: absolute;
	top: -190px;
	left: 50%;
	margin-left: -85px;
	display: none;

}
.code_postion_con {
	position: relative;
}

.pc_code_position div {
	width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.pc_download_con2 {
	background: url("../img/pc_download_11.png") no-repeat  top center;
	height: 944px;
}

.pc_download_con3 {
	background: url("../img/pc_download_12.png") no-repeat  top center;
	height: 956px;
}
.pc_download_con4 {
	background: url("../img/pc_download_13.png") no-repeat  top center;
	height: 950px;
}
.pc_download_con5 {
	background: url("../img/pc_download_14.png") no-repeat  top center;
	height: 949px;
}
.pc_download_con6 {
	background: url("../img/pc_download_15.png") no-repeat  top center;
	height: 951px;
}

.ios_gray {
	 -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}