#banner {
	background: #3f4b5f url("../images/free-backup-software/banner.jpg") no-repeat center center;
	background-size: cover;
}
#banner h1>sup{
	vertical-align: text-top;
	box-sizing: border-box;
	padding:7px 12px 5px 16px;
	color: #fff;background: url("../images/okr-free/green.png") 2px 6px no-repeat;}
#banner p{
    padding:0;}
#banner a{
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    width:19.3%;}
#banner a.download-green{margin-right: 3%}
.main-product {
	background: #fff;
}
.main-product .pic,
.main-product .txt {
	vertical-align: middle;
}
.main-product .pic h4 {
	text-align: center;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 2%;
}
.main-product .pic p {
	text-align: center;
}
.main-product .txt ul {
	margin-top: 1%;
}
.main-product .txt ul li a {
	color: #4294E9;
}
.main-product .txt ul li a:hover {
	text-decoration: underline;
}
.reviews-show {
	background: url(../images/free-backup-software/bg2.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.reviews-show ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
}
.reviews-show p {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	margin-top: 4%;
	margin-bottom: 4%;
}
.reviews-show p span {
	font-size: 36px;
	font-size: 3.6rem;
}
.reviews-show .more-bg {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-right: 4%;
}
.table-comparison ul .eq1 {
	height: 264px;
	line-height: 264px;
}
@media screen and (min-width: 993px){
	#banner{
		height:500px;}
	#banner h1{
		padding-top:10.7%;}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#banner a.download-green {
		margin-right: 0;
	}
	.reviews-show ul li {
		margin-bottom: 10px;
	}
	.reviews-show .more-bg {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.table-comparison ul .eq1 {
		height: 120px;
		line-height: 120px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.table-comparison .download-blue {
		width: 85%;
		margin-top: 44%;
	}
	.reviews-show ul li {
		width: 20%;
	}
	.reviews-show .more-bg {
		width: 20%;
	}
}


sup {
	top: 6px;
}