a {
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
}

input,
button {
    -webkit-appearance: none;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    margin: 0;
}
.root1 {
    height: 100%;
    background: url('../img/index.png') no-repeat;
    background-size: 100% 100%;
    padding: 0 0 0.53333333rem;
    box-sizing: border-box;
    display: none;
}
.root {
    height: 100%;
    /*background: url('../img/back.png') no-repeat;*/
    /*background-size: 100% 100%;*/
    /*padding: 0 0 0.53333333rem;*/
    /*box-sizing: border-box;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-input{
    width:100%;
    height:100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back_img{
    display: block;
    height:100%;
    width:auto;
}
.register-button {
    position: absolute;
    top:36%;
    border-radius: .13rem;
    width: 65%;
    height: 1.0666rem;
    margin: 0 auto;
    outline: none;
    background:#0d7ff0;
    color:#fff;
    display: block;
    letter-spacing: 1px;
    line-height: 1.0666rem;
    text-align: center;
}
#and{
    margin-top: .45rem;
}
.toast {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 40%;
    max-width: 4rem;
    transform: translate(-50%, -50%);
    background: rgba(17, 17, 17, 0.7);
    text-align: center;
    border-radius: 0.13333333rem;
    padding: 0.26666667rem;
    color: #ffffff;
    font-size: 0.34666667rem !important;
}
.protocol {
    text-align: center;
    color: #666666;
}
.protocol a {
    color: #DA2514;
}
.wx-cover {
    position: fixed;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.wx-cover img {
    width: auto;
    height: 240px;
}
.display-none {
    display: none;
}
@media screen and (max-width: 321px) {
    .list,
    .toast,
    .protocol {
        font-size: 14px;
    }

    .captcha-btn {
        font-size: 16px;
    }

    .register-button {
        font-size: 0.3rem;
    }
}

@media screen and (min-width: 321px) and (max-width: 400px) {
    .list,
    .toast,
    .protocol {
        font-size: 14px;
    }

    .captcha-btn {
        font-size: 14px;
    }

    .register-button {
        font-size: 0.35rem;
    }
}

@media screen and (min-width: 400px) {
    .list,
    .toast,
    .protocol {
        font-size: 16px;
    }

    .captcha-btn {
        font-size: 18px;
    }

    .register-button {
        font-size: 0.35rem;
    }
}
