@charset "utf-8";
/* CSS Document */

/*case*/
.ml-one {
    height: 918px;
    width: 100%;
    background-image: url(../../images/case/mlapp/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1200px;
    overflow: hidden;
}
.ml-wp {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
.ml-one .ml-wp {
    padding-top: 156px;
}
.ml-one .logo {
    margin-left: 620px;
    float: none;
    visibility: hidden;
}
.ml-one .iphone {
    margin-left: 620px;
    margin-top: 10px;
    visibility: hidden;
}
.ml-two {
    height: 834px;
    width: 100%;
    background-image: url(../../images/case/mlapp/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1200px;
    overflow: hidden;
}
.ml-two .ml-wp {
    padding-top: 306px;
    padding-left: 740px;
}
.ml-two .nr-box {
    visibility: hidden;
}
.ml-two .nr-box h1 {
    font-size: 30px;
    margin-top: 10px;
    color: #FFF;
}
.ml-two .nr-box .p {
    line-height: 24px;
    font-size: 14px;
    color: #FFF;
    margin-top: 22px;
    width: 372px;
}
.ml-two .nr-box .icon {
    margin-top: 40px;
}
.ml-two .iphone {
    position: absolute;
    bottom: -112px;
    left: 250px;
    visibility: hidden;
}
.ml-three {
    background-image: url(../../images/case/mlapp/bg-2.jpg);
}
.ml-three .ml-wp {
    padding-left: 0;
}
.ml-three .nr-box {
    margin-left: 20px;
}
.ml-three .iphone {
    left: 434px;
    bottom: -117px;
}
.ml-four {
    background-image: url(../../images/case/mlapp/bg-4.jpg);
}
.ml-four .iphone {
    bottom: -122px;
}
.ml-five {
    background-image: url(../../images/case/mlapp/bg-3.jpg);
}
.ml-five .iphone {
    bottom: -72px;
}
.ml-six {
    height: 827px;
    width: 100%;
    background-image: url(../../images/case/mlapp/bg-5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1200px;
    overflow: hidden;
}
.ml-six .ml-wp {
    padding-top: 138px;
}
.ml-six img {
    visibility: hidden;
}
.ml-six img + img {
    margin-left: 30px;
}
.animated {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    visibility: visible !important;
}
.animated-delay-1 {
    animation-delay: 0.5s;
}
.animated-delay-2 {
    animation-delay: 1s;
}
.animated-delay-3 {
    animation-delay: 1.5s;
}
.animated.infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
}
@keyframes fadeIn-s {
    0% {
        opacity: 0;
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.fadeIn-s {
    animation-name: fadeIn-s;
    -webkit-animation-name: fadeIn-s
}
@keyframes fadeIn-rr {
    0% {
        transform: translate(0, -500px);
        -webkit-transform: translate(0, -500px);
    }
    60% {
        transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
    }
    100% {
        transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
    }
}
.fadeIn-rr {
    animation-name: fadeIn-rr;
    -webkit-animation-name: fadeIn-rr
}
@keyframes fadeIn-ll {
    0% {
        transform: translate(-500px, 0);
        -webkit-transform: translate(-500px, 0);
    }
    60% {
        transform: translate(50px, 0px);
        -webkit-transform: translate(50px, 0px);
    }
    100% {
        transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
    }
}
.fadeIn-ll {
    animation-name: fadeIn-ll;
    -webkit-animation-name: fadeIn-ll;
}
@keyframes fadeIn-x {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(0deg);
        -webkit-transform: scale(0.1) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(720deg);
        -webkit-transform: scale(1) rotate(720deg);
    }
}
.fadeIn-x {
    animation-name: fadeIn-x;
    -webkit-animation-name: fadeIn-x;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
@keyframes fadeIn-ss {
    0% {
        transform: translate(0, 500px);
        -webkit-transform: translate(0, 500px);
    }
    100% {
        transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
    }
}
.fadeIn-ss {
    animation-name: fadeIn-ss;
    -webkit-animation-name: fadeIn-ss;
