@media screen and (max-width: 1200px) {
  html {
    overflow-x: hidden;
  }
}
a {
  color: #ffffff;
}
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.banner {
  position: relative;
  padding: 40px 0 20px 0;
  background: url("../images/upgrade-to-lifetime-version-v4/banner-bg.png") no-repeat center;
  background-size: cover;
}
.logo {
  position: absolute;
  top: 20px;
  left: 180px;
}
@media screen and (max-width: 1200px) {
  .logo {
    display: none;
  }
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.b-tips {
  width: 100%;
  height: 32px;
  font-size: 16px;
  color: #2d2d2d;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  background: url("../images/upgrade-to-lifetime-version-v4/tip.png") no-repeat center;
  margin: 0 auto;
}
.b-tips span {
  color: #ff4e00;
}
.h1 {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  text-shadow: 0px 1px 2px #1d3148;
  margin-top: 28px;
}
.box {
  max-width: 1080px;
  background: #ffffff;
  border-radius: 20px;
  margin: 26px auto 0;
  padding-bottom: 70px;
}
.top-box {
  width: 100%;
  background: #ffba00;
  text-align: center;
  line-height: 58px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
.top-box .sale-text {
  color: #ff0000;
  font-size: 22px;
  margin: 0;
}
.info {
  margin: 46px 0 0 146px;
}
.left-img {
  position: relative;
  float: left;
}
.discount-logo {
  position: absolute;
  bottom: -25px;
  width: 126px;
  height: 120px;
  text-align: center;
  color: #ffffff;
  background: url("../images/upgrade-to-lifetime-version-v4/tip1.png") no-repeat;
}
.discount-logo .num {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 60px;
}
.discount-logo .off {
  font-size: 24px;
  font-weight: bold;
  line-height: 10px;
}
.right-info {
  float: left;
}
@media screen and (max-width: 1024px) {
  .info {
    width: 80%;
    margin: 50px auto;
  }
  .left-img,
  .right-info {
    float: none;
    text-align: center;
  }
  .left-img {
    text-align: center;
  }
  .right-info {
    margin-top: 50px;
  }
  .discount-logo {
    bottom: -8%;
    left: 50%;
    transform: translateX(-75%);
  }
}
.r-title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-left: 80px;
}
@media screen and (max-width:1024px) {
  .r-title{
    margin: 0;
  }
}
.wen:hover {
  cursor: pointer;
}
.wen:hover + .tips-cnt {
  display: block;
}
.tips-cnt { 
  border-color: #fff;
  padding: 15px 20px 20px;
  border-top: 3px solid #20a7fd;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
   width: 300px;
  background-color: #fff;
  font-weight: 400!important;
  position: absolute;
  bottom: 30px;
  right: -30%;
  display: none;
  z-index: 999;
}
@media screen and (max-width:750px) {
  .tips-cnt{
  width: 200px;
  position: absolute;
  bottom: 30px;
  left: -10%!important;
  }
}
.r-list {
  margin-top: 12px;
  text-align: left;
}
.r-list li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-left: 100px;
}
@media screen and (max-width:1024px) {
  .r-list li{
    width: 45%;
    margin: 0 auto;
  }
}
.r-list li::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/upgrade-to-lifetime-version-v4/gou.png") no-repeat;
  margin-right: 10px;
  margin-left: -1.2em;
}

.pricenum {
  margin: 56px 0 0 80px;
}
@media screen and (max-width:1024px) {
  .pricenum{
  text-align: center;
   margin: 30px 0 0 0;
  }
}
.nowprice {
  font-size: 36px;
  font-weight: bold;
  color: #ff4800;
  line-height: 20px;
}
.delprice {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  color: #999999;
  line-height: 20px;
  margin-left: 3px;
}
.buy-btn {
  width: 220px;
  height: 50px;
  background: linear-gradient(-90deg, #ff6000, #ff8a00);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin: 30px 0 0 80px;
}
[lang="jp"] .buy-btn{
  font-size: 14px;
}

.buy-btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/upgrade-to-lifetime-version-v4/ic-UPGRADE.png) no-repeat;
  transform: translateY(20%);
  margin-right: 5px;
}
.buy-btn:hover {
  background: linear-gradient(50deg, #f17020, #e98512);
}
.lunbo {
  width: 100%;
  margin: 38px auto 0;
}
.user-info {
  color: #a8a8a8;
  height: 65px;
  overflow: hidden;
  margin: 30px 0 0;
}
.user-info p {
  height: 20px;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .user-info p {
    height: auto;
    line-height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
}
.user-info p {
  font-size: 14px;
}
.user-info .slick-active + p {
  color: #ffffff;
}
.user-info .slick-slide,
.user-info .slick-slide > div,
.user-info .slick-slide > div > p,
.user-info .slick-slide:focus,
.user-info .slick-slide > div:focus,
.user-info .slick-slide > div > p:focus {
  outline: 0 none;
}
.cnt-guarantee {
  padding: 12px 0 15px;
  background: #ffffff;
}
.cnt-guarantee .content {
  margin: 0 auto;
}
.cnt-guarantee h6 {
  font-size: 14px;
}
.col-3 {
  float: left;
  width: 25%;
}
.protection-box li {
  text-align: center;
  color: #fff;
}
.cnt-guarantee h6 {
  font-size: 14px;
  font-weight: normal;
}
.protection-box li .left,
.protection-box li .right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .protection-box li .left,
  .protection-box li .right {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.func-icon.day90 {
  background-position: -100px 0;
}
.icon-sm,
.func-icon {
  width: 35px;
  height: 35px;
}
.protection-box li h6,
.protection-box li p,
.protection-box li span {
  color: #555555;
}
@media screen and (max-width: 1200px) {
  .protection-box li p {
    font-size: 12px;
  }
}
.up-footer {
  font-size: 14px;
  color: #494D56;
  text-align: center;
  line-height: 50px;
  background: #1B2231;
  margin-top: 10px;
}
.timeout {
  display: inline-block;
  text-align: center;
}
/* 倒计时 */
.timetext {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 22px;
  text-align: center;
}
.countdown div {
  padding: 3px 0;
}
.countdown div,
.countdown p {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 18px;
}
.countdown .txt {
  vertical-align: middle;
  border-radius: 3px;
  font-size: 14px;
  padding-left: 5px;
}
.countdown > div > div {
  display: table-cell;
  font-size: 20px;
}
.countdown > div span {
  width: auto;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.countdown > i {
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: #1a1a1a;
  font-style: normal;
  font-weight: 400;
  width: 14px;
}
.countdown > div p {
  display: table-cell;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
}
.timeout .tt {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
.timeleft {
  font-weight: 400;
  font-size: 14px;
}
.contrast {
  padding-bottom: 93px;
  background: #f5f5f5;
}
.cont-title {
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  padding-top: 70px;
}
.contbox {
  margin-top: 52px;
}
.con-box {
  float: left;
  text-align: center;
  width: 380px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(6, 19, 46, 0.15);
  border-radius: 0px 0px 10px 10px;
}
.topbox {
  width: 100%;
  padding-bottom: 25px;
  background: rgba(0, 179, 255, 0.08);
}
.box-margin {
  margin-left: 30px;
}
.border-1 {
  padding-bottom: 160px;
  border-top: 10px solid #00b3ff;
}
.border-2 {
  padding-bottom: 30px;
  border-top: 10px solid #2055cc;
}
.border-3 {
  padding-bottom: 30px;
  border-top: 10px solid #091871;
}
@media screen and (max-width: 1200px) {
  .con-box {
    float: none;
    width: 90%;
    margin: 50px auto;
  }
}
.box-title {
  font-size: 28px;
  font-weight: 400!important;
  color: #111111;
  padding-top: 21px;
}
.license {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}
.license span {
  font-size: 24px;
  font-weight: bold;
  color: #00b3ff;
  margin-right: 5px;
}
[lang="jp"] .license span {
  font-size: 18px;
}
[lang="tw"] .license span {
  font-size: 18px;
}
.license .color-2 {
  color: #2055cc;
}
.license .color-3 {
  color: #091871;
}
.current {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 5px;
}
.boxlist {
  margin: 20px 0 0 43px;
}
.boxlist li {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}
.boxlist li span {
  margin-left: 8px;
}
.boxlist li::before {
  width: 12px;
  height: 10px;
  display: inline-block;
  content: "";
  margin-left: -1.5em;
}
.boxlist .gou::before {
  background: url("../images/upgrade-to-lifetime-version-v4/gou-1.png") no-repeat;
}
.boxlist .gou2::before {
  background: url("../images/upgrade-to-lifetime-version-v4/gou-2.png") no-repeat;
}
.boxlist .gou3::before {
  background: url("../images/upgrade-to-lifetime-version-v4/gou-3.png") no-repeat;
}
.boxlist .cuo {
  opacity: 0.6;
}
.boxlist .cuo::before {
  background: url("../images/upgrade-to-lifetime-version-v4/cuo.png") no-repeat;
}
.split {
  width: 340px;
  height: 1px;
  background: #ededed;
  margin-top: 40px;
}
.box-price {
  margin-top: 35px;
}
.pricenow {
  font-size: 32px;
  font-weight: 600;
  color: #111111;
  line-height: 25px;
}
[lang="jp"] .pricenow{
  font-size: 20px;
}
.pricedel {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  color: #999999;
  line-height: 20px;
}
[lang="jp"] .pricedel{
  font-size: 14px;
}
.plogo {
  display: inline-block;
  width: 74px;
  height: 19px;
  background: url("../images/upgrade-to-lifetime-version-v4/tip-2.png") no-repeat;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  transform: translateY(-4px);
}
.plogo span {
  margin-left: 10px;
}
.upbtn {
  width: 260px;
  height: 50px;
  background: linear-gradient(0deg, #ff6000, #ff7f00);
  border-radius: 4px;
  margin: 15px auto 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
}
[lang="jp"] .upbtn{
  font-size: 14px;
}
.upbtn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/upgrade-to-lifetime-version-v4/ic-UPGRADE.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.upbtn:hover {
  background: linear-gradient(-90deg, #ff6000, #ff8a00);
}
.g-cnt {
  max-width: 1200px;
  margin: 0 auto;
}
.f-vam {
  vertical-align: middle;
}
.f-ib {
  display: inline-block;
}
/* com */
/* 按钮 */
/* 6 */
.cnt-sales {
  background: #f5f7ff;
  padding: 90px 0;
}
.cnt-sales h2 {
  font-size: 46px;
  margin-bottom: 40px;
}
.cnt-sales .img {
  margin-left: 80px;
}
.cnt-sales .faq-con > li {
  padding: 0 30px;
  width: 720px;
  min-height: 58px;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=6);
  border-radius: 10px;
  margin-bottom: 10px;
}
.cnt-sales .faq-con > li:last-child {
  margin-bottom: 0;
}
.cnt-sales .faq-con .f-title {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 10px 20px 0;
  font-weight: bold;
}
.cnt-sales .faq-con .f-title:after {
  position: absolute;
  top: 27px;
  right: 0px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: 0.5s ease-in-out;
}
.cnt-sales .faq-con .f-title.active:after {
  border-top-color: #091871;
}
.cnt-sales .faq-con .active:after {
  transform: rotate(180deg);
}
.cnt-sales .faq-con .f-info {
  font-size: 16px;
  padding-bottom: 20px;
  display: none;
}
@media all and (min-width: 1201px) {
  .cnt-reviews .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
  }
  .cnt-reviews .row .col-6 .toggle-reviews {
    min-height: 100%;
  }
  .txt-item > p {
    min-height: 128px;
  }
  .tb-outer {
    overflow: visible !important;
  }
}
@media all and (max-width: 1200px) {
  .sys-wrap {
    padding: 0 15px;
  }
  .center-img {
    display: none;
  }
  .why-mn-txt dl:before {
    content: none;
  }
  .cnt-reviews .row,
  .why-mn-txt {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .why-mn-txt dl {
    position: static;
    flex-basis: 50%;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cnt-reviews .row .col-6 {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .tbox {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .tbox .f-ib {
    order: 2;
    flex-basis: 100%;
  }
  .cnt-sales .faq-con > li {
    width: 100%;
  }
  .cnt-sales .img {
    flex-basis: 100%;
    margin: auto;
    order: 1;
    margin-bottom: 20px;
  }
  .cnt-sales h2 {
    text-align: center;
    padding: 0 15px;
  }
}
.footer-left {
  display: inline-block;
}
.footer-right {
  display: inline-block;
}
@media screen and (max-width:750px) {
  .footer-left,
  .footer-right{
    float: none;
     margin: 0;
  }
}
.unl {
  padding-bottom: 96px;
  background: #f5f5f5;
}
.most {
  font-size: 40px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  padding-top: 70px;
}
.ubox {
  position: relative;
  float: left;
  width: 285px;
  background: #ffffff;
  box-shadow: 0px 8px 21px 0px rgba(0, 9, 17, 0.21);
  border-radius: 15px;
  margin-top: 60px;
  text-align: center;
  padding-bottom: 10px;
}
.ubox .book {
  margin-top: 20px;
}
.totalbox {
  padding-bottom: 35px;
}
[lang='de'] .totalbox{
  padding-bottom: 70px;
}
[lang='fr'] .totalbox{
  padding-bottom: 70px;
}
[lang='jp'] .totalbox{
  padding-bottom: 79px;
}
.ubox:nth-child(2),
.ubox:nth-child(3),
.ubox:nth-child(4) {
  margin-left: 20px;
}
.ubox:nth-child(2):hover,
.ubox:nth-child(3):hover {
  cursor: pointer;
}
.ubox-top {
  position: relative;
  width: 100%;
  background: url("../images/upgrade-to-lifetime-version-v4//BG-Bundles.png") no-repeat center;
  background-size: cover;
  padding-bottom: 20px;
}
.choose {
  position: absolute;
  right: 20px;
  top: 20px;
}
.b-name {
  width: 80%;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 20px;
  margin-top: 18px;
  margin: 18px auto 0;
}
.unl-list {
 height: 210px;
 margin-top: 20px;
 padding: 0 20px 0px 40px;
}
[lang='en'] .unl-list{
  height: auto;
}
[lang='tw'] .unl-list{
  height: 160px;
}
[lang='it'] .unl-list{
  height: auto;
}

.unl-list li {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  text-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.unl-list li span {
  margin-left: 5px;
}
.unl-list li::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background: url("../images/upgrade-to-lifetime-version-v4/o-gou.png") no-repeat;
  margin-left: -1em;
}
.cu {
  font-weight: bold;
  margin-left: 0px!important;
}
.unl-line {
  width: 80%;
  height: 1px;
  background: #eaeaea;
  margin: 18px auto 0;
}
.unl-price {
  margin-top: 18px;
}
.unl-price .opr {
  font-size: 28px;
  font-weight: bold;
  color: #ff8604;
  line-height: 36px;
}
.unl-price .spr {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #999999;
  line-height: 26px;
}
.add {
  position: absolute;
  right: -30px;
  top: 43%;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .ubox {
    width: 80%;
    float: none;
    margin: 40px auto;
  }
  .ubox:nth-child(2),
  .ubox:nth-child(3),
  .ubox:nth-child(4) {
    margin: 40px auto;
  }
  .add {
    right: 43%;
    top: 100%;
  }
}
.t-top {
  position: relative;
  width: 100%;
  background: url("../images/upgrade-to-lifetime-version-v4/BG-Save.png") no-repeat center;
  background-size: cover;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  padding: 80px 0 60px 0;
}
.tips2 {
  position: absolute;
  top: -6px;
  right: 21px;
  width: 53px;
  height: 53px;
  background: url("/assets/images/upgrade-to-lifetime-version-v4/tip2.png") no-repeat;
}
.tipnum{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 5px;
  text-align: center;
  padding-top: 15px;
}
.tips2 span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}
.all {
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 36px;
  margin-top: 47px;
}
.pnum {
  font-size: 44px;
  font-weight: bold;
  color: #ff9303;
  line-height: 36px;
  margin-top: 15px;
}
.s-num {
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
  color: #858585;
  line-height: 30px;
}
.nowbuy {
  width: 190px;
  height: 52px;
  background: #ff9100;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  margin: 50px auto 0;
}
[lang="fr"] .nowbuy{
  margin: 70px auto 0;
}
[lang="de"] .nowbuy{
  margin: 70px auto 0;
}

[lang="jp"] .nowbuy{
  font-size: 14px;
  margin: 25px auto 0;
}