* {
    margin: 0;
    font-family: 'Microsoft Sans Serif'
}
#login {

}
header {
    height: 80px;
    background: #0062B1;
    display: flex;
    align-items: center;
    padding-left: 18px;
}
.logo {
    display: flex;
    align-items: center;
}
.logo1 {
    width: 49px;
}
.logo2 {
    height: 49px;
    margin-left: 8px;
}
.main {
    width: 100%;
    height: calc(100vh - 80px);
    background-image: url("../common/images/login/loginBac.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.login-box {
    width: 70%;
    height: calc(75vh - 80px);
    background-image: url("../common/images/login/loginBox.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    position: relative;

}
.login-box-title {
}
.login-box-title-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-left: 80px;
}
.login-box-title-main > img {
    width: 67px;
}
.login-box-title-main > span {
    color: #0062B1;
    font-size: 24px;
    margin-left: 10px;
}
.login-box-main {
    margin-right: 15%;
    display: flex;
    align-items: center;
}
.login-box-tab {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.title {
    height: 46px;
    line-height: 46px;
    color: #444444;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #DFDFDF;
}
.title > span {
    display: inline-block;
    width: 148px;
    text-align: center;
}
.active {
    border-bottom: 1px solid #4190F6;
    color: #377EF7;
}
.input-box {
    height: 35px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.eye {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.input-box-icon {
    padding: 0 10px;
    border-right: 1px solid #DFDFDF;
}
.input {
    width: 240px;
    height: 30px;
    border: none;
    margin-left: 10px;
    color: #AAAAAA;
}
.input-code {
    width: 240px;
    height: 30px;
    border: none;
    margin-left: 10px;
    color: #AAAAAA;
}
.input-code:focus {
    outline: none;
}
.login-code {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.login-code-img {
    width: 100%;
}
.input:focus {
    outline: none;
}
.register {
    text-align: right;
    margin-top: 10px;
    color: #AAAAAA;
    cursor: pointer;
}
.login-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.login-btn {
    width: 200px;
    height: 52px;
    background: linear-gradient(90deg, #3171F4 0%, #4292F7 100%) !important;
    box-shadow: 0px 0px 16px 0px rgba(59,133,246,0.34);
    border-radius: 31px !important;
    border: none !important;
    color: white !important;
    font-size: 16px !important;
}
.login-btn:hover {
    color: white;
}
.login-btn:active {
    border: none;
}

/*底部*/
.tcb-bottom {
    background: #0062B1;
    z-index: 999999999999999;
    overflow:hidden;
}
.bottom-div {
    height: 100%;
    padding: 3% 6% 0 6%;
}
.f-color{
    color: white;
    margin-top: 10px;
}
.f-bold{
    font-size: 16px;
    font-weight: bold;
}
.f-detail{
    margin-left: 16px;
    font-size: 14px;
}
.tcb-bottom-lowest {
    width: 100%;
    height: 50px;
    border-top: 1px rgba(255,255,255,.2) solid;
    margin-top: 30px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

