body {
    background: white;
}

.hint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.7);
}

body {
    background: url('../images/pc_background.png') no-repeat center;
    background-size: cover;
    background-color: #000001;
    background-attachment: fixed;
}

.rm-container {
    width: 100%;
    min-height: 100%;
}

.rm-body-footer {
    /*position: fixed;*/
    /*left:0;*/
    /*right: 0;*/
    /*bottom:6vh;*/
    /*margin-bottom:0;*/
    display: flex;
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    margin-top: 30px;
}

.rm-container-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.rm-container-body .left {
    width: 320px;
}

.rm-container-body .left img {
    width: 100%;
}

.rm-container-body .right {
    margin-left: 30px;
    width: 50%;
    color: #fff;
}

.rm-container-body .right .logo {
    display: block;
    width: 100px;
    border-radius: 14px;
    border: 1px solid #fff;
}

.rm-container-body .right .top {
    display: flex;
    align-items: center;
}

.rm-container-body .right .top h1 {
    letter-spacing: 0.08em;
    font-size: 70px;
    margin-left: 30px;
}

.rm-container-body .right h5 {
    font-size: 48px;
    letter-spacing: 0.08em;
    margin-top: 22px;
    font-weight: normal;
}

.rm-container-body .right h6 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 40px;
}

.rm-container-body .right .desc {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.5;
}

.rm-container-body .right .desc p {
    margin: 10px 0;
}

.rm-btn-store {
    display: flex;
    align-items: center;
}

.rm-btn-store a {
    width: 200px;
    border-radius: 40px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    background: #E60212;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    padding: 38px 0 0 36px;
    color: #fff;
}

.header .logo {
    margin-right: 36px;
    font-size: 22px;
    line-height: 30px;
    white-space: nowrap;
    font-weight: 500;
}

.header .nav {
    display: flex;
    height: 30px;
}

.header .nav a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    text-decoration: none;
    margin: 0 10px;

}

.header .nav .router-link-exact-active {
    position: relative;

}

.header .nav .router-link-exact-active:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(270deg, #FFD3D6 0%, #FFEDEE 99%, #E9F6FF 99%);
    content: "";
}

.hidden {
    display: none !important;
}

.content_us {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    color: #000001;
}

.content_us p {
    margin-top: 10px;
}

.content_us a {
    color: #000001;
    text-decoration: none;
}

.content_us .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content_us .list .item {
    color: #000001;
    font-size: 14px;
    line-height: 16px;
    /* 114.286% */
    margin-top: 28px;
}

.content_us .list .item:last-child:after {
    content: none;
}

.content_us .list .item:after {
    content: '|';
    margin: 0 24px;
}

.agreementcontent {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 2px 20px 0px rgba(81, 96, 108, 0.3);
}

.agreementcontent p {
    margin: 10px 0;
}


@media screen and (max-width: 1100px) {
    .rm-container-body .left {
        width: 220px;
    }

    .rm-container-body .right .logo {
        width: 80px;
    }

    .rm-container-body .right .top h1 {
        font-size: 40px;
    }

    .rm-container-body .right h5 {
        font-size: 28px;
    }

    .rm-container-body .right h6 {
        font-size: 26px;
    }

    .rm-container-body .right .desc {
        font-size: 16px;
    }

    .rm-btn-store img {
        width: 200px !important;
    }

    .rm-btn-store a {
        width: 150px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .rm-container-body {
        flex-direction: column;
    }

    .rm-container-body .right {
        color: #000001;
        text-align: center;
    }

    .rm-container-body .right .logo {
        width: 50px;
    }

    .rm-container-body .right .top h1 {
        font-size: 30px;
    }

    .rm-container-body .right .top {
        justify-content: center;
    }

    .rm-container-body .right h5 {
        font-size: 18px;
    }

    .rm-container-body .right h6 {
        font-size: 18px;
    }

    .rm-container-body .right .desc {
        font-size: 14px;
    }

    .rm-body-footer {
        justify-content: center;
    }

    .rm-btn-store {
        flex-direction: column;
        justify-content: center;
    }

    .content_us {
        font-size: 14px;
        padding: 20px 10px;
    }

    .header {
        flex-direction: column;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .header .logo {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
