.down-load-info-box{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.85);
	z-index: 99999;
	display: none;
}
.down-load-info-box.show{
	display: block;
}
.down-load-info-box .center-box{
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	transform: translate(-50%, -50%);
	width: 100%;
}
.down-load-info-box .center-box .title-box{
	font-size: 38px;
	text-align: center;
	padding: 0 350px;
}
.down-load-info-box .center-box .desc-box{
	font-size: 21px;
	text-align: center;
	margin-top: 28px;
	line-height: 34px;
	padding: 0 350px;
}
.down-load-info-box .close-btn{
	position: absolute;
	left: 30px;
	top: 30px;
}
.down-load-info-box .close-btn img{
	width: 25px;
	opacity: .5;
}
.down-load-info-box .close-btn:hover img{
	opacity: .8;
}
.down-load-info-box .arrow{
	position: absolute;
	width: 280px;
}
.down-load-info-box .arrow-down{
	position: absolute;
	height: 150px;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
}

.down-load-info-box .arrow.top{
	top: 50px;
	right: 50px;
}
.down-load-info-box .arrow.yandex{
	right: -50px;
	top: 10px;
}
.down-load-info-box .arrow.bottom{
	position: absolute;
	width: 280px;
	bottom: 50px;
	left: 50px;
	transform: scale(-1);
}
.down-load-info-box .hide{
	display:none!important;
}

@media (max-width: 1100px) {

	.down-load-info-box .arrow{
		width: 200px!important;
	}

	.down-load-info-box .center-box .title-box{
		padding: 0 250px;
		font-size: 34px;
	}

	.down-load-info-box .center-box .desc-box{
		padding: 0 250px;
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 1000px) {
	.down-load-info-box{
		display:none!important;
	}
	.down-load-info-box .arrow{
		display: none;
	}

	.down-load-info-box .center-box .title-box{
		padding: 0 70px;
	}

	.down-load-info-box .center-box .desc-box{
		padding: 0 70px;
	}
}