#banner {
  background-image: url("../images/download/banner.jpg");
  background-color: #2b3649;
}

@media screen and (min-width: 1190px) {
  #banner {
    min-height: 300px;
  }
}

#banner h1 {
  padding-top: 7%;
}

.table-comparison p.over,
.table-comparison .download-blue {
  margin-top: 10%;
}

.product-comparison h4 {
  height: 46px;
  padding-top: 4%;
}

.product-comparison ul li {
  background-color: #fff;
  width: 40%;
  margin-right: 4%;
}

.product-comparison ul li:last-child {
  margin-right: 0;
}

.product-comparison ul li img {
  margin-top: 4%
}

.product-comparison ul p {
  padding-top: 0;
  height: 50px;
}
.ubackup-com-pt .product-comparison ul p {
  height: 78px;
}
.product-comparison .more-bg {
  margin-top: 5%
}

.special-offers .msg a.arrow {
  text-align: right;
  margin-bottom: 0;
  margin-top: 2%;
  height: auto;
  display: block;
}

.pad-show {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .product-comparison ul p {
    height: 110px;
  }
  .special-offers .msg a.arrow {
    text-align: left;
  }

  .table-comparison .download-blue.pc-show {
    display: none;
  }

  .table-comparison p.over, .table-comparison .download-blue {
    margin-top: 17%
  }

  .table-comparison .download-blue.pad-show {
    display: block;
  }

  .special-offers h4 {
    height: 94px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 997px) {
  #banner {
    height: auto;
  }

  #banner h1 {
    padding-top: 5.7%;
  }

  .product-comparison h4 {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .table-comparison p.over {
    display: none;
  }
  .special-offers .msg a.arrow {
    text-align: center;
  }
}
#banner .container{
  padding-bottom: 3.2%;
}
.table-comparison .container{
  padding-top: 4%;
}
#banner h1{
  padding: 2% 0 0.5%;
}
#banner .download-blue {
  width: 24%;
  height: 60px;
  margin: 2% auto 1.7%;
  text-align: center;
  line-height: 1;
  padding: 4px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#banner .download-blue {
  padding-left: 60px;
  background: #4294e9 url("/images/free-trial/icon_try_free_trial.png") no-repeat 20px center;
  vertical-align: middle;
}

#banner .download-blue p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  border: none;
}

#banner .download-blue span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
#banner a.link{
  color: #4294e9;
  width: auto;
  display: inline-block;
}
#banner p.font-size30{
  color: #fff;
}

.table-comparison .container > p {
  color: #666;
  margin-bottom: 3%;
}

#banner .container > p b {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("/images/download/icon_br_download.png") no-repeat left center;
}

#banner .container > p span {
  font-weight: bolder;
  color: #fff;
}
@media only screen and (max-width: 1152px){
  #banner .download-blue {
    width: 27%;
  }
}
@media only screen and (max-width: 1100px){
  #banner .download-blue {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px){
  #banner .download-blue {
    width: 35%;
  }
}
@media only screen and (max-width: 992px){
  #banner .download-blue {
    width: 36% !important;
  }
}
@media only screen and (max-width: 856px){
  #banner .download-blue {
    width: 40% !important;
  }
}
@media only screen and (max-width: 690px){
  #banner .download-blue {
    width: 45% !important;
  }
}
@media only screen and (max-width: 614px){
  #banner .download-blue {
    width: 50% !important;
  }
}
@media only screen and (max-width: 553px){
  #banner .download-blue {
    width: 60% !important;
  }
  #banner .download-blue p{
    text-align: center;
  }
}
@media only screen and (max-width: 460px){
  #banner .download-blue {
    width: 70% !important;
  }
}
@media only screen and (max-width: 394px){
  #banner .download-blue {
    width: 80% !important;
  }
}
@media only screen and (max-width: 346px){
  #banner .download-blue {
    width: 90% !important;
  }
}
  /*friendly start*/
.friendly {
  font-size: 0;
}

.friendly h2 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #1a1a1a;
}

.friendly .container > div {
  display: inline-block;
  box-sizing: border-box;
  width: 45%;
  vertical-align: middle;
}

.friendly .img {
  padding-right: 3%;
  text-align: right;
}

.friendly .img img {
  width: 398px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.friendly .container .txt {
  width: 55%;
}

.friendly .txt p {
  margin-bottom: 20px;
}

.friendly .txt p,
.friendly li,
.friendly .img > p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.friendly .img > p {
  text-align: center;
  float: right;
  width: 400px;
  margin-bottom: 3%;
}

.friendly .txt li {
  padding-left: 13px;
  background: url(/images/icon/ic-hook-gray.png) no-repeat 0 7px;
  color: #666;
  margin-top: 10px;
}

.friendly .txt li.lastli {
  background: none;
  padding-left: 0;
  margin-top: 30px;
}

.friendly ul {
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}

.friendly .download-blue {
  width: 30%;
  margin-left: 0;
}

.friendly a.link {
  display: block;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4294e9;
  margin-top: 30px;
}

.friendly .container.slideUp .img img {
  width: 200px;

}

.css-arrow-down {
  display: inline-block;
  border: 6px solid transparent;
  border-bottom-color: #4294e9;
  position: relative;
  margin-left: 3px;
  top: 1px;
  right: 20px;
}

.css-arrow-down {
  right: 0;
  top: -2px;
}

.css-arrow-down::after {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  vertical-align: middle;
  position: absolute;
  top: -7px;
  left: -8px;
}

.slideUp .css-arrow-down {
  border-top-color: #4294e9;
  top: 5px;
}

.slideUp .css-arrow-down::after {
  border-top-color: #fff;
  top: -9px;
}

.slideUp .img > p {
  width: 200px;
}

/*friendly end*/

#add {
  background-image: url('/images/download/add-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 460px;
  padding-bottom: 40px;
}

#add .container {
  padding: 0;
}

#add h2 {
  width: 80%;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  padding-top: 3%;
  margin: 0 auto;
  line-height: 1.2;
  padding-bottom: 2%;
}

#add .download-blue {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-size: 2.2rem;
  width: 100%;
  line-height: 2.2;
}

#add .addbtns {
  width: 28%;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

#add .btns {
  display: none;
  -webkit-transition: display 0.5s;
  -moz-transition: display 0.5s;
  -ms-transition: display 0.5s;
  -o-transition: display 0.5s;
  transition: display 0.5s;
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#add .addbtns:hover .btns {
  display: inline-block;
}

#add .btns a {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #B9BFC6;
  border: 1px solid #B9BFC6;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#add .btns p {
  width: 140%;
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  left: 0;
  z-index: 20;
  display: none;
}

#add .btns:hover p {
  display: block;
}

#add .info {
  width: 100%;
  padding-top: 40px;
  word-spacing: -4px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#add .info .content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#add .info .content h4 {
  padding-bottom: 6px;
  color: #fff;
}

#add .info .content p {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}

#add .info .content p a {
  text-decoration: underline;
}

#add .info .content.left {
  padding-right: 5%;
}

#add .info .content.right {
  padding-left: 5%;
}

#add .info .content.right p {
  padding-left: 10px;
  background: url("/images/icon/ic-serial-number-gray1.png") no-repeat left 8px;
}

#add .info .content.right p:last-child {
  margin-top: 6px;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  #add h2 {
    width: 90%
  }

  #add .addbtns {
    width: 40%;
  }

  #add .btns {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  #add {
    height: 440px;
    min-height: 440px;
  }

  #add h2 {
    width: 100%
  }

  #add .addbtns {
    width: 80%;
  }

  #add .btns {
    display: inline-block;
  }

  #add .info .content {
    display: block;
    width: 100%;
  }

  #add .info {
    padding-top: 10px;
  }

  #add .info .content.left {
    padding-right: 0;
  }

  #add .info .content.right {
    padding-left: 0;
    margin-top: 8px;
  }
}


.carousel{
  background: #eef1f3;
  min-height: 70px;
  text-align: center;
}
.carousel .container{
  padding: 0;
}
.carousel .msg{
  width: 90%;
  margin: 0 auto;
  word-spacing: -4px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel .msg .img,
.carousel .msg p{
  display: inline-block;
  vertical-align: middle;
  word-spacing: normal;
  text-align: left;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel .msg p{
  width: 80%;
  padding-left: 3%;
}
.carousel .msg .img img,
.carousel .msg .img h6{
  display: inline-block;
  vertical-align: middle;
}
.carousel .msg .img h6{
  padding-left: 10px;
}
.carousel .slick-prev ,
.carousel .slick-next{
  width: 15px;
  height: 25px;
  margin-top: -12.5px;
  background: url(/images/icon/icon-download.png) no-repeat -10px -56px;
}
.carousel .slick-next{
  background-position-y: -124px;
}
.carousel .slick-next:hover{
  background-position-y: -158px;
}
.carousel .slick-prev:hover{
  background-position-y: -90px;
}
.slick-dots{
  display: none!important;
}
.carousel .slick-list{
  padding-bottom: 0;
}
#banner h1, .banner h1{font-size: 5.0rem;}
@media screen and (max-width:992px){
  #banner .download-blue.cc-download{
    width: 100%!important;
  }
}
@media screen and (max-width:767px){
  .table-comparison ul .eq1{
    height: 154px;
    line-height: 154px;
  }
}