#banner {
	background: #2b3649 url(../images/downloads/bg-br.jpg) no-repeat center center;
	background-size: cover;
}
#banner h1 {
	padding-top: 7%;
}
#banner .container {
	padding-bottom: 8%;
}
#pro-download .container {
	text-align: center;
}
.pro-img,
.pro-msg {
	display: inline-block;
	vertical-align: middle;
}
.pro-img {
	width: 35%;
	margin-right: 2%;
}
.pro-msg {
	width: 50%;
	text-align: left;
}
.pro-msg .slide-btn,
.pro-msg ol {
	width: 68%;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.4;
	color: #333;
	padding-left: 10px;
	cursor: pointer;
}
.pro-msg .slide-btn {	
	border: 1px solid #b8bfc5;	
	position: relative;
}
.pro-msg .slide-btn::after {
	content: "";
	display: block;
	width: 34px;
	height: 49px;
	border-left: 1px solid #b8bfc5;
	background: url(../public/images/mobile-nav-down.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
}
.pro-msg ol {
	color: #9c9c9c;
	padding-left: 0;
	text-indent: 10px;
	border: 1px solid #b8bfc5;
	border-top: none;
	display: none;
}
.pro-msg ol li:hover {
	background-color: #F0F0F0;
}
.pro-msg ul {
	margin-top: 3%;
	display: none;
}
.pro-msg ul.show {
	display: block;
}
.pro-msg ul li {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #e3e5e8;
}
.pro-msg ul .last {
	border-bottom: none;
}
#pro-download li.last>a.more{
	width:100%;margin-bottom: 0;margin-right: 0;margin-top: 6%}
.download-green,
.download-blue {
	width: 34%;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 0;
}
#pro-download .linkwrap{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	margin: 5% 0 0 4%;}
#pro-download .linkwrap>div{
	visibility: hidden;
	opacity:0;
	width:100%;}
#pro-download .linkwrap:hover div{
	width:100%;
	visibility: visible;
	opacity:1;
	display: block;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;}
#pro-download .linkwrap .local-download{
	display: inline-block;
	width:49%;
	border:1px solid #999;border-radius: 2px;
	color: #666;text-align: center;
	line-height:2;
	padding:0 2%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
#pro-download .linkwrap .local-download:last-child{margin-left: 2%;margin-top: 4%;}
#pro-download .linkwrap .local-download:hover{border-color:#4294E9;
	color: #4294E9; }
.tips {
	border-top: 1px solid #e3e5e8;
	padding-top: 4%;
	margin-top: 2%;
}
.tips h4,
.font-size14 {
	text-align: left;
	padding-bottom: 2%;
}
.tips .font-size14 {
	line-height: 20px;
}
.tips .text-center {
	text-align: center;
}
.btn-arrow {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/downloads/ic-arrow-hover.png) no-repeat center 1px;
	margin: 0 auto;
}
.btn-arrow:hover {
	background-position: center -31px;
}
.active {
	background-position-y: -62px;
}
.active:hover {
	background-position-y: -94px;
}
.hide-content {
	display: none;
}
#pro-download .more.more-bg{
	width: 24%;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4294E9;
	text-align: center;
	line-height: 2.375;
	border: 1px solid #4294E9;
	margin-right: 5%;
	margin-bottom: 3%;
}
#pro-download .more.more-bg:hover{
	color: #fff;}
.download-btn {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4294E9;
	text-align: center;
	line-height: 2.375;
	border: 1px solid #4294E9;
	border-radius: 2px;
	margin-right: 5%;
	margin-bottom: 3%;
}
.product-comparison {
	background-color: #EEF1F3;
}
.product-comparison h4 {
	height: 46px;
	padding-top: 4%;
}
.product-comparison ul li {
	background-color: #fff;
	width: 24%;
	margin-right: 1%;
}
.product-comparison ul p {
	max-height: 90px;
}
.more-bg {
	width: 60%;
}
.special-offers .msg strong {
	font-size: 1.8rem;
}
.special-offers .msg del {
	font-size: 1.2rem;
}
.special-offers .msg .price {
	line-height: 2.0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.pro-msg ol {
		width: 100%;
	}
	.pro-img img {
		margin: 0 auto;
	}
	#pro-download .linkwrap {
		width: 100%;
	}
	#pro-download li.last>a.more {
		color: #fff;
	}
	.pro-msg .slide-btn::after {
		height: 39px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
	.pro-msg .slide-btn, .pro-msg ol {
		min-width: 96%;
	}
	.product-comparison ul p {
		max-height: 114px;
	}
	.special-offers h4 {
		height: 115px;
	}
	#pro-download .linkwrap {
		width: 100%;
	}
	#pro-download li.last>a.more {
		color: #fff;
	}
	.product-comparison .more-bg {
		width: 96%;
	}
	.special-offers ul li {
		display: inline-block;
		vertical-align: top;
		width: 30%;
	}
}
.free-download h2 a{
  font-size: 14px;
  font-size: 1.4rem;
}
.free-download ul{
  font-size: 0;
  word-spacing: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.free-download ul li{
  font-size: 14px;
  font-size: 1.4rem;
  word-spacing: normal;
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  vertical-align: top;
  text-align: center;
  padding: 2%;
  border: solid 1px rgba(216, 231, 243, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.free-download li.last{
  margin-right: 0;
}
.free-download li p{
  color: #666;
}
.free-download li>p{
  min-height: 76px;
}
.free-download li h6{
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
  margin: 4% auto;
}
.free-download li h4{
  margin-top: 7%;
}
.free-download li h5{
  height: 38px;
  background: url("/images/downloads/label_blue.png") no-repeat center ;
  position: absolute;
  top: -19px;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  font-size: 14px;
  width: 100%;
  margin: 0;
  left: 0;
}
.free-download li h5.server{
  background-image: url("/images/downloads/label_orange.png");
}
.free-download li a{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.free-download li.first .buy-orange{
  visibility: hidden;
}
.free-download .download-blue {
  height: 50px;
  margin: 8% auto 2%;
  text-align: center;
  line-height: 1;
  padding: 4px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.free-download .download-blue{
  padding-left: 60px;
  background: #4294e9 url("/images/free-trial/icon_try_free_trial.png") no-repeat 20px center;
  vertical-align: middle;
}
.free-download li .download-blue p{
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
}
.free-download .download-blue span{
  display: block;
  padding-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.free-download .buy.buy-orange{
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("/images/free-trial/icon_save_now.png");
  background-position: 20px center;
  background-repeat: no-repeat;
}

.free-download .buy.buy-orange.one::after,
.free-download .buy.buy-orange.two::after{
  content: '';
  display: block;
  float: right;
  top: 0;
  width: 62px;
  height: 48px;
}
.free-download .buy.buy-orange.one::after{
  background: url("/images/free-trial/ten-off.png") no-repeat 0 0;
}
.free-download .buy.buy-orange.two::after{
  background: url("/images/free-trial/five-off.png") no-repeat 0 0;
}
.free-download .tips {
  text-align: left;
  padding-left: 3%;
  border: none;
}
.free-download .img,
.free-download .txt{
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.free-download .img{
  width: 15%;
}
.free-download .txt{
  width: 84%;
  text-align: left;
}
.free-download .txt li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  line-height: 20px;
  background: url(/images/icon/ic-hook-gray.png) no-repeat 0 6px;
  padding-left: 14px;
  padding-bottom: 1%;
}
@media only screen and (max-width: 1083px) {
  .free-download h4{
    min-height: 54px;
  }
  .free-download li a{
    width: 100%;
  }
}
@media only screen and (max-width: 1014px) {
  .free-download li>p{
    min-height: 96px;
  }
}
@media only screen and (max-width: 971px) {
  .free-download .download-blue,
  .free-download .buy.buy-orange{
    padding-left: 40px;
    background-position-x: 7px;
  }
}
@media only screen and (max-width: 891px) {
  .free-download .download-blue,
  .free-download .buy.buy-orange{
   background-image: none;
    padding-left: 0;
    text-align: center;
  }
  .free-download li .download-blue p{
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .free-download .img{
    display: none;
  }
  .free-download .txt{
    width: 100%;
  }
  .free-download ul{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .free-download ul li{
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 4%;
    position: relative;
  }
  .free-download h4,
  .free-download ul li>p{
    min-height: auto;
  }
  .free-download .download-blue,
  .free-download .buy.buy-orange{
    width: 60%;
  }
  .free-download li.first .buy-orange{
    display: none;
  }
  .free-download li h6{
    margin: 2% auto;
  }
  .free-download .download-blue{
    margin-top: 4%;
  }
  .product-comparison ul p{
    padding: 4% 4% 0;
  }
  .product-comparison h4{
    height: auto;
  }
  .product-comparison .more-bg{
    margin: 3% auto 4%;
  }
}
@media only screen and (max-width: 480px) {
  .free-download ul{
    width: 100%;
  }
  .free-download .download-blue,
  .free-download .buy.buy-orange{
    width: 80%;
  }
}
.footer .container .footer-cb{
}