.top{
    width: 995px;
    margin: 0 auto;
    padding-top: 17px;
    padding-bottom: 22px;
    overflow: hidden;
}
.top .logo,.top h2{
    float: left;
    height: 60px;
    width: 175px;
}
.top img{
    height: 100%;
    width: 100%;
}
.top h2{
    height: 64px;
    line-height: 64px;
    font-weight: normal;
    color:#666666;
    margin-left: 25px;
}
.main{
    background-color: #E93854;
    height: 427px;
    min-width: 995px;
}
.main-content{
    width: 995px;
    margin: 0 auto;
    height: 100%;
    background: url(../images/banner.jpg) no-repeat;
}
.login{
    width: 306px;
    height: 249px;
    background-color: white;
    float: right;
    margin-top: 40px;
    padding: 23px 20px 20px 20px;
}
.login h2{
    font-weight: normal;
    color:#666666;
    font-size: 24px;
    margin-bottom: 25px;
}
.login h2 span{
    float: right;
    font-size: 12px;
    color:#E93854;
    background: url(../images/right.png) no-repeat 0px center;
    background-size: contain;
    padding-left: 25px;
}
.input{
    border: 1px solid #BDBDBD;
    width: 305px;
    height: 50px;
    margin-top: 20px;
}
.input span{
    float: left;
    width: 50px;
    height: 50px;
}
.input input{
    float: left;
    width: 245px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 10px;
}
.input .user-name{
    background: url(../images/username.png);
}
.input .password{
    background: url(../images/password.png);
}
.login .auto-login{
    font-size: 12px;
    margin-top: 22px;
}
.login .auto-login a{
    float: right;
}
.login .auto-login span,.login .auto-login label input{
    vertical-align: middle;
}
.login .submit{
    width: 306px;
    height: 35px;
    background-color: #e4393c;
    font-size: 18px;
    margin-top: 6px;
}
.login .submit a{
    color:white;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
}
.bottom{
    width: 995px;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 22px;
}
.bottom ul{
    text-align: center;
    margin-bottom: 12px;
}
.bottom ul li{
    display: inline-block;
}
.bottom p{
    text-align: center;
}
/* 超链接 */
.bottom ul li a,.bottom ul li span,.bottom p{
    color:#666666;
}
.bottom ul li span{
    margin-left: 10px;
    margin-right: 7px;
}