/* cnt-bnr */
.cnt-bnr {
  background: url(/assets/images/background/compair-banner-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0 50px;
  color: #fff;
  text-align: center;
}
.cnt-bnr h1 {
  margin-bottom: 25px;
}
.cnt-bnr .des {
  position: relative;
  max-width: 940px;
  margin: 0 auto 35px auto;
  font-size: 20px;
  line-height: 1.8;
}
.cnt-bnr .des::before,
.cnt-bnr .des::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(/assets/images/icons/DP-allin1.png);
}
.cnt-bnr .des::before {
  background-position: 0 -321px;
  top: -16px;
  left: -5px;
  position: relative;
}
.cnt-bnr .des::after {
  background-position: -78px -321px;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.cnt-bnr .rate {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cnt-bnr .rate p.ic-bx {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cnt-bnr .rate.rate1 {
  margin-right: 8.3%;
}
@media (max-width: 768px) {
  .cnt-bnr {
    padding: 40px 0;
  }
  .cnt-bnr .rate.rate {
    display: block;
    margin: 0 auto 10px !important;
    width: 300px;
  }
}
/* cnt-bnr */
/*cnt-table */
.cnt-table {
  text-align: center;
  background-color: #f0f1f2;
  padding: 80px 0 45px;
}
.cnt-table h2 {
  color: #1A1919;
  margin-bottom: 25px;
}
.cnt-table .des {
  color: #666;
  font-size: 14px;
  margin-bottom: 45px;
}
.cnt-table .table th {
  background-color: #f3f7f9;
}
.cnt-table .table th:nth-child(1) {
  color: #22262A;
}
.cnt-table .cnt-tips {
  text-align: left;
  color: #333;
}
.cnt-table .cnt-tips > p {
  margin: 25px 0 10px;
  font-weight: normal;
  font-size: 20px;
}
.cnt-table .cnt-tips .ic-lf {
  color: #666;
}
.cnt-table .cnt-tips .ic-lf li {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cnt-table {
    padding: 40px 0;
  }
  .cnt-table .des {
    margin-bottom: 20px;
  }
}
/*  */
.f-fs26 {
  font-size: 26px;
}
.s-fc-grn {
  color: #4EC45E;
}
.s-fc-blue {
  color: #1A5ED8;
}
.s-fc-org {
  color: #FC9414;
}
.s-fc-gray {
  color: #666;
}
.s-fw-lighter {
  font-weight: 100;
  font-size: 12px;
  height: 21px;
}
.s-fw-lighter:lang(tw) {
  font-size: 1.6rem;
}
.table h4 {
  font-size: 20px;
  font-family: 'MyriadPro';
}
.table h5 {
  font-size: 18px;
}
.table .tb-hd {
  padding: 30px 10px 20px 10px;
}
.table .tb-bd {
  padding: 10px 10px 20px 10px;
}
.table th .free .table th .price {
  margin-bottom: 8px;
}
.table .btn {
  margin-top: 15px;
}
.table .price span {
  font-size: 26px;
}
.table:lang(jp) .price {
  min-height: 59px;
  line-height: 1.2;
}
.table:lang(jp) .price small,
.table:lang(jp) .price del {
  display: block;
}
.table:lang(jp) .price del {
  min-height: 14px;
}
.table .price del {
  color: #666;
  font-size: 14px;
  font-weight: 100;
  margin-left: 3px;
}
.table .lifetime,
.table .lifetime .illustrate-tip {
  font-weight: 100;
}
.table .illustrate-tip {
  margin-left: 6px;
}
.table .check-box {
  display: inline-block;
  cursor: pointer;
}
.table .check-box .check {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat;
}
.table .check-box.unchecked .check {
  background-position: -135px -80px;
}
.table .check-box.checked .check {
  background-position: -198px -80px;
}
/*  */
/* table button */
.table .btn {
  min-width: 140px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 0;
}
/* table button */
/* table base */
.table {
  border: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.table th,
.table td {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  vertical-align: middle;
}
.table th {
  background: #fff;
}
.table th:last-child,
.table td:last-child {
  border: 0;
}
.table tbody td {
  padding: 15px 10px;
}
.table tbody td:first-child {
  text-align: left;
}
.table tbody tr:nth-child(odd) td {
  background-color: #E6F0FA;
}
.table tbody tr:nth-child(even) td {
  background-color: #F3F7F9;
}
.table .s-bd-rds {
  border-radius: 60px 10px 10px 10px;
}
.table .bg-org,
.table .bg-grn,
.table .bg-blue,
.table .bg-blue2,
.table .bg-blue3 {
  color: #fff;
}
.table .bg-org {
  background: #FF9000;
  background: linear-gradient(180deg, #FF9000, #F2A464);
}
.table .bg-grn {
  background: #45B854;
  background: linear-gradient(180deg, #45B854, #6CEC7A);
}
.table .bg-blue {
  background: #0492E4;
  background: linear-gradient(180deg, #0492E4, #3DAFFF);
}
.table .bg-blue2 {
  background: #1458D1;
  background: linear-gradient(180deg, #1458D1, #3E84FF);
}
.table .bg-blue3 {
  background: #1B2C8F;
  background: linear-gradient(180deg, #1B2C8F, #2F4FD7);
}
/* table-col */
.table-col6 th,
.table-col6 td {
  width: 14.9%;
}
.table-col6 th:first-child,
.table-col6 td:first-child {
  width: 24.8%;
}
.table-col4 th,
.table-col4 td {
  width: 23.3%;
}
.table-col4 th:first-child,
.table-col4 td:first-child {
  width: 30%;
}
.table-col3 th,
.table-col3 td {
  width: 31.6%;
}
.table-col3 th:first-child,
.table-col3 td:first-child {
  width: 36.5%;
}
/* table-col */
/* table ic */
table td.hook::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/assets/images/icons/DP-allin1.png);
  background-position: -123px -19px;
}
table td.hook.org::before {
  background-position: -387px -19px;
}
table td.hook.blu::before {
  background-position: -189px -19px;
}
table td.hook.blu2::before {
  background-position: -256px -19px;
}
table td.hook.blu::before {
  background-position: -322px -19px;
}
.table td.nohook::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 3px;
  border-radius: 2px;
  background-color: #BDBDBD;
}
/* table ic */
/* 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 {
  background-color: #45B854;
  border-color: #45B854;
}
.tb-tabs li:nth-child(2).active a {
  background-color: #0492E4;
  border-color: #0492E4;
}
.tb-tabs li:nth-child(4).active a {
  background-color: #1B2C8F;
  border-color: #1B2C8F;
}
.tb-tabs li:nth-child(5).active a {
  background-color: #FF9000;
  border-color: #FF9000;
}
@media (max-width: 399px) {
  .table .price del:lang(fr),
  .table .price del:lang(de) {
    display: block;
    height: 21px;
  }
  .table .btn {
    min-width: 120px !important;
    padding: 0 10px;
  }
  .table .btn:lang(en),
  .table .btn:lang(it),
  .table .btn:lang(jp),
  .table .btn:lang(es) {
    font-size: 12px;
  }
}
/* phone button */
@media (min-width: 1200px) {
  .fixed-tb-header.scrolling {
    position: fixed;
    background-color: #fff;
    z-index: 400;
  }
}
@media (max-width: 1200px) {
  .tb-tabs {
    display: block;
  }
  .table th,
  .table td {
    display: none;
  }
  .table th:first-child,
  .table td:first-child,
  .table.t1 th:nth-child(2),
  .table.t1 td:nth-child(2),
  .table.t2 th:nth-child(3),
  .table.t2 td:nth-child(3),
  .table.t3 th:nth-child(4),
  .table.t3 td:nth-child(4),
  .table.t4 th:nth-child(5),
  .table.t4 td:nth-child(5),
  .table.t5 th:nth-child(6),
  .table.t5 td:nth-child(6) {
    display: table-cell;
    width: 50% !important;
  }
}
/* cnt-purchase */
.cnt-purchase {
  text-align: center;
  padding: 50px 0 80px;
}
.cnt-purchase .guar {
  margin-top: 50px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.cnt-purchase .guar li {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
}
.cnt-purchase .guar li:not(:last-child) {
  margin-right: 8.5%;
}
.cnt-purchase .guar .ic-guar {
  width: 54px;
  height: 81px;
  display: inline-block;
}
.cnt-purchase .guar .ic-guar.ic1 {
  background: url(/assets/images/misc/compair-guarantee-icon1.png) no-repeat center;
}
.cnt-purchase .guar .ic-guar.ic2 {
  background: url(/assets/images/misc/compair-guarantee-icon2.png) no-repeat center;
}
.cnt-purchase .guar .ic-guar.ic3 {
  background: url(/assets/images/misc/compair-guarantee-icon3.png) no-repeat center;
}
.cnt-purchase .guar .ic-guar.ic4 {
  background: url(/assets/images/misc/compair-guarantee-icon4.png) no-repeat center;
}
@media screen and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
  /*IE9 CSS*/
  .cnt-purchase .guar {
    text-align: left;
  }
  .cnt-purchase .guar li {
    text-align: center;
  }
  .cnt-purchase .guar li:not(:last-child) {
    margin-right: 18.5%;
  }
}
@media (max-width: 768px) {
  .cnt-purchase {
    padding: 40px 0 20px;
  }
  .cnt-purchase .guar {
    flex-wrap: wrap;
  }
  .cnt-purchase .guar li {
    width: 50%;
    margin-right: 0 !important;
  }
}
@media (max-width: 379px) {
  .cnt-purchase .guar li {
    font-size: 14px;
  }
}
/* cnt-purchase */
/*cnt-review*/
.cnt-review {
  background-color: #F5F7FF;
  padding: 80px 0 90px;
  text-align: center;
}
.cnt-review h2 {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .cnt-review {
    padding: 40px 0;
  }
}
/*cnt-review*/
[lang='jp'] .table .price del {
  font-size: 12px;
}
[lang='tw'] .table .price {
  min-height: 60px;
}
#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;
  }
  .banner .li-icon li {
    margin: 20px;
    width: 120px;
  }
  .banner .li-icon li span {
    display: block;
  }
}
[lang="jp"] .pricing-radio-box2,
[lang="fr"] .pricing-radio-box2,
[lang="en"] .pricing-radio-box2,
[lang="de"] .pricing-radio-box2,
[lang="it"] .pricing-radio-box2,
[lang='es'] .pricing-radio-box2,
[lang='tw'] .pricing-radio-box2 {
  display: inline-block;
}
[lang="jp"] .table .btn,
[lang="fr"] .table .btn,
[lang="en"] .table .btn,
[lang="de"] .table .btn,
[lang="it"] .table .btn,
[lang='es'] .table .btn,
[lang='tw'] .table .btn {
  margin-top: 6px;
}
[lang="jp"] .price,
[lang="fr"] .price,
[lang="en"] .price,
[lang="de"] .price,
[lang="it"] .price,
[lang='es'] .price,
[lang='tw'] .price {
  line-height: 27px;
}
[lang="jp"] .cnt-table tr th:not(:first-child),
[lang="fr"] .cnt-table tr th:not(:first-child),
[lang="en"] .cnt-table tr th:not(:first-child),
[lang="de"] .cnt-table tr th:not(:first-child),
[lang="it"] .cnt-table tr th:not(:first-child),
[lang='es'] .cnt-table tr th:not(:first-child),
[lang='tw'] .cnt-table tr th:not(:first-child) {
  vertical-align: top;
}
[lang="jp"] .cnt-table .s-fw-lighter,
[lang="fr"] .cnt-table .s-fw-lighter,
[lang="en"] .cnt-table .s-fw-lighter,
[lang="de"] .cnt-table .s-fw-lighter,
[lang="it"] .cnt-table .s-fw-lighter,
[lang='es'] .cnt-table .s-fw-lighter,
[lang='tw'] .cnt-table .s-fw-lighter {
  margin-top: 14px;
}
[lang="jp"] .cnt-table .pricing-cb-text,
[lang="fr"] .cnt-table .pricing-cb-text,
[lang="en"] .cnt-table .pricing-cb-text,
[lang="de"] .cnt-table .pricing-cb-text,
[lang="it"] .cnt-table .pricing-cb-text,
[lang='es'] .cnt-table .pricing-cb-text,
[lang='tw'] .cnt-table .pricing-cb-text {
  font-weight: normal;
  color: #333;
}
[lang="jp"] .cnt-table th:nth-child(2) .btn,
[lang="fr"] .cnt-table th:nth-child(2) .btn,
[lang="en"] .cnt-table th:nth-child(2) .btn,
[lang="de"] .cnt-table th:nth-child(2) .btn,
[lang="it"] .cnt-table th:nth-child(2) .btn,
[lang='es'] .cnt-table th:nth-child(2) .btn,
[lang='tw'] .cnt-table th:nth-child(2) .btn {
  margin-top: 20px;
}
[lang="jp"] .cnt-table .table .tb-bd,
[lang="fr"] .cnt-table .table .tb-bd,
[lang="en"] .cnt-table .table .tb-bd,
[lang="de"] .cnt-table .table .tb-bd,
[lang="it"] .cnt-table .table .tb-bd,
[lang='es'] .cnt-table .table .tb-bd,
[lang='tw'] .cnt-table .table .tb-bd {
  min-height: 150px;
}
[lang="jp"] .cnt-table .prd-it .prd-mn .ic-lf,
[lang="fr"] .cnt-table .prd-it .prd-mn .ic-lf,
[lang="en"] .cnt-table .prd-it .prd-mn .ic-lf,
[lang="de"] .cnt-table .prd-it .prd-mn .ic-lf,
[lang="it"] .cnt-table .prd-it .prd-mn .ic-lf,
[lang='es'] .cnt-table .prd-it .prd-mn .ic-lf,
[lang='tw'] .cnt-table .prd-it .prd-mn .ic-lf {
  min-height: 110px;
  margin-bottom: 0;
}
[lang="jp"] .cnt-table .illustrate-tip .illustrate-content,
[lang="fr"] .cnt-table .illustrate-tip .illustrate-content,
[lang="en"] .cnt-table .illustrate-tip .illustrate-content,
[lang="de"] .cnt-table .illustrate-tip .illustrate-content,
[lang="it"] .cnt-table .illustrate-tip .illustrate-content,
[lang='es'] .cnt-table .illustrate-tip .illustrate-content,
[lang='tw'] .cnt-table .illustrate-tip .illustrate-content {
  min-width: 280px !important;
}
[lang="jp"] .cnt-table .tt,
[lang="fr"] .cnt-table .tt,
[lang="en"] .cnt-table .tt,
[lang="de"] .cnt-table .tt,
[lang="it"] .cnt-table .tt,
[lang='es'] .cnt-table .tt,
[lang='tw'] .cnt-table .tt {
  border-radius: 10px;
}
[lang="jp"] .cnt-table .upgrade .pricing-checked,
[lang="fr"] .cnt-table .upgrade .pricing-checked,
[lang="en"] .cnt-table .upgrade .pricing-checked,
[lang="de"] .cnt-table .upgrade .pricing-checked,
[lang="it"] .cnt-table .upgrade .pricing-checked,
[lang='es'] .cnt-table .upgrade .pricing-checked,
[lang='tw'] .cnt-table .upgrade .pricing-checked {
  background-position: 0 -71px;
}
[lang="jp"] .cnt-table .art-bx ul.ic-lf:not(:last-child),
[lang="fr"] .cnt-table .art-bx ul.ic-lf:not(:last-child),
[lang="en"] .cnt-table .art-bx ul.ic-lf:not(:last-child),
[lang="de"] .cnt-table .art-bx ul.ic-lf:not(:last-child),
[lang="it"] .cnt-table .art-bx ul.ic-lf:not(:last-child),
[lang='es'] .cnt-table .art-bx ul.ic-lf:not(:last-child),
[lang='tw'] .cnt-table .art-bx ul.ic-lf:not(:last-child) {
  margin-right: 3.5%;
}
[lang="jp"] .cnt-table .p-left,
[lang="fr"] .cnt-table .p-left,
[lang="en"] .cnt-table .p-left,
[lang="de"] .cnt-table .p-left,
[lang="it"] .cnt-table .p-left,
[lang='es'] .cnt-table .p-left,
[lang='tw'] .cnt-table .p-left {
  text-align: left !important;
  margin: 0 0 10px;
  position: relative;
}
[lang="jp"] .cnt-table .prd-it,
[lang="fr"] .cnt-table .prd-it,
[lang="en"] .cnt-table .prd-it,
[lang="de"] .cnt-table .prd-it,
[lang="it"] .cnt-table .prd-it,
[lang='es'] .cnt-table .prd-it,
[lang='tw'] .cnt-table .prd-it {
  min-height: 541px;
}
[lang="jp"] .cnt-table .p-left,
[lang="fr"] .cnt-table .p-left,
[lang="en"] .cnt-table .p-left,
[lang="de"] .cnt-table .p-left,
[lang="it"] .cnt-table .p-left,
[lang='es'] .cnt-table .p-left,
[lang='tw'] .cnt-table .p-left {
  display: block;
}
[lang="jp"] .cnt-table .p-left .p-left-des,
[lang="fr"] .cnt-table .p-left .p-left-des,
[lang="en"] .cnt-table .p-left .p-left-des,
[lang="de"] .cnt-table .p-left .p-left-des,
[lang="it"] .cnt-table .p-left .p-left-des,
[lang='es'] .cnt-table .p-left .p-left-des,
[lang='tw'] .cnt-table .p-left .p-left-des {
  position: absolute;
  text-align: left;
  right: 30px;
  top: 0px;
  height: 18px;
  color: #fff;
  font-weight: normal;
}
[lang="jp"] .cnt-table .p-left .p-left-des i,
[lang="fr"] .cnt-table .p-left .p-left-des i,
[lang="en"] .cnt-table .p-left .p-left-des i,
[lang="de"] .cnt-table .p-left .p-left-des i,
[lang="it"] .cnt-table .p-left .p-left-des i,
[lang='es'] .cnt-table .p-left .p-left-des i,
[lang='tw'] .cnt-table .p-left .p-left-des i {
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url('/assets/images/icons/sanjiao.png') no-repeat center;
}
[lang="jp"] .cnt-table .p-left .p-left-des span,
[lang="fr"] .cnt-table .p-left .p-left-des span,
[lang="en"] .cnt-table .p-left .p-left-des span,
[lang="de"] .cnt-table .p-left .p-left-des span,
[lang="it"] .cnt-table .p-left .p-left-des span,
[lang='es'] .cnt-table .p-left .p-left-des span,
[lang='tw'] .cnt-table .p-left .p-left-des span {
  font-size: 12px;
  vertical-align: 6px;
  text-align: center;
  width: 54px;
  height: 18px;
  display: inline-block;
  background: #F25757;
}
[lang="jp"] .cnt-table .p-left:nth-child(3) .p-left-des,
[lang="fr"] .cnt-table .p-left:nth-child(3) .p-left-des,
[lang="en"] .cnt-table .p-left:nth-child(3) .p-left-des,
[lang="de"] .cnt-table .p-left:nth-child(3) .p-left-des,
[lang="it"] .cnt-table .p-left:nth-child(3) .p-left-des,
[lang='es'] .cnt-table .p-left:nth-child(3) .p-left-des,
[lang='tw'] .cnt-table .p-left:nth-child(3) .p-left-des {
  right: 00px;
}
[lang="jp"] .illustrate-tip.tip4,
[lang="fr"] .illustrate-tip.tip4,
[lang="en"] .illustrate-tip.tip4,
[lang="de"] .illustrate-tip.tip4,
[lang="it"] .illustrate-tip.tip4,
[lang='es'] .illustrate-tip.tip4,
[lang='tw'] .illustrate-tip.tip4 {
  background-position: -535px -229px;
  vertical-align: -4px;
}
[lang="jp"] .table .illustrate-tip,
[lang="fr"] .table .illustrate-tip,
[lang="en"] .table .illustrate-tip,
[lang="de"] .table .illustrate-tip,
[lang="it"] .table .illustrate-tip,
[lang='es'] .table .illustrate-tip,
[lang='tw'] .table .illustrate-tip {
  margin-left: 1px;
}
[lang="jp"] .pricing-cb.pricing-checked-always,
[lang="fr"] .pricing-cb.pricing-checked-always,
[lang="en"] .pricing-cb.pricing-checked-always,
[lang="de"] .pricing-cb.pricing-checked-always,
[lang="it"] .pricing-cb.pricing-checked-always,
[lang='es'] .pricing-cb.pricing-checked-always,
[lang='tw'] .pricing-cb.pricing-checked-always {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat;
  margin-top: -1px;
  background-position: -1121px -79px;
  cursor: auto;
}
[lang="jp"] .pricing-cb,
[lang="fr"] .pricing-cb,
[lang="en"] .pricing-cb,
[lang="de"] .pricing-cb,
[lang="it"] .pricing-cb,
[lang='es'] .pricing-cb,
[lang='tw'] .pricing-cb {
  background: url('/assets/images/icons/icon-xuan2.png') no-repeat;
  background-position: 0px -107px;
}
[lang="jp"] .pricing-cb.pricing-checked,
[lang="fr"] .pricing-cb.pricing-checked,
[lang="en"] .pricing-cb.pricing-checked,
[lang="de"] .pricing-cb.pricing-checked,
[lang="it"] .pricing-cb.pricing-checked,
[lang='es'] .pricing-cb.pricing-checked,
[lang='tw'] .pricing-cb.pricing-checked {
  background-position: 0px -34px;
}
[lang="jp"] .price-click,
[lang="fr"] .price-click,
[lang="en"] .price-click,
[lang="de"] .price-click,
[lang="it"] .price-click,
[lang='es'] .price-click,
[lang='tw'] .price-click {
  color: #FFFFFF;
  font-size: 20px;
}
[lang="jp"] del.price-click,
[lang="fr"] del.price-click,
[lang="en"] del.price-click,
[lang="de"] del.price-click,
[lang="it"] del.price-click,
[lang='es'] del.price-click,
[lang='tw'] del.price-click {
  opacity: 0.6;
  margin-left: 8px;
}
[lang="jp"] .f-org,
[lang="fr"] .f-org,
[lang="en"] .f-org,
[lang="de"] .f-org,
[lang="it"] .f-org,
[lang='es'] .f-org,
[lang='tw'] .f-org {
  color: #FF9100;
  margin-left: 25px;
}
[lang="jp"] [data-pricing-radio="true"],
[lang="fr"] [data-pricing-radio="true"],
[lang="en"] [data-pricing-radio="true"],
[lang="de"] [data-pricing-radio="true"],
[lang="it"] [data-pricing-radio="true"],
[lang='es'] [data-pricing-radio="true"],
[lang='tw'] [data-pricing-radio="true"] {
  display: inline-block;
  cursor: pointer;
}
[lang="jp"] .table .lifetime,
[lang="fr"] .table .lifetime,
[lang="en"] .table .lifetime,
[lang="de"] .table .lifetime,
[lang="it"] .table .lifetime,
[lang='es'] .table .lifetime,
[lang='tw'] .table .lifetime {
  margin: 20px 0 19px;
}
[lang="jp"] .illustrate-tip .illustrate-content > div,
[lang="fr"] .illustrate-tip .illustrate-content > div,
[lang="en"] .illustrate-tip .illustrate-content > div,
[lang="de"] .illustrate-tip .illustrate-content > div,
[lang="it"] .illustrate-tip .illustrate-content > div,
[lang='es'] .illustrate-tip .illustrate-content > div,
[lang='tw'] .illustrate-tip .illustrate-content > div {
  font-weight: 100;
}
[lang="jp"] .pricing-radio-box2 {
  margin-top: 5px;
}
[lang="jp"] .cnt-table .s-fw-lighter {
  margin-top: 19px;
}
[lang="jp"] .table .lifetime {
  margin: 22px 0 24px;
}
[lang="de"] .table .lifetime,
[lang="de"] .table .lifetime .illustrate-tip,
[lang="de"] .price-bx,
[lang="de"] .s-fw-lighter,
[lang="de"] .cnt-table .pricing-cb-text {
  font-size: 12px;
}
.cnt-table .table th:lang(en):not(:first-child) {
  vertical-align: top;
}
[lang='it'] .fixed-tb-header {
  font-size: 13px;
}
[lang='es'] .pricing-cb-text {
  font-size: 12px;
}
.cnt-table .price {
  padding-top: 30px;
  line-height: 40px;
  padding-bottom: 15px;
}
.cnt-table .price .minsize {
  font-size: 14px;
  font-weight: 100;
}
.cnt-table .s-fc-blue {
  font-size: 32px;
}
.cnt-table .blue1 {
  color: #0492E4;
}
.cnt-table .blue2 {
  color: #1458D1;
}
.cnt-table .blue3 {
  color: #1B2C8F;
}
.cnt-table .org1 {
  color: #FF9000;
}
[lang=it] .cnt-table span.minsize {
  font-size: 20px;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}
[lang=it] .cnt-table .price {
  padding-top: 10px;
  padding-bottom: 5px;
}
[lang=it] .cnt-table .blue1 {
  font-size: 26px;
}
[lang=tw] .table .price span {
  font-size: 18px;
}
[lang=tw] .cnt-table .price .minsize {
  font-size: 14px;
}
