﻿* {
    padding: 0;
    margin: 0;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
}
.login-box
{        
    width: 900px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -450px;
    margin-top: -200px;
}
    .login-box .login-content {
        /*width: 650px;*/
        text-align: center;
        margin: 0 auto;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        background-image: url(../img/bg1.png);
        height:320px;
    }
    .login-box .login-title {
        margin: 0 0 20px 0;
        color: #ffffff;
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 10px;
        font-family:SimHei;
    }
.login-box .login-welcome
{
    margin:0 0 20px 0;
    color:#aaa;
    font-size: 16px;
    text-align: center;
}
.login-box .login-button
{
    height: 45px;
    line-height: 45px;
    /*background: #00a0e9;*/
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    margin: 10px 0;
    display: block;
    cursor: pointer;
    background: -webkit-linear-gradient(top,#6CA4FF 0,#4889FF 100%);
    background: -moz-linear-gradient(top,#6CA4FF 0,#4889FF 100%);
    background: -o-linear-gradient(top,#6CA4FF 0,#4889FF 100%);
    background: linear-gradient(to bottom,#6CA4FF 0,#4889FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6CA4FF,endColorstr=#4889FF,GradientType=0);
}
.login-box .login-button:hover
{
    background: #30baf9;
    color: #fff;
    text-decoration: none;
}
.bottom
{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-align:center;
}
.login-txt
{
    margin-bottom: 20px;
    overflow: hidden;
}

.login-left{height:280px;border-radius: 8px;padding-left:20px; background-color: rgba(247, 158,66, 0.12); overflow:auto; text-align:left;padding:10px 20px; }
 .login-rightTitle { margin: 15px auto;color: #000;font-size: 20px;text-align: center;letter-spacing: 2px; font-family:宋体;}
 