#indexPage {
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg,#395ecb 0%,#3657be 35%,#242161 75%,#1a0531 100%);
    position: absolute;
    overflow: hidden;
    z-index: 9999;
}

.bgc1 {
    position: absolute;
    /*bottom: 0;*/
    left: 50%;
    margin-top: -200px;
    margin-left: -1170px;
}

#indexPage .mainContent {
    width: 900px;
    height: 600px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -450px;
}

#indexPage .mainContent .title {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

#indexPage .mainContent .title .imgfav {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#indexPage .mainContent .title .imgfav img {
    width: 100%;
    height: 100%;
}

#indexPage .mainContent .title h3 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
    color: #fff;
}

#indexPage .mainContent .title h3:last-of-type {
    color: #efefef;
    font-weight: 200;
}

.jumpContent {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: rgba(0,0,0,0);
    width: 120px;
    height: 40px;
}

.jumpContent:hover {
    color: #395ecb;
    background-color: #fff;
}

.roate {
    margin-top: 130px;
}

.roate ul{
    display: flex;
    flex-direction: column;
}

.roate ul li{
    display: inline-block;
    text-align: center;
}

.roate {
    animation:myRoate 2s;
    transform-style:preserve-3d;
}

@keyframes myRoate
{
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.roate ul li:first-of-type {
    position: relative;
    font-size: 74px;
    letter-spacing: 25px;
    font-weight: 10;
    margin-bottom: 44px;
    /*perspective:150px;*/
    /*-webkit-perspective:150px; !* Safari and Chrome *!*/
}

.roate ul li:nth-child(2) {
    border-bottom: 1px solid #fff;
    width: 680px;
    margin-left: 11%;
}

.roate ul li:nth-child(3) {
    position: relative;
    margin-top: 44px;
    letter-spacing: 10px;
    font-size: 20px;
    /*perspective:-150px;*/
    /*-webkit-perspective:-150px; !* Safari and Chrome *!*/
}

.startRotate {
    position: absolute;
    left: 18%;
    top: -14%;
    transform-style:preserve-3d;
    animation: z 5s linear 0s infinite;
}

@-webkit-keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
