body {
    padding: 0;
    margin: 0;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden
}

.page-container {
    width: 100%;
    height: 100vh;
    min-height: 840px;
    background: rgba(61,249,193,.1);
    font-size: 16px;
    position: relative
}


.page-container .page-content {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}


.page-container .page-content header {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-container .page-content header a {
    color: #0c101b;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    line-height: 1
}

.page-container .page-content .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 164px);
    padding: 0 80px 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-container .page-content .main .right {
    color: #000;
    position: relative;
    top: -60px
}

.page-container .page-content .main .right h1 {
    font-size: 44px;
    font-weight: 700;
    margin: 0
}

.page-container .page-content .main .right p {
    font-size: 36px;
    margin: 0
}

.page-container .page-content .main .right .btn .download,.page-container .page-content .main .right .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-container .page-content .main .right .btn .download {
    width: 160px;
    height: 56px;
    border-radius: 40px;
    background: #00d394;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0;
    cursor: pointer;
    color: #fff
}

.page-container .page-content .main .right .btn .download img {
    padding-right: 5px;
    position: relative;
    top: -2px
}

.page-container .page-content .main .right .btn .download:hover {
    background: #24e8ae
}

.page-container .page-content .main .right .btn .iphone {
    margin-right: 18px
}

.page-container .page-content .main .right .qrcode {
    width: 187px;
    background: #fff;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    color: #7f7f7f;
    text-align: center;
    font-size: 14px;
    font-weight: 700
}

.page-container .page-content .main .right .qrcode img {
    width: 100%
}

.page-container .page-content footer {
    font-size: 12px;
    color: #6d6f76;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page-container .page-content footer a {
    color: #6d6f76;
    text-decoration: none
}

.page-container .left-top {
    position: absolute;
    width: 500px;
    left: -300px;
    top: -100px;
    z-index: -1;
    -webkit-animation: rotateLeft-data-v-bce0c346 15s linear infinite;
    animation: rotateLeft-data-v-bce0c346 15s linear infinite
}

.page-container .right-bottom {
    position: absolute;
    width: 500px;
    right: -300px;
    bottom: -100px;
    z-index: -1;
    -webkit-animation: rotateRight-data-v-bce0c346 15s linear infinite;
    animation: rotateRight-data-v-bce0c346 15s linear infinite
}



@-webkit-keyframes rotateLeft-data-v-bce0c346 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: -300px;
        top: -100px
    }

    50% {
        left: -100px;
        top: -300px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        left: -300px;
        top: -100px
    }
}

@keyframes rotateLeft-data-v-bce0c346 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: -300px;
        top: -100px
    }

    50% {
        left: -100px;
        top: -300px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        left: -300px;
        top: -100px
    }
}

@-webkit-keyframes rotateRight-data-v-bce0c346 {
    0% {
        right: -300px;
        bottom: -100px
    }

    50% {
        right: -100px;
        bottom: -300px
    }

    to {
        right: -300px;
        bottom: -100px
    }
}

@keyframes rotateRight-data-v-bce0c346 {
    0% {
        right: -300px;
        bottom: -100px
    }

    50% {
        right: -100px;
        bottom: -300px
    }

    to {
        right: -300px;
        bottom: -100px
    }
}

@media only screen and (max-width: 481px) {
    html {
        font-size:10vw
    }
}
