/* GLOBAL DEFAULTS */
*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.hide {
    display: none !important;
}

ul {
    list-style: none;
}

body {
    font-size: 3.2vw;
    font-family: Microsoft YaHei, Helvetica Neue, sans-serif;
    /* line-height: 1.875; */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

h2,
h3,
h4,
h5 {
    color: #454a70;
}

img {
    max-width: 100%;
}

.desktop .mobile {
    display: none;
}

.mobile .desktop {
    display: none;
}

.download_qrCode {
    display: none;
    position: absolute;
    background-color: white;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    font-size: 15px;
    text-align: center;
    color: #323232;
}

.download_qrCode::after {
    position: relative;
    border: 6px solid transparent;
    border-top-color: white;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 0;
}

.block-show {
    display: block;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main {
    margin: 0 auto;
    overflow-x: hidden;
    padding-top: 8.667vw;
    background: url(http://gg.hfdwqh.com/img/hero.png) no-repeat center 19.733vw / 93.6vw 96.133vw,
        url(http://gg.hfdwqh.com/img/bg.webp) no-repeat 0 0 / 100%;
    background-color: #fae4d5;
}

#first_page #main {
    padding-top: 0px;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 56px;
    max-width: 751px;
    padding: 8px;
    display: flex;
    justify-content: center;
    background-color: rgba(254, 239, 199, 0.7);
}

.header .left {
    gap: 6px;
}

.header .left img {
    height: 100%;
}

.header .right img {
    width: 80%;
}

.reminder {
    margin-bottom: 97.867vw;
    padding: 1.6vw 6.4vw;
    font-size: 2.8vw;
    font-family: DreamHanSansHC-W15, DreamHanSansHC;
    font-weight: normal;
    color: #3b3b3b;
    line-height: 3.067vw;
    text-align: center;
    /* background: rgba(229, 228, 228, 0.5); */
}

.figures {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10.267vw;
    padding-top: 4.667vw;
    padding-right: 8.267vw;
    padding-left: 8.267vw;
}

.figures img {
    width: 16vw;
    height: 16vw;
}

.figures figcaption {
    font-size: 4.133vw;
    font-family: DreamHanSansHC-W25, DreamHanSansHC;
    font-weight: normal;
    color: #3b3b3b;
    line-height: 4.933vw;
    text-align: center;
}

.text-center,
.text-right {
    text-align: center;
    padding: 0 5vw;
}

input[type="password"],
input[type="text"] {
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 2px;
    line-height: 5.33333vw;
    border: 1px solid #f1f1f1;
    outline: none;
    font-size: 20px;
    border-radius: 1.33333vw;
    min-width: 13.33333vw;
}

::-webkit-input-placeholder {
    color: #ccc;
}

.re-btn {
    font-size: 4.26667vw;
    /* background: #3a3e51 -webkit-radial-gradient(left top, #8d30e3, #8d30e3);
  background: #3a3e51 -o-radial-gradient(left top, #8d30e3, #8d30e3);
  background: #3a3e51 radial-gradient(left rig, #8d30e3, #8d30e3); */
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 10.66667vw;
    padding: 0 4vw;
    margin-left: 2.66667vw;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 0.53333vw;
}

.btn-phonecode {
    width: 25.6vw;
    height: 10.267vw;
    margin-left: -3vw;
    background: #ec4b41;
    border-radius: 1.3333vw;
    font-size: 4.133vw;
    font-family: DreamHanSansHC-W25, DreamHanSansHC;
    font-weight: normal;
    color: #ffffff;
    line-height: 10.267vw;
    text-align: center;
}

.section1 {
    padding-left: 8.933vw;
    padding-right: 8.933vw;
}

.section1 .register-inner {
    background: #fff;
    padding: 6.933vw 7.733vw 6.667vw;
    border-radius: 5.06666vw;
    margin-bottom: 10.267vw;
    box-shadow: 0.8vw 0.8vw 2vw 0vw rgba(0, 0, 0, 0.5);
}

.section1 .register-inner h2 {
    font-size: 6vw;
    font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
    font-weight: bold;
    line-height: 9.2vw;
    text-align: center;
    white-space: nowrap;
    color: black;
}

.section1 .register-inner strong {
    color: #ec4b41;
}

.btn-register {
    display: block;
    margin: 0 auto;
    width: 41.067vw;
    height: 7.733vw;
    font-size: 4.133vw;
    font-family: DreamHanSansHC-W25, DreamHanSansHC;
    font-weight: normal;
    color: #ffffff;
    line-height: 7.733vw;
    background: #ec4b41;
    border-radius: 1.3333vw;
    text-align: center;
}

input[name="mobilePhone"] {
    background-repeat: no-repeat;
    background-position: 3.33333vw;
    background-size: 3.2vw 5.06667vw;
    background-image: url(http://gg.hfdwqh.com/img/icon_mobile.webp);
}

input[name="password"] {
    background-image: url(http://gg.hfdwqh.com/360$1/img/73f46a3757e678ddc7b5903cdb9c0c9b.png);
    background-repeat: no-repeat;
    background-position: 3.33333vw;
    background-size: 3.86667vw 4.13333vw;
}

input[name="captcha"] {
    background-repeat: no-repeat;
    background-position: 3.33333vw;
    background-size: 3.86667vw 4.4vw;
    background-image: url(http://gg.hfdwqh.com/img/icon_shield.webp);
}

.input-tip {
    color: red;
    min-height: 4vw;
    margin: 1.33333vw 0;
}

.shadow {
    background: hsla(0, 0%, 100%, 0.8);
}

.full-screen {
    width: 100vw;
    height: 100vh;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1103;
}

#loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1103;
}

.loading,
.loading:after {
    border-radius: 50%;
    width: 10.66667vw;
    height: 10.66667vw;
}

.loading {
    font-size: 0.2rem;
    position: relative;
    text-indent: -9999em;
    border: 0.1rem solid rgba(17, 156, 254, 0.2);
    border-left-color: #119cfe;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes fadeInleft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate(0px);
    }
}

@keyframes fadeInright {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate(0px);
    }
}

@keyframes myfirst {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

/* .active {
  animation: fadeInUp 2s;
} */

.fadeInright {
    animation: fadeInright 1.5s;
}

.fadeInright3 {
    animation: fadeInright 2s;
}

.fadeInleft1 {
    animation: fadeInleft 2s;
}

.fadeInleft {
    animation: fadeInleft 1.5s;
}

.pop {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1103;
}

.pop-leave {
    background: rgba(0, 0, 0, 0.4);
    font-size: 4.8vw;
    color: #142d58;
    text-align: center;
}

.btn-submit {
    border-radius: 0.53333vw;
    font-size: 4.2666667vw;
    color: #fff;
    padding: 2vw 3vw;
    overflow: hidden;
    width: 80%;
    margin: 1vw auto;
}

.section2,
.section3 {
    padding-left: 6.933vw;
    padding-right: 6.933vw;
    margin-bottom: 9.333vw;
}

.section2 h2,
.section3 h2 {
    margin-bottom: 5.067vw;
    font-size: 6.667vw;
    font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
    font-weight: bold;

    line-height: 9.2vw;
    text-align: center;
    color: black;
}

.section2 strong,
.section3 strong {
    color: #ec4b41;
}

.section2 img {
    display: block;
    width: 86vw;
    margin: 0 auto;
}

.section3 .grid-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.section3 .grid-container>img {
    justify-self: stretch;
}

.section3 #goToRegister {
    margin-top: 6.933vw;
}

.wrapper footer {
    padding: 3.867vw 8.667vw;
    font-size: 2.533vw;
    font-family: DreamHanSansHC-W15, DreamHanSansHC;
    font-weight: normal;
    color: #3b3b3b;
    line-height: 4.133vw;
    background-color: #e5e4e4;
}

.successModal,
.successModal * {
    box-sizing: border-box;
}

.successPage,
.successPage * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.successPage {
    min-height: 100vh;
    padding-top: 7.733vw;
    padding-bottom: 12.533vw;
    background: url(http://gg.hfdwqh.com/360$1/img/download_top_bg.png) no-repeat top center / contain;
    background-color: #fad779;
}

.successPage .hero {
    display: block;
    width: 79.467vw;
    margin: 0 auto 1.733vw;
}

.successPage .notification {
    display: block;
    width: 30.267vw;
    margin: 0 auto 7.2vw;
}

.successPage .description {
    display: block;
    width: 76.933vw;
    height: 38.933vw;
    margin: 0 auto 7.733vw;
}

.successPage .download-btn {
    position: relative;
    display: block;
    width: 74.4vw;
    height: 15.333vw;
    margin: 0 auto 13.333vw;
    text-decoration: none;
    background: url(http://gg.hfdwqh.com/360$1/img/download_btn.png) no-repeat 0 0 / cover;
}

#first_page .official_app {
    width: 92%;
    margin: 0 auto;
    padding: 3%;
    color: #3b3b3b;
    background: #ffffff;
    border-radius: 3.8vw;
    line-height: 1.2;
}

#first_page .official_app {
    margin: 6.933vw auto;
    background: unset;
}

#first_page .official_app .row1 {
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

#first_page .official_app .row1 .left {
    display: flex;
}

#first_page .official_app .row1 .left img {
    width: 50px;
    height: 50px;
}

#first_page .official_app .row1 .left div {
    margin-left: 8px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

#first_page .official_app .row1 .right {
    text-align: right;
    position: relative;
}

#first_page .official_app .row1 .right:hover .download_qrCode {
    display: block;
}

#first_page .official_app .row1 a img {
    max-height: 50px;
    vertical-align: bottom;
}

#first_page .official_app .row2 {
    width: 125%;
    transform-origin: 0;
    transform: scale(0.8);
    text-align: center;
    line-height: 20px;
}

#first_page .official_app .links {
    white-space: normal;
    font-size: 12px;
}

#first_page .official_app .links button {
    color: inherit;
    border: none;
    background: none;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
    color: gray;
}

#first_page .official_app .developer {
    font-family: "DreamHanSansHC-W15", "DreamHanSansHC";
    font-weight: normal;
    color: #3b3b3b;
    margin-bottom: 10px;
}

footer .links {
    margin-bottom: 1.733vw;
    font-family: DreamHanSansHC-W15, DreamHanSansHC;
    font-weight: normal;
    /* line-height: 3.067vw; */
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 1vw;
}

@media (max-width: 400px) {
    .reminder {
        line-height: 5vw;
    }
}

.legal-popup {
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 100vh;
    overflow: auto;
    z-index: 100;
    background: white;
    line-height: 1.85;
    padding: 6.667vw 11.5vw 18.4vw;
}

.legal-popup h1 {
    text-align: center;
}

.legal-popup footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: 9.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.legal-popup footer>button {
    width: 21.733vw;
    height: 5.867vw;
    background: #ec4b41;
    border: none;
    border-radius: 1.333vw;
    font-size: 2.533vw;
    font-family: DreamHanSansHC-W25, DreamHanSansHC;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 5.867vw;
    text-decoration: none;
}

/* only for first page fixed bottom box */
@media screen and (max-width: 750px) {
    #first_page .official_app {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 4.2vw;
        line-height: 5.2vw;
        z-index: 9;
        max-height: 150px;
        border-radius: 0;
    }

    #first_page .official_app .row1 {
        position: relative;
        height: unset;
        padding: 10px 8% 5px;
        background-color: rgba(38, 100, 139, 0.5);

    }

    #first_page .official_app .row1 .close_app_box {
        position: absolute;
        right: -25%;
        top: -6px;
        width: 20px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background: url("http://gg.hfdwqh.com/360$1/img/close_btn.png") center center no-repeat;
        background-size: 50%;
        background-color: #FFFFFF;
    }

    #first_page .official_app .row1 .left {
        display: flex;
    }

    #first_page .official_app .row1 .left img {
        width: 50px;
        height: 50px;
    }

    #first_page .official_app .row1 .left div {
        line-height: 25px;
        font-weight: normal;
    }

    #first_page .official_app .row1 .right {
        max-width: 100px;
    }

    #first_page .official_app .row1 .right img {
        vertical-align: baseline;
    }

    #first_page .official_app .row2 {
        transform: unset;
        width: 100%;
        padding: 0 8% 10px 8%;
        background-color: rgba(38, 100, 139, 0.5);
    }

    #first_page .official_app .row2 p.links {
        text-align: left;
        line-height: 22px;
    }

    #first_page .official_app .row2 p.links .check {
        color: #FFD270;
        cursor: pointer;
    }

    .wrapper footer {
        /* margin-bottom: 150px; */
    }
}

#pagetwo {
    position: relative;
}

.footer .row2 .developer .check {
    color: #FFD270;
    cursor: pointer;
}

/* KYC */
#pagetwo .kyc_page {
    margin: 0 auto;
    height: 100vh;
    background-color: #f0f2f5;
}

@media screen and (min-width: 751px) {
    #pagetwo .kyc_page {
        width: 750px;
    }
}

#pagetwo .kyc_page .main {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1.5fr;
}

#pagetwo .kyc_page .main .banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 5% 10% 5%;
}

#pagetwo .kyc_page .main .banner .left {
    height: 100%;
    padding-top: 10%;
    color: #C6A066;
}

#pagetwo .kyc_page .main .banner .left h1 {
    font-family: alimama;
    font-size: calc(0.8vw + 18px);
    white-space: nowrap;
    height: 55%;
}

#pagetwo .kyc_page .main .banner .left div {
    text-align: center;
    font-size: calc(0.8vw + 15px);
    position: relative;
}

#pagetwo .kyc_page .main .banner .left div::before,
#pagetwo .kyc_page .main .banner .left div::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 4px;
    background-color: #C6A066;
    top: 50%;
    transform: translateY(-50%);
}

#pagetwo .kyc_page .main .banner .left div::before {
    left: 0%;
}

#pagetwo .kyc_page .main .banner .left div::after {
    right: 0%;
}

#pagetwo .kyc_page .main .banner .right {
    height: 100%;
}

#pagetwo .kyc_page .main .banner .right img {
    max-height: 80%;
}

@media screen and (min-width: 751px) {
    #pagetwo .kyc_page .main .banner {
        padding: 0 37.5px 75px;
    }

    #pagetwo .kyc_page .main .banner .left {
        padding-top: 40.5px;
    }

    #pagetwo .kyc_page .main .banner .left h1 {
        font-size: 32px;
        height: 155px;
    }

    #pagetwo .kyc_page .main .banner .left div {
        font-size: 30px;
    }

    #pagetwo .kyc_page .main .banner .left div::before,
    #pagetwo .kyc_page .main .banner .left div::after {
        width: 34.45px;
        height: 4px;
    }
}

#pagetwo .kyc_page .main .register {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
    background: #F9F6F1;
    padding-top: calc(8vw + 30px);
}

#pagetwo .kyc_page .main .register .step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #C6A066;
}

#pagetwo .kyc_page .main .register .step .step_item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    width: calc(3.3333vw + 15px);
    height: calc(3.3333vw + 15px);
    line-height: calc(3.3333vw + 10px);
    color: #808080;
    background-color: #f0f2f5;
    border: 2px solid #808080;
    font-size: 14px;
}

#pagetwo .kyc_page .main .register .step .step_item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 160%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

#pagetwo .kyc_page .main .register .step .step_item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -120%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(1) {
    left: 19%;
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(1)::after {
    content: "极速开户";
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(2) {
    left: 46%;
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(2)::after {
    content: "资料认证";
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(3) {
    left: 75%;
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(3)::after {
    content: "领红包交易";
}

@media screen and (min-width: 751px) {
    #pagetwo .kyc_page .main .register .step .step_item {
        width: 45px;
        height: 45px;
        line-height: 40px;
    }

    #pagetwo .kyc_page .main .register .step .step_item::after {
        font-size: 16px;
    }
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(1)::before {
    background-image: url("http://gg.hfdwqh.com/360$1/img/step1_active.png");
    top: -150%;
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(1)::after {
    color: #C6A066;
    bottom: -100%;
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(2)::before {
    background-image: url("http://gg.hfdwqh.com/360$1/img/step2_active.png");
    top: -150%;
}

#pagetwo .kyc_page .main .register .step .step_item:nth-of-type(3)::before {
    background-image: url("http://gg.hfdwqh.com/360$1/img/step3.png");
    top: -170%;
}

#pagetwo .kyc_page .main .register .step .step_item.active {
    width: calc(3.3333vw + 30px);
    height: calc(3.3333vw + 30px);
    line-height: calc(3.3333vw + 25px);
    background-color: #c6a066;
    border-color: #c6a066;
    color: white;
    font-size: 20px;
}

#pagetwo .kyc_page .main .register .step .step_item.active::after {
    color: #c6a066;
    bottom: -100%;
}

@media screen and (min-width: 751px) {
    #pagetwo .kyc_page .main .register .step .step_item.active {
        width: 55px;
        height: 55px;
        line-height: 50px;
        font-size: 24px;
    }
}

#pagetwo .kyc_page .main .register .step .step_item.complete {
    border-width: 0px;
    background: url("http://gg.hfdwqh.com/360$1/img/complete.png") no-repeat center center/contain;
    background-color: white;
}

#pagetwo .kyc_page .main .register .step .step_item.complete::after {
    color: #c6a066;
}

#pagetwo .kyc_page .main .register form {
    width: 71.3333vw;
    margin: 0 auto;
}

#pagetwo .kyc_page .main .register form .form-item {
    position: relative;
}

#pagetwo .kyc_page .main .register form .form-item:nth-of-type(1) {
    margin-bottom: calc(2vw + 15px);
}

#pagetwo .kyc_page .main .register form .form-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    aspect-ratio: 1/1;
}

#pagetwo .kyc_page .main .register form .form-item input {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    border: 2px solid #979797;
    border-radius: 1.33333vw;
    background-color: white;
    font-size: 16px;
}

#pagetwo .kyc_page .main .register form .form-item input::placeholder {
    font-size: 16px !important;
}

#pagetwo .kyc_page .main .register form .uname-f1::before {
    background: url("http://gg.hfdwqh.com/360$1/img/icon_pereson.png") no-repeat center center/contain;
    background-size: 60%;
}

#pagetwo .kyc_page .main .register form .idCard-f1::before {
    background: url("http://gg.hfdwqh.com/360$1/img/icon_id.png") no-repeat center center/contain;
    background-size: 75%;
}

#pagetwo .kyc_page .main .register form .input-tip {
    height: 25px;
    line-height: 20px;
    font-size: 13px;
    color: red;
}

#pagetwo .kyc_page .main .register form .input-tip span {
    color: red;
}

#pagetwo .kyc_page .main .register form .submitBtn {
    display: block;
    width: 60%;
    height: calc(4vw + 25px);
    line-height: calc(4vw + 25px);
    font-size: calc(1.0667vw + 12px);
    margin: 0 auto;
    font-weight: bold;
    background-color: #C6A066;
    color: white;
}

#pagetwo .kyc_page .main .register form .submitBtn:active {
    transform: scale(0.98);
}

#pagetwo .kyc_page .main .register .footer {
    width: 100%;
    padding: 2vw 5.3333vw;
    line-height: 1;
    background: linear-gradient(180deg, #E5CE9F 0%, #C6A066 100%);
}

#pagetwo .kyc_page .main .register .footer .row1 {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    color: white;
    margin-bottom: 5px;
}

#pagetwo .kyc_page .main .register .footer .row1 .left {
    display: flex;
}

#pagetwo .kyc_page .main .register .footer .row1 .left img {
    width: 8vw;
    height: 8vw;
    min-width: 40px;
    min-height: 40px;
}

#pagetwo .kyc_page .main .register .footer .row1 .left div {
    margin-left: 8px;
    font-size: 2.6667vw;
    line-height: calc(2.6667vw + 12px);
    font-weight: bold;
}

#pagetwo .kyc_page .main .register .footer .row1 .right {
    position: relative;
    cursor: pointer;
    text-align: right;
}

#pagetwo .kyc_page .main .register .footer .row1 .right .app_link img {
    vertical-align: bottom;
    height: 8vw;
    min-height: 40px;
}

#pagetwo .kyc_page .main .register .footer .row2 .developer {
    font-size: 12px;
    text-align: left;
    color: white;
    transform-origin: 0 0;
    width: 120%;
    transform: scale(0.8);
}

#pagetwo .kyc_page .main .register .footer .row2 .developer .check {
    line-height: 1;
    color: #FFD270;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    #pagetwo .kyc_page .main .register .footer {
        padding: 15px 40px;
        line-height: 1.2;
    }

    #pagetwo .kyc_page .main .register .footer .row1 {
        display: flex;
        justify-content: space-between;
        gap: 5%;
        color: white;
        margin-bottom: 5px;
    }

    #pagetwo .kyc_page .main .register .footer .row1 .left {
        display: flex;
    }

    #pagetwo .kyc_page .main .register .footer .row1 .left img {
        width: 60px;
        height: 60px;
    }

    #pagetwo .kyc_page .main .register .footer .row1 .left div {
        margin-left: 8px;
        font-size: 20px;
        line-height: 30px;
    }

    #pagetwo .kyc_page .main .register .footer .row1 .right .app_link img {
        height: 60px;
    }

    #pagetwo .kyc_page .main .register .footer .row1 .right:hover .download_qrCode {
        display: block;
    }

    #pagetwo .kyc_page .main .register .footer .row2 .developer {
        transform: scale(1);
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 751px) {
    #pagetwo .kyc_page .main .register {
        padding-top: 80px;
    }

    #pagetwo .kyc_page .main .register form {
        width: 70%;
    }

    #pagetwo .kyc_page .main .register form .form-item:nth-of-type(1) {
        margin-bottom: 30px;
    }

    #pagetwo .kyc_page .main .register form .form-item::before {
        height: 50px;
    }

    #pagetwo .kyc_page .main .register form .form-item input {
        width: 100%;
        height: 50px;
        padding: unset;
        padding-left: 50px;
        border-radius: 15px;
    }

    #pagetwo .kyc_page .main .register form .input-tip {
        height: 35px;
        line-height: 30px;
    }

    #pagetwo .kyc_page .main .register form .submitBtn {
        width: 350px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
}


/* 红包 */
#pagetwo .success_page {
    margin: 0 auto;
    height: 100vh;
    background-color: #f0f2f5;
}

@media screen and (min-width: 751px) {
    #pagetwo .success_page {
        width: 750px;
    }
}

#pagetwo .success_page .main {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1.5fr;
}

#pagetwo .success_page .main .banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 5% 10% 5%;
}

#pagetwo .success_page .main .banner .left {
    height: 100%;
    padding-top: 10%;
    color: #C6A066;
}

#pagetwo .success_page .main .banner .left h1 {
    font-family: alimama;
    font-size: calc(0.8vw + 18px);
    white-space: nowrap;
    height: 55%;
}

#pagetwo .success_page .main .banner .left div {
    text-align: center;
    font-size: calc(0.8vw + 15px);
    position: relative;
}

#pagetwo .success_page .main .banner .left div::before,
#pagetwo .success_page .main .banner .left div::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 4px;
    background-color: #C6A066;
    top: 50%;
    transform: translateY(-50%);
}

#pagetwo .success_page .main .banner .left div::before {
    left: 0%;
}

#pagetwo .success_page .main .banner .left div::after {
    right: 0%;
}

#pagetwo .success_page .main .banner .right {
    height: 100%;
}

#pagetwo .success_page .main .banner .right img {
    max-height: 80%;
}

@media screen and (min-width: 751px) {
    #pagetwo .success_page .main .banner {
        padding: 0 37.5px 75px;
    }

    #pagetwo .success_page .main .banner .left {
        padding-top: 40.5px;
    }

    #pagetwo .success_page .main .banner .left h1 {
        font-size: 32px;
        height: 155px;
    }

    #pagetwo .success_page .main .banner .left div {
        font-size: 30px;
    }

    #pagetwo .success_page .main .banner .left div::before,
    #pagetwo .success_page .main .banner .left div::after {
        width: 34.45px;
        height: 4px;
    }
}

#pagetwo .success_page .main .download {
    width: 100%;
    position: relative;
    padding-top: 13%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F9F6F1;
}

#pagetwo .success_page .main .download .step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #C6A066;
}

#pagetwo .success_page .main .download .step .step_item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    width: calc(3.3333vw + 15px);
    height: calc(3.3333vw + 15px);
    line-height: calc(3.3333vw + 10px);
    color: #808080;
    background-color: #f0f2f5;
    border: 2px solid #808080;
    font-size: 14px;
}

#pagetwo .success_page .main .download .step .step_item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 160%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

#pagetwo .success_page .main .download .step .step_item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -110%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(1) {
    left: 19%;
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(1)::after {
    content: "极速开户";
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(2) {
    left: 46%;
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(2)::after {
    content: "资料认证";
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(3) {
    left: 75%;
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(3)::after {
    content: "领红包交易";
}

@media screen and (min-width: 751px) {
    #pagetwo .success_page .main .download .step .step_item {
        width: 45px;
        height: 45px;
        line-height: 40px;
    }

    #pagetwo .success_page .main .download .step .step_item::after {
        font-size: 16px;
    }
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(1)::before {
    background-image: url("http://gg.hfdwqh.com/360$1/img/step1_active.png");
    top: -150%;
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(2)::before {
    background-image: url("http://gg.hfdwqh.com/360$1/img/step2_active.png");
    top: -150%;
}

#pagetwo .success_page .main .download .step .step_item:nth-of-type(3)::before {
    background-image: url("http://gg.hfdwqh.com/360$1/img/step3_active.png");
    top: -170%;
}

#pagetwo .success_page .main .download .step .step_item.active {
    width: calc(3.3333vw + 30px);
    height: calc(3.3333vw + 30px);
    line-height: calc(3.3333vw + 25px);
    background-color: #c6a066;
    border-color: #c6a066;
    color: white;
    font-size: 20px;
}

#pagetwo .success_page .main .download .step .step_item.active::after {
    color: #c6a066;
    bottom: -100%;
}

@media screen and (min-width: 751px) {
    #pagetwo .success_page .main .download .step .step_item.active {
        width: 55px;
        height: 55px;
        line-height: 50px;
        font-size: 24px;
    }
}

#pagetwo .success_page .main .download .step .step_item.complete {
    border-width: 0px;
    background: url("http://gg.hfdwqh.com/360$1/img/complete.png") no-repeat center center/contain;
    background-color: white;
}

#pagetwo .success_page .main .download .step .step_item.complete::after {
    color: #c6a066;
}

#pagetwo .success_page .main .download .download_now {
    width: 80%;
    margin: 0 auto;
}

#pagetwo .success_page .main .download .download_now img {
    max-height: 100%;
}

#pagetwo .success_page .main .download .tips {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #3B3B3B;
}

#pagetwo .success_page .main .download .footer {
    width: 100%;
    padding: 2vw 5.3333vw;
    line-height: 1;
    background: linear-gradient(180deg, #E5CE9F 0%, #C6A066 100%);
}

#pagetwo .success_page .main .download .footer .row1 {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    color: white;
    margin-bottom: 5px;
}

#pagetwo .success_page .main .download .footer .row1 .left {
    display: flex;
}

#pagetwo .success_page .main .download .footer .row1 .left img {
    width: 8vw;
    height: 8vw;
    min-width: 40px;
    min-height: 40px;
}

#pagetwo .success_page .main .download .footer .row1 .left div {
    margin-left: 8px;
    font-size: 2.6667vw;
    line-height: calc(2.6667vw + 12px);
    font-weight: bold;
}

#pagetwo .success_page .main .download .footer .row1 .right {
    position: relative;
    cursor: pointer;
    text-align: right;
}

#pagetwo .success_page .main .download .footer .row1 .right .app_link img {
    vertical-align: bottom;
    height: 8vw;
    min-height: 40px;
}

#pagetwo .success_page .main .download .footer .row2 .developer {
    font-size: 12px;
    text-align: left;
    color: white;
    transform-origin: 0 0;
    width: 120%;
    transform: scale(0.8);
}

@media screen and (min-width: 751px) {
    #pagetwo .success_page .main .download .footer {
        padding: 15px 40px;
        line-height: 1.2;
    }

    #pagetwo .success_page .main .download .footer .row1 {
        display: flex;
        justify-content: space-between;
        gap: 5%;
        color: white;
        margin-bottom: 5px;
    }

    #pagetwo .success_page .main .download .footer .row1 .left {
        display: flex;
    }

    #pagetwo .success_page .main .download .footer .row1 .left img {
        width: 60px;
        height: 60px;
    }

    #pagetwo .success_page .main .download .footer .row1 .left div {
        margin-left: 8px;
        font-size: 20px;
        line-height: 30px;
    }

    #pagetwo .success_page .main .download .footer .row1 .right .app_link img {
        height: 60px;
    }

    #pagetwo .success_page .main .download .footer .row1 .right:hover .download_qrCode {
        display: block;
    }

    #pagetwo .success_page .main .download .footer .row2 .developer {
        transform: scale(1);
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 751px) {
    #pagetwo .success_page .main .download {
        padding-top: 70px;
    }

    #pagetwo .success_page .main .download .download_now {
        width: 100%;
        height: 280px;
        background: url("http://gg.hfdwqh.com/360$1/img/redbag2.png") no-repeat center/auto 100%;
    }

    #pagetwo .success_page .main .download .download_now .qr_code {
        position: absolute;
        top: 203px;
        left: 342px;
        width: 100px;
    }
}

.cardBtnList{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    text-align: center;
    white-space: nowrap;
}

.cardBtn{
    padding: 10px 30px;
    background-color: antiquewhite;
    border-radius: 9px;
    background-image: linear-gradient(#fed88e, #fb7203);
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.footerReg{
    position: fixed;
    z-index: 9;
    bottom: 5%;
    text-align: center;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
}

.footerReg img{
    width: 95%;
    animation: resize 1s infinite;
}

@keyframes resize {
    0%, 100% {
        width: 95%;
    }
    50% {
        width: 90%;
    }
}