html,body{
    line-height: 1!important;
}
.banner{
    background: url("/assets/mb/images/background/MB-download-banner-bg.jpg") no-repeat center;
    background-size: cover;
}
.banner .container{
    padding-top: 110px;
    padding-bottom: 110px;
}

.banner h1{
    font-size: 48px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 35px;
   
}
.banner h1:lang(de){
    font-size: 46px;
}
.banner-flex{
    position: relative;
}
@media (min-width: 990px) {
    .banner-flex .img-box{
       padding-top: 30px;
    }
}

.banner p{
    font-size: 20px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 55px;
}
.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;
}

.worry .container{
    padding-top: 90px;
    padding-bottom: 90px;
}
.worry h2{
    font-size: 40px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 75px;
    text-align: center;
}
.worry p{
    max-width: 660px;
    font-size: 16px;
    color: #1e252f;
    margin: auto auto 30px auto;
}
.easily{
    background: #f5faff;
}
.easily .container{
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}
.easily h2{
    font-size: 40px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 30px;
}
.easily h2+p{
    font-size: 16px;
    color: #1e252f;
    max-width: 860px;
    margin: auto;
}
.easily .easily-flex{
    margin-top: 100px;
}
.easily-box{
    max-width: 350px;
    margin: auto;
}
.easily-box .i-box{
    min-height: 120px;
}
.easily-box h5{
    font-size: 18px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-top: 50px;
    margin-bottom: 25px;
}
.easily-box h5:lang(fr){
    font-size: 16px;
}
.easily-box p{
    font-size: 16px;
    color: #1e252f;
}
.safely{
    background: url("/assets/mb/images/background/MB-backup-iphone-text-messages_03.jpg") no-repeat center;
    background-size: cover;
}
.safely .container{
    padding-top: 140px;
    padding-bottom: 50px;
    text-align: center;
}
.safely h2{
    font-size: 40px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 25px;
}
.safely h2 + p{
    max-width: 830px;
    font-size: 16px;
    margin: auto;
    color: #1e252f;
    margin-bottom: 50px;
}
.safely .safely-box{
    max-width: 522px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px 1px
    rgba(15, 109, 238, 0.35);
    border-radius: 50px;
    padding: 40px 30px;
    min-height: 360px;
}
.safely h5{
    font-size: 18px;
    letter-spacing: 1px;
    color: #1e252f;
    margin: 25px auto;
}
.safely p{
    font-size: 16px;
    color: #1e252f;
}

.work .container{
    padding-top: 110px;
    padding-bottom: 110px;
}
.work h2{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
    color: #1e252f;
    text-align: center;
    margin-bottom: 70px;
}
.jump{
    clear: both;
    padding-top: 30px;
    text-align: center;
}
.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=de] .work .work-flex >div >ul li:before{
    content: 'Schritt ' counter(index)'.';

}
[lang=jp] .work .work-flex >div >ul li:before{
    content: 'ステップ ' 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 -190px;
    width: 45px;
    height: 56px;
    margin-top: -28px;
}
.slick-next,.slick-next:hover{
    right: -27px;
    background: url(/assets/mb/images/icons/icon_all.png) no-repeat;
    background-position: -618px -190px;
    width: 45px;
    height: 56px;
    margin-top: -28px;
}
.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: 95px;
    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) {
    .safely .safely-box{
        max-width: 430px;
    }
    .easily-box{
        max-width: 300px;
    }
    .worry p{
        max-width: 600px;
    }
}
@media (min-width: 768px)  and (max-width: 992px) {
    .container {
        width: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .safely .safely-box{
        max-width: 100%;
    }

}
@media (max-width: 767px) {
    .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;
    }

    .why-flex >div:first-child{
        text-align: center;
    }
    .banner-flex .img-box{
        text-align: center;
        display: none;
    }
    .banner .container,.work .container,.say .container,.explore .container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .worry-flex >div:first-child{
        text-align: center;
        margin-bottom: 15px;
    }
    .easily .easily-flex{
        margin-top: 30px;
    }
    .easily-box{
        max-width: 100%;
    }
    .safely .safely-box{
        max-width: 100%;
        margin-bottom: 15px;
    }
}
.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 {
    height: 390px;
    width: 500px;
    margin: auto;
    font-size: 1.8rem;
    color: #555;
}
.awds-wrap #carousel1 li {
    width: 580px;
    min-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%!important;
        overflow: hidden;
    }
     .awds-wrap #carousel1 li p{
        line-height: 25px!important;
    }
    .awds-wrap #carousel1 .roundabout-in-focus{
        height: 100%!important;
        top: 0!important;
    } 
}
@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;
}