body {
    background: #f34b38;
}
.hint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.7);
}
.rm-container {
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: url('../images/newImg/PC/background.png') no-repeat center;
    background-size: cover;
    background-color: #000001;
}
.rm-container-level {
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.rm-shared-header {
    max-width: 585px;
    max-height: 285px;
    width: 28vw;
    height: 6vw;
    background-size: 100%;
    padding: 5% 0 0 12%;
}

.rm-content {
    flex: 1;
    position: relative;
}

.rm-body-wrap {
    position: relative;
    flex: 1;
    padding-right: 14%;
    padding-left: 12%;
}

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

.rm-body-container {
    margin-bottom: 1vh;
}

.rm-iphone {
    margin-top: 7.7vw;
    padding-right: 9%;
}

.rm-iphone .rm-iphone-img {
    width: calc(22vw + 8px);
    height: calc(890/430 * 22vw);
    min-width: 200px;
    max-width: 430px;
    min-height: 414px;
    max-height: 890px;
    background: url('../images/newImg/PC/pre.png') no-repeat left top;
    background-size: 90%;
}

.rm-body-footer {
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 11vh;
}

.rm-body-footer .rm-btn-store2 {
    display: none;
}

.rm-body-footer .rm-btn-store {
    /* flex: 1; */
    width: 29%;
    max-width: 190px;
}

.rm-body-footer .rm-btn-stroe-img {
    width: 100%;
    cursor: pointer;
}

.rm-body-footer .rm-btn-android {
    width: 30%;
    margin: 0 2%;
    max-width: 200px;
}

.rm-body-footer .rm-btn-android-img {
    width: 100%;
    cursor: pointer;
}

.rm-body-footer .rm-btn-qrcode {
    width: 9%;
    max-width: 58px;
}

.rm-body-footer .rm-btn-qrcode-img {
    width: 100%;
    cursor: pointer;
}

.rm-btn-qrcode {
    position: relative;
    flex: none;
}

.rm-qrcode {
    position: absolute;
    top: -295px;
    left: 50%;
    width: 200px;
    height: 230px;
    padding: 20px;
    margin-left: -120px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    -moz-transition: all 0.36s ease;
    -ms-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
}

.rm-btn-qrcode:hover .rm-qrcode {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.rm-qrcode::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -40px;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top-color: #fff;
}

.rm-qrcode img {
    width: 100%;
    margin-bottom: 15px;
}

.rm-qrcode div {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width:1155px) {}

@media screen and (max-width:768px) and (max-height: 1000px) {
    body{
        background:#e2feff;
    }

    img {
        max-width: 100%;
    }

    .rm-container {
        display: inline-block;
        background: url('../images/newImg/phone/bj.png') top no-repeat;
        /* background-size: auto 100%; */
        background-size: 100%;
        background-color: #FFF;
    }
    .rm-container-level {
        background: url('../images/newImg/phone/level.png') top no-repeat;
        background-size: cover;
        height: 86vh;
    }

    .rm-shared-header {
        width: 0%;
        /*margin: 0 auto;*/
        /*margin-top: 15px;*/
        /*background: url(../images/logo2.png) center no-repeat;*/
        /*background-size: 100%;*/
    }

    .rm-body-container {
        width: 100%;
        margin-bottom: 11vh;
    }

    .rm-content {
        box-sizing: border-box;
    }

    .rm-body-wrap {
        flex: none;
        margin: 0 auto;
        margin-top: 23vh;
        padding-right: 4%;
    }

    .rm-body-container{
        display:none;
    }

    .rm-body-footer{
        position: fixed;
        left:0;
        right:0;
        bottom:9vh;
        margin-bottom:0;
    }

    .rm-iphone,
    .rm-body-footer .rm-btn-android,
    .rm-body-footer .rm-btn-qrcode,
    .rm-body-footer .rm-btn-store {
        display: none;
    }

    .rm-body-footer .rm-btn-store2 {
        display: block;
    }


    .rm-body-footer .rm-btn-store2 {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width:768px) and (max-height: 700px) {
    .rm-container {
        display: inline-block;
        background: url('../images/newImg/phone/bj.png') no-repeat;
        background-size: 100%;
        background-color: #000001;
    }
}

