﻿html,body{
   width:100%;
   height:100%;
   font-family:verdana,helvetica,arial,sans-serif;
   padding:0;
   margin:0;
}
input
{
    border:0;
    border-color:transparent;
    outline-style: none;
}

.login{width: 100%;height: 100%;}
.login .top{float:left;width:100%;height:68px; /*background:url(../images/login/v1/topback.png) repeat-x;*/}
    .login .top_hr {
        border-width: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 2px;
        background: inherit;
        background-color: rgba(186, 0, 1, 1);
        border: none;
        border-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .login .top .logo {
        width: 500px;
        height: 53px;
        margin-top: 10px;
        margin-left: 50px;
    }

 .login .top .logo .logo_img
 {
     float: left;
     width: 42px;
 }

.login .top .logo .logo_txt
{
    float:left;width:400px;margin-left:10px;margin-top:20px;
}

.login .content
{
    float:left;width: 100%;height:78%;position:relative;
}
.login .content .content_img
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.login .content .login_area
{
    background: url(../images/login/v1/login_back.png) no-repeat;
    width: 400px;
    height: 300px;
    position: absolute;
    top: 20%;
    right: 5%;
    z-index: 1;
}

.login .content .login_area .top_txt
{
    float: left;
    width: 100%;
    height: 60px;
    color: #333;
    padding-top: 20px;
}

    .login .content .login_area .top_txt .txt1 {
        float: left;
        width: 80%;
        padding-left: 10%;
        padding-top: 10px;
    }
 .login .content .login_area .top_txt .txt2
 {
     float: left;
     width: 80%;
     padding-left: 10%;
 }

.login .content .login_area .input_area
{
    float: left;
    width: 100%;
}

.login .content .login_area .input_area  .uid
{
    float: left;
    width: 80%;
    margin-left: 10%;
    height: 45px;
    border: 1px solid #ccc;
}

.login .content .login_area .input_area  .pwd
{
    float: left;
    width: 80%;
    margin-left: 10%;
    height: 45px;
    border: 1px solid #ccc;
}

.login .content .login_area .input_area  .other
{
    float: left;
    width: 80%;
    margin-left: 10%;
    font-size: 12px;
    font-family: '微软雅黑 Regular', '微软雅黑', 'Source Han Sans CN', Arial, 'PingFang SC', sans-serif;
}

.login .content .login_area .input_area .input_area .other .jy
{
    float:left;width:20%;text-align:left;
}
.login .content .login_area .input_area .input_area .other .toptip
{
    float: left;
    width: 75%;
    text-align: left;
    color: #f00;
}

.login .content .login_area .btn
{
    float: left;
    width: 100%;
    margin-top: 20px;
    cursor:pointer;
}

.login .content .login_area .btn .btn_img
{
    width: 330px;
    height: 40px;
    margin: auto;
    background: url(../images/login/v1/btnLogin.png) no-repeat;
}

.login .content .login_area .btn .btn_img:hover
{
    width: 330px;
    height: 40px;
    margin: auto;
    background: url(../images/login/v1/btnLoginOver.png) no-repeat;
}

.login .content .login_area .btn .btn_img .btn_txt
{
    margin: auto;
    width: 50px;
    padding-top: 5px;
    color: #fff;
    font-family: '微软雅黑 Bold', '微软雅黑','Source Han Sans CN', Arial, 'PingFang SC', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}


.login .bottom
{
    float:left;width: 100%;margin-top:20px;
}
.login .bottom .copyright
{
    margin: auto;
    width: 310px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-family: '微软雅黑 Regular', '微软雅黑', 'Source Han Sans CN', Arial, 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}

a
{
    color:#333;
}
a:hover
{
    color:#333;
}