@import url("https://cdn-node.diskpart.com/file/amtcstatic/2/eht.css");
@-webkit-keyframes drown {
  0% {
    opacity: 0;
    transform: translate3d(0, -500px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes drown {
  0% {
    opacity: 0;
    transform: translate3d(0, -500px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-44%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-44%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-44%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-44%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    transition: all 0.6s;
  }
}
@-webkit-keyframes loopRotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    transition: all 0.6s;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fm1 {
  font-family: 'helvetica Blk', Helvetica, Arial, sans-serif !important;
}
header {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 1999;
  transition: height 0.8s;
  -moz-transition: height 0.8s;
  -ms-transition: height 0.8s;
  -webkit-transition: height 0.8s;
}
.dropdown-menu > li > a,
.navbar-nav > li > a {
  font-size: 1.6rem;
}
.navbar-brand {
  height: auto;
}
.navbar-collapse {
  text-align: right;
}
.navbar-default {
  background-color: #fff;
}
.navbar-fixed {
  margin: 0 auto;
}
.navbar .container-fluid {
  border: 0;
  padding: 0;
}
.navbar-default {
  border: 0;
}
.navbar .btn.btn-search {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  min-width: 34px;
  padding: 0;
}
.navbar .btn.btn-search.active,
.navbar .btn.btn-search:active,
.navbar .btn.btn-search:hover {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.navbar-form .input-group > .form-control {
  border-radius: 10px 0 0 10px;
}
.navbar-default .navbar-link {
  color: #4b4e53;
}
.dropdown.open .caret,
.navbar-default .navbar-nav > li.dropdown.open > a {
  color: #1388e4;
}
.navbar-nav > li > .dropdown-menu {
  border: 0;
  padding: 30px;
  overflow: hidden;
}
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
  color: #0087ff;
  text-decoration: underline;
  background-color: transparent;
}
#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:focus,
#header .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
@media all and (max-width: 1199px) {
  .navbar-fixed {
    padding: 0 15px;
  }
  .navbar-collapse {
    text-align: left;
    overflow: hidden;
  }
  li .navbar-form {
    margin: 0 15px;
    padding: 3px 0;
    border: 0;
  }
  .btn-search,
  .btn-search:active,
  .btn-search:hover {
    border-color: #ccc;
  }
  .navbar-nav > li > .dropdown-menu {
    padding: 10px 0 30px;
  }
  .dropdown-menu .divider,
  .navbar-amintro > p {
    padding-left: 25px;
  }
}
#header .dropdown.open .dropdown-menu {
  border-top: 2px solid #1388e4;
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav-top {
    float: right !important;
    margin: 10px 0 0;
  }
  .navbar-nav.navbar-nav-top > li > a {
    padding: 0;
    font-size: 1.4rem;
    color: #949494;
  }
  .navbar-nav.navbar-nav-top .dropdown-menu > li > a {
    font-size: 1.4rem;
    padding: 4px 15px;
  }
  .navbar-nav.navbar-nav-top > li {
    margin-left: 12px;
    margin-top: 6px;
  }
  .navbar-nav-bottom.navbar-nav > li:first-child,
  .navbar-nav.navbar-nav-top > li:first-child {
    margin-left: 0;
  }
  .navbar-nav.navbar-nav-top > li.navbar-form-item,
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
  }
  .navbar-form .input-group > .form-control {
    width: 0;
    padding: 0;
    border-color: transparent;
  }
  .navbar-form.expanded .input-group > .form-control {
    border-color: #ccc;
    padding: 6px 12px;
  }
  .input-group .form-control {
    float: none;
  }
  .navbar-form {
    padding: 0;
    margin: 0;
  }
  .navbar-form .btn-search {
    border-color: transparent;
  }
  .navbar-form.expanded .btn-search {
    border-color: #ccc;
  }
  .navbar-nav-bottom.navbar-nav > li > a {
    padding: 0 0 11px;
  }
  .navbar-nav-bottom.navbar-nav > li {
    margin-left: 25px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: unset;
  }
  .navbar-nav-bottom {
    margin-top: 5px;
  }
  .navbar-nav-bottom .dropdown-menu {
    padding: 30px 15px;
  }
  .navbar-nav-top .dropdown-menu {
    min-width: 120px;
  }
  .navbar-nav-bottom .dropdown-menu > li > a {
    padding: 3px 0;
  }
  .navbar-amintro > p {
    padding: 3px 15px;
  }
  .navbar-nav-bottom .dropdown-menu .divider {
    margin: 15px 0;
  }
  .scrolling #navbar-brand {
    width: 80%;
    padding: 8px 15px;
  }
  .scrolling .navbar-nav-top {
    display: none;
  }
  .scrolling .navbar-nav-bottom.navbar-nav > li > a {
    padding: 15px 0;
  }
  .product-tips .inline-block-box {
    display: table;
  }
  .product-tips .inline-block-box .item {
    display: table-cell;
  }
  .product-tips .inline-block-box .item.or {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-toggle {
  margin-top: 25px;
}
.navbar-nav-bottom,
navbar-nav-top {
  clear: both;
}
.navbar-amintro > p {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  padding: 0;
}
.navbar-default .btn-link {
  text-align: left;
  margin-top: 15px;
  color: #0d1eaa;
}
.navbar-default .dropdown-menu li a.btn-link:hover {
  color: #0d1eaa;
}
.btn-search,
.btn-search:active,
.btn-search:hover {
  background-image: url(/assets/images/icons/icon.png);
  background-repeat: no-repeat;
  background-position: -28px 6px;
  background-color: transparent;
  border-left: 0;
  overflow: hidden;
  width: 34px;
  height: 34px;
}
.dropdown-menu > li > a,
.footer .bottom .right li,
.ic,
i.new::after {
  display: inline-block;
}
.ic {
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}
.free-ic-sm {
  background-image: url(/assets/images/icons/free-ic-sm.png);
}
.download-ic-sm {
  background-image: url(/assets/images/icons/download-ic-sm.png);
}
.upgrade-ic-sm {
  background-image: url(/assets/images/icons/upgrade-ic-sm.png);
}
.new-ic-sm {
  background-image: url(/assets/images/icons/new-ic-sm.png);
}
.buy-ic-sm {
  background-image: url(/assets/images/icons/buy-ic-sm.png);
}
.try-ic-sm {
  background-image: url(/assets/images/icons/try-ic-sm.png);
}
.t30days-ic-sm {
  background-image: url(/assets/images/icons/t30days-ic-sm.png);
}
i.new {
  font-style: normal;
  color: #fff;
  background-color: #fe6000;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 3px 1px;
  position: relative;
}
i.new::after {
  content: '';
  border-bottom: 5px solid #fe6000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: 3px;
  right: -5px;
}
.footer {
  background-color: #141924;
  color: #fff;
}
.footer a {
  color: #7e7f82;
  font-size: 12px;
  line-height: 26px;
}
.footer .f-title,
.footer a:hover {
  text-decoration: none;
  color: #fff;
}
.footer .f-title {
  font-size: 18px;
  display: block;
}
.footer .f-txt {
  display: table;
}
.footer .f-txt .item {
  display: table-cell;
  vertical-align: top;
}
@media all and (min-width: 993px) {
  .footer .f-txt .item:nth-child(1) {
    width: 38%;
  }
  .footer .f-txt .item:nth-child(2) {
    width: 28%;
  }
  .footer .f-txt .item:nth-child(3) {
    width: 34%;
  }
  .footer .f-txt .item:nth-child(3):lang(tw) {
    width: 24%;
  }
  .footer:lang(de) .f-txt .item:nth-child(1) {
    width: 30%;
  }
  .footer:lang(de) .f-txt .item:nth-child(3) {
    width: 18%;
  }
}
.footer .f-txt dt {
  color: #d9dbe0;
  font-weight: 400;
}
.footer .f-txt dl {
  margin-bottom: 15px;
}
.footer .top .right {
  color: #7e7f82;
}
.footer .top .right .cnt {
  border-left: 1px solid #242b3b;
  padding: 0 0 0 15%;
}
.footer .logo-img {
  margin-bottom: 55px;
  display: inline-block;
}
.footer .share {
  margin-bottom: 45px;
}
.footer .share h6 {
  font-size: 14px;
  margin: 0 0 15px;
}
.footer .share a {
  width: 20px;
  height: 20px;
  margin-right: 14%;
  background: url(/assets/images/icons/logo-sanfang.png);
}
.footer .share a:last-child {
  margin-right: 0;
}
.footer .share a.facebook {
  background-position: 0 0;
}
.footer .share a.facebook:hover {
  background-position: 0 -30px;
}
.footer .share a.twitter {
  background-position: 0 -60px;
}
.footer .share a.twitter:hover {
  background-position: 0 -90px;
}
.footer .share a.youtube {
  background-position: 0 -120px;
}
.footer .share a.youtube:hover {
  background-position: 0 -150px;
}
.footer .share a.forum {
  background-position: 0 -180px;
}
.footer .share a.forum:hover {
  background-position: 0 -210px;
}
.send-email-box > p {
  padding-left: 9px;
  margin-bottom: 5px;
}
.footer #subscribe-form {
  width: 100%;
  display: block;
  max-width: 320px;
  position: relative;
}
#subscribe-btn,
#subscribe-email {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  word-spacing: normal;
  vertical-align: top;
  font-weight: normal;
}
#subscribe-email {
  height: 40px;
}
#subscribe-btn {
  background-color: transparent;
  border: 0;
}
#subscribe-email {
  width: 100%;
  padding: 8px 40px 8px 9px;
  background-color: #202838;
  border-radius: 10px;
  border: 1px solid #202838;
  transition: all 400ms ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#subscribe-email:focus,
#subscribe-email:hover {
  background-color: #ededed;
  border: 1px solid #ededed;
  box-shadow: 0 0 0 3px rgba(3, 3, 3, 0.3);
  transition: all 400ms ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
}
#subscribe-form label {
  display: block;
}
#subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(/assets/images/icons/icon_send.png) no-repeat center;
}
#subscribe-btn .glyphicon-refresh {
  display: none;
}
#subscribe-btn.sending,
#subscribe-btn.sending:hover {
  background: 0;
}
#subscribe-btn.sending .glyphicon-refresh {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  -webkit-animation: loopRotate 2s infinite linear;
  animation: loopRotate 2s infinite linear;
}
#subscribe-btn:hover {
  background: url(/assets/images/icons/icon_send-hover.png) no-repeat center;
}
.footer .bottom {
  margin-top: 50px;
  color: #494d56;
}
.footer .bottom .right {
  text-align: right;
}
@media all and (min-width: 992px) {
  .footer .f-title {
    font-family: 'helvetica Blk';
  }
  .footer .collapse {
    display: block !important;
  }
  .footer .top .right > h5 {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .footer .f-title {
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #666;
    font-family: 'Myriad Pro';
  }
  .footer .f-txt {
    display: block;
    width: 100% !important;
  }
  .footer .f-txt .item {
    display: block;
    float: none;
    width: 100% !important;
  }
  .footer .top .right .cnt {
    padding-left: 0;
    border: 0;
  }
}
@media all and (max-width: 479px) {
  .footer .bottom .left,
  .footer .bottom .right {
    width: 100%;
    text-align: center;
  }
}
@font-face {
  font-family: 'Myriad Pro';
  src: url(/assets/fonts/MyriadPro-Regular.eot);
  src: url(/assets/fonts/MyriadPro-Regular.eot) format('embedded-opentype'), url(/assets/fonts/MyriadPro-Regular.woff) format('woff'), url(/assets/fonts/MyriadPro-Regular.ttf) format('truetype'), url(/assets/fonts/MyriadPro-Regular.svg) format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'helvetica Blk';
  src: url(/assets/fonts/helveticaneueltstd-blk.eot);
  src: url(/assets/fonts/helveticaneueltstd-blk.eot) format('embedded-opentype'), url(/assets/fonts/helveticaneueltstd-blk.woff) format('woff'), url(/assets/fonts/helveticaneueltstd-blk.ttf) format('truetype'), url(/assets/fonts/helveticaneueltstd-blk.svg) format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'helvetica Th';
  src: url(/assets/fonts/helveticaneueltstd-th.eot);
  src: url(/assets/fonts/helveticaneueltstd-th.eot) format('embedded-opentype'), url(/assets/fonts/helveticaneueltstd-th.woff) format('woff'), url(/assets/fonts/helveticaneueltstd-th.ttf) format('truetype'), url(/assets/fonts/helveticaneueltstd-th.svg) format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'bradhitc';
  src: url(/assets/fonts/BRADHITC.eot);
  src: url(/assets/fonts/BRADHITC.eot) format('embedded-opentype'), url(/assets/fonts/BRADHITC.woff) format('woff'), url(/assets/fonts/BRADHITC.ttf) format('truetype'), url(/assets/fonts/BRADHITC.svg) format('svg');
  font-display: swap;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  font-family: 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
a,
button,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
li,
ol,
p,
span,
ul {
  box-sizing: border-box;
}
h1 {
  font-family: "helvetica Blk", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6rem;
  margin: 0 0 40px;
}
.table.scrolling {
  box-shadow: rgba(9, 24, 113, 0.2) 1px 3px 7px;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table.table-bordered td:first-child,
.table.table-bordered th:first-child {
  background-color: #fff;
}
.f-heTh {
  font-family: "helvetica Th", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  color: inherit;
}
.f-bradhitc {
  font-family: "bradhitc", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Myriad Pro", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto !important;
}
a {
  display: inline-block;
  cursor: pointer;
}
input {
  outline: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}
div > div[class$="-wrap"] {
  padding: 80px 0 100px;
  max-width: 1200px;
  margin: auto;
}
@media all and (max-width: 1229px) {
  div > [class$=-wrap] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
h2 {
  font-size: 3.6rem;
  margin: 0 0 30px;
}
h3,
h4 {
  font-size: 2.4rem;
  margin: 0 0 20px;
}
h4 {
  font-size: 2rem;
}
h5,
h6 {
  font-size: 1.6rem;
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4 {
  line-height: 1.4;
}
dt,
ol,
ul {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
li {
  list-style: none;
}
h1 small {
  color: inherit;
}
p {
  margin-bottom: 0;
}
.title {
  margin: 0 0 40px;
}
.subtitle {
  margin: 0 0 60px;
}
.f-tac {
  text-align: center;
}
.f-tal {
  text-align: left;
}
.f-tar {
  text-align: right;
}
.cl::after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.f-blue,
.f-blue a,
.graphic-box li:hover a.blue {
  color: #091871;
}
.f-blue1,
.f-blue1 a {
  color: #18abff;
}
.f-blue2,
.f-blue2 a {
  color: #1763c1;
}
.f-blue3,
.f-blue3 a {
  color: #104484;
}
.f-orange,
.f-orange a {
  color: #fe6000;
}
.f-black {
  color: #333;
}
.f-brown {
  color: #666;
}
.f-90 {
  font-size: 9rem;
}
.f-40 {
  font-size: 4rem;
}
.f-30 {
  font-size: 3rem;
}
.f-24 {
  font-size: 2.4rem;
}
.f-20 {
  font-size: 2rem;
}
.f-18 {
  font-size: 1.8rem;
}
.f-16 {
  font-size: 1.6rem;
}
.f-12 {
  font-size: 12px;
}
.bg-blue {
  background-color: #091871;
}
.bg-blue1 {
  background-color: #18abff;
}
.bg-blue2 {
  background-color: #1763c1;
}
.bg-blue3 {
  background-color: #104484;
}
.bg-blue4 {
  background-color: #5bc3ef;
}
.bg-blue5 {
  background-color: #1072e3;
}
.bg-green {
  background-color: #47ae1a;
}
.bg-blue,
.bg-blue1,
.bg-blue2,
.bg-blue3,
.bg-blue4,
.bg-blue5,
.bg-green {
  color: #fff !important;
}
.s-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.s-icon.icon1-1 {
  background-position: -810px -1579px;
}
.s-icon.icon1-2 {
  background-position: -911px -1579px;
}
.s-icon.icon1-3 {
  background-position: -1010px -1579px;
}
.s-icon.icon1-4 {
  background-position: -1110px -1579px;
}
.s-icon.icon1-5 {
  background-position: -408px -1579px;
}
.s-icon.icon1-6 {
  background-position: -509px -1579px;
}
.s-icon.icon1-7 {
  background-position: -608px -1577px;
}
.s-icon.icon1-8 {
  background-position: -711px -1579px;
}
.s-icon.icon1-9 {
  background-position: -1110px -950px;
}
.func-icon,
.s-icon {
  background: url(/assets/images/icons/AB-pro-all-icon.png) no-repeat;
}
.func-icon.free-shipping {
  background-position: 0 0;
}
.func-icon.day90 {
  background-position: -100px 0;
}
.func-icon.bit256 {
  background-position: -200px 0;
}
.func-icon.support24 {
  background-position: -300px 0;
}
.func-icon.day901 {
  background-position: -401px 0;
}
.func-icon.bit2561 {
  background-position: -501px 0;
}
.func-icon.support241 {
  background-position: -601px 0;
}
.func-icon.awesome {
  background-position: -701px 0;
}
.func-icon.free-shipping2 {
  background-position: -800px 0;
}
.func-icon.day902 {
  background-position: -900px 0;
}
.func-icon.bit2562 {
  background-position: -1000px 0;
}
.func-icon.support242 {
  background-position: -1100px 0;
}
.func-icon.instant2 {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -1050px -518px;
}
.func-icon.free-shipping3 {
  background-position: 0 -500px;
}
.func-icon.day903 {
  background-position: -100px -500px;
}
.func-icon.bit2563 {
  background-position: -200px -500px;
}
.func-icon.support243 {
  background-position: -300px -500px;
}
.func-icon.awesome3 {
  background-position: -510px -693px;
}
.func-icon.system {
  background-position: -300px -100px;
}
.func-icon.system1 {
  background-position: -500px -200px;
}
.func-icon.disk {
  background-position: -400px -100px;
}
.func-icon.disk1 {
  background-position: -600px -200px;
}
.func-icon.pc1 {
  background-position: -700px -200px;
}
.func-icon.partition {
  background-position: -500px -100px;
}
.func-icon.file {
  background-position: -600px -100px;
}
.func-icon.file1 {
  background-position: -900px -200px;
}
.func-icon.file2 {
  background-position: -1000px -200px;
}
.func-icon.file-sync {
  background-position: -700px -100px;
}
.func-icon.schedule {
  background-position: -800px -100px;
}
.func-icon.full {
  background-position: -900px -100px;
}
.func-icon.incre-differ {
  background-position: -1000px -100px;
}
.func-icon.incre-differ1 {
  background-position: -800px -200px;
}
.func-icon.hot {
  background-position: -1105px -100px;
}
.func-icon.command {
  background-position: 0 -200px;
}
.func-icon.command1 {
  background-position: -1100px -200px;
}
.func-icon.storage-media {
  background-position: -100px -200px;
}
.func-icon.cd {
  background-position: -200px -200px;
}
.func-icon.nas {
  background-position: -300px -200px;
}
.func-icon.cloud {
  background-position: -400px -200px;
}
.func-icon.clone {
  background-position: 0 -300px;
}
.func-icon.tran {
  background-position: -100px -300px;
}
.func-icon.clone-disk {
  background-position: -200px -300px;
}
.func-icon.disk2 {
  background-position: -300px -300px;
}
.func-icon.command2 {
  background-position: -397px -300px;
}
.func-icon.func1-1 {
  background-position: -495px -300px;
}
.func-icon.func1-2 {
  background-position: -596px -300px;
}
.func-icon.func1-3 {
  background-position: -695px -300px;
}
.func-icon.func1-4 {
  background-position: -795px -300px;
}
.func-icon.func1-5 {
  background-position: -895px -300px;
}
.func-icon.func1-6 {
  background-position: -995px -300px;
}
.func-icon.func1-7 {
  background-position: 0 -400px;
}
.func-icon.func1-8 {
  background-position: -100px -402px;
}
.func-icon.func1-9 {
  background-position: -200px -400px;
}
.func-icon.func1-10 {
  background-position: -300px -400px;
}
.func-icon.func1-11 {
  background-position: -400px -400px;
}
.func-icon.func1-12 {
  background-position: -500px -400px;
}
.func-icon.func1-13 {
  background-position: -600px -400px;
}
.func-icon.func1-14 {
  background-position: -700px -400px;
}
.func-icon.func1-15 {
  background-position: -800px -400px;
}
.func-icon.func1-16 {
  background-position: -900px -400px;
}
.func-icon.func1-17 {
  background-position: -1000px -400px;
}
.func-icon.environment {
  position: relative;
  background: url("/assets/images/icons/ic-RecoveryEnvironment.png") no-repeat;
  background-position: center bottom;
}
.func-icon.disk-wipe {
  position: relative;
  background: url("/assets/images/icons/ic-disk-wipe.png") no-repeat;
  background-position: center bottom;
}
.protection-box .func-icon.instant2 {
  background: url(/assets/images/icons/AB-pro-all-icon.png) no-repeat -800px 0;
}
.func-icon.environment i,
.func-icon.disk-wipe i {
  position: absolute;
  right: -35px;
  display: inline-block;
  padding: 0 5px;
  background: #ff293a;
  font-size: 14px;
  font-style: normal;
  color: #fff;
}
.func-icon.func1-18 {
  background-position: -1100px -400px;
}
.func-icon.func1-19 {
  background-position: -400px -500px;
}
.func-icon.func1-20 {
  background-position: -500px -500px;
}
.func-icon.func1-21 {
  background-position: -600px -500px;
}
.func-icon.func1-22 {
  background-position: -700px -500px;
}
.func-icon.func1-23 {
  background-position: -800px -500px;
}
.func-icon.func1-24 {
  background-position: 2px -939px;
}
.func-icon.func1-25 {
  background-position: -99px -937px;
}
.func-icon.func1-26 {
  background-position: -199px -939px;
}
.func-icon.func1-27 {
  background-position: -300px -935px;
}
.func-icon.func1-28 {
  background-position: -400px -939px;
}
.func-icon.func1-29 {
  background-position: -500px -939px;
}
.func-icon.func1-30 {
  background-position: -600px -939px;
}
.func-icon.func1-31 {
  background-position: -700px -939px;
}
.func-icon.func1-32 {
  background-position: -800px -939px;
}
.func-icon.func1-33 {
  background-position: -901px -939px;
}
.func-icon.func1-34 {
  background-position: -1000px -939px;
}
.func-icon.func1-35 {
  background-position: 2px -1570px;
}
.func-icon.func1-36 {
  background-position: -99px -1570px;
}
.func-icon.func1-37 {
  background-position: -200px -1568px;
}
.func-icon.func1-38 {
  background-position: -300px -1570px;
}
.func-icon.func1-41 {
  background-position: -1100px -300px;
}
.func-icon.func1-42 {
  background-position: 0 -100px;
}
.func-icon.func1-43 {
  background-position: -100px -100px;
}
.func-icon.func1-44 {
  background-position: -997px -600px;
}
.func-icon.func1-45 {
  background-position: -1097px -600px;
}
.func-icon.func1-46 {
  background-position: -1000px -832px;
}
.func-icon.func1-47 {
  background-position: -1100px -830px;
}
.func-icon.func1-48 {
  background-position: -200px -100px;
}
.func-icon.func1-49 {
  background-position: -602px -693px;
}
.func-icon.func1-50 {
  background-position: -700px -693px;
}
.func-icon.func1-51 {
  background-position: -803px -693px;
}
.func-icon.func1-52 {
  background-position: -897px -693px;
}
.func-icon.func1-53 {
  background-position: -1000px -693px;
}
.func-icon.func1-54 {
  background-position: -1099px -693px;
}
.func-icon.func1-55 {
  background-position: -398px -935px;
}
.func-icon.func1-56 {
  background-position: -930px -1176px;
}
.func-icon.func1-57 {
  background-position: -1110px -306px;
}
.func-icon.func2-1 {
  background-position: 0 -600px;
}
.func-icon.func2-2 {
  background-position: -100px -600px;
}
.func-icon.func2-3 {
  background-position: -200px -600px;
}
.func-icon.func2-4 {
  background-position: -300px -600px;
}
.func-icon.func2-5 {
  background-position: -400px -600px;
}
.func-icon.func2-6 {
  background-position: -500px -600px;
}
.func-icon.func2-7 {
  background-position: -600px -600px;
}
.func-icon.func2-8 {
  background-position: -700px -600px;
}
.func-icon.func2-9 {
  background-position: -800px -600px;
}
.func-icon.func2-10 {
  background-position: -900px -600px;
}
.func-icon.func2-11 {
  background-position: -900px -500px;
}
.func-icon.func2-12 {
  background-position: -1000px -500px;
}
.func-icon.func2-13 {
  background-position: -1100px -500px;
}
.func-icon.environment {
  background: url("/assets/images/icons/ic-RecoveryEnvironment.png") no-repeat;
  background-position: center bottom;
}
.func-icon.command2,
.func-icon.func1-1,
.func-icon.func1-2,
.func-icon.func1-3,
.func-icon.func1-4,
.func-icon.func1-44,
.func-icon.func1-45,
.func-icon.func1-5,
.func-icon.func1-6 {
  width: 60px;
}
.l-icon,
.m-icon {
  display: inline-block;
  vertical-align: middle;
}
.m-icon {
  width: 75px;
  height: 75px;
  background: url(/assets/images/icons/AB-pro-all-icon.png) no-repeat;
}
.m-icon.icon1-1 {
  background-position: 7px -818px;
}
.m-icon.icon1-2 {
  background-position: -103px -818px;
}
.m-icon.icon1-3 {
  background-position: -212px -818px;
}
.m-icon.icon1-4 {
  background-position: -325px -821px;
}
.m-icon.icon1-5 {
  background-position: -440px -821px;
}
.m-icon.icon1-6 {
  background-position: -552px -818px;
}
.m-icon.icon1-7 {
  background-position: -665px -818px;
}
.m-icon.icon1-8 {
  background-position: 11px -1661px;
}
.m-icon.icon1-9 {
  background-position: -94px -1660px;
}
.m-icon.icon1-10 {
  background-position: -200px -1661px;
}
.m-icon.icon1-11 {
  background-position: -315px -1659px;
}
.m-icon.icon1-12 {
  background-position: 11px -1766px;
}
.m-icon.icon1-13 {
  background-position: -94px -1766px;
}
.m-icon.icon1-14 {
  background-position: -200px -1766px;
}
.m-icon.icon1-15 {
  background-position: -315px -1772px;
}
.m-icon.icon1-16 {
  background-position: -780px -818px;
}
.m-icon.icon1-17 {
  background-position: -891px -818px;
}
.m-icon.icon1-18 {
  background-position: -444px -1662px;
}
.m-icon.icon1-19 {
  background-position: -557px -1656px;
}
.m-icon.icon1-20 {
  background-position: -670px -1659px;
}
.m-icon.icon1-21 {
  background-position: -779px -1657px;
}
.m-icon.icon1-22 {
  background-position: -444px -1772px;
}
.m-icon.icon1-23 {
  background-position: -557px -1765px;
}
.m-icon.icon1-24 {
  background-position: -670px -1769px;
}
.m-icon.icon1-25 {
  background-position: -779px -1765px;
}
.l-icon {
  width: 100px;
  height: 100px;
  background: url(/assets/images/icons/AB-pro-all-icon.png) no-repeat center;
}
.l-icon.icon1-1 {
  background-position: 16px -1425px;
}
.l-icon.icon1-2 {
  background-position: -127px -1435px;
}
.l-icon.icon1-3 {
  background-position: 1px -1032px;
}
.l-icon.icon1-13 {
  background-position: -575px -1032px;
}
.l-icon.icon1-4 {
  background-position: -143px -1032px;
}
.l-icon.icon1-14 {
  background-position: -718px -1032px;
}
.l-icon.icon1-5 {
  background-position: -287px -1032px;
}
.l-icon.icon1-15 {
  background-position: -862px -1032px;
}
.l-icon.icon1-6 {
  background-position: -432px -1032px;
}
.l-icon.icon1-16 {
  background-position: -1009px -1032px;
}
.l-icon.icon1-7 {
  background-position: 9px -1170px;
}
.l-icon.icon1-17 {
  background-position: 9px -1298px;
}
.l-icon.icon1-8 {
  background-position: -130px -1170px;
}
.l-icon.icon1-18 {
  background-position: -130px -1298px;
}
.l-icon.icon1-9 {
  background-position: -265px -1165px;
}
.l-icon.icon1-19 {
  background-position: -265px -1293px;
}
.l-icon.icon1-10 {
  background-position: -424px -1168px;
}
.l-icon.icon1-20 {
  background-position: -424px -1295px;
}
.l-icon.icon1-11 {
  background-position: -564px -1168px;
}
.l-icon.icon1-21 {
  background-position: -564px -1295px;
}
.l-icon.icon1-12 {
  background-position: -711px -1168px;
}
.l-icon.icon1-22 {
  background-position: -256px -1435px;
}
.l-icon.icon1-23 {
  background-position: -387px -1435px;
}
.l-icon.icon1-24 {
  background-position: -517px -1435px;
}
.l-icon.icon1-25 {
  background-position: -647px -1435px;
}
.l-icon.icon1-26 {
  background-position: -775px -1436px;
}
.l-icon.icon1-27 {
  background-position: -890px -1437px;
}
.protection-box li {
  padding-left: 0;
  padding-right: 0;
}
.protection-box li .left,
.protection-box li .right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.protection-box h6,
.protection-box p {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}
.graphic-box {
  text-align: center;
}
.graphic-box li {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  border-radius: 10px;
}
.prompt {
  position: relative;
}
.prompt .prompt-txt {
  position: absolute;
  padding: 30px 20px;
  background-color: #091871;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  width: 320px;
  left: calc(50% - 160px);
  margin-top: 30px;
  display: none;
  transition: all 0.5s;
  z-index: 2;
}
.prompt .prompt-txt::after {
  content: '';
  display: block;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #091871;
  position: absolute;
  left: calc(50% - 16px);
  top: -15px;
}
.prompt .prompt-txt::before {
  content: '';
  width: 80%;
  height: 20px;
  display: block;
  background-color: transparent;
  position: absolute;
  top: -20px;
}
.graphic-box li:hover {
  box-shadow: rgba(86, 131, 244, 0.35) 0 8px 15px 0;
  background-color: #fff;
}
.graphic-box li:hover a {
  text-decoration: underline;
  color: #00a2ff;
}
.media-s1 {
  margin-bottom: 45px;
}
.media-s1.mo {
  margin: 0;
}
.media-s1 h3,
.media-s1 h4,
.media-s1 h5,
.media-s1 h6 {
  color: #091871;
  font-family: 'helvetica Th', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.media-s1 .media-body p {
  color: #888;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 10px;
}
.graphic-col5 li .func-icon {
  margin-top: 25px;
}
.graphic-box li .txt {
  min-height: 38px;
  color: inherit;
  margin-top: 10px;
  line-height: 1.41567;
}
.graphic-col5 li {
  width: 14%;
  margin: 0 4% 35px 0;
  color: #091871;
}
.graphic-col5 li:last-child,
.graphic-col5 li:nth-child(10),
.graphic-col5 li:nth-child(5) {
  margin-right: 0;
}
.graphic-col4 li {
  width: 24.8%;
}
@media all and (max-width: 991px) {
  .graphic-col5 li {
    width: 40%;
    margin: 0 4% 35px 0;
  }
  .graphic-col5 li:last-child,
  .graphic-col5 li:nth-child(11),
  .graphic-col5 li:nth-child(3),
  .graphic-col5 li:nth-child(6),
  .graphic-col5 li:nth-child(9) {
    margin-right: 0;
  }
  .graphic-col4 li {
    width: 48%;
  }
}
@media all and (max-width: 767px) {
  .prompt .prompt-txt {
    zoom: 0.8;
    font-size: 2.4rem;
  }
}
@media all and (max-width: 479px) {
  .graphic-col5 li {
    width: 40%;
    margin: 0 4% 35px 0;
  }
  .prompt .prompt-txt {
    zoom: 0.6;
    font-size: 2.6rem;
  }
  .graphic-col5 li:nth-child(even) {
    margin-right: 0;
  }
}
button {
  outline: 0 !important;
}
a.blue1 {
  color: #18abff;
}
.bg-white.am-mask h1,
a.blue,
a.blue:hover {
  color: #091871;
}
a.black:hover,
a.blue1:hover,
a.blue:hover {
  text-decoration: underline;
}
.btn,
a.white {
  color: #fff;
}
a.white:hover {
  color: #1b76e6;
}
a.black {
  color: #333;
}
a.line {
  text-decoration: underline;
}
a.icon-download {
  position: relative;
  padding-left: 18px;
}
a.icon-download::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -900px -118px;
}
.btn {
  min-width: 180px;
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
  font-size: 16px;
  line-height: 1.8;
  border-radius: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}
.btn.f-20 {
  font-size: 20px;
  line-height: 1.4;
}
.btn:focus,
.btn:hover {
  color: #fff;
}
.btn-default {
  color: #333 !important;
}
.btn.btn-learn-more {
  border-color: transparent;
  color: #091871;
}
.btn.btn-learn-more:hover {
  border-color: #091871;
}
.btn-transparent {
  background-color: transparent;
}
.btn-transparent:hover {
  background-color: #091871;
  color: #fff !important;
  border-color: transparent !important;
}
.btn.btn-white {
  background-color: #fff;
  color: #091871;
}
.btn.btn-white:hover {
  color: #fff;
}
.btn.btn-blue,
.btn.btn-white:hover {
  background-color: #091871;
}
.btn.btn-blue:hover {
  background-color: #132170;
}
.btn.btn-blue1 {
  background-color: #18abff;
}
.btn.btn-blue1:hover {
  background-color: #4abcfd;
}
.btn.btn-blue2 {
  background-color: #1763c1;
}
.btn.btn-blue2:hover {
  background-color: #3271bf;
}
.btn.btn-blue3 {
  background-color: #104484;
}
.btn.btn-blue3:hover {
  background-color: #1f4c84;
}
.btn.btn-blue4 {
  background-color: #5bc3ef;
}
.btn.btn-blue4:hover {
  background-color: #00b1fd;
}
.btn.btn-blue5 {
  background-color: #1072e3;
}
.btn.btn-blue5:hover {
  background-color: #0a7cff;
}
.btn.btn-green {
  background-color: #61d733;
}
.btn.btn-green:hover {
  background-color: #81e55a;
}
.btn.btn-orange {
  background-color: #fe6000;
}
.btn.btn.btn-orange:hover {
  background-color: #fa853e;
}
.btn.btn.btn-blue:hover {
  background-color: #0b41a1;
}
.btn-transparent.bd-white {
  border-color: #fff;
  color: #fff;
}
.btn-transparent.bd-blue {
  border-color: #091871;
  color: #091871;
}
.btn.arrow::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 17px;
  vertical-align: middle;
  margin-left: 8px;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat center;
  background-position: -834px -250px;
}
.btn.arrow:hover::after {
  background-position: -146px -786px;
}
.btn.large {
  min-width: 220px;
  min-height: 54px;
  line-height: 54px;
  font-weight: 700;
  padding: 0 20px;
}
.btn.large.download1 {
  height: 62px;
}
.btn .icon-download {
  width: 29px;
  height: 35px;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
  background-position: -745px -327px;
  margin-right: 15px;
}
.btn h4,
.btn h5 {
  margin: 8px 0 4px;
}
.btn p,
.learn-more {
  font-weight: 400;
  font-size: 14px;
}
.btn p {
  margin: 0;
  line-height: 1.2;
}
.btn .f-12 {
  font-size: 12px;
}
.btn .inline-block-box {
  padding-bottom: 10px;
}
.btn.large.download {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat 20px 20px #091871;
  background-position: 0 -674px;
}
.btn.large.download2,
.download2 h4 {
  font-family: Arial, Helvetica, sans-serif;
}
.btn.large.download2 {
  height: 104px;
  padding: 25px 40px;
}
.icon.win {
  display: inline-block;
  width: 42px;
  height: 40px;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -1054px -528px;
}
.download2 .icon {
  margin-right: 30px;
}
.download2 h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.btn.buy {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat #fe6000;
  background-position: -270px -674px;
}
.buy.btn-blue1 {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat #18abff;
}
.btn-blue.buy {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat #091871;
}
.btn-blue.buy,
.buy.btn-blue1,
.buy.btn-blue2 {
  background-position: -270px -674px;
}
.buy.btn-blue2 {
  background-color: #1763c1;
}
.learn-more {
  color: #091871;
  transition: margin 0.2s linear, color 0.2s linear;
  -webkit-transition: margin 0.2s linear, color 0.2s linear;
  -ms-transition: margin 0.2s linear, color 0.2s linear;
  -moz-transition: margin 0.2s linear, color 0.2s linear;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.6;
}
.learn-more:focus,
.learn-more:hover {
  color: #18abff;
  text-decoration: none;
}
.learn-more.arrow {
  text-decoration: none;
}
.learn-more.arrow:hover {
  text-decoration: none;
  color: #112cc8;
}
.learn-more.arrow::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  right: 0;
  margin-left: 8px;
  width: 12px;
  height: 15px;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat center;
  background-position: -834px -250px;
  transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  -ms-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  position: relative;
  font-size: inherit;
  line-height: 1.8;
}
.learn-more.arrow:hover::after {
  background-position: -948px -326px;
  right: -8px;
}
.learn-more.blue1 {
  color: #00a2ff;
}
.learn-more.arrow.blue1::after {
  background-position: -773px -250px;
}
.learn-more.blue1:hover,
.learn-more.white.arrow:hover {
  color: #4bbeff;
}
.learn-more.arrow.blue1:hover::after,
.learn-more.white.arrow:hover::after {
  background-position: -887px -326px;
}
.learn-more.white {
  color: #fff;
}
.learn-more.white.arrow::after {
  background-position: -146px -786px;
}
.learn-more.orange,
.learn-more.orange:hover {
  color: #fe6000;
}
.learn-more.orange.arrow::after {
  background-position: -1152px -326px;
}
.banner-panel {
  padding: 50px 10px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.banner-panel.black {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.panel-default {
  border: 0;
}
.horizontal,
.horizontal-box .horizontal {
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
}
.horizontal .left,
.horizontal .right {
  display: inline-block;
  vertical-align: middle;
}
.horizontal .left {
  padding: 30px;
  height: inherit;
  transition: all 0.5s;
}
.horizontal .right {
  width: auto;
  max-width: 80%;
  padding-left: 10px;
}
.horizontal .head {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin: 0 0 5px;
}
.horizontal p {
  line-height: 1.6;
  margin: 10px 0;
}
.horizontal.hover:hover .left {
  background-color: #091871;
}
.horizontal .left .img-box {
  display: block;
  width: 82px;
  height: 82px;
}
.horizontal-box .col-md-5 .right {
  width: 60%;
}
.horizontal-box .col-md-5 {
  margin-bottom: 60px;
}
.horizontal-box .left img {
  max-width: 100%;
}
.horizontal-box .col-md-5:nth-child(odd) {
  margin-right: 16%;
}
.horizontal .img-normal,
.horizontal.hover:hover .img-hover {
  display: block;
}
.cc-panel-group.group1 .panel-heading a::after,
.horizontal.hover:hover .img-normal {
  display: none;
}
@media all and (max-width: 991px) {
  .horizontal-box .col-md-5:nth-child(odd) {
    margin-right: 0;
  }
}
@media all and (max-width: 479px) {
  .horizontal-box .left {
    padding: 30px 2%;
  }
  .horizontal-box .col-md-5 .right {
    width: 65%;
  }
}
@media all and (max-width: 991px) {
  .horizontal .right {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  .horizontal .right {
    width: 63%;
  }
}
@media all and (max-width: 479px) {
  .horizontal {
    zoom: 0.8;
  }
  .horizontal .left {
    padding: 50px 15px;
  }
  .horizontal .right {
    padding-left: 10px;
  }
}
.cc-panel {
  padding: 15px 25px;
  border: 0;
  background-color: #fff;
  box-shadow: rgba(86, 131, 244, 0.35) 0 8px 15px 0;
}
.cc-panel .panel-heading {
  background-color: transparent;
  padding: 10px 0;
}
.cc-panel .panel-heading img {
  max-width: 300px;
  height: auto;
  max-height: 60px !important;
}
.cc-panel .panel-body {
  padding: 20px 0 15px;
}
.cc-panel.panel-bgimg {
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
}
.cc-panel.panel-bgimg .title {
  text-align: center;
  margin: 0;
}
.cc-panel.panel-bgimg .panel-body {
  padding: 25px;
}
.cc-panel.panel-bgimg .bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cc-panel-group .panel {
  border-radius: 10px;
  border: 0;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgba(41, 122, 216, 0.15);
}
.cc-panel-group .panel:hover {
  box-shadow: 0 5px 10px 0 rgba(86, 131, 244, 0.35);
}
.cc-panel-group.panel-group .panel + .panel {
  margin-top: 10px;
}
.cc-panel-group .panel-heading {
  padding: 0;
  border: 0;
  background-color: #fff;
  overflow: hidden;
}
em {
  font-style: normal;
}
.cc-panel-group.panel-group .panel .panel-body {
  border: 0;
  padding-top: 0;
  color: #46505a;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
}
.cc-panel-group .panel-heading a {
  padding: 20px;
  display: block;
  position: relative;
}
.cc-panel-group .panel-heading a::after {
  content: '';
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #091871;
  float: right;
  margin-top: 6px;
}
.cc-panel-group a.collapsed::after {
  border-bottom: 0;
  border-top: 6px solid #000;
}
.cc-panel-group a {
  color: #091871;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cc-panel-group a.collapsed {
  color: #000;
}
.cc-panel-group .panel-heading a:focus,
.cc-panel-group .panel-heading a:hover {
  text-decoration: none;
}
.cc-panel-group.group1 .panel {
  border-radius: 0;
  box-shadow: none;
}
.cc-panel-group.group1 .panel-heading a {
  background-color: #fff;
  border: 1px solid #091871;
  color: #091871;
  position: relative;
  padding: 1px 20px 1px 50px;
  overflow: hidden;
}
.cc-panel-group.group1 .panel-heading a.collapsed {
  background-color: #091871;
  border: 1px solid #091871;
  color: #fff;
  border-radius: 10px;
}
.cc-panel-group.group1 .panel-heading a::before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 20px;
  background-position: -207px -329px;
  left: 12px;
  top: 8px;
}
.cc-panel-group.group1 .panel-heading a.collapsed::before {
  background-position: -140px -329px;
}
.cc-panel-group.group1,
.cc-panel-group.group1 .panel-heading a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cc-panel-group.group1 .panel .panel-body {
  border: 1px solid #091871;
  border-top-color: transparent;
  padding: 15px 20px 25px;
}
.cc-panel-group.group1 .icon-left li {
  padding-bottom: 20px;
}
.slidedown-box {
  text-align: center;
}
.cc-panel-group.group1 .panel-heading a::before,
.slidedown-btn {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
}
.slidedown-btn {
  display: inline-block;
  width: 42px;
  height: 30px;
  background-position: -452px -522px;
}
.slidedown-btn.collapsed {
  background-position: -538px -522px;
}
.vertical-box {
  text-align: center;
  border: 0;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 0 30px;
  background-color: #fff;
}
.vertical-box .top-prompt {
  font-size: 1.8rem;
  text-align: left;
  padding-left: 20px;
  margin: 10px 0 0;
}
.vertical-box .caption .tt {
  color: #333;
}
.vertical-box .title {
  margin: 0;
}
.vertical-box .caption {
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
}
.vertical-box .top,
.vertical-box .top-img {
  padding-top: 30px;
}
.vertical-box .top {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.combination-box,
.hover-shadow:hover,
.shadow {
  box-shadow: 0 8px 15px 0 rgba(86, 131, 244, 0.35);
}
.vertical-box.shadow:hover {
  box-shadow: 2px 8px 30px 0 rgba(86, 131, 244, 0.7);
}
.up:hover {
  margin-top: -20px;
}
.vertical-box.hover-top-blue .top {
  color: #091871;
  transition: all 0.5s;
}
.vertical-box.hover-top-blue:hover .top {
  background-color: #091871;
  color: #fff;
}
.vertical-box.v-reviews {
  color: #46505a;
}
.vertical-box.v-reviews .top {
  padding: 20px 0;
  min-height: 50px;
  margin: 0;
}
.vertical-box.v-reviews .top.inline-block-box .item:first-child {
  margin-right: 5px;
}
.vertical-box .inline-block-box .f-20 {
  font-size: 2rem;
}
.marker {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.corner-marker,
.corner-marker1 {
  position: absolute;
  text-align: center;
}
.corner-marker {
  color: #fff;
  height: 50px;
  width: 200px;
  top: 20px;
  right: -50px;
  line-height: 50px;
  background-color: #61d733;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  letter-spacing: 2px;
}
.corner-marker1 {
  background: url(/assets/images/icons/tip.png) no-repeat;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.corner-marker1 .txt {
  transform: rotate(45deg);
  position: relative;
  top: 12px;
  left: 12px;
}
.corner-marker *,
.corner-marker1 .txt * {
  margin: 0;
  line-height: 1;
}
.corner-marker .txt {
  display: inline-block;
  transform: rotate(45deg);
  margin: 0;
}
.user-txt {
  font-size: 2rem;
  color: inherit;
  line-height: 1;
}
.user-txt small {
  font-size: 14px;
  display: block;
}
.combination-box {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.combination-box.row,
.combination1-box.row {
  margin: 0;
}
.combination-box .top .title {
  line-height: 1.5;
  color: #fff;
}
.combination-box:hover {
  box-shadow: 2px 8px 30px 0 rgba(86, 131, 244, 0.7);
}
.combination-box:hover .top .title {
  color: #fff;
}
.combination-box:hover .top {
  background-color: #091871;
  color: #fff;
}
.offers-wrap .row div:nth-child(1) .combination-box .btn.btn-blue,
.offers-wrap .row div:nth-child(1) .combination-box .top {
  background-color: #5bc3ef;
}
.offers-wrap .row div:nth-child(1) .combination-box .btn.btn-blue:hover {
  background-color: #00b3ff;
}
.offers-wrap .row div:nth-child(2) .combination-box .btn.btn-blue,
.offers-wrap .row div:nth-child(2) .combination-box .top {
  background-color: #1072e3;
}
.offers-wrap .row div:nth-child(2) .combination-box .btn.btn-blue:hover {
  background-color: #0477fa;
}
.offers .row div:nth-child(1) .combination-box .btn.btn-blue,
.offers .row div:nth-child(1) .combination-box .top {
  background-color: #5bc3ef;
}
.offers .row div:nth-child(1) .combination-box .btn.btn-blue:hover {
  background-color: #00b3ff;
}
.offers .row div:nth-child(2) .combination-box .btn.btn-blue,
.offers .row div:nth-child(2) .combination-box .top {
  background-color: #1072e3;
}
.offers .row div:nth-child(2) .combination-box .btn.btn-blue:hover {
  background-color: #0477fa;
}
.cnt .container div:nth-child(1) .combination-box .btn.btn-blue,
.cnt .container div:nth-child(1) .combination-box .top {
  background-color: #5bc3ef;
}
.cnt .container div:nth-child(1) .combination-box .btn.btn-blue:hover {
  background-color: #00b3ff;
}
.cnt .container div:nth-child(2) .combination-box .btn.btn-blue,
.cnt .container div:nth-child(2) .combination-box .top {
  background-color: #1072e3;
}
.cnt .container div:nth-child(2) .combination-box .btn.btn-blue:hover {
  background-color: #0477fa;
}
.combination-box .top {
  padding: 20px 10px 10px;
  transition: all 0.5s linear;
}
.combination-box .title {
  margin: 0;
  color: #333;
}
.combination-box .cnt {
  padding: 50px 15px 40px;
  color: #666;
  line-height: 1.4;
}
.combination-box .top + .cnt {
  padding: 15px 15px 40px;
}
.combination-box .img {
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.combination-box .right {
  margin-top: 10px;
  width: 60%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.combination-box .cnt .des {
  font-weight: lighter;
}
.combination-box .price {
  margin-bottom: 20px;
}
.price .curr-price {
  margin-right: 5px;
}
.combination-box .f-orange {
  color: #ed8f13;
}
.combination-box .curr-price {
  font-size: 32px;
}
.price del {
  color: #ccc;
}
.combination-box .learn-more.arrow {
  font-size: 14px;
}
.combination-box .learn-more.arrow::after {
  margin-top: -2px;
}
.combination-box .btn {
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .combination-box .top .title {
    color: #fff;
    background-color: inherit;
  }
  .combination-box .top {
    background-color: #091871;
    color: #fff;
  }
}
@media all and (max-width: 479px) {
  .combination-box .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.combination1-box {
  position: relative;
  text-align: center;
  color: #666;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 8px 15px 0 rgba(86, 131, 244, 0.35);
  background-color: #fff;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.combination1-box .top-prompt {
  position: absolute;
  width: 180px;
  padding: 10px 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #5dc560;
  font-size: 16px;
  color: #fff;
  text-align: center;
  top: 0;
  left: calc(50% - 90px);
}
.combination1-box .item {
  margin: 70px 0 60px;
}
.combination1-box .item:first-of-type {
  border-right: 1px solid #e3eefa;
}
.combination1-box .top-img {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(/assets/images/free-trial/icon.png) no-repeat;
  margin-bottom: 20px;
}
.combination1-box .title {
  color: #333;
  margin: 0 0 15px;
}
.combination1-box .des {
  margin: 0 0 15px;
}
.combination1-box .price {
  font-family: "Microsoft-YaHei";
  font-size: 2.8rem;
  color: #ed8f13;
}
.combination1-box .btn {
  margin-bottom: 0;
  min-width: 160px;
}
@media all and (max-width: 479px) {
  .combination1-box .item {
    width: 100%;
  }
}
.icon-left li,
.icon-left p {
  position: relative;
  padding-left: 20px;
}
.icon-note {
  position: relative;
}
.icon-left li::before,
.icon-left p::before,
.icon-note::before {
  top: 3px;
}
.icon-book::before,
.icon-left li::before,
.icon-left p::before,
.icon-note::before,
.self-Licon::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
}
.icon-left[class*=hook] li::before,
.icon-left[class*=hook] p::before {
  width: 12px;
  height: 12px;
}
.icon-left.hook li::before,
.icon-left.hook p::before {
  background-position: -7px -117px;
}
.icon-left.hook1 li::before,
.icon-left.hook1 p::before {
  background-position: -68px -117px;
}
.icon-left.hook2 li::before,
.icon-left.hook2 p::before {
  background-position: -324px -118px;
}
.icon-left.hook3 li::before,
.icon-left.hook3 p::before {
  background-position: -386px -118px;
}
.icon-left.hook4 li::before,
.icon-left.hook4 p::before {
  background-position: -448px -118px;
}
.icon-left.hook5 li::before,
.icon-left.hook5 p::before {
  background-position: -739px -182px;
}
.icon-left.hook6 li::before,
.icon-left.hook6 p::before {
  width: 18px;
  height: 18px;
  top: 3px;
  background-position: -1109px -180px;
}
.calc-box span,
.inline-block {
  display: inline-block;
}
.icon-left.hook7 li::before,
.icon-left.hook7 p::before {
  top: 3px;
  background-position: -841px -121px;
}
.icon-left.hook8 li::before,
.icon-left.hook8 p::before {
  top: 3px;
  width: 15px;
  background-position: -8px -931px;
}
.icon-left.hook9 li::before,
.icon-left.hook9 p::before {
  top: 3px;
  width: 15px;
  background-position: -1173px -184px;
}
.icon-left.hook10 li::before,
.icon-left.hook10 p::before {
  top: 1px;
  width: 15px;
  background-position: -677px -181px;
}
.icon-left.hook11 li::before,
.icon-left.hook11 p::before {
  background-position: -1154px -1126px;
}
.icon-left[class*=dots] li,
.icon-left[class*=dots] p {
  padding-left: 15px;
}
.icon-left[class*=dots] li::before,
.icon-left[class*=dots] p::before {
  border: 3px solid #091871;
  border-radius: 50%;
  top: 6px;
}
.icon-left.dots1 li::before,
.icon-left.dots1 p::before {
  border-color: #333;
}
.icon-left.dots2 li::before,
.icon-left.dots2 p::before {
  border-color: #a1a1a1;
}
.icon-left.dots3 li::before,
.icon-left.dots3 p::before {
  border-color: #18abff;
}
.icon-left.arrow li::before,
.icon-left.arrow p::before {
  width: 12px;
  height: 12px;
  top: 3px;
  background-position: -712px -250px;
}
.icon-left.trg li,
.icon-left.trg p {
  padding-left: 19px;
}
.icon-left.trg li::before,
.icon-left.trg p::before {
  width: 7px;
  height: 9px;
  background-position: -1139px -251px;
}
.icon-left[class*=book] li::before,
.icon-left[class*=book] p::before {
  width: 12px;
  height: 15px;
  top: 0;
  background-position: -780px -119px;
}
.icon-left.book1 li::before,
.icon-left.book1 p::before {
  background-position: -823px -329px;
  width: 15px;
  height: 17px;
  top: 1px;
}
.icon-left.book2 li::before,
.icon-left.book2 p::before {
  background-position: -1083px -933px;
}
.icon-book,
.self-Licon {
  padding-left: 30px;
  position: relative;
}
.self-Licon::before {
  width: 22px;
  height: 22px;
  top: -4px;
}
.self-Licon.icon1-1::before {
  background-position: -8px -860px;
}
.self-Licon.icon1-2::before {
  background-position: -77px -862px;
}
.self-Licon.icon1-3::before {
  background-position: -147px -862px;
}
.icon-book {
  padding-left: 35px;
}
.icon-book::before {
  width: 25px;
  height: 20px;
  background-position: -140px -329px;
  top: 5px;
}
.icon-note {
  padding-left: 17px;
}
.icon-note::before {
  background-position: -965px -118px;
  width: 12px;
  height: 12px;
}
.l-icon-note {
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
}
.l-icon-note::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 30px;
  background: url(/assets/images/free-trial/icon.png) no-repeat 0 -425px;
  position: absolute;
  top: 0;
  left: 0;
}
.discount-capsule {
  width: 120px;
  height: 160px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #091871;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
}
.discount-capsule.blue1 {
  background-color: #129db2;
}
.discount-capsule.orange {
  background-color: #ffa21c;
}
.discount-capsule .top {
  font-size: 52px;
  line-height: 1;
  font-family: 'bradhitc';
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.discount-capsule .bottom {
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
}
.calc-box {
  font-size: 0;
  color: #091871;
}
.calc-box span {
  font-size: 14px;
  vertical-align: bottom;
}
.calc-box .txt {
  padding: 0 15px;
}
.price-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prc-ctn .price-box {
  word-break: keep-all;
  white-space: nowrap;
}
.price.item,
.pricing-select {
  display: inline-block;
  vertical-align: middle;
}
.calc-box .calc-btn,
.tip-icon {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
}
.calc-box .calc-btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.calc-box .add {
  background-position: -578px -118px;
}
.calc-box .add:hover {
  background-position: -714px -118px;
}
.calc-box .reduce {
  background-position: -510px -118px;
}
.calc-box .reduce:hover {
  background-position: -648px -118px;
}
.calc-box.blue1 {
  color: #18abff;
}
.calc-box.blue1 .add {
  background-position: -139px -933px;
}
.calc-box.blue1 .add:hover {
  background-position: -277px -933px;
}
.calc-box.blue1 .reduce {
  background-position: -71px -933px;
}
.calc-box.blue1 .reduce:hover {
  background-position: -209px -933px;
}
.calc-box.blue2 {
  color: #1763c1;
}
.calc-box.blue2 .add {
  background-position: -413px -933px;
}
.calc-box.blue2 .add:hover {
  background-position: -549px -933px;
}
.calc-box.blue2 .reduce {
  background-position: -345px -933px;
}
.calc-box.blue2 .reduce:hover {
  background-position: -481px -933px;
}
.tip-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-position: -129px -118px;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.tip-icon.blue {
  background-position: -259px -118px;
}
.tip-icon:hover .txt {
  display: block;
}
.tip-icon .txt {
  position: absolute;
  background-color: #0f2944;
  color: #fff;
  font-size: 14px;
  width: 430px;
  padding: 10px;
  bottom: 20px;
  left: -209px;
  display: none;
  z-index: 10;
  text-align: left;
  line-height: 1.4;
}
.tip-icon .txt p {
  margin-bottom: 10px;
}
.free-select .tip-icon {
  position: relative;
  top: -2px;
}
@media all and (max-width: 767px) {
  .tip-icon .txt {
    width: 320px;
    left: -217px;
  }
}
.toggle-btn {
  max-width: 1150px;
  margin: 0 auto;
  border: 0;
}
.toggle-btn li {
  width: 24.2%;
  text-align: center;
  margin-right: 10px;
  box-shadow: rgba(238, 238, 238, 0.35) 0 8px 15px 0;
}
.toggle-btn li:last-child {
  margin-right: 0;
}
.toggle-btn li a {
  border: 0;
  width: 100%;
  padding: 25px 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #2f2f2f;
  font-size: 20px;
  box-shadow: 0 -1px 3px rgba(9, 24, 113, 0.35);
}
.toggle-box .toggle-btn li.active a {
  border: 0;
  background-color: #091871;
  color: #fff;
  position: relative;
}
.toggle-box .toggle-btn li.active a::before {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #091871;
  position: absolute;
  bottom: -9px;
  left: 0;
}
.toggle-box .toggle-btn li.active a::after {
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: #091871;
  position: absolute;
  bottom: -28px;
  left: calc(50% + 5px);
  margin-left: -20px;
}
.toggle-box .toggle-cnt {
  padding-top: 20px;
}
@media all and (max-width: 991px) {
  .toggle-btn li {
    margin-right: 0;
    width: 100%;
  }
}
.toggle-reviews {
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.toggle-reviews .img-box img,
.toggle-reviews .main-txt .txt-item {
  display: none;
}
.toggle-reviews .show {
  display: block;
}
.toggle-reviews .img-box,
.toggle-reviews .txt {
  display: inline-block;
  vertical-align: middle;
}
.toggle-reviews .txt {
  margin-left: 20px;
  width: 68%;
  line-height: 1.6;
  text-align: left;
}
.toggle-reviews .img-box img.show {
  display: inline-block !important;
}
.toggle-reviews .txt .main-txt {
  min-height: 122px;
  margin-bottom: 30px;
}
.toggle-reviews .tt {
  font-size: 22px;
  margin: 0 0 10px;
}
.toggle-reviews .button {
  position: absolute;
  bottom: 25px;
  right: 15px;
  line-height: 0;
}
.toggle-reviews .button span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e7e7e7;
  border-radius: 3px;
  cursor: pointer;
}
.toggle-reviews .button .left {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -202px -785px #e7e7e7;
}
.toggle-reviews .button .left:hover {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -259px -785px #091871;
}
.toggle-reviews .button .right:hover {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -372px -785px #091871;
}
.toggle-reviews .button .right {
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat #e7e7e7 -315px -785px;
  margin-left: 10px;
}
@media all and (min-width: 1200px) {
  .reviews-box .col-md-6 {
    padding: 0 50px;
  }
}
@media all and (max-width: 991px) {
  .toggle-reviews .txt .main-txt {
    min-height: auto;
  }
}
@media all and (max-width: 767px) {
  .toggle-reviews {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .toggle-reviews .img-box,
  .toggle-reviews .txt {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .toggle-reviews .txt .main-txt {
    min-height: auto;
  }
  .media-body {
    width: 100%;
  }
  .media-body-inner {
    padding: 0 15px;
  }
}
.inline-block-box {
  text-align: center;
  font-size: 0;
}
.inline-block-box .item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
}
.inline-block-box .item .title {
  margin: 0 0 10px;
}
.inline-block-box .item .btn {
  margin-bottom: 0;
}
.drown {
  -webkit-animation: drown 1.5s ease;
  animation: drown 1.5s ease;
}
.bounceInLeft {
  -webkit-animation: bounceInLeft 1.5s ease;
  animation: bounceInLeft 1.5s ease;
}
.bounceInLeft2 {
  -webkit-animation: bounceInLeft2 1.75s ease;
  animation: bounceInLeft2 1.75s ease;
}
.bounceInLeft3 {
  -webkit-animation: bounceInLeft2 2s ease;
  animation: bounceInLeft2 2s ease;
}
.bounceInLeft4 {
  -webkit-animation: bounceInLeft ease 2.25s both;
  animation: bounceInLeft ease 2.25s both;
}
.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media all and (max-width: 768px) {
  .user-reviews .swiper-item {
    padding: 15px;
  }
  .media-body,
  .media-left,
  .media-right {
    display: block;
    text-align: center;
  }
  .media-left + .media-body {
    margin-top: 15px;
  }
}
.icon-sm2 {
  width: 54px;
  height: 50px;
}
.icon.icon-pa-std-md {
  background: url(/assets/images/icons/pa-icon.png) no-repeat center;
}
.icon.icon-okr-md {
  background: url(/assets/images/icons/okr-icon.png) no-repeat center;
}
.item-header h4 {
  margin: 25px 0 15px;
}
.gram-box .caption p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.gram-box {
  padding: 35px 15px;
  margin: 0 auto 15px;
  border-radius: 10px;
  overflow: hidden;
}
#promotion-alert .ptm-box h4,
.gram-box .btn {
  margin-bottom: 0;
}
.cnt {
  padding: 70px 0;
}
.cnt h2 {
  margin-bottom: 50px;
}
.tbhd .sale-price,
.tbhd .total-price {
  color: #fff;
  font-size: 2rem;
}
.sale-price {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fe6000;
}
.total-price {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
}
.tb-tabs > li:nth-child(1).active:focus,
.tb-tabs > li:nth-child(1).active > a {
  background-image: linear-gradient(#5dc560, #5dc560), linear-gradient(#359eff, #359eff);
  background-blend-mode: normal, normal;
  background-color: #5dc560;
  color: #fff;
}
.tb-tabs > li:nth-child(2).active > a,
.tb-tabs > li:nth-child(2).active > a:focus {
  background-image: linear-gradient(#18abff, #18abff), linear-gradient(#359eff, #359eff);
  background-blend-mode: normal, normal;
  background-color: #18abff;
}
@media all and (min-width: 991px) {
  .gram-box {
    max-width: 400px;
  }
  .combination-box .cnt .des {
    min-height: 96px;
  }
}
@media all and (max-width: 1199px) {
  .navbar-form .input-group > .form-control {
    width: 100% !important;
  }
}
.img-logo {
  display: inline-block;
  vertical-align: middle;
}
.am-mask:before,
.thrline:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.am-mask:before {
  height: 100%;
  top: 0;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 1;
}
.am-mask.bg-white {
  background-color: transparent;
}
.bg-gray .thrline span {
  background-color: #f8f8f8;
}
.bg-white.am-mask:before {
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.thrline {
  position: relative;
  line-height: 1;
  text-align: center;
}
.thrline span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px;
}
.thrline:after {
  height: 1px;
  background-color: #dedede;
  bottom: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}
.bg-white.am-mask p {
  color: #111;
}
.f-white {
  color: #fff;
}
.corner-marker1.bg-white .txt {
  padding: 25px 0 2px;
  background-color: #fff;
  top: -10px;
  left: 52px;
}
.corner-marker1.bg-white {
  width: 144px;
}
.choose .vertical-box .top {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.corner-marker1 {
  z-index: 20;
}
.rel {
  position: relative;
}
.checked-always:before,
.func-icon,
.icon,
.table .tbhd .init-price strong {
  display: inline-block;
  vertical-align: middle;
}
.func-icon,
.icon {
  *display: inline;
  background-image: url(/assets/images/icons/AB-pro-all-icon.png);
  background-repeat: no-repeat;
}
.func-icon,
.icon-sm {
  width: 50px;
  height: 50px;
}
.icon-md {
  width: 88px;
  height: 88px;
}
.back2top,
.icon-md2 {
  width: 60px;
  height: 60px;
}
.back2top {
  font-size: 40px;
  line-height: 2;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 456;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  background: #4384f5;
}
.back2top:hover {
  background-color: #0b41a1;
}
#promotion-alert .cnt {
  padding: 0;
  margin: 0;
}
#promotion-alert .promotion-row {
  padding-top: 0;
}
.banner-content {
  position: relative;
  z-index: 3;
  padding: 50px 0;
}
.combination-box .top > h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .fixed-tb-header.scrolling {
    position: fixed;
    background-color: #fff;
    z-index: 300;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  #navbar-nav-top {
    display: block;
  }
  #navbar-nav-top:after {
    content: '';
    clear: both;
    display: table;
  }
  #navbar-nav-top > li,
  #navbar-nav-top > li.dropdown {
    display: block;
    width: 25%;
    text-align: left;
    float: left;
  }
  #navbar-nav-top > li.dropdown {
    float: none;
    width: auto;
    clear: both;
  }
}
@media all and (max-width: 576px) {
  #navbar-nav-top > li {
    display: block;
    width: auto;
    float: none;
    clear: both;
  }
  #navbar-nav-top > li:nth-child(1),
  #navbar-nav-top > li:nth-child(2),
  #navbar-nav-top > li:nth-child(3) {
    display: table-cell;
    width: 33.3%;
    text-align: right;
  }
  #navbar-nav-top > li:nth-child(4) {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 768px) and (min-width: 577px) {
  #navbar-nav-top > li:nth-child(1),
  #navbar-nav-top > li:nth-child(2),
  #navbar-nav-top > li:nth-child(3),
  #navbar-nav-top > li:nth-child(4) {
    display: table-cell;
    width: 25%;
    vertical-align: bottom;
  }
}
.bg-b1,
.bg-b2,
.bg-g1,
.bg-g2 {
  background-image: linear-gradient(#5dc560, #5dc560), linear-gradient(#359eff, #359eff);
  background-blend-mode: normal, normal;
  background-color: #5dc560;
}
.bg-b1,
.bg-b2,
.bg-g2 {
  background-image: linear-gradient(#eaf7eb, #eaf7eb), linear-gradient(#359eff, #359eff);
  background-color: #eaf7eb;
}
.bg-b1,
.bg-b2 {
  background-image: linear-gradient(#18abff, #18abff), linear-gradient(#359eff, #359eff);
  background-color: #18abff;
}
.bg-b2 {
  background-image: linear-gradient(#091871, #091871), linear-gradient(#359eff, #359eff);
  background-color: #091871;
}
.bg-b3 {
  background-color: #ecf5ff;
}
.bg-b4 {
  background-color: #dce8ff;
}
.bg-gray {
  background-color: #eee;
}
.bg-white {
  background-color: #fff;
}
.plh.h29 {
  height: 29px;
  line-height: 29px;
}
.plh.h28 {
  height: 28px;
  line-height: 28px;
}
.plh.h20 {
  height: 20px;
}
.table-cls {
  margin-top: 50px;
}
.table .tbhd .init-price strong {
  margin-top: 0;
}
.bline {
  text-decoration: underline;
}
.table .tbhd .init-price {
  margin-top: 15px;
}
.table .tbhd .init-price .total-price {
  font-size: 1.4rem;
  color: #e5e6e8;
  text-decoration: line-through;
  margin-left: 15px;
}
.checked-always {
  font-size: 1.7rem;
}
.checked-always:before {
  content: '';
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -552px -181px;
}
.carousel-control {
  font-size: 40px;
}
.carousel-control:hover {
  background: #333;
  border-radius: 8px;
}
.carousel-control:hover .glyphicon {
  color: #fff;
}
.carousel-control.left {
  left: 155px;
}
.carousel-control.right {
  right: 155px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  width: 48px;
  height: 88px;
  line-height: 102px;
  bottom: unset;
  top: 50%;
  margin-top: -88px;
  text-align: center;
  color: #333;
}
.carousel-caption {
  position: static;
  max-width: 544px;
  margin: auto;
  color: #333;
  text-shadow: none;
}
.slider.cnt h2 {
  font-family: 'helvetica Blk', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 45px;
}
.carousel {
  margin-bottom: 70px;
}
.carousel-indicators li {
  border: 1px solid #837f7f;
  width: 18px;
  height: 6px;
  background-color: #837f7f;
  vertical-align: middle;
}
.carousel-indicators li:hover {
  background-color: #fff;
  border-color: #091871;
}
.carousel-indicators li.active {
  border: 1px solid #091871;
  width: 40px;
  height: 6px;
  background-color: #091871;
  transition: all 500ms;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .illustrate-tip {
    position: static;
  }
  .illustrate-tip .illustrate-content {
    max-width: 320px;
    width: 320px;
    min-width: 320px;
    box-sizing: border-box;
  }
  .illustrate-tip .illustrate-content.left {
    left: 0;
  }
  .illustrate-tip .illustrate-content.right {
    right: 0;
  }
  .illustrate-tip .illustrate-content.bottom {
    bottom: 60px;
  }
  .illustrate-tip .illustrate-content.top {
    top: 60px;
  }
  .illustrate-content .txt-longest {
    max-width: none;
    min-width: auto;
    width: auto;
  }
}
.am-icon-hook {
  position: relative;
  padding-left: 20px;
}
.am-icon-hook.hook2:before {
  background-position: -448px -118px;
}
.am-icon-hook:before {
  width: 12px;
  height: 12px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
}
.navbar-nav-top > :last-child > a:before {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e135";
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.navbar-nav-bottom .dropdown-menu > li > [data-amtri=navbar-link] {
  margin-right: 7px;
}
#header .nav-ic:last-child,
#footer .nav-ic:last-child,
.navbar-nav-bottom .dropdown-menu > li > a:last-child {
  margin-right: 0;
}
#header .nav-ic,
#footer .nav-ic {
  display: inline-block;
  margin-right: 7px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  top: -2px;
  position: relative;
  border-radius: 3px;
}
#header .nav-ic-30day,
#header .nav-ic-free,
#header .nav-ic-new,
#footer .nav-ic-30day,
#footer .nav-ic-free,
#footer .nav-ic-new {
  padding: 6px 9px 4px;
  transform: scale(0.84);
  -webkit-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -moz-transform: scale(0.84);
}
#header .nav-ic-free,
#footer .nav-ic-free {
  background-color: #1a9414;
  background-image: linear-gradient(0deg, #1a9414, #2cd230);
}
#header .nav-ic-30day,
#footer .nav-ic-30day {
  background-color: #1072e3;
  background-image: linear-gradient(90deg, #1458d1 0, #3e84ff 100%);
}
#header .nav-ic-new,
#footer .nav-ic-new {
  background-color: #ff3600;
  background-image: linear-gradient(90deg, #ff3600 0, #ff5b01 100%);
  margin-left: 7px;
}
#header .nav-ic-30day::before,
#header .nav-ic-free::before,
#header .nav-ic-new::before,
#footer .nav-ic-30day::before,
#footer .nav-ic-free::before,
#footer .nav-ic-new::before {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #23b522;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -4px;
}
#footer .nav-ic {
  margin-left: 4px;
}
#header .nav-ic-30day::before,
#footer .nav-ic-30day::before {
  border-right-color: #1072e3;
}
#header .nav-ic-new::before,
#footer .nav-ic-new::before {
  border-right-color: #ff3600;
}
#header .nav-ic-download,
#header .nav-ic-upgrade,
#footer .nav-ic-download,
#footer .nav-ic-upgrade {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
#header .nav-ic-download,
#footer .nav-ic-download {
  background: url(/assets/images/icons/ic-down.png) no-repeat center;
}
#header .nav-ic-download:hover,
#footer .nav-ic-download:hover {
  background: url(/assets/images/icons/ic-down-hover.png) no-repeat center #1072e3;
}
#header .nav-ic-upgrade,
#footer .nav-ic-upgrade {
  background: url(/assets/images/icons/ic-up.png) no-repeat center;
}
#header .nav-ic-upgrade:hover,
#footer .nav-ic-upgrade:hover {
  background: url(/assets/images/icons/ic-up-hover.png) no-repeat center #fe6000;
}
#header .nav-ic-buy,
#header .nav-ic-try,
#footer .nav-ic-buy,
#footer .nav-ic-try {
  border-radius: 3px;
  padding: 5px 9px 3px;
}
#header .nav-ic-buy,
#footer .nav-ic-buy {
  background-color: #fe6000;
  background-image: linear-gradient(90deg, #ff6701 0, #ff9c3d 100%);
}
#header .nav-ic-try,
#footer .nav-ic-try {
  background-color: #1072e3;
  background-image: linear-gradient(90deg, #1458d1 0, #3e84ff 100%);
}
#header .nav-ic-buy,
#header .nav-ic-download,
#header .nav-ic-try,
#header .nav-ic-upgrade,
#footer .nav-ic-buy,
#footer .nav-ic-download,
#footer .nav-ic-try,
#footer .nav-ic-upgrade {
  visibility: hidden;
}
#header .dropdown-menu > li:hover .nav-ic-buy,
#header .dropdown-menu > li:hover .nav-ic-download,
#header .dropdown-menu > li:hover .nav-ic-try,
#header .dropdown-menu > li:hover .nav-ic-upgrade,
#footer .dropdown-menu > li:hover .nav-ic-buy,
#footer .dropdown-menu > li:hover .nav-ic-download,
#footer .dropdown-menu > li:hover .nav-ic-try,
#footer .dropdown-menu > li:hover .nav-ic-upgrade {
  visibility: visible;
}
@media all and (min-width: 1200px) {
  #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu {
    width: 358px;
    left: -130px;
  }
  #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu {
    width: 378px;
    left: -133px;
  }
  #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu {
    width: 308px;
    left: -99px;
  }
}
#header .nav-ic:hover,
#footer .nav-ic:hover {
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  .ensureCookie > div > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#am-dialog .modal-dialog {
  top: calc(50% - 150px);
}
#am-dialog .modal {
  z-index: 9999;
}
.easily .f-bradhitc:first-letter {
  font-size: 6rem;
}
.am-reviews .slick-dots li button {
  font-size: 0;
}
.am-reviews .slick-dots li button:hover,
.am-reviews .slick-dots li.slick-active button {
  font-size: 0;
  color: #091871;
  background: #091781;
}
.para-text > p {
  position: absolute !important;
  top: 51% !important;
  left: 0 !important;
  right: 0 !important;
  height: 30px !important;
  line-height: 30px !important;
}
@media all and (max-width: 992px) {
  .promotion-alert-wrapper {
    display: none !important;
  }
}
@media all and (max-width: 576px) {
  .tb-tabs > li > a {
    font-size: 1.6rem !important;
  }
  .table .btn {
    width: auto !important;
    display: block !important;
    font-size: 1.2rem !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    min-width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 10px 15px !important;
  }
  .table-col4 th:first-child {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .post-area img {
    max-width: 700px;
    height: auto !important;
  }
  [lang=de] #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu,
  [lang=fr] #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu,
  [lang=it] #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu,
  [lang=jp] #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu,
  [lang=pt] #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu,
  [lang=tw] #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu {
    width: 390px;
    left: -155px;
  }
  [lang=de] .footer .top .right .cnt,
  [lang=es] .footer .top .right .cnt,
  [lang=fr] .footer .top .right .cnt,
  [lang=it] .footer .top .right .cnt,
  [lang=jp] .footer .top .right .cnt,
  [lang=pt] .footer .top .right .cnt,
  [lang=tw] .footer .top .right .cnt {
    padding-left: 15%;
  }
  [lang=de] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu,
  [lang=it] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu,
  [lang=jp] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu,
  [lang=pt] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu,
  [lang=tw] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu {
    width: 410px;
    left: -153px;
  }
  [lang=es] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu {
    width: 530px;
    left: -210px;
  }
  [lang=fr] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu {
    width: 400px;
    left: -150px;
  }
  [lang=fr] #header .navbar-nav-bottom li:nth-child(3) .dropdown-menu .navbar-amintro > p {
    white-space: inherit;
  }
  [lang=es] #header .navbar-nav-bottom li:nth-child(2) .dropdown-menu {
    width: 400px;
    left: -160px;
  }
  [lang=de] #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu,
  [lang=es] #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu,
  [lang=fr] #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu,
  [lang=it] #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu,
  [lang=jp] #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu,
  [lang=pt] #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu,
  [lang=tw] #header .navbar-nav-bottom li:nth-child(4) .dropdown-menu {
    width: 360px;
    left: -161px;
  }
}
[lang=fr] h2 {
  font-size: 3.4rem;
  margin: 0 0 30px;
}
[lang=jp] h5 {
  font-size: 1.5rem;
  margin: 7px 0 10px;
}
@media all and (max-width: 768px) {
  .offers .offers-wrap .combination-box .right {
    max-width: 90%;
    width: auto;
    margin: auto;
    text-align: center;
  }
}
#dlLink-1 {
  display: none;
}
[data-vatprice="true"] {
  opacity: 0;
}
.pricing-radio-box {
  display: inline-block;
  text-align: left;
  font-weight: normal;
}
.pricing-radio-box.f-fs12 {
  font-size: 12px;
}
.pricing-radio-box [data-elem="radio-item"] {
  cursor: pointer;
}
.pricing-radio-box .pricing-radio {
  width: 20px;
  height: 20px;
  background: url(/assets/images/icons/icon-xuan2.png) no-repeat;
  background-position: 0 -107px;
  display: inline-block;
  vertical-align: middle;
}
.pricing-radio-box .pricing-radio.pricing-checked {
  background-position: 0 -71px;
}
.pricing-radio-box .ic-coupon {
  display: inline-block;
  background: #F25757;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  line-height: 21px;
  padding: 0 3px;
  position: relative;
  margin-left: 19px;
  top: -3px;
}
.pricing-radio-box .ic-coupon::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 18px;
  vertical-align: middle;
  background: url(/assets/images/icons/sanjiao2.png) no-repeat center;
  position: absolute;
  left: -9px;
  top: 0;
}
.pricing-radio-box [data-elem="radio-item"]:not(:last-child) {
  margin-bottom: 10px;
}
[data-pricing-checkbox="false"] {
  cursor: auto !important;
}
[data-pricing-checkbox="false"] .pricing-cb {
  cursor: auto !important;
}
[data-pricing-radio="false"] {
  cursor: auto !important;
}
[data-pricing-radio="false"] .pricing-cb {
  cursor: auto !important;
}
[data-vat="after-tax"] {
  font-size: 14px;
  min-height: 17px;
}
.vat-price {
  display: inline-block;
  line-height: 1!important;
}
.vat-price del {
  display: block;
}
.vat-price .tac {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.vat-price .tac [data-vat="pre-tax"] {
  margin-bottom: 0;
}
.vat-price [data-vat="pre-tax"] {
  display: inline-block;
}
.vat-price .f-fs14 {
  font-size: 14px;
}
.vat-price .f-fs20 {
  font-size: 20px;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb10 {
  margin-bottom: 20px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mtb {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.vat-price2 del,
.vat-price2 [data-vat="after-tax"],
.vat-price2 [data-vat="pre-tax"] {
  display: block;
}
