h2 {
    text-align: center;
    margin-bottom: 6%;
}

.banner-wrap {
    position: relative;
    padding: 100px 0;
    background: url(/assets/mb/images/background/MB-download-banner-bg.jpg) no-repeat center / cover;
}
.logo {
    position: absolute;
    top: 20px;
    left: 100px;
}
.banner-wrap h1 {
    line-height: 1.2;
}

.banner-wrap h1 span {
    display: block;
    font-size: 4rem;
}

.banner-wrap p {
    font-size: 3rem;
    line-height: 1.5;
}

.banner-wrap .log {
    font-size: 1.8rem;
    color: #1e252f;
    text-decoration: underline;
}

.banner-wrap .btn {
    margin: 5% 0 4%;
    position: relative;
    width: 300px;
    padding-top: 4px;
    line-height: 1.5;
}

.banner-wrap .btn span {
    position: absolute;
    bottom: 5px;
    left: 90px;
    display: block;
    font-size: 12px;
    color: #b6c4ed;
}

.banner-wrap .btn::before {
    vertical-align: -20px;
    margin-right: 20px;
}

.banner-wrap .tips {
    line-height: 2;
    font-size: 1.6rem;
}

.right-wrap {
    overflow: hidden;
    position: relative;
    padding: 5% 0;
    background: url(/assets/mb/images/background/MB-download-feature-bg.jpg) no-repeat center;
}

.right-wrap::before,
.right-wrap::after {
    position: absolute;
    content: '';
    border: 40px solid #f0f5fd;
    border-radius: 50%;
}

.right-wrap::before {
    width: 450px;
    height: 450px;
    top: -105px;
    left: -304px;
}

.right-wrap::after {
    width: 300px;
    height: 300px;
    top: 205px;
    right: -180px;
}

.right-wrap .img-box {
    text-align: right;
}

.right-wrap .text-box {
    margin-left: 50px;
}

.right-wrap .ic-lf {
    margin-top: 40px;
}

.right-wrap .ic-lf>li {
    margin-bottom: 15px;
}

.choose-wrap {
    margin: 10% 0;
    height: 272px;
    background-image: linear-gradient(0deg, #52a1f2 0%, #2e8de6 100%);
    position: relative;
}

.choose-wrap .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1200px;
    min-height: 445px;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px 1px rgba(25, 55, 180, 0.48);
    border-radius: 50px;
}

.choose-wrap h2 {
    margin: 5% 0;
}

.choose-wrap ul>li {
    vertical-align: top;
    text-align: center;
    width: 200px;
    margin: 0 15px;
}

.choose-wrap ul>li p {
    padding: 0 17px;
    font-size: 1.6rem;
    font-weight: bold;
}

.choose-wrap .icon {
    margin-bottom: 40px;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #b6c4ed;
}

.choose-wrap .icon.ten {
    background: url(/assets/mb/images/misc/MB-download-icon-10.png) no-repeat center;
}

.choose-wrap .icon.fast {
    background: url(/assets/mb/images/misc/MB-download-icon-fast.png) no-repeat center;
}

.choose-wrap .icon.easy {
    background: url(/assets/mb/images/misc/MB-download-icon-easy.png) no-repeat center;
}

.choose-wrap .icon.engineers {
    background: url(/assets/mb/images/misc/MB-download-icon-engineers.png) no-repeat center;
}

.choose-wrap .icon.support {
    background: url(/assets/mb/images/misc/MB-download-icon-support.png) no-repeat center;
}

.tech-wrap {
    padding: 0 0 50px;
}

.tech-wrap .dib {
    padding: 50px 30px;
    line-height: 2.2;
}

.tech-wrap .leftbox {
    margin-right: 35px;
    width: 414px;
    min-height: 260px;
    background-color: #ffeee5;
    border-radius: 30px;
}

.tech-wrap .rightbox {
    width: 585px;
    min-height: 260px;
    background-color: #e5f1ff;
    border-radius: 30px;
}

.tech-wrap h5 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 36.666667%;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3rem;
    }

    .banner-wrap {
        text-align: center;
    }

    .banner-wrap .img {
        margin-top: 20px;
    }

    .right-wrap {
        text-align: center;
    }

    .right-wrap::before,
    .right-wrap::after {
        display: none;
    }

    .right-wrap .img-box {
        text-align: center;
    }

    .right-wrap .text-box {
        margin: 10px;
    }

    .right-wrap .ic-lf {
        text-align: left;
        display: inline-block;
    }

    .choose-wrap {
        height: auto;
    }

    .choose-wrap .container {
        position: relative;
        top: 0px;
        transform: translateY(0);
    }

    .choose-wrap .dib {
        display: block;
    }

    .choose-wrap ul>li {
        margin: 20px auto;
    }

    .tech-wrap .leftbox {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 640px) {

    .tech-wrap .leftbox,
    .tech-wrap .rightbox {
        width: 100%;
    }
}

/*# sourceMappingURL=download.css.map */
footer {
    background-color: #111;
    text-align: center;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}