#banner {
	background: #2b3649 url(../images/personal/bg-br.jpg) no-repeat center center;
	background-size: cover;
}
#banner h1 {
	padding-top: 6%;
	font-size: 44px;
	padding-bottom: 1%;
}
#banner .container {
	padding-bottom: 6%;
}
#pro-download .container {
	text-align: center;
	word-spacing: -4px;
}
#pro-download h2 {
	padding-bottom: 2%;
	word-spacing: normal;
}
#pro-download .container>p {
	margin-bottom: 4%;
	word-spacing: normal;
}
#pro-download .font-size14 {
	text-align: center;
}
#pro-download .pro-img,
#pro-download .pro-msg {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	word-spacing: normal;
}
#pro-download .pro-img {
	width: 50%;
	padding-right: 2%;
}
#pro-download .pro-msg {
	width: 50%;
	text-align: left;
}
#pro-download .pro-msg h4 {
	margin-bottom: 4%;
}
#pro-download .pro-msg p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 20px;
}
.download-green {
	width: 34%;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 0;
}
.product-comparison {
	background-color: #EEF1F3;
}
.product-comparison h4 {
	height: 46px;
}
.product-comparison ul:last-child{margin-top: 1.5%;width: 90%;box-sizing: border-box; margin-left: auto;margin-right: auto;}
.product-comparison ul li {
	background-color: #fff;
	width: 47%;
	margin-right: 6%;
	box-sizing: border-box;
}
.product-comparison ul li img{margin-top: 4%}
.product-comparison ul p {padding-top: 0;
	height: 50px;
}
.product-comparison .more-bg{margin-top: 5%}
.more-bg {
	width: 57%;
}
.product-comparison .more-bg {
	width: 35%;
	min-width: 170px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
	#pro-download .pro-img {
		margin-bottom: 20px;
	}
	.download-green{margin-left: auto;margin-right: auto;}
	.product-comparison h4{
		height:auto;
		padding-bottom:4%;
		padding-top:0;}
	.product-comparison ul li img{margin-top: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.product-comparison ul p {
		max-height: 65px;
	}
	.product-comparison ul li{
		width:48%;margin-right: 4%;margin-bottom: 4%}
	.product-comparison ul li:nth-child(even){margin-right: 0;}
}

/* 20190822新增AOMEI Backupper Editions For Home板块 */
.home-prds{
	background-color: #fff;
}
.home-prds .prds-wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}
.home-prds .prd-cnt{
	font-size: 0;
	padding: 40px 0 35px 0;
}
.home-prds .prd-cnt li{
	display: inline-block;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: top;
	box-sizing: border-box;
	padding: 30px 3.7% 70px 3.7%;
	position: relative;
}
.home-prds .prd-cnt .one{
	width: 31.5%;
	border: 1px solid #ebebeb;
	margin-right: 5.5%;
}

.home-prds .prd-cnt .two{
	width: 35.8%;
	border: 1px solid #fd8a2e;
}
.home-prds .prd-cnt .one::after{
	position: absolute;
	content: '';
	display: block;
	width: 113px;
	height: 114px;
	top: -1px;
	right: 0;
	background: url(/images/personal/FREE.png) no-repeat center;
}
.home-prds .prd-cnt .two::after{
	position: absolute;
	content: '';
	display: block;
	width: 112px;
	height: 114px;
	top: -1px;
	right: 0;
	background: url(/images/personal/Advanced.png) no-repeat center;
}
.home-prds .prd-cnt .img{
	margin-bottom: 30px;
}
.home-prds .prd-cnt h5{
	font-size: 2.0rem;
	color: #1a1a1a;
	margin-bottom: 20px;
	font-weight: normal;
}
.home-prds .prd-cnt .des{
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}
a.btn{
	border-radius: 2px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 14px;
	margin: 0;
}
a.btn.buy-orange{
	margin-right: 10px;
}
a.btn.download-green{
	width: 150px!important;
}
@media all and (max-width:991px){
	.home-prds .prds-wrap{
		padding: 75px 15px;
	}
	.home-prds .prds-wrap .prd-cnt li{
		display: block;
		width: 100%;
	}
	.home-prds .prd-cnt .one{
		margin-bottom: 20px;
	}
	.home-prds .prd-cnt .des{
		text-align: center;
	}
}
@media all and (max-width:374px){
	a.btn.buy-orange{
		margin:0 0 10px 0;
	}
}
/* 20190822新增AOMEI Backupper Editions For Home板块 */