#banner{
	background-image: url('/images/download-pro/banner.jpg');
}
#banner .container{
	padding: 11% 0;
}

.media .media-items {
  width: 100%;
  word-spacing: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.media .media-items .media-item {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
  margin-bottom: 4%;
  word-spacing: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.media .media-items .media-item .item-img {
  display: inline-block;
  width: 170px;
  height: 231px;
}
.media .media-items .media-item .item-txt {
  padding: 2% 0;
}
.media .media-items .media-item.media-item-leftRight {
  word-spacing: -4px;
  margin-bottom: 0;
}
.media .media-items .media-item.media-item-leftRight .item-left,
.media .media-items .media-item.media-item-leftRight .item-right {
  display: inline-block;
  word-spacing: normal;
  vertical-align: middle;
}
.media .media-items .media-item.media-item-leftRight .item-left {
	width: 35%;
	text-align: left;
}
.media .media-items .media-item.media-item-leftRight .item-right {
	width: 65%;
	text-align: left;
}
.media .item-right li{
	padding: 15px 0 10px;
	border-bottom: 1px solid #e3e5e8;
}
.media .item-right li:last-child{
	border-bottom: none;
}
.media .download-blue{
	margin-left: 0;
	width: 220px;
	font-size: 18px;
	font-size: 1.8rem;
	background-color: #fff;
	color: #2280e1;border-color: #2280e1;
	transition: all 0.3s;
	margin-top: 2%;
	margin-bottom: 0;
}
.media .download-blue:hover{
	color: #fff;
	background-color: #1472d3;
}

.xl-home-img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 42px;
}
.xl-banner-box{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 70%;
}
.xl-supports{
	margin-bottom: 25px;
}
.xl-download-a{
	cursor: pointer;
	display: inline-block;
	background-color: #5bc56d;
	border-radius: 3px;
	padding: 5px 15px;
	text-align: center;
	vertical-align: middle;
}
.xl-download-a:hover{
	background-color: #06C52F;
	transition: .3s;
}
.xl-download-a:before{
	content: '';
	display: inline-block;
	background-image: url("/images/download-home/icon.png");
	background-position: -9px -40px;
	width: 40px;
	height: 36px;
	vertical-align: middle;
	margin-right: 11px;
}
.xl-p{
	display: inline-block;
	vertical-align: middle;
}
a.xl-link{
	color: #fff;
	opacity: 0.7;
	margin-left: 20px;
	padding-bottom: 0;
	text-decoration: underline;
}
a.xl-link:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(/images/download-home/icon.png) no-repeat -10px -371px;
}

.xl-link:hover{
	opacity: 1;
	text-decoration: underline;
}
.xl-rating{
	margin-bottom: 15px;
	margin-top: 15px;
}
.xl-rating:after {
	content: '';
	display: inline-block;
	width: 125px;
	height: 20px;
	vertical-align: middle;
	background-image: url("/images/download-home/icon.png");
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: left -11px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.media .download-blue{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .media .media-items .media-item {
    display: block !important;
    width: 100% !important;
    margin-bottom: 5% !important;
    margin-right: 0 !important;
  }
  .media .media-items .media-item .item-img {
    display: inline-block;
  }
  .media .media-items .media-item.media-item-leftRight .item-left,
  .media .media-items .media-item.media-item-leftRight .item-right {
    display: block !important;
    width: 100% !important;
  }
  .media .media-items .media-item.media-item-leftRight .item-left {
    text-align: center !important;
	}
}



.panel ul{
	background-color: #fff;
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	padding: 4%;
	box-sizing: border-box;
	word-spacing: -4px;
	margin-bottom: 4%;
}
.panel ul li{
	display: inline-block;
	line-height: 2.5;
	word-spacing: normal;
	width: 38%;
}
.panel ul li:nth-child(3n){
	width: 24%;
}
.panel ul li a{
	color: #666;
	padding-left: 16px;
	background: url('/images/icon/icon-small.png') no-repeat 0 -185px;
}
.panel ul li a:hover{
	color: #1472d3;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
	.panel ul li,.panel ul li:nth-child(3n){
		display: block;
		width: 100%;
	}
}


.pro .special-offers ul li {
	max-width: 390px;
	margin-right: 10px;
}
.pro .special-offers ul li.first{
	padding: 2% 1.5%;
}
.pro .special-offers .pic {
	width: 38%;
}
.pro .special-offers .msg {
	width: 62%;
}
.pro .special-offers .msg strong {
	font-size: 1.8rem;
}
.pro .special-offers .msg del {
	font-size: 1.2rem;
}
.pro .special-offers .msg .price {
	line-height: 2.0;
}

.table-comparison .eq1 .free-select:first-child {
	margin:0 auto;
	line-height: 44px;
	top: initial;
	bottom: 15px;
}

.lite #banner{
	background-image: url('/images/download-lite/banner.jpg');
}

/* get-full.html CSS */

#banner.get-full {
  background-image: url('/images/get-full/banner.jpg');
}
#banner.get-full .container {
  padding: 3.2% 0;
}
#banner.get-full h1 {
  padding: 0 12%;
}

.table-comparison.get-full ol li:nth-child(1) {
  width: 34%;
}
.table-comparison.get-full ol li {
  width: 22%;
}

@media only screen and (min-width: 1191px) {
	#banner.get-full {
		height: 300px;
	}
}
.table-comparison.get-full ul li {
  width: 22%;
}
.table-comparison.get-full ul .eq1 {
  width: 34%;
}
.table-comparison.get-full .bg h4 {
  min-height: 54px;
}
.table-comparison.get-full dl dd img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  #banner.get-full h1 {
    padding: 0;
  }
}


#banner h1:after {
	content: "FREE";
	display: inline-block;
	vertical-align: text-top;
	width: 75px;
	height: 25px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: url('../images/download-home/label_label.png') no-repeat;
	margin-left: 2px;
	line-height: 20px
}

.div-li {
	padding-top: 35px;
	padding-bottom: 47px;
	font-size: 20px;
	color: #fff;
}

.li-box {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;

}

#banner .container {
	padding: 6.2% 0;
}

#banner .li-icon {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
}

#banner .li-icon li{
	display: inline-block;
	width: 20%;

}
#banner .li-icon div{
	display: inline-block;
	vertical-align: middle;
}

#banner .li-icon img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.download-green {
	background-color: #FFF;
	border-radius: 3px;
	border: solid 1px #4294e9;
	color: #4294e9;
}

.download-green:hover {
	background-color: #4294e9;
	border-radius: 3px;
	border: solid 1px #4294e9;
	color: #FFF;
}

.alternate-div {
	text-align: center;
	padding-bottom: 15px;
}

.alternate-div .alternate {
	font-size: 14px;
	font-size: 1.4rem;
	color: #2280e1;
}

.alternate-div .alternate:hover {
	font-size: 14px;
	font-size: 1.4rem;
	color: #4294e9;
}

.it-box {
	padding: 20px 0;

}

.it-box b {
	font-size: 18px;
}

.table-comparison .it-box li {
	font-size: 14px;
	display: list-item;
	width: 100%;
	text-align: left;
	text-align: left;
	background: #f0f1f2;
	background-image: linear-gradient(
			#f0f1f2,
			#f0f1f2),
	linear-gradient(
			#ffffff,
			#ffffff);
	background-blend-mode: normal,
	normal;
}
.table-comparison .it-box li a {
	color: #2280e1;
}

.other-downloads li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-right: 2%;
	border: solid 1px rgba(216, 231, 243, 0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.other-downloads li .img {
	width: 50px;
	height: 50px;
}

.other-downloads li .txt, .other-downloads li .img {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.other-downloads li .txt {
	padding-left: 15px;
	width: 85%;
}

.other-downloads li.three, .other-downloads li.last {
	margin-right: 0;
}

.other-downloads li.four, .other-downloads li.five, .other-downloads li.last {
	margin-top: 2%;
}

.other-downloads li.four .txt p, .other-downloads li.five .txt p, .other-downloads li.last .txt p {
	min-height: 60px;
}

.other-downloads li .txt p {
	margin: 10px 0;
}
@media only screen and (max-width: 640px) {
	#banner .li-icon li {
		display: inline-block;
		width: 24%;
	}
	.other-downloads ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.other-downloads ul li {
		display: block;
		width: 100%;
	}
	.other-downloads li .txt {
		width: 80%;
	}
	.xl-banner-box{
		width: 100%;
	}
}


/**
Added by Zell at 2018 10 16
*/
.__incr-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.__incr-outer {
	padding: 80px 0;
}
.bg-white {
	background-color: #fff;
}
.__incr-outer h2 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 25px;
	color: #21252a;
	text-align: center;
}
.__incr-container {
	max-width: 1190px;
	padding: 0 15px;
	margin:auto;
}
@media screen and (min-width: 1200px) {
	.__incr-pdhalf {
		padding-left: 50%;
		min-height: 270px;
		background: url(/images/download-lite/img_left_download-lite.png) no-repeat 130px center;
	}
}
.__incr-row  h3{
	font-size: 20px;
	font-weight: bold;
	color: #21252a;
	padding-top: 30px;
	margin-bottom: 10px;
}
.__incr-row p {
	font-size: 14px;
	color: #5c5d5e;
	line-height: 18px;
	margin-bottom: 12px;
}
.__incr-row p a, .__incr-btn-link {
	font-size: 14px;
	color: #2280e1!important;
}
.__incr-row p a:hover, .__incr-btn-link:hover {
	text-decoration: underline;
	color: #4294e9;
}
.__incr-price {
	letter-spacing: -0.31em; /* webkit */
	*letter-spacing: normal; /* IE < 8 重置 */
	word-spacing: -0.43em; /* IE < 8 && gecko */
	margin-bottom: 17px;
}
.__incr-price .sale-price {
	color: #faa345;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	zoom: 1; *display: inline; /* IE < 8: 伪造 inline-block */
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	margin-right: 15px;
}
.__incr-price del {
	font-size: 14px;
	color: #666666;
	text-decoration: line-through;
	display: inline-block;
	zoom: 1; *display: inline; /* IE < 8: 伪造 inline-block */
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	position: relative;
	margin-top: 3px;
}
.__incr-btn,.__incr-btn-link {
	display: inline-block;
	text-align: center;
	padding: 7px 18px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
}
.__incr-btn-org {
	background-color: #faa345;
	color: #fff;
}
.__incr-btn-org:hover {
	background-color: #ff8103;
}
.__incr-btn-link {
	padding-left: 10px;
	padding-right: 10px;
}
.table-comparison ul .eq1{
	line-height: 124px;
}
.table-comparison ul .eq1 p{
	background-image: url("/images/download-home/icon.png");
	background-position: -10px -273px;
	background-repeat: no-repeat;
	padding-left: 30px;
	text-align: left;
}
.table-comparison .eq1 .font-size14{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	margin-bottom:20px;
}
.xl-p1{
	margin-top: 29px;

}
.table-comparison ul .eq1  .xl-p2{
	background-position: -10px -298px;

}
.table-comparison ul .eq1  .xl-p3{
	background-position: -10px -327px;

}
.table-comparison .eq1 .free-select{
	top: 55%;
}
.xl-mian-i{
	padding-left: 40px;
	padding-right: 40px;
	width: 65%;
	margin: auto;
}

@media (max-width: 768px) {
	.xl-mian-i{
		display: none;
	}
}
@media (max-width: 1000px) {
	.table-comparison ul .eq1 p {
		background-image: none;
	}
}
#banner .xl-full:after {
	display: none;
}
.table-comparison.get-full ul li.eq1{
	line-height: 270px;
}
.table-comparison.get-full p.free{
	margin: 11.5% auto;
}
/* 20190724新加内容 */
.media .explain{
	color: #666;
	font-size: 14px;
	padding-left: 16px;
	position: relative;
	margin-top: 10px;
}
.media .explain::before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(/images/download/tip.png) no-repeat center;
	position: absolute;
	top: 4px;
	left: 0;
}
.media .media-items .media-item{
	width: 71%;
}
.special-offers .container{
	padding: 5.8% 0;
}
/* 20190724新加内容 */
/* es */
[lang="es"] #banner h1:after{
	content: "Gratis";
}
/* es */
.img-coupon-bx {
    position: relative;
    min-height: 162px;
    display: inline-block;
}

.img-coupon-bx .coupon-txt {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 9px 0 0 13px;
    text-align: left;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.35);
    bottom: 7px;
    right: -9px;
    width: 120px;
    height: 103px;
    background: url(/assets/images/product/caidai.png) no-repeat center;
    background-size: 100%;
    box-sizing: border-box;
}
.img-coupon-bx.comb .coupon-txt{
	right: 0;
}
.img-coupon-bx .coupon-txt small {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    transform: rotate(14deg);
    position: relative;
    top: 4px;
    margin-left: 3px;
}
.img-coupon-bx .coupon-txt  .f-fs18{
    font-size: 18px;
}