body {
    margin: 0;
    padding: 0;
}

.page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

.noScroll{
    overflow: hidden;
}

.page .bgBox {
    width: 100%;
    height: auto;
    position: relative;
}

.page .bgBox .img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.page .bgBox .conBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

/* .page .conBox .logo {
    width: 251rem;
    height: auto;
    position: absolute;
    top: 228rem;
    left: 50%;
    transform: translateX(-50%);
}

.page .conBox .title {
    width: 598rem;
    height: auto;
    position: absolute;
    top: 390rem;
    left: 50%;
    transform: translateX(-50%);
} */

.page .conBox .btn01 {
    position: absolute;
    bottom: 352rem;
    left: 88rem;
    width: 273rem;
    height: 63rem;
}

.page .conBox .btn02 {
    position: absolute;
    bottom: 352rem;
    left: 385rem;
    width: 273rem;
    height: 63rem;
}

/* .page .conBox .footer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 230rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page .conBox .footer .share {
    width: 349rem;
    height: auto;
    margin-bottom: 16rem;
}

.page .conBox .footer .img {
    width: 367rem;
    height: auto;
} */

.none {
    display: none;
}

.popUp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 120;
}

.popUp .popCont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    height: max-content;
}

.popUp .popCont .img {
    width: 600rem;
    height: auto;
}

.sharePop .btn {
    position: absolute;
    bottom: 60rem;
    left: 166rem;
    width: 265rem;
    height: 65rem;
}

.receivePop .btn {
    position: absolute;
    bottom: 383rem;
    left: 155rem;
    width: 296rem;
    height: 65rem;
}