﻿html,
body {
    height: 100%;
    width: 100%;
}

body {
    background: url(../img/bg.png) no-repeat;
    width: 100%;
    min-height: 100%;
    background-size: 100% 100%;
    position: relative;
}

.main {
    height: calc(100vh);
    display: flex;
    margin: 0 auto;
}

.main .main-box {
    position: relative;
    /* margin-left: calc(1px - (100vw * 0.23)); */
}

.main .main-box .logo-area {
    margin-bottom: 110px;
}

.main .main-box .header {

    margin-bottom: 40px;
}

.form .input-label {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1F0001;
    font-size: 1.8333rem;
    font-weight: 600;

}

.form .input-row {
    display: flex;
    align-items: center;
    padding: .5rem 1.5rem 0.5rem 0;
    border-bottom: 1px solid #231815;
    margin-bottom: 40px;
}

.form .input-row img {
    width: 2.1667rem;
    height: auto;
}

.form .input-row input {
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    font-size: 1.6667rem;
    flex: 1;
}

.main .main-box .header .badge {
    position: absolute;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: -12px;
    margin-top: -10px;
    opacity: 0.8;
}

.main .main-box .logo {
    height: 44px;
    vertical-align: top;
    margin-right: 10px;
    margin-left: -12px;
    border-style: none;
}
.form .row .authcode {
    position: absolute;
    left: 10rem;
    top: 1.3rem;
    width: 8rem;
    height: auto;
}

.form #txt_code{
    font-size: 1.6667rem;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 3px 100px #fff inset; 
}
input:-webkit-autofill::first-line {
    font-size: 1.6667rem;
    }

.main .main-box .title {


    font-size: 2.3333rem;
    font-family: Microsoft YaHei;
    font-weight: 600 !important;
    color: #1F0001;
    margin-bottom: 2.4667rem;

}

.main .main-box .title span {
    position: relative;

}

.main .main-box .title span::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E50012;
}

.main .main-box .subtitle {
    font-size: 1.6667rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1F0001;
    opacity: 0.5;
}

.main .main-box .form {
    padding: 0;
    background-color: #fff;

    border-radius: 10px;
    padding: 5.9167rem 6.5rem;

    position: fixed;
    right: 15.9167rem;
    top: 50%;
    transform: translateY(-50%);


    box-shadow: none;
}



button.login-button {
    padding: 0 15px;
    font-size: 1.8333rem;
    height: 4.5rem;
    width: 100%;
    /* margin-top: 40px; */
    color: #fff;

    background: #1F0001;
}

.login_tips {
    position: absolute;
    bottom: 1rem;
    width: auto;
}

.tips_msg {
    white-space: nowrap;
}

.footer {

    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.6667rem;
}

.footer a {
    color: #4c64ff;
    text-decoration: none;
}

.footer a:hover {
    opacity: 0.7;
}