﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


html {
    font-size: 12px;
}

html,body {
    height:100%;
}

.containerBox {
/*     background-color: red; */
/*     height:100%;*/
        background: url(../../Content/images/login/beijing1.png);
        background-size: 100% 100%;
     max-width:640px;
     min-height:100%;
    /* width: fit-content; */
/*    width: 83.3%;*/
    width:100%;
    margin:0 auto;
    padding-top:9.7%;
    position:relative;
/*    overflow:hidden;*/
    display:flex;
    flex-direction:column;
    align-items:center;
}

.login-logo {
    width:83.3%;
/*    width: 3.433rem;*/
    height: 3.433rem;
/*    margin-top:5.4%;*/
    /* background-color: black; */
    /* @*margin-left: 2.433rem;*@ */
/*    margin-top: 2.433rem;*/
}

.login-logo img {
    display: block;
/*    width: 100%;*/
    height: 100%;
    /* object-fit: cover; */
}

.login-title {
    width:83.3%;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333;
    letter-spacing: 0.192rem;
    /* @*margin-left: 2.267rem;*@ */
    margin-top: 5.2%;
}

.login-form {
    width:83.3%;
    position: relative;
    /* width: 20.833rem; */
/*    height: 55.5%;*/
    background-color: rgba(255,255,255,0.84);
/*    opacity: 0.84;*/
    border-radius: 1rem;
    /* margin-left: 2.1rem; */
    margin-top: 30.9%;
    padding-bottom:8%;
/*    padding-top: 2.067rem;*/
/*    width: 80.9%;*/
    /* margin-right: 2.067rem; */
/*    overflow:hidden;*/
}

.login-form-box {
/*     background-color: rgba(128,128,128,.5); */
    margin: 0 auto;
    /* width: fit-content; */
    width: 80.9%;
    margin-top:6.7%;
/*    width:100%;*/
}
/* @*提示框*@  */
.checkError {
    position: absolute;
    top: 70%;
    left: 50%;
    display: table;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(68,104,207,0.4);
    color: #fff;
    box-shadow: 0 0 5px #999;
    text-align: center;
    font-size: 1.046rem;
}

.login-form-title-box {
    width:fit-content;
}
.login-form-title {
    font-size: 1.067rem;
    line-height: 1.067rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #244dc6;
    /* margin-left: 3.1rem; */
}

.login-form-underline {
    width: 0.933rem;
    height: 0.1rem;
    background-color: #244dc6;
    border-radius: 0.067rem;
    margin:0 auto;
    margin-top: 16.6%;
/*     margin-left: 4.733rem; */
/*    margin-left:9.68%;*/
}

.loginInputBox {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: stretch;
    margin-top: 1rem;
    color: #244dc6;
    position:relative;
}
.inputIcon{
    position:absolute;
    height:100%;
    aspect-ratio:1;
    display:flex;
    align-items:center;
    justify-content:center;
}
.inputIcon img {
    display:inline-block;
    max-width:50%;
    max-height:50%;
}
.iconBox {
    display: flex;
    align-items: center;
}
.type-input,.login-input {
    /* width: 16.867rem; */
    flex: 1;
    background-color: rgba(36,77,198,0.07);
    font-size: 1.046rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    border-radius: 5px;
    /*    margin-top: 8.3%;*/
    /* margin-left: 2rem; */
    display: block;
    outline: none;
    border: none;
    padding: 0;
    padding-left: 4rem;
    color: rgb(42, 42, 42);
    /* padding-top: 0.967rem; */
}

input::placeholder, .type-input::placeholder {
    opacity: 0.5;
    font-size: 1.046rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #244dc6;
    line-height: 1.046rem;
    /* margin-top: 0.967rem;
            margin-left: 1.367rem; */
}

.login-phone-num {
    margin-top: 5.8%;
}

.login-btn {
    /* width: 16.867rem; */
    width: 100%;
    height: 3.356rem;
    background-color: #244dc6;
    border-radius: 1.667rem;
    padding: 0;
    border: none;
    /* margin-left: 2rem; */
    margin-top: 9.8%;
    display: block;
    font-size: 1.4rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.559rem;
}

.register {
    font-size: 0.933rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #244dc6;
    line-height: 0.933rem;
    width: fit-content;
    width:100%;
    /* margin-left: 8.367rem; */
    margin: auto;
    margin-top: 21.7%;
    display:flex;
    justify-content:space-between;
}
/* @*输入框为空*@ */
.empty:-moz-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.empty::-webkit-input-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.empty::-moz-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.empty:-ms-input-placeholder {
    font-weight: bold;
    color: #ff0000;
}



/* 注册*/

.registerBox {
    height:fit-content;
    height:100%;
    position:relative;
}
/*.login-vehicle-num {
    margin-top: 6.3% ;
}*/
/*.login-username,.login-Company-name {
    margin-top:3.5% !important;
}
.login-type {
    margin-top:4.7%;
}*/

.login-signature-box {
    width: 100%;
/*    width:100vw;*/
    /* margin-top: 0.1033rem; */
/*    flex: 1;*/
    height:20%;
    background-color: #ffffff;
    border-radius: 0.1rem 0.1rem 0 0;
    box-shadow: 0 0 0.03rem 0 rgba(0,0,0,0.10);
    position:absolute;
    bottom:0;
    display:flex;
    flex-direction:column;
    overflow: hidden;
    padding-top:0.5rem;
}
.login-signature-top {
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
/*    background-color:red;*/
    position: absolute;
    font-size: 1rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #244dc6;
/*    line-height: 1rem;*/
    letter-spacing: 0.14rem;
/*    top:-1rem;*/
/*    left: 0.11rem;*/
/*    top: 3.9767rem;*/
}
.login-signature-title {
/*    background-color:antiquewhite;*/
    margin-left:0.5rem;
}
.login-signature-clear div{
    background-color: #244dc6;
    border-radius: 0.2rem;
    border:none;
    color:#fff;
    padding:0.2rem;
    margin-right:0.5rem;
}   
.login-signature {
    /*    flex:1;*/
    /*    overflow:hidden;*/
}
.userTypeContainer {
    z-index:10;
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
    display:flex;
    flex-direction:column;
    justify-content:end;
    display:none;
}
.userTypeBox {
    position:fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: white;
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}
.userTypeLine {
    height: 4.4rem;
    line-height: 4.4rem;
    text-align: center;
    border-bottom: 0.5px solid #ddd;
    font-size: 1.3rem;
    color: rgb(42, 42, 42);
}
.footer {
    position: fixed;
    bottom: 2rem;
    color: #244dc6;
}
