body, html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /*background: url(../images/registBg.png) no-repeat center/cover;*/
    background: url('../images/login/registBg.png') no-repeat center/cover;
}

.loginlogo img {
    width: 100px;
    margin: 0 auto;
    height: 100px;
}

.loginlogo {
    height: 130px;
    padding-top: 50px;
    text-align: center;
}

.input-hint {
    position: absolute;
    top: -35px;
    left: 25%;
    padding: 0 10px;
    background: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    animation: dh 1.5s infinite ease-in
}

    .input-hint::before {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -10px;
        left: 5px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #000
    }

@keyframes dh {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

header {
    width: 1000px;
    margin: 0 auto;
    font-size: 24px;
    padding: 20px
}

    header img {
        width: 100px;
        height: 48px;
        margin-right: 26px;
        vertical-align: middle
    }

    header a {
        color: #fff
    }

        header a span {
            vertical-align: middle
        }

.shade-top {
    text-align: center;
    margin-bottom: 30px
}

    .shade-top img {
        width: 150px;
        height: 72px;
        margin-bottom: 4px
    }

    .shade-top .shade-introduc {
        font-size: 18px;
        color: #fff
    }

.regist-box {
    width: 100%
}

    .regist-box .regist {
        background: rgba(255,255,255,.8);
        width: 1000px;
        padding: 58px 0 40px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        border-radius: 6px
    }

        .regist-box .regist h1 {
            font-size: 20px;
            font-weight: 700;
            text-align: center
        }

        .regist-box .regist .progress {
            margin-top: 40px;
            text-align: center;
            font-size: 14px;
            font-weight: 700
        }

            .regist-box .regist .progress .p-hint {
                display: inline-block;
                position: relative;
                color: #888
            }

                .regist-box .regist .progress .p-hint:not(:last-of-type) {
                    margin-right: 23px
                }

                    .regist-box .regist .progress .p-hint:not(:last-of-type)::after {
                        content: '';
                        position: absolute;
                        top: 5px;
                        right: -17px;
                        width: 8px;
                        height: 10px;
                        /*background: url(../images/arrow2.png) no-repeat center/contain;*/
                        background: url('../images/login/arrow2.png') center/contain;
                        display: inline-block
                    }

            .regist-box .regist .progress .active p {
                color: #000
            }

                .regist-box .regist .progress .active p span {
                    border-color: #000
                }

            .regist-box .regist .progress span {
                font-size: 12px;
                border-radius: 50%;
                border: 1px solid #888;
                width: 20px;
                display: inline-block;
                line-height: 20px
            }

        .regist-box .regist .l-regist a {
            width: 100%;
            position: absolute;
            bottom: 40px;
            text-align: center;
            cursor: pointer;
            color: #444;
            font-size: 14px
        }

        .regist-box .regist .r-login, .regist-box .regist .r-regist {
            width: 34%;
            margin: 0 auto
        }

            .regist-box .regist .r-login h1, .regist-box .regist .r-regist h1 {
                color: #131323;
                font-family: PingFangSC-Semibold;
                font-size: 30px;
                margin-bottom: 22px
            }

            .regist-box .regist .r-login .navBar, .regist-box .regist .r-regist .navBar {
                position: relative;
                border-bottom: 1px solid #f2f2f2;
                background: 0 0;
                font-size: 16px;
                font-weight: 700
            }

                .regist-box .regist .r-login .navBar ul, .regist-box .regist .r-regist .navBar ul {
                    display: flex;
                    justify-content: space-around
                }

                    .regist-box .regist .r-login .navBar ul li, .regist-box .regist .r-regist .navBar ul li {
                        width: 170px;
                        display: inline-block;
                        text-align: center;
                        padding: 12px;
                        color: #888;
                        cursor: pointer;
                        box-sizing: border-box
                    }

                    .regist-box .regist .r-login .navBar ul .action, .regist-box .regist .r-regist .navBar ul .action {
                        color: #131323
                    }

            .regist-box .regist .r-login .navBar-note, .regist-box .regist .r-regist .navBar-note {
                margin-top: 50px
            }

            .regist-box .regist .r-login .navBar-wx, .regist-box .regist .r-regist .navBar-wx {
                margin-top: 40px
            }

            .regist-box .regist .r-login .line, .regist-box .regist .r-regist .line {
                height: 2px;
                background: #000;
                position: absolute;
                bottom: 0
            }

            .regist-box .regist .r-login .navBar-c-l:not(:first-of-type), .regist-box .regist .r-regist .navBar-c-l:not(:first-of-type) {
                display: none
            }

            .regist-box .regist .r-login .subbtn {
                margin-bottom: 116px
            }

.wxCode-box {
    text-align: center
}

    .wxCode-box img {
        width: 222px;
        height: 222px
    }

.phone-login .newPhone, .phone-login .phoneNum, .phone-login .yzm-box, .phone-regist .newPhone, .phone-regist .phoneNum, .phone-regist .yzm-box {
    color: #888;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    display: flex;
    position: relative
}

    .phone-login .newPhone .getYzm, .phone-login .phoneNum .getYzm, .phone-login .yzm-box .getYzm, .phone-regist .newPhone .getYzm, .phone-regist .phoneNum .getYzm, .phone-regist .yzm-box .getYzm {
        border-radius: 4px;
        font-size: 14px
    }

    .phone-login .newPhone span, .phone-login .phoneNum span, .phone-login .yzm-box span, .phone-regist .newPhone span, .phone-regist .phoneNum span, .phone-regist .yzm-box span {
        cursor: pointer;
        margin-left: 20px;
        width: 100%;
        display: inline-block
    }

.phone-login .newPhone, .phone-login .phoneNum, .phone-regist .newPhone, .phone-regist .phoneNum {
    margin-bottom: 20px;
    width: 100%
}

.phone-login .yzm-box, .phone-regist .yzm-box {
    justify-content: space-between
}

    .phone-login .yzm-box .getYzm, .phone-regist .yzm-box .getYzm {
        width: 42.4%;
        background: #888;
        color: #fff;
        text-align: center
    }

        .phone-login .yzm-box .getYzm span, .phone-regist .yzm-box .getYzm span {
            margin-left: 0
        }

    .phone-login .yzm-box .yzm, .phone-regist .yzm-box .yzm {
        width: 54.4%;
        display: flex;
        justify-content: space-between
    }

        .phone-login .yzm-box .yzm #yzm, .phone-regist .yzm-box .yzm #yzm {
            width: 100%
        }

.phone-login .remember, .phone-regist .remember {
    margin: 40px 0 13px;
    font-size: 12px;
    color: #888
}

    .phone-login .remember label, .phone-regist .remember label {
        margin: 0
    }

    .phone-login .remember span, .phone-regist .remember span {
        margin-left: 4px;
        display: inline-block;
        vertical-align: middle
    }

.phone-login .next, .phone-regist .next {
    width: 100%;
    margin-bottom: 0
}

.phone-login .hint, .phone-regist .hint {
    margin: 16px 0 74px
}

.phone-regist {
    margin-top: 30px
}

.qr-regist {
    margin-top: 20px
}

.qr {
    text-align: center
}

    .qr .qr-hint {
        margin-bottom: 80px;
        font-size: 16px;
        font-weight: 700
    }

    .qr #login_container {
        width: 100%;
        height: 100%;
        padding: 4px;
        margin-bottom: 21px;
        box-sizing: border-box;
        display: inline-block
    }

input {
    font-size: 14px !important;
    width: 100%;
    color: #000 !important;
    font-weight: 700 !important;
    background: 0 0 !important;
    border-radius: 4px
}

button {
    border-radius: 26px !important
}

.gsgc {
    margin-top: 50px
}

    .gsgc header {
        color: #000;
        padding-bottom: 30px;
        background: 0 0;
        background: #f9f9f9;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .gsgc header .through a {
            color: #000
        }

        .gsgc header .exit {
            cursor: pointer;
            color: #000
        }

        .gsgc header .user {
            font-size: 16px
        }

            .gsgc header .user .wxName {
                position: relative
            }

                .gsgc header .user .wxName::after {
                    content: '';
                    display: inline-block;
                    width: 1px;
                    height: 13px;
                    background: #000;
                    margin: 0 18px;
                    position: relative;
                    top: 1px
                }

    .gsgc .regist {
        padding: 0 0 190px
    }

        .gsgc .regist .phone-regist {
            margin-top: 40px
        }

    .gsgc .regist-box-top {
        line-height: 80px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        background: #131323;
        border-radius: 6px 6px 0 0;
        margin-bottom: 55px
    }

    .gsgc .bangd-sub, .gsgc .change-sub {
        margin-top: 40px
    }

@media (max-width:1024px) {
    .gsgc header {
        width: 690px
    }

    .regist-box .regist {
        width: 690px
    }

        .regist-box .regist .r-login, .regist-box .regist .r-regist {
            width: 50%
        }
}

@media (max-width:768px) {
    .gsgc header {
        width: 460px
    }

    .regist-box .regist {
        width: 460px
    }
}

@media (max-width:460px) {
    .gsgc header {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .regist-box .regist {
        width: 100%
    }

        .regist-box .regist .r-login, .regist-box .regist .r-regist {
            width: 65%
        }
}

@media (max-width:375px) {
    .gsgc .through span {
        display: none
    }

    .gsgc .regist-box .regist {
        width: 100%
    }

    header {
        display: none
    }

    .shade-top {
        margin-top: 25px
    }

    .regist-box .regist {
        width: 315px;
        padding: 34px 18px 18px
    }

        .regist-box .regist .l-regist a {
            left: 0;
            bottom: 18px
        }

        .regist-box .regist .r-login, .regist-box .regist .r-regist {
            width: 95%
        }

            .regist-box .regist .r-login .hint, .regist-box .regist .r-regist .hint {
                margin-bottom: 41px
            }

            .regist-box .regist .r-login .subbtn {
                margin-bottom: 72px
            }

        .regist-box .regist .progress {
            margin-top: 20px
        }

            .regist-box .regist .progress .p-hint:not(:last-of-type) {
                margin-right: 13px
            }

                .regist-box .regist .progress .p-hint:not(:last-of-type)::after {
                    right: -12px
                }

            .regist-box .regist .progress p span {
                padding: 1px 4px
            }

            .regist-box .regist .progress .active p {
                font-size: 12px
            }

    iframe {
        width: 100%
    }
}
