body {
    padding-top: 0;
}

.banner {
    background: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-banner-bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 562px;
}

.logo {
    position: absolute;
    top: 25px;
}

.banner .content h1 {
    font-family: Helvetica-BoldOblique, 'myriad pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background-color: #0f80ee;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    padding: 0 25px;

    margin-bottom: 32px;
    position: relative;
}

.banner .content h1::before {
    position: absolute;
    right: -39px;
    top: 3px;
    content: '';
    width: 30px;
    height: 36px;
    background: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-banner-element.png) no-repeat center;
}

.banner .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 122px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.banner .content > img {
    margin-left: -360px;
}

.banner .content > .content-box {
    padding-left: 36px;
    padding-top: 25px;
}

.banner .content > .content-box > h3 {
    max-width: 810px;
    font-family: Segoe UI, Myriad Pro, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 40px;
}

.banner .content > .content-box > h3.f-30 {
    font-size: 30px;
}

.banner .content > .content-box .link-group > a:nth-of-type(1) {
    margin-right: 50px;
}


@media all and (max-width: 992px) {
    .banner .content > img {
        display: none;
    }

    .banner .content > .content-box > h3 {
        width: auto;
    }

    .banner .content {
        padding-top: 60px;
    }

    .banner .content > .content-box {
        padding-left: 0;
        text-align: center;
    }
}

@media all and (max-width: 576px) {
    .banner .content .link-group > a {
        display: block;
    }

    .banner .content > .content-box .link-group > a:nth-of-type(1) {
        margin-right: 0;
    }

    .banner .content h1 {
        height: auto;
        padding: 7px 25px;
        line-height: normal;
    }
}

.section {
    padding: 65px 0 80px 0;
}

.media-body {
    width: auto;
}

.media-body > p,
.media-body > ul > li,
.media-body > ol > li {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.section .sec1 {
    padding: 17px 60px 23px 36px !important;
    border-radius: 10px;
}

.section .sec2 {
    padding: 17px 60px 23px 60px !important;
    border-radius: 10px;
}

.section .shadow {
    -webkit-box-shadow: 0px 5px 27px 0px rgba(145, 145, 145, 0.26);
    -moz-box-shadow: 0px 5px 27px 0px rgba(145, 145, 145, 0.26);
    box-shadow: 0px 5px 27px 0px rgba(145, 145, 145, 0.26);
}

.section .media-body li, .offers .combination-box ul li {
    position: relative;
    overflow: visible;
}

.section .media-body ul, .section .media-body {
    overflow: visible;
}

.section .media-body li::before, .section .media-body li:before,
.offers .combination-box ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #262634;
    position: absolute;
    left: -20px;
    top: 9px;
    border-radius: 50%;
    z-index: 22;
}

.section .media-body ul {
    padding-left: 20px;
}

.section .media-body h4 {
    margin-bottom: 10px;
}

@media all and (min-width: 768px) {
    .section .media-object {
        width: 212px;
        max-width: none;
        height: 170px;
        margin-right: 20px;
    }

    .media {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .media.sec1 {
        justify-content: flex-start;
    }
}

@media all and (max-width: 768px) {
    .section .media-object {
        width: 212px;
        max-width: none;
        height: 170px;
        margin-right: 20px;
    }

    .media {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .media.sec1 {
        justify-content: flex-start;
    }

    .trustworthy .col-2 .inline-block.right {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 576px) {
    .section .media-object {
        max-width: 100px !important;
        width: 100px !important;
        height: auto !important;
    }

    .banner {
        background: rgb(6, 13, 55);
    }
}

@media all and (max-width: 400px) {
    .section .media-object {
        display: none !important;
    }

    .section .sec1,
    .section .sec2 {
        padding: 17px 15px 23px 15px;
    }
}

.trustworthy {
    background-color: #f7f7f7;
    padding: 75px 0;
}

.trustworthy h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #2f2f2f;
    text-align: center;
}

.col-2 {
    margin-top: 60px;
}

.col-2 .inline-block {
    display: inline-block;
    vertical-align: middle;
}

.col-2 .inline-block:first-child {
    max-width: calc(100% - 590px);
}

.col-2 .inline-block.right {
    width: 542px;
    padding-left: 30px;
}

.col-2 .right dl {
    padding-left: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.col-2 .right dl dd {
    opacity: .7;
    margin-top: 15px;
}

.col-2 .right dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #2f2f2f;
    position: relative;
    opacity: 1;
}

.col-2 .right dt:before {
    content: '';
    display: inline-block;
    background: url("/assets/images/campaign-onekey-recovery/arrow1.png") no-repeat center;
    width: 12px;
    height: 13px;
    position: absolute;
    left: -30px;
    top: 4px;
}

.reviews {
    background: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-review-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.reviews h2 {
    color: #fff;
}

.toggle-reviews .tt {
    font-size: 22px;
    font-weight: normal;
}

.other-features {
    padding: 75px 0;
}

.other-features ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.other-features ul > li {
    /* flex-basis: 283px; */
    width: 268px;
    height: 268px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.tb-sg strong {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    border: none;
}

.table th, .table td {
    padding: 0;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.table tr td:first-child:hover {
    position: static;
    -webkit-background-clip: unset;
    -moz-background-clip: unset;
    background-clip: unset;
}

@media all and (max-width: 768px) {
    .other-features ul > li {
        flex-basis: 100%;
    }
}

.other-features ul > li:hover > p {
    display: block;
    color: #fff;
}

.other-features ul > li:hover {
    background-color: #0f80ee;
    color: #fff;
    transition: all linear 500ms;
}

.other-features ul > li:hover > h3 {
    color: #fff;
    margin-bottom: 15px;
}

.other-features ul > li > .fimg {
    width: 98px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center;
}

.other-features ul > li:hover > .fimg {
    margin-bottom: 15px;
}

.other-features ul > li > p {
    display: none;
    width: 100%;
}

.other-features ul > li > .fimg {
    margin-bottom: 25px;
}

.other-features ul > li > .ic1 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon1.png);
}

.other-features ul > li:hover > .ic1 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon1-hover.png);
}

.other-features ul > li > .ic2 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon2.png);
}

.other-features ul > li:hover > .ic2 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon2-hover.png);
}

.other-features ul > li > .ic3 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon3.png);
}

.other-features ul > li:hover > .ic3 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon3-hover.png);
}

.other-features ul > li > .ic4 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon4.png);
}

.other-features ul > li:hover > .ic4 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon4-hover.png);
}

.other-features ul > li > .ic5 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon5.png);
}

.other-features ul > li:hover > .ic5 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon5-hover.png);
}

.other-features ul > li > .ic6 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon6.png);
}

.other-features ul > li:hover > .ic6 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon6-hover.png);
}

.other-features ul > li > .ic7 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon7.png);
}

.other-features ul > li:hover > .ic7 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon7-hover.png);
}

.other-features ul > li > .ic8 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon8.png);
}

.other-features ul > li:hover > .ic8 {
    background-image: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-icon8-hover.png);
}

.other-features ul > li > h3 {
    font-family: "Segoe UI", 'myriad pro', Helvetica, Arial, sans-serif;
    color: #2f2f2f;
    width: 100%;
}

.other-features .shadow {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(15, 128, 238, 0.34);
    -moz-box-shadow: 0px 3px 10px 0px rgba(15, 128, 238, 0.34);
    box-shadow: 0px 3px 10px 0px rgba(15, 128, 238, 0.34);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.how-it-works {
    background: url(/assets/images/campaign-wipe-disk/UB-wipe-disk-video-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}

.how-it-works iframe {
    margin: auto;
    display: block;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1a1b1c;
    padding: 25px 0;
    flex-direction: column;
    flex-wrap: wrap;
}

.bottom > p, .bottom > p > a {
    color: #494d56;
    text-decoration: none;
    font-size: 1.4rem;
}

.bottom > p:nth-of-type(1) {
    margin-bottom: 5px;
}

.bottom > p > a:hover {
    color: #fff;
}

.offers {
    padding: 75px 0;
}

.offers h2 {
    text-transform: capitalize;
    text-align: center;
}

.combination-box {
    -webkit-box-shadow: 0px 9px 21px 0px rgba(41, 122, 216, 0.38);
    -moz-box-shadow: 0px 9px 21px 0px rgba(41, 122, 216, 0.38);
    box-shadow: 0px 9px 21px 0px rgba(41, 122, 216, 0.38);
}

.combination-box:hover .top {
    background-color: #0f80ee;
}

.combination-box .btn {
    font-size: 1.6rem;
}

.offers .row > div {
    margin-bottom: 15px;
}

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

    .combination-box {
        min-height: 100%;
    }
}

.offers .combination-box ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.offers .combination-box ul > li::before {
    left: -15px;
    top: 6px;
}

.offers .combination-box ul > li {
    margin-bottom: 5px;
}

.offers .sale-tag {
    position: relative;
}

.offers .sale-tag ._tag {
    padding-right: 29px;
    display: block;
    position: absolute;
    top: -128px;
    right: -65px;
    background-color: #ff6c00;
    color: #fff;
    width: 100%;
    text-align: right;

    transform: rotate(30deg);

    font-size: 1.6rem;
    font-weight: normal;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .combination-box .right {
        width: 100%;
        padding: 0;
    }

    .offers .sale-tag ._tag {
        top: -98px;
        right: -58px;
    }
}

@media all and (max-width: 992px) {
    .offers .sale-tag ._tag {
        top: -161px;
        right: -76px;
    }
}

/*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.hook::after,
.table td.nohook2::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.nohook2::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    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;
}

@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),
    .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 .t5 > tbody > tr > td:nth-child(6),
    .table-outer .t5 > tbody > tr > th:nth-child(6),
    .table-outer .t5 > tfoot > tr > td:nth-child(6),
    .table-outer .t5 > tfoot > tr > th:nth-child(6),
    .table-outer .t5 > thead > tr > td:nth-child(6),
    .table-outer .t5 > thead:first-child > tr:first-child > td:nth-child(6),
    .table-outer .t5 > thead:first-child > tr:first-child > th:nth-child(6) {
        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;
    }

    .tb-tabs > li:nth-child(3).active > a, .tb-tabs > li:nth-child(3).active > a:focus {
        background-color: #2084ff;
    }

    .tb-tabs > li:nth-child(4).active > a, .tb-tabs > li:nth-child(4).active > a:focus {
        background-color: #1763c1;
    }

    .tb-tabs > li:nth-child(5).active > a, .tb-tabs > li:nth-child(5).active > a:focus {
        background-color: #104484;
    }

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

.table-col6 th:first-child,
.table-col4 td:first-child {
    width: 20%;
    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: 36px 0 25px 0;
    min-height: 106px;
}

.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; */
    min-width: 300px;
}

.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;
    line-height: 1.5;
}

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

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

.table .tbhd > .sale-price {
    color: #fff;
}

.table tr > td:first-child:hover {
    position: static;
}

.bg-b5 {
    background-color: #1763c1;
}

.bg-b7 {
    background-color: #e7f2ff;
}

.bg-b6 {
    background-color: #104484;
}

.bg-b8 {
    background-color: #e3f0ff;
}

/*tip*/
.illustrate-tip {
    cursor: pointer;
    width: 17px;
    height: 18px;
    position: relative;
    background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -129px -117px;
    display: inline-block;
    vertical-align: middle;
    color: #cccc;
}

.illustrate-tip:hover,
.illustrate-tip:focus {

}

.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;
    font-weight: normal;
    z-index: 10;
}

.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: 12px;
    line-height: 20px;
    display: block;
}

/* .illustrate-tip .illustrate-content span:first-child {
    margin-bottom: 20px;
} */

.pricing-cb-text {
    color: #373f43;
}

.pricing-box .pricing-cb.pricing-checked {
    background-position: -671px -180px;
}

.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 {
    display: table-cell;
    cursor: pointer;
    background: url(/assets/images/icons/tiny-icon-all.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

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

.table .tbhd strong {
    display: inline-block;
}

.table td h5 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.table .idpt-line td {
    text-align: center;
    font-size: 17px;
    color: #333;
}

.table del {
    opacity: 0.7;
    font-size: 14px;
}

.pricing-cb-row {
    margin-bottom: 11px;
}

.table.guarantee,
.table.guarantee tr td {
    border-top: 0;
    /* border-right: 0; */
    /* color: #ddd; */
}

.table.guarantee tr td {
    border: none;
    padding: 20px 0;
}

.table.guarantee tr td span,
.table.guarantee tr td .text {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    text-align: left;
}

.table.guarantee tr td span {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.table.guarantee tr td .text h6 {
    margin-bottom: 0;
    font-weight: normal;
}

.func-icon.day90 {
    background: url(/assets/images/campaign-wipe-disk/ic-90day.png) no-repeat center;
}

.func-icon.bit {
    background: url(/assets/images/campaign-wipe-disk/icon_security.png) no-repeat center;
}

.func-icon.thunder {
    background: url(/assets/images/campaign-wipe-disk/icon_thunder.png) no-repeat center;
}

.func-icon.support {
    background: url(/assets/images/campaign-wipe-disk/icon_support.png) no-repeat center;
}

.tbhd h4 small {
    color: #fff;
    font-size: 12px;
}

/* it */
[lang="it"] .other-features ul > li {
    height: 280px;
}
[lang='it'] .offers .sale-tag ._tag{
    top: -148px;
    right: -121px;
    transform: rotate(49deg);
}
[lang='it'] .combination-box .cnt .des {
    min-height: 143px;
}
[lang="de"] .offers .sale-tag ._tag,
[lang="fr"] .offers .sale-tag ._tag,
[lang="tw"] .offers .sale-tag ._tag{
    top: -123px;
}

/* jp */
[lang="jp"] .other-features ul > li > h3 {
    font-size: 2.2rem;
}

[lang="jp"] .banner .content > .content-box > h3 {
    font-size: 34px;
}

[lang="jp"] .toggle-reviews .txt .main-txt {
    min-height: 154px;
}

/* es */
[lang="de"] .combination-box .cnt .des,
[lang="es"] .combination-box .cnt .des {
    min-height: 143px;
}

[lang="es"] .other-features ul > li > h3 {
    font-size: 2.2rem;
}

[lang="es"] .offers .sale-tag ._tag {
    top: -112px;
}

/* tw */
[lang="tw"] .table .tbhd {
    min-height: 119px;
}

[lang="tw"] .table .tbhd > .sale-price {
    display: block;
}

[lang="tw"] .toggle-reviews .img-box img {
    width: 112px;
    /* height: 112px; */
}

[lang="tw"] .toggle-reviews .txt .main-txt {
    min-height: 198px;
}

[lang="tw"] .combination-box .cnt .des {
    min-height: 124px;
}

/* fr */
[lang="fr"] .toggle-reviews .txt .main-txt {
    min-height: 132px;
}

[lang="fr"] .other-features ul > li {
    height: 285px;
}

[lang="fr"] .combination-box .cnt .des {
    min-height: 124px;
}

.banner .dazhe50{
    position: relative;
}
.banner .dazhe50::after{
    content: '';
    display: inline-block;
    width: 131px;
    height: 61px;
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-banner-coupon.png) no-repeat center;
    position: absolute;
    top: 17px;
    left: 166px;
}
.table th:nth-child(3),
.table th:nth-child(4),
.table th:nth-child(5),
.table th:nth-child(6),
.table th:nth-child(7){
    position: relative;
}

.table th .disct{
    width: 30px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-coupon-bg.png) no-repeat bottom center;
    color: #fff;
    font-size: 14px;
    padding: 3px 0 10px;
}
[lang="de"] .banner .dazhe50::after{
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-banner-coupon-de.png) no-repeat center;
    width: 148px;
    height: 67px;
}
[lang="es"] .banner .dazhe50::after{
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-banner-coupon-es.png) no-repeat center;
    width: 189px;
    height: 76px;
}
[lang="fr"] .banner .dazhe50::after{
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-banner-coupon-fr.png) no-repeat center;
    width: 159px;
    height: 68px;
}
[lang="it"] .banner .dazhe50::after{
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-banner-coupon-it.png) no-repeat center;
    width: 171px;
    height: 72px;
}
[lang="jp"] .banner .dazhe50::after{
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-banner-coupon-jp.png) no-repeat center;
    width: 128px;
    height: 60px;
}
[lang="tw"] .banner .dazhe50::after{
    background: url(/assets/images/campaign-wipe-disk/ub-wipe-disk-banner-coupon-tw.png) no-repeat center;
    width: 131px;
    height: 61px;
}

.table th .disct p{
    line-height: 1;
    font-weight: bold;
}
.product-vs h2{
    margin-bottom: 10px;
}
.product-vs .des{
    font-size: 18px;
}
[lang="jp"] .offers .sale-tag ._tag{
    top: -110px;
}
[lang="jp"] .other-features ul>li{
    height: 315px;
}
[lang=jp] .table [data-vat="pre-tax"] {
    color: #fff;
}
[lang=jp] .table .tbhd strong{
    margin-top: 0;
}
[lang=jp] .offers .combination-box .right .des{
    min-height: 148px;
}
.plh.h28{
    height: 29px;
    line-height: 29px;
}
.table .tbhd strong{
    height: 25px;
    line-height: 25px;
}
[lang=it] .tbhd h4{
    font-size: 18px;
}