﻿
.first_parent_div {
    width: 100%;
    height: 100%;
}
.title_div {
    width:100%;
}
.header_pic_div_login{
    width: 100%;
    height: 2.5rem;
    position: fixed;
    top: 0.4rem;
    background-color: white;
    min-width: 1440px;
}
.pic_left_div {
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
}
.pic_right_div {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_tel_all_img {
    width: 335px;
    height: 26px;
    margin-right: 40px;
}
.body_div {
    width: 1440px;
    height: 630px;
}
.body_container{
    width:calc(100% - 80px);
    height:98%;
}
.login_title_div {
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    height: 50px;
    line-height: 65px;
    padding-left: 15px;
}
.login_msg_div {
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-weight: bolder;
    padding-left: 30px;
    line-height:30px;
}
.login_container_div {
    width: 100%;
    height: 34.5rem;
    
}
.login_div {
    width:980px;
    height:480px;
}
.login_top_div {
    background-color: #1F5FA9;
    width:100%;
    height:50px;
}
.login_content_div {
    width: 100%;
    height: calc(90% - 50px);
    background-color: #F0F0F0;
}
.top_title_png{
    width:210px;
    height:50px;
    margin-left:40px;
}
.l_content_left_div{
    width:35%;
    height:100%;
}

.l_content_right_div {
    width: 65%;
    height: 100%;
}
.top_byteckn_png {
    width: 202px;
    height: 245px;
    margin-top: -30px;
}
.common_title_div {
    width: 100%;
    height: 25px;
}
.sannkaku_div{
    height:100%;
    width:20px;
}
.user_title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
}
.sannkaku_png {
    width: 15px;
    height: 12px;
}
.common_input_div{
    width:75%;
    height:35px;
}
.login_common_input {
    font-size: 15px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #999999;
    border-right: 1px solid #cccccc;
    width: 100%;
    height: 100%;
    line-height: 35px;
    float: left;
    padding-left:5px;
}
.remember_div {
    width: 100%;
    height: 25px;
    padding-left: 10px;
}
.chk_div{
    width:25px;
    height:100%;
}
.remember_chk {
    width: 12px;
    height: 12px;
}
.remmember_msg_div{
    height:100%;
    line-height:25px;
}
.lang_select {
    width: 140px;
    height: 35px;
    font-size: 15px;
    font-weight: 900;
}
.img_a:hover {
    position: relative;
    top: 2px;
}
.go_login_img {
    width: 160px;
    height: 35px;
}
.error_div {
    width: 85%;
    height: 150px;
    line-height: 150px;
    color: red;
    font-size: 22px;
}
.error_deatil_div {
    width: 80%;
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.reload_a {
    text-decoration: underline;
    cursor: pointer;
}
.top_tel_contact_asia_img {
    width: 235px;
    height: 26px;
    margin-right: 40px;
}
/*#Login{
    top: 5rem;
    position: fixed;
    width: 100%;
}*/