.pageBody {
  background: url("../images/buypage/bg.png") no-repeat;
}
.header-info .header-menu-item {
  display: none;
}

.header-info .header-menu-item:nth-child(-n+2) {
  display: block;
}

.header-nav .btn-box,header .header-mobile .btn-box{display: none;}
header{
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.form-control:focus{
  border-color: #5461FF;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buttons a.button {
  background-color: #FFA800;
  color: #FFF;
  border: 1px solid #FFA800;
  width: 166px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  border-radius: 10px;
}

.banner {
  background: rgba(51, 180, 194, 0.05);
  /* margin-top: 70px; */
 /* height: 670px;*/
  text-align: center;
  color: #fff;
}

.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .container .porduct-img {
  width: 34%;
  text-align: left;
  position: relative;
}

.banner .container .porduct-img img {
  max-width: 240px;
  width: 70%;
  margin-bottom: 20px;
}

.banner .container .porduct-img ul {
  max-width: 260px;
  padding-left: 16px;
  text-align: left;
  width: 70%;
}

.banner .container .porduct-img ul li {
  color: #666;
  text-align: left;
  background: url("../images/product/corrext-ccc.svg") no-repeat 0 center;
  padding-left: 30px;
  margin-bottom: 10px;
}

.banner .container .porduct-img ul li span {
  color: #ff3e3e;
}

.banner .container .buy-select-box {
  width: 66%;
  text-align: left;
  padding: 50px 0px;
}

.banner .container .buy-select-box .select-prosku .line,
.banner .container .porduct-img .select-platform {
  text-align: left;
  margin-bottom: 8px;
}

.banner .container .buy-select-box .select-prosku .line button {
  border: 1px solid #fff;
  background: #fff;
  color: #444;
  border-radius: 4px;
  padding: 10px 20px;
  min-width: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 65px;
  outline: none;
}

.banner .container .buy-select-box .select-prosku .line button:hover {
  color: rgba(73, 86, 255, 1);
  border: 1px solid rgba(84, 97, 255, 1);
}

.banner .container .buy-select-box .select-prosku .line button.hov {
  color: #1da495;
  border: 1px solid #1da495;
}

.banner .container .buy-select-box .select-prosku .line button .Recommend {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url("../images/buypage/recommend.png") no-repeat;
  background-size: cover;
}

.banner .container .buy-select-box .info .form-group {
  margin: 0;
}

.banner .container .buy-select-box .info .mail-input {
  position: relative;
}

.banner .container .buy-select-box .info .mail-input .error {
  color: #ff3e3e;
  margin-left: 20px;
  line-height: 36px;
}

.banner .container .buy-select-box .info .phone-input {
  position: relative;
}

.banner .container .buy-select-box .info .phone-input .error {
  color: #ff3e3e;
  position: absolute;
  top: 4px;
  margin-left: 20px;
}

.banner .container .buy-select-box .info .phone-input .st {
  color: #f00;
  position: relative;
  top: 7px;
  left: 10px;
}

.banner .container .buy-select-box .info .paystyle {
  height: 46px;
  max-height: 46px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  padding-top: 8px;
  width: 140px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
  line-height: 1.6;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner .container .buy-select-box .info .paystyle img {
  max-height: 100%;
}

.banner .container .buy-select-box .info .paystyle:hover {
  background-color: #fff;
}

.banner .container .buy-select-box .info .paystyle {
  margin-right: 14px;
  padding-top: 0;
  line-height: 43px;
  overflow: hidden;
}

.banner .container .buy-select-box .info .paystyle:last-child {
  margin-right: 0;
  padding-top: 0;
}

.banner .container .buy-select-box .info .paystyle.active {
  border: 1px solid #1da495;
  -webkit-box-shadow: 0 2px 5px #1da495;
  box-shadow: 0 2px 5px #1da495;
  position: relative;
  background-color: #fff;
}

.banner .container .buy-select-box .info .paystyle.active:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url("../images/buypage/pay-active.png") no-repeat;
}

.banner .container .buy-select-box .info .btn {
  padding: 6px 45px;
  background-color: #FFA800;
  color: #fff;
  margin-top: 20px;
  max-width: 300px;
  height: 50px;
  width: 100%;
}

.banner .container .buy-select-box .info .btn>img {
  margin-left: 10px;
}

.banner .container .buy-select-box .info label.remarks {
  font-size: 12px;
  color: #999999;
}

.banner .container .buy-select-box .form-info {
  background: rgba(255, 255, 255, 0.4);
  padding: 26px 34px;
  border: 1px dashed #ddd;
}

.banner .container .buy-select-box .form-info .form-group {
  margin: 0;
  text-align: left;
  margin-bottom: 18px;
}

.banner .container .buy-select-box .form-info .form-group .col-sm-7 {
  padding: 0;
}

.banner .container .buy-select-box .form-info .form-group:last-child {
  margin-bottom: 0;
}

.banner .container .buy-select-box .form-info .control-label {
  color: #333;
  padding: 7px 0 0 0;
  text-align: left;
  width: 80px;
}

.banner .container .buy-select-box .form-info .control-label .notes {
  color: #ff3e3e;
  position: absolute;
  left: -8px;
}

.banner .container .buy-select-box .price-box {
  padding-top: 30px;
}

.banner .container .buy-select-box .price-box div {
  display: inline-block;
}

.banner .container .buy-select-box .price-box i {
  font-style: normal !important;
}

.banner .container .buy-select-box .price-box .price {
  color: #ff5000;
  font-size: 16px;
  margin-right: 30px;
}

.banner .container .buy-select-box .price-box .price i {
  font-size: 36px;
}

.banner .container .buy-select-box .price-box .old-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 20px;
}

.banner .container .buy-select-box .price-box .discount {
  display: none;
  background: #ff5000;
  padding: 10px 10px;
  border-radius: 4px;
  position: relative;
  top: -12px;
}

.banner .container .buy-select-box .price-box .discount:before {
  position: absolute;
  content: '';
  width: 0;
  bottom: 0;
  left: -8px;
  height: 0;
  border-bottom: 10px solid #ff5000;
  border-left: 11px solid transparent;
}

.pay-windown {
  display: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 790px;
  position: fixed;
  top: 60px;
  left: 50%;
  margin-left: -345px;
  background: #fff;
  z-index: 10;
}

.pay-windown .top-box {
  background: #f5f5f5;
  position: relative;
  padding: 20px 10px;
}

.pay-windown .top-box .close {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
  display: block;
}

.pay-windown .top-box .bigtitle {
  display: inline-block;
  font-size: 24px;
  text-align: left;
  margin-right: 30px;
}

.pay-windown .top-box p {
  display: inline-block;
}

.pay-windown .pay-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.pay-windown .pay-body .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  text-align: center;
}

.pay-windown .pay-body .left .web-title {
  margin-bottom: 10px;
  color: #333;
}

.pay-windown .pay-body .left .pro-title {
  color: #333;
  margin-bottom: 20px;
}

.pay-windown .pay-body .left .price-box {
  color: #ff3e3e;
  font-size: 24px;
}

.pay-windown .pay-body .left .pay-reset {
  color: #3097D1;
}

.pay-windown .pay-body .left .hide-code {
  display: none;
}

.pay-windown .pay-body .left .code {
  margin-bottom: 10px;
}

.pay-windown .pay-body .left .code img {
  width: 50%;
}

.pay-windown .pay-body .left p {
  color: #999;
  font-size: 14px;
}

.pay-windown .pay-body .line {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1%;
  flex: 0 0 1%;
  border-left: 1px solid #ccc;
}

.pay-windown .pay-body .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.pay-windown .pay-body .right .bg-img {
  text-align: center;
  height: 300px;
  width: 224px;
  margin: 0 auto;
}

.pay-windown .pay-body .right p {
  text-align: center;
  color: #999;
  margin-top: 20px;
}

.pay-windown .pay-body .right .bg-img.alipay {
  background: url("../images/buypage/alipay-img.png");
}

.pay-windown .pay-body .right .bg-img.ws {
  background: url("../images/buypage/ws-img.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.pay-bg {
  display: none;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.6;
}





@media screen and (max-width: 767px) {
  .banner .container .buy-select-box .select-prosku .line button{
    margin-right: 20px;
  }
  .pay-windown {
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 95%;
    position: fixed;
    top: 15px;
    left: 2.5%;
    margin-left: 0px;
    background: #fff;
    z-index: 10;
  }
  .banner .container .buy-select-box{
    text-align: center;
  }

  .pay-windown .top-box {
    background: #f5f5f5;
    position: relative;
    padding: 20px 35px;
  }

  .pay-windown .pay-body .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .pay-windown .pay-body .left .code img {
    width: 50%;
    max-width: 256px;
  }

  .pay-windown .pay-body .left p {
    font-size: 14px;
  }

  .pay-windown .pay-body .line {
    border-left: none;
  }

  .pay-windown .pay-body .right {
    display: none;
  }

  #_aihecong_chat_container_body {
    z-index: 7 !important;
  }
  .gateways-box .buy-paybtn:nth-child(2){
    margin-right: 0;
  }
}








.container .details .title {
  text-align: center;
  margin-bottom: 80px;
}

.container .details .title>h3 {
  font-size: 30px;
}

.container .details .title hr {
  width: 47px;
  border-top: 2px solid #999999;
}

.container .details .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container .details .product-details .free-box {
  width: 33.3%;
  position: relative;
  left: -10px;
  background-color: #fff;
  text-align: center;
  border-top: 3px solid #1DA495;
  -webkit-box-shadow: 0px 2px 13px rgba(51, 180, 194, 0.2);
  box-shadow: 0px 2px 13px rgba(51, 180, 194, 0.2);
  border-radius: 3px;
  padding: 24px;
}

.container .details .product-details .free-box p {
  color: #ff3e3e;
  font-size: 26px;
}

.container .details .product-details .free-box .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 2.1;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

.container .details .product-details .free-box .features ul {
  width: 83%;
  margin-left: 30px;
  list-style-image: url("../images/product/correct.svg");
}

.container .details .product-details .free-box .features ul li.wrong {
  list-style-image: url("../images/product/wrong.svg");
}

.container .details .product-details .free-box .title-box .i-img {
  margin-bottom: 25px;
  margin-top: 20px;
}

.container .details .product-details .free-box .title-box .package-name>h3 {
  font-size: 20px;
}

.container .details .product-details .free-box .title-box .package-name>span {
  font-size: 26px;
  color: #FF3E3E;
}

.container .details .product-details .free-box .title-box .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.container .details .product-details .free-box .title-box .buttons a {
  font-size: 18px;
  width: 200px;
}

.container .details .product-details .free-box .title-box .buttons a img {
  margin-left: 10px;
}

.container .details .product-details .free-box .title-box .down {
  display: inline-block;
  background: #FFA800;
  color: #fff;
  margin-right: 10px;
  padding: 0px 27px;
  border-radius: 10px;
  font-size: 18px;
  position: relative;
}

.container .details .product-details .free-box .title-box .down i {
  margin-left: 10px;
}

.container .details .product-details .free-box .title-box .down:hover .hide-cont {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.container .details .product-details .free-box .title-box .down .surface {
  padding: 8px 16px;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  width: 100%;
  font-size: 18px;
}

.container .details .product-details .free-box .title-box .down .hide-cont {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 200ms;
  transition: 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #FFA800;
}

.container .details .product-details .free-box .title-box .down .hide-cont a {
  color: #fff6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80%;
  border-radius: unset;
  text-decoration: none;
}

.container .details .product-details .free-box .title-box .down .hide-cont a em {
  margin-right: 10px;
}

.container .details .product-details .free-box .title-box .down .hide-cont a:nth-child(2) {
  border-left: 1px dashed rgba(247, 248, 248, 0.77);
}

.container .details .product-details .free-box .title-box .down .hide-cont a:hover {
  color: #fff;
}

.container .details .product-details .year-box {
  width: 33.3%;
  position: relative;
  left: -10px;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  border-top: 3px solid #1DA495;
  -webkit-box-shadow: 0px 2px 13px rgba(51, 180, 194, 0.2);
  box-shadow: 0px 2px 13px rgba(51, 180, 194, 0.2);
  border-radius: 3px;
  padding: 24px;
}

.container .details .product-details .year-box .features {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 2.1;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

.container .details .product-details .year-box .features ul {
  width: 83%;
  margin-left: 30px;
  list-style-image: url(../images/product/correct.svg);
}

.container .details .product-details .year-box .title-box .package-name .price .ori {
  text-decoration: line-through;
  color: #999999;
  margin-right: 10px;
}

.container .details .product-details .year-box .title-box .package-name .price span.cur {
  color: #FF3E3E;
  font-size: 26px;
}

.container .details .product-details .year-box .title-box .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.container .details .product-details .year-box .title-box .buttons a {
  font-size: 18px;
  width: 200px;
}

.container .details .product-details .year-box .title-box .buttons a img {
  margin-left: 10px;
}

.container .details .product-details .permanent-box {
  width: 33.3%;
  position: relative;
  left: -10px;
  background-color: #fff;
  text-align: center;
  border-top: 3px solid #1DA495;
  -webkit-box-shadow: 0px 2px 13px rgba(51, 180, 194, 0.2);
  box-shadow: 0px 2px 13px rgba(51, 180, 194, 0.2);
  border-radius: 3px;
  padding: 30px 24px;
}

.container .details .product-details .permanent-box .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 2.1;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

.container .details .product-details .permanent-box .features ul {
  width: 83%;
  margin-left: 30px;
  list-style-image: url(../images/product/correct.svg);
}

.container .details .product-details .permanent-box .title-box .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.container .details .product-details .permanent-box .title-box .buttons a {
  font-size: 18px;
  width: 200px;
}

.container .details .product-details .permanent-box .title-box .buttons a img {
  margin-left: 10px;
}

.container .details .product-details .permanent-box .title-box .package-name .price .ori {
  text-decoration: line-through;
  color: #999999;
  margin-right: 10px;
}

.container .details .product-details .permanent-box .title-box .package-name .price span.cur {
  color: #FF3E3E;
  font-size: 26px;
}

.container .details .business-box {
  width: 33%;
  position: relative;
  left: -10px;
  background-color: #fff;
  text-align: center;
  border-top: 3px solid #1DA495;
  -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 64px 24px;
}

.container .details .business-box .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 2.1;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

.container .details .business-box .features ul {
  width: 83%;
  margin-left: 30px;
  list-style-image: url(../images/product/correct.svg);
}

.container .details .business-box .title-box .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.container .details .business-box .title-box .buttons a {
  font-size: 18px;
  width: 200px;
}

.container .details .business-box .title-box .package-name .price .ori {
  text-decoration: line-through;
  color: #999999;
  margin-right: 10px;
}

.container .details .business-box .title-box .package-name .price span.cur {
  color: #FF3E3E;
  font-size: 26px;
}

.container .details .prompt-box {
  margin: 40px auto 40px;
  line-height: 1.9;
}

.container .details .prompt-box p {
  color: #E7E7E7;
}

.container .details .prompt-box p>span {
  font-size: 18px;
  margin: 0;
  color: #333;
  display: inline-block;
}

.container .details .prompt-box ul {
  color: #999999;
}

.container .details .prompt-box ul li>a {
  color: #47B3FF;
}

.bottom {
  margin: 0px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom .help-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 35%;
}

.bottom .help-box img {
  width: 64px;
}

.bottom .help-box .text-box {
  margin-left: 20px;
  width: 60%;
}

.bottom .help-box .text-box>h3 {
  font-size: 18px;
  color: #000;
}

.bottom .help-box .text-box>span {
  font-size: 14px;
  color: #999999;
}
.banner .container .buy-select-box .select-prosku .line button.show-system,
.banner .container .porduct-img .select-platform button.show-system {
  display: none;
}
.pageBody .banner .container .buy-select-box .select-prosku .line button.a-change::before {
  display: none;
}
.pageBody .banner .container .buy-select-box .select-prosku .line button.a-change,
.banner .container .porduct-img .select-platform button.a-change {
  border: unset;
  background: unset;
  padding: 0;
  min-width: unset;
  color: #a4aaae;
  cursor: pointer;
  text-decoration: underline #a4aaae;
  font-size: 14px;
  text-underline-offset: 5px;
}
.banner .container .porduct-img .select-platform button:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/buypage/buy-icon-win-o.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-bottom: -3px;
  margin-left: 20px;
  transform: translate(-5px, 1px);
}
.banner .container .porduct-img .select-platform button[class*="mac"]:before {
  width: 20px;
  height: 20px;
  background-image: url("../images/buypage/buy-icon-ios-o.png");
}
.banner .container .porduct-img .select-platform button:hover {
  color: #5461FF;
  text-decoration: underline #5461FF;
}
.banner .container .porduct-img .select-platform button[class*="win"]:hover::before {
  width: 17px;
  height: 17px;
  background-image: url("../images/buypage/buy-icon-win-b-max.png");
}
.banner .container .porduct-img .select-platform button[class*="mac"]:hover::before {
  background-image: url("../images/buypage/buy-icon-mac-b-max.png");
}
.banner .container .buy-select-box .info .phone-input .ca4{color:#a4aaae;}
.pageBody .banner .container .buy-select-box .select-prosku .line button.v-change-on::before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url("../images/buypage/buy-icon-win-b.png");
  background-size: 100% 100%;
}
.pageBody .banner .container .buy-select-box .select-prosku .line button.v-change-off::before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url("../images/buypage/buy-icon-win.png");
  background-size: 100% 100%;
}
.pageBody .banner .container .buy-select-box .select-prosku .line button.v-change-on-ios::before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url("../images/buypage/buy-icon-mac-b.png");
  background-size: 100% 100%;
}
.pageBody .banner .container .buy-select-box .select-prosku .line button.v-change-off-ios::before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url("../images/buypage/buy-icon-mac.png");
  background-size: 100% 100%;

}
.buy-paybtn{
  padding: 6px 24px;
  background-color: #FFA800;
  color: #fff;
  margin-top: 20px;
  min-width: 215px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;

}
.buy-paybtn.aliplay{
    background-color: rgb(33, 150, 243);
}
.buy-paybtn:nth-child(2){
   margin-right: 20px;
}
.buy-paybtn:hover{
  text-decoration: none;
}
.buy-paybtn img{
   flex: 0 0 30px;
   width: 30px;
}
.buy-paybtn-text{
  position: relative;
    flex-grow: 1;
    padding-left: 30px;
    color:#fff;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}
.buy-paybtn-text::before{
   content: '';
   top: 0;
   left: 0;
   width: 1px;
   height: 100%;
   position: absolute;
   background: #fff;
}
.pageBody .banner .container .buy-select-box .select-prosku .line button.v-change{
  color: rgba(73, 86, 255, 1) !important;
  border: 1px solid rgba(84, 97, 255, 1) !important;
  background-color:#fff !important;
}
.loader {
  display: none;
  position: fixed;
  top: 40%;
  left: calc(50% - 25px);
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#1da495 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#1da495);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
.pageBody .banner .container .buy-select-box .select-prosku .line button.v-change-con{
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 11px 25px;
  gap: 8px;
}
.banner .container .buy-select-box .select-prosku .line button:last-child{
  margin-right: 0;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}
@media screen and (max-width: 1080px) {
  .banner .buy-box {
    width: 56%;
  }

  .banner .product-box .product-img {
    width: 43%;
  }

  .bottom {
    width: 100%;
  }
}

@media screen and (max-width: 991px){
  .banner .container .buy-select-box .info .mail-input .error{
    line-height: unset;
  }
}

@media screen and (max-width: 836px) {
  .banner .product-box {
    width: 100%;
  }

  .banner .product-box .product-img {
    width: 54%;
  }

  .banner .buy-box {
    width: 90%;
  }

  .container .details .title>h3 {
    font-size: 26px;
  }

  .container .details .product-details .year-box {
    height: 626px;
  }

  .container .details .business-box {
    padding: 41px 24px;
  }

  .container .details .product-details .free-box .title-box .buttons a {
    font-size: 16px;
  }

  .container .details .product-details .year-box .title-box .buttons a {
    font-size: 16px;
    width: 200px;
  }

  .container .details .product-details .permanent-box .title-box .buttons a {
    font-size: 16px;
    width: 200px;
  }

  .bottom {
    width: 100%;
  }
}

@media (max-width: 768px){
  header .container{
    padding: 0 15px;
  }
  .banner .container .buy-select-box .info .mail-input .error{
    position: absolute;
    left: 72px;
    margin-left: 0;
    top: 4px;
  }
} 
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
  }

  .banner .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner .container .porduct-img {
    width: 100%;
    text-align: center;
    padding-top: 60px;
  }

  .banner .container .porduct-img img {
    max-width: 140px;
    width: 100%;
  }

  .banner .container .porduct-img ul,
  .banner .container .porduct-img .select-platform {
    margin: 0 auto;
    max-width: 330px;
  }

  .banner .container .buy-select-box {
    width: 100%;
  }

  .banner .container .buy-select-box .select-prosku .line {
    text-align: center;
    padding: 30px 0;
  }

  .banner .container .buy-select-box .select-prosku .line:first-child {
    background: rgba(255, 255, 255, 0.4);
    border: 1px dashed #ddd;
  }

  .banner .container .buy-select-box .select-prosku .line button:nth-child(2) {
    margin-bottom: 0;
  }

  .banner .container .buy-select-box .price-box {
    position: relative;
    text-align: center;
    padding-top: 68px;
  }

  .banner .container .buy-select-box .price-box .discount {
    position: absolute;
    top: 40px;
    left: 45%;
  }

  .banner .container .buy-select-box .info .paystyle {
    width: 134px;
  }
}

@media screen and (max-width: 500px) {
  .banner .container .porduct-img ul {
    width: auto;
  }

  .banner .product-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
  }

  .banner .product-box .product-img {
    width: 72%;
  }

  .banner .buy-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }

  .banner .buy-box .buy-botton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner .buy-box .buy-botton .button {
    margin-bottom: 15px;
    padding: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
  }

  .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container .details .product-details {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container .details .product-details .free-box {
    width: 100%;
    position: unset;
  }

  .container .details .product-details .year-box {
    width: 100%;
    position: unset;
    margin-top: 20px;
  }

  .container .details .product-details .permanent-box {
    width: 100%;
    position: unset;
    margin-top: 20px;
  }

  .container .details .product-details .business-box {
    width: 100%;
    position: unset;
    margin-top: 20px;
  }

  .container .details .product-details .free-box .features span {
    margin-left: 28px;
  }

  .container .details .product-details .year-box .features ul {
    margin-left: 45px;
  }

  .container .details .product-details .permanent-box .features ul {
    margin-left: 45px;
  }

  .container .details .business-box .features ul {
    margin-left: 45px;
  }

  .bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom .help-box {
    width: 100%;
  }
}
.banner .container .buy-select-box .select-prosku .line button.disabled {
  color: #fff !important;
  border: 1px solid #b5b5b5 !important;
  background-color: #b5b5b5 !important;
}

.banner .container .buy-select-box .select-prosku .line button[class*="-win"]:before,
.banner .container .buy-select-box .select-prosku .line button[class*="_win"]:before
{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/buypage/buy-icon-win-o.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: -3px;
  transform: scale(1.3) translate(-5px, 1px);
}
.banner .container .buy-select-box .select-prosku .line button[class*="-mac"]:before,
.banner .container .buy-select-box .select-prosku .line button[class*="_mac"]:before
{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/buypage/buy-icon-mac-o-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: -10px;
  transform: scale(1.8) translate(-4px, -3px);
}

.banner .container .buy-select-box .select-prosku .line button[class*="-win"].hov:before,
.banner .container .buy-select-box .select-prosku .line button[class*="_win"].hov:before
{
  background-image: url("../images/buypage/buy-icon-win-a.png");
  background-size: cover;
  transform: scale(1.3) translate(-5px, 0px);
}

.banner .container .buy-select-box .select-prosku .line button[class*="-mac"].hov:before,
.banner .container .buy-select-box .select-prosku .line button[class*="_mac"].hov:before
{
  background-image: url("../images/buypage/buy-icon-mac-a-1.png");
}

.banner .container .buy-select-box .select-prosku .line button[class*="-win"].disabled:before,
.banner .container .buy-select-box .select-prosku .line button[class*="_win"].disabled:before
{
  background-image: url("../images/buypage/buy-icon-win-d.png");
}

.banner .container .buy-select-box .select-prosku .line button[class*="-mac"].disabled:before,
.banner .container .buy-select-box .select-prosku .line button[class*="_mac"].disabled:before
{
  background-image: url("../images/buypage/buy-icon-mac-d.png");
}
.remarks input[type="checkbox"] {
  accent-color: #5461FF;
}