﻿body{
    width:100%;
    height:100%;
    background-image:url(/BaodianBackMgr/Images/LoginBg.jpg);
    background-size:cover;
}

#header {
    width:100%;
    height:80px;
}

#login{
    width: 600px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -300px;
    box-shadow: -15px 15px 15px rgb(191, 200, 208);
    border-radius: 5px;
    background: white;
}

#account{
    margin-top:80px;
    width:100%;
    height:36px;
    position:relative;
}
#account label{
    font-size:15px;
    position:absolute;
    top:11px;
    left:80px;
    color:#333;
}
#account input{
    height:32px;
    width:280px;
    position:absolute;
    left:170px;
    outline:none;
    border:1px solid #62a4e1;
    vertical-align:central;
}
#pas1{
    margin-top:17px;
    width:100%;
    height:36px;
    position:relative;
}
#pas1 label{
    font-size:15px;
    position:absolute;
    top:11px;
    left:80px;
    color:#333;
}
#pas1 input{
    height:32px;
    width:280px;
    position:absolute;
    left:170px;
    outline:none;
    border:1px solid #62a4e1;
}
#go{
    width:280px;
    height:41px;
    background:#69c73f;
    color:white;
    text-align:center;
    line-height:41px;
    border-radius:6px;
    margin-left:170px;
    margin-top:22px;
    cursor:pointer;
    font-size:18px;
    letter-spacing:5px;
}

#go:hover{
    background-color: #0a6467;
}
#mian {
    width:100%;
    height:100%;
    background:#eef7ff;
    background:#4cff00;
}
.TAB{
    width:600px;
    height:33px;
    float:left;
}

.TAB li{
    float:left;
    width:299px;
    height:100%;
    cursor:pointer;
    font-weight:bold;
    text-align:center;
    line-height:30px;
    font-size:16px;
    color:#666666;
}
