.banner {
    background: url("/assets/mb/images/background/MB-download-banner-bg.jpg") no-repeat center;
    background-size: cover;
}

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

.banner h1 {
    font-size: 48px;
    letter-spacing: 1.2px;
    line-height: 1.5;
    color: #1e252f;
}

.banner-flex {
    position: relative;
}

@media (min-width: 990px) {
    .banner-flex .img-box {
        position: absolute;
        width: 44%;
        right: 0;
        top: 50px;
    }
}

.banner p {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #1e252f;
    margin-top: 15px;
    margin-bottom: 30px;
}

.banner ul li {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #1e252f;
    margin-bottom: 15px;
    padding-left: 30px;
}

.banner-ul li:before {
    width: 20px;
    height: 17px;
    border-radius: unset;
    background: url(/assets/mb/images/icons/icon_all.png) no-repeat -252px -23px;
}

.banner .btn-dw {
    margin-top: 20px;
}

.banner .btn-dw div {
    line-height: 1;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.banner .btn-dw small {
    padding-top: 5px;
    display: block;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #f5f7fd;
    opacity: 0.62;
}

.why {
    background: url("/assets/mb/images/background/MB-backup-to-computer-backup-bg.jpg") no-repeat center;
    background-size: cover;
}

.why .container {
    padding-top: 115px;
    padding-bottom: 115px;
}

.why h2 {
    margin-bottom: 60px;
    font-size: 40px;
    letter-spacing: 1px;
    color: #1e252f;
    text-align: center;
}

.why .ln-lf::before {
    top: 4px;
    margin-top: 0;
}

.why-ul {
    padding-top: 20px;
}

.why-ul li {
    margin-bottom: 40px;
}

.why-ul li h5 {
    letter-spacing: 0.5px;
    color: #1e252f;
    padding-bottom: 10px;
}

.why-ul li p {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #1e252f;
}

.bt-flex {
    margin-top: 90px;
}

.bt-flex .bt-box {
    background-color: #ffffff;
    box-shadow: 0px 3px 20.4px 0.6px rgba(11, 67, 181, 0.3);
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    max-width: 350px;
    min-height: 350px;
    margin: auto;
}

.bt-flex .bt-box .img-box {
    min-height: 105px;
    vertical-align: middle;
}

.bt-flex .bt-box .img-box.p20 {
    padding-top: 20px;
}

.bt-flex .bt-box h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #1e252f;
    line-height: 1.5;
    margin: 20px;
}

.bt-flex .bt-box p {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #1e252f;
}

[lang=de] .bt-flex .bt-box p {
    min-height: 120px;
}

.choose {
    background: url("/assets/mb/images/background/MB-backup-to-computer-why-bg.jpg") no-repeat center;
    background-size: cover;
}

.choose .container {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.choose h2 {
    margin-bottom: 80px;
    font-size: 40px;
    letter-spacing: 1px;
    color: #1e252f;
}

.choose-box {
    max-width: 285px;
    margin: auto;
}

.choose-box h5 {
    margin-top: 70px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #1e252f;
}

.choose-box p {
    font-size: 16px;
    color: #1e252f;
}

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

.work h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
    color: #1e252f;
    text-align: center;
    margin-bottom: 70px;
}

.work p.t-ct {
    font-size: 20px;
    color: #1e252f;
    margin-bottom: 50px;
}

.work .work-flex>div>ul {
    padding-top: 60px;

}

.pos {
    position: relative;
}

.work .work-flex>div>ul li {
    position: relative;
    margin-bottom: 80px;
    padding-left: 175px;
    font-size: 16px;
    color: #1e252f;
    transition: 1s;
    cursor: pointer;
}

.work .work-flex>div>ul li.active:before,
.work .work-flex>div>ul li:hover::before {
    width: 160px;
    color: #ffffff;
    background: url(/assets/mb/images/icons/icon_all.png) no-repeat -404px -194px;
    transition: 1s;
}

.work .work-flex>div>ul li:before {
    background-position: -404px -190px;
    counter-increment: index;
    content: 'Step 'counter(index)'.';
    position: absolute;
    vertical-align: middle;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1e252f;
    width: 127px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    left: 0;
    border-radius: 10px;
    top: -13px;
}

:lang(fr) .work .work-flex>div>ul li:before {
    content: 'Étape 'counter(index)'.';

}
:lang(jp) .work .work-flex>div>ul li:before {
    content: 'ステップ 'counter(index)'.';

}

:lang(de) .work .work-flex>div>ul li:before {
    content: 'Schritt  'counter(index)'.';

}
:lang(tw) .work .work-flex>div>ul li:before {
    content: '步驟  'counter(index)'.';

}
.work .work-flex>div {
    counter-reset: index;
}

.work .slick-dots {
    bottom: -30px;
}

.slick-prev,
.slick-prev:hover {
    left: -25px;
    background: url(/assets/mb/images/icons/icon_all.png) no-repeat;
    background-position: -565px -192px;
    width: 45px;
    height: 56px;
    margin-top: -28px;
}

.slick-next,
.slick-next:hover {
    right: 17px;
    background: url(/assets/mb/images/icons/icon_all.png) no-repeat;
    background-position: -618px -192px;
    width: 45px;
    height: 56px;
    margin-top: -28px;
    right: -25px;
}

.protect {
    background: url("/assets/mb/images/background/help-download-banner-bg.jpg") no-repeat center;
    background-size: cover;
}

.protect .container {
    padding-top: 55px;
    padding-bottom: 55px;
}

.protect h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}

.protect .btn {
    height: 54px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(9, 52, 177, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(9, 52, 177, 0.3) \0;
    border-radius: 27px;
    line-height: 54px;
    min-width: 200px;
    font-family: Helvetica, 'HelveticaNeueLTPro Bd', sans-serif, 'Microsoft YaHei';
    font-weight: bold;
}

.say {
    background: url("/assets/mb/images/background/MB-backup-to-computer-what-say-bg.jpg") no-repeat center;
    background-size: cover;
}

.say .container {
    padding-top: 90px;
    padding-bottom: 90px;
}

.say h2 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #1e252f;
    text-align: center;
    margin-bottom: 50px;
}

.say-box {
    max-width: 700px;
    margin: auto;
    position: relative;
}

.say-item {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(11, 67, 181, 0.42);
    border-radius: 30px;
    padding: 20px 40px;
}

.say-top img,
.say-top h6 {
    display: inline-block;
    vertical-align: middle;
}

.say-top h6 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-left: 10px;
}

.kind {
    width: 123px;
    background: url(/assets/mb/images/icons/icon_all.png) no-repeat -357px -784px;
    height: 21px;
    margin: 15px 0;
}

.say-item {
    transition: .5s;
}

.say-item p {
    font-size: 16px;
    min-height: 45px;
    color: #1e252f;
    margin-bottom: 45px;
}

.say-item.active {
    width: 84%;
    left: 8%;
    z-index: 10;
    transition: .5s;
}

.say-item.prev {
    width: 92%;
    left: 4%;
    z-index: 5;
    transform: scaleY(.95);
    transition: .5s;

}

.say-item.next {
    width: 100%;
    z-index: 1;
    transform: scaleY(.9);
    transition: .5s;
}

.clicker {
    text-align: right;
}

.clicker span {
    display: inline-block;
    vertical-align: middle;
    margin: auto 5px;
    width: 55px;
    height: 35px;
    cursor: pointer;
    transition: .3s;
}

.clicker span.left {
    background: url("/assets/mb/images/icons/icon_all.png") no-repeat -485px -555px;
    ;
}

.clicker span.left:hover,
.clicker span.left.active {
    background: url("/assets/mb/images/icons/icon_all.png") no-repeat -548px -555px;
    ;
}

.clicker span.right {
    background: url("/assets/mb/images/icons/icon_all.png") no-repeat -674px -555px;
    ;
}

.clicker span.right:hover,
.clicker span.right.active {
    background: url("/assets/mb/images/icons/icon_all.png") no-repeat -611px -555px;
    ;
}

.say-box.row:after {
    min-height: 310px;
}

.say .more {
    text-align: center;
    margin: 50px auto;
}

.say .more a {
    font-size: 16px;
    line-height: 1;
    color: #126fed;
}

.say h3 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

#carousel {
    height: 87px;
    overflow: hidden;
}

#carousel .rl-ic-lg {
    float: left;
    background: url("/assets/mb/images/icons/logo-ic.png") no-repeat 0px -300px;
    width: 1209px;
    height: 87px;
}

#carousel .rl-ic-lg.rl-ic-lg1 {
    background: url("/assets/mb/images/icons/logo-ic.png") no-repeat 0px -396px;
    width: 888px;
    margin-right: 20px;
}

.explore {
    background: url("/assets/mb/images/background/MB-download-feature-bg.jpg") no-repeat center;
    background-size: cover;
}

.explore .container {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

.explore h2 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 95px;
}

.explore .i-box {
    min-height: 150px;
}

.explore .e-box {
    max-width: 220px;
    margin: auto;
}

.explore a {
    font-family: Helvetica, 'HelveticaNeueLTPro Bd', sans-serif, 'Microsoft YaHei';
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #1e252f;

}

.say-top {
    position: relative;
}

.say-top:after {
    background: url("/assets/mb/images/misc/yin.png") no-repeat center;
    width: 43px;
    height: 43px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.now {

    background: url("/assets/mb/images/background/MB-backup-to-computer-download-bg.jpg") no-repeat center;
    background-size: cover;
}

.now .container {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.now h2 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 35px;
}

.now .btn-wt {
    font-family: Helvetica, 'HelveticaNeueLTPro Bd', sans-serif, 'Microsoft YaHei';
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #2378eb;
}

#back-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    fill: #fff;
    width: 50px;
    height: 50px;
    background-color: #1939B6;
    opacity: 0.5;
    z-index: 100;
}

.choose-box .i-box {
    min-height: 150px;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .bt-flex .bt-box {
        max-width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        width: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bt-flex .bt-box {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .choose-box {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .choose-box h5 {
        margin-top: 30px;
    }

    .explore .e-box {
        margin-bottom: 15px;
        max-width: 100%;
    }

    .explore a {
        min-height: 50px;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .swiper-box {
        text-align: center;
    }

    .bt-flex .bt-box {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .why-flex>div:first-child {
        text-align: center;
    }

    .banner-flex .img-box {
        text-align: center;
        display: none;
    }

    .banner .container,
    .why .container,
    .choose .container,
    .work .container,
    .say .container,
    .explore .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.awds-wrap {
    background: url("/assets/mb/images/background/MB-backup-to-computer-what-say-bg.jpg") no-repeat center;
    padding: 85px 0;
    background-size: cover;
}

.awds-wrap .g-cnt {
    max-width: 1200px;
    margin: auto;
}

.awds-wrap h2 {
    text-align: center;
}

.awds-wrap .name {
    border: none;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.awds-wrap .name+span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #1e252f;
}

.awds-wrap .carousel-container {
    position: relative;
    margin-top: 60px;
}

.awds-wrap #carousel1 {
    min-height: 390px;
    width: 500px;
    margin: auto;
    font-size: 1.8rem;
    color: #555;
}

.awds-wrap #carousel1 li {
    width: 580px;
    height: 390px;
    background-color: #ffffff;
    box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.2);
    border-radius: 10px;
}

.awds-wrap #carousel1 li .awds-tt {
    padding: 38px;
}

.awds-wrap #carousel1 li .stars {
    margin: 20px 0;
}

.awds-wrap #carousel1 li p {
    line-height: 32px;
    font-size: 16px;
    color: #1e252f;
}

.awds-wrap #carousel1 .roundabout-in-focus .btn_l,
.awds-wrap #carousel1 .roundabout-in-focus .btn_r {
    display: block;
}

.awds-wrap #carousel1 .btn_l,
.awds-wrap #carousel1 .btn_r {
    display: none;
    position: absolute;
    width: 12px;
    height: 20px;
    bottom: 30px;
}

.awds-wrap #carousel1 .btn_l {
    right: 65px;
    background: url(/assets/images/icon/jiantouleft_normal.png) no-repeat center;
}

.awds-wrap #carousel1 .btn_l:hover {
    background: url(/assets/images/icon/jiantouleft_hover.png) no-repeat center;
}

.awds-wrap #carousel1 .btn_r {
    right: 30px;
    background: url(/assets/images/icon/jiantouright-normal.png) no-repeat center;
}

.awds-wrap #carousel1 .btn_r:hover {
    background: url(/assets/images/icon/jiantouright-hover.png) no-repeat center;
}

.awds-wrap .more {
    text-align: center;
    margin: 50px auto;
}

.awds-wrap .more a {
    font-size: 16px;
    line-height: 1;
    color: #126fed;
}

.awds-wrap h3 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.awds-wrap #carousel {
    height: 87px;
    overflow: hidden;
}

.awds-wrap #carousel .rl-ic-lg {
    float: left;
    background: url("/assets/mb/images/icons/logo-ic.png") no-repeat 0px -300px;
    width: 1209px;
    height: 87px;
}

.awds-wrap #carousel .rl-ic-lg.rl-ic-lg1 {
    background: url("/assets/mb/images/icons/logo-ic.png") no-repeat 0px -396px;
    width: 888px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .awds-wrap .carousel-container {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .awds-wrap #carousel1 {
        width: 300px;
    }

    .awds-wrap #carousel1 li {
        width: 400px;
        height: 100%;
    }
}

@media (max-width: 400px) {
    .awds-wrap #carousel1 {
        width: 200px;
    }

    .awds-wrap #carousel1 li {
        width: 300px;
        height: auto;
    }
}

.work .work-flex>div>ul{
    padding-right: 30px;
}

.slick-list{
    text-align: right;
    max-width: 560px;
    margin-left: 40px;
}
.slick-prev, .slick-prev:hover{
    left: 15px;
}