﻿body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    background: #f2f2f2;
}
#loginTop{
    width:1200px;
    margin:0 auto;
    height:100px;
    padding-top:20px;
}
.left {
    float: left;
    width: 200px;
    height: 100px;
    display: block;
}
#loginTop h1 {
    float: left;
    border-left: 2px solid #0068b7;
    margin-left: 60px;
    padding-left: 30px;
    letter-spacing: 5px;
}
.login {
    width: 500px;
    height: 350px;
    top: 30px;
    float: right;
}
#loginForm {
    float: right;
    width: 400px;
    height: 430px;
    margin-top: 30px;
    background: #fff;
    padding: 30px 0 0 0;
    border: 1px solid #fff;
    -moz-box-shadow: 10px 10px 20px 1px #808080;
    box-shadow: 10px 10px 20px 1px #808080;
}
}
.loginlist{
    width:400px;
    height:80px;
    margin-top:10px;
}
.tip {
    width: 80%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    color: #666;
}
.txt{
    width:80%;
    margin:0 auto;
    height:38px;
}
.txt input{
    border:1px solid #e3e3e3;
    width:100%;
    height:35px;
    padding:0 5px;
}
.txt img{
    float:left;
    width:50%;
    margin-left:5%;
}
.loginBt{
    width:80%;
    margin:0 auto;
    height:20px;
    margin-top:10px;
}
.loginBt a{
    text-decoration:none;
    font-size:12px;
    color: #0068b7;
}
.loginIn {
    width: 80%;
    margin: 0 auto;
    background: #0068b7;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #0068b7;
    margin-top: 10px;
}

.loginsend {
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #666;
    border: 1px solid #666;
    margin-left: 5%;
}