body{
    margin:0px;
    padding: 0px;
    min-width:1200px;
}

.container{
    width:100%;
    float:left;
    position:relative;
    min-height:99%;
    /*padding-bottom: 59px;*/
    padding-left: 0px;
    padding-right: 0px;
}

.header {
    background-color: #fff;
    /*border-bottom: 1px solid #e3e3e3;*/
    height: 80px;
    padding: 0;
    width: 100%;
    position: relative;
}


.logo-div {
    display: inline-block;
    position: absolute;
    left:100px;
    top:20px;
    color: #999;
    text-decoration: none;
}

.logo-div:hover,.logo-div:active,.logo-div:focus{
    color: #999;
    text-decoration: none;
}

.logo{
    vertical-align: middle;
}

.logo-div .title{
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.header-nav {
    list-style: none;
    position: absolute;
    right:100px;
    top:30px;
    margin: 0px;
    font-size: 12px;
}

.header-nav li{
    display: inline-block;
    padding: 0px 10px;
}

.header-nav li a{
    color:#999;
    text-decoration: none;
}


.background-wall{
    width:100%;
    height: calc( 100% - 140px );
    position: relative;
    min-height: 550px;
    background-color: #2b3541;
}

.background-wall .bg-icon {
    width: 630px;
    height: 345px;
    position: absolute;
    background:url("../../framework/images/ENBG.png") no-repeat;
    top: 50%;
    transform: translate(0,-50%);
}
#login-form{
    padding: 15px;
    padding-top: 35px;
    padding-bottom: 5px;
}
.try-link{
    float: right;
    position: relative;
    font-size: 12px;
    display: block;
    padding-right: 20px;
}
.login-form-wrapper {
    background-color: #fff;
    width: 352px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-25%,-50%);
}


.login-form-wrapper .form-label {
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    font-size: 18px;
    height: 40px;
    color: #333333;
}

.login-form-wrapper .form-label .login-label {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    height: 56px;
}

.login-form-wrapper .form-label .form-control {
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 3em;
    height: 3em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-form-wrapper .login-form .login-user-id,
.login-form-wrapper .login-form .login-pwd {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 36px;
    width: 100%;
}

.login-form-wrapper .remember {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    font-family: 'Microsoft YaHei';
    margin-top: 10px;
    margin-bottom: 20px;
    /*width: 100%;*/
}

.login-form-wrapper .remember .i-check {
    width: 16px;
    height: 16px;
    background-image: url(../../framework/images/nor.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.login-form-wrapper .remember .i-check:hover {
    background-image: url(../../framework/images/nor_hover.png);
    background-repeat: no-repeat;
}

.login-form-wrapper .remember .i-check.checked {
    background-image: url(../../framework/images/check_set.png);
    background-repeat: no-repeat;
}

.login-form-wrapper .remember font {
    margin-left: 20px;
    color: #999;
}

.login-form-wrapper .remember input[type='checkbox'] {
    display: none;
}

.login-form-wrapper .forget-passwork {
    float: right;
    margin-top: 10px;
}

.login-form-wrapper .forget-passwork:hover {
    color: #007AFF;
}

.borderBottom {
    border-bottom: 1px solid #E5E5E5;
}

.register-btn-wrapper {
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
}

.register-btn-wrapper .register {
    color: #037CFF;
}

.login-btn {
    width: 100%;
    border: 1px solid #00aaee;
    background-color: #00aaee;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor: pointer;
}

.tip_block {
    padding: 10px;
    margin-top: 10px;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
}

.form-group {
    width: 100%;
    /*margin-bottom: 0 !important;*/
}

.footer {
   /* border-top: 1px solid #e5e5e5;*/
    height: 59px;
    float: left;
    width: 100%;
    left: 0;
    bottom: 0px;
    /* position: absolute; */
    /*margin-bottom: 77px;*/
    
}

.footer-layout {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #999;
    font-size: 10px;
    line-height: 18px;
}

.lng-click.on {
    text-decoration: underline;
    color: #D2691E;
}


