﻿body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

ul {
    margin: 0px;
    padding: 0px;
}

*:focus {
    outline: none;
}

* {
    font-family: 'Microsoft YaHei';
    list-style: none;
    text-decoration: none;
}

.section {
    text-align: center;
    font: 12px "Microsoft Yahei";
}

#fp-nav {
    display: none;
}

    #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
        background: #84d37a;
        color: #fff;
        width: 28px;
        height: 28px;
        top: 0px;
        left: 0px;
        display: block;
    }

    #fp-nav ul li a.active {
        background: #84d37a;
        color: #FFF;
    }

    #fp-nav ul li {
        display: block;
        top: 2px;
        left: -20px;
        border: none;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        text-align: center;
        line-height: 28px;
        color: #84d37a;
        display: block;
        width: 28px;
        height: 28px;
    }

        #fp-nav ul li a span {
            background: #fff;
            color: #84d37a;
            width: 28px;
            height: 28px;
            top: 0px;
            border: none;
            left: -18px;
        }

        #fp-nav ul li a.active {
            top: 2px;
            left: -20px;
            border: none;
            display: block;
            border-radius: 50%;
            position: absolute;
            z-index: 1;
            text-align: center;
            line-height: 28px;
            color: #84d37a;
            width: 28px;
            height: 28px;
        }

    #fp-nav ul li, .fp-slidesNav ul li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px 7px 30px 7px;
        position: relative;
    }

#fp-nav {
    display: none;
}

.borain_NavBox {
    height: 70px;
    width: 100%;
    background-color: rgba(35, 35, 35,0.6);
    position: fixed;
    top: 0px;
    z-index: 9999999;
    overflow: hidden;
}

.contioner {
    width: 1700px;
    margin: 0px auto;
    height: 100%;
}

.borain_NavBox .logoMarginBox {
    color: #FFF;
    font-size: 14px;
    height: 100%;
}

    .borain_NavBox .logoMarginBox img {
        width: 184px;
        margin: 12px 0px 0px 0px;
    }

    .borain_NavBox .logoMarginBox span {
        display: block;
        float: left;
        letter-spacing: 2px;
        font-size: 14px;
    }

.fontFolat {
    height: 30px;
    float: right;
    margin: 38px 0px 0px -10px;
}

.borain_NavBox .logoMarginBox span:nth-child(1) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.borain_NavBox .logoMarginBox span:nth-child(2) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.borain_NavBox .logoMarginBox span:nth-child(3) {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.borain_NavBox .logoMarginBox span:nth-child(4) {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.borain_NavBox .logoMarginBox span:nth-child(5) {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.borain_NavBox .logoMarginBox span:nth-child(6) {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}

.borain_NavBox .logoMarginBox span:nth-child(7) {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}

.borain_NavBox .logoMarginBox span:nth-child(8) {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.navMarginBox ul li:nth-child(1) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.navMarginBox ul li:nth-child(2) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.navMarginBox ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.navMarginBox ul li:nth-child(4) {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.navMarginBox ul li:nth-child(5) {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}

.navMarginBox ul li:nth-child(6) {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}

.navMarginBox ul li:nth-child(7) {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.navMarginBox ul li a {
    transition: width 2s;
    -moz-transition: width 2s; /* Firefox 4 */
    -webkit-transition: width 2s; /* Safari 和 Chrome */
    -o-transition: width 2s; /* Opera */
}

    .navMarginBox ul li a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 500%;
        height: 1e3%;
        background: #84d37a;
        transform-origin: 0% 0%;
        transform: translateX(calc(25% - 22px)) translateY(10%) rotate(0deg);
        transition: transform .3s;
        z-index: -1;
    }

    .navMarginBox ul li a:hover {
        background-color: #84d37a;
    }
/*.navMarginBox ul li a:hover::after {
        transform: translateY(10%) translateX(-72px) rotate(-45deg)
    }*/

.borain_NavBox .logoMarginBox, .borain_NavBox .navMarginBox {
    float: left;
}

#fp-nav ul li:nth-child(1) a span {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

#fp-nav ul li:nth-child(2) a span {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

#fp-nav ul li:nth-child(3) a span {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

#fp-nav ul li:nth-child(4) a span {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

#fp-nav ul li:nth-child(5) a span {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.navMarginBox ul {
    height: 100%;
}

    .navMarginBox ul li {
        width: 110px;
        height: 100%;
        float: left;
        overflow: hidden;
    }

        .navMarginBox ul li .active {
            background-color: #84d37a
        }

        .navMarginBox ul li a {
            width: 100%;
            height: 100%;
            display: block;
            color: #FFF;
            text-align: center;
            line-height: 70px;
            font-size: 14px;
            overflow: hidden;
        }

.navMarginBox {
    float: right !important;
}

.menuGundongBox {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0px;
    padding-top: 12px;
    background-color: #84d37a;
}

.menuGundongBox {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
    display: none;
    cursor: pointer;
}

.openNav {
    transform: rotate(40deg);
    -ms-transform: rotate(40deg); /* IE 9 */
    -moz-transform: rotate(40deg); /* Firefox */
    -webkit-transform: rotate(40deg); /* Safari 和 Chrome */
    -o-transform: rotate(40deg); /* Opera */
}

.closeNav {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -moz-transform: rotate(0deg); /* Firefox */
    -webkit-transform: rotate(0deg); /* Safari 和 Chrome */
    -o-transform: rotate(0deg); /* Opera */
}

.menuGundongBox a {
    display: block;
    background: #FFF;
    height: 6px;
    margin-top: 6px;
    margin-left: 18px;
    -webkit-transition: all 0.2s 0.1s linear;
    -moz-transition: all 0.2s 0.1s linear;
    -ms-transition: all 0.2s 0.1s linear;
    -o-transition: all 0.2s 0.1s linear;
    transition: all 0.2s 0.1s linear; /*所有CSS属性都拥有过渡属性，动画持续时间3s 延迟2s触发 linear的触发函数*/
}

    .menuGundongBox a:nth-child(1) {
        width: 35px;
        -webkit-animation-delay: 1s !important;
        animation-delay: 1s !important;
    }

    .menuGundongBox a:nth-child(2) {
        width: 25px;
        -webkit-animation-delay: 1.1s !important;
        animation-delay: 1.1s !important;
    }

    .menuGundongBox a:nth-child(3) {
        width: 19px;
        -webkit-animation-delay: 1.2s !important;
        animation-delay: 1.2s !important;
    }

.main-title span:nth-child(1) {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.main-title span:nth-child(2) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.main-title span:nth-child(3) {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.main-title span:nth-child(4) {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.main-title span:nth-child(5) {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}

.main-title span:nth-child(6) {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
}

.main-title span:nth-child(7) {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
}

.main-title span:nth-child(8) {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}

.main-title span:nth-child(9) {
    -webkit-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
}

.main-title span:nth-child(10) {
    -webkit-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important;
}

.main-title span:nth-child(11) {
    -webkit-animation-delay: 3.1s !important;
    animation-delay: 3.1s !important;
}

.main-title span:nth-child(12) {
    -webkit-animation-delay: 3.4s !important;
    animation-delay: 3.4s !important;
}

.twoMarginBoxTs .paddingBoxTsLeft {
    width: 60%;
    height: 70%;
    position: absolute;
    top: 15%;
}

.threeMarginBoxTs .paddingBoxTsLeft {
    width: 60%;
    height: 70%;
    position: absolute;
    top: 15%;
}

.fourMarginBoxTs .paddingBoxTsLeft {
    width: 55%;
    height: 70%;
    position: absolute;
    top: 15%;
}

.fiveMarginBoxTs .paddingBoxTsLeft {
    width: 60%;
    height: 70%;
    position: absolute;
    top: 15%;
}

.twoMarginBoxTs .paddingBoxTsRight {
    width: 20%;
}

.sloidLeft:nth-child(1) {
    width: 1px;
    height: 100%;
    background-color: #F4F4F4;
    float: left;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.sloidLeft:nth-child(2) {
    width: 1px;
    height: 100%;
    background-color: #F4F4F4;
    right: 50%;
    position: absolute;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.sloidLeft:nth-child(3) {
    width: 1px;
    height: 100%;
    background-color: #F4F4F4;
    float: right;
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
}

.solidBox {
    position: absolute;
    top: 0px;
    z-index: 9;
    width: 30%;
    height: 100%;
    right: 70px;
    display: none;
}

.marginMaxYuan {
    width: 460px; /*460*/
    height: 460px;
    border-radius: 460px;
    border: 1px solid #F4F4F4;
    position: relative;
    margin: 40% auto;
}

.paddingMinYuan {
    width: 263px; /*263*/
    height: 263px;
    border-radius: 263px;
    border: 1px solid #F4F4F4;
    position: absolute;
    left: 20%;
    top: 20%;
}

.fontEnglisBox {
    width: 300px;
    height: 438px;
    /* background-image: url(http://www.jq22.com/demo/jquery360dxz201805180000/images/F.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 27%;
    left: 22%;
    -webkit-transition: all 0.2s 0.1s linear;
    -moz-transition: all 0.2s 0.1s linear;
    -ms-transition: all 0.2s 0.1s linear;
    -o-transition: all 0.2s 0.1s linear;
    transition: all 0.2s 0.1s linear;
}

.paddingFeat {
    width: 100%;
    height: 130px;
    text-align: left;
    overflow: hidden;
    display: none;
}

    .paddingFeat h3 {
        width: 320px;
        font-size: 36px;
        font-weight: normal;
    }

        .paddingFeat h3 .feard {
            color: #84d37a;
        }

        .paddingFeat h3 .tese {
            color: #3c3c3c;
            margin-left: 2px;
            display: block;
            float: left;
        }

.rightFontBoxtS {
    color: #3c3c3c;
}

.rightFontBoxtS {
    float: right;
}

.paddingFeat h5 {
    font-size: 22px;
    font-weight: normal;
    margin-top: -30px;
    color: #727272;
}

    .paddingFeat h5 span {
        display: block;
        float: left;
    }

        .paddingFeat h5 span:nth-child(1) {
            -webkit-animation-delay: 0.1s !important;
            animation-delay: 0.1s !important;
        }

        .paddingFeat h5 span:nth-child(2) {
            -webkit-animation-delay: 0.3s !important;
            animation-delay: 0.3s !important;
        }

        .paddingFeat h5 span:nth-child(3) {
            -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
        }

        .paddingFeat h5 span:nth-child(4) {
            -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
        }

        .paddingFeat h5 span:nth-child(5) {
            -webkit-animation-delay: 1.2s !important;
            animation-delay: 1.2s !important;
        }

.rightFontBoxtS span:nth-child(1) {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.rightFontBoxtS span:nth-child(2) {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.rightFontBoxtS span:nth-child(3) {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.rightFontBoxtS span:nth-child(4) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.fontEnglisBoxPadding {
    font-family: -webkit-pictograph;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -36px;
    left: 12px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    font-size: 22vw;
    font-weight: 800;
    color: #000;
    z-index: 2;
    will-change: transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(../images/Awesome-iPhone-Wallpapers.jpg) center center no-repeat;
    background-position: 0px center, 0px center;
    background-size: cover;
    -webkit-transition: all 0.2s 0.1s linear;
    -moz-transition: all 0.2s 0.1s linear;
    -ms-transition: all 0.2s 0.1s linear;
    -o-transition: all 0.2s 0.1s linear;
    transition: all 0.2s 0.1s linear; /*所有CSS属性都拥有过渡属性，动画持续时间3s 延迟2s触发 linear的触发函数*/
}
/*轮播图上方*/
.Box {
    position: relative;
    margin-top: 100px;
    height: 380px;
    overflow: hidden;
}

    .Box .content {
        width: 80%;
        margin: 0px auto 0px 66px;
        height: 100%;
    }

    .Box h2 {
        text-align: center;
        margin-bottom: 35px;
        padding-top: 250px;
    }

    .Box .Box_con {
        position: relative;
        height: 100%;
    }

        .Box .Box_con .btnl {
            position: absolute;
        }

        .Box .Box_con .btn {
            display: block;
            width: 41px;
            height: 41px;
            position: absolute;
            top: 18px;
            cursor: pointer;
        }

        .Box .Box_con .btnl {
            background: url(../images/jtl02.png) no-repeat center;
            left: -65px;
            display: block;
            border-radius: 50px;
            top: 25%;
        }

        .Box .Box_con .btnr {
            background: url(../images/jtr02.png) no-repeat center;
            right: -65px;
            border-radius: 50px;
            top: 25%;
        }

        .Box .Box_con .btnl:hover {
            background: url(../images/jtl03.png) no-repeat center;
        }

        .Box .Box_con .btnr:hover {
            background: url(../images/jtr03.png) no-repeat center;
        }

        .Box .Box_con .conbox {
            position: relative;
            overflow: hidden;
            height: 100%;
        }

            .Box .Box_con .conbox ul {
                position: relative;
                list-style: none;
            }

                .Box .Box_con .conbox ul li {
                    line-height: 36px;
                    float: left;
                    width: 305px;
                    height: 380px;
                    overflow: hidden;
                    text-align: center;
                    position: relative;
                    cursor: pointer;
                    font-size: 12px;
                    box-sizing: border-box;
                }

                    .Box .Box_con .conbox ul li img {
                        display: block;
                        width: 60px;
                        height: 60px;
                        transition: all 0.5s;
                        margin: 0px auto;
                    }

                    .Box .Box_con .conbox ul li:hover .tierBoxImgBottom {
                        transform: scale(1.1);
                    }

    .Box .BoxSwitch {
        margin-top: 30px;
        text-align: center;
    }

        .Box .BoxSwitch span {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
            width: 30px;
            height: 3px;
            background: #ccc;
            margin: 0 5px;
            cursor: pointer;
        }

            .Box .BoxSwitch span.cur {
                background: #0e7dd9;
            }

.bottomFontBox {
    background-color: #FFF;
    width: 100%;
    height: 100px;
    padding: 10px;
}

.sloidTsHeight {
    width: 84.3%;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    top: 30%;
    left: 41px;
}

#BoxUl ul li .yuan {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #84d37a;
    border-radius: 12px;
    margin: 33px auto;
}

#BoxUl ul li .num {
    font-style: inherit;
    margin-top: -30px;
    color: #AEAEAE;
    font-size: 14px;
    display: block;
}

#BoxUl ul li span {
    display: block;
    padding:0px 10px 0px 10px;
}

#BoxUl ul li p {
    color: #3C3C3C;
    font-size: 18px;
    margin-top: 8px;
}

.moreTeSe {
    display: block;
    width: 174px;
    height: 40px;
    border: 1px solid #84d37a;
    color: #84d37a;
    margin: 0px auto;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    clear: both;
    position: relative;
}

    .moreTeSe:hover {
        background-color: #84d37a;
        color: #FFF;
    }

    .moreTeSe img {
        position: absolute;
        display: block;
        top: 8px;
        right: -35px;
    }

.threeMarginBoxTs .paddingFeat h3 {
    width: 265px;
}

.fourMarginBoxTs .paddingFeat h3 {
    width: 265px;
}

.fiveMarginBoxTs .paddingFeat h3 {
    width: 330px;
}

.yingyongShoppBox ul li:nth-child(1) {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.yingyongShoppBox ul li:nth-child(2) {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.yingyongShoppBox ul li:nth-child(3) {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.yingyongShoppBox ul li:nth-child(4) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.yingyongCaseBox ul li:nth-child(1) {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.yingyongCaseBox ul li:nth-child(2) {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.yingyongCaseBox ul li:nth-child(3) {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.yingyongCaseBox ul li:nth-child(4) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.yingyongShoppBox ul li {
    float: left;
    width: 24%;
    height: 474px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.3);
    background: #FFF;
}

    .yingyongShoppBox ul li:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 0 5px 15px rgba(132,211,122, 1);
        border: 1px solid #84d37a;
    }

    .yingyongShoppBox ul li .headerYinyong {
        width: 100%;
        height: 160px;
        padding: 30px 0px 0px 0px;
        box-sizing: border-box;
    }

.yingyongShoppBox {
    width: 100%;
    margin-top: 38px;
    height: 474px;
}

    .yingyongShoppBox ul li .headerYinyong h4 {
        font-size: 18px;
        color: #3C3C3C;
        margin-top: 0px;
    }

    .yingyongShoppBox ul li .headerYinyong i {
        width: 51px;
        height: 2px;
        background-color: #84d37a;
        display: block;
        margin: -10px auto;
    }

    .yingyongShoppBox ul li p {
        font-size: 14px;
        color: #3c3c3c;
        height: 35px;
        line-height: 30px;
    }

    .yingyongShoppBox ul li a {
        color: #84d37a;
        font-size: 12px;
    }

.appsorte {
    margin-top: 60px;
}

.yingyongCaseBox {
    width: 100%;
    margin-top: 38px;
    height: 388px;
}

    .yingyongCaseBox .headerCase {
        height: 300px;
        width: 100%;
    }

    .yingyongCaseBox ul li:hover {
        background-color: #84d37a;
    }

    .yingyongCaseBox ul li {
        float: left;
        width: 22%;
        height: 388px;
        box-sizing: border-box;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.3);
        background: #FFF;
        box-sizing: border-box;
        margin-left: 20px;
    }

    .yingyongCaseBox ul {
        margin-left: -20px;
        width:100%;
    }

        .yingyongCaseBox ul li .bottomCase {
            width: 100%;
            height: 88px;
            border-left: 1px solid #E5E5E5;
            border-right: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding-top: 10px;
            padding-left: 10px;
            box-sizing: border-box;
        }

            .yingyongCaseBox ul li .bottomCase p {
                font-size: 16px;
                margin-top: 0px;
                color: #3C3C3C;
            }

            .yingyongCaseBox ul li .bottomCase i {
                font-size: 12px;
                color: #767676;
            }

            .yingyongCaseBox ul li .bottomCase span {
                font-size: 12px;
                color: #767676;
            }

            .yingyongCaseBox ul li .bottomCase p:nth-child(2) {
                text-align: left;
            }

.yingyongMessageBox {
    width: 100%;
    margin-top: 38px;
    height: 388px;
}

    .yingyongMessageBox .titleMessage {
        font-size: 14px;
        color: #555;
        text-align: left;
    }

    .yingyongMessageBox ul li {
        width: 29.333333333%;
        height: 52px;
        float: left;
        box-sizing: border-box;
        position: relative;
    }

        .yingyongMessageBox ul li .mesIcoBoxMargin div {
            float: left;
        }

            .yingyongMessageBox ul li .mesIcoBoxMargin div p {
                text-align: left;
                line-height: 5px;
            }

        .yingyongMessageBox ul li .mesIcoBoxMargin .mesBoxRight {
            margin-top: -4px;
            margin-left: 10px;
        }

    .yingyongMessageBox ul {
        height: 52px;
    }

        .yingyongMessageBox ul li:nth-child(3) .mesIcoBoxMargin .mesBoxLeft {
            position: absolute;
            top: -55px;
        }

            .yingyongMessageBox ul li:nth-child(3) .mesIcoBoxMargin .mesBoxLeft p {
                position: absolute;
                width: 150px;
                bottom: -20px;
                left: 3px;
            }

.fromBox {
    width: 100%;
    margin-top: 100px;
}

    .fromBox .paddingForm {
        width: 77%;
    }

        .fromBox .paddingForm textarea {
            width: 92%;
            height: 84px;
            border-radius: 5px;
            float: left;
            border: 1px solid #E5E5E5;
            margin-bottom: 30px;
            padding: 10px 0px 0px 10px;
        }

        .fromBox .paddingForm .mes {
            float: left;
        }

        .fromBox .paddingForm .name {
            width: 35%;
            height: 47px;
            border-radius: 5px;
            border: 1px solid #E5E5E5;
            box-sizing: border-box;
            padding: 5px 0px 5px 10px;
        }

        .fromBox .paddingForm .phone {
            width: 35%;
            height: 47px;
            border-radius: 5px;
            border: 1px solid #E5E5E5;
            box-sizing: border-box;
            margin: 0px 30px 0px 30px;
            padding: 5px 0px 5px 10px;
        }

        .fromBox .paddingForm .submit {
            text-align: center;
            line-height: 47px;
            width: 15%;
            display: block;
            height: 47px;
            box-sizing: border-box;
            border-radius: 5px;
            border: 1px solid #84d37a;
            color: #84d37a;
            cursor: pointer;
        }

            .fromBox .paddingForm .submit:hover {
                background-color: #84d37a;
                color: #FFF;
            }

.main-title span {
    display: block;
    float: left;
}

body {
    /*background-image: url('../images/low-poly-texture-18.jpg');*/
    background-image: url('../images/demo-1-bg.jpg');
    background-color: #232323;
    position: fixed;
    z-index: 9999999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gundongBottom {
    position: fixed;
    z-index: 9990;
    bottom: 5%;
    left: 50%;
}
/*3Dcss*/

#info {
    position: absolute;
    width: 100%;
    color: #ffffff;
    padding: 5px;
    font-family: Monospace;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

#menu {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.element {
    width: 120px;
    height: 160px;
    box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
    border: 1px solid rgba(127,255,255,0.25);
    text-align: center;
    cursor: default;
}

    .element:hover {
        box-shadow: 0px 0px 12px rgba(0,255,255,0.75);
        border: 1px solid rgba(127,255,255,0.75);
    }

    .element .number {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 12px;
        color: rgba(127,255,255,0.75);
    }

    .element .symbol {
        position: absolute;
        top: 40px;
        left: 0px;
        right: 0px;
        font-size: 25px;
        font-weight: bold;
        color: rgba(255,255,255,0.75);
        text-shadow: 0 0 10px rgba(0,255,255,0.95);
    }

    .element .details {
        position: absolute;
        bottom: 15px;
        left: 0px;
        right: 0px;
        font-size: 12px;
        color: rgba(127,255,255,0.75);
    }

button {
    color: rgba(127,255,255,0.75);
    background: transparent;
    outline: 1px solid rgba(127,255,255,0.75);
    border: 0px;
    padding: 5px 10px;
    cursor: pointer;
}

    button:hover {
        background-color: rgba(0,255,255,0.5);
    }

    button:active {
        color: #000000;
        background-color: rgba(0,255,255,0.75);
    }

.fontJieShao {
    color: #FFF;
    position: absolute;
    left: 10%;
    z-index: 99;
    top: 40%;
}

    .fontJieShao h1 {
        font-size: 60px;
    }

    .fontJieShao p {
        font-size: 18px;
        text-align: left;
        margin-top: -30px;
    }
/*第三屏动画*/
.iphone {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #999, 0 0 30px 0px rgba(0, 0, 0, 0.7);
    border: 5px solid #d9dbdc;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 50px;
    height: 877px;
    width: 423px;
    position: relative;
    margin: 30px auto;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.iphone-top {
    padding: 5px 110px 40px;
    position: relative;
}

.top-bar {
    top: 65px;
}

.top-bar, .bottom-bar {
    display: block;
    width: 423px;
    height: 15px;
    border-left: 5px solid #BBB;
    border-right: 5px solid #BBB;
    position: absolute;
    left: -5px;
}

.iphone-screen {
    background: #eee;
    border: 1px solid #fff;
    height: 677px;
    width: 375px;
    margin: 0 auto;
    border: 2px solid rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    overflow: hidden;
}

*, *:after, *:before {
    box-sizing: border-box;
}

.bottom-bar {
    bottom: 65px;
}

.top-bar, .bottom-bar {
    display: block;
    width: 423px;
    height: 15px;
    border-left: 5px solid #BBB;
    border-right: 5px solid #BBB;
    position: absolute;
    left: -5px;
}

.iphone-bottom {
    padding: 10px 0 0;
}

.iphone-top .camera {
    display: block;
    margin: 0 auto;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-bottom: 13px;
    background: #333;
}

.iphone-top .sensor {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background: #333;
    margin-top: -5px;
    border-radius: 50%;
}

.iphone-top .speaker {
    display: block;
    width: 70px;
    height: 6px;
    margin: 0 auto;
    border-radius: 6px;
    background: #292728;
}

.iphone-top {
    padding: 5px 110px 40px;
    position: relative;
}

.iphone-screen img {
    width: 100%;
}

.buttons .on-off {
    height: 40px;
    width: 3px;
    top: 100px;
    left: -8px;
}

.buttons .on-off, .buttons .up, .buttons .down, .buttons .sleep {
    display: block;
    background: #CCC;
    position: absolute;
    border-radius: 2px 0px 0px 2px;
}

.buttons .sleep {
    left: auto;
    right: -10px;
    top: 170px;
    border-radius: 0px 2px 2px 0px;
}

.buttons .up, .buttons .down, .buttons .sleep {
    height: 60px;
    width: 5px;
    left: -10px;
}

.buttons .on-off, .buttons .up, .buttons .down, .buttons .sleep {
    display: block;
    background: #CCC;
    position: absolute;
    border-radius: 2px 0px 0px 2px;
}

.buttons .up {
    top: 170px;
}

.buttons .up, .buttons .down, .buttons .sleep {
    height: 60px;
    width: 5px;
    left: -10px;
}

.buttons .on-off, .buttons .up, .buttons .down, .buttons .sleep {
    display: block;
    background: #CCC;
    position: absolute;
    border-radius: 2px 0px 0px 2px;
}

.buttons .up {
    top: 170px;
}

.iphone-bottom span {
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 68px;
    background: #ccc;
    border-radius: 50%;
    background: -webkit-linear-gradient(315deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    position: relative;
}

    .iphone-bottom span:after {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 4px;
        top: 4px;
    }

/*第三屏动画*/
label, #shadows {
    position: fixed;
    top: 2vmin;
    opacity: 0.5;
}

label {
    left: 6vmin;
    color: white;
    font-weight: bold;
}

#shadows {
    left: 2vmin;
}

    #shadows:not(:checked) ~ .cubes {
        --shadow-filter: none;
    }

.cubes {
    width: 10vmin;
    height: 10vmin;
    -webkit-transform: rotateX(60deg) rotateZ(-45deg);
    transform: rotateX(60deg) rotateZ(-45deg);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    overflow: visible;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 9000px;
    perspective: 9000px;
}

.cube, .large-shadow {
    height: 10vmin;
    width: 10vmin;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-origin: center center -.5vmin;
    transform-origin: center center -.5vmin;
    position: absolute;
    top: 0;
    left: 0;
}

    .cube > .cube-wrap, .large-shadow > .cube-wrap {
        -webkit-animation: cube 4s infinite both;
        animation: cube 4s infinite both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform-origin: center center -.5vmin;
        transform-origin: center center -.5vmin;
        will-change: transform;
    }

@-webkit-keyframes cube {
    from, to, 20%, 60% {
        -webkit-animation-timing-function: step-start;
        animation-timing-function: step-start;
        -webkit-transform: none;
        transform: none;
    }

    40% {
        -webkit-transform: rotateY(-1turn);
        transform: rotateY(-1turn);
    }
}

@keyframes cube {
    from, to, 20%, 60% {
        -webkit-animation-timing-function: step-start;
        animation-timing-function: step-start;
        -webkit-transform: none;
        transform: none;
    }

    40% {
        -webkit-transform: rotateY(-1turn);
        transform: rotateY(-1turn);
    }
}

.cube[data-cube^="1"], .large-shadow[data-cube^="1"] {
    top: calc(-10vmin - 2px);
    --color-bg-top: #A0EBE8;
    --color-bg-bottom: #89E4E4;
    --color-fl-top: #4EAFBC;
    --color-fl-bottom: #43A5B2;
}

.cube[data-cube^="2"], .large-shadow[data-cube^="2"] {
    --color-bg-top: #89E4E4;
    --color-bg-bottom: #76DEE5;
    --color-fl-top: #43A5B2;
    --color-fl-bottom: #3D93A9;
}

.cube[data-cube^="3"], .large-shadow[data-cube^="3"] {
    top: calc(10vmin + 2px);
    --color-bg-top: #76DEE5;
    --color-bg-bottom: #63D3D4;
    --color-fl-top: #3D93A9;
    --color-fl-bottom: #3B8D9F;
}

.cube[data-cube^="11"], .cube[data-cube^="21"], .cube[data-cube^="31"], .large-shadow[data-cube^="11"], .large-shadow[data-cube^="21"], .large-shadow[data-cube^="31"] {
    left: calc(-10vmin - 2px);
    --color-fr-top: #2D505F;
    --color-fr-bottom: #2D4F63;
}

.cube[data-cube^="12"], .cube[data-cube^="22"], .cube[data-cube^="32"], .large-shadow[data-cube^="12"], .large-shadow[data-cube^="22"], .large-shadow[data-cube^="32"] {
    --color-fr-top: #2D4F63;
    --color-fr-bottom: #2A5262;
}

.cube[data-cube^="13"], .cube[data-cube^="23"], .cube[data-cube^="33"], .large-shadow[data-cube^="13"], .large-shadow[data-cube^="23"], .large-shadow[data-cube^="33"] {
    left: calc(10vmin + 2px);
    --color-fr-top: #2A5262;
    --color-fr-bottom: #2A5467;
}

.cube[data-cube$="2"], .large-shadow[data-cube$="2"] {
    -webkit-transform: translateZ(calc(10vmin + 2px));
    transform: translateZ(calc(10vmin + 2px));
}

.cube[data-cube$="3"], .large-shadow[data-cube$="3"] {
    -webkit-transform: translateZ(calc(-10vmin - 2px));
    transform: translateZ(calc(-10vmin - 2px));
}

.large-shadows {
    -webkit-transform: translateZ(-21vmin);
    transform: translateZ(-21vmin);
}

.large-shadow {
    background: black;
    height: 10vmin;
    width: 10vmin;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation: large-shadow 4s infinite both;
    animation: large-shadow 4s infinite both;
    -webkit-filter: var(--shadow-filter, blur(3vmin));
    filter: var(--shadow-filter, blur(3vmin));
    opacity: 0.2;
    will-change: transform;
}

@-webkit-keyframes large-shadow {
    from, 80%, to {
        -webkit-transform: scale(1.5, 3);
        transform: scale(1.5, 3);
    }

    20% {
        -webkit-transform: scale(1.5, 2);
        transform: scale(1.5, 2);
    }

    40%, 60% {
        -webkit-transform: scale(1.5, 5);
        transform: scale(1.5, 5);
    }

    50% {
        -webkit-transform: scale(1, 5);
        transform: scale(1, 5);
    }
}

@keyframes large-shadow {
    from, 80%, to {
        -webkit-transform: scale(1.5, 3);
        transform: scale(1.5, 3);
    }

    20% {
        -webkit-transform: scale(1.5, 2);
        transform: scale(1.5, 2);
    }

    40%, 60% {
        -webkit-transform: scale(1.5, 5);
        transform: scale(1.5, 5);
    }

    50% {
        -webkit-transform: scale(1, 5);
        transform: scale(1, 5);
    }
}

[class^="cube-"] {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    top: 0;
    left: 0;
}

    [class^="cube-"], [class^="cube-"]:before {
        will-change: transform;
        -webkit-animation: any 4s infinite both;
        animation: any 4s infinite both;
    }

        [class^="cube-"]:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: inherit;
        }

.cube-top {
    -webkit-animation-name: cube-top;
    animation-name: cube-top;
    overflow: hidden;
}

    .cube-top:before, .cube-top:after {
        will-change: transform;
    }

    .cube-top:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#CBFEFF), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(var(--color-bg-top)), to(var(--color-bg-bottom)));
        background-image: linear-gradient(to bottom, #CBFEFF, transparent), linear-gradient(to bottom, var(--color-bg-top), var(--color-bg-bottom));
        background-size: 2px 100%, auto;
        background-repeat: no-repeat;
    }

    .cube-top:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #DFF4F0;
        -webkit-animation: cube-top-flash 4s infinite both;
        animation: cube-top-flash 4s infinite both;
    }

@-webkit-keyframes cube-top-flash {
    from, 50%, 60%, to {
        opacity: 0;
    }

    52% {
        opacity: 0.9;
    }
}

@keyframes cube-top-flash {
    from, 50%, 60%, to {
        opacity: 0;
    }

    52% {
        opacity: 0.9;
    }
}

@-webkit-keyframes cube-top {
    20% {
        -webkit-transform: translateZ(calc(-10vmin + 2vmin));
        transform: translateZ(calc(-10vmin + 2vmin));
    }

    40%, 60%, 80% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes cube-top {
    20% {
        -webkit-transform: translateZ(calc(-10vmin + 2vmin));
        transform: translateZ(calc(-10vmin + 2vmin));
    }

    40%, 60%, 80% {
        -webkit-transform: none;
        transform: none;
    }
}

.cube-front-left {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    overflow: hidden;
}

    .cube-front-left:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-fl-top)), to(var(--color-fl-bottom))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(60%, transparent));
        background-image: linear-gradient(to bottom, var(--color-fl-top), var(--color-fl-bottom)), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent 60%);
        background-size: auto auto 1px 100%;
        background-repeat: no-repeat;
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-animation-name: cube-front-left;
        animation-name: cube-front-left;
        will-change: transform;
    }

@-webkit-keyframes cube-front-left {
    20% {
        -webkit-transform: scaleX(0.2);
        transform: scaleX(0.2);
    }

    40%, 60% {
        -webkit-transform: translateX(-8vmin) scaleX(0.2);
        transform: translateX(-8vmin) scaleX(0.2);
    }

    80% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes cube-front-left {
    20% {
        -webkit-transform: scaleX(0.2);
        transform: scaleX(0.2);
    }

    40%, 60% {
        -webkit-transform: translateX(-8vmin) scaleX(0.2);
        transform: translateX(-8vmin) scaleX(0.2);
    }

    80% {
        -webkit-transform: none;
        transform: none;
    }
}

.cube-front-right {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

    .cube-front-right:before {
        background-image: -webkit-gradient(linear, left top, right top, from(var(--color-fr-top)), to(var(--color-fr-bottom)));
        background-image: linear-gradient(to right, var(--color-fr-top), var(--color-fr-bottom));
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation-name: cube-front-right;
        animation-name: cube-front-right;
        will-change: transform;
    }

@-webkit-keyframes cube-front-right {
    20% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    40%, 60% {
        -webkit-transform: translateY(8vmin) scaleY(0.2);
        transform: translateY(8vmin) scaleY(0.2);
    }

    80% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes cube-front-right {
    20% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    40%, 60% {
        -webkit-transform: translateY(8vmin) scaleY(0.2);
        transform: translateY(8vmin) scaleY(0.2);
    }

    80% {
        -webkit-transform: none;
        transform: none;
    }
}

.cube-bottom {
    -webkit-transform: translateZ(-10vmin);
    transform: translateZ(-10vmin);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-bg-top)), to(var(--color-bg-bottom)));
    background-image: linear-gradient(to bottom, var(--color-bg-top), var(--color-bg-bottom));
    -webkit-animation-name: cube-bottom;
    animation-name: cube-bottom;
}

@-webkit-keyframes cube-bottom {
    from, 20%, 80%, to {
        -webkit-transform: translateZ(calc(-10vmin + 1px)) scale(0.95);
        transform: translateZ(calc(-10vmin + 1px)) scale(0.95);
    }

    40%, 60% {
        -webkit-transform: translateZ(-2vmin) scale(0.95);
        transform: translateZ(-2vmin) scale(0.95);
    }
}

@keyframes cube-bottom {
    from, 20%, 80%, to {
        -webkit-transform: translateZ(calc(-10vmin + 1px)) scale(0.95);
        transform: translateZ(calc(-10vmin + 1px)) scale(0.95);
    }

    40%, 60% {
        -webkit-transform: translateZ(-2vmin) scale(0.95);
        transform: translateZ(-2vmin) scale(0.95);
    }
}

.cube-bottom:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DFF4F0;
    -webkit-animation: cube-bottom-flash 4s infinite both;
    animation: cube-bottom-flash 4s infinite both;
    will-change: transform;
}

@-webkit-keyframes cube-bottom-flash {
    from, 40%, 50%, to {
        opacity: 0;
    }

    45% {
        opacity: 0.9;
    }
}

@keyframes cube-bottom-flash {
    from, 40%, 50%, to {
        opacity: 0;
    }

    45% {
        opacity: 0.9;
    }
}

[class^="shadow"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-filter: var(--shadow-filter, blur(20px));
    filter: var(--shadow-filter, blur(20px));
}

    [class^="shadow"], [class^="shadow"]:before {
        will-change: transform;
    }

        [class^="shadow"]:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #214354;
            opacity: 0.7;
        }

.shadow-y {
    -webkit-animation: shadow-y 4s infinite both;
    animation: shadow-y 4s infinite both;
}

    .shadow-y[data-cube^="11"], .shadow-y[data-cube^="21"] {
        left: 10%;
    }

    .shadow-y[data-cube^="13"], .shadow-y[data-cube^="23"] {
        left: -10%;
    }

@-webkit-keyframes shadow-y {
    to, 40%, 60%, 80%, from {
        -webkit-transform: translateY(-100%) scale(2, 0.75);
        transform: translateY(-100%) scale(2, 0.75);
    }

    20% {
        -webkit-transform: scale(2, 1);
        transform: scale(2, 1);
    }
}

@keyframes shadow-y {
    to, 40%, 60%, 80%, from {
        -webkit-transform: translateY(-100%) scale(2, 0.75);
        transform: translateY(-100%) scale(2, 0.75);
    }

    20% {
        -webkit-transform: scale(2, 1);
        transform: scale(2, 1);
    }
}

.shadow-y:before {
    -webkit-animation: shadow-y-inverse 4s infinite both;
    animation: shadow-y-inverse 4s infinite both;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

@-webkit-keyframes shadow-y-inverse {
    to, 40%, 60%, 80%, from {
        opacity: 0.9;
        -webkit-transform: scale(2, 1);
        transform: scale(2, 1);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(-100%) scale(2, 0.75);
        transform: translateY(-100%) scale(2, 0.75);
    }
}

@keyframes shadow-y-inverse {
    to, 40%, 60%, 80%, from {
        opacity: 0.9;
        -webkit-transform: scale(2, 1);
        transform: scale(2, 1);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(-100%) scale(2, 0.75);
        transform: translateY(-100%) scale(2, 0.75);
    }
}

.shadow-flip {
    width: 2vmin;
    height: 50%;
    top: -1vmin;
    left: calc(50% - 1vmin);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-filter: var(--shadow-filter, blur(1vmin));
    filter: var(--shadow-filter, blur(1vmin));
    -webkit-animation: shadow-flip 4s infinite both;
    animation: shadow-flip 4s infinite both;
    overflow: visible;
}

@-webkit-keyframes shadow-flip {
    from, 20%, 40%, 50%, to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    45% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes shadow-flip {
    from, 20%, 40%, 50%, to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    45% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.shadow-flip:before {
    -webkit-animation: shadow-flip-inverse 4s infinite both;
    animation: shadow-flip-inverse 4s infinite both;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
}

@-webkit-keyframes shadow-flip-inverse {
    from, 20%, 40%, 50%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0;
    }

    45% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0.6;
    }
}

@keyframes shadow-flip-inverse {
    from, 20%, 40%, 50%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0;
    }

    45% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0.6;
    }
}

.shadow-z {
    -webkit-animation: shadow-z 4s infinite both;
    animation: shadow-z 4s infinite both;
    overflow: visible;
    will-change: transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

    .shadow-z[data-cube^="11"] {
        --shadow-z-left: 50%;
        --shadow-z-top: 50%;
    }

    .shadow-z[data-cube^="21"], .shadow-z[data-cube^="31"] {
        --shadow-z-left: 50%;
        --shadow-z-top: 0;
    }

    .shadow-z[data-cube^="32"] {
        --shadow-z-left: 0;
        --shadow-z-top: 0;
        --shadow-x-scale: 2;
    }

    .shadow-z[data-cube^="33"] {
        --shadow-z-left: -50%;
        --shadow-z-top: 0;
    }

@-webkit-keyframes shadow-z {
    from, 40%, 60%, 80%, to {
        -webkit-transform: scale(var(--shadow-x-scale), 2);
        transform: scale(var(--shadow-x-scale), 2);
    }

    20% {
        -webkit-transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(calc(var(--shadow-x-scale, 1) / 2), 2);
        transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(calc(var(--shadow-x-scale, 1) / 2), 2);
    }
}

@keyframes shadow-z {
    from, 40%, 60%, 80%, to {
        -webkit-transform: scale(var(--shadow-x-scale), 2);
        transform: scale(var(--shadow-x-scale), 2);
    }

    20% {
        -webkit-transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(calc(var(--shadow-x-scale, 1) / 2), 2);
        transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(calc(var(--shadow-x-scale, 1) / 2), 2);
    }
}

.shadow-z:before {
    -webkit-animation: shadow-z-inverse 4s infinite both;
    animation: shadow-z-inverse 4s infinite both;
}

@-webkit-keyframes shadow-z-inverse {
    40%, 60% {
        -webkit-transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(var(--shadow-x-scale, 1), 2);
        transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(var(--shadow-x-scale, 1), 2);
    }

    45% {
        opacity: 0;
    }

    from, 40%, 55% {
        opacity: .5;
    }

    to {
        opacity: 1;
    }

    from, 20%, 80%, to {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes shadow-z-inverse {
    40%, 60% {
        -webkit-transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(var(--shadow-x-scale, 1), 2);
        transform: translateX(var(--shadow-z-left)) translateY(var(--shadow-z-top)) scale(var(--shadow-x-scale, 1), 2);
    }

    45% {
        opacity: 0;
    }

    from, 40%, 55% {
        opacity: .5;
    }

    to {
        opacity: 1;
    }

    from, 20%, 80%, to {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.cube[data-cube="111"] > .cube-wrap, .cube[data-cube="111"] > .cube-wrap:before, .cube[data-cube="111"] > .cube-wrap:after, .cube[data-cube="111"] > .cube-wrap > [class^="cube-"], .cube[data-cube="111"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="111"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 129ms;
    animation-delay: 129ms;
}

    .cube[data-cube="111"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 129ms;
        animation-delay: 129ms;
    }

[class^="shadow-"][data-cube="111"]:before,
.large-shadow[data-cube="111"] {
    -webkit-animation-delay: 129ms;
    animation-delay: 129ms;
}

.cube[data-cube="112"] > .cube-wrap, .cube[data-cube="112"] > .cube-wrap:before, .cube[data-cube="112"] > .cube-wrap:after, .cube[data-cube="112"] > .cube-wrap > [class^="cube-"], .cube[data-cube="112"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="112"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 280ms;
    animation-delay: 280ms;
}

    .cube[data-cube="112"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 280ms;
        animation-delay: 280ms;
    }

[class^="shadow-"][data-cube="112"]:before,
.large-shadow[data-cube="112"] {
    -webkit-animation-delay: 280ms;
    animation-delay: 280ms;
}

.cube[data-cube="113"] > .cube-wrap, .cube[data-cube="113"] > .cube-wrap:before, .cube[data-cube="113"] > .cube-wrap:after, .cube[data-cube="113"] > .cube-wrap > [class^="cube-"], .cube[data-cube="113"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="113"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 75ms;
    animation-delay: 75ms;
}

    .cube[data-cube="113"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 75ms;
        animation-delay: 75ms;
    }

[class^="shadow-"][data-cube="113"]:before,
.large-shadow[data-cube="113"] {
    -webkit-animation-delay: 75ms;
    animation-delay: 75ms;
}

.cube[data-cube="121"] > .cube-wrap, .cube[data-cube="121"] > .cube-wrap:before, .cube[data-cube="121"] > .cube-wrap:after, .cube[data-cube="121"] > .cube-wrap > [class^="cube-"], .cube[data-cube="121"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="121"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 255ms;
    animation-delay: 255ms;
}

    .cube[data-cube="121"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 255ms;
        animation-delay: 255ms;
    }

[class^="shadow-"][data-cube="121"]:before,
.large-shadow[data-cube="121"] {
    -webkit-animation-delay: 255ms;
    animation-delay: 255ms;
}

.cube[data-cube="122"] > .cube-wrap, .cube[data-cube="122"] > .cube-wrap:before, .cube[data-cube="122"] > .cube-wrap:after, .cube[data-cube="122"] > .cube-wrap > [class^="cube-"], .cube[data-cube="122"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="122"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 178ms;
    animation-delay: 178ms;
}

    .cube[data-cube="122"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 178ms;
        animation-delay: 178ms;
    }

[class^="shadow-"][data-cube="122"]:before,
.large-shadow[data-cube="122"] {
    -webkit-animation-delay: 178ms;
    animation-delay: 178ms;
}

.cube[data-cube="123"] > .cube-wrap, .cube[data-cube="123"] > .cube-wrap:before, .cube[data-cube="123"] > .cube-wrap:after, .cube[data-cube="123"] > .cube-wrap > [class^="cube-"], .cube[data-cube="123"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="123"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 45ms;
    animation-delay: 45ms;
}

    .cube[data-cube="123"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 45ms;
        animation-delay: 45ms;
    }

[class^="shadow-"][data-cube="123"]:before,
.large-shadow[data-cube="123"] {
    -webkit-animation-delay: 45ms;
    animation-delay: 45ms;
}

.cube[data-cube="131"] > .cube-wrap, .cube[data-cube="131"] > .cube-wrap:before, .cube[data-cube="131"] > .cube-wrap:after, .cube[data-cube="131"] > .cube-wrap > [class^="cube-"], .cube[data-cube="131"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="131"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 183ms;
    animation-delay: 183ms;
}

    .cube[data-cube="131"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 183ms;
        animation-delay: 183ms;
    }

[class^="shadow-"][data-cube="131"]:before,
.large-shadow[data-cube="131"] {
    -webkit-animation-delay: 183ms;
    animation-delay: 183ms;
}

.cube[data-cube="132"] > .cube-wrap, .cube[data-cube="132"] > .cube-wrap:before, .cube[data-cube="132"] > .cube-wrap:after, .cube[data-cube="132"] > .cube-wrap > [class^="cube-"], .cube[data-cube="132"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="132"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 53ms;
    animation-delay: 53ms;
}

    .cube[data-cube="132"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 53ms;
        animation-delay: 53ms;
    }

[class^="shadow-"][data-cube="132"]:before,
.large-shadow[data-cube="132"] {
    -webkit-animation-delay: 53ms;
    animation-delay: 53ms;
}

.cube[data-cube="133"] > .cube-wrap, .cube[data-cube="133"] > .cube-wrap:before, .cube[data-cube="133"] > .cube-wrap:after, .cube[data-cube="133"] > .cube-wrap > [class^="cube-"], .cube[data-cube="133"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="133"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 111ms;
    animation-delay: 111ms;
}

    .cube[data-cube="133"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 111ms;
        animation-delay: 111ms;
    }

[class^="shadow-"][data-cube="133"]:before,
.large-shadow[data-cube="133"] {
    -webkit-animation-delay: 111ms;
    animation-delay: 111ms;
}

.cube[data-cube="211"] > .cube-wrap, .cube[data-cube="211"] > .cube-wrap:before, .cube[data-cube="211"] > .cube-wrap:after, .cube[data-cube="211"] > .cube-wrap > [class^="cube-"], .cube[data-cube="211"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="211"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 151ms;
    animation-delay: 151ms;
}

    .cube[data-cube="211"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 151ms;
        animation-delay: 151ms;
    }

[class^="shadow-"][data-cube="211"]:before,
.large-shadow[data-cube="211"] {
    -webkit-animation-delay: 151ms;
    animation-delay: 151ms;
}

.cube[data-cube="212"] > .cube-wrap, .cube[data-cube="212"] > .cube-wrap:before, .cube[data-cube="212"] > .cube-wrap:after, .cube[data-cube="212"] > .cube-wrap > [class^="cube-"], .cube[data-cube="212"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="212"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 122ms;
    animation-delay: 122ms;
}

    .cube[data-cube="212"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 122ms;
        animation-delay: 122ms;
    }

[class^="shadow-"][data-cube="212"]:before,
.large-shadow[data-cube="212"] {
    -webkit-animation-delay: 122ms;
    animation-delay: 122ms;
}

.cube[data-cube="213"] > .cube-wrap, .cube[data-cube="213"] > .cube-wrap:before, .cube[data-cube="213"] > .cube-wrap:after, .cube[data-cube="213"] > .cube-wrap > [class^="cube-"], .cube[data-cube="213"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="213"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 56ms;
    animation-delay: 56ms;
}

    .cube[data-cube="213"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 56ms;
        animation-delay: 56ms;
    }

[class^="shadow-"][data-cube="213"]:before,
.large-shadow[data-cube="213"] {
    -webkit-animation-delay: 56ms;
    animation-delay: 56ms;
}

.cube[data-cube="221"] > .cube-wrap, .cube[data-cube="221"] > .cube-wrap:before, .cube[data-cube="221"] > .cube-wrap:after, .cube[data-cube="221"] > .cube-wrap > [class^="cube-"], .cube[data-cube="221"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="221"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 274ms;
    animation-delay: 274ms;
}

    .cube[data-cube="221"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 274ms;
        animation-delay: 274ms;
    }

[class^="shadow-"][data-cube="221"]:before,
.large-shadow[data-cube="221"] {
    -webkit-animation-delay: 274ms;
    animation-delay: 274ms;
}

.cube[data-cube="222"] > .cube-wrap, .cube[data-cube="222"] > .cube-wrap:before, .cube[data-cube="222"] > .cube-wrap:after, .cube[data-cube="222"] > .cube-wrap > [class^="cube-"], .cube[data-cube="222"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="222"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 146ms;
    animation-delay: 146ms;
}

    .cube[data-cube="222"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 146ms;
        animation-delay: 146ms;
    }

[class^="shadow-"][data-cube="222"]:before,
.large-shadow[data-cube="222"] {
    -webkit-animation-delay: 146ms;
    animation-delay: 146ms;
}

.cube[data-cube="223"] > .cube-wrap, .cube[data-cube="223"] > .cube-wrap:before, .cube[data-cube="223"] > .cube-wrap:after, .cube[data-cube="223"] > .cube-wrap > [class^="cube-"], .cube[data-cube="223"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="223"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 47ms;
    animation-delay: 47ms;
}

    .cube[data-cube="223"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 47ms;
        animation-delay: 47ms;
    }

[class^="shadow-"][data-cube="223"]:before,
.large-shadow[data-cube="223"] {
    -webkit-animation-delay: 47ms;
    animation-delay: 47ms;
}

.cube[data-cube="231"] > .cube-wrap, .cube[data-cube="231"] > .cube-wrap:before, .cube[data-cube="231"] > .cube-wrap:after, .cube[data-cube="231"] > .cube-wrap > [class^="cube-"], .cube[data-cube="231"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="231"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 29ms;
    animation-delay: 29ms;
}

    .cube[data-cube="231"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 29ms;
        animation-delay: 29ms;
    }

[class^="shadow-"][data-cube="231"]:before,
.large-shadow[data-cube="231"] {
    -webkit-animation-delay: 29ms;
    animation-delay: 29ms;
}

.cube[data-cube="232"] > .cube-wrap, .cube[data-cube="232"] > .cube-wrap:before, .cube[data-cube="232"] > .cube-wrap:after, .cube[data-cube="232"] > .cube-wrap > [class^="cube-"], .cube[data-cube="232"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="232"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 81ms;
    animation-delay: 81ms;
}

    .cube[data-cube="232"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 81ms;
        animation-delay: 81ms;
    }

[class^="shadow-"][data-cube="232"]:before,
.large-shadow[data-cube="232"] {
    -webkit-animation-delay: 81ms;
    animation-delay: 81ms;
}

.cube[data-cube="233"] > .cube-wrap, .cube[data-cube="233"] > .cube-wrap:before, .cube[data-cube="233"] > .cube-wrap:after, .cube[data-cube="233"] > .cube-wrap > [class^="cube-"], .cube[data-cube="233"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="233"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 238ms;
    animation-delay: 238ms;
}

    .cube[data-cube="233"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 238ms;
        animation-delay: 238ms;
    }

[class^="shadow-"][data-cube="233"]:before,
.large-shadow[data-cube="233"] {
    -webkit-animation-delay: 238ms;
    animation-delay: 238ms;
}

.cube[data-cube="311"] > .cube-wrap, .cube[data-cube="311"] > .cube-wrap:before, .cube[data-cube="311"] > .cube-wrap:after, .cube[data-cube="311"] > .cube-wrap > [class^="cube-"], .cube[data-cube="311"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="311"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 103ms;
    animation-delay: 103ms;
}

    .cube[data-cube="311"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 103ms;
        animation-delay: 103ms;
    }

[class^="shadow-"][data-cube="311"]:before,
.large-shadow[data-cube="311"] {
    -webkit-animation-delay: 103ms;
    animation-delay: 103ms;
}

.cube[data-cube="312"] > .cube-wrap, .cube[data-cube="312"] > .cube-wrap:before, .cube[data-cube="312"] > .cube-wrap:after, .cube[data-cube="312"] > .cube-wrap > [class^="cube-"], .cube[data-cube="312"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="312"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 195ms;
    animation-delay: 195ms;
}

    .cube[data-cube="312"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 195ms;
        animation-delay: 195ms;
    }

[class^="shadow-"][data-cube="312"]:before,
.large-shadow[data-cube="312"] {
    -webkit-animation-delay: 195ms;
    animation-delay: 195ms;
}

.cube[data-cube="313"] > .cube-wrap, .cube[data-cube="313"] > .cube-wrap:before, .cube[data-cube="313"] > .cube-wrap:after, .cube[data-cube="313"] > .cube-wrap > [class^="cube-"], .cube[data-cube="313"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="313"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 81ms;
    animation-delay: 81ms;
}

    .cube[data-cube="313"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 81ms;
        animation-delay: 81ms;
    }

[class^="shadow-"][data-cube="313"]:before,
.large-shadow[data-cube="313"] {
    -webkit-animation-delay: 81ms;
    animation-delay: 81ms;
}

.cube[data-cube="321"] > .cube-wrap, .cube[data-cube="321"] > .cube-wrap:before, .cube[data-cube="321"] > .cube-wrap:after, .cube[data-cube="321"] > .cube-wrap > [class^="cube-"], .cube[data-cube="321"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="321"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 294ms;
    animation-delay: 294ms;
}

    .cube[data-cube="321"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 294ms;
        animation-delay: 294ms;
    }

[class^="shadow-"][data-cube="321"]:before,
.large-shadow[data-cube="321"] {
    -webkit-animation-delay: 294ms;
    animation-delay: 294ms;
}

.cube[data-cube="322"] > .cube-wrap, .cube[data-cube="322"] > .cube-wrap:before, .cube[data-cube="322"] > .cube-wrap:after, .cube[data-cube="322"] > .cube-wrap > [class^="cube-"], .cube[data-cube="322"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="322"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 147ms;
    animation-delay: 147ms;
}

    .cube[data-cube="322"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 147ms;
        animation-delay: 147ms;
    }

[class^="shadow-"][data-cube="322"]:before,
.large-shadow[data-cube="322"] {
    -webkit-animation-delay: 147ms;
    animation-delay: 147ms;
}

.cube[data-cube="323"] > .cube-wrap, .cube[data-cube="323"] > .cube-wrap:before, .cube[data-cube="323"] > .cube-wrap:after, .cube[data-cube="323"] > .cube-wrap > [class^="cube-"], .cube[data-cube="323"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="323"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 218ms;
    animation-delay: 218ms;
}

    .cube[data-cube="323"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 218ms;
        animation-delay: 218ms;
    }

[class^="shadow-"][data-cube="323"]:before,
.large-shadow[data-cube="323"] {
    -webkit-animation-delay: 218ms;
    animation-delay: 218ms;
}

.cube[data-cube="331"] > .cube-wrap, .cube[data-cube="331"] > .cube-wrap:before, .cube[data-cube="331"] > .cube-wrap:after, .cube[data-cube="331"] > .cube-wrap > [class^="cube-"], .cube[data-cube="331"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="331"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

    .cube[data-cube="331"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 240ms;
        animation-delay: 240ms;
    }

[class^="shadow-"][data-cube="331"]:before,
.large-shadow[data-cube="331"] {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.cube[data-cube="332"] > .cube-wrap, .cube[data-cube="332"] > .cube-wrap:before, .cube[data-cube="332"] > .cube-wrap:after, .cube[data-cube="332"] > .cube-wrap > [class^="cube-"], .cube[data-cube="332"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="332"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 251ms;
    animation-delay: 251ms;
}

    .cube[data-cube="332"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 251ms;
        animation-delay: 251ms;
    }

[class^="shadow-"][data-cube="332"]:before,
.large-shadow[data-cube="332"] {
    -webkit-animation-delay: 251ms;
    animation-delay: 251ms;
}

.cube[data-cube="333"] > .cube-wrap, .cube[data-cube="333"] > .cube-wrap:before, .cube[data-cube="333"] > .cube-wrap:after, .cube[data-cube="333"] > .cube-wrap > [class^="cube-"], .cube[data-cube="333"] > .cube-wrap > [class^="cube-"]:before, .cube[data-cube="333"] > .cube-wrap > [class^="cube-"]:after {
    -webkit-animation-delay: 73ms;
    animation-delay: 73ms;
}

    .cube[data-cube="333"] > .cube-wrap [class^="shadow-"] {
        -webkit-animation-delay: 73ms;
        animation-delay: 73ms;
    }

[class^="shadow-"][data-cube="333"]:before,
.large-shadow[data-cube="333"] {
    -webkit-animation-delay: 73ms;
    animation-delay: 73ms;
}
/*加载中*/
@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-64px, 0);
        transform: translate(-64px, 0);
    }

    75% {
        -webkit-transform: translate(32px, 0);
        transform: translate(32px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move-animation {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-64px, 0);
        transform: translate(-64px, 0);
    }

    75% {
        -webkit-transform: translate(32px, 0);
        transform: translate(32px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.circle-loader {
    display: block;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: 16px 16px;
    transform-origin: 16px 16px;
    -webkit-animation: rotate-animation 5s infinite;
    animation: rotate-animation 5s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

    .circle-loader .circle {
        -webkit-animation: move-animation 2.5s infinite;
        animation: move-animation 2.5s infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .circle-loader .circle-line {
        width: 64px;
        height: 24px;
        position: absolute;
        top: 4px;
        left: 0;
        -webkit-transform-origin: 4px 4px;
        transform-origin: 4px 4px;
    }

        .circle-loader .circle-line:nth-child(0) {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .circle-loader .circle-line:nth-child(1) {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .circle-loader .circle-line:nth-child(2) {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .circle-loader .circle-line:nth-child(3) {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .circle-loader .circle-line .circle:nth-child(1) {
            width: 8px;
            height: 8px;
            top: 50%;
            left: 50%;
            margin-top: -4px;
            margin-left: -4px;
            border-radius: 4px;
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }

        .circle-loader .circle-line .circle:nth-child(2) {
            width: 16px;
            height: 16px;
            top: 50%;
            left: 50%;
            margin-top: -8px;
            margin-left: -8px;
            border-radius: 8px;
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

        .circle-loader .circle-line .circle:nth-child(3) {
            width: 24px;
            height: 24px;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px;
            border-radius: 12px;
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

    .circle-loader .circle-blue {
        background-color: #1f4e5a;
    }

    .circle-loader .circle-red {
        background-color: #ff5955;
    }

    .circle-loader .circle-yellow {
        background-color: #ffb265;
    }

    .circle-loader .circle-green {
        background-color: #00a691;
    }
/*.twoAnimate{display:none;}*/
/*.mainBody{display:none;}*/
.ontAimdtae {
    display: none;
}

.bottomFooterBox {
    width: 1770px;
    height: 15px;
    background: #84d37a;
    margin: 0px auto;
}

#loadingBox {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
}

.kaishiAnimates {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #84d37a;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.tierLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9991;
    left: 0px;
    top: 0px;
    background: #232323;
}

.section .slide {
    position: relative;
}

    .section .slide:nth-child(2) {
        background-color: rgba(35, 35, 35, 0.6);
    }

    .section .slide:nth-child(3) {
        background-color: rgba(35, 35, 35, 0.6);
    }

.fp-controlArrow {
    display: none;
}

.mXuan {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.xuan45Du {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.xuanFu45Du {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
/*响应式布局开始*/
@media only screen and (max-width:1770px) {
    .contioner {
        width: 1440px;
        margin: 0px auto;
        height: 100%;
    }

    .demo-1 .main-title, .demo-3 .main-title {
        text-transform: uppercase;
        font-size: 4em;
        letter-spacing: .1em;
    }
}

@media only screen and (max-width:1440px) {
    .marginMaxYuan {
        width: 400px;
        height: 400px;
        border-radius: 460px;
        border: 1px solid #e6e3e3;
        position: relative;
        margin: 40% auto;
    }

    .twoMarginBoxTs .paddingBoxTsLeft {
        width: 60%;
        height: 70%;
        position: absolute;
        top: 10%;
    }

    .fontEnglisBoxPadding {
        left: -38px;
    }

    #fp-nav.right {
        right: -12px;
    }

    .Box {
        position: relative;
        margin-top: 50px;
        height: 325px;
        overflow: hidden;
    }

    .yingyongShoppBox ul li {
        height: 320px;
    }

        .yingyongShoppBox ul li .headerYinyong {
            height: 130px;
            padding: 15px 0px 0px 0px;
        }

        .yingyongShoppBox ul li p {
            height: 20px;
        }

    .threeMarginBoxTs .paddingBoxTsLeft {
        top: 10%;
    }

    .yingyongShoppBox {
        width: 100%;
        margin-top: 20px;
        height: 320px;
    }

    .appsorte {
        margin-top: 35px;
    }

    .fourMarginBoxTs .paddingBoxTsLeft {
        top: 10%;
        width: 60%;
    }

    .yingyongCaseBox ul li {
        width: 22%;
        height: 288px;
    }

    .yingyongCaseBox .headerCase {
        height: 200px;
        width: 100%;
    }

    .yingyongCaseBox {
        width: 100%;
        margin-top: 38px;
        height: 292px;
    }

    .paddingMinYuan {
        width: 250px;
        height: 250px;
        border-radius: 263px;
        border: 1px solid #e6e3e3;
        position: absolute;
        left: 20%;
        top: 20%;
    }

    .fiveMarginBoxTs .paddingBoxTsLeft {
        top: 10%;
    }

    .contioner {
        width: 1320px;
        margin: 0px auto;
        height: 100%;
    }

    .fiveMarginBoxTs .paddingBoxTsLeft {
        width: 80%;
    }

    .demo-1 .main-title, .demo-3 .main-title {
        text-transform: uppercase;
        font-size: 3.6em;
        letter-spacing: .1em;
    }

    .fromBox {
        margin-top: 0px;
    }

        .fromBox .paddingForm textarea {
            width: 93%;
        }
}

@media only screen and (max-width:1320px) {
    .contioner {
        width: 95%;
        margin: 0px auto;
        height: 100%;
        z-index: 9;
        top: 0px;
    }
    .borain_NavBox .navMarginBox {
        margin-right: 38px;
    }
    .demo-1 .main-title, .demo-3 .main-title {
        text-transform: uppercase;
        font-size: 3.2em;
        letter-spacing: .1em;
    }
}
.jianrong360 {
    background: none !important;
    color: #84d37a !important;
}
.moblieFontEnglisBox {
    display: none;
}
@media only screen and (max-width:1200px) {
    .contioner {
        width: 100%;
        margin: 0px auto;
        height: 100%;
        position: absolute;
        z-index: 9;
        top: 0px;
    }
    .solidBox {
        display: none !important;
    }
    .moblieFontEnglisBox {
        display: block;
    }
    .borain_NavBox {
        display: none;
    }

    .fontFolat {
        display: none;
    }

    .fontEnglisBoxPadding {
        left: 0px;
    }

    .appsorte {
        margin-top: 80px;
    }

    .borain_NavBox .logoMarginBox img {
        width: 184px;
        margin: 12px 0px 0px 0px;
    }

    .navMarginBox {
        display: none;
    }

    .demo-1 .main-title, .demo-3 .main-title {
        text-transform: uppercase;
        font-size: 2.2em;
        letter-spacing: .1em;
    }
}

@media only screen and (max-width:1200px) {
    .demo-1 .main-title, .demo-3 .main-title {
        text-transform: uppercase;
        font-size: 2.2em;
        letter-spacing: .1em;
    }
}

@media only screen and (max-width:768px) {
    #slidePage02{display:none;}
    #slidePage03 {
        display: none;
    }
    .demo-1 .main-title, .demo-3 .main-title {
        text-transform: uppercase;
        font-size: 1.8em;
        letter-spacing: .1em;
    }
}

@media only screen and (max-width:500px) {
    .demo-1 .main-title, .demo-3 .main-title {
        text-transform: uppercase;
        font-size: 1.5em;
        letter-spacing: .1em;
        display: inline-grid;
    }

    .gundongBottom {
        position: fixed;
        z-index: 9990;
        bottom: 5%;
        left: 45%;
    }
}

@media only screen and (max-width:1660px) {
    .fontJieShao h1 {
        font-size: 50px;
    }

    .fontJieShao p {
        font-size: 15px;
        text-align: left;
        margin-top: -30px;
    }

    #container {
        top: 0%;
        position: absolute;
        left: 25% !important;
    }

    .fontJieShao {
        color: #FFF;
        position: absolute;
        left: 4%;
        top: 40%;
    }
}

@media only screen and (max-width:1150px) {
    #container {
        top: 0%;
        position: absolute;
        left: 0% !important;
    }

    #menu {
        position: absolute;
        top: 53%;
        width: 99%;
        text-align: center;
        z-index: 99;
    }

    .fontJieShao {
        color: #FFF;
        position: absolute;
        left: 0px;
        height: 100%;
        width: 100%;
        top: 0px;
        padding: 50% 20px 0px 25px;
        background: rgba(0,0,0,0.6);
    }

        .fontJieShao h1 {
            font-size: 25px;
        }

        .fontJieShao p {
            font-size: 15px;
            text-align: center;
            margin-top: 0px;
        }

    button {
        color: rgba(127,255,255,0.75);
        background: transparent;
        outline: 1px solid rgba(127,255,255,0.75);
        border: 0px;
        padding: 5px 10px;
        cursor: pointer;
        margin-top: 10px;
    }
}

@media only screen and (max-width:1200px) {
    .bottomPbiaoqian {
        position: absolute;
        top: 22px;
    }

    .sloidLeft {
        width: 0px !important;
    }

    #fp-nav {
        display: none !important;
    }

    .marginMaxYuan {
        width: 0px;
        height: 0px;
    }

        .marginMaxYuan div {
            width: 0px;
            height: 0px;
        }

    .twoMarginBoxTs .paddingBoxTsLeft {
        width: 100%;
        height: 70%;
        position: absolute;
        top: 10%;
    }

    .paddingFeat h3 {
        width: 320px;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
    }

    .rightFontBoxtS {
        float: none;
    }

    .paddingFeat h3 .tese {
        color: #3c3c3c;
        margin-left: 2px;
        display: inline-block;
        float: none;
    }

    .paddingFeat h5 {
        font-size: 18px;
        font-weight: normal;
        margin-top: -12px;
        color: #727272;
        text-align: center;
        width: 100%;
    }

        .paddingFeat h5 span {
            display: inline-block;
            float: none;
        }

    .Box {
        position: relative;
        margin-top: 0px;
        height: 310px;
        width: 100%;
        overflow: hidden;
    }

        .Box .content {
            width: 83%;
            margin: 0px auto;
            height: 100%;
        }

        .Box .Box_con .btnl {
            background: url(../images/jtl02.png) no-repeat center;
            left: -22px;
            display: block;
            border-radius: 50px;
            top: 25%;
        }

        .Box .Box_con .btnr {
            background: url(../images/jtr02.png) no-repeat center;
            right: -22px;
            border-radius: 50px;
            top: 25%;
        }

    .sloidTsHeight {
        width: 70%;
        height: 1px;
        background-color: #E5E5E5;
        position: absolute;
        top: 30.5%;
        left: 46px;
    }

    .solidBox {
        position: absolute;
        top: 0px;
        z-index: 9;
        width: 100%;
        height: 100%;
        right: 0px;
    }

    .fontEnglisBox {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

    .fontEnglisBoxPadding {
        font-size: 120vw;
        top: 0px;
        opacity: 0.1;
    }

    .threeMarginBoxTs .paddingBoxTsLeft {
        width: 100%;
        height: 70%;
        position: absolute;
        top: 10%;
    }

    .yingyongShoppBox {
        width: 95%;
        margin-top: 0;
        margin: 0px auto;
        height: 265px;
    }

        .yingyongShoppBox ul li {
            width: 48%;
            height: 150px;
            position: relative;
        }

            .yingyongShoppBox ul li .headerYinyong {
                width: 50%;
            }
                .yingyongShoppBox ul li:first-child .headerYinyong img {
                    width: 60px;
                }
            .yingyongShoppBox ul li .headerYinyong img{
                width: 50px;
            }
            .yingyongShoppBox ul li .headerYinyong, .bottomPbiaoqian {
                float: right;
                box-sizing: border-box;
            }
            .yingyongShoppBox ul li .headerYinyong {
                width: 40%;
            }
    .bottomPbiaoqian{width:60%;}
    .yingyongShoppBox ul li p {
        font-size: 12px;
        color: #3c3c3c;
        height: 12px;
        line-height: 0px;
    }

            .yingyongShoppBox ul li .headerYinyong h4 {
                font-size: 12px;
                color: #3C3C3C;
                margin-top: 0px;
            }

    .bottomPbiaoqian p:nth-child(4) {
        display: none;
    }

    .yingyongShoppBox ul li:nth-child(1), .yingyongShoppBox ul li:nth-child(2) {
        margin-bottom: 10px;
    }

    .yingyongShoppBox ul li:nth-child(1), .yingyongShoppBox ul li:nth-child(3) {
        margin-right: 10px;
    }

    .fourMarginBoxTs .paddingBoxTsLeft {
        top: 10%;
        width: 100%;
    }

    .yingyongCaseBox {
        width: 95%;
        height: 270px;
    }

        .yingyongCaseBox ul li {
            width: 47%;
            height: 100%;
        }

        .yingyongCaseBox ul li {
            margin-left: 5px;
            margin-bottom: 5px;
        }

            .yingyongCaseBox ul li:nth-child(3) {
                display: none;
            }

            .yingyongCaseBox ul li:nth-child(4) {
                display: none;
            }

    .yingyongCaseBox {
        margin: 18px auto;
    }

        .yingyongCaseBox ul {
            margin-left: 0px;
        }

        .yingyongCaseBox .headerCase {
            height: 170px;
        }

    .fiveMarginBoxTs .paddingBoxTsLeft {
        width: 100%;
    }

    .yingyongMessageBox {
        margin-top:-45px;
    }

    .paddingFeat {
        height: 125px;
    }

    .duduGaLi {
        display: none;
    }

    .yingyongMessageBox ul li {
        width: 50%;
    }

        .yingyongMessageBox ul li:nth-child(3) {
            display: none;
        }

    .yingyongMessageBox .titleMessage {
        font-size: 14px;
        color: #555;
        text-align: center;
    }

    .fromBox .paddingForm {
        width: 95%;
        margin: 0px auto;
    }

        .fromBox .paddingForm textarea {
            width: 100%;
        }

        .fromBox .paddingForm .name {
            width: 100%;
        }

        .fromBox .paddingForm .phone {
            width: 100%;
            margin: 0px;
        }

        .fromBox .paddingForm .submit {
            width: 50%;
            margin: 0px auto;
            float: none;
            clear: both;
        }

        .fromBox .paddingForm textarea {
            margin-bottom: 15px;
        }

        .fromBox .paddingForm .phone {
            margin: 15px 0px 20px 0px;
        }

    .yingyongMessageBox ul {
        display: none;
    }
}

@media only screen and (max-width:350px) {
    .yingyongShoppBox ul li {
        width: 100%;
        height: 130px;
        position: relative;
    }

        .yingyongShoppBox ul li:nth-child(3), .yingyongShoppBox ul li:nth-child(4) {
            display: none;
        }

    .bottomPbiaoqian {
        position: absolute;
        top: 10px;
    }

    .appsorte {
        margin-top: 35px;
    }

    .yingyongShoppBox ul li:nth-child(1) {
        margin-bottom: 10px;
    }
}

.fp-prev {
    left: 60px !important;
    background-image: url("../images/shutter_prevBtn.png");
    width: 50px !important;
    height: 49px !important;
    border-width: inherit !important;
    border-color: rgba(0,0,0,0) !important;
    background-position-x: -3px;
    background-position-y: -3px;
    background-repeat: no-repeat;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}

.fp-next {
    right: 60px !important;
    background-image: url("../images/shutter_prevBtn.png");
    width: 50px !important;
    height: 49px !important;
    border-width: inherit !important;
    border-color: rgba(0,0,0,0) !important;
    background-position-x: -3px;
    background-position-y: -3px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}

.fp-prev:hover {
    background-position-y: -52px;
}

.fp-next:hover {
    background-position-y: -52px;
}

.rightBoxNavBox {
    background-color: #84d37a;
    width: 148px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    right: 0px;
    display:none;
}

    .rightBoxNavBox ul {
        padding: 0px;
        margin: 0px;
        clear: both;
    }

        .rightBoxNavBox ul li {
            list-style: none;
            height: 50px;
            width: 100%;
            line-height: 50px;
            text-align: center;
            border-bottom: 1px solid #63c357;
        }
            .rightBoxNavBox ul li a {
                display: block;
                color: #FFF;
                font-size: 15px;
                height: 50px;
                width: 100%;
                line-height: 50px;
                text-align: center;
            }
.moblieFontEnglisBox {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    z-index: 1;
}
