.banner {
  position: relative;
  height: 710px;
  width: 100%;
  background: url(../jpg/banner-6.jpg) center top no-repeat;
}
.banner .text-zone {
  display: inline-block;
  width: 660px;
  float: right;
  margin-top: 170px;
}
.banner .text-zone h1 {
  position: relative;
  font-size: 48px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
.banner .text-zone h1 sup {
  font-size: 22px;
  vertical-align: super;
}
.banner .text-zone h1:after {
  position: absolute;
  content: "";
  top: 0;
  right: -4px;
  width: 67px;
  height: 67px;
  display: block;
  background: url(../png/ico-new.png) center no-repeat;
}
.banner .text-zone p {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
}
.banner .text-zone .btn-zone {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.banner .text-zone .btn-zone .version {
  color: #6c828c;
}
.banner .scrolldown {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -25px;
  width: 49px;
  height: 49px;
  background: url(../png/banner-arrow.png) center no-repeat;
  border-radius: 50%;
  box-shadow: 0 10px 20px #ececec;
}
@media all and (max-height: 768px) {
  .banner .scrolldown {
    display: none;
  }
}
.benfits {
  display: block;
  height: 460px;
  box-sizing: border-box;
}
.benfits.gray {
  background: #f6f6f6;
}
.benfits .info {
  display: block;
  width: 550px;
}
.benfits .info h2 {
  font-size: 38px;
  line-height: 60px;
  font-weight: normal;
  color: #0e143c;
}
.benfits .info h2 span {
  display: block;
}
.benfits .info h2 i.tag {
  display: inline-block;
  height: 18px;
  background-image: url(../png/benfits-tag.png);
  background-repeat: no-repeat;
  margin-left: 10px;
}
.benfits .info h2 i.tag.new {
  width: 40px;
  background-position: 0 0;
}
.benfits .info h2 i.tag.enhanced {
  width: 68px;
  background-position: 0 -18px;
}
.benfits .info p {
  font-size: 14px;
  line-height: 28px;
}
.benfits .imgzone {
  width: 490px;
}
.benfits .imgzone.left {
  text-align: left;
}
.benfits .imgzone.right {
  text-align: right;
}
.highlights {
  display: block;
  height: 698px;
  background: #f6f6f6;
}
.highlights h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 38px;
  line-height: 60px;
  font-weight: normal;
  color: #0e143c;
  margin-top: 86px;
}
.highlights h2 + p {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #686d8a;
}
.highlights .details {
  margin-top: 40px;
  height: 320px;
}
.highlights .details .highlights-list {
  float: left;
  display: block;
  width: 450px;
  min-height: 100px;
  margin: 28px 0;
  margin-right: 98px;
}
.highlights .details .highlights-list.even {
  margin-right: 0;
}
.highlights .details .highlights-list .img-zone {
  float: left;
  display: block;
  width: 88px;
  margin-right: 38px;
}
.highlights .details .highlights-list .inner h3 {
  font-size: 20px;
  color: #0e143c;
  font-weight: 400;
  margin-bottom: 20px;
}
.highlights .details .highlights-list .inner h3 i.tag {
  display: inline-block;
  height: 15px;
  background-image: url(../png/tag-3.png);
  background-repeat: no-repeat;
}
.highlights .details .highlights-list .inner h3 i.tag.new {
  width: 34px;
  background-position: 0 0;
}
.highlights .details .highlights-list .inner h3 i.tag.enhanced {
  width: 70px;
  background-position: 0 -15px;
}
.highlights .details .highlights-list .inner p {
  color: #686d8a;
  line-height: 28px;
  padding: 0;
}
.highlights .add-info {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.btmarea {
  display: block;
  height: 400px;
  background: url(../jpg/btmbg.jpg) center top no-repeat;
}
.btmarea h2 {
  display: inline-block;
  width: 100%;
  margin-top: 80px;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.btmarea h2 sup {
  font-size: 20px;
  vertical-align: super;
}
.btmarea h2 + p {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 8px 0;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.btmarea .btn-zone {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.btn-zone {
  display: inline-block;
}
.btn-zone .btn-download {
  margin-bottom: 10px;
  padding: 7px 42px;
  font-size: 22px;
  color: #0d1439;
  border: 1px #71f54f solid;
  border-radius: 5px;
  background-image: linear-gradient(to right, #2fba0b 0%, #4aef20 100%);
  background-color: #42ef20;
}
.btn-zone .btn-download i {
  float: left;
  margin-top: 14px;
  margin-right: 24px;
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../png/icon-download.png) center no-repeat;
}
.btn-zone .btn-download:hover {
  background: #66f944;
}
.btn-zone .version {
  display: block;
  font-size: 12px;
  color: #759baf;
  line-height: 18px;
}
.thankspage {
  padding-top: 80px;
  min-height: 600px;
}
.thankspage h2 {
  font-size: 28px !important;
  text-align: center;
  font-weight: 400;
  padding: 20px 0;
}
.thankspage h3 {
  font-weight: 400;
  padding-bottom: 20px;
}
.thankspage p {
  font-size: 16px;
}
.thankspage .special {
  padding: 20px 0 40px;
}
.thankspage .special .button.greenbtn span {
  font-size: 20px;
  padding: 14px 40px;
  margin-right: 10px;
}
.thankspage .link {
  padding: 20px 0;
}
.thankspage .link li {
  float: left;
  list-style: none;
  font-size: 18px;
  line-height: 30px;
  margin: 0 80px 0 20px;
  height: 30px;
}
.thankspage .link li a {
  height: 30px;
}
.thankspage .link li span {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 15px;
}
