body {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
h1 {
  text-align: center;
  color: #Fff;
  font-size: 4rem;
}
.u-icons {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url(/assets/mb/images/ab-std-upgrade/DP-icon-upgrade.png) no-repeat;
  margin-right: 5px;
}
.u-icons.ninety {
  background-position: -7px -229px;
}
.u-icons.instant {
  background-position: -94px -229px;
}
.u-icons.support {
  background-position: -182px -229px;
}
.u-icons.secure {
  background-position: -268px -229px;
}
.banner {
  position: relative;
  padding: 90px 0 120px;
  background: url(/assets/mb/images/ab-std-upgrade/banner.png) no-repeat center;
  background-size: cover;
}
.banner .logo {
  position: absolute;
  top: 45px;
  left: 150px;
}
.banner .recommend {
  position: relative;
  margin-top: 120px;
  padding: 40px;
  min-height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(4, 10, 45, 0.15);
  border-radius: 20px;
}
.banner .recommend h2 {
  color: #1b1b59;
  font-size: 2.6rem;
}
.banner .recommend .desc {
  margin-top: 15px;
  line-height: 1.8;
  max-width: 470px;
}
.banner .recommend .imgbox {
  margin-right: 30px;
  position: relative;
}
.banner .recommend .imgbox .off {
  position: absolute;
  bottom: 20px;
  left: 27px;
  line-height: 1;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}
.banner .recommend ul.ic-lf {
  padding: 20px 0;
  max-width: 400px;
  margin-top: 25px;
  border-top: 1px solid #f0f0f5;
  color: #333;
}
.banner .recommend ul.ic-lf li {
  margin-bottom: 5px;
  opacity: 0.8;
}
.banner .recommend ul.ic-lf li:lang(it),
.banner .recommend ul.ic-lf li:lang(es),
.banner .recommend ul.ic-lf li:lang(de),
.banner .recommend ul.ic-lf li:lang(fr),
.banner .recommend ul.ic-lf li:lang(jp) {
  font-size: 1.4rem;
}
.banner .cartbox {
  position: absolute;
  top: -61px;
  right: 0;
  width: 460px;
  min-height: 480px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(28, 151, 222, 0.35);
  border-radius: 20px;
  border: solid 1px #1b1b59;
}
.banner .cartbox .title {
  padding-top: 10px;
  color: #fff;
  height: 60px;
  background-color: #f12e2e;
  border-radius: 10px 10px 0px 0px;
}
.banner .cartbox .price {
  position: relative;
  margin: 30px 0 10px;
}
.banner .cartbox .price .now {
  color: #ff6a00;
  font-size: 4.8rem;
  font-weight: 900;
}
.banner .cartbox .price small {
  font-size: 3rem;
}
.banner .cartbox .price .del {
  position: absolute;
  margin-left: 10px;
  bottom: 15px;
  width: 63px;
  display: inline-block;
  font-size: 1.8rem;
  color: #555;
  background: url(/assets/mb/images/ab-std-upgrade/huaqu.png) no-repeat center;
}
.banner .cartbox .checked {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: url(/assets/mb/images/ab-std-upgrade/gou1.png) no-repeat center;
}
.banner .cartbox .illustrate-tip {
  margin-left: 5px;
}
.banner .cartbox .btn {
  margin: 15px 0;
  width: 240px;
  line-height: 50px;
  height: 50px;
  font-size: 2rem;
  background-image: linear-gradient(0deg, #fe6000 0%, #ff8400 100%);
  border-radius: 10px;
  transition: background-position 0.3s ease-in-out;
}
.banner .cartbox .btn:hover {
  background-image: linear-gradient(0deg, #ff8400 0%, #fe6000 100%);
}
.banner .cartbox .icon-car {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(/assets/mb/images/ab-std-upgrade/ic-buy.png) no-repeat center;
}
.banner .cartbox .more {
  margin-bottom: 40px;
  display: inline-block;
  color: #297ad8;
  font-size: 1.4rem;
  position: relative;
}
.banner .cartbox .more::after {
  width: 11px;
  height: 9px;
  position: absolute;
  top: 6px;
  right: -20px;
  display: inline-block;
  content: '';
  background: url(/assets/mb/images/ab-std-upgrade/ic-LM.png) no-repeat center;
  transition: 0.3s ease-in-out;
}
.banner .cartbox .more:hover::after {
  right: -25px;
}
.banner .cartbox .comp {
  position: relative;
}
.banner .cartbox .icon-zang {
  position: absolute;
  top: -20px;
  right: 20px;
  display: inline-block;
  width: 38px;
  height: 47px;
  background: url(/assets/mb/images/ab-std-upgrade/ic-zan.png) no-repeat center;
}
.banner .countdown div,
.banner .countdown p {
  display: inline-block;
  vertical-align: middle;
}
.banner .countdown span {
  color: #fcff00;
  font-weight: 900;
}
.banner .countdown i {
  vertical-align: middle;
  display: inline-block;
  padding: 0 2px;
  font-style: normal;
  font-size: 1.8rem;
}
.illustrate-tip .illustrate-content {
  min-width: 220px;
}
.guarantee {
  background-color: #521cd2;
  min-height: 80px;
  padding: 20px 0 15px;
}
.guarantee .part-guarantee-box {
  text-align: center;
}
.guarantee .part-guarantee-box .txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .guarantee .part-guarantee-box {
    padding: 0;
  }
  .guarantee li > div {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .guarantee li > div {
    width: 100%;
    text-align: center;
  }
  .guarantee .part-guarantee-box .txt {
    display: block;
    margin: 0;
    text-align: center;
  }
}
.cnt-why {
  background: #f7f7f7;
  color: #46505A;
  padding: 70px 0 40px;
  /* one */
  /* two */
  /* three */
  /* four */
  /* five */
  /* six */
}
.cnt-why h2 {
  color: #1A1A1A;
  font-size: 4.6rem;
  margin-bottom: 10px;
  text-align: center;
}
.cnt-why .why-mn {
  margin-top: 75px;
  min-height: 590px;
  position: relative;
}
.cnt-why .why-mn .center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -143px;
  margin-left: -180px;
  z-index: 5;
}
.cnt-why .why-mn dl dd {
  width: 300px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
  text-align: left;
}
.cnt-why .why-mn dl dd h5 {
  font-size: 18px;
}
.cnt-why .why-mn-txt {
  min-height: 590px;
  position: relative;
}
.cnt-why .why-mn-txt dl {
  position: absolute;
  width: 360px;
  font-size: 0;
  top: calc(50% - 110px);
  left: calc(50% - 180px);
  /* transition: all 1s; */
  opacity: 0;
}
.cnt-why .why-mn-txt dl dt {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(/assets/mb/images/ab-std-upgrade/DP-icon-upgrade.png) no-repeat;
  vertical-align: top;
}
.cnt-why .why-mn-txt.diverge dl {
  opacity: 1;
}
.cnt-why .why-mn-txt dl.one dt {
  background-position: -10px -10px;
}
.cnt-why .why-mn-txt dl.one:hover dt {
  background-position: -10px -120px;
}
.cnt-why .why-mn-txt dl.two dt {
  background-position: -120px -10px;
}
.cnt-why .why-mn-txt dl.two:hover dt {
  background-position: -120px -120px;
}
.cnt-why .why-mn-txt dl.three dt {
  background-position: -230px -10px;
}
.cnt-why .why-mn-txt dl.three:hover dt {
  background-position: -230px -120px;
}
.cnt-why .why-mn-txt dl.four dt {
  background-position: -340px -10px;
}
.cnt-why .why-mn-txt dl.four:hover dt {
  background-position: -340px -120px;
}
.cnt-why .why-mn-txt dl.five dt {
  background-position: -450px -10px;
}
.cnt-why .why-mn-txt dl.five:hover dt {
  background-position: -450px -120px;
}
.cnt-why .why-mn-txt dl.six dt {
  background-position: -560px -10px;
}
.cnt-why .why-mn-txt dl.six:hover dt {
  background-position: -560px -120px;
}
.cnt-why .why-mn-txt dl:before {
  content: '';
  display: inline-block;
  z-index: 6;
}
.cnt-why .why-mn-txt dl:before {
  opacity: 0;
}
.cnt-why .why-mn-txt.diverge dl:before {
  opacity: 1;
}
.cnt-why .why-mn-txt.diverge dl.one {
  top: 130px;
  left: 0;
}
.cnt-why .why-mn-txt dl.one:before {
  width: 64px;
  height: 26px;
  background: url(/assets/mb/images/ab-std-upgrade/xian1.png) no-repeat center;
  position: absolute;
  top: 50px;
  right: -70px;
}
.cnt-why .why-mn-txt dl.one:hover:before {
  background: url(/assets/mb/images/ab-std-upgrade/xian1-hover.png) no-repeat center;
}
.cnt-why .why-mn-txt.diverge dl.two {
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.cnt-why .why-mn-txt dl.two:before {
  width: 25px;
  height: 55px;
  background: url(/assets/mb/images/ab-std-upgrade/xian2.png) no-repeat center;
  position: absolute;
  left: 158px;
  bottom: -60px;
}
.cnt-why .why-mn-txt dl.two:hover:before {
  background: url(/assets/mb/images/ab-std-upgrade/xian2-hover.png) no-repeat center;
}
.cnt-why .why-mn-txt.diverge dl.three {
  top: 130px;
  left: 825px;
}
.cnt-why .why-mn-txt dl.three:before {
  width: 49px;
  height: 30px;
  background: url(/assets/mb/images/ab-std-upgrade/xian3.png) no-repeat center;
  position: absolute;
  left: -56px;
  top: 20px;
}
.cnt-why .why-mn-txt dl.three:hover:before {
  background: url(/assets/mb/images/ab-std-upgrade/xian3-hover.png) no-repeat center;
}
.cnt-why .why-mn-txt.diverge dl.four {
  top: 355px;
  left: 0;
}
.cnt-why .why-mn-txt dl.four:before {
  width: 103px;
  height: 26px;
  background: url(/assets/mb/images/ab-std-upgrade/xian4.png) no-repeat center;
  position: absolute;
  right: -80px;
  top: -10px;
}
.cnt-why .why-mn-txt dl.four:hover:before {
  background: url(/assets/mb/images/ab-std-upgrade/xian4-hover.png) no-repeat center;
}
.cnt-why .why-mn-txt.diverge dl.five {
  top: 455px;
  left: 0;
  right: 0;
  margin: auto;
}
.cnt-why .why-mn-txt dl.five:before {
  width: 42px;
  height: 93px;
  background: url(/assets/mb/images/ab-std-upgrade/xian5.png) no-repeat center;
  position: absolute;
  left: 100px;
  top: -100px;
}
.cnt-why .why-mn-txt dl.five:hover:before {
  background: url(/assets/mb/images/ab-std-upgrade/xian5-hover.png) no-repeat center;
}
.cnt-why .why-mn-txt.diverge dl.six {
  top: 355px;
  left: 825px;
}
.cnt-why .why-mn-txt dl.six:before {
  width: 66px;
  height: 30px;
  background: url(/assets/mb/images/ab-std-upgrade/xian6.png) no-repeat center;
  position: absolute;
  left: -71px;
  top: -15px;
}
.cnt-why .why-mn-txt dl.six:hover:before {
  background: url(/assets/mb/images/ab-std-upgrade/xian6-hover.png) no-repeat center;
}
.sale-faq {
  padding: 90px 0 70px;
  background: #f7f7f7;
}
.sale-faq .collapsed {
  margin: 30px auto 0;
  padding: 0 30px 0;
  margin-bottom: 30px;
  width: 960px;
  min-height: 58px;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sale-faq .tab-btn {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 2.2rem;
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #030303;
}
.sale-faq .tab-btn:lang(de) {
  font-size: 1.8rem;
}
.sale-faq .tab-btn:hover .icon-arw {
  background: url(/assets/mb/images/ab-std-upgrade/jiantou-hover.png) no-repeat center;
}
.sale-faq .tab-panel {
  padding-bottom: 25px;
}
.sale-faq .icon-arw {
  position: absolute;
  right: 0;
  top: 28px;
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(/assets/mb/images/ab-std-upgrade/jiantou.png) no-repeat center;
  transition: 0.5s ease-in-out;
}
.sale-faq .icon-arw:hover {
  background: url(/assets/mb/images/ab-std-upgrade/jiantou-hover.png) no-repeat center;
}
.sale-faq .collapsed.active .icon-arw {
  background: url(/assets/mb/images/ab-std-upgrade/jiantou-hover.png) no-repeat center;
  transform: rotate(180deg);
}
.review {
  padding: 90px 0 100px;
  background: url(/assets/mb/images/ab-std-upgrade/bg-reviews.png) no-repeat center;
  background-size: cover;
}
.review h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.review .comment-box.comp img {
  display: inline-block;
}
.review .comment-box li .name-c {
  line-height: 80px;
}
.special-wrap {
  padding: 90px 0;
  background-color: #eeeeee;
}
.special-wrap h2 {
  margin-bottom: 50px;
}
.special-wrap .combination-bx {
  background-color: #fff;
}
.special-wrap .combination-bx .txt-bx p {
  min-height: 120px;
}
.special-wrap .combination-bx .cnt-mn {
  padding-bottom: 30px;
}
.copyright {
  padding-top: 18px;
  text-align: center;
  background: #291697;
  height: 50px;
  color: #fff;
  font-size: 14px;
}
/* com */
.uline {
  position: relative;
  display: inline;
  cursor: pointer;
  text-decoration: underline;
}
.uline .io {
  width: 240px;
  text-align: left;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0px 0px;
  padding: 20px 20px 10px;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  visibility: hidden;
  opacity: 0;
  z-index: 410;
  border-bottom: 3px solid #18ABFF;
}
.io::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #18ABFF;
}
.uline:hover .io {
  visibility: visible;
  opacity: 1;
}
[data-pricing-checkbox="false"] .pricing-cb.pricing-checked {
  background: url(/assets/mb/images/ab-std-upgrade/gou3.png) no-repeat center;
}
/* com */
.g-cnt {
  margin: 0 auto;
  max-width: 1200px;
}
.product-vs {
  background-color: #fff;
  padding: 90px 0 70px;
}
.product-vs h4,
.product-vs h6 {
  margin: 0;
  line-height: 1.5;
}
.product-vs h2 {
  text-align: center;
  margin-bottom: 0;
}
.product-vs .desc {
  margin: 20px auto 30px;
  max-width: 870px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: #444952;
}
.product-vs .spay {
  margin-top: 50px;
  text-align: center;
}
.product-vs .spay span {
  height: 46px;
  line-height: 46px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  color: #666;
}
.product-vs .spay img {
  display: inline-block;
}
/* .cnt-table */
.table .tb-sg {
  color: #fff;
  background: linear-gradient(0deg, #1A35B2, #0F74EC);
}
.table .tb-sg {
  font-size: 1.4rem;
}
.table .tb-sg h4 {
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.table h5 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.table del {
  line-height: 15px;
  height: 15px;
  display: block;
}
.table tbody h6 {
  font-size: 14px;
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.table tbody h6:lang(de) {
  font-size: 12px;
}
.g-tt {
  background-color: #F7F6D7;
  height: 60px;
  cursor: pointer;
}
.g-tt.closed {
  background-color: #f3f5fa;
}
.g-tt .tt-ic {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #175dc0;
  border-radius: 4px;
  position: relative;
  margin-right: 14px;
  vertical-align: middle;
}
.g-tt .tt-ic::after,
.g-tt .tt-ic::before {
  content: '';
  display: inline-block;
  background: #ffffff;
  border-radius: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.g-tt .tt-ic::before {
  width: 12px;
  height: 2px;
}
.g-tt .tt-ic::after {
  width: 2px;
  height: 12px;
  display: none;
}
.g-tt.closed .tt-ic::after {
  display: block;
}
.g-tt h4 {
  font-size: 18px;
}
/* table */
/*table*/
.table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.table th {
  font-weight: normal;
  font-size: 16px;
}
.table thead th:not(:first-child) {
  color: #fff;
}
.table tbody tr:first-child td {
  border-top: none;
}
.table thead tr th,
.table thead tr td,
.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D3DDE9;
  background-clip: padding-box;
}
.table td {
  position: relative;
  /* z-index: 0; */
  padding: 15px 0;
}
.table td.hook::after,
.table td.nohook::after {
  content: '';
  display: inline-block;
}
.table td.hook::after {
  width: 15px;
  height: 15px;
  background: url(/assets/mb/images/ab-std-upgrade/hook.png) no-repeat center;
}
.table td.nohook::after {
  width: 15px;
  height: 3px;
  background-color: #bdbdbd;
}
.table td.hook.txt {
  padding-top: 20px;
}
.table td.hook.txt::after {
  top: -20px;
}
.table .price {
  font-family: 'Myriad Pro';
}
.table .curr-price {
  font-size: 24px;
  display: block;
  line-height: 1.2;
}
.table .btn {
  width: 160px;
}
.table-col5 h5,
.table-col5 p {
  margin: 0;
}
.table-col5 thead th:first-child,
.table-col5 tr td:first-child {
  width: 308px;
  text-align: left;
}
.table-col5 thead th:not(:first-child),
.table-col5 tr td:not(:first-child) {
  width: 200px;
}
@media all and (max-width: 767px) {
  .table-box {
    overflow-y: hidden;
  }
  .table {
    width: 768px;
  }
}
.table.noborder tr th,
.table.noborder tr td {
  border: 0;
  padding: 20px 15px;
  text-align: left;
}
.table.blue tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table.blue tbody tr:nth-child(even) {
  background-color: #dce8ff;
}
.table-outer {
  overflow-x: auto;
}
.table-outer .table {
  width: 100%;
  min-width: 940px !important;
}
/* phone button */
.tb-tabs {
  display: none;
}
.tb-tabs li {
  display: inline-block;
  margin-bottom: 20px;
}
.tb-tabs li a {
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  padding: 3px 5px;
  color: #116de5;
  border: 1px solid #116de5;
}
.tb-tabs li.active a {
  color: #fff;
  background-color: #116de5;
}
.tb-tabs > li:nth-child(1).active > a,
.tb-tabs > li:nth-child(1).active > a:focus {
  background-color: #45B854;
  border-color: #45B854;
}
.tb-tabs > li:nth-child(2).active > a,
.tb-tabs > li:nth-child(2).active > a:focus {
  background-color: #18abff;
}
.tb-tabs > li:nth-child(3).active > a,
.tb-tabs > li:nth-child(3).active > a:focus {
  background-color: #2084ff;
}
.tb-tabs > li:nth-child(4).active > a,
.tb-tabs > li:nth-child(4).active > a:focus {
  background-color: #1763c1;
}
.tb-tabs > li:nth-child(5).active > a,
.tb-tabs > li:nth-child(5).active > a:focus {
  background-color: #104484;
}
.tb-tabs > li.active > a,
.tb-tabs > li.active > a:hover,
.tb-tabs > li.active > a:focus {
  background-color: #091871;
}
@media (max-width: 999px) {
  .tb-tabs {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tb-tabs {
    zoom: 0.8;
  }
}
/* phone button */
@media all and (max-width: 992px) {
  .table-outer {
    overflow-x: scroll;
  }
  .table-outer .fixed-tb-header {
    max-width: none;
    position: static !important;
    display: table;
  }
  /*这个尺寸的设备显示的显示滚动条*/
  .table-outer {
    overflow-y: auto;
    padding-bottom: 1px;
  }
  .table-outer::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
  .table-outer::-webkit-scrollbar {
    width: 5px;
    height: 13px;
  }
  .table-outer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    min-height: 28px;
  }
  .table-outer::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .table-outer .fixed-tb-header,
  .table-outer .table,
  .table-outer .table > tbody > tr > td,
  .table-outer .table > tbody > tr > th,
  .table-outer .table > tfoot > tr > td,
  .table-outer .table > tfoot > tr > th,
  .table-outer .table > thead > tr > td,
  .table-outer .table > thead > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > thead > tr,
  .table-outer .table > tbody,
  .table-outer .table > tfoot,
  .table-outer .table > thead,
  .table-outer .table > caption + thead > tr:first-child > td,
  .table-outer .table > caption + thead > tr:first-child > th,
  .table-outer .table > colgroup + thead > tr:first-child > td,
  .table-outer .table > colgroup + thead > tr:first-child > th,
  .table-outer .table > thead:first-child > tr:first-child > td,
  .table-outer .table > thead:first-child > tr:first-child > th {
    display: block;
    width: auto !important;
    min-width: auto !important;
    min-height: 30px;
  }
  .table-outer .table > tbody > tr > td:first-child,
  .table-outer .table > tbody > tr > th:first-child,
  .table-outer .table > tfoot > tr > td:first-child,
  .table-outer .table > tfoot > tr > th:first-child,
  .table-outer .table > thead > tr > td:first-child,
  .table-outer .table > thead:first-child > tr:first-child > td:nth-child(1),
  .table-outer .table > thead:first-child > tr:first-child > th:nth-child(1) {
    display: table-cell;
    width: 50% !important;
  }
  .table-outer .t1 > tbody > tr > td:nth-child(2),
  .table-outer .t1 > tbody > tr > th:nth-child(2),
  .table-outer .t1 > tfoot > tr > td:nth-child(2),
  .table-outer .t1 > tfoot > tr > th:nth-child(2),
  .table-outer .t1 > thead > tr > td:nth-child(2),
  .table-outer .t1 > thead:first-child > tr:first-child > td:nth-child(2),
  .table-outer .t1 > thead:first-child > tr:first-child > th:nth-child(2),
  .table-outer .t2 > tbody > tr > td:nth-child(3),
  .table-outer .t2 > tbody > tr > th:nth-child(3),
  .table-outer .t2 > tfoot > tr > td:nth-child(3),
  .table-outer .t2 > tfoot > tr > th:nth-child(3),
  .table-outer .t2 > thead > tr > td:nth-child(3),
  .table-outer .t2 > thead:first-child > tr:first-child > td:nth-child(3),
  .table-outer .t2 > thead:first-child > tr:first-child > th:nth-child(3),
  .table-outer .t3 > tbody > tr > td:nth-child(4),
  .table-outer .t3 > tbody > tr > th:nth-child(4),
  .table-outer .t3 > tfoot > tr > td:nth-child(4),
  .table-outer .t3 > tfoot > tr > th:nth-child(4),
  .table-outer .t3 > thead > tr > td:nth-child(4),
  .table-outer .t3 > thead:first-child > tr:first-child > td:nth-child(4),
  .table-outer .t3 > thead:first-child > tr:first-child > th:nth-child(4),
  .table-outer .t4 > tbody > tr > td:nth-child(5),
  .table-outer .t4 > tbody > tr > th:nth-child(5),
  .table-outer .t4 > tfoot > tr > td:nth-child(5),
  .table-outer .t4 > tfoot > tr > th:nth-child(5),
  .table-outer .t4 > thead > tr > td:nth-child(5),
  .table-outer .t4 > thead:first-child > tr:first-child > td:nth-child(5),
  .table-outer .t4 > thead:first-child > tr:first-child > th:nth-child(5),
  .table-outer .t5 > tbody > tr > td:nth-child(6),
  .table-outer .t5 > tbody > tr > th:nth-child(6),
  .table-outer .t5 > tfoot > tr > td:nth-child(6),
  .table-outer .t5 > tfoot > tr > th:nth-child(6),
  .table-outer .t5 > thead > tr > td:nth-child(6),
  .table-outer .t5 > thead:first-child > tr:first-child > td:nth-child(6),
  .table-outer .t5 > thead:first-child > tr:first-child > th:nth-child(6),
  .table-outer .t6 > tbody > tr > td:nth-child(7),
  .table-outer .t6 > tbody > tr > th:nth-child(7),
  .table-outer .t6 > tfoot > tr > td:nth-child(7),
  .table-outer .t6 > tfoot > tr > th:nth-child(7),
  .table-outer .t6 > thead > tr > td:nth-child(7),
  .table-outer .t6 > thead:first-child > tr:first-child > td:nth-child(7),
  .table-outer .t6 > thead:first-child > tr:first-child > th:nth-child(7) {
    display: table-cell;
    width: 50% !important;
  }
  .table-outer .table > tbody > tr > td,
  .table-outer .table > tbody > tr > th,
  .table-outer .table > tfoot > tr > td,
  .table-outer .table > tfoot > tr > th,
  .table-outer .table > thead > tr > td,
  .table-outer .table > thead:first-child > tr:first-child > td,
  .table-outer .table > thead:first-child > tr:first-child > th {
    display: none;
  }
  .table-outer .table > tbody > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > thead > tr,
  .table-outer .table > thead:first-child > tr:first-child,
  .table-outer .table > thead:first-child > tr:first-child {
    display: table;
    width: 100% !important;
  }
}
.table-col7 th,
.table-col7 td {
  width: 14%;
  color: #333;
}
.table-col4 th:first-child {
  width: 16%;
  color: #333;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.table-col7 th:first-child,
.table-col7 td:first-child {
  width: 16%;
  text-align: left;
  padding: 15px 15px 12px;
  word-break: break-word;
}
.table-col7 th:first-child {
  text-align: center;
}
.table-col4 th:first-child > .plh {
  font-size: 2.4rem;
  font-weight: bold;
}
.table {
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #fff;
}
.table .f-fs24,
.table .tbhd .sale-price {
  font-size: 2.4rem;
  font-weight: bold;
}
.table .tbhd {
  padding: 15px 0;
  min-height: 100px;
}
.table .tbhd strong {
  font-size: 16px;
  font-weight: normal;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: 15px;
}
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 0;
}
.tbhd h4 {
  margin-bottom: 0;
}
.table .tbbd {
  padding: 20px 0 10px;
  color: #666;
}
.table .tbbd-row {
  margin-top: 5px;
}
.table .btn {
  margin-bottom: 0;
}
.table .tbbd .btn-link {
  font-size: 1.2rem;
  height: 20px;
  line-height: 20px;
  color: #175DC0;
}
.table h6 .illustrate-tip {
  font-weight: normal;
}
.table:first-child {
  width: 100%;
}
.illustrate-tip {
  top: 2px;
}
.table h6 .illustrate-tip .illustrate-content {
  min-width: auto;
  word-break: keep-all;
  white-space: nowrap;
}
.table-outer {
  position: relative;
  overflow: visible;
}
.table-cls {
  overflow: visible;
}
.bg-g1 {
  background-image: linear-gradient(#5dc560, #5dc560), linear-gradient(#359eff, #359eff);
  background-blend-mode: normal, normal;
  background-color: #5dc560;
}
.bg-g2 {
  background-image: linear-gradient(#eaf7eb, #eaf7eb), linear-gradient(#359eff, #359eff);
  background-blend-mode: normal, normal;
  background-color: #eaf7eb;
}
.bg-b11 {
  background-image: linear-gradient(#2084ff, #2084ff), linear-gradient(#000000, #000000);
  background-blend-mode: normal,
        normal;
}
.bg-b1 {
  background-color: #18abff;
}
.bg-b2 {
  background-color: #091871;
}
.bg-b4 {
  background-color: #dce8ff;
}
.bg-b8 {
  background-color: #1763c1;
}
.bg-b9 {
  background-color: #1763c1;
}
.bg-b10 {
  background-color: #104484;
}
.bg-b12 {
  background-color: #fafcff;
}
.bg-b13 {
  background-color: #f1f8ff;
}
.bg-b14 {
  background-color: #ecf5ff;
}
.bg-b15 {
  background-color: #e3f0ff;
}
.bg-b16 {
  background-color: #dce8ff;
}
.pricing-box .pricing-cb-row .pricing-cb-text {
  font-size: 1.2rem;
}
.f-h20,
.pricing-box .pricing-cb-row {
  height: 20px;
  line-height: 20px;
}
.table-col7 del {
  font-size: 14px;
  opacity: 0.62;
  text-decoration: line-through;
}
.plh.h22 {
  height: 22px;
}
.plh.h54 {
  height: 74px;
}
.table .tbhd strong {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.table .btn {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 130px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .table .btn {
    font-size: 1.4rem;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
  }
  .table.table-bordered th:first-child,
  .table.table-bordered td:first-child {
    width: 16%;
  }
  .pricing-box .pricing-select,
  .table .btn {
    width: 120px !important;
    min-width: auto;
  }
  .table .tbhd {
    min-height: 124px;
  }
}
@media (min-width: 992px) {
  .fixed-tb-header.scrolling {
    position: fixed;
    background-color: #fff;
    z-index: 300;
  }
}
/* table */
.check-box {
  margin-top: 20px;
}
.check-box .check {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.check-box .check.unchecked {
  background: url(/assets/mb/images/ab-std-upgrade/wgx.png) no-repeat center;
}
.check-box .check.checked {
  background: url(/assets/mb/images/ab-std-upgrade/gx.png) no-repeat center;
}
/* .cnt-table */
@media (max-width: 992px) {
  .table .table:first-child {
    position: relative;
  }
  .table .uline {
    position: static;
  }
  .table .uline .io {
    left: 120px;
    right: auto;
    margin-bottom: 17px;
  }
}
@media (max-width: 420px) {
  .table .uline.line-2 .io {
    margin-bottom: 35px;
  }
}
/* product-vs */
#am-modal-download .modal-content {
  text-align: center;
  width: 600px;
  min-height: 400px;
  background-size: cover;
  box-shadow: none;
  font-size: 1.4rem;
  border-radius: 10px;
  box-shadow: 0px 8px 12px 0px rgba(11, 56, 104, 0.2);
}
#am-modal-download .modal-content .modal-header {
  position: relative;
  background: url(/assets/images/background/dl-title1.png) no-repeat center;
  background-size: cover;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
#am-modal-download .modal-content .modal-header .close {
  position: absolute;
  top: 20px;
  right: 10px;
  opacity: 0.8;
  margin-top: -10px;
  transition: 0.3s;
  color: #fff;
  font-weight: normal;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/assets/images/icons/close.png) no-repeat center;
}
#am-modal-download .modal-content .modal-header .close:hover {
  transform: rotate(180deg);
  opacity: 1;
}
#am-modal-download .modal-content .modal-header h3 {
  font-size: 2.4rem;
  margin: 0;
  color: #ffffff;
}
#am-modal-download .modal-content .modal-body {
  background: #fff;
  padding-top: 20px;
}
#am-modal-download .modal-content .modal-body .rel {
  position: relative;
}
#am-modal-download .modal-content .modal-body p.desc {
  padding: 0 20px 20px;
  line-height: 1.5;
}
#am-modal-download .modal-content .modal-body .form-group {
  width: 400px;
  margin: 0 auto;
}
#am-modal-download .modal-content .modal-body .form-control {
  padding-left: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #eef4fc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #C5C5E2;
  color: #AFAFAF;
}
#am-modal-download .modal-content .modal-body .form-control:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  color: #000;
}
#am-modal-download .modal-content .modal-body .err {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.2rem;
  color: red;
}
#am-modal-download .modal-content .modal-body .err .success {
  color: #06ec1a;
}
#am-modal-download .modal-content .modal-body .btn {
  margin: 25px 0 15px;
  min-width: 170px;
}
#am-modal-download .modal-content .modal-body .btn-link {
  color: #091871;
}
#am-modal-download .modal-content .modal-footer {
  background: #eef4fc;
  border-top: none;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
#am-modal-download .modal-content .modal-footer p {
  padding: 0 20px;
}
#am-modal-download .modal-content .modal-footer .privacy-policy-link {
  color: #333;
}
@media (max-width: 600px) {
  #am-modal-download .modal-content {
    width: auto;
  }
  #am-modal-download .modal-content .modal-body .form-group {
    width: auto;
  }
}
.link-as .btn-link {
  display: none;
}
[lang=jp] .banner .cartbox .price [data-vat="after-tax"] {
  display: block;
  font-size: 20px;
}
[lang=jp] .banner .cartbox .price .del {
  position: static;
}
[lang=jp] .banner .cartbox .more {
  margin-bottom: 10px;
}
