@charset "UTF-8";
body,html{
    background:url(../image/login/pcbg.jpg);
    background-size: 100% 100%;
    background-size:cover;
    -moz-background-size:cover; /* 老版本的 Firefox */
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    width: 100%;
    height: 100%;
    position: relative;
}
.clogo{
    display: block;
    width: 160px;
    height: auto;
    margin-left: 40px;
    margin-top: 20px;
}
.centerBody{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 240px;
    margin-left:-120px;
    height: 300px;
    margin-top: -200px;
}
@media screen and (max-width: 500px) {
    .centerBody{
        top: 50%;
        left: 10%;
        width: 80%;
        height: 300px;
        margin-left: 0px;
        margin-top: -200px;
    }
}

.contentLogin{
    margin-top: 20px;
    letter-spacing: 1px;
}
.contentLoginBg{
    width: 100%;
    height: auto;
}
.contentLoginzz{
    position: absolute;
    width: 80%;
    top:15%;
    left: 10%;
}
.contentLoginCs{
    position: absolute;
    width: 80%;
    top:55%;
    left: 10%;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.contentLoginCs a{
    color: blue;
    text-decoration: underline;
}

