html,body{
    padding: 0;
    margin: 0;
    height:100%;
    min-height: 600px;
}
body{
    font-family: Verdana,arial,"Microsoft YaHei";
    color: #737373;
    font-size: 15px;
    background: url(img/bg.gif) repeat left top;
}

button,input{
    font-family: inherit;
}

a{
    text-decoration: none;
}

.clearfix{
    *zoom: 1;
}

.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
    font-size: 0;
    clear: both;
}

.layout{
    min-width: 1200px !important; max-width: 1500px !important;
    width: 100%;
    margin: 0 auto;
}
/*.nav-main{*/
/*width:1590px;*/
/*}*/

.as-table{
    display: table;
}

.as-table-cell{
    display: table-cell;
    vertical-align: middle;
}

.logo{
    height: 60px;
}

.text-right{
    text-align: right;
}

.main{
    /*position: relative;*/
    /*padding-bottom: 160px;*/
    /*height: 100%;*/
    /*box-sizing: border-box;*/
}

.page-header{
    position: relative;
    padding: 10px 0;
    background-color: #fff;
    z-index: 2;
}

.page-header a{
    color: #2882b9;
}

.page-nav{
    position: relative;
    background-color: #3399da;
    z-index: 2;
}

.page-nav .nav-item{
    width: 131px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.page-nav .nav-item:hover{
    background-color: #2882b9;
}

.page-nav a{
    display: block;
    color: #fff;
}

.page-body{
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
    padding-top: 5px;
    z-index: 1;
    background-color: #eff3f4;
    background-clip: content-box;
    box-sizing: border-box;
}

.page-body > .box{
    min-height: 690px;
    /*padding-top: 142px;*/
    padding-left: 50px;
    padding-top: 70px;
    background: url("img/dia.png") no-repeat 100% 80px;
    box-sizing: border-box;
}

.login-form{
    width: 240px;
}

.login-form .form-caption{
    padding: 20px 0 40px;
    font-size: 18px;
    color: #2882b9;
}

.login-form  .form-label{
    width: 48px;
    float: left;
    color: #2882b9;
    line-height: 30px;
}

.login-form  .form-value{
    margin-left: 40px;
}

.login-form  .form-value input{
    border:1px solid #2882b9;
    /*width: 100%;*/
    height: 30px;
    padding: 0 5px;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.login-form button{
    height: 26px;
    padding: 0 15px;
    border: none;
    line-height: 26px;
    color: #fff;
    background-color: #3399da;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}

.login-form .link{
    margin-left: 15px;
    color: #2882b9;
    background-color: transparent;
}

.login-form .form-row + .form-row,
.login-form .reg-link{
    margin-top: 15px;
}

.login-form .actions{
    padding-left: 40px;
}

.login-form hr{
    margin: 25px auto;
    border: none;
    border-top: 1px solid #2882b9;
}

.login-form .note{
    color: #999;
}

.login-form a{
    color: #2882b9;
    text-decoration: underline;
}

.footer {
    font-size: 12px;
    line-height: 20px;
    background-color: #fff;
}

.footer-in {
    padding-top: 12px;
    text-align: center;
}

.footer-code {
    padding-left: 20px;
    border-left: 1px solid #eee;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.footer-code img {
    width: 100px; 
    height: 100px;
    display: block;
    margin: 0 auto 0;
}

.footer-navs {
    margin: 0 auto;
    display: inline-block;
}

.footer-navs a {
    color: #666;
}

.footer-navs a:hover {
    text-decoration: underline;
}

.footer-navs b {
    padding: 0 10px;
}

.footer-flash {
    margin: 0 auto;
    width: 40px;
    height: 20px;
}

.copyright span {
    display: none;
}

.page-footer{
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    padding: 50px;
    font-size: 12px;
    text-align: center;
    color: #666;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 20;
}

.page-footer a{
    color: #666;
    text-decoration: none;
}

.page-footer .copyright{
    margin-top: 20px;
}

html:lang(en) .login-form  .form-label{
    width: 100px;
    line-height: 18px;
    font-size: 13px;
}
html:lang(en) .login-form .actions {
    padding-left: 100px;
}
html:lang(en) .login-form .form-value {
    margin-left: 100px;
}
html:lang(en) .login-form{
    width: 290px;
}
html:lang(en) .login-form .link {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    font-size: 13px;
}

html:lang(en) .register-form {
    width: 305px;
}
html:lang(en) .register-form .sec-img{
    position: absolute;
    right: 17px;
    top: 3px;
}