/* Minification failed. Returning unminified contents.
(170,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(171,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body{
    background-color: #fff;
    min-width: 1000px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif !important;
    font-family: "宋体", Arial, Helvetica, sans-serif;
}

a{
    text-decoration: none;
    color:#277DB7;
}
a:hover{
    text-decoration: underline;
    color:#cc0000;
}

img{
    border: 0;
}

/*登录*/
.login-top {
    height: 6px;
    width: 100%;
    background-color: #ffba15;
}

.login{
    width: 1000px;
}
.login.top{
    margin: 80px auto 0 auto;
    height: 70px;
}
.login.logo{
    float: left;
    width: 317px;
    height: 63px;
}

.login-banner{
    width: 100%;
    min-width: 1000px;
    margin: 0 0 60px;
    height: 420px;
    background: #fff url(../images/login/background.png) no-repeat center center;
    background-size: 100% 100%;
}
.login.main{
    position: relative;
    margin: 0 auto;
    height: 420px;
}
.login.banner {
    position: absolute;
    left: -30px;
    top: 0;
    width: 700px;
    height: 420px;
    background: url(../images/login/login.png) no-repeat center center;
}
.login.info{
    position: absolute;
    right: 0;
    top: 38px;
    width: 318px;
    height: 342px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
.login.form{
    width: 318px;
    height: 342px;
}
.login.title{
    position: relative;
    width: 318px;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    color: #404040;
    text-align: center;
    background-color: #f2f2f2;
}
.login.user,
.login.password {
    position: relative;
    width: 282px;
    height: 38px;
    margin-top: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-left: 18px;
}
.login.user {
    /*background: #fff url(../images/login/user.jpg) no-repeat left center;*/
}
.login.password{
    /*background: #fff url(../images/login/password.jpg) no-repeat left center;*/
}
.login.user input,
.login.password input
{
    width:252px;
    height:28px;
    line-height:28px;
    border:none;
    border-radius: 5px;
    border:0;
    padding:5px 10px 5px 20px;
}
.login.identify{
    position: relative;
    width: 282px;
    height: 40px;
    margin-top: 24px;
    margin-left: 18px;
}

.login.identify input
{
    float: left;
    width: 160px;
    height: 30px;
    line-height: 28px;
    border: 0;
    border-radius: 5px;
    padding: 4px 5px 4px 20px;
    border: 1px solid #e6e6e6;
    /*background: #fff url(../images/login/identify.png) no-repeat left center;*/
}

.login.identify img
{
    float: left;
    width: 80px;
    height: 40px;
    margin-left: 15px;
    border: none;
    border: 0;
}

.hand{
    cursor: pointer;
}

.login.buttons{
    width: 284px;
    height: 45px;
    margin-top: 25px;
    margin-left:18px;
    border-radius:5px;
    position: relative;
}
.login.buttons .login-button{
    display: block;
    width: 284px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    *zoom:1: ;
    *overflow:visible: ;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    font-weight: 400;
    background-color: #14b269;
   /*background: -webkit-gradient(linear,left top,left bottom,from(#1890f1),to(#3a80d8));
    background: -moz-linear-gradient(top,#1890f1,#3a80d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1890f1', endColorstr='#3a80d8');
    background: -o-linear-gradient(top,#1890f1,#3a80d8);
    background: -ms-linear-gradient(top,#1890f1 0,#3a80d8 100%);
    background: linear-gradient(top,#1890f1,#3a80d8);*/
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login.buttons .login-button:hover,
a.login-button:hover {
    width: 284px;
    height: 45px;
    text-decoration: none;
    background-color: #16bb6f;
     /*background: -webkit-gradient(linear,left top,left bottom,from(#0e74c6),to(#3a80d8));
    background: -moz-linear-gradient(top,#0e74c6,#3a80d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e74c6', endColorstr='#3a80d8');
    background: -o-linear-gradient(top,#0e74c6,#3a80d8);
    background: -ms-linear-gradient(top,#0e74c6 0,#3a80d8 100%);
    background: linear-gradient(top,#0e74c6,#3a80d8);*/
}

/*页脚*/
.login.bottom{
    clear: both;
    background:#fff;
    padding:20px 0;
    min-height: 76px;
    width: 1000px;
    margin:0 auto;
    text-align: center;
}

.login.bottom span {
    display: block;
    margin-top: 13px;
    font-size: 12px;
    color: #666;
}

