﻿/*body {
    background-image: url(/res/images/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #ffffff;
}*/

#Header {
    width: 100%;
    height: 60px;
    position:absolute;
    z-index:100;
    top:50px;
}

#Header_Content {
    margin: 0 auto;
    margin-top: 20px;
    width: 980px;
    height: 40px;
}

#Content {
    width: 100%;
    min-width: 980px;
    height: 550px;
    position: absolute; 
    z-index:100;
    top:100px;
}

#logo {
    width: 300px;
    float: left;
    margin-top: 20px;
    margin-left: 10%;
}

#description {
    width: 100%;
    font-size: 26px;
    color: white;
    font-family: STXingkai;
    text-align: left;
    margin-top: 250px;
    margin-left: 40%;
}

#Download {
            width: 100%;
            margin-top:10px;
            font-size:18px;
            color:white;
            text-align:center;
            margin-left:10%
        }
        #Download_content {
            width:320px;
            margin:0 auto;
            /*opacity: 0.7; background-color: #dff0d8; -moz-opacity: 0.7;*/
            padding:30px 0px;
        }
            #Download_content a {
                color:white;
            }

#Login {
    width: 300px;
    float: right;
    margin-top: 20px;
    /*margin-right:10%;*/
}

#More {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    float: left;
}

#Footer {
    width: 100%;
    height: 40px;
    position: absolute; 
    z-index:100;
    bottom:30px;
}

#Footer_Content {
    margin: 0 auto;
    width: 980px;
    height: 40px;
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    text-align: right;
}

#touzhi a {
    color: #000;
}

#Bg {
    width:100%;
    height:100%;
}