/*字体引用*/
@font-face {
  font-family: 'RobotoRegular';
  src: url('/public/fonts/RobotoRegular.eot');
  src: url('/public/fonts/RobotoRegular.eot') format('embedded-opentype'),
  url('/public/fonts/RobotoRegular.woff2') format('woff2'),
  url('/public/fonts/RobotoRegular.woff') format('woff'),
  url('/public/fonts/RobotoRegular.ttf') format('truetype'),
  url('/public/fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

/*字体引用 end*/

/*重置样式*/
h1, h2, h4, h6, div, body, html, p, ul, ol, dl, dd, form, input {
  margin: 0;
  padding: 0;
}
html{
  font-size: 10px;
}
body {
  width: 100%;
  box-sizing: border-box;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul, ol, dl {
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
  max-height: 100%;
}

input {
  outline: none;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover{
  text-decoration: none;
}

i, em, b, strong, h1, h2, h4, h6 {
  font-style: normal;
  font-weight: normal;
}

h2 {
  font-size: 34px;
  color: #1a1a1a;
  padding-bottom: 4.2%;
  text-align: center;
  word-spacing: normal;
}

h4 {
  font-size: 20px;
  color: #333;
}

/*工具类*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.del {
  text-decoration: line-through;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
  word-spacing: normal;
}

.table-cell {
  display: table-cell;
}

/*text*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.ver-top {
  vertical-align: top;
}

.ver-middle {
  vertical-align: middle;
}

.ver-bottom {
  vertical-align: bottom;
}

.text-top {
  vertical-align: text-top;
}

.text-bottom {
  vertical-align: text-bottom;
}

.bold {
  font-weight: bold;
}

.last {
  margin: 0 !important;
}

/*font*/
.font-size14 {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.font-size16 {
  font-size: 16px;
}

.font-size18 {
  font-size: 18px;
}

.font-size20 {
  font-size: 20px;
}

.font-size22 {
  font-size: 22px;
}

.font-size24 {
  font-size: 24px;
}

.font-size26 {
  font-size: 26px;
}

.font-size28 {
  font-size: 28px;
}

.font-size30 {
  font-size: 30px;
}

.link {
  color: #4294e9;
  text-decoration: none;
}

.link:hover,
.link:active {
  color: #2f97f7;
  text-decoration: underline;
}

/*重置样式 end*/



/*公共样式*/
.devider {
  display: block;
  border-bottom: 1px solid #d9dfe5;
  width: 100%;
  margin: 2% 0;
}

.center-block {
  max-width: 1190px;
  margin: 0 auto;
}

.container {
  width: 100%;
  padding: 6.5% 0;
  font-size: 0;
  height: auto;
}

.wrap-header {
  background: #1a1c1e;
  height: 94px;
  margin-top: 0;
}

.link.arrow::after,
.more.arrow::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  color: #2f97f7;
  background: url("../images/ic-LM-b.png") no-repeat 0 5px;
}

/*banner*/
#banner,
.banner {
  background: #2e3643 url(../../images/index/bg-br.jpg) no-repeat center center;
  background-size: cover;
}

#banner .container,
.banner .container {
  padding-top: 0;
  padding-bottom: 5.7%;
  text-align: center
}

#banner h1,
.banner h1 {
  font-size: 50px;
  color: #FFF;
  padding: 5.7% 0 2.5% 0;
}

#banner.banner-index h1 {
  padding-top: 8%;
}

#banner.banner-index .container {
  padding-bottom: 10.5%;
}

#banner.banner-index p {
  width: 65%;
  margin: 0 auto;
}

#banner h1.pro {
  padding-top: 7%;
  line-height: 1.2;
}

#banner p,
.banner p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-weight: lighter;
}

#banner ul.rights {
  margin-top: 2%;
  text-align: left;
}

#banner ul.rights li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
}

#banner ul.rights h6 {
  font-size: 14px;
}

#banner ul.rights img, #banner ul.rights .txt {
  display: inline-block;
  vertical-align: middle;
}

#banner ul.rights img {
  margin-right: 1%;
}

.j_download-blue,
.download-blue,
.download-green,
.download-white {
  display: block;
  box-sizing: border-box;
  width: 19.3%;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  background: #4294e9;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 4.9%;
  margin-bottom: 1.7%;
  transition: all .5s;
  border: 1px solid transparent;
  text-decoration: none !important;
}

.j_download-blue:hover,
.download-blue:hover,
.download-green:hover,
.download-white:hover {
  text-decoration: none !important;

}
.download-blue:hover, .j_download-blue:hover {
  background: #2e7dd0;
}

.download-blue, .j_download-blue {
  border-color: #4294e9;
}

.download-green {
  background: #5dc560;
}

.download-green:hover {
  background: #44bb48;
}

.download-white {
  background: #fff;
  color: #666;
  border: 1px solid #acacac;
}

.download-white:hover {
  background: #4294e9;
  border-color: #4294e9;
  color: #fff;
}

.more {
  font-size: 16px;
}

.more-bg {
  display: block;
  box-sizing: border-box;
  color: #aab3be;
  width: 50%;
  text-align: center;
  line-height: 2.4;
  border: 1px solid #aab3be;
  border-radius: 2px;
  margin: 0 auto;
  transition: all .5s;
}
.more-bg:hover{
  text-decoration: none !important;
}
.more-index {
  line-height: 2.5;
}

.more-white {
  color: #aab3be;
  border-color: #aab3be;
}

.more::after {
  content: "";
  width: 11px;
  height: 9px;
  margin-left: -4px;
  opacity: 1;
  background: url(/images/icon/more-hover-icon.png) no-repeat center center;
  transition: all 0.2s linear;
  display: inline-block;
}

.buy {
  font-size: 16px;
  display: inline-block;
  width: 50%;
  line-height: 2.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #666;
  border: 1px solid #acacac;
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.buy:hover{
  text-decoration: none !important;
}
.buy.buy-orange {
  background-color: #fd8a2e;
  border-color: #fd8a2e;
  color: #fff;
}

.buy.buy-orange:hover {
  background-color: #ff510d;
  border-color: #ff510d;
}

.buy.buy-blue {
  background-color: #4294e9;
  border-color: #4294e9;
  color: #fff;
}

.buy.buy-blue:hover {
  background-color: #2e7dd0;
  border-color: #2e7dd0;
}

/*banner end*/


.main-product {
  background: #eef1f3;
  word-spacing: -4px
}

.main-product .txt {
  vertical-align: top;
  width: 54.5%;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-right: 5.5%;
  word-spacing: normal
}

.main-product h4 {
  line-height: 1.5;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 2%;
  margin-bottom: 2%;
  word-spacing: normal
}

.main-product ul li {
  padding-left: 14px;
  background: url(/vendor/static/ic-hook-gray8010e30c.png) no-repeat left 10px
}

.main-product ul li.new>span {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 5px;
  width: 30px;
  height: 18px;
  line-height: 18px;
  background: url(/vendor/static/icon-bg7d22206a.png) no-repeat 1px -501px
}

.main-product .pic {
  vertical-align: top;
  width: 38%;
  word-spacing: normal;
  margin-right: 2%
}

.main-product .pic img {
  display: block;
  margin: 0 auto
}

.main-product .download-blue {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  width: 27.8%;
  font-size: 16px;
  margin-right: 2%
}

.main-product .more-bg {
  display: inline-block;
  vertical-align: top;
  width: 27.8%;
  margin-top: 4.9%
}
.table-comparison h2 {
  padding-bottom: 2%;
}

.table-comparison .title {
  text-align: center;
  margin-bottom: 4%;
}

.table-comparison ul {
  box-sizing: border-box;
  border: 1px solid #ebf0f5;
  border-right: none;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 99;
}

.table-comparison .bg-color ul {
  background: #eaf4fc;
}

.table-comparison ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-right: 1px solid #ebf0f5;
}

.table-comparison ul li:last-child,
.table-comparison .bg-color ol li:last-child {
  border-right: none;
}

.table-comparison .bg-color ul li {
  border-color: #fff;
}

.table-comparison ul .eq1 {
  height: 247px;
  line-height: 247px;
  font-size: 16px;
  color: #22252a;
  text-align: center;
  position: relative;
}

.table-comparison .eq1 .free-select {
  width: 100%;
  position: absolute;
  top: 10%;
}

.table-comparison .bg {
  height: 132px;
}

.table-comparison .bg h4 {
  text-align: center;
  padding: 5% 0;
  color: #fff;
}

.table-comparison .bg > p {
  color: #fff;
  text-align: center;
}

.table-comparison .bg > p.discount {
  font-size: 14px;
  margin-top: -1%;
  padding-bottom: 5%
}

.table-comparison .bg p span {
  font-size: 30px;
}

.table-comparison .bg p .del {
  display: block;
  font-size: 14px;
  margin-left: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.table-comparison .bg-blue {
  background-color: #4294e9;
}

.table-comparison .bg-orange {
  background-color: #fd8a2e;
}

.table-comparison .download-blue {
  width: 64%;
  font-size: 16px;
  margin-bottom: 4%;
  margin-top: 27%;
}

.table-comparison .buy {
  width: 64%;
  display: block;
  margin: 4% auto;
}

.table-comparison .select {
  width: 33%;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-indent: 20px;
  border: 1px solid #e6e6e6;
  margin: 20px auto;
  cursor: pointer;
  position: relative;
}

.table-comparison .select::after {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background: #e6e6e6 url(/images/icon/ic-down.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
}

.table-comparison .options {
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
  display: none;
}

.table-comparison .options span {
  display: block;
  width: 100%;
  background-color: #fff;
}

.table-comparison .options span:hover {
  background-color: #e6e6e6;
}


/*
*license下拉选择框
*/
.table-comparison .check_license,
#banner .check_license {
  margin: 5% auto 3%;
  width: 114px;
  position: relative;
  cursor: pointer;
}

.table-comparison .bg-color .check_license {
  background: #fff;
}

#banner .check_license {
  margin: 0 0 0 1%;
}

.table-comparison .check_license .lisence_num,
#banner .check_license .lisence_num {
  border: 1px solid #C8CACC;
  width: 90px;
  display: inline-block;
}

.table-comparison .check_license .lisence_num,
.table-comparison .check_license .chose_lisence > p,
#banner .check_license .lisence_num,
#banner .check_license .chose_lisence > p, .check_license .chose_lisence > p > a {
  box-sizing: border-box;
  font-size: 14px;
  color: #a1a5a8;
  line-height: 1.5;
  padding-left: 10px;
  text-align: left;
  height: 23px;
  cursor: pointer;
  word-spacing: normal;
}

#banner .check_license .lisence_num,
#banner .check_license .chose_lisence > p {
  color: #fff;
}

.table-comparison .check_license .iconlisence,
#banner .check_license .iconlisence {
  display: inline-block;
  width: 23px;
  height: 21px;
  vertical-align: bottom;
  border: 1px solid #C8CACC;
  border-left: none;
  word-spacing: normal;
  background: url("/images/icon/drop-down-arrow.png") no-repeat center center;
}

#banner .check_license .iconlisence {
  background: url("/images/icon/icon-bg.png") no-repeat -5px -440px;
}

#banner .check_license .iconlisence {
  vertical-align: top;
}

.table-comparison .check_license .chose_lisence,
#banner .check_license .chose_lisence {
  display: none;
  width: 112px;
  border: 1px solid #C8CACC;
  border-top: none;
  position: absolute;
  z-index: 200;
  background-color: #fff;
  top: 23px;
  left: 0;
}

#banner .check_license .chose_lisence {
  z-index: 10;
}

#banner .check_license .chose_lisence {
  background: #4E5768;
}

.table-comparison .check_license .chose_lisence > p:hover {
  background-color: #f0f0f0;
}

#banner .check_license .chose_lisence > p:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.table-comparison .free-select {
  text-align: center;
}

.free-select input {
  display: none;
}

.free-select input + label {
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
}

#banner .free-select input + label {
  color: #fff;
}

.free-select input:checked + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/images/icon/technology-icon.png) no-repeat -51px -5px;
  margin-right: 4px;
}

#banner .free-select input:checked + label::before {
  background: url(/images/icon/technology-icon2.png) no-repeat -51px -5px;
}

.free-select input:not(:checked) + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/images/icon/technology-icon.png) no-repeat -5px -5px;
  margin-right: 4px;
}

#banner .free-select input:not(:checked) + label::before {
  background: url(/images/icon/technology-icon2.png) no-repeat -5px -5px;
}

.free-select input:checked + label:hover::before {
  background-position-x: -74px;
}

.free-select input:not(:checked) + label:hover::before {
  background-position-x: -28px;
}

.tips-icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(/images/icon/ic-life15x15.png) no-repeat 0 0;
  margin-left: 4px;
  position: relative;
}

.tips-icon p,
#banner .tips-icon p {
  width: 250px;
  font-size: 12px;
  color: #666;
  padding: 5px;
  background-color: #fff1d1;
  border: solid 1px #ffc995;
  border-radius: 2px;
  position: absolute;
  bottom: 20px;
  left: -210px;
  display: none;
}

.free-select .tips-icon p,
#banner .free-select .tips-icon p {
  width: 430px;
  height: 220px;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  background-color: #0f2944;
  border: solid 1px #081b2f;
  border-radius: 3px;
  position: absolute;
  left: 31px;
  right: 0;
  bottom: 0;
  top: -102.5px;
  display: none;
  line-height: 1.4 !important;
  word-spacing: normal;
  letter-spacing: normal;
  box-sizing: border-box;
  text-align: left !important;
}

.free-select .tips-icon.bottom p,
#banner .free-select .tips-icon.bottom p {
  top: 31px;
  left: -207.5px;
}

.free-select .tips-icon.top p,
#banner .free-select .tips-icon.top p {
  top: -235px;
  left: -207.5px;
}

.free-select .tips-icon.left p,
#banner .free-select .tips-icon.left p {
  left: -445px;
}

.free-select .tips-icon p::before {
  content: "";
  width: auto !important;
  margin-bottom: 0;
  display: inline-block;
  border: 15px solid transparent;
  border-right-color: #0f2944;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -30px;
}

.free-select .tips-icon.bottom p::before {
  border-right-color: transparent;
  border-bottom-color: #0f2944;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  margin-top: 0;
}

.free-select .tips-icon.top p::before {
  border-right-color: transparent;
  border-top-color: #0f2944;
  left: 50%;
  top: 218px;
  margin-left: -15px;
  margin-top: 0;
}

.free-select .tips-icon.left p::before {
  border-right-color: transparent;
  border-left-color: #0f2944;
  left: auto;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}

.free-select .tips-icon p span {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.free-select .tips-icon p span:last-child {
  margin-bottom: 0;
}

.tips-icon:hover {
  background-position-y: -25px;
}

.tips-icon:hover p,
#banner .tips-icon:hover p {
  display: block;
  z-index: 1000;
}

.table-comparison .table-content {
  border-left: 1px solid #ebf0f5;
  border-right: 1px solid #ebf0f5;
}

.table-comparison h6 {
  font-size: 18px;
  color: #333;
  line-height: 55px;
  background: #f6f7f7;
  text-align: left;
  text-indent: 10px;
}

.table-comparison ol {
  visibility: visible;
  border-bottom: 1px solid #ebf0f5;
}
.table-comparison ol:nth-child(even){
  background-color: rgb(234, 244, 252);
}
.table-comparison ol:nth-child(odd){
  background-color: rgb(225, 240, 251);
}
.table-comparison ol li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 15px 10px;
}

.table-comparison .bg-color ol li {
  border-right: 1px solid #fff;
}

.table-comparison ol .hook {
  background: url(/images/icon/hook.png) no-repeat center center;
  text-align: center;
}

.table-comparison ol .nohook {
  text-align: center;
}

.table-comparison ol .nohook::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 3px;
  background: #bdbdbd;
  border-radius: 1px;
}

.table-comparison ol .hook span {
  display: block;
  margin-top: 20%;
}

.table-comparison ol .tips-icon p {
  width: 310px;
  bottom: 20px;
  left: 10px;
}

.table-comparison ol .tips-right p {
  left: -314px;
  text-align: left;
}

.table-comparison ol .txt {
  text-align: center;
}

.table-comparison dl {
  margin-top: 2%;
}

.table-comparison dl dt {
  font-size: 20px;
  margin-bottom: 1%;
}

.table-comparison dl dd {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding-left: 8px;
  margin-bottom: 1%;
  background: url(/images/icon/ic-serial-number-gray1.png) no-repeat left 8px;
}

.table-comparison dl b {
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .table-comparison .bg h4 {
    font-size: 14px;
    height: 30px;
    margin-bottom: 20px;
    word-wrap: break-word;
  }

  .table-comparison .bg p span {
    font-size: 12px;
    display: block;
  }

  .table-comparison .bg p .del {
    font-size: 10px;
  }

  .table-comparison .download-blue,
  .table-comparison .free-select,
  .table-comparison .check_license,
  .table-comparison .buy {
    display: none
  }

  .table-comparison ul .eq1 {
    height: 120px;
    line-height: 120px;
  }

  .table-comparison .bg {
    height: 120px;
  }

  .table-comparison ol .hook span {
    margin-top: 40%;
  }

  .table-comparison ol li {
    padding-left: 6px;
    padding-right: 0;
    font-size: 12px;
    word-wrap: break-word;
  }
}


.product-comparison {
  background-color: #fff;
}

.product-comparison h2 {
  padding-bottom: 3%;
}

.product-comparison ul {
  font-size: 0;
  text-align: center;
  word-spacing: -3px;
}

.product-comparison ul li {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 26.9%;
  margin-right: 4%;
  border: 1px solid #ebf0f5;
  word-spacing: normal;
}

.product-comparison ul p {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.85;
  color: #666;
  padding: 9% 6% 0 6%;
  height: 128px;
  text-align: center;
}

.product-comparison .more-bg {
  margin: 9% auto;
}



@media only screen and (min-width: 993px) {

  .more::after {
    opacity: 0;
  }

  .more:hover::after {
    margin-left: 6px;
    opacity: 1;
  }
  .more-bg:hover {
    color: #fff;
    background: #4294E9;
    border-color: #4294E9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .product-comparison ul p {
    height: 165px;
  }

  .product-comparison ul li {
    width: 30%;
  }

}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-comparison ul li {
    margin-bottom: 10px;
  }
  .product-comparison ul p {
    height: auto !important;
  }
}



.special-offers ul {
  text-align: center;
}

.special-offers ul li {
  width: 44.5%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-right: 6%;
  border: 1px solid #EBF0F5;
  padding: 2%;
  word-spacing: -4px;
  font-size: 0;
}

.special-offers a.link.arrow {
  word-spacing: normal;
  float: right;
  display: block;
  text-align: right;
  margin-top: 2%;
  color: #2f97f7;
  height: auto;
  width: 100%;
}

.special-offers h4 {
  border-bottom: 1px solid #EBF0F5;
  padding-bottom: 4%;
  margin-bottom: 6%;
  word-spacing: normal;
}

.special-offers .pic,
.special-offers .msg {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  word-spacing: normal;
}

.special-offers .pic {
  width: 40%;
  padding-right: 2%;
}

.special-offers .pic img {
  margin: 0 auto;
}

.special-offers .msg {
  width: 60%;
  text-align: left;
  position: relative;
}

.special-offers .msg .font-size14 {
  margin-bottom: 2%;
  padding-bottom: 0;
  height: 140px;
}

.special-offers .msg strong {
  font-size: 24px;
  color: #ff250e;
  text-align: left;
}

.special-offers .msg del {
  font-size: 14px;
  color: #bcbfc3;
  margin-left: 4px;
  text-decoration: line-through;
}

.special-offers .msg .price {
  margin-bottom: 4%;
  display: inline-block;
}

.special-offers .msg .buy {
  width: 45%;
  position: absolute;
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .special-offers .msg .font-size14 {
    height: auto;
  }

  .special-offers h4 {
    height: auto;
  }

  .special-offers .pic {
    width: 36%;
    margin-right: 2%;
  }

  .special-offers .msg .price {
    display: block;
  }

  .special-offers .msg .buy {
    position: static;
    width: 80%;
  }
  .special-offers ul li {
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%
  }

  .special-offers ul li:last-child {
    margin-bottom: 0;
  }

  .special-offers ul li.last {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .special-offers a.link.arrow {
    float: none;
    text-align: center;
  }

  .special-offers .msg {
    width: 62%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {

  .special-offers .msg .font-size14 {
    height: auto;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .special-offers ul li {
    margin-bottom: 20px;
  }

  .special-offers .msg .price {
    width: 100%;
    text-align: center;
  }

  .special-offers .msg .buy {
    width: 80%;
    position: static;
    display: block;
    margin: 0 auto;
  }
  .special-offers a.link.arrow {
    float: none;
    display: block;
    text-align: center;
  }

  .special-offers h4 {
    height: auto;
  }
}


/*周发梅让加的free lisence板块*/
.free-lisence {
  background: #454f62 url("../images/free-licence-bg.jpg") no-repeat center top;
  background-size: cover;
  max-height: 450px;
  text-align: center;
}

.free-lisence .container {
  padding: 6.2% 0;
}

.free-lisence h2 {
  color: #fff;
  padding-bottom: 3%;
}

.free-lisence h4 {
  padding-top: 20px;
  text-align: center;
  height: 88px;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
  background: url("../images/free-licence-title.png") no-repeat center top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.free-lisence p {
  color: #fff;
}

.free-lisence p.text {
  width: 32%;
  margin: 1% auto 1.5%;
}

.free-lisence p.text b {
  font-weight: bold;
}

.free-lisence .link {
  color: #4294e9;
  padding-left: 25px;
  background: url("../images/free-licence-mouse.png") no-repeat left center;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .free-lisence p.text {
      width: 100%;
  }

  .free-lisence h4 {
      background: none;
      font-weight: bolder;
      padding-top: 0;
      height: auto;
  }

  .free-lisence p:last-child,
  .free-lisence p:last-child a {
      display: inline-block;
      line-height: 2;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .free-lisence p.text {
      width: 80%;
  }
}


.message_wrapper {
  background: #eef1f3
}

.message_wrapper .container {
  overflow: hidden;
  padding: 80px 0
}

.message_wrapper h2 {
  color: #111;
  padding: 0 0 5.5% 0
}

.message_wrapper ul {
  overflow: hidden;
  height: 60px;
  width: 4080px;
  position: relative;
  left: 0
}

.message_wrapper ul li {
  float: left;
  margin-right: 60px
}

.message_wrapper ul li img {
  margin: 0 auto
}



.guarantee ul {
  word-spacing: -3px;
  margin: 0 auto;
  display: table
}

.guarantee ul li {
  text-align: center;
  display: table-cell;
  width: 32%;
  padding: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebf0f4
}

.guarantee ul li.line {
  width: 2%;
  height: 90px;
  padding: 0;
  background: #fff;
  border: none;
  top: 0
}

.guarantee ul li > p {
  font-size: 14px;
  color: #666;
  padding-top: 5%;
  word-spacing: 1px
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  
  .guarantee ul li {
    display: block;
    width: 100%;
    margin-bottom: 2%
  }

  .guarantee ul li.line {
    display: none
  }
}
#review .container {
  overflow: hidden
}

#review .text h4 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 2%;
  text-align: left
}

#review .text p {
  font-size: 14px;
  color: #5c5d5e;
  line-height: 1.57;
  text-align: left
}

#review .font-size14 {
  color: #4294e9;
  vertical-align: middle
}

#review .font-size14:hover {
  text-decoration: underline
}

#review .btn {
  position: absolute;
  bottom: 5%;
  text-align: left;
  width: 80%;
  display: block;
}
#review .btn:active{
  box-shadow:none;
}
#review .btn span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e7e7e7 url(/vendor/static/arrow-review26bc1486.png) no-repeat 6px 4px;
  margin-right: 10px;
  float: right;
  cursor: pointer
}

#review .btn .right {
  background-position-x: -90px
}

#review .btn .right.show {
  background-position-x: -24px
}

#review .btn .left.show {
  background-position-x: -59px
}

#review .btn .show {
  background-color: #4294e9
}

#review ul li img,
#review .text p {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#review ul li .active {
  display: block;
  margin: 0 auto;
}
#review ul {
  float: left;
  width: 45%;
  margin-right: 10%;
  text-align: center;
}

#review ul li {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 20px;
}

#review .text {
  width: 410px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/vendor/static/review-text-bg72b4a1a9.png) no-repeat center center;
  position: relative;
  border: none;
  padding: 5% 5% 2% 12%;
  height: 217px;
  margin-left: -55px;
}

.product-feature {
  background: url(/vendor/static/bg18cf53850.jpg) no-repeat center center;
  -moz-background-size: cover;
  background-size: cover
}

.product-feature h2 {
  color: #fff;
  padding-bottom: 4%
}

.product-feature h6 {
  font-size: 14px;
  text-align: center;
  color: rgba(255,255,255,0.7) !important
}

.product-feature .font-size18,.product-feature .font-size24 {
  color: #fff;
  margin-bottom: 2%;
  word-spacing: normal
}

.product-feature .title {
  color: #fff;
  text-align: center;
  margin-bottom: 5%
}

.product-feature .txt-msg {
  margin-bottom: 4%
}

.product-feature .txt-msg img,.product-feature .txt-msg dl {
  display: inline-block;
  vertical-align: middle
}

.product-feature .txt-msg dl {
  width: 80%;
  margin-left: 5%
}

.product-feature .txt-msg dt {
  font-size: 20px;
  color: #fff;
  margin-bottom: 1%
}

.product-feature .txt-msg dd {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.6)
}

.resource {
  -moz-background-size: cover;
  background-size: cover;
  background: url(/vendor/static/bg2b136a424.png) no-repeat
}

.resource h2 {
  padding-bottom: 1.5%;
  color: #fff
}

.resource p {
  color: #fff;
  margin-bottom: 2%
}

.resource .container {
  text-align: center
}

.resource a {
  display: inline-block;
  width: 15%
}

.resource a:nth-child(3) {
  margin-right: 3%
}

.resource2 a:nth-child(3) {
  margin-right: 0
}

.resource2 a:nth-child(4) {
  margin: 0 2%
}

.comparison {
  border-top: 1px solid #ebedf0
}

.comparison h2 {
  padding-bottom: 0
}

.comparison .content-wrapper {
  display: none
}

.comparison .down-icon,.comparison .up-icon {
  width: 22px;
  height: 28px;
  margin: 4% auto 0;
  cursor: pointer
}

.comparison .down-icon {
  background: url(/vendor/static/dropdown-1671615a4.gif) no-repeat 0 0
}

.comparison .up-icon {
  background: url(/vendor/static/top-up347d1fda.png) no-repeat -10px -10px;
  display: none
}

.comparison .up-icon:hover {
  background-position: -44px -10px
}

.comparison table {
  margin-top: 4%;
  border-collapse: separate;
  border-spacing: 0
}

.comparison thead {
  background-color: #495b71
}

.comparison thead tr th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px
}

.comparison thead tr th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px
}

.comparison tbody tr td:first-child {
  border-left: 1px solid #cad5e3
}

.comparison tbody tr td:last-child {
  border-right: 1px solid #cad5e3
}

.comparison tbody tr:last-child td {
  border-bottom: 1px solid #cad5e3
}

.comparison tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

.comparison tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}

.comparison thead th,.comparison tbody td {
  font-weight: 400;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.comparison thead th:nth-child(3),.comparison tbody td:nth-child(3) {
  width: 54%
}

.comparison thead th:nth-child(1),.comparison tbody td:nth-child(1) {
  padding-left: 1.6%
}

.comparison tbody td:nth-child(3) {
  padding-right: 1.6%
}

.comparison thead th {
  text-align: left;
  color: #fff;
  font-size: 22px;
  line-height: 3.65
}

.comparison tbody tr:nth-child(even) {
  background-color: #e5e9ef
}

.comparison tbody td {
  color: #666;
  line-height: 1.7;
  padding: 2.5% 0
}

.comparison tbody td li {
  padding-left: 10px;
  background: url(/vendor/static/ic-serial-number-gray198965c22.png) no-repeat 0 8px
}

.comparison tbody tr td:first-child span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url(/vendor/static/icon270173e43.png);
  background-repeat: no-repeat;
  vertical-align: middle
}

.service_wrapper {
  background: url(/vendor/static/bgf331b5d9.jpg) no-repeat center center;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden
}

.service_wrapper .service {
  padding-left: 50%;
  background-color: transparent;
}

.service_wrapper .service h2 {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 2%;
  text-align: left
}

.service_wrapper .service p {
  font-size: 14px;
  line-height: 2.125;
  color: rgba(255,255,255,0.9);
  text-align: left;
  padding-left: 14px;
  background: url(/vendor/static/ic-hook-gray8010e30c.png) no-repeat 0 10px
}

.service_wrapper .service p.txt {
  padding-left: 0;
  background-image: none;
  padding-bottom: 3%
}

@media only screen and (min-width: 320px) and (max-width:767px) {
  html {
      font-size:50%
  }
}

[data-type=check] {
  display: inline-block !important;
  color: #46505a;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

[data-type=check]:before,[data-type=check]:hover:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(/public/active/upgrade-now/img/icon_wgx.png) no-repeat center
}

.checked[data-type=check]:before,.checked[data-type=check]:hover:before {
  background: url(/public/active/upgrade-now/img/icon_gx.png) no-repeat center
}

#infoBox{
  display: none;
}
