#banner {
  height: 300px;
  background: none;
  overflow: hidden;
}
#banner h1 {
  padding-top: 70px;
}
.add-carousel {
  position: relative;
  z-index: 1;
}
.purchase {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
}
.add-carousel .active {
  z-index: 100;
  opacity: 1;
}
.add1 {
  padding-bottom: 137px;
  background: url(../images/purchase/banner.jpg) no-repeat center center;
  background-size: cover;
}
.add2 {
  background: url(../images/purchase/banner2.jpg) no-repeat center center;
  background-size: cover;
}
.add2 .text-all {
  margin-top: 35px;
}
.add2 .title {
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.add2 .pcsctt {
  padding-top: 25px;
  padding-bottom: 35px;
}
.add2 .title span {
  font-size: 36px;
  color: #fcff00;
}
.add2 .pro-msg {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}
.add2 .pro-msg li {
  display: inline-block;
  vertical-align: top;
  width: 322px;
  margin-right: 7px;
  text-align: left;
}
.add2 .pro-msg .last {
  margin-right: 0;
}
.add2 h4 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}
.add2 .text,
.add2 .pic {
  display: inline-block;
  vertical-align: top;
}
.add2 .pic {
  width: 30%;
  text-align: left;
}
.add2 .text {
  font-size: 14px;
  width: 70%;
}
.add2 .text p {
  margin-bottom: 15px;
  padding-top: 10px;
}
.add2 .text span {
  font-size: 24px;
  color: #fcff00;
}
.add2 .add-buy {
  display: block;
  position: relative;
  width: 380px;
  height: 50px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  background: #fd8a2e url(../images/purchase/cart.png) no-repeat 10px 12px;
  border-radius: 4px;
  margin: 0 auto;
}
.add2 .add-buy:hover {
  text-decoration: none;
  color: #fff;
}
.add2 .add-buy del {
  font-size: 14px;
  text-decoration: line-through;
}
.add2 .add-buy .price {
  margin-left: 10px;
  margin-right: 10px;
}
.add2 .buy-button {
  width: 380px;
  margin: 0 auto;
  height: 66px;
  position: relative;
}
.add2 .sales {
  position: absolute;
  top: -9px;
  right: -30px;
  width: 66px;
  height: 110%;
}
.add2 .tip {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.add2 .pic input {
  display: none;
}
.add2 .pic label {
  position: relative;
  display: block;
}
.add2 .pic input:checked + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/purchase/bt-ic.png) no-repeat 0px 0px;
  position: absolute;
  top: -4px;
  left: 9px;
}
.add2 .pic input:not(:checked) + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/purchase/bt-ic.png) no-repeat 0px -20px;
  position: absolute;
  top: -4px;
  left: 9px;
}
.add-carousel .arrow {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: url(../images/purchase/arrow.png) no-repeat center 0px;
  cursor: pointer;
  margin-top: -15px;
}
.add-carousel .arrow-left {
  left: 80px;
  background-position-y: 2px;
}
.add-carousel .arrow-right {
  right: 80px;
  background-position-y: -41px;
}
.add-carousel .arrow-left:hover {
  background-position-y: -128px;
}
.add-carousel .arrow-right:hover {
  background-position-y: -85px;
}
/*
*buy-products
*/
.buy-products .center-block,
.features-wrapper .center-block,
.comparison .center-block {
  max-width: 992px;
}
.buy-products h2 {
  padding-bottom: 0;
}
.product-list {
  width: 100%;
}
.product-list > li {
  border-bottom: 1px solid #d9dfe5;
  padding: 4% 0;
}
.product-list > li:last-child {
  border-bottom: none;
}
.product-list .wrapper-left {
  vertical-align: middle;
  text-align: center;
  width: 30%;
  display: inline-block;
}
.product-list .wrapper-right {
  vertical-align: middle;
  display: inline-block;
  width: 70%;
}
.wrapper-right > p {
  color: #666;
  line-height: 1.875;
  padding-left: 14px;
  background: url("../images/icon/ic-hook-gray.png") left 8px no-repeat;
}
.wrapper-right > p.discount {
  padding-left: 0;
  background: none;
  display: inline-block;
}
.wrapper-right > p.discount > span:first-child {
  padding: 0 10px 0 20px;
}
.wrapper-right div.pingcheck {
  margin: 3% 0;
  text-align: left;
}
div.pingcheck > .price {
  display: inline-block;
  font-size: 1.6rem;
  font-size: 16px\0;
  color: #333;
  vertical-align: top;
}
div.pingcheck > .price span:not(.del),
div.pingcheck > .price em {
  font-size: 2.4rem;
  font-size: 24px\0;
  color: #FF250E;
}
div.pingcheck > .price span.del {
  color: #666;
}
div.pingcheck > .check_license {
  display: inline-block;
  margin-left: 20px;
  width: 118px;
  position: relative;
  cursor: pointer;
}
div.pingcheck > .check_license .lisence_num {
  border: 1px solid #C8CACC;
  width: 90px;
  display: inline-block;
}
div.pingcheck > .check_license .lisence_num,
div.pingcheck > .check_license .chose_lisence > p {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-size: 14px\0;
  color: #a1a5a8;
  line-height: 1.5;
  padding-left: 10px;
  text-align: left;
  height: 23px;
  cursor: pointer;
}
div.pingcheck > .check_license .iconlisence {
  display: inline-block;
  width: 23px;
  height: 21px;
  vertical-align: bottom;
  border: 1px solid #C8CACC;
  border-left: none;
  background: url("../images/icon/drop-down-arrow.png") no-repeat center center;
}
div.pingcheck > .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;
}
div.pingcheck > .check_license .chose_lisence > p:hover {
  background-color: #f0f0f0;
}
.price_form {
  position: relative;
}
.price_form label {
  font-size: 1.4rem;
  font-size: 14px\0;
  color: #333;
  cursor: pointer;
}
.price_form div.tips {
  width: 0;
  opacity: 0;
  font-size: 1.4rem;
  font-size: 14px\0;
  line-height: 1.5;
  color: #5b5b5b;
  background-color: #FFF1D1;
  padding: 10px;
  position: absolute;
  top: -60%;
  left: 28%;
  z-index: 100;
  transition: all 0.5s linear;
  display: none;
}
.price_form div.tips.show {
  display: block;
  width: 60%;
  opacity: 1;
}
.wrapper-right .buy {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 3%;
  text-align: left;
  padding: 10px 0 10px 2%;
  width: 43%;
}
.wrapper-right .buy img {
  vertical-align: middle;
}
.wrapper-right a .totalprice {
  font-size: 20px\0;
  font-size: 2.0rem;
  margin-right: 5%;
  vertical-align: inherit;
}
.wrapper-right a .buyword {
  display: inline-block;
  width: 42%;
  padding-left: 2%;
  vertical-align: inherit;
}
.wrapper-right > p:nth-child(6) {
  display: inline-block;
  background: none;
  color: #abb0b6;
  font-size: 1.8rem;
  font-size: 18px\0;
}
.wrapper-right > p:nth-child(6) .oldPrice {
  text-decoration: line-through;
  padding-right: 20px;
}
[type=checkbox] {
  position: absolute;
  left: -9999px;
}
[type=checkbox] + label {
  cursor: pointer;
  color: #5b5b5b;
}
.price_form > span.cue {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icon/ic-life15x15.png") 0 0 no-repeat;
  cursor: pointer;
  vertical-align: text-bottom;
}
.price_form > span.cue:hover {
  background-position: 0 -25px;
}
[type=checkbox]:not(:checked) + label::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../images/icon/technology-icon.png") no-repeat;
  background-position: -5px -5px;
  margin-right: 1%;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[type=checkbox]:checked + label::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url('../images/icon/technology-icon.png') no-repeat;
  background-position: -51px -5px;
  margin-right: 1%;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[type=checkbox]:checked + label:hover::before {
  background-position: -74px -5px;
}
[type=checkbox]:not(:checked) + label:hover::before {
  background-position: -28px -5px;
}
[type=checkbox]:checked + label::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url('../images/icon/technology-icon.png') no-repeat;
  background-position: -51px -5px;
  margin-right: 1%;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[type=checkbox]:checked + label:hover::before {
  background-position: -74px -5px;
}
.comparison ul.note {
  border: 1px solid #CAD5E3;
  padding: 3% 2% 1%;
  margin-top: 2%;
}
.comparison ul.note > li {
  color: #666;
  line-height: 1.875;
  padding-left: 8px;
  background: url("../images/icon/ic-serial-number-gray1.png") no-repeat 0 11px;
  text-align: justify;
}
.comparison ul.note > li:first-child {
  padding-left: 0;
  background-image: none;
}
/*
*features-wrapper
*/
.features-wrapper .container {
  word-spacing: -3px;
}
.features-wrapper .pic,
.features-wrapper .text {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
}
.features-wrapper .pic {
  width: auto;
}
.features-wrapper .pic img {
  margin-left: 20%;
}
.features-wrapper .text {
  width: 60%;
  padding-top: 2%;
}
.features-wrapper ul li .row {
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 2%;
  /*overflow: hidden;*/
  cursor: pointer;
}
.features-wrapper ul li .row.show {
  margin-bottom: 1.5%;
}
.features-wrapper ul li p {
  width: 89%;
  text-align: left;
  display: inline-block;
  color: #5b5b5b;
  line-height: 2.75;
}
.features-wrapper ul li .btn {
  display: inline-block;
  background: url(../images/icon/ic-jt-xia.png) no-repeat center center;
  width: 42px;
  height: 42px;
  float: right;
  /*border-left: 1px solid #ccc;*/
  cursor: pointer;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.features-wrapper ul li .btn.active {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.features-wrapper ul li .tabcontent {
  display: none;
  color: #5b5b5b;
  line-height: 1.375;
  padding: 0 10px 2%;
  text-align: justify;
}
.features-wrapper ul li .show {
  background: #359EFF;
  border-color: #359EFF;
}
.features-wrapper ul li .show p {
  color: #FFFFFF;
}
.features-wrapper ul li .show .btn {
  border-left-color: #FFFFFF;
  background: url(../images/icon/ic-jt-shang.png) no-repeat center center;
}
/*
*service_wrapper_last
*/
.service_wrapper_last {
  background-color: #eef1f3;
}
.service_wrapper_last h2 {
  padding-bottom: 2%;
}
.service_wrapper_last .container {
  width: 60%;
  margin: 0 auto;
}
.service_wrapper_last .container > p {
  color: #666;
  padding-bottom: 4%;
}
.service_wrapper_last table {
  width: 100%;
}
.service_wrapper_last table tr:first-child span {
  display: inline-block;
  width: 28px;
  height: 30px;
  vertical-align: middle;
  background-image: url("../images/purchase/icon.png");
  background-repeat: no-repeat;
}
.service_wrapper_last table tr:first-child td:first-child span {
  width: 20px;
  height: 21px;
  background-position: 0 -31px;
}
.service_wrapper_last table tr:first-child td:nth-child(2) span {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  padding-right: 5px;
  background-position: 0 2px;
}
.service_wrapper_last table tr {
  padding: 2% 0;
}
.service_wrapper_last table td {
  width: 70%;
  font-size: 1.6rem;
  font-size: 16px\0;
  line-height: 2;
  color: #666;
}
.service_wrapper_last table .phoneNum {
  color: #333;
}
/*xiugai*/
#carousel-uesr-reviews p {
  height: 100px;
}
.carousel h2 {
  padding-bottom: 3%;
}
.media-reviews h2 {
  padding-bottom: 3%;
}
.media-reviews .purchase {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  padding-bottom: 3%;
}
.media-reviews .more-bg {
  margin-top: 2%;
}
.more:hover::after {
  margin-left: 3px;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
  #banner h1 {
    padding-top: 6.7%;
  }
  .wrapper-right .buy {
    width: 57% !important;
    background-image: none;
    margin-left: auto;
    margin-right: auto;
  }
  .comparison ul.note > li {
    background-position: 0 8px;
  }
  .service_wrapper_last .container {
    width: 75%;
  }
  .features-wrapper .pic img {
    margin-left: 10%;
  }
  .add2,
  .add-carousel .arrow,
  .features-wrapper .pic.mobile-none {
    display: none;
  }
  #banner {
    height: 320px;
  }
  .features-wrapper .text {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #banner {
    height: 280px;
  }
  #banner h1 {
    padding-top: 90px;
  }
  .service_wrapper .service {
    padding-left: 0;
  }
  .service_wrapper .service h1 {
    text-align: center;
  }
  .features-wrapper ul li p {
    line-height: 48px;
  }
  .features-wrapper ul li:nth-child(2) p,
  .features-wrapper ul li:nth-child(3) p {
    line-height: 1.5;
  }
  .features-wrapper ul li .row {
    height: 48px;
  }
  .features-wrapper ul li .btn {
    width: 37px;
    height: 48px;
  }
  .service_wrapper_last .container {
    width: 100%;
  }
  .wrapper-right > p {
    background-position-y: 4px;
  }
  .product-list > li {
    border-color: transparent;
  }
  .product-list > li:last-child {
    border-color: #d9dfe5;
  }
  .wrapper-right div.pingcheck {
    margin: 5% 0;
  }
  .wrapper-right > p.discount {
    display: block;
    text-align: center;
  }
  #carousel-uesr-reviews p {
    height: 130px;
  }
  .media-reviews .hide-content li {
    padding: 5% 2%;
  }
  .media-reviews a.more-bg:last-child {
    margin-left: auto !important;
    margin-right: auto;
  }
  .service_wrapper .service p {
    background-position-y: 6px;
  }
}
.to-nav {
  font-size: 0;
  border-bottom: 1px solid #d9dfe5;
  width: 100%;
  background-color: #fff;
  z-index: 20181126;
}
.to-nav li {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.to-nav li.pro {
  background-image: url("/images/purchase/ic-pro.png");
}
.to-nav li.pro:hover,
.to-nav li.pro.hover {
  background-image: url("/images/purchase/ic-pro-hover.png");
}
.to-nav li.serv {
  background-image: url("/images/purchase/ic-ser.png");
}
.to-nav li.serv:hover,
.to-nav li.serv.hover {
  background-image: url("/images/purchase/ic-ser-hover.png");
}
.to-nav li.tech {
  background-image: url("/images/purchase/ic-tec.png");
}
.to-nav li.tech:hover,
.to-nav li.tech.hover {
  background-image: url("/images/purchase/ic-tec-hover.png");
}
.to-nav li:hover,
.to-nav li.hover {
  -webkit-box-shadow: 0 0 8px #aaa;
  -moz-box-shadow: 0 0 8px #aaa;
  box-shadow: 0 0 8px #aaa;
}
.to-nav li:hover p,
.to-nav li.hover p {
  color: #4294e9;
}
.to-nav li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.to-nav li p {
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  bottom: -70px;
}
.buy-pdt .container {
 padding: 0;
}
.buy-pdt .box {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.comparison {
  border-top: none;
}
.buy-pdt .box.two dt {
  background-color: #fd8a2e;
}
.buy-pdt .box.two .icon-hook li {
  background-image: url("/images/purchase/gou-orange.png");
}
.buy-pdt h2 {
  padding-top: 80px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.buy-pdt dl {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-pdt dl.empty {
  width: 2%;
}
.buy-pdt dt {
  background-color: #4294e9;
  height: 120px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-pdt dt h4 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  padding-bottom: 10px;
}
.buy-pdt dt p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: lighter;
}
.buy-pdt dt p span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.buy-pdt div.last dt {
  background-color: #2ebbfd;
}
.buy-pdt div.last .buy.buy-blue {
  background-color: #2ebbfd;
  border-color: #2ebbfd;
}
.buy-pdt div.last .buy.buy-blue:hover {
  background-color: #15a0e1;
  border-color: #15a0e1;
}
.buy-pdt dd {
  border: 1px solid #d9dfe5;
  border-top: none;
  padding: 20px 30px 40px;
}
.buy-pdt dd.first {
  border-bottom: none;
  padding-bottom: 0;
}
.buy-pdt .icon-hook {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9dfe5;
  min-height: 380px;
}
.buy-pdt .icon-hook li {
  padding-left: 18px;
  background: url(/images/purchase/gou-blue.png) no-repeat left 4px;
  margin-bottom: 15px;
}
.buy-pdt .icon-hook li h4,
.buy-pdt .icon-hook li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  color: #666;
  font-weight: bolder;
}
.buy-pdt .icon-hook li p {
  font-weight: normal;
}
.buy-pdt .box.first .icon-hook {
  min-height: 255px;
}
.buy-pdt .pingcheck,
.buy-pdt .free-select {
  padding-bottom: 20px;
}
.buy-pdt .pingcheck > .price,
.buy-pdt .pingcheck .check_license {
  vertical-align: middle;
}
.buy-pdt .free-select label {
  line-height: 1.8;
}
.buy-pdt .free-select input:checked + label:hover::before,
.buy-pdt .free-select input:checked + label::before {
  background-image: url("/images/purchase/selected-gray.png");
}
.buy-pdt .free-select input:not(:checked) + label:hover::before,
.buy-pdt .free-select input:not(:checked) + label::before {
  background-image: url("/images/purchase/unselected-gray.png");
}
.buy-pdt .buy {
  text-align: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-pdt .buy img {
  vertical-align: middle;
  margin-right: 8px;
}
.buy-pdt .buy .totalprice {
  float: right;
}
.buy-pdt .discount {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  color: #666;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
.buy-pdt .discount .savePrice {
  margin-left: 10px;
}
@media screen and (min-width: 885px) and (max-width: 1189px) {
  .buy-pdt .pingcheck {
    min-height: 55px;
  }
  .buy-pdt .pingcheck > span {
    display: block;
    margin-left: 0 !important;
    margin-top: 5px;
    text-align: left;
  }
  .buy-pdt .discount {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1189px) {
  .buy-pdt .box .icon-hook {
    min-height: 430px;
  }
  .buy-pdt .box.first .icon-hook {
    min-height: 310px;
  }
  .buy-pdt .buy {
    width: 66%;
  }
}
@media screen and (min-width: 885px) and (max-width: 999px) {
  .buy-pdt .box .icon-hook {
    min-height: 465px;
  }
  .buy-pdt .box.first .icon-hook {
    min-height: 330px;
  }
  .buy-pdt .buy {
    width: 80%;
  }
}
@media screen and (max-width: 884px) {
  .buy-pdt dl {
    display: block;
    width: 80%;
    margin: 30px auto;
  }
  .buy-pdt h2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .buy-pdt .box .icon-hook {
    min-height: auto;
  }
  .buy-pdt .box.first .icon-hook {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .buy-pdt dl {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
  .to-nav .center-block {
    width: 100%;
  }
  .to-nav li p {
    font-size: 14px;
  }
  .pingcheck > span {
    display: block;
    margin-left: 0 !important;
  }
}
.comparison-table .center-block {
  max-width: 1190px;
}
.comparison-table .container > p {
  padding-top: 2%;
  color: #666;
}
.comparison-table .down-icon {
  position: relative;
}
.comparison-table .down-icon::before {
  content: 'Click & Look';
  display: block;
  width: 140px;
  height: 30px;
  position: absolute;
  font-size: 16px;
  left: 50%;
  margin-left: -46px;
  top: -24px;
  color: #4294e9;
}
.comparison-table tbody td:not(:first-child) {
  text-align: center;
}
.comparison-table tbody td:not(:first-child)::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 3px;
  background: #bdbdbd;
  border-radius: 1px;
}
.comparison-table tbody td {
  padding: 1.5% 0;
}
.comparison-table tbody td p,
.comparison-table tbody td h4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.comparison-table tbody td h4 {
  font-weight: bolder;
}
.comparison-table tbody td.yes {
  background: url(/images/icon/hook.png) no-repeat center center;
}
.comparison-table tbody td.yes::before {
  display: none;
}
.comparison-table.comparison thead th {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
.comparison-table.comparison thead th,
.comparison-table.comparison tbody td {
  width: 19%;
  border-right: 1px solid #cad5e3;
  border-bottom: 1px solid #cad5e3;
}
.comparison-table.comparison thead th:nth-child(1),
.comparison-table.comparison tbody td:nth-child(1) {
  width: 24%;
}
.comparison-table ul.note {
  border: none;
  padding: 0;
  margin-top: 2%;
}
/* 2018/12/12 BY:yanyi */
#banner.modify1212 {
  min-height: 300px;
  height: auto;
  background-image: url(/images/purchase/banner-modify1212.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#banner.modify1212 h1 {
  padding-top: 40px;
  padding-bottom: 20px;
}
#banner.modify1212 .rights {
  display: table;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-top: 35px;
}
#banner.modify1212 .rights li {
  display: table-cell;
  padding-left: 45px;
  text-align: center;
}
#banner.modify1212 .rights p {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
#banner .modify1212 .rights img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 439px) {
  #banner.modify1212 .rights,
  #banner.modify1212 .rights li {
    display: block;
    width: 100%;
  }
}
/*v2 改版*/
                      .xl-menu{
                        height: 101px;
                        background-color: #f7f9fc;
                        box-shadow: inset 0px -1px 0px 0px  #e8ebed;
                      }
.xl-menu .container{
  padding: 0;
  max-width: 1200px;
  margin: auto;
}
.xl-menu ul li{
  width: 25%;
  font-size: 16px;
  color: #8ca0b5;
  line-height: 26px;
  float: left;
  text-align: center;
  cursor: pointer;
  padding-bottom: 11px;
}
.xl-menu ul li:before{
  content: '';
  display: block;
  padding-top: 13px;
  width: 56px;
  height: 50px;
  margin: auto;
  background: url("/images/purchase/v2/ic-BU-normal.png") no-repeat center;
}
.xl-menu ul li:hover::before,.xl-menu ul li.active:before{
  background: url("/images/purchase/v2/ic-BU-hover.png") no-repeat center;

}
.xl-menu ul li:hover,.xl-menu ul li.active{
  color: #4294e9;
  background-color: #ffffff;
  box-shadow: 0px -2px 14px 0px #d2deea;
  border-radius: 30px 30px 0px 0px;
}
.xl-menu ul .two:before{
  background: url("/images/purchase/v2/ic-ACB-normal.png")  no-repeat center;
}
.xl-menu ul .two:hover::before,.xl-menu ul .two.active:before{
  background: url("/images/purchase/v2/ic-ACB-hover.png") no-repeat center;

}.xl-menu ul .there:hover::before,.xl-menu ul .there.active:before{
  background: url("/images/purchase/v2/ic-OKR-hover.png") no-repeat center;

}.xl-menu ul .four:hover::before,.xl-menu ul .four.active:before{
  background: url("/images/purchase/v2/ic-unliti-hover.png") no-repeat center;

}.xl-menu ul .last:hover::before,.xl-menu ul .last.active:before{
  background: url("/images/purchase/v2/ic-AID-hover.png") no-repeat center;

}
.xl-menu ul .there:before{
  background: url("/images/purchase/v2/ic-OKR-normal.png")  no-repeat center;
}
.xl-menu ul .four:before{
  background: url("/images/purchase/v2/ic-unliti-normal.png")  no-repeat center;
}
.xl-menu ul .last:before{
  background: url("/images/purchase/v2/ic-AID-normal.png") no-repeat center;
}
.xl-isactive{
  display: none;
}
.xl-isactive.active{
  display: block;
}
.xl-acb .container,  .xl-onekey .container,.xl-utilities .container,.xl-bestseller .container{
  padding:80px 0;
  max-width: 1200px;
  margin: auto;
}
.xl-description{
  font-size: 14px;
  color: #666;
  text-align: center;
  padding-bottom: 30px;
}
ul.xl-cub{
  text-align: center;
}
ul.xl-cub .xl-cub-li{
  width: 23.8%;
  text-align: left;
  display: inline-block;
  min-height: 710px;
  border: 1px solid #e8ebed;
  margin-right: 1%;
  vertical-align: top;
  position: relative;
}
ul.xl-cub .xl-cub-li:last-child{
  margin-right: 0;
}
.xl-top{
  background: url("/images/purchase/v2/biaoqian.png") no-repeat;
  padding: 30px;
  text-align: center;
  background-size: cover;
}
.xl-top h3{
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1.1px;
  color: #ffffff;
  padding: 15px 0;

}
.xl-position{
  position: relative;
  overflow: hidden;
}
.xl-xuzhuan{
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: url("/images/purchase/v2/sanjiao.png") no-repeat right;
  height: 76px;
  width: 78px;
  overflow: hidden;
}
.xl-xuzhuan p{
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
  right: -15px;
}
.xl-choose{
  margin: 20px 15px;
  border: 1px solid #fd8a2e;
}
.xl-choose:after {
  content:'';
  clear:both;
  display: table;
}
.xl-choose p{
  font-size: 12px;
  line-height: 20.4px;
  color: #fd8a2e;
  float: left;
  text-align: center;
  width: 50%;
  padding: 4px 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xl-choose p:first-child{
  border-right: 1px solid #fd8a2e;
}
.xl-choose .active{
  color: #fff;
  background-color: #fd8a2e;

}
.xl-choose.xl-visibility{
  visibility: hidden;
}
.xl-price{
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  color: #fd8a2e;
  text-align: center;
  padding-bottom: 10px;
}
.xl-buy{
  display: table;
  margin:20px  auto;
  font-size: 20px;
  line-height: 20.4px;
  color: #ffffff;
  background-color: #fd8a2e;
  border-radius: 3px;
  padding: 15px 60px;
  text-align: center;
}
.xl-acl-ol{
  margin: 0 20px;
  padding: 20px 0;
  border-top: 1px solid #e8ebed;
}
.xl-acl-ol li{
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding-left: 17px;
  background: url("/images/purchase/v2/gou.png") no-repeat left 4px;
  margin-bottom: 15px;
}
.xl-cub .xl-cub-li .free-select {
  position: absolute;
  display: inline-block;
  right: 20%;
}
.xl-cub .xl-cub-li .free-select .tips-icon:hover p {
  height: 100px;
  top: -42.5px;
  width: 350px;
  display: inline-block;
}
.xl-cub .xl-cub-li .check_license1 {
  color: #fff;
  vertical-align: top;
  position: relative;

}
.xl-cub .xl-cub-li .check_license1 .lisence_num {
  color: #333;
  border: 1px solid #c8cacc;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 2px;
  text-align: left;
  height: 23px;
  cursor: pointer;
  word-spacing: normal;
  width: calc(100% - 24px);
}
.xl-cub .xl-cub-li  .check_license1 .iconlisence {
  display: inline-block;
  width: 23px;
  height: 21px;
  vertical-align: bottom;
  border: 1px solid #c8cacc;
  border-left: none;
  word-spacing: normal;
  cursor: pointer;
  background: #c8cacc url(/vendor/static/icon-bg7d22206a.png) no-repeat -5px -440px;
}
.xl-cub .xl-cub-li .check_license1 .chose_lisence1 {
  display: none;
  border: 1px solid #c8cacc;
  border-top: none;
  position: absolute;
  z-index: 200;
  background: #4e5768;
  top: 23px;
  width: 100%;
  left: 0;
}
.xl-cub .xl-cub-li .check_license1 .chose_lisence1 p {
  width: 100%;
  line-height: 24px;
  color: #fff;
  padding-left: 10px;
  cursor: pointer;
}
.xl-cub .xl-cub-li .check_license1 .chose_lisence1 p:hover {
  background: rgba(255, 255, 255, .1);
}
.xl-cub .xl-cub-li .free-select .tips-icon.left p{
  left: -366px;
}
.xl-onekey-ul{
  text-align: center;
}
.xl-onekey .xl-onekey-ul .xl-onekey-li{
  text-align: left;
  width: 26%;
  box-shadow: inset 0px 5px 0px 0px
  #2ea0ff;
  border: solid 1px #e8ebed;
  padding: 20px;
  display: inline-block;
  margin-right: 4%;
  vertical-align: top;
  min-height: 760px;
}
.xl-onekey .xl-onekey-ul .xl-onekey-li:last-child{
  margin-right: 0;
}
.xl-onekey-imgBox{
  text-align: center;
}
.xl-onekey .xl-onekey-li h3{
  margin: 30px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1.1px;
  color: #1a1a1a;
}
.xl-onekey .xl-onekey-li [data-type=check]{
  display: block!important;
  line-height: 17px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.xl-onekey .xl-onekey-li [data-type=check]:before,.xl-onekey .xl-onekey-li  [data-type=check]:hover:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(/images/purchase/v2/nohook.png) no-repeat center;
}
.xl-onekey .xl-onekey-li .checked[data-type=check]:before,.xl-onekey .xl-onekey-li .checked[data-type=check]:hover:before{
  background: url(/images/purchase/v2/hook.png) no-repeat center;
}
.xl-onekey-price{
  display: inline-block;
  vertical-align: middle;
}
.xl-onekey div.pingcheck > .price span:not(.del), .xl-onekey  div.pingcheck > .price em{
  font-size: 40px;
  color: #fd8a2e;
}
.xl-onekey .xl-acl-ol{
  margin: 0;
}
.xl-onekey div.pingcheck > .price{
  display: block;
  text-align: center;
}
.xl-utilities-ul{
  text-align: center;
}
.xl-utilities-ul .xl-utilities-li{
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  text-align: left;
  box-shadow: 0px 3px 10px 0px #d2deea;
  border: solid 1px #e8ebed;
  vertical-align: top;
}
.xl-utilities .xl-utilities-li:last-child{
  margin-right: 0;
}
.xl-utilities-top{
  padding: 30px;
  text-align: center;
  background: url("/images/purchase/v2/bg-biaoti.png") no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.xl-utilities-top h3{
  font-size: 28px;
  font-weight: 400;
  margin: 25px 0;
  line-height: 26px;
  letter-spacing: 1.1px;
  color: #ffffff;
}
.xl-utilities-top .xl-description{
  color: #ffffff;
  opacity: 0.8;;
}
.xl-utilities-bom{
  padding: 20px 30px;
}
.xl-utilities-bom  .xl-acl-ol{
  min-height: 250px;
}
.xl-choose-box .xl-product-box {
  margin-bottom: 45px;
}

.xl-product-box {
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #eee;
  padding: 30px;
}
.xl-pro {
  padding-bottom: 30px;
}
.xl-pro .xl-tip.hide {
  visibility: hidden;
}
.xl-product-content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.xl-product-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 50px;
}
.checked .xl-checkbox {
  border: 2px solid #66666626;
  background: url(/images/purchase/choose.png) no-repeat center;
  cursor: pointer;
}

.xl-checkbox {
  width: 24px;
  height: 25px;
  display: inline-block;
  margin-top: -10px;
  vertical-align: middle;
}
.unchecked .xl-checkbox {
  background-image: none;
  cursor: pointer;
  border: 2px solid #66666626;
}
.xl-pro ul {
  padding-left: 30px;
}
.xl-pro .xl-tip {
  font-size: 14px;
  line-height: 21px;
  color: #666;
  padding-left: 3px;
  text-indent: 15px;
  background: url(/images/purchase/gou-blue.png) no-repeat left 4px;
}
.xl-product-price {
  padding-left: 30px;
}
.xl-product-price span {
  font-size: 20px;
  line-height: 50px;
  color: #4294e9;
}
.xl-product-price del {
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0;
  color: #666;
  text-decoration: line-through;
  margin-left: 5px;
  opacity: .5;
}
.xl-add {
  opacity: .8;
  display: inline-block;
  background: url(/images/purchase/icon_add_gray.png) no-repeat center;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 1.5%;
}
.product-total {
  text-align: center;
  padding-top: 30px;
  border-top: solid 1px #eee;
}
.product-total-price {
  position: relative;
}
.product-total-price .price {
  font-size: 36px;
  line-height: 50px;
  color: #fd8a2e;
  font-weight: 700;
}
.offpirce-wrapper {
  color: #fff;
  padding: 2px;
  display: inline-block;
}
.offprice {
  text-align: center;
  background: url(/images/purchase/v2/tip.png) no-repeat center 0;
  font-weight: 700;
  font-size: 18px;
  width: 90px;
  background-size: cover;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  font-style: normal;
}
.offprice em {
  font-size: 18px;
  font-weight: 700;
}
.product-total-price del {
  font-size: 14px;
  color: #666;
  opacity: .5;
  text-decoration: line-through;
  margin-left: 5px;
}
.xl-link {
  font-size: 20px;
  padding: 15px 80px;
  border-radius: 3px;
  border: solid 1px #fd8a2e;
  color: #fd8a2e;
  display: inline-block;
}
.xl-link:hover {
  background: #fd8a2e;
  color: #fff;
  transition: .3s;
}
.width80 {
  max-width: 70%;
  margin: auto;
}

.width70 {
  max-width: 57%;
  margin: auto;
}
.xl-model{
  position: fixed;
  z-index:20190409;
  width: 100%;
  height: 100%;
  background: rgba(51, 55, 61,0.3);
  left: 0;
  top: 0;

}
.xl-model-container{
  width: 800px;
  position: relative;
  margin: auto;
  top: 40%;
  padding: 40px;
  background: #fff;
}
.xl-close{
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color:#fff ;
  /*background: url('/images/purchase/close.png') no-repeat;*/
  right: 0px;
  top: -40px;
  cursor: pointer;
}
.xl-close:hover:before{
  background: url('/images/purchase/close-red.png') no-repeat 5px 4px;
}
.xl-close:before{
  content: '';
  display: block;
  background: url('/images/purchase/close.png') no-repeat 5px 4px;
  width: 24px;
  height: 24px;
}
.xl-close:after{
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  height: 17px;
  width: 2px;
  right: 11px;
}
.xl-notice{
  font-size: 16px;
  padding-left: 20px;
  color: #333;
  line-height: 22px;
  font-style: italic;
  margin-bottom: 20px;
  background: url("/images/purchase/warn.png") no-repeat left 4px;
}
.width80 .xl-checkbox, .width70 .xl-checkbox {
  visibility: hidden;
}
.xl-acl-ol strong{
  font-weight: bold;
}
@media (max-width: 1000px) {
  ul.xl-cub .xl-cub-li{
    width: 45%;
  }
.buy.buy-blue,.buy.buy-orange{
    min-width: 230px;
  }
}
@media screen and (max-width:860px){
  #banner.modify1212 .rights li{padding-left: 0;}
}
@media (max-width: 768px) {
  ul.xl-cub .xl-cub-li,.xl-onekey .xl-onekey-ul .xl-onekey-li,.xl-utilities-ul .xl-utilities-li{
    width: 100%;
  }
  .xl-utilities-top{
    background-size: cover;
  }
  .to-nav li{
    height: 110px;
  }
}
@media screen and (max-width:440px){
  #banner.modify1212 .rights li{
    padding-left: 0;
    float: left;
    width: 50%;
    margin-bottom: 24px;
  }
  .features-wrapper ul li .row{
    position: relative;
  }
  .features-wrapper ul li .btn{
    position: absolute;
    right: -4px;
  }
  .comparison-table .down-icon::before{
    top:-18px;
  }
}

.slick-dots .swiper-paginatio li button:hover{
  opacity:1;background-color:#fff;
}
.slick-dots li.slick-active button{
  opacity:1;background-color:#fff;
}


/* 20190814banner转换成轮播，增加了iobit一页 */
.slick-list{
  padding-bottom: 0;
}
.swiper-slide.item1{
  background: url(/images/onekey-buy/bg-br.jpg) no-repeat center;
  background-size: cover;
}
.swiper-slide.item2{
  background: url(/images/push-box/bg_br.jpg) no-repeat center;
  background-size: cover;
  min-height: 300px;
}
.onecnt,.iobt{
  max-width: 1200px;
  margin: 0 auto;
}
.onecnt{
  min-height: 300px;
  text-align: center;
}
.onecnt h1{
  font-size: 5.0rem;
  color: #fff;
  font-size: 5rem;
  padding: 5.7% 0 2.5%;
  padding-top: 70px;
}
.iobt{
  text-align: center;
}
.iobt .img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.3%;
}
.iobt .cnt-r{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  text-align: left;
  position: relative;
  top: -10px;
  width: 57%;
}
.iobt h2{
  font-size: 4.0rem;
  color: #fff;
  padding-bottom: 10px;
  text-align: left
}
.iobt .subtitle{
  opacity: 0.4;
  font-size: 16px;
}
.iobt .price-box{
  padding-top: 20px;
}
.iobt .price strong{
  color: #fd8a2e;
  font-size: 3.0rem;
  font-weight: bold;
  padding-right: 5px
}
.iobt .price del{
  color: #a2a2a2;
  padding-right: 10px;
}
.iobt .buy{
  width: 220px;
  border: 0;
  margin: 20px 20px 0 0;
}
.iobt .support{
  display: inline-block;
  opacity: 0.4;
  font-size: 12px;
}
@media all and (max-width:991px){
  .iobt .img{
    width: 25%;
  }
  .iobt h2{
    padding-top: 30px;
    font-size: 3.0rem;
  }
}
@media all and (max-width:560px){
  .iobt{
    padding: 0 15px;
  }
  .iobt .img{
    width: auto;
  }
  .iobt .cnt-r{
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .iobt .cnt-r h2{
    text-align: center;
  }
  .iobt .support{
    padding-top: 10px;
    display: block;
  }
}

/* 20190814banner转换成轮播，增加了iobit一页 */



.pro-more {
  border: solid 1px #2ebbfd;
  margin-bottom: 40px;

}

.more-box {
  padding: 20px;
}

.more-box .select-pro {
  padding-left: 40px;
}

.more-box h4, .more-box .more-price {
  display: inline-block;
  vertical-align: middle;
}

.more-box h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.more-box h4:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -25px;
  top: 4px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(/public/active/upgrade-now/img/icon_wgx.png) no-repeat center;

}

.more-box .active h4:before {
  background: url(/public/active/upgrade-now/img/icon_gx.png) no-repeat center;

}

.more-box .more-price {
  font-size: 14px;
  margin-left: 15px;
  color: #000000;
}

.more-box .more-price span {
  font-size: 16px;
  font-weight: bold;
  color: #fd8a2e;
}

.more-box p {
  margin-top: 5px;
  font-size: 14px;
  color: #000000;
  opacity: 0.6;
}

.pro-tool {
  font-size: 16px;
  color: #ffffff;
  background-color: #2ebbfd;
  text-indent: 35px;
  padding: 7px 0;
  position: relative;
}

.pro-tool:before {
  content: '';
  width: 50%;
  position: absolute;
  height: 40px;
  right: 0;
  background: #fff url("/images/purchase/icon_triangle.png") no-repeat left 0;

}
