.banner {
    background: url("/assets/images/backgrounds/bu-compair-banner-bg.jpg") no-repeat center;
    background-size: cover;
}

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

.banner h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 90px;
    font-weight: normal;
    color: #ffffff;
}

.banner .protection-box {
    color: #fff;
}

@media all and (max-width:991px) {
    .protection-box {
        max-width: 600px;
        margin: 0 auto;
    }

    .protection-box li {
        text-align: left;
    }
}

@media all and (max-width:767px) {
    .protection-box li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .protection-box {
        max-width: 250px;
        margin: 0 auto;
    }
}

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

[lang="tw"] .table .curr-price {
    font-size: 2.4rem;
}

.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;
}

@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 .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-t0 th,
.table-col4-t0 td {
    width: 25%;
    color: #333;
}

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

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

.table .pricing-select {
    margin-bottom: 10px;
}


.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;
}

.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 .bg-b3 .sale-price {
    color: #18abff;
}

.table .bg-b4 .sale-price {
    color: #1763c1;
}

.table .bg-b5 .sale-price {
    color: #104484;
}

.table .bg-b6 .sale-price {
    color: #091871;
}

.table .tb-sg {
    padding: 15px 0 15px 15px;
    font-size: 2.0rem;
    color: #020411;
    font-family: 'helvetica Th', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table .scrolling .tb-sg strong.plh {
    color: #020411;
    font-size: 2.0rem;
    font-family: 'helvetica Th', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table td h5 {
    color: #0C0C0C;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.table td p {
    text-align: left;
}

.table td:first-child {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-vs.cnt h2 {
    margin-bottom: 25px;
}

.plh.h {
    height: 66px;
}

.table.table-col4-t0 td h5 {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
}

/* cc */
.bg-b11 {
    background-image: linear-gradient(#2084ff, #2084ff), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
}

.table .tb-sg .f-14 {
    font-size: 14px;
    cursor: pointer;
}

.check-box .check {
    display: inline-block;
    cursor: pointer;
    background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.check-box .check.unchecked {
    background-position: -213px -183px;
}

.check-box .check.checked {
    background-position: -281px -183px;
}

.radio {
    cursor: pointer;
}

/* .radio-check{
    position: relative;
} */
.pricing-radio {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}

.pricing-checked::before {
    content: '';
    display: inline-block;
    border: 4px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.table .price .total-price {
    font-size: 14px;
    font-weight: normal;
}

.table th .inline-block-box .item {
    width: 49%;
    text-align: center;
}

.table .curr-price {
    font-size: 3.0rem;
}

.tbhd h4 {
    padding-bottom: 15px;
}

/* .tbhd .radio-box p{
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: center;
    margin: 10px 0;
} */
.tb-tabs>li:nth-child(1).active>a,
.tb-tabs>li:nth-child(1).active:focus {
    background-image: linear-gradient(#18abff, #18abff), linear-gradient(#359eff, #359eff);
    background-blend-mode: normal, normal;
    background-color: #18abff;
    color: #fff;
}

.tb-tabs>li:nth-child(2).active>a,
.tb-tabs>li:nth-child(2).active>a:focus {
    background-image: linear-gradient(#2084ff, #2084ff), linear-gradient(#359eff, #359eff);
    background-blend-mode: normal, normal;
    background-color: #2084ff;
}

.tbhd .p {
    margin: 4px 0;
}

@media all and (min-width:1200px) {
    .table .tbhd {
        min-height: 161px;
    }
}

@media all and (max-width:479px) {
    .radio-box {
        zoom: 0.6;
    }
}

/* cc */
@media all and (max-width: 768px) {
    .tbhd h4 {
        font-size: 1.8rem;
    }

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

/* table */

.reviews {
    position: relative;
    background-color: #eeeeee;
}

.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 .img-box img {
    max-width: 112px;
    max-height: 112px;
}

@media (max-width: 456px) {
    .tb-tabs>li {
        display: block;
    }
}

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

    .protection-box li {
        white-space: nowrap;
        word-break: keep-all;
    }
}

.toggle-reviews {
    height: 100%;
}

#same-btn {
    cursor: pointer;
}

@media all and (max-width: 576px) {
    .table th .inline-block-box .item.price-box {
        display: block;
        width: auto;
    }

    .table th .inline-block-box .item.price-box:first-child {
        margin-bottom: 20px;
    }

    .table th .inline-block-box .item.price-box:first-child::after {
        content: '';
        display: block;
        height: 1px;
        background-color: #fefefe;
    }

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

@media all and (max-width: 1200px) {
    .protection-box li {
        float: none !important;
        width: auto !important;
    }

    .banner .protection-box.row {
        justify-content: flex-start;
    }
}

@media all and (max-width: 768px) {
    .banner .protection-box.row li {
        text-align: center;
        margin-bottom: 15px;
    }

    .protection-box {
        max-width: none;
    }

    .banner .protection-box.row li .right {
        text-align: center;
        display: block;
    }
}

[lang=de] .table-col4-t0 th:first-child,
[lang=de] .table-col4-t0 td:first-child {
    width: 30%;
}

.table h5 .illustrate-tip {
    vertical-align: -10px;
}