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

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

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

.banner-flex {
    position: relative;
}

@media (min-width: 990px) {
    .banner-flex .img-box {
        position: absolute;
        /*position: static \0;*/
        width: 44%;
        right: 0;
        top: 80px;
        text-align: right;
    }
}

.banner p {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #1e252f;
    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-flex .for {
    width: 279px;
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #8c929b;

}

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

.want {
    background: #fff url(/assets/mb/images/background/MB-restoring-iphone-from-backup-restore-bg.jpg) no-repeat center;
    background-size: contain;
}

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

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

.want-flex .i-box {
    text-align: center;
}

.right-box p {
    font-size: 16px;
    margin-bottom: 35px;
    color: #1e252f;
    max-width: 600px;
    line-height: 1.5;
}

.restore {
    background: url("/assets/mb/images/background/MB-restoring-iphone-from-backup_02.jpg") no-repeat center;
    background-size: cover;
}

.restore .container {
    padding-top: 125px;
    padding-bottom: 125px;
}

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

.restore-flex p {
    font-size: 16px;
    color: #1e252f;
    margin-bottom: 20px;
    line-height: 1.5;
}

.restore-flex .i-box {
    text-align: center;
}

.bak {
    background: url("/assets/mb/images/background/MB-restoring-iphone-from-backup_03.jpg") no-repeat center;
    background-size: cover;
}

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

.bak-flex .t-box {
    padding-top: 60px;
}

.bak-flex h2 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 45px;
}

.bak-flex p {
    font-size: 16px;
    color: #1e252f;
    margin-bottom: 40px;
    line-height: 1.5;
}

.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(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: 17px;
    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: #fff url("/assets/mb/images/background/MB-restoring-iphone-from-backup-restore-bg.jpg") no-repeat center;
    background-size: contain;
}

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

.say h2 {
    font-size: 40px;
    line-height: 1;
    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: 279px;
}

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

.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;
    background: #e1effe;
}

.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: 155px;
}

.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: 30px;
    padding-bottom: 30px;
    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: 768px) and (max-width: 992px) {
    .container {
        width: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .easy .easy-flex {
        position: static;
    }

    .easy {
        margin: auto;
    }

    .easy .container {
        padding: 80px 0;
    }

}

@media (max-width: 767px) {
    .easy .easy-flex {
        position: static;
    }

    .easy {
        margin: auto;
    }

    .easy .container {
        padding: 50px 0;
    }

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

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

    .right-box p {
        max-width: 100%;
    }

    .restore-flex {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .bak-flex .i-box {
        text-align: center;
    }

    .restore-flex .i-box,
    .want-flex .i-box {
        margin-bottom: 15px;
    }

    .banner .container,
    .why .container,
    .choose .container,
    .work .container,
    .say .container,
    .explore .container,
    .want .container,
    .restore .container,
    .bak .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.slick-list{
    max-width: 560px;
}