*{
	padding:0;
	margin:0
}
.page-inner{
}
#page-download{
	width: 80%;

}
.packing{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 220px;
	height: 320px;
	margin-left: -110px;
	margin-top: -260px;
	text-align: center;
}
.packing2{
	float: left;
	width: 220px;
	height: 320px;
	text-align: center;
}
.hide{
	display:none;
}
.packed{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	color: #818181;
	text-align: center;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-25px;
}
.packed a{
	text-decoration:none;
	color:#357AE8;
}
.packed a:hover{
	color:#4D90FE;
}












.package-box{
	width: 60rem;
	margin: 0 auto;
	margin-top: 10rem;
}
.package-box .package-img{
	float: left;
	width: 7rem;
	height: 8rem;
	padding-left: 10rem;

}
.package-box .package-img img{
	width: 107px;
	height: 119px;
}
.package-box .package-text{
	float: left;
	width: 40rem;
	height: 4rem;
	padding: 4rem 0 0 2rem;
	line-height: 1.5rem;
}
.package-box .package-text p{
	color: #666666;
	font-size: 14px;
}
.package-box .package-text p span{
	color: #32BAF0;
}
.package-box .package-input{
	float: left;
	width: 60rem;
	padding: 2rem 0 0 15rem;
}
.package-box .package-input span{
	color: #4D4D4D;
	padding-right: 1.3rem;
}
.package-box .package-input .input{
	border: 1px #CCCCCC solid;
	width: 20rem;
	height: 2.3rem;
	border-radius: 0.3rem;
	padding: 0 1rem;
}
.package-box .package-input .button{
	background-color: #CCCCCC;
	border: 0;
	border-radius: 0.3rem;
	width: 6rem;
	height: 2rem;
	color: #FFFFFF;
	margin: 2rem 0 0 9rem;
	cursor: pointer;
}
.package-box .package-input .button.active{
	background-color: #32BAF0;
}
.package-second{
	color: #32BAF0;
}
.clear{
	clear: both;
}