* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.container {
    width: 100%;
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background-size: 100% 100%;
    background-image: url("https://assets.gogpay.cn/dcb-configuration/png/7e6d750dd2984b1a9cad9ef9a53ccca4.png");
}

.container::-webkit-scrollbar {
    display: none
}

.header {
    background-color: #303030;
    position: relative;
}

.header p {
    font-size: 0.4rem;
    color: #FFFFFF;
    padding: 6% 25% 6% 8%;
}

.header img {
    height: 50%;
    position: absolute;
    right: 5%;
    top: 25%;
}

.main_content {
    width: 100%;
    text-align: center;
}

.main_content .logo {
    width: 56%;
    margin: 25% 0 5% 0;
}

.main_content .img_02 {
    width: 72%;
}

#btnIos {
    position: absolute;
    left: 14%;
    top: 47%;
}

#btnAndroid {
    position: absolute;
    left: 14%;
    top: 57.5%;
}

.main_content p {
    padding-top: 20px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(70, 81, 102, 1);
    line-height: 26px;
    letter-spacing: 16px;
}


