﻿html{font-size: 100px;}
.site_singup {
    width: 100%;
    height: calc(100vh - 0.8rem - 40px);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    .singup-box {
        width: 4.4rem;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        p {
            margin: 0 auto;
            font-size: 0.24rem;
            text-align: center;
            color: #fff;
        }
        .form-box {
            .zhuce-phone,
            .zhuce-pwd,
            .zhuce-pwd-again {
                overflow: hidden;
                margin-bottom: 0.15rem;
                background: #fff;
                display: flex;
                label {
                    width: 0.9rem;
                    height: 0.45rem;
                    border: solid 1px #eeeeee;
                    font-size: 0.14rem;
                    color: #666666;
                    line-height: 0.45rem;
                    padding-left: 0.15rem;
                    margin-bottom: 0;
                }
                input {
                    border: none;
                    border: solid 1px #eeeeee;
                    border-left: none;
                    height: 0.45rem;
                    width: 2.83rem;
                    outline: none;
                    flex: 1;
                    padding: 0 0.1rem;
                }
            }
            .zhuce-yanzhengma {
                overflow: hidden;
                margin-bottom: 0.15rem;
                background: #fff;
                display: flex;
                font-size: 0;
                label {
                    width: 0.9rem;
                    height: 0.45rem;
                    border: solid 1px #eeeeee;
                    border-left: none;
                    border-right: none;
                    font-size: 0.14rem;
                    color: #666666;
                    line-height: 0.45rem;
                    padding-left: 0.15rem;
                    margin-bottom: 0;
                }
                input {
                    height: 0.45rem;
                    outline: none;
                    border: solid 1px #eee;
                    border-right: none;
                    flex: 1;
                    padding: 0 0.1rem;
                    font-size: 0.12rem;
                }
                div {
                    float: left;
                    width: 1.07rem;
                    height: 0.45rem;
                    padding: 2px;
                    border: solid 1px #eee;
                    border-left: none;
                    a {
                        display: inline-block;
                        width: 1.02rem;
                        height: 0.38rem;
                        background-color: #f2f2f2;
                        text-align: center;
                        line-height: 0.38rem;
                        color: #333333;
                        font-size: 0.14rem;
                    }
                }
                button {
                    border: solid 1px #eeeeee;
                    width: 1rem;
                    height: 0.45rem;
color: #fff;
    background: #f08300;
    font-size: 0.14rem;
                }
            }
            .zhuce-agree {
                color: #999999;
                margin: 0.25rem 0;
                font-size: 0.14rem;
                a:hover {
                    text-decoration: underline;
                }
            }
            .zhuce-btn {
                height: 0.45rem;
                margin: 0 auto;
                .submit {
                    border-style: none;
                    color: white;
                    width: 100%;
                    height: 0.45rem;
                    font-size: 0.2rem;
                    cursor: pointer;
                }
            }
        }
        .other-box {
            text-align: center;
            line-height: 0.6rem;
            color: #fff;
            a{
                color: #fff;
            }
        }
    }
}
