/*table*/
.table {
    margin-bottom: 0;
}

.table th {
    font-weight: normal;
    font-size: 16px;
}

.table thead th:not(:first-child) {
    color: #fff;
}

.table thead tr th,
.table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.table td {
    position: relative;
    z-index: 0;
}

.table td:hover {
    z-index: 300;
}

.table td.hook::after,
.table td.nohook::after {
    content: '';
    display: inline-block;
}

.table td.hook::after {
    width: 15px;
    height: 15px;
    background: url(/public/images/icons/tiny-icon-all.png) no-repeat center;
    background-position: -1046px -182px;
}

.table td.hook.blue1::after {
    background-position: -860px -182px;
}

.table td.hook.blue2::after {
    background-position: -923px -182px;
}

.table td.hook.blue3::after {
    background-position: -986px -182px;
}

.table td.hook.green::after {
    background-position: -797px -182px;
}

.table td.nohook::after {
    width: 15px;
    height: 3px;
    background-color: #bdbdbd;
}

.table td.hook.txt {
    padding-top: 20px;
}

.table td.hook.txt::after {
    top: -20px;
}

.table .price {
    font-family: 'Myriad Pro';
}

.table .curr-price {
    font-size: 24px;
    display: block;
    line-height: 1.2;
}

.table .btn {
    width: 160px;
    padding: 0;
}

.table-col5 h5,
.table-col5 p {
    margin: 0;
}

.table-col5 thead th:first-child,
.table-col5 tr td:first-child {
    width: 308px;
    text-align: left;
}

.table-col5 thead th:not(:first-child),
.table-col5 tr td:not(:first-child) {
    width: 200px;
}
.tb-sg .plh{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #495b71;
    padding: 30px 15px 30px 25px;
}

.table-col5 tbody td{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;

}
.table-col5 td  h5{
    padding:10px  15px 10px 25px;
}
.table-col5 td p{
    padding:0  15px 10px 25px;
    margin-bottom: 0;
    text-align: left;
}
.bg-b5{
    background: #e3f0ff;
}
.bg-b6{
    background:  #dcecff;
}
@media all and (max-width: 767px) {
    .table-box {
        overflow-y: hidden;
    }

    .table {
        width: 768px;
    }
}

.table.noborder tr th,
.table.noborder tr td {
    border: 0;
    padding: 20px 15px;
    text-align: left;
}

.table.blue tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table.blue tbody tr:nth-child(even) {
    background-color: #dce8ff;
}

.table-outer {
    overflow-x: auto;
}

.table-outer .table {
    min-width: 940px !important;
}

.table-ctn {
    margin-bottom: 1px;
}
.table-ctn:hover, table-ctn:focus {
    z-index:400830;
}

@media all and (max-width: 992px) {
    .table-outer {
        overflow-x: scroll;
    }

    .table-outer .fixed-tb-header {
        max-width: none;
        position: static !important;
        margin-bottom: -1px;
        display: table;
    }

    /*这个尺寸的设备显示的显示滚动条*/
    .table-outer {
        overflow-y: auto;
        padding-bottom: 1px;
    }

    .table-outer::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
    }

    .table-outer::-webkit-scrollbar {
        width: 5px;
        height: 13px;
    }

    .table-outer::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        min-height: 28px;
    }

    .table-outer::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }


    .table-outer .fixed-tb-header,
    .table-outer .table,
    .table-outer .table > tbody > tr > td,
    .table-outer .table > tbody > tr > th,
    .table-outer .table > tfoot > tr > td,
    .table-outer .table > tfoot > tr > th,
    .table-outer .table > thead > tr > td,
    .table-outer .table > thead > tr,
    .table-outer .table > tbody > tr,
    .table-outer .table > tbody > tr,
    .table-outer .table > tfoot > tr,
    .table-outer .table > tfoot > tr,
    .table-outer .table > thead > tr,
    .table-outer .table > tbody,
    .table-outer .table > tfoot,
    .table-outer .table > thead,
    .table-outer .table > caption + thead > tr:first-child > td,
    .table-outer .table > caption + thead > tr:first-child > th,
    .table-outer .table > colgroup + thead > tr:first-child > td,
    .table-outer .table > colgroup + thead > tr:first-child > th,
    .table-outer .table > thead:first-child > tr:first-child > td,
    .table-outer .table > thead:first-child > tr:first-child > th {
        display: block;
        width: auto !important;
        min-width: auto !important;
        min-height: 30px;
    }

    .table-outer .table > tbody > tr > td:first-child,
    .table-outer .table > tbody > tr > th:first-child,
    .table-outer .table > tfoot > tr > td:first-child,
    .table-outer .table > tfoot > tr > th:first-child,
    .table-outer .table > thead > tr > td:first-child,
    .table-outer .table > thead:first-child > tr:first-child > td:nth-child(1),
    .table-outer .table > thead:first-child > tr:first-child > th:nth-child(1) {
        display: table-cell;
        width: 50% !important;
    }


    .table-outer .t1 > tbody > tr > td:nth-child(2),
    .table-outer .t1 > tbody > tr > th:nth-child(2),
    .table-outer .t1 > tfoot > tr > td:nth-child(2),
    .table-outer .t1 > tfoot > tr > th:nth-child(2),
    .table-outer .t1 > thead > tr > td:nth-child(2),
    .table-outer .t1 > thead:first-child > tr:first-child > td:nth-child(2),
    .table-outer .t1 > thead:first-child > tr:first-child > th:nth-child(2),
    .table-outer .t2 > tbody > tr > td:nth-child(3),
    .table-outer .t2 > tbody > tr > th:nth-child(3),
    .table-outer .t2 > tfoot > tr > td:nth-child(3),
    .table-outer .t2 > tfoot > tr > th:nth-child(3),
    .table-outer .t2 > thead > tr > td:nth-child(3),
    .table-outer .t2 > thead:first-child > tr:first-child > td:nth-child(3),
    .table-outer .t2 > thead:first-child > tr:first-child > th:nth-child(3),
    .table-outer .t4> tbody > tr > td:nth-child(5),
    .table-outer .t4 > tbody > tr > th:nth-child(5),
    .table-outer .t4 > tfoot > tr > td:nth-child(5),
    .table-outer .t4 > tfoot > tr > th:nth-child(5),
    .table-outer .t4 > thead > tr > td:nth-child(5),
    .table-outer .t4 > thead:first-child > tr:first-child > td:nth-child(5),
    .table-outer .t4 > thead:first-child > tr:first-child > th:nth-child(5),
    .table-outer .t3 > tbody > tr > td:nth-child(4),
    .table-outer .t3 > tbody > tr > th:nth-child(4),
    .table-outer .t3 > tfoot > tr > td:nth-child(4),
    .table-outer .t3 > tfoot > tr > th:nth-child(4),
    .table-outer .t3 > thead > tr > td:nth-child(4),
    .table-outer .t3 > thead:first-child > tr:first-child > td:nth-child(4),
    .table-outer .t3 > thead:first-child > tr:first-child > th:nth-child(4){
        display: table-cell;
        width: 50% !important;
    }

    .tb-tabs {
        margin-bottom: 15px;
        display: table;
        width: 100%;
    }
    .tb-tabs > li > a {
        font-size: 2.2rem;
    }
    .tb-tabs > li {
        display: table-cell;
        float: none;
    }
    .tb-tabs > li.active > a,.tb-tabs > li.active > a:hover,.tb-tabs > li.active > a:focus {
        background-color: #091871;
    }
    .table-outer .table > tbody > tr > td,
    .table-outer .table > tbody > tr > th,
    .table-outer .table > tfoot > tr > td,
    .table-outer .table > tfoot > tr > th,
    .table-outer .table > thead > tr > td,
    .table-outer .table > thead:first-child > tr:first-child > td,
    .table-outer .table > thead:first-child > tr:first-child > th {
        display: none;
    }

    .table-outer .table > tbody > tr,
    .table-outer .table > tbody > tr,
    .table-outer .table > tfoot > tr,
    .table-outer .table > tfoot > tr,
    .table-outer .table > thead > tr,
    .table-outer .table > thead:first-child > tr:first-child,
    .table-outer .table > thead:first-child > tr:first-child {
        display: table;
        width: 100% !important;
    }

}


.table-col4 th, .table-col4 td {
    width: 23%;
    color: #333;
}

.table-col4 th:first-child, .table-col4 td:first-child {
    width: 31%;
    color: #333;
    text-align: left;
    padding-left: 25px;
    padding-right: 15px;
}

.table-col4 th:first-child > .plh {
    font-size: 2.4rem;
    font-weight: bold;
}

.table {
    font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
    color: #fff;
}

.table .tbhd .sale-price {
    font-size: 2.0rem;
    font-weight: bold;
}

.table .tbhd {
    padding: 15px 0;
}

.table .tbhd strong {
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0;
}


.tbhd h4 {
    margin-bottom: 0;
}

.btn.btn-g2 {

}

.table .tbbd {
    padding: 20px 0;
}

.table .tbbd-row {
    margin-top: 5px;
}

.table .btn {
    margin-bottom: 0;
}

.table .tbbd .btn-link {
    font-size: 1.4rem;
    height: 20px;
    line-height: 20px;
}

.table h5 .illustrate-tip {
    font-weight: normal;
}

.table h5 {
    margin-bottom: 0;
    padding: 35px 0;
    font-size: 1.8rem;
}

.table:first-child {
    margin-bottom: -1px;
}

.table h5 .illustrate-tip .illustrate-content {
    min-width: auto;
    word-break: keep-all;
    white-space: nowrap;
}

.table-outer {
    position: relative;
    overflow: visible;
}

.table-cls {
    overflow: visible;
}

@media all and (min-width: 992px) {
    .fixed-tb-header {
        top: 0;
        left: 0;
        min-width: 920px;
        z-index: 200;
    }

    .fixed-tb-header.scrolling {
        position: fixed;
        background-color: #fff;
        z-index: 300;
    }
}
/*table*/
/*color*/


.bg-g1 {
    background-image: linear-gradient(
            #5dc560,
            #5dc560),
    linear-gradient(
            #359eff,
            #359eff);
    background-blend-mode: normal,
    normal;
    background-color: #5dc560;
}

.bg-g2 {
    background-image: linear-gradient(
            #eaf7eb,
            #eaf7eb),
    linear-gradient(
            #359eff,
            #359eff);
    background-blend-mode: normal,
    normal;
    background-color: #eaf7eb;
}

.bg-b1 {
    background-image: linear-gradient(
            #18abff,
            #18abff),
    linear-gradient(
            #359eff,
            #359eff);
    background-blend-mode: normal,
    normal;
    background-color: #18abff;
}


.bg-b2 {
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #359eff,
            #359eff);
    background-blend-mode: normal,
    normal;
    background-color: #091871;
}

.bg-b3 {
    background-color: #ecf5ff;
}

.bg-b4 {
    background-color: #dce8ff;
}
.bg-gray {
    background-color: #eee;
}
.bg-white {
    background-color: #fff;
}
/*color*/
.banner{
    background: url("/public/images/banner/bg_thanks_install-ab-standard.jpg") no-repeat center;
    background-size: cover;
}
.banner .banner-wrap{
    max-width: 1200px;
    padding: 110px 15px;
    margin: auto;
}
.banner h1{
    letter-spacing: 2px;
    color: #091871;
    line-height: 1;
}
body{
    background: #fff;
}
.special .Special-wrap{
    padding: 80px 15px;
    max-width: 1200px;
    margin: auto;
}
.special h2{
    text-align: center;
    margin-bottom: 40px;
}
.plh.h28 {
    height: 28px;
}
.plh.h20 {
    height: 20px;
}
.visibility{
    visibility: hidden;
}
.plh.h28{
    font-size: 14px;
    color: #666;
}
.special{
    background: #eee;
}

.special .pricing-box .pricing-cb.pricing-checked{
    display: none;
}
.special .table .tbhd .sale-price{
    display: inline-block;
}
.special .table .tbhd del{
    font-size: 14px;
    margin-left: 5px;
    font-weight: normal;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-decoration: line-through;
}
.special .table h5{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    padding: 15px 0;
}
.special .hook p{
    padding-top: 20px;
}
.tips{
    padding: 30px 10px;
    margin-top: 40px;
    background-color: #ffffff;
    box-shadow: 0px 15px 29px 0px
    rgba(86, 131, 244, 0.35);
}
.tips b{
    font-family: 'bradhitc';
    font-size: 48px;
    line-height: 1;
    color: #091871;
    font-weight: normal;
}
.tips p{
    max-width: 971px;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
    color: #666666;
}
.payment{
    margin-top: 98px;
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #329adc,
            #329adc);
    background-blend-mode: normal,
    normal;
    padding: 15px 85px;
    position: relative;
}
.payment .left{
    position: absolute;
    top: -60px;
}
.payment h4{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #fefefe;
    margin-bottom: 0;
}
.payment .right{
    max-width: calc(100% - 430px);
    margin-left: auto;
    margin-right: 0;
}
.payment ul li{
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
.payment p{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin: 10px auto;
}
.payment hr{
    margin: 10px 0;
}
.community{
    background: #eee;
}
.community h2{
    text-align: center;
}
.community .vertical-box{
    background: initial;
    padding-top: 30px;
}
.community h5{
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #333;
    margin-top: 30px;
    margin-bottom: 25px;
}
.community p{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666;
    margin-bottom: 20px;
}
.reviews{
    position: relative;
}
.reviews-wrap{
    padding: 80px 0 50px 0;
}
.reviews h2{
    text-align: center;
    margin-bottom: 40px;
}
.reviews-box .col-md-6{
    padding: 0 15px;
}

.toggle-reviews .button{
    cursor: pointer;
}
@media (max-width: 991px) {
    .payment .left{
        position: static;
        margin: auto;
        display: block;
    }
    .payment .right{
        max-width: 100%;


    }
    .payment{
        padding: 15px ;
    }
}

.tbbd {
    color: #373f43;
}
.tbbd .plh.h28 {
    line-height: 28px;
    color: #373f43;
}
.tbbd .plh.h40 {
    height: 40px;
    margin-top: 6px;
}


@media all and (min-width:992px) {
    .row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .vertical-box,.combination-box,.toggle-reviews {
        height: 100%;
    }
}

@media all and (max-width: 768px) {
    .banner h1 {
        font-size: 3.6rem;
    }

    .table-col4 th:first-child > .plh {
        font-size: 1.4rem;
    }
}

[lang=jp] .table .tbhd strong{
    margin-top: 0;
}




/* style */
@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;
}
.ovrhid {
  overflow: hidden;
}
.header {
  width: 100%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header h4,
.header h5,
.header h6 {
  font-family: 'Myriad Pro';
  line-height: 1.1;
}
.header.add-search {
  overflow: hidden;
}
.header button {
  border: 0;
}
.header .f-df {
  display: flex;
}
.header .f-fl {
  float: left;
}
.header .f-fr {
  float: right;
}
.header a {
  font-size: 16px;
  text-decoration: none;
}
.header .logo-bx .logo {
  position: relative;
}
.header .logo-bx p {
  font-size: 12px;
  position: absolute;
  left: 60px;
  bottom: -1px;
  white-space: nowrap;
  zoom: 0.833;
  word-spacing: -0.8px;
  opacity: 0.8;
  color: #fff;
  line-height: 1;
}
.header .logo-bx img {
  vertical-align: middle;
}
.header .nav-mn {
  position: relative;
  font-size: 0;
}
.header .nav-li {
  display: inline-block;
  font-size: 0;
  margin-left: 35px;
  vertical-align: top;
  padding: 24px 0 20px;
  position: relative;
}
.header .nav-li > a {
  line-height: 25px;
  position: relative;
}
.header .nav-btn-search {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(/public/images/icons/icon-header.png) no-repeat 2px -111px;
  padding: 0 !important;
}
.header .nav-btn-search:hover {
  background-position: 2px -147px;
}
.header .nav-btn-bx {
  padding: 20px 0;
  margin-left: 10%;
}
.header .dropdown-link > a::after {
  content: "\e259";
  display: inline-block;
  font-size: 12px;
  font-weight: normal !important;
  font-family: "Glyphicons Halflings";
  margin-left: 7px;
  vertical-align: middle;
  transition: color linear 0.1s;
}
.header .dropdown-link.open a::after {
  transform: rotate(180deg);
}
.header .dropdown-link.open .dropdown-menu {
  z-index: 1001 !important;
}
.header .dropdown-menu {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 999;
  height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  visibility: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  transition: height linear 0.4s;
}
.header .dropdown-menu h4 {
  margin-bottom: 0;
}
.header .dropdown-menu h4 a {
  color: #2f2f2f;
}
.header .dropdown-menu .menu-link {
  color: #1072E3;
  font-size: 1.8rem;
}
.header .dropdown-menu .menu-link::after {
  content: '';
  width: 0;
  display: block;
  border-bottom: 1px solid transparent;
  transition: width 0.3s linear;
}
.header .dropdown-menu .menu-link:hover::after {
  width: 100%;
  border-bottom-color: #1072E3;
}
.header .dropdown-menu .menu .sort-tt::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  border-right: 4px solid;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.header .dropdown-menu .menu dl {
  margin: 0;
}
.header .dropdown-menu .menu dl:nth-child(2) {
  margin-left: 20px;
}
.header .dropdown-menu .menu dl:nth-last-child(2) {
  border-right: 1px solid #F2F2F2;
  padding-right: 10px;
}
.header .dropdown-menu .menu .not-dt dd {
  padding-left: 0;
}
.header .dropdown-menu .menu dt {
  margin-bottom: 40px;
}
.header .dropdown-menu .menu dd {
  padding-left: 17px;
}
.header .dropdown-menu .menu dd.f-pl0 {
  padding-left: 0;
}
.header .dropdown-menu .menu h4 {
  font-size: 2rem;
  font-weight: bold;
}
.header .dropdown-menu .menu h4 a {
  font-size: inherit;
}
.header .dropdown-menu .menu h6 {
  font-weight: 400;
  margin-bottom: 7px;
}
.header .dropdown-menu .menu p {
  font-size: 14px;
  color: #666;
}
.header .dropdown-menu .menu-btm {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #F2F2F2;
  text-align: center;
}
.header .dropdown-menu .menu-btm[class="menu-btm"] {
  font-size: 16px;
  color: #333;
}
.header .dropdown-menu .menu-btm .link {
  font-weight: 700;
}
.header .dropdown-menu .s-fw-bd h6 {
  font-weight: 700;
}
.header .dropdown-menu.sec-dropdown-menu1 {
  width: 860px;
  left: calc(100% - 430px);
}
.header .dropdown-menu.sec-dropdown-menu2 {
  width: 320px;
  left: calc(100% - 160px);
}
.header .dropdown-menu1 {
  width: 840px;
  left: calc(50% - 420px);
}
.header .dropdown-menu1 dl:nth-child(1) {
  width: 58%;
}
.header .dropdown-menu2 {
  width: 880px;
  left: calc(50% - 440px);
}
.header .dropdown-menu2 dl:nth-child(1) {
  width: 55%;
}
.header .dropdown-menu3 {
  width: 540px;
  left: calc(50% - 270px);
}
.header .dropdown-menu3 .menu {
  padding: 45px 30px 40px 40px;
}
.header .dropdown-menu4 {
  width: 330px;
  left: calc(50% - 165px);
}
.header-mn {
  background-color: #091871;
}
.header-mn .header-nav {
  width: calc(100% - 165px);
}
.header-mn .nav-li:hover > a,
.header-mn a {
  color: #CCC;
}
.header-mn .nav-li:hover > a:hover,
.header-mn a:hover {
  color: #fff;
  text-decoration: none;
}
.header-mn .logo-bx {
  margin-top: 20px;
}
.header-mn .dropdown-link::after {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  display: none;
}
.header-mn .dropdown-link.open > a {
  color: #fff;
}
.header-mn .dropdown-link.open::after {
  display: inline-block;
}
.header-mn .dropdown-menu .menu {
  width: 100%;
  padding: 45px 45px 40px 40px;
  display: flex;
  justify-content: space-between;
}
.header-mn .dropdown-menu .menu dd:not(:last-child) {
  margin-bottom: 30px;
}
.header-sec {
  background-color: #FFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.header-sec a {
  color: #2F2F2F;
  font-size: 18px;
}
.header-sec a:hover {
  color: #1072E3;
}
.header-sec .f-df {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-sec .f-df.f-jc-fe {
  justify-content: flex-end;
}
.header-sec .f-df.f-al-sth {
  align-items: stretch;
}
.header-sec .f-df.f-jc-sb {
  justify-content: space-between;
}
.header-sec .container2 {
  max-width: 1200px;
  margin: 0 auto;
}
.header-sec .header-nav {
  min-width: 700px;
}
.header-sec .header-nav.nav-820 {
  min-width: 820px;
}
.header-sec .nav-li {
  margin-left: 45px;
}
.header-sec .nav-li > a:hover {
  color: #1072E3;
}
.header-sec .dropdown-link.open > a {
  color: #1072E3;
}
.header-sec .dropdown-menu {
  left: calc(50% - 100px);
  width: 200px;
}
.header-sec .dropdown-menu .menu {
  padding: 35px 10px 25px 30px;
  border-top: 2px solid #1072E3;
}
.header-sec .dropdown-menu .menu.f-df {
  align-items: stretch;
}
.header-sec .dropdown-menu .menu dl:nth-last-child(2) {
  padding-right: 30px;
}
.header-sec .dropdown-menu .menu dt {
  margin-bottom: 20px;
}
.header-sec .dropdown-menu .menu dd:not(:last-child) {
  margin-bottom: 22px;
}
.header-sec .dropdown-menu .menu h5 .menu-link {
  font-size: 18px;
}
.header-sec .dropdown-menu.sec-dropdown-menu1 .menu {
  padding: 35px 50px 25px;
}
.header-sec .dropdown-menu .menu-link {
  color: #1a1a1a;
  font-size: 16px;
}
.header-sec .dropdown-menu .menu-link:hover {
  color: #1072E3;
}
.header-sec .dropdown-menu .menu-link::after {
  display: none;
}
.header-sec .dropdown-menu h6 {
  margin-bottom: 0;
}
.header-sec .dropdown-menu h6:not(:last-child) {
  margin-bottom: 30px;
}
.header-sec .nav-li.nav-btn {
  padding: 15px 0;
  margin-left: 69px;
}
.header-sec [class="btn-nav btn-nav-dw"].btn-nav {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid;
  color: #1936B2;
  border-radius: 20px;
  transition: background-color 0.5s;
}
.header-sec [class="btn-nav btn-nav-dw"].btn-nav:hover {
  background: #1936B2;
  color: #fff;
}
.header-sec [class="btn-nav btn-nav-dw"].btn-nav:hover::before {
  background: url(/public/images/icons/ic-download-hover.png) no-repeat center;
}
.header-sec [class="btn-nav btn-nav-dw"].btn-nav-dw::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-right: 9px;
  background: url(/public/images/icons/ic-download.png) no-repeat center;
}
.header-sec .btn-nav {
  min-width: 160px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  padding: 0 10px;
  border: 1px solid;
  color: #1936B2;
  border-radius: 20px;
  transition: background-color 0.5s;
}
.header-sec .btn-nav:hover {
  background: #1936B2;
  color: #fff !important;
}
.f-fixed.header-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.header-mb .logo-bx p {
  bottom: 0;
}
.header-mb .header-sec .header-nav {
  min-width: 800px;
}
.header-mb .header-sec .nav-li {
  margin-left: 35px;
}
.header-acb .dropdown-menu.acb-sec-dropdown-menu2 h6:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .header .nav-ic-buy,
  .header .nav-ic-try {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear;
  }
  .header .dropdown-menu h6:hover .nav-ic-buy,
  .header .dropdown-menu h6:hover .nav-ic-try {
    opacity: 1;
    visibility: visible;
  }
  .header .dropdown-menu .menu dd.dd-tt {
    margin-top: 58px;
  }
  .header .open.dropdown-link .dropdown-menu {
    visibility: visible;
  }
  .header .open.dropdown-link .dropdown-menu1 {
    height: 377px;
  }
  .header .open.dropdown-link .dropdown-menu2 {
    height: 532px;
  }
  .header .open.dropdown-link .dropdown-menu3 {
    height: 407px;
  }
  .header .open.dropdown-link .dropdown-menu4 {
    height: 367px;
  }
  .header .open.dropdown-link .sec-dropdown-menu1 {
    height: 352px;
  }
  .header .open.dropdown-link .sec-dropdown-menu2 {
    height: 326px;
  }
  .header .open.dropdown-link .sec-dropdown-menu3 {
    height: 244px;
  }
  .header-mb .dropdown-menu.mb-sec-dropdown-menu1 {
    width: 500px;
    left: calc(50% - 250px);
  }
  .header-mb .open.dropdown-link .mb-sec-dropdown-menu1 {
    height: 292px;
  }
  .header-mb .open.dropdown-link .mb-sec-dropdown-menu2 {
    height: 238px;
    transition: height linear 0.2s;
  }
  .header-acb .dropdown-menu.acb-sec-dropdown-menu1 {
    width: 280px;
    left: calc(50% - 140px);
  }
  .header-acb .dropdown-menu.acb-sec-dropdown-menu2 {
    width: 250px;
    left: calc(50% - 125px);
  }
  .header-acb .open.dropdown-link .acb-sec-dropdown-menu1 {
    height: 195px;
    transition: height linear 0.2s;
  }
  .header-acb .open.dropdown-link .acb-sec-dropdown-menu2 {
    height: 259px;
    transition: height linear 0.2s;
  }
  .header-sec .container2 {
    text-align: center;
  }
  .header-sec .logo-bx,
  .header-sec .header-nav {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header .dropdown-menu1 {
    left: calc(50% - 330px);
  }
  .header .dropdown-menu4 {
    left: calc(50% - 165px);
  }
}
@media (max-width: 991px) {
  .header .container {
    width: 100%;
  }
  .header .container2 {
    padding: 0 15px;
  }
  .header .container {
    position: static;
  }
  .header .logo-bx {
    width: 100%;
    margin: 10px 0;
  }
  .header .header-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 55px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0 0 20px;
    border-top: 1px solid rgba(204, 204, 204, 0.7);
    overflow-x: hidden;
    display: none;
    z-index: 10;
    position: fixed;
    max-height: 100%;
    height: 100%;
  }
  .header .header-nav .f-fr {
    float: none;
  }
  .header .header-nav .nav-li {
    display: block;
    margin-left: 0;
    padding: 0 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }
  .header .header-nav .nav-li:nth-child(6) {
    display: none;
  }
  .header .header-nav .nav-li > a {
    padding: 10px 0;
  }
  .header .nav-btn-search {
    margin-top: 12px;
  }
  .header .dropdown-link::after {
    content: "\e259";
    display: inline-block;
    font-size: 12px;
    font-weight: normal !important;
    font-family: "Glyphicons Halflings";
    margin-left: 7px;
    position: absolute;
    left: auto;
    bottom: auto;
    right: 15px;
    top: 13px;
    margin: 0 7px;
    color: #ccc;
    border: none;
    transition: transform linear 0.1s;
  }
  .header .dropdown-link > a::after {
    display: none;
  }
  .header .dropdown-link.open .dropdown-menu {
    height: auto;
    visibility: visible;
  }
  .header .dropdown-link.open::after {
    color: #fff;
    transform: rotate(-180deg);
  }
  .header .dropdown-menu {
    position: static;
    float: none;
    overflow-x: hidden;
    width: 100% !important;
    box-shadow: none;
  }
  .header .dropdown-menu .menu {
    padding: 20px 10px 40px 20px;
    flex-direction: column;
  }
  .header .dropdown-menu .menu dl {
    margin-left: 0 !important;
    width: 100% !important;
    border: 0 !important;
  }
  .header .dropdown-menu .menu dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .header .dropdown-menu .menu dt {
    margin-bottom: 15px;
  }
  .header .am-open .header-nav {
    transform: translateX(0);
  }
  .nav-ic-try {
    display: none !important;
  }
  .header-mn {
    position: relative;
  }
  .header-mn .logo-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-mn .logo-bx p {
    display: none;
  }
  .header-mn .logo-bx img {
    max-width: 95px;
  }
  .header-mn .nav-tg {
    display: block;
    width: 20px;
    float: right;
    position: relative;
    height: 18px;
    transition: all 0.65s;
  }
  .header-mn .nav-tg span {
    display: block;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
  }
  .header-mn .nav-tg span:last-child {
    margin-bottom: 0;
  }
  .header-mn.am-open .nav-tg span {
    transition: transform 0.65s;
    margin: 0;
    position: absolute;
    width: 100%;
  }
  .header-mn.am-open .nav-tg span::after {
    transform: rotate(180deg);
  }
  .header-mn.am-open .nav-tg span:nth-child(2) {
    display: none;
  }
  .header-mn.am-open .nav-tg span:first-child {
    top: 4px;
    transform-origin: center;
    transform: rotate(45deg);
  }
  .header-mn.am-open .nav-tg span:last-child {
    bottom: 12px;
    transform-origin: center;
    transform: rotate(-45deg);
  }
  .header-mn .header-nav {
    background-color: #091871;
  }
  .header-mn .nav-mn {
    padding-bottom: 50px;
  }
  .header-sec {
    position: relative;
  }
  .header-sec .f-df {
    display: block;
  }
  .header-sec .logo-bx {
    margin: 0;
    text-align: center;
    padding: 10px 0;
  }
  .header-sec .nav-tg {
    float: right;
    width: 37px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-sec .nav-tg span::after {
    content: "\e259";
    display: inline-block;
    font-size: 22px;
    font-weight: normal !important;
    font-family: "Glyphicons Halflings";
    line-height: 1;
  }
  .header-sec .header-nav {
    top: 107px;
    background-color: #FFF;
    min-width: auto!important;
  }
  .header-sec.f-fixed .header-nav {
    top: 55px;
  }
  .header-sec .dropdown-link::after {
    color: #2f2f2f;
  }
  .header-sec .dropdown-link.open::after {
    color: #1072E3;
  }
  .header-sec .dropdown-menu .menu {
    width: 100%;
  }
  .header-sec .dropdown-menu.sec-dropdown-menu1 .menu {
    padding: 35px 10px 25px 20px;
  }
  .header-sec .nav-mn {
    padding-bottom: 100px;
  }
}
.footer {
  background-color: #141924;
  color: #fff;
  padding-top: 70px;
}
.footer a {
  color: #7e7f82;
  font-size: 14px;
  line-height: 26px;
}
.footer a:hover {
  text-decoration: none;
  color: #fff;
}
.footer .logo-img {
  margin-bottom: 70px;
  display: inline-block;
}
.footer .item {
  vertical-align: top;
}
.footer .item dd {
  margin-bottom: 7px;
}
.footer .f-title {
  font-size: 20px;
  display: block;
  color: #D9DBE0;
}
.footer .f-txt {
  display: table;
  display: flex;
  justify-content: space-between;
  padding-left: 7%;
}
.footer .f-txt dl {
  margin-bottom: 15px;
}
.footer .f-txt dt {
  color: #d9dbe0;
  font-weight: 400;
}
.footer .top .left {
  color: #7e7f82;
  border-right: 1px solid #242b3b;
  padding: 0 5% 0 0;
}
.footer .top .cnt {
  padding: 0;
}
.footer .bottom {
  margin-top: 95px;
  color: #494d56;
}
.footer .bottom a {
  font-size: 12px;
}
.footer .bottom li {
  display: inline-block;
}
.footer .bottom .right {
  text-align: right;
}
.footer .share {
  margin-bottom: 60px;
  display: inline-block;
  width: calc(100% - 92px);
}
.footer .share-bx span {
  margin-right: 5px;
  display: inline-block;
  width: 83px;
}
.footer .share h6 {
  font-size: 14px;
  margin: 0 0 15px;
}
.footer .share a {
  width: 22px;
  height: 20px;
  margin-right: 18%;
  background: url(/public/images/icons/footer-icon3.png) no-repeat;
  vertical-align: middle;
}
.footer .share a:last-child {
  margin-right: 0 !important;
}
.footer .share a.facebook {
  background-position: 4px 1px;
}
.footer .share a.facebook:hover {
  background-position: -144px 1px;
}
.footer .share a.twitter {
  background-position: -49px 1px;
}
.footer .share a.twitter:hover {
  background-position: -197px 1px;
}
.footer .share a.youtube {
  background-position: -97px 1px;
}
.footer .share a.youtube:hover {
  background-position: -245px 1px;
}
.footer .language {
  min-width: 150px;
  display: inline-block;
  background: #202737;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.footer .language a {
  color: #D9DBE0;
}
.footer .language a:hover {
  color: #fff;
}
.footer .language > a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/public/images/icons/icon-lan.png) no-repeat center;
  vertical-align: middle;
  margin: -3px 13px 0 0;
}
.footer .language > a::after {
  content: "\e259";
  display: inline-block;
  font-size: 12px;
  font-weight: normal !important;
  font-family: "Glyphicons Halflings";
  margin-left: 7px;
}
.footer .language .dropdown-menu {
  margin-top: 0;
  top: auto;
  bottom: 35px;
  text-align: center;
  background: #202737;
  min-width: auto;
  width: 100%;
}
.footer .language .dropdown-menu a {
  display: block;
}
.footer .language.am-open {
  color: #fff;
}
.footer .language.am-open > a {
  color: #fff;
}
.footer .language.am-open::before {
  background: url(/public/images/icons/icon-lan-hover.png) no-repeat center;
}
.footer .language.am-open::after {
  transform: rotate(180deg);
}
.footer .language a {
  line-height: 36px;
}
@media all and (min-width: 992px) {
  .footer .f-title {
    font-family: 'helvetica Blk';
    margin-bottom: 30px;
  }
  .footer .f-title::after {
    content: '';
    display: block;
    width: 20px;
    border: 2px solid;
    border-radius: 2px;
    margin-top: 10px;
    background: #D9DBE0;
  }
  .footer .f-title:hover::after {
    background: #fff;
  }
  .footer .collapse {
    display: block !important;
  }
  .footer .item > dl,
  .footer .item > div {
    min-height: 206px !important;
  }
  .footer .top .left > h5 {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .footer {
    text-align: center;
    padding-top: 10px;
  }
  .footer .share {
    width: 200px;
  }
  .footer .f-title {
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #666;
    font-family: 'Myriad Pro';
    font-size: 18px;
  }
  .footer .f-title::after {
    content: "\e259";
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 12px;
    font-family: "Glyphicons Halflings";
    transition: transform linear 0.1s;
  }
  .footer .f-txt {
    display: block;
    width: 100% !important;
  }
  .footer .f-txt dl {
    margin: 15px 0 0;
  }
  .footer .item {
    display: block;
    float: none;
    width: 100% !important;
    text-align: left;
  }
  .footer .item h5 {
    margin-bottom: 0;
  }
  .footer .item.open .f-title::after {
    transform: rotate(180deg);
  }
  .footer .item.open [data-toggle="dropdown-cnt"] {
    display: block;
  }
  .footer .top {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .top .f-txt,
  .footer .top .left {
    padding: 0 15px;
  }
  .footer .top .left {
    margin-top: 20px;
  }
  .footer .top .left .cnt {
    padding-left: 0;
    border: 0;
  }
  .footer .logo-img {
    margin-bottom: 35px;
    max-width: 200px;
  }
  .footer .dropdown {
    display: none;
    padding: 0 20px;
  }
  .footer .language {
    width: 100%;
    border-bottom: 0;
    padding: 0;
    font-size: 20px;
    background-color: transparent;
    height: auto;
    line-height: 26px;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #666;
  }
  .footer .language > a {
    font-size: 18px;
  }
  .footer .language .dropdown-menu {
    position: static;
    background-color: transparent;
    float: none;
  }
  .footer .language .dropdown-menu .menu {
    display: flex;
    justify-content: space-around;
  }
  .footer .language .dropdown-menu li {
    display: inline-block;
  }
  .footer .language .dropdown-menu a {
    padding: 0 5px;
  }
  .footer .language .am-open .dropdown-menu {
    display: initial;
  }
  .footer .bottom {
    margin-top: 40px;
  }
  .footer a {
    line-height: 36px;
  }
}
@media all and (max-width: 479px) {
  .footer .bottom .left,
  .footer .bottom .right {
    width: 100%;
    text-align: center;
  }
}
.nav-ic {
  display: inline-block;
  margin-left: 7px;
  padding: 3px 5px 2px;
  font-size: 12px!important;
  line-height: 1;
  color: #fff !important;
  vertical-align: middle;
  top: -2px;
  position: relative;
  border-radius: 3px;
}
.nav-ic:hover {
  text-decoration: none;
}
.nav-ic-30day::before,
.nav-ic-free::before,
.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;
}
.nav-ic-free {
  background-color: #1a9414;
  background-image: linear-gradient(0deg, #1a9414, #2cd230);
}
.nav-ic-30day {
  background-color: #1072e3;
  background-image: linear-gradient(90deg, #1458d1 0, #3e84ff 100%);
}
.nav-ic-30day::before {
  border-right-color: #1072e3;
}
.nav-ic-new {
  background-color: #ff3600;
  background-image: linear-gradient(0deg, #ff3600, #fc8241);
  margin-left: 7px;
}
.nav-ic-new::before {
  border-right-color: #FE5A1E;
}
.nav-ic-buy {
  background-color: #FE6000;
}
.nav-ic-try {
  background-color: #175DC0;
}
.nav-ic-30day,
.nav-ic-free,
.nav-ic-new {
  padding: 3px 5px 2px;
}
.nav-ic-buy,
.nav-ic-try {
  border-radius: 3px;
  opacity: 0.9;
}
#footer .nav-ic {
  margin-left: 4px;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url(/public/fonts/MyriadPro-Regular.eot);
  src: url(/public/fonts/MyriadPro-Regular.eot) format('embedded-opentype'), url(/public/fonts/MyriadPro-Regular.woff) format('woff'), url(/public/fonts/MyriadPro-Regular.ttf) format('truetype'), url(/public/fonts/MyriadPro-Regular.svg) format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'helvetica Blk';
  src: url(/public/fonts/helveticaneueltstd-blk.eot);
  src: url(/public/fonts/helveticaneueltstd-blk.eot) format('embedded-opentype'), url(/public/fonts/helveticaneueltstd-blk.woff) format('woff'), url(/public/fonts/helveticaneueltstd-blk.ttf) format('truetype'), url(/public/fonts/helveticaneueltstd-blk.svg) format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'helvetica Th';
  src: url(/public/fonts/helveticaneueltstd-th.eot);
  src: url(/public/fonts/helveticaneueltstd-th.eot) format('embedded-opentype'), url(/public/fonts/helveticaneueltstd-th.woff) format('woff'), url(/public/fonts/helveticaneueltstd-th.ttf) format('truetype'), url(/public/fonts/helveticaneueltstd-th.svg) format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'bradhitc';
  src: url(/public/fonts/BRADHITC.eot);
  src: url(/public/fonts/BRADHITC.eot) format('embedded-opentype'), url(/public/fonts/BRADHITC.woff) format('woff'), url(/public/fonts/BRADHITC.ttf) format('truetype'), url(/public/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;
  }
}

@media all and (max-width: 1229px) {

}
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(/public/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(/public/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("/public/images/icons/ic-RecoveryEnvironment.png") no-repeat;
  background-position: center bottom;
}
.func-icon.disk-wipe {
  position: relative;
  background: url("/public/images/icons/ic-disk-wipe.png") no-repeat;
  background-position: center bottom;
}
.protection-box .func-icon.instant2 {
  background: url(/public/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("/public/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(/public/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(/public/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(/public/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(/public/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(/public/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(/public/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(/public/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(/public/images/icons/tiny-icon-all.png) no-repeat #fe6000;
  background-position: -270px -674px;
}
.buy.btn-blue1 {
  background: url(/public/images/icons/tiny-icon-all.png) no-repeat #18abff;
}
.btn-blue.buy {
  background: url(/public/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(/public/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(/public/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(/public/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(/public/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(/public/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(/public/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(/public/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: 80px;
  margin-bottom: 30px;
}
.toggle-reviews .tt {
  font-size: 22px;
  margin: 0 0 10px;
}
.toggle-reviews .buttons {
  position: absolute;
  bottom: 25px;
  right: 15px;
  line-height: 0;
}
.toggle-reviews .buttons span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e7e7e7;
  border-radius: 3px;
  cursor: pointer;
}
.toggle-reviews .buttons .left {
  background: url(/public/images/icons/tiny-icon-all.png) no-repeat -202px -785px #e7e7e7;
}
.toggle-reviews .buttons .left:hover {
  background: url(/public/images/icons/tiny-icon-all.png) no-repeat -259px -785px #091871;
}
.toggle-reviews .buttons .right:hover {
  background: url(/public/images/icons/tiny-icon-all.png) no-repeat -372px -785px #091871;
}
.toggle-reviews .buttons .right {
  background: url(/public/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(/public/images/icons/pa-icon.png) no-repeat center;
}
.icon.icon-okr-md {
  background: url(/public/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(/public/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(/public/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(/public/images/icons/tiny-icon-all.png) no-repeat;
}
@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=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(/public/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(/public/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;
}
.header-win-a {
  display: none;
}


/* 表格 */
.f-dib {
    display: inline-block;
  }
  .v-top {
    vertical-align: top;
  }
  .us-txt {
    min-width: 400px;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    background-color: #0f2944;
    border: solid 1px #081b2f;
    border-radius: 3px;
    position: absolute;
    display: none;
    line-height: 1.4;
    word-spacing: normal;
    letter-spacing: normal;
    text-align: left !important;
  }
  .us-left:before {
    content: "";
    width: auto !important;
    margin-bottom: 0;
    display: inline-block;
    border: 15px solid transparent;
    border-right-color: #0f2944;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -30px;
  }
  .us-top:before {
    content: "";
    width: auto !important;
    margin-bottom: 0;
    display: inline-block;
    border: 15px solid transparent;
    border-top-color: #0f2944;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -30px;
  }
  .us-bottom:before {
    content: "";
    width: auto !important;
    margin-bottom: 0;
    display: inline-block;
    border: 15px solid transparent;
    border-bottom-color: #0f2944;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -30px;
  }
  .us-right:before {
    content: "";
    width: auto !important;
    margin-bottom: 0;
    display: inline-block;
    border: 15px solid transparent;
    border-left-color: #0f2944;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -30px;
  }
  .us-txt span {
    display: block;
    margin-top: 1em;
  }
  .us-txt span:first-child {
    margin-top: 0;
  }
  .us-cart {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #2f90f2;
    overflow: hidden;
    margin: 10px 0;
  }
  .us-cart-icon {
    display: block;
    background-image: -moz- oldlinear-gradient(bottom, #2f90f2 0%, #1fa7fe 100%), -moz- oldlinear-gradient(#ff8d06, #ff8d06);
    background-image: linear-gradient(0deg, #2f90f2 0%, #1fa7fe 100%), linear-gradient(#ff8d06, #ff8d06);
    background-blend-mode: normal, normal;
    font-size: 20px;
    color: #fff;
    padding: 6px 32px 8px;
    float: left;
  }
  .us-cart-icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 20px;
    position: relative;
    top: -1px;
    margin-right: 10px;
  }
  .us-cart .save-price {
    color: #666;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding: 11px 10px 8px;
    float: left;
    display: block;
  }
  .us-price {
    margin: 15px 0 10px;
  }
  .us-purchase .us-price {
    margin: 0;
  }
  .us-cart .us-cart-icon:hover {
    background-image: -moz- oldlinear-gradient(bottom, #237af2 0%, #16affe 100%), -moz- oldlinear-gradient(#ff8d06, #ff8d06);
    background-image: linear-gradient(0deg, #237af2 0%, #16affe 100%), linear-gradient(#ff8d06, #ff8d06);
    background-blend-mode: normal, normal;
  }
  .us-cart:hover {
    border-color: #237af2;
  }
  .us-buyitem-txt {
    color: #46505a;
    font-size: 14px;
  }
  .us-buyitem-txt strong {
    font-weight: 400;
  }
  .us-vTicker {
    display: block;
    clear: both;
    margin-top: 25px;
  }
  .us-vTicker li,
  .us-vTicker ul {
    list-style: none;
    display: block;
    padding: 0;
  }
  .us-vTicker li {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  .us-vTicker ul {
    width: 100%;
  }
  .us-outerbox {
    padding: 84px 0;
  }
  .us-fafcfc {
    background-color: #fafcfc;
  }
  .table {
    width: 100%;
  }
  .us-outerbox h2 {
    font-size: 34px;
    color: #000;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .us-outerbox h2 + p {
    margin: 45px 0 40px;
  }
  .us-outerbox h3 {
    font-size: 20px;
    color: #46505a;
    text-align: center;
    margin: 9px 0 5px;
  }
  .us-outerbox .table td {
    text-align: center;
    width: 50%;
    padding: 19px 0;
  }
  .us-bg-fd8a2e.us-box-item h3 {
    background-color: #fd8a2e;
  }
  .us-outerbox .table .us-item {
    display: inline-block;
    width: 86%;
    box-shadow: 0 0 8px rgba(3, 3, 3, 0.1);
    padding: 30px 20px;
    background-color: #fff;
  }
  .us-outerbox .table .us-item p {
    font-size: 14px;
    line-height: 24px;
  }
  .us-outerbox .us-container > p {
    font-size: 14px;
    text-align: center;
    color: #666;
  }
  .us-box-item h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    background-color: #4294e9;
    text-align: center;
    line-height: normal;
    padding: 19px 0;
    margin: 0 -1px;
  }
  .us-box-item {
    border: 1px solid #d9dfe5;
    border-top: 0;
  }
  .us-box-item ul {
    padding: 20px 30px 40px;
  }
  .us-box-item ul li {
    margin-bottom: 15px;
    padding-left: 18px;
  }
  .xl-need-li:hover {
    position: relative;
    z-index: 12121;
  }
  .f-th,
  .f-td {
    vertical-align: bottom;
  }
  .radio-x {
    display: inline-block;
    font-size: 14px;
  }
  .radio-x.f-fs12 {
    font-size: 12px;
  }
  .radio-x.f-mt10 {
    margin-bottom: 10px;
  }
  .radio-x.f-mt5 {
    margin-bottom: 5px;
  }
  .radio-x .pricing-radio-row {
    text-align: left;
    cursor: pointer;
  }
  .radio-x .pricing-radio-row:not(:last-child) {
    margin-bottom: 5px;
  }
  @media (max-width: 460px) {
    .table .radio-x {
      font-size: 12px!important;
    }
  }
  .pricing-radio-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-radio {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #fe6000;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
  }
  .pricing-radio.pricing-checked::before {
    content: "";
    display: inline-block;
    border: 4px solid #fe6000;
    background-color: #fe6000;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .pricing-btn-blue {
    color: #fff;
    background: #1e82e8;
    background: -o-linear-gradient(top, #35b7fe, #1e82e8);
    background-color: #1e82e8;
  }
  .pricing-btn-blue:hover,
  .pricing-btn-blue:focus {
    background: none;
    background-color: #1e82e8;
  }
  .compareTable .pricing-box .pricing-btn-row .pricing-btn {
    min-width: auto;
    width: auto;
    display: block;
  }
  .compareTable .pricing-box .pricing-btn-row {
    text-align: center;
  }
  .us-banner h1 {
    padding-top: 114px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    -webkit-text-shadow: 0 1px 2px #000;
    -moz-text-shadow: 0 1px 2px #000;
    -ms-text-shadow: 0 1px 2px #000;
    -o-text-shadow: 0 1px 2px #000;
    -khtml-text-shadow: 0 1px 2px #000;
    text-shadow: 0 1px 2px #000;
    text-align: center;
  }
  .us-banner .us-rating-txt p {
    font-size: 12px;
  }
  .us-container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  .us-countdown {
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .us-countdown-box {
    position: absolute;
    width: 270px;
    height: 96px;
    left: 50%;
    margin-left: -135px;
    top: 0;
  }
  .us-countdown-box h4 {
    font-size: 14px;
    text-align: center;
    font-stretch: normal;
    padding: 6px 0;
    letter-spacing: 0;
    color: #f55151;
    font-weight: 700;
  }
  .countdown-content {
    width: 100%;
    text-align: center;
    display: block;
  }
  .countdown-content span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    background-color: #f55151;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    margin-left: 3px;
    vertical-align: top;
  }
  .countdown-content span:first-child {
    margin-left: 0;
  }
  .countdown-content span.n {
    background-color: transparent;
    width: auto;
    color: #f55151;
    margin-right: 2px;
  }
  .countdown-content .label-box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .countdown-content .label-box p {
    font-size: 12px;
    color: #000;
  }
  @media (min-width: 1199.99px) {
    .us-banner {
      width: auto;
      height: 600px;
      background-image: -moz- oldlinear-gradient(bottom, #81d1ff 0%, #1a7fe7 100%), -moz- oldlinear-gradient(#ffffff, #ffffff);
      background-image: linear-gradient(0deg, #81d1ff 0%, #1a7fe7 100%), linear-gradient(#ffffff, #ffffff);
      background-blend-mode: normal, normal;
    }
  }
  .us-buybox {
    max-width: 710px;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(28, 115, 167, 0.3);
    border-radius: 3px;
    margin: auto;
    padding: 25px 35px;
  }
  .us-buybox:after,
  .fix:after {
    content: "";
    display: table;
    clear: both;
  }
  .us-buyitem {
    margin: auto;
    padding: 20px 30px;
    text-align: center;
  }
  @media (min-width: 1199.98px) {
    .us-buypic {
      padding-right: 50px;
      border-right: 1px solid #d3dee5;
      display: block;
      float: left;
    }
    .us-buycontainer {
      float: left;
      width: calc(100% - 265px);
    }
    .us-vTicker {
      max-width: 904px;
      margin: auto;
    }
  }
  .us-rating-box img {
    float: left;
    margin-right: 5px;
    position: relative;
    margin-top: 0.3em;
  }
  .us-rating-txt {
    float: left;
  }
  .us-rating-txt img {
    margin: 0;
  }
  .us-buyitem h2 {
    font-size: 22px;
    color: #222;
    font-weight: 600;
  }
  .us-buyitem h2 small {
    display: block;
    font-size: 14px;
    color: #46505a;
    font-weight: 400;
    margin-top: 5px;
  }
  .us-buyitem .sale-price {
    font-size: 34px;
    color: #278bff;
  }
  .us-price span,
  .us-price .total-price {
    color: #46505a;
    font-size: 16px;
  }
  .us-checked:before {
    width: 12px;
    height: 12px;
    display: inline-block;
    content: "";
    vertical-align: baseline;
  }
  .us-checked {
    color: #46505a;
    font-size: 14px;
  }
  .us-tip {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    margin-top: -1px;
    cursor: pointer;
  }
  .pricing-box .pricing-row .pricing-marked-off {
    font-size: 14px;
    color: #aaa;
    padding-left: 2px;
    text-decoration: line-through;
  }
  .pricing-box .pricing-cb-row {
    margin: 0 auto;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
  }
  .pricing-box .pricing-cb-row:hover .illustrate-tip {
    position: relative;
    z-index: 4;
  }
  .illustrate-tip {
    display: inline-block;
    font-size: 12px;
    color: #373f43;
    vertical-align: middle;
    position: relative;
    top: -3px;
  }
  .pricing-box .pricing-cb-row .illustrate-tip,
  .pricing-box .pricing-cb-row .pricing-cb-text,
  .pricing-box .pricing-cb-row .pricing-cb {
    display: inline-block;
    font-size: 12px;
    color: #373f43;
    vertical-align: middle;
  }
  .pricing-box .pricing-cb-row .pricing-cb-text {
    height: 20px;
    line-height: 20px;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 1.4rem;
    position: relative;
    top: -1px;
  }
  .pricing-box .pricing-cb {
    display: table-cell;
    cursor: pointer;
    background: url(/public/images/icons/tiny-icon-all.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .pricing-box .pricing-cb.pricing-checked {
    background-position: -281px -183px;
  }
  .pricing-box .pricing-cb.pricing-unchecked {
    background-position: -213px -183px;
  }
  .pricing-box .pricing-cb.orange.pricing-unchecked {
    background-position: -347px -183px;
  }
  .pricing-box .pricing-cb.orange.pricing-checked {
    background-position: -485px -183px;
  }
  .illustrate-tip {
    cursor: pointer;
    width: 18px;
    height: 20px;
    position: relative;
    background: url(/public/images/icons/tiny-icon-all.png) no-repeat -129px -117px;
  }
  .illustrate-tip .illustrate-content {
    min-width: 370px;
    font-size: 1.4rem;
    padding: 15px;
    background-color: #0f2944;
    color: #fff;
    border: 1px solid #0f2944;
    position: absolute;
    display: none;
    line-height: 1.4;
    word-spacing: normal;
    letter-spacing: normal;
    text-align: left !important;
    max-width: 470px;
  }
  .illustrate-tip:hover .illustrate-content {
    display: block;
  }
  .illustrate-tip .illustrate-content.right {
    right: 20px;
  }
  .illustrate-tip .illustrate-content.bottom {
    bottom: 20px;
  }
  .illustrate-tip .illustrate-content.left {
    left: 20px;
  }
  .illustrate-tip .illustrate-content.top {
    top: 20px;
  }
  .illustrate-tip .illustrate-content span {
    font-size: 1.4rem;
    line-height: 20px;
    display: block;
  }
  .illustrate-tip .illustrate-content span:nth-child(2) {
    margin-top: 20px;
  }
  .pricing-box .pricing-btn-row {
    margin-top: 5px;
  }
  .illustrate-content li {
    margin-top: 5px;
  }
  .illustrate-content li:first-child {
    margin-top: 0;
  }
  .illustrate-content p {
    word-break: keep-all;
    white-space: nowrap;
  }
  .illustrate-content .txt-longest {
    word-break: break-word;
    white-space: normal;
    min-width: 440px;
  }
  .choose .tip-icon .txt {
    max-width: 310px;
    padding: 10px;
  }
  .choose .tip-icon .txt p {
    margin-bottom: 0;
  }
  .choose .price {
    margin-bottom: 0;
    min-height: 65px;
  }
  .pricing-box .license {
    font-size: 1.8rem;
  }
  .pricing-box .curv {
    position: relative;
    font-size: 1.6rem;
  }
  .pricing-box .curv.hook::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
    left: -15px;
    background: url(/public/images/icons/tiny-icon-all.png) no-repeat;
    background-position: -739px -182px;
  }
  .pricing-box .pricing-btn-row .pricing-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    height: 42px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    min-width: 162px;
    box-sizing: border-box;
    margin-top: 0;
    text-decoration: none;
  }
  .pricing-box .pricing-btn-row .pricing-btn-org {
    color: #fff;
    background: #ff4a1c;
    /* 一些不支持背景渐变的浏览器 */
    background: -o-linear-gradient(top, #ff8100, #ff4a1c);
    background-color: #ff4a1c;
  }
  .pricing-box .pricing-btn-row .pricing-btn-org:hover,
  .pricing-box .pricing-btn-row .pricing-btn-org:focus {
    background: none;
    background-color: #f4350b;
    text-decoration: none;
  }
  .pricing-box .pricing-select {
    min-width: 140px;
    border: 1px solid #091871;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    display: inline-block;
  }
  .pricing-box .pricing-select-header {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-align: left;
  }
  .pricing-box .pricing-select-header .pricing-quantity-text {
    font-size: 1.4rem;
    color: #333;
    height: 20px;
    line-height: 20px;
  }
  .pricing-box .pricing-select-header .glyphicon-menu-down {
    display: block;
    float: right;
    height: 28px;
    line-height: 27px;
    margin-right: -5px;
    margin-top: -1px;
    padding-left: 3px;
    border-left: 1px solid #091871;
    color: #091871;
    cursor: pointer;
    text-align: left;
  }
  .pricing-box .select-expanded .pricing-select-header,
  .pricing-box .pricing-select.select-expanded {
    border-radius: 4px 4px 0 0;
  }
  .pricing-box .select-expanded .pricing-select-options {
    height: auto;
    border: 1px solid #091871;
    transition: height 300ms;
  }
  .pricing-box .pricing-select-options {
    position: absolute;
    z-index: 2;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fff;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
  }
  .pricing-box .pricing-select-options li,
  #banner .pricing-box .pricing-select-options li {
    height: 26px;
    line-height: 29px;
    font-size: 14px;
    color: #373f43;
    padding-left: 10px;
    cursor: pointer;
    background: none;
    text-align: left;
  }
  .pricing-box .pricing-select-options li strong,
  #banner .pricing-box .pricing-select-options li strong {
    font-weight: normal;
  }
  .pricing-box .pricing-select-options li a {
    font-size: 12px;
    display: block;
  }
  .pricing-box .pricing-select-options li:hover,
  #banner .pricing-box .pricing-select-options li:hover {
    background-color: #dfe3fc;
  }
  .banner-purchase-area .pricing-row .pricing-text,
  .gc-banner .pricing-row .pricing-text {
    font-size: 16px;
  }
  .banner-purchase-area .pricing-row .pricing-org,
  .gc-banner .pricing-row .pricing-org {
    font-size: 22px;
  }
  .banner-purchase-area .pricing-row .pricing-marked-off,
  .gc-banner .pricing-row .pricing-marked-off {
    font-size: 14px;
  }
  .banner-purchase-area .pricing-box .pricing-btn-row .pricing-btn,
  .gc-banner .pricing-box .pricing-btn-row .pricing-btn {
    height: 58px;
    line-height: 58px;
    min-width: 242px;
    font-size: 30px;
  }
  .banner-purchase-area .pricing-box .pricing-btn-row,
  .gc-banner .pricing-box .pricing-btn-row {
    margin: 20px 0;
  }
  .banner-purchase-area .pricing-box .pricing-row .pricing-select,
  .gc-banner .pricing-box .pricing-row .pricing-select {
    float: right;
    margin-top: 0;
    position: relative;
    top: 4px;
    margin-left: 5px;
  }
  .banner-purchase-area .pricing-box .pricing-row:after,
  .gc-banner .pricing-box .pricing-row:after,
  .pin-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .purchase-pin-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    display: none;
  }
  .purchase-pin-top .pin-box .pin-item {
    float: left;
    width: 268px;
    height: 71px;
  }
  .pin-box {
    width: 980px;
    margin: auto;
  }
  .pricing-box .pin-item .pricing-btn-row .pricing-btn {
    border-radius: 0;
    width: auto;
    max-width: none;
    display: block;
    background: none;
    height: auto;
    line-height: normal;
  }
  .pricing-box .pin-item .pricing-btn-row .pricing-btn:hover {
    background: none;
  }
  .pricing-box .pin-item .pricing-btn .pricing-text,
  .pricing-box .pin-item .pricing-btn .pricing-org,
  .pricing-box .pin-item .pricing-btn .pricing-marked-off {
    color: #fff;
    display: inline;
    font-size: 18px;
  }
  .pricing-box .pin-item .pricing-btn .pricing-marked-off {
    font-size: 14px;
  }
  .pricing-box .pin-item .pricing-row {
    display: block;
    min-height: auto;
    line-height: normal;
  }
  .pricing-box .pin-item .pricing-btn-row .pricing-btn span {
    font-size: 22px;
  }
  .pricing-item-inner {
    height: 66px;
    margin-right: 2px;
  }
  .pricing-box .pin-item .pricing-select {
    margin-top: 0;
    position: relative;
    top: 12px;
    margin-bottom: 5px;
    left: 18px;
  }
  .pricing-box .pin-item .pricing-cb-row {
    position: relative;
    top: 5px;
    margin-left: 18px;
  }
  .pricing-box .pin-item .pricing-cb-row .illustrate-tip,
  .pricing-box .pin-item .pricing-cb-row .pricing-cb-text,
  .pricing-box .pin-item .pricing-cb-row .pricing-cb {
    font-size: 14px;
    color: #fff;
  }
  .pin-item .illustrate-tip {
    top: -2px;
  }
  .pin-item .pin-btn {
    height: 100%;
    line-height: 66px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }
  .bg-org {
    background-color: #ff4a1c;
  }
  .bg-org:hover {
    background-color: #f4350b;
  }
  .table .bg-blue {
    background-color: #2283d8;
  }
  .table .bg-blue:hover {
    background-color: #0877d8;
  }
  .table .bg-green {
    background-color: #13a51a;
  }
  .table .bg-green:hover {
    background-color: #089a0f;
  }
  .purchase-area .pricing-box .pricing-cb-row .pricing-cb-text {
    font-size: 14px;
  }
  .purchase-area .illustrate-tip {
    top: -1px;
  }
  .purchase-area .pricing-box .pricing-cb-row {
    margin-bottom: 9px;
    padding-right: 6px;
    display: block;
    white-space: nowrap;
    word-break: keep-all;
    vertical-align: top;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
  }
  .purchase-area .pricing-box .pricing-org {
    vertical-align: top;
  }
  .pricing-box .pricing-btn-row .pricing-btn.pricing-cart:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -8px;
    background-size: cover;
  }
  .pricing-box .pricing-btn-row .pricing-btn.pricing-cart {
    text-align: left;
  }
  .purchase-area .pricing-box .pricing-btn-row .pricing-btn {
    height: 52px;
    line-height: 50px;
    font-size: 22px;
  }
  .purchase-area .pricing-box .pricing-btn-row .pricing-btn span {
    display: inline-block;
    margin: 0 5px;
  }
  .purchase-area .pricing-box .pricing-btn-row .pricing-btn .pricing-org {
    font-size: 26px;
  }
  .purchase-area .pricing-box .pricing-select,
  .gc-banner .pricing-box .pricing-select {
    margin-top: 0;
    margin-left: 8px;
  }
  .purchase-area .pricing-box .pricing-row .pricing-org {
    font-size: 18px;
  }
  .purchase-area .pricing-box .pricing-row {
    margin: 8px 0 20px 0;
  }
  .purchase-area .pricing-box {
    padding: 20px 20px 28px 20px;
  }
  .pricing-box .pricing-row {
    display: table;
    min-height: 30px;
  }
  .pricing-box .pricing-row .pricing-text,
  .pricing-box .pricing-row .pricing-org,
  .pricing-box .pricing-row .pricing-marked-off {
    display: table-cell;
    vertical-align: baseline;
  }
  .pricing-box .pricing-row .pricing-text {
    font-size: 16px;
    color: #000;
  }
  .gc-banner .pricing-cb {
    display: inline-block;
    background: url(/public/images/icons/tiny-icon-all.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
  }
  .gc-banner .pricing-cb-row {
    cursor: pointer;
  }
  .gc-banner .pricing-cb.pricing-checked {
    background-position: -145px -183px;
  }
  .gc-banner .pricing-cb.pricing-unchecked {
    background-position: -9px -183px;
  }
  .gc-banner .cb-org .pricing-cb.pricing-checked {
    background-position: -485px -183px;
  }
  .gc-banner .cb-org .pricing-cb.pricing-unchecked {
    background-position: -348px -183px;
  }
  .gc-banner .pricing-select,
  .gc-banner.banner .price {
    display: inline-block;
  }
  .pricing-select-sm {
    font-size: 1.6rem;
  }
  span[data-text="show"].hide {
    display: none;
  }
  .price-box .pricing-select-sm .pricing-select-header .glyphicon-menu-down {
    font-size: 1.4rem;
    height: 24px;
    top: 0;
  }
  .pricing-box .pricing-select.init .pricing-select-header .pricing-quantity-text {
    height: 26px;
    line-height: 26px;
    position: relative;
    top: 2px;
  }
  .pricing-box .pricing-select.init .pricing-select-header .glyphicon-menu-down {
    margin-left: 10px;
    height: 26px;
    line-height: 26px;
    border-left: 1px solid #ddd;
    color: #ddd;
  }
  .pricing-select .glyphicon-menu-down::before {
    display: inline-block;
    transition: transform 0.5s;
  }
  .select-expanded.pricing-select .glyphicon-menu-down::before {
    color: #091781;
    transform: rotate3d(0, 0, 1, 180deg);
  }
  .pricing-select .glyphicon-menu-down:hover::before {
    color: #091781;
  }
  .pricing-box .pricing-select.select-expanded .pricing-select-options,
  .pricing-box .pricing-select.select-expanded,
  .pricing-box .pricing-select:hover {
    border-color: #091871 !important;
  }
  .pricing-box .pricing-select.select-expanded .pricing-select-options {
    border-top-color: #ddd !important;
  }
  .pricing-box .pricing-select.init .pricing-select-header .glyphicon-menu-down:hover {
    color: #555;
  }
  .pricing-box .pricing-select.init {
    border: 1px solid #ddd;
    border-radius: 2px;
    min-width: 168px;
  }
  .pricing-box .select-expanded.init .pricing-select-options {
    border: 1px solid #ddd;
  }
  .pricing-box .select-expanded.init .pricing-select-header,
  .pricing-box .pricing-select.select-expanded.init {
    border-radius: 2px 2px 0 0;
  }
  .pricing-box .init .pricing-select-options {
    border-radius: 0 0 2px 2px;
  }
  @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;
    }
  }
  /* cc */
  .free-select .pricing-cb-row {
    display: inline-block;
  }
  .pricing-cb-row .pricing-unchecked.blue1 {
    background-position: -551px -454px;
  }
  .pricing-cb-row .pricing-checked.blue1 {
    background-position: -615px -454px;
  }
  .pricing-cb-row .pricing-unchecked.blue2 {
    background-position: -678px -454px;
  }
  .pricing-cb-row .pricing-checked.blue2 {
    background-position: -742px -454px;
  }
  .pricing-cb-row .pricing-unchecked.blue3 {
    background-position: -806px -454px;
  }
  .pricing-cb-row .pricing-checked.blue3 {
    background-position: -870px -454px;
  }
  /* cc */
  


  @media screen   and (max-width:1023px){
    .logo-box{
        float: none;
    }
  }