/* 头部 */

.topWrap.fixed {
    height: 742px;
}

.headerWrap.fixed {
    /* position: fixed;
    left: 0;
    right: 0;
    top: 0; */
    z-index: 100;
    background: rgba(0, 0, 0, .9);
}

.bannerWrap h2.animate {
    animation: myBanner 2s;
    -webkit-animation: myBanner 2s;
    -moz-animation: myBanner 2s;
    -o-animation: myBanner 2s;
    -ms-animation: myBanner 2s;
}


/* banner */

@keyframes myBanner {
    from {
        bottom: 30%;
        opacity: 0;
    }
    to {
        bottom: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes myBanner {
    from {
        bottom: 30%;
        opacity: 0;
    }
    to {
        bottom: 45%;
        opacity: 1;
    }
}

@-moz-keyframes myBanner {
    from {
        bottom: 30%;
        opacity: 0;
    }
    to {
        bottom: 45%;
        opacity: 1;
    }
}

@-o-keyframes myBanner {
    from {
        bottom: 30%;
        opacity: 0;
    }
    to {
        bottom: 45%;
        opacity: 1;
    }
}

@-ms-keyframes myBanner {
    from {
        bottom: 30%;
        opacity: 0;
    }
    to {
        bottom: 45%;
        opacity: 1;
    }
}


/* 机汤租机模块 */

.moduleItem.text,
.moduleItem.jtzj,
.moduleItem.isv,
.moduleItem.saas {
    transition: all 3s linear;
    -webkit-transition: all 3s linear;
    -moz-transition: all 3s linear;
    -o-transition: all 3s linear;
    -ms-transition: all 3s linear;
}

.moduleItem.text.fixed,
.moduleItem.jtzj.fixed,
.moduleItem.isv.fixed,
.moduleItem.saas.fixed {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 72px;
    bottom: 0;
}


/* banner */

@keyframes positionFixed {
    from {
        position: static;
    }
    to {
        position: fixed;
        left: 0;
        top: 72px;
        right: 0;
        bottom: 0;
    }
}

@-webkit-keyframes positionFixed {
    from {
        position: static;
    }
    to {
        position: fixed;
        left: 0;
        top: 72px;
        right: 0;
        bottom: 0;
    }
}

@-moz-keyframes positionFixed {
    from {
        position: static;
    }
    to {
        position: fixed;
        left: 0;
        top: 72px;
        right: 0;
        bottom: 0;
    }
}

@-o-keyframes positionFixed {
    from {
        position: static;
    }
    to {
        position: fixed;
        left: 0;
        top: 72px;
        right: 0;
        bottom: 0;
    }
}

@-ms-keyframes positionFixed {
    from {
        position: static;
    }
    to {
        position: fixed;
        left: 0;
        top: 72px;
        right: 0;
        bottom: 0;
    }
}

.moduleItem.jtzj .conR li.active,
.moduleItem.isv .conL li.active,
.moduleItem.saas .conR li.active {
    transform: translateY(0);
    opacity: 1;
}


/* 机汤租机 和 机汤租赁宝*/

.moduleItem.jtzj .conL .coverBox,
.moduleItem.jtzj .conR li,
.moduleItem.saas .conL .coverBox,
.moduleItem.saas .conR li {
    transform: scale(1.1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.moduleItem.jtzj.animate .conL,
.moduleItem.saas.animate .conL {
    opacity: 1;
}

.moduleItem.jtzj.animate .conL .coverBox,
.moduleItem.jtzj .conR li,
.moduleItem.saas.animate .conL .coverBox,
.moduleItem.saas .conR li {
    transform: scale(1);
}

.moduleItem.jtzj .conL,
.moduleItem.saas .conL {
    left: 30%;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    z-index: 10;
}

.moduleItem.jtzj.delay .conL,
.moduleItem.saas.delay .conL {
    left: 0;
}

.moduleItem.jtzj .conR,
.moduleItem.saas .conR {
    transform: translateX(35%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.moduleItem.jtzj.animate .conR,
.moduleItem.saas.animate .conR {
    transform: translateX(0%);
}


/* 商家入驻 */

.moduleItem.isv .conR,
.moduleItem.isv .conR .coverBox {
    opacity: 0;
    transform: scale(1.1);
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -o-transition: all 1.1s;
    -ms-transition: all 1.1s;
}

.moduleItem.isv .conR {
    left: -30%;
}

.moduleItem.isv.animate .conR,
.moduleItem.isv.animate .conR .coverBox {
    transform: scale(1);
    opacity: 1;
}

.moduleItem.isv.delay .conR {
    left: 0
}

.btnWrap.animate {
    opacity: 1;
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
}


/* 简单用机 */

.moduleItem.jtzj.fixed .simpleWrap {
    bottom: 40px;
}

.simple.active {
    opacity: 1;
    transform: translateY(0%);
}


/* 招商中 */

.moduleItem.text h4 {
    opacity: 1;
    transform: scale(0.8) translateY(120%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}