/*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;
}

.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: 20%;
    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: 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("/assets/images/backgrounds/aomei-backupper-standard-banner.png") no-repeat center;
    background-size: cover;
}

.banner .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.banner h1 small {
    font-size: 36px;
    color: #000000;
}

.banner h1 {
    font-size: 60px;
    letter-spacing: 1px;
    color: #091871;
    line-height: 1.1;
    margin-bottom: 30px;
}

.banner h1 sup {
    font-size: 16px;
    color: #61d733;
    top: -43px;
    left: -15px;
}

.bd-intro p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
}

.banner .btn-success {
    background: url(/assets/images/icons/tiny-icon-all.png) no-repeat 20px 20px #61d733;
    background-position: -0px -674px;
    margin-top: 50px;
    display: table;
    margin-bottom: 75px;
    border-radius: 10px;
    border-color: #61d733;
    font-size: 20px;
    padding: 7px 20px;
}

.pro {
    max-width: 680px;
    background-color: rgba(27, 28, 29, 0.5);
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.pro .rebate {
    position: absolute;
    background: url("/assets/images/icons/aomei-backupper-standard-tip.png") no-repeat center;
    padding: 24px 17px 20px 18px;
    text-align: center;
    left: -20px;
    opacity: 1;
    top: -35px;
}

.pro .rebate p {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
}

.pro .rebate .off {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}

.pro-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pro-top .t-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.pro-top .t-left {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 45px;
}

.pro-top .t-right {
    font-size: 14px;
    color: #ffffff;
    max-width: 215px;
    margin-left: 45px;
    margin-right: 0;
}


.pro hr {
    background-color: #ffffff;
    opacity: 0.1;
    height: 1px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#bd-countdown .countdown {
    width: 135px;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
}

#bd-countdown .countdown > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column nowrap;
    text-align: center;

}

#bd-countdown .countdown > div > div {
    background-color: #000000;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 32px;
    line-height: 32px;
    text-align: center;
}

#bd-countdown .countdown i {
    font-style: inherit;
    vertical-align: middle;
    line-height: 32px;
    padding: 0 8px;
}

#bd-countdown .countdown .txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding-top: 5px;
    color: #fff;
}

.pro-top .t-right .r-time {
    margin-left: 10px;
}
.pro-bt{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pro-bt h6{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}
.pro-bt p{
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 20px;

}
.pro-bt  .btn.large{
    height: 50px;
    margin-bottom: 0;
    line-height: 50px;
    min-height: 50px;
}
.bt-middle span{
    font-size: 36px;
    font-weight: bold;
    color: #ffe21f;
}
.bt-middle del{
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: line-through;
    opacity: 0.7;
}

@media (max-width: 768px) {
    .pro .rebate{
        position: static;
    }
    .pro-top,.pro-bt{
        flex-direction: column;
    }
    .pro-top .t-left{
        margin: 10px auto;
       padding-left: 0;
    }
    .pro-top .t-right{
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
}
.safer{
    background-image: linear-gradient(
            #e4e5ea,
            #e4e5ea),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
}
.safer .container{
    padding-top: 100px;
    padding-bottom: 100px;
}
.safer h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 70px;
}
.safer-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1020px;
    margin: auto;
}
.safer-flex .right{
    max-width: 740px;
}
.safer-flex .right h5{
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #1a1a1a;
}
.safer-flex .right p{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    margin-top: 35px;
}

@media (max-width: 992px) {
    .safer-flex .right{
        margin-left: 30px;
    }
}
@media (max-width: 768px) {
    .safer-flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .safer-flex .right{
        margin-left: auto;
        max-width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}
.protect{
    margin-top: 90px;
}
.protect  h5{
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 45px;
}
.protect .protect-flex{
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
}
.col-4{
    max-width: 480px;
    margin-bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0px 6px 29px 0px
    rgba(86, 131, 244, 0.35);
    border-radius: 10px;
}
.col-12{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 6px 29px 0px
    rgba(86, 131, 244, 0.35);
    border-radius: 10px;
}
.col-4:nth-of-type(odd){
    margin-right: 40px;
 }

.protect-flex .top{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #eaebf1;
    transition: .5s all;
}
.protect-flex .top h4{
    font-size: 22px;
    font-weight: 300;
    color: #091871;
    margin-bottom: auto;
}
.protect-flex .top .icon{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    background: url("/assets/images/icons/AB-pro-all-icon3.png") no-repeat 0 -2px;
}
.protect-flex .top .icon1{
    background-position-x: -102px;
}
.protect-flex .top .icon2{
    background-position-x: -302px;
}
.protect-flex .top .icon3{
    background-position-x: -502px;
}
.protect-flex .top .icon4{
    background-position-x: -702px;
}.protect-flex .top .icon5{
    background-position-x: -902px;
}
.protect-flex .bottom{
    padding: 30px 55px;
}
.protect-flex .bottom p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}
.protect-flex .col-4:hover  .top,.protect-flex .col-12:hover  .top{
    background-color: #091871;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.protect-flex .col-4:hover  .top h4,.protect-flex .col-12:hover  .top h4{
    color: #fff;
}
.protect-flex  .col-4:hover  .top .icon1{
    background-position-x: -202px;
}
.protect-flex  .col-4:hover  .top .icon2{
    background-position-x: -402px;
}
.protect-flex  .col-4:hover  .top .icon3{
    background-position-x: -602px;
}
.protect-flex  .col-4:hover  .top .icon4{
    background-position-x: -802px;
}
.protect-flex  .col-12:hover  .top .icon5{
    background-position-x: -1002px;
}
.protect-flex .col-12 .bottom{
    display: flex;
    justify-content: space-between;
    padding: 40px 25px 20px 25px;
    flex-wrap: wrap;
}
.protect-flex .col-12 .bottom li{
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 25px;
    max-width: 304px;
    margin-bottom: 20px;
}
.col-12 .bottom li h6{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.col-12 .bottom li p{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
}
@media (max-width: 1199px){
    .protect-flex .col-12 .bottom li{
        max-width: 49%;
    }
    .col-4{
        max-width: 47%;
        width: 47%;
    }
}
@media (max-width: 768px) {
    .safer-flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .safer-flex .right{
        margin-left: auto;
        max-width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .col-4{
        max-width: 100%;
        width: 100%;
    }
    .col-4:nth-of-type(odd){
        margin-right: auto;
    }
    .protect-flex .col-12 .bottom li{
        max-width: 100%;
        width: 100%;
    }
}

.awards{
    background-color: #e4e5ea;
}
.awards .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.awards h2{
    margin-bottom: 5px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
}
.awards-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1100px;

}
.awards-flex li{
    max-width: 515px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.awards-flex li .right{
   padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 6px 20px 0px
    rgba(86, 131, 244, 0.35);
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-left: 30px;
    width: 300px;
}

.awards-flex li:nth-of-type(even){
    flex-flow: row-reverse;
}
.awards-flex li:nth-of-type(even) .right{
    margin-left: 0;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .awards-flex li{
        max-width: 49%;
        flex-direction: column;
        width: 49%;

    }
    .awards-flex li:nth-of-type(even){
        flex-flow: column;
    }
    .awards-flex li .right{
        margin:10px  auto!important;
        padding-top: 10px;
        width: 100%;
        min-height: 82px;
    }
}
@media (max-width: 768px) {
    .awards-flex li{
        max-width: 100%;
        flex-direction: column;
        width: 100%;
    }
    .awards-flex li .right{
        min-height: auto;
        text-align: center;
    }
}


.take{
    background: #fff;
}
.take .container{
    padding-top: 100px;
    padding-bottom: 100px;
}
.take  h2{
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
}

.protection-box h6, .protection-box p{
     font-size: 14px;
     font-weight: normal;
     color: #606aa1;
 }

.func-icon.free-shipping {
    background-position: -800px 0
}
.func-icon.day90 {
    background-position: -900px 0;
}
.func-icon.bit256 {
    background-position: -1000px 0;
}
.func-icon.support24 {
    background-position: -1100px 0;
}
.tbhd h4{

    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.table .tbhd strong{
    font-size: 24px;
    font-weight: bold;
}
.table .tbhd .sale-price del{
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}
.free-select{
    position: relative;
}
.free-select .check{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
}
.take .btn{
    min-width: 160px;
    height: 40px;
    border: none;
    border-radius: inherit;
}

.tip-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
    background-position: -129px -118px;
    margin: 0!important;
    padding: 0!important;
    background-color: transparent!important;
    cursor: pointer;
}
.tip-icon span{
    position: absolute;
    background-color: #0f2944;
    color: #fff;
    font-size: 14px;
    width: 300px;
    padding: 10px;
    top: 20px;
    right: 0;
    display: none;
    z-index: 10;
    text-align: left;
    line-height: 1.4;
}
.tip-icon:hover span{
    display: block;
}
.table.table-bordered td:first-child{
    padding: 10px;
}
.table.table-bordered td  h6{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.1;
}
.table.table-bordered td p{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-right: 1px solid #fff;
}
.table-bordered>tbody>tr:last-child td:not(first){
    padding: 20px 0;
}
.popup-wrap {
    padding: 0;
    width: 873px;
    margin: 0 auto;
    margin-top: -260px;
    position: relative;
    z-index: 2000000002;
    top: 75px;
}

.popup-content {
    width: 824px;
    background: url(/assets/images/misc/down.png) no-repeat center center;
    background-size: cover
}

.popup-title {
    width: 478px;
    height: 84px;
    margin: 0 auto;
    line-height: 105px;
    text-align: center;
    color: #ff2c2d;
    margin-bottom: 45px
}

.popup-discount {
    width: 512px;
    height: 96px;
    line-height: 96px;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px
}

.popup-discount span {
    color: #ff2c2d;
    font-size: 22px;
    font-weight: 800
}

.popup-main {
    width: 517px;
    height: 250px;
    margin: 0 auto
}

.popup-main img {
    float: left
}

.popup-desp {
    width: 311px;
    margin-left: 40px;
    float: left;
    padding-top: 10px;
    color: #fff
}

.desp-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
}

.desp-lifetime {
    font-size: 12px;
    text-align: center;
    height: 27px;
    line-height: 27px
}

.desp-lifetime::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/assets/images/icons/abs-gou.png) no-repeat center center;
    padding-right: 5px
}

.desp-price {
    height: 89px;
    line-height: 89px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.desp-price b {
    padding: 0 10px;
    font-size: 44px;
    color: #fcfe2b
}

.desp-price span:last-child {
    text-decoration: line-through
}

.popup-button {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #530000;
    font-weight: bold;
    background-color: #ffc043;
    font-size: 22px;
    margin: 0 auto;
    border-radius: 4px
}
.popup-button:hover{
    text-decoration: none;
    opacity: .8;
    color: #530000;
}

.popup-close {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: 0 0;
    cursor: pointer;
    border: none;
    transition: .5s all;
}
.popup-close:hover{
    transform: scale(1.3,1.3);
}


.popup-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 2000000001;
    top: 0;
    left: 0;
    display: none
}
.no-shaky{
    overflow-x: hidden;
}
@media (min-width: 769px) and (max-width: 1199px){
    .protection-box{
        margin: auto;
        max-width: 100%;
    }
   .protection-box li{
       display: flex;
       justify-content: flex-start;
       float: none;
       width: 100%;
       max-width: 100%;
   }
}
@media (max-width: 768px) {
    .protection-box{
        margin-right: auto;
        margin-left: auto;
    }
}
@media(max-width:445px){
    .protection-box li{
        margin-bottom: 5px;
        padding-left: 10px;
    }
    .protection-box li .left{
       display: none;
    }
}
@media (max-width: 874px) {
    .no-shaky .popup-cover{
        display: none!important;
    }
}


