﻿html{font-size: 100px;}
.site_login {
    width: 100%;
    height: calc(100vh - 0.8rem - 40px);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    .warp {
        width: 4.4rem;
        height: 5.1rem;
        border-radius: 0.05rem;
        background: rgba(0, 0, 0, 0.6);
.login-box{height: 100%;}
    }
    .tabs {
        display: flex;
        .item {
            flex: 1;
            line-height: 0.45rem;
            text-align: center;
            font-size: 0.18rem;
            color: #fff;
        }
        .item.active {
            font-size: 0.24rem;
        }
    }
    .boxs {
        .item {
            display: none;
        }
        .item.active {
            display: block;
        }
    }
    .wechat-box {
        text-align: center;
        .boxs:before {
            content: "";
            display: block;
            height: 1px;
        }
        .code {
            width: 2.4rem;
            height: 2.4rem;
            background-color: #f8f8f8;
        canvas {
            width: 2.2rem;
            height: 2.2rem;
        }
        }
        .msg {
            color: #999;
        }
    }
    .form-box {
        .public-form-item {
            border: 1px solid #efefef;
            padding: 0.05rem;
            border-radius: 2px;
            background: #fff;
            .form-label {
                text-align: center;
                width: 0.5rem;
                height: 0.4rem;
                line-height: 0.4rem;
                padding: 0;
                border-right: 1px solid #efefef;
                color: #000;
                font-size: 0.22rem;
            }
            .input {
                border: 0;
                color: #000;height: 0.38rem;
            }
            .input-block {
                margin-left: 0.5rem;
    min-height: 0.38rem;
    line-height: 0.38rem;
                input {
                    border-radius: 0;
                }
            }
        }
        .btn-sendcode {
            display: inline-block;
            width: 1.14rem;
            height: 0.4rem;
            background-color: #efefef;
            text-align: center;
            line-height: 0.4rem;
            color: #333333;
            font-size: 0.14rem;
        }
        .remember-forget {
            overflow: hidden;
            margin: 0 auto;
            line-height: 0.5rem;
            .remember {
                float: left;
                cursor: pointer;
                color: #fff;
                input {
                    position: relative;
                    top: 0.02rem;
                }
            }
            .forget {
                float: right;
                a{
                    color: #fff;
                }
                a:hover {
                    text-decoration: underline;
                }
            }
        }
        .btn-box {
            margin: 0.15rem auto 0;
            button {
                display: block;
                width: 100%;
                line-height: 0.45rem;
                height: 0.5rem;
                border-radius: 2px;
                font-size: 0.16rem;
            }
        }
    }
    .other-box {
        text-align: center;
        line-height: 0.5rem;
        color: #fff;
    }
}