.btn,
.btn-primary {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    background-color: #ffffff;
    border-radius: 4px;
    color: var(--theme-color);
    border: solid 1px var(--theme-color);
    text-align: center;
    -moz-transition: box-shadow 0.2s ease-out, background 0.3s linear;
    -o-transition: box-shadow 0.2s ease-out, background 0.3s linear;
    -webkit-transition: box-shadow 0.2s ease-out, background 0.3s linear;
    transition: box-shadow 0.2s ease-out, background 0.3s linear;
}

.btn:before,
.btn-primary:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 1px;
    background-color: rgb(225, 242, 227);
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.btn:hover:before,
.btn-primary:hover:before {
    width: 100%;
}

.btn-primary {
    color: #fff;
    border: 0 none;
    background-color: var(--theme-color);
    background-size: 300% 100%;
}

.btn-primary:before {
    display: none;
}

.btn-primary:hover {
    background-color: rgb(57, 125, 84);
    background-position-x: 66%;
}

.btn-sm {
    font-size: 12px;
    width: 80px;
    height: 28px;
    line-height: 28px;
}

.btn-sm:before {
    display: none;
}

.btn-hover-shadow:hover {
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-no-radius {
    border-radius: 0;
}

.btn-white {
    color: #fff;
    border-color: currentColor;
    background-color: transparent;
}

.btn-download {
    display: inline-block;
    font-size: 20px;
    padding: 0.5em 1.5em;
    color: #fff;
    line-height: 1.4;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
}

.btn-download:before {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/sprite.png);
}

.btn-xunlei {
    background-color: #4b76ef;
}

.btn-xunlei:before {
    background-position: -405px -200px;
}

.btn-local {
    background-color: #01b6e6;
}

.btn-local:before {
    background-position: -435px -200px;
}

.bg-linear {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNzRmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYjdlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -moz-linear-gradient(
        0deg,
        var(--theme-color) 0%,
        #66cc66 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        var(--theme-color) 0%,
        #66cc66 100%
    );
    background-image: linear-gradient(
        90deg,
        var(--theme-color) 0%,
        #66cc66 100%
    );
}

.page-wrap {
    padding-bottom: 90px;
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 880px;
    text-align: center;
    background: url(../img/index-wave.png) no-repeat;
    background-position: bottom center;
}

.banner-title {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 50px;
    letter-spacing: 8px;
}

.banner-slogan {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #666;
}

.banner-img {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 920px;
    height: 580px;
    margin-left: -460px;
    z-index: 9;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    -moz-box-shadow: 0px -10px 26px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -10px 26px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -10px 26px rgba(0, 0, 0, 0.1);
}

.banner-img-head {
    position: relative;
    height: 580px;
    width: 160px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner-img-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img-logo-wrap img {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 118px;
    height: 97px;
}

.banner-img-logo-wrap .banner-img-logo-title {
}

.banner-img-head:before {
}

.banner-img-head .icon-home {
    background-image: url(../img/ml_home_normal.png);
}

.banner-img-head .active .icon-home {
    background-image: url(../img/ml_home_sel.png);
}

.banner-img-head .icon-onestep {
    background-image: url(../img/ml_os_nor.png);
}

.banner-img-head .active .icon-onestep {
    background-image: url(../img/ml_os_sel.png);
}

.banner-img-head .icon-udiskstep {
    background-image: url(../img/ml_us_nor.png);
}

.banner-img-head .active .icon-udiskstep {
    background-image: url(../img/ml_us_sel.png);
}

.banner-img-head .icon-soft {
    background-image: url(../img/icon-soft-normal.png);
}

.banner-img-head .icon-backup {
    background-image: url(../img/nav_backup_restore.png);
}

.banner-img-head .active .icon-backup {
    background-image: url(../img/nav_backup_restore-normal.png);
}

.banner-img-head .icon-service {
    background-image: url(../img/icon-service-normal.png);
}

.banner-img-head .icon-office {
    background-image: url(../img/icon-office-normal.png);
}

.banner-img-head ul.nav-top {
    text-align: left;
    font-size: 0;
    /* padding-top: 175px; */
    padding-left: 0px;
    flex: 1;
}
.banner-img-head ul.nav-top li.J-banner-nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-img-head ul.nav-top .nav-title-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    justify-content: center;
}
.banner-img-head ul.nav-top .nav-title-wrap .nav-title1 {
    font-size: 15px;
    color: #666666;
}
.banner-img-head ul.nav-top .nav-title2 {
    margin-top: 7px;
    font-size: 10px;
    color: #909599;
}
.banner-img-head ul.nav-top img {
    width: 20px;
    height: 20px;
}

.nav-top {
    padding-left: 10px;
}

.nav-son li {
}

.nav-son li.active {
    text-align: left !important;
    color: #fff !important;
    padding: 0 20px;
}

.nav-son li b {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 40px;
    position: relative;
    top: -2px;
}
.other-link {
    margin-left: 11px;
    margin-bottom: 10px;
    width: 136px;
    height: 31px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6px 6px 6px 6px;
    padding: 9px 26px;
    display: flex;
    align-items: center;
    gap: 22px;
}
.other-link img {
    width: 12.9px;
    height: 12.9px;
}
.other-link i {
    margin-top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
}
.other-link .ie {
    background-image: url("../img/nav_official_website.png");
    background-position: 0 0;
}
.other-link .qq {
    background-image: url("../img/nav_qq.png");
    background-position: 0 0;
}
.other-link .wx {
    background-image: url("../img/nav_wechat.png");
    background-position: 0 0;
}

.banner-img-head li.J-banner-nav-item {
    width: 147px;
    height: 71px;
}

.banner-img-head ul.nav-son li.J-banner-nav-item {
    width: 147px;
    height: 30px;
}

.banner-img-head .active {
    color: #1f1f1f;
}

.banner-img-head li .text {
    padding-left: 20px;
}

.banner-img-head li.active {
    width: 147px;
    height: 71px;
    background: #ffffff;
    border-radius: 0 13px 13px 0;

    display: block;
}

.banner-img-head .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.banner-img-head .nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(100%, rgba(255, 255, 255, 0.3))
    );
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.3)
    );
    background-image: -webkit-linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.3)
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.3)
    );
}

.banner-img-body {
    height: 580px;
    position: relative;
    width: 760px;
    top: -580px;
    left: 160px;
}

.banner-img-body > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.banner .d-ib {
    margin: 0 5px;
}

.banner .btn,
.banner .btn-primary {
    width: 224px;
    height: 52px;
    background: var(--theme-color);
    border-radius: 6px;
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 22px;
}

.banner .btn ~ a,
.banner .btn-primary ~ a {
    margin: 0 5px;
}

.banner .btn ~ a:hover,
.banner .btn-primary ~ a:hover {
    color: var(--theme-color);
}

@media screen and (max-width: 920px) {
    .banner-img {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

.feature {
    position: relative;
    z-index: 9;
    padding: 80px 0;
    border-top: 1px solid #eee;
    -moz-box-shadow: 0px 0 26px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0 26px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 26px rgba(0, 0, 0, 0.15);
}

.feature-title {
    font-size: 36px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
}

.feature-slogan {
    font-size: 16px;
}

.feature-item {
    margin-top: 50px;
    overflow: hidden;
    color: #868686;
}

.feature-item ~ .feature-item {
    margin-top: 130px;
}

.feature-item-left,
.feature-item-right {
    width: 50%;
    float: left;
}

.feature-item-left {
    padding-right: 50px;
}

.feature-item-right {
    padding-left: 50px;
}

.feature-item .icon {
    display: inline-block;
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/sprite.png);
}

.feature-item .icon-org {
    background-position: 0 -100px;
}

.feature-item .icon-udisk {
    background-position: -85px -100px;
}

.feature-item .icon-backup {
    background-position: -170px -100px;
}

.feature-item-title {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
}

.feature-item-slogan {
    font-size: 14px;
    line-height: 1.5;
}

.feature-item-img {
    width: 100%;
    height: auto;
}

.feature-item .summary {
    font-size: 0;
    margin-top: 40px;
}

.feature-item .summary li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    font-size: 12px;
    color: var(--theme-color);
    text-align: center;
}

.feature-item .summary li:hover i {
    -moz-box-shadow: 0px 6px 15px 0px rgba(96, 130, 242, 0.4);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(96, 130, 242, 0.4);
    box-shadow: 0px 6px 15px 0px rgba(96, 130, 242, 0.4);
}

.feature-item .summary span {
    display: block;
    text-shadow: 0px 2px 5px rgba(96, 130, 242, 0.1);
}

.feature-item .summary i {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    border: 1px solid #e8edfd;
    -moz-box-shadow: 0px 2px 10px 0px rgba(96, 130, 242, 0.1);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(96, 130, 242, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(96, 130, 242, 0.1);
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    border-radius: 50%;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

.feature-item .summary .tag-pure {
    background-position: 0 -185px;
}

.feature-item .summary .tag-fun {
    background-position: -50px -185px;
}

.feature-item .summary .tag-safe {
    background-position: -100px -185px;
}

.feature-item .app {
    font-size: 0;
    margin-left: -8px;
    margin-top: 34px;
}

.feature-item .app + .app {
    margin-top: 0;
}

.feature-item .app li {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin: 0 8px 18px;
    border-radius: 8px;
    border: 1px solid #e8edfd;
    -moz-box-shadow: 0px 2px 6px 0px rgba(96, 130, 242, 0.2);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(96, 130, 242, 0.2);
    box-shadow: 0px 2px 6px 0px rgba(96, 130, 242, 0.2);
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    background-repeat: no-repeat;
    background-image: url(../img/sprite.png);
}

.feature-item .app li:hover {
    -moz-box-shadow: 0px 6px 15px 0 rgba(96, 130, 242, 0.2);
    -webkit-box-shadow: 0px 6px 15px 0 rgba(96, 130, 242, 0.2);
    box-shadow: 0px 6px 15px 0 rgba(96, 130, 242, 0.2);
}

.feature-item .app .qq {
    background-position: -255px -100px;
}

.feature-item .app .ww {
    background-position: -305px -100px;
}

.feature-item .app .br {
    background-position: -355px -100px;
}

.feature-item .app .win {
    background-position: -405px -100px;
}

.feature-item .app .pc {
    background-position: -455px -100px;
}

.feature-item .app .menu {
    background-position: -255px -150px;
}

.feature-item .app .media {
    background-position: -305px -150px;
}

.feature-item .app .text {
    background-position: -355px -150px;
}

.feature-item .app .qqzone {
    background-position: -405px -150px;
}

.feature-item .app .dividing {
    display: block;
    height: 1px;
    margin-bottom: 0;
    visibility: hidden;
}

.feature-item .nav {
    display: inline-block;
    margin-top: 40px;
    padding: 3px;
    font-size: 0;
    border: 1px solid var(--theme-color);
    border-radius: 18px;
    -moz-box-shadow: 0px 2px 10px 0px rgba(96, 130, 242, 0.2);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(96, 130, 242, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(96, 130, 242, 0.2);
}

.feature-item .nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: var(--theme-color);
    cursor: pointer;
    padding: 0 1em;
}

.feature-item .nav li.active {
    border-radius: 15px;
    color: #fff;
    background-color: var(--theme-color);
}

@media screen and (max-width: 992px) {
    .feature-item-left,
    .feature-item-right {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .feature-item-img {
        display: none;
    }

    .feature-item .nav {
        pointer-events: none;
    }

    .feature-item .nav li.active {
        color: var(--theme-color);
        background-color: #fff;
    }

    .feature-item .summary li {
        margin: 0 20px;
    }
}

.brand {
    position: relative;
    overflow: hidden;
    height: 520px;
    color: #fff;
    background-color: var(--theme-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/2.png);
    background-size: cover;
}

.brand-title {
    margin-top: 85px;
    font-size: 40px;
}

.brand-img {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 456px;
    height: 338px;
    margin-left: 51px;
    background: url(../images/1.png) no-repeat;
    background-size: cover;
}

.brand dt {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 22px;
    vertical-align: middle;
}

.brand dt i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../img/sprite.png);
}

.brand dt i.thumbs {
    background-position-x: -405px;
    background-position-y: -70px;
    margin-top: -10px;
}

.brand dt i.display {
    background-position-x: -435px;
    background-position-y: -70px;
}

.brand dd {
    margin-left: 0;
    font-size: 60px;
    font-weight: 700;
}

.brand .num {
    font-size: 0;
}

.brand .num li {
    font-size: 60px;
    height: 1em;
    display: inline-block;
    overflow: hidden;
}

.brand .num li span {
    display: block;
    transform: translateY(0%);
}

.brand .num .active span {
    animation: moveNum 0.3s;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 992px) {
    .brand {
        text-align: center;
    }

    .brand-img {
        display: none;
    }
}

.safe {
    padding-top: 100px;
    padding-bottom: 170px;
}

.safe-title {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.safe-list {
    font-size: 0;
}

.safe-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 35px;
    font-size: 14px;
    text-align: center;
}

.safe-item-icon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(../img/sprite.png);
}

.safe-item-icon.sm {
    background-position: 0 0;
}

.safe-item-icon.new {
    background-position: -100px 0;
}

.safe-item-icon.it {
    background-position: -200px 0;
}

.safe-item-icon.mt {
    background-position: -300px 0;
}

.safe-item-icon:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 24px;
    height: 4px;
    margin-left: -11px;
    background: #ffcd79;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2Q3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzE1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #ffcd79 0%, #ffc15d 100%);
    background-image: -webkit-linear-gradient(90deg, #ffcd79 0%, #ffc15d 100%);
    background-image: linear-gradient(0deg, #ffcd79 0%, #ffc15d 100%);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.safe-item-title {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
}

.safe-item-slogan {
    text-align: left;
    color: #909599;
    line-height: 1.5;
}

.safe-item:hover .safe-item-icon:after {
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
}

@media screen and (max-width: 992px) {
    .safe-item {
        width: 50%;
        margin-bottom: 50px;
    }

    .safe-item-slogan {
        text-align: center;
    }
}

.fixed-download {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99;
    font-size: 12px;
    padding: 11px 20px 7px;
    text-align: center;
    color: #868686;
    background-color: #fff;
    border-top: 1px solid #fafafa;
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
}

.fixed-download .btn,
.fixed-download .btn-primary {
    width: 180px;
    margin: 0 20px 10px;
}

.fixed-download ol {
    font-size: 0;
}

.fixed-download li {
    display: inline-block;
    padding-left: 15px;
    margin-right: 15px;
    vertical-align: top;
    font-size: 14px;
}

.fixed-download li + li {
    border-left: 1px solid #868686;
}

@media screen and (max-width: 768px) {
    .fixed-download .btn,
    .fixed-download .btn-primary {
        width: auto;
        height: auto;
        line-height: 1;
        padding: 0.8em 2em;
        margin: 0 10px 10px;
    }

    .fixed-download ol {
        line-height: 1.5;
    }

    .fixed-download li {
        font-size: 12px;
        padding-left: 0;
        margin: 0 5px;
    }

    .fixed-download li + li {
        border-left-width: 0;
    }
}

.wave-roll-area {
    position: absolute;
    z-index: 1;
    top: 300px;
    height: 120px;
    left: 0;
}

.wave-roll-area ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6000px;
}

.wave-roll-area .wave-box {
    float: left;
    width: 3000px;
    height: 120px;
}

.wave-roll-area .wave-box > div {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
}

.wave-roll-area .wave-bg1 {
    z-index: 1;
    background: url(../img/line-1.png);
}

.wave-roll-area .wave-bg2 {
    z-index: 3;
    background: url(../img/line-2.png);
}

.animated {
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInRight {
    -moz-animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-moz-keyframes fadeInRight {
    0% {
        -moz-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveNum {
    from {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveNum {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes moveNum {
    from {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

[id^="cnzz_stat_icon_"] {
    top: -120px;
}

/*# sourceMappingURL=index.css.map */
