﻿@charset "utf-8";

.btn {
    font-size: 0.48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 1.67rem;
    height: 0.54rem;
    color: #333333;
    border: 0.02rem solid #d5d5d5;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_lg {
    font-size: 0.36rem;
    min-width: 1.8rem;
    height: 0.84rem;
}

.btn_red {
    color: #fff;
    border: none;
    background: #db384c;
}

.btn_de {
    color: #fff;
    border: none;
    background: #888;
}

.login_box {
    width: 100%;
    min-width: 392px;
    max-width: 600px;
    border-bottom: 0;
}

.login_box ul li {
    background-color: #fff;
    height: 1.05rem;
    line-height: 1.05rem;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0.24rem;
}

    .login_box ul li span {
        float: left;
        color: #666666;
        font-size: 0.36rem;
        padding-right: 0.2rem;
    }

        .login_box ul li span.yzm_box {
            float: right;
            padding-right: 0;
        }

        .login_box ul li span.iconfont_box {
            float: right;
        }

    .login_box ul li .yzm_change {
        height: 0.47rem;
        width: 0.47rem;
        margin-left: 0.2rem;
        display: inline-block;
    }

        .login_box ul li .yzm_change.rotate {
            -webkit-animation: loading_rotate 0.8s linear infinite;
            animation: loading_rotate 0.8s linear infinite;
        }

    .login_box ul li .yzm_img {
        height: 1.6rem;
        width: 4.5rem;
        display: inline-block;
    }

    .login_box ul li input {
        float: left;
        border: 0;
        width: 60%;
        height: 100%;
        font-size: 0.36rem;
    }

        .login_box ul li input.text_yzm {
            width: 30%;
        }

    .login_box ul li .iconfont {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        height: 0.4rem;
        width: 0.4rem;
        line-height: 0.4rem;
        text-align: center;
        font-weight: bold;
        background-color: #cfcfcf;
    }

.login_box .btn_box {
    padding: 0 0.24rem;
}

    .login_box .btn_box .btn {
        height: 0.93rem;
        font-size: 0.36rem;
        margin-top: 0.58rem;
        width: 100%;
    }

    .login_box .btn_box .lr_link {
        height: 1.3rem;
        line-height: 1.3rem;
    }

        .login_box .btn_box .lr_link .btn_register {
            width: 50%;
            display: inline-block;
            float: left;
            font-size: 0.32rem;
            color: #666666;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .login_box .btn_box .lr_link .btn_register:nth-child(2) {
                text-align: right;
            }

.login_box .speed_login {
    font-size: 0.32rem;
    color: #666666;
    border-top: #ccc solid 1px;
    text-align: center;
    margin-top: 0.3rem;
    font-weight: bold;
}

    .login_box .speed_login span {
        background-color: #eee;
        padding: 0 0.2rem;
        position: relative;
        top: -0.16rem;
    }

.login_box .third_box {
    text-align: center;
    margin-top: 0.2rem;
}

    .login_box .third_box .qqimg {
        width: 0.71rem;
        height: 0.71rem;
        margin: 0 auto;
        display: block;
        background: url("../../../img/v2/login/third_login.png") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-border-radius: 0.06rem;
        border-radius: 0.06rem;
    }

    .login_box .third_box .wechatimg {
        width: 0.71rem;
        height: 0.71rem;
        margin: 0 auto;
        display: block;
        background: url("../../../img/v2/login/third_login.png") no-repeat -1rem 0;
        -webkit-background-size: 1.7rem auto;
        background-size: 1.7rem auto;
        -webkit-border-radius: 0.06rem;
        border-radius: 0.06rem;
    }

    .login_box .third_box .desc {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 0.1rem;
        font-size: 0.24rem;
        color: #666666;
    }

    .login_box .third_box a {
        width: 1.3rem;
        display: inline-block;
    }
