.download-box{
	width: 100%;
	min-width: 1200px;
	height: 90%;
	height: calc(100% - 112px);
	background-image:url('../img/download/image_bg_01.jpg');
	position: absolute;
	background-repeat:no-repeat; 
	overflow: hidden;
	top:112px;
}
.center-1200{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position:relative;
}
.download-box-text{
	width: 60%;
	position: absolute;
	color: #fff;
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -170px;
}
.download-box-text.po2{
	margin-top: -210px;
}
.download-box-text .download-title{
	font-size: 36px;
}
.download-box-text .font22_fff{
	font-size: 22px;
	padding: 3px;
}
.download-box-text .win_icon{
    width: 120px;
    font-size: 22px;
    padding: 8px 40px 8px 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: right;
    margin: 35px auto 20px auto;
    background: url(../img/download/icon_win.png) no-repeat;
    background-position: 20px center;
    background-size: 32px;
    cursor: pointer;
}
.er_icon{
	width: 150px;
	margin: 10px auto;
    padding-top: 160px;
    background: url(../img/download/Qdownload.png) no-repeat;
    background-size: 100%;
}
.download-box2{
	width: 100%;
	min-width: 1200px;
	height: 90%;
	height: calc(100% - 112px);
	background-image:url('../img/download/image_bg_02.jpg');
	position: absolute;
	top:112px;
	display: none;
}
.download-box-image{
    width: 470px;
    height: 450px;
    background-image: url(../img/download/image_win.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -225px;
}
.download-box-image2{
	width: 380px;
    height: 500px;
    background-image: url(../img/download/image_haoxiaoer.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -250px;
}
.tyzh{
    width: 369px;
    position: absolute;
    top: 57%;
    right: 5%;
    color: #fff;
}
.btnbox{
	min-width: 1200px;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,.2);
}
.btn-download{
	width: 50%;
	height: 100%;
	float: left;
	color: #fff;
    cursor: pointer;
}
.btn-download.active{
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
	color: #fff;
	border-bottom:3px solid red; 
}
.icon_1{
	width: 360px;
	float: right;
	font-size: 28px;
	padding:25px 0;
	text-align: center;
	background-image: url('../img/download/icon_shouyin.png');
	background-size: 65px;
	background-repeat:no-repeat;
	background-position: left center;
}
.icon_2{
	width: 360px;
	float: left;
	font-size: 28px;
	padding:25px 0;
	text-align: right;
	background-image: url('../img/download/icon_haoxiaoer.png');
	background-repeat:no-repeat;
	background-size: 65px;
	background-position: left center;
	margin-left:100px;
}
.footer{
	display: none;
}
.download-form-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0,.5);
	display: none;
}
.download-form-box{
    width: 520px;
    height: 345px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -173px;
    background: #fff;
    border-radius: 5px;
}
.download-form-box .pos{	
	width: 100%;
	position:absolute;
	top: 5px;
}
.block-red{
	display: block;
	float: left;
	width: 3px;
	height: 18px;
	margin-right:5px; 
	background: #a00a0e;
}

.download-form-box .pos .close{
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 58px;
    top: 10px;
    cursor: pointer;
}
.down-btn{
	width: 468px;
	border-radius: 5px;
	background: #a00a0e;
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding: 12px 0;
	margin: 0 auto;
	cursor: pointer; 
}
.close::after{
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    background: #ccc;
    transform: rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);
    position: absolute;
    right: 12.5px;
}
.close::before{
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    background: #ccc;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);
    position: absolute;
    right: 12.5px;
}
.ie8-span{
	display: none;
}
.download-form-box form{
	position: absolute;
	top: 47px;
}
.download-form-box p,label{
	display: block;
	padding: 15px;
}
.download-form-box code{
	color:#a00a0e;
}
.download-form-box .input{
	/*width: 400px;*/
	float: right;
	margin-top:-15px;
	padding: 10px;
}
.download-form-box .input select{
	padding: 5px;
	width: 124px;
}
.download-form-box .input input{
	width: 382px;
	height:30px;
	padding: 5px;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-radius: 3px;
}
.error_log{
	display: inline-block;
	width: 100%;
	padding-left:112px;
	color: red;
}