body {
    padding-top: 2px;
}

.banner {
    background: url('/assets/images/backgrounds/bg_br.jpg') no-repeat center;
    background-size: cover;
}

.banner .container {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.xl-wbdcountdown-box h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #fe6000;
    text-align: center;
}

.xl-wbdcountdown-box {
    position: absolute;
    top: -2px;
    background: #fff;
    width: 100%;
    max-width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
}

.xl-wbdcountdown-box .countdown {
    background: #fff;
}

.xl-wbdcountdown-box .countdown > div span {
    background: #fe6000;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.xl-wbdcountdown-box .countdown > i {
    color: #fe6000;
    height: 34px;
    line-height: 34px;
}

.banner .logo {
    position: absolute;
    left: 0;
    top: 38px;
}

.banner h1 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.banner .banner-panel {
    background: #fff;
    max-width: 720px;
    margin: auto;
    box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.25);
    border-radius: 10px;
    padding: 25px 15px;
}

.pro-img img {
    margin-bottom: 20px;
}

.banner .banner-panel h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    margin-bottom: 25px;
}

.banner .icon-sub {
    font-size: 14px;
    line-height: 16px;
    color: #46505a;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

.banner .icon-sub:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(/assets/images/icons/aomei-backupper-pro-icon.png) no-repeat -50px -217px;
    width: 14px;
    height: 12px;
    left: 0;
}

.banner .icon-sub.icon-window:before {
    background-position-x: -113px;
    height: 14px;
}

.banner .icon-sub.icon-window {
    margin-bottom: 10px;
}

.banner .banner-panel .price {
    font-size: 16px;
    color: #666666;
    margin-bottom: 35px;
}

.banner .banner-panel .price span {
    font-size: 36px;
    font-weight: bold;
    color: #fe6000;
}

.banner .banner-panel .price del {
    font-size: 16px;
    color: #666666;
    text-decoration: line-through;
}

.banner p:last-child {
    font-size: 14px;
    font-style: italic;
    color: #808080;
}

.banner .pro-txt {
    padding-top: 50px;
}
@media all and (max-width:767px){
    .banner .logo{
        top: 0;
    }
}
.ensure {
    background-color: #0c185e;
}

.ensure .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.protection-box p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.protection-box .func-icon {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    background-image: url(/assets/images/icons/aomei-backupper-pro-icon.png);
    background-repeat: no-repeat;
}

.func-icon.day902 {
    background-position: -45px -45px;
}

.func-icon.bit2562 {
    background-position: -130px -45px;
}

.func-icon.support242 {
    background-position: -217px -45px;
}

.func-icon.free-shipping2 {
    background-position: -303px -45px;
}
@media all and (max-width:767px){
    .ensure{
        text-align: center;
    }
    .ensure .protection-box{
        display: inline-block;
    }
    .ensure .protection-box li{
        float: none;
        width: auto;
    }
}

.create .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.create h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 50px;
    color: #000000;
}

.create p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 25px;
}

.create ul li {
    font-size: 14px;
    color: #000000;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 20px;
}


.create .icon-left.book1 li::before {
    width: 32px;
    height: 32px;
    background: url(/assets/images/icons/aomei-backupper-pro-icon.png) no-repeat -50px -137px;
    top: 0;
}

.create .icon-left.book1 li:nth-of-type(2):before {
    background-position-x: -130px;
}

.create .icon-left.book1 li:nth-of-type(3):before {
    background-position-x: -210px;
}

.create .icon-left.book1 li:nth-of-type(4):before {
    background-position-x: -290px;
}

.create .icon-left.book1 li:nth-of-type(5):before {
    background-position-x: -370px;
}

.see {
    background: #eee;
}

.see .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.see h2 {
    max-width: 900px;
    margin: 0 auto 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

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

.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(/assets/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;
    border-radius: 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: 30%;
    color: #333;
}

.table-col4 th:first-child, .table-col4 td:first-child {
    width: 40%;
    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: 20px;
}

.tbbd-row p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding: 19px 0;
}

.btn.btn-g2 {

}

.table {
    background: #fff;
}

.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: 10px 0;
    font-size: 1.4rem;
}

.table h5 + p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

.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;
}
.table-bordered{
    border-color: #c1bbbb;
}
/*color*/
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td, .table-bordered > thead > tr > th {
    border: none;
    border-bottom: 1px solid #c1bbbb;
}

.table .tbhd strong {
    font-size: 30px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 0;
}

.table .tbhd del {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
    text-decoration: line-through;
    margin-left: 10px;
}

.pricing-box p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.table .buy-now {
    margin: 20px auto;
}

.reviews {
    position: relative;
}

.reviews h2 {
    text-align: center;
    margin-bottom: 40px;
}

.reviews-box .col-md-6 {
    padding: 0 15px;
}

.toggle-reviews .button {
    cursor: pointer;
}

.toggle-reviews .txt .main-txt {
    min-height: 90px;
}

.toggle-reviews p.show {
    min-height: 154px;
    font-size: 14px;
    line-height: 22px;
    color: #5c5d5e;
}

.log {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.log .modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
}


.log .content {
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 50%;
    width: 550px;
    height: 330px;
    box-sizing: border-box;
    margin: -165px 0px 0px -275px;
    background-image: url(/assets/images/backgrounds/bg_tc.png);
    border-radius: 5px;
    padding: 0 30px 30px;
}

.log .close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 999999;
    cursor: pointer;
    background: url(/assets/images/misc/bg_shut_down.png) no-repeat;
    transition: all 0.5s ease 0s;
    opacity: 1;
}
.log .close::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(/assets/images/misc/icon_shut_down.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -7px;
}
.log .content .btn {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -105px;
}

@media (max-width: 991px) {
    .protection-box {
        text-align: left;
    }

    .table .btn {
        width: auto;
        min-width: 100px;
    }
}

@media (max-width: 555px) {

}


/*倒计时*/
.countdown {
    text-align: center;
    width: auto;
    height: auto;
    background-color: #fd8a2e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.countdown > div {
    display: inline-block;
    vertical-align: top;
    height: auto
}

.countdown > div span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #fd8a2e;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 2px
}

.countdown > div p {
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0
}

.countdown > i {
    display: inline-block;
    height: 30px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    vertical-align: top;
    font-style: normal
}

@media all and (min-width: 992px) {
    .row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }

}

.toggle-reviews {
    height: 100%;
}

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