* {
    font-size: 10pt;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
    color: #000000;
}

html, body {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    overflow: hidden;
}

ul, ol, li, dl {
    list-style: none;
}

img {
    border: none;
}

body {
    background-color:#77dacb;
    font-size: 14px;
    font-family: Arial;
    color: #77dacb;
    background: url(../../zswImg/loginImg/1.jpg) top center no-repeat #bebebe;
}

#thead {

    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    #thead .bg1 {
        /*background: url(../images/Login/c_02.jpg) no-repeat;*/
        height: 185px;
    }

    #thead .bg2 {
        /*background: url(../images/Login/c_04.jpg) no-repeat;*/
        height: 128px;
    }

    #thead .bg3 {
        /*background: url(images/Login/c_05.jpg) no-repeat;*/
        height: 212px;
    }

        #thead .bg3 .nav {
            float: left;
            margin-left: 340px;
            margin-top: 5px;
        }

    #thead .bg4 {
        /*background: url(../images/Login/c_06.jpg) repeat;*/
        height: 145px;
        text-align: center;
        padding-top: 30px;
        filter: progid:dximagetransform.microsoft.alphaimageloader(src='../Themes/images/Login/c_06.jpg', sizingmethod='scale'); /*加上这个，详细可Google*/
    }

.s8 {
    z-index: 3000;
    position: absolute;
    left: 41%;
    /*left: 44.3%;*/
    top: 420px;
    cursor: pointer;
    vertical-algin: top;
}

.load {
    position: absolute;
    z-index: 3000;
    left: 65%;
    top: 435px;
    display: none;
}

.sign {
    margin-left: 20px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("/Themes/images/Login/137.png" );
    cursor: pointer;
}

    .sign:hover {
        background-position: 0 -40px;
    }

.sign_hover {
    background-position: 0 -40px;
}

.signload {
    margin-left: 20px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("/Themes/images/Login/login-v2-load.png" );
}

#bottom {
    position: absolute;
    left: 0%;
    top: 90%;
    /*background: url(../images/Login/c_061.jpg);*/
    height: 158px;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
    text-decoration: none;
}

.Form {
    width: 340px;
}

    .Form li {
        display: block;
        margin-bottom: 18px;
        font-size: 21px;
        font-weight: 300;
    }

    .Form input[type=text], .Form input[type=password], .Form textarea {
        display: inline-block;
        padding: 6px 12px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #221919;
        background: #fff;
        border: 1px solid #a4a2a2;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
        -moz-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
        -webkit-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
        -webkit-transition: all .08s ease-in-out;
        -moz-transition: all .08s ease-in-out;
    }

    .Form textarea {
        min-height: 90px;
    }

    .Form label {
        display: inline-block;
        line-height: 1.4em;
        font-size: 18px;
    }

    .Form input[type=text]:focus, .Form input[type=password]:focus, .Form textarea:focus {
        border-color: #006499;
        box-shadow: 0 1px rgba(34,25,25,0.15) inset,0 1px rgba(255,255,255,0.8),0 0 14px rgba(82,162,235,0.35);
        -moz-box-shadow: 0 1px rgba(34,25,25,0.15) inset,0 1px rgba(255,255,255,0.8),0 0 14px rgba(82,162,235,0.35);
        -webkit-box-shadow: 0 1px rgba(34,25,25,0.15) inset,0 1px rgba(255,255,255,0.8),0 0 14px rgba(82,162,235,0.35);
    }

.FancyForm li, .FancyForm li .input {
    position: relative;
}

.FancyForm input[type=text], .FancyForm input[type=password], .FancyForm textarea {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #a4a2a2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -moz-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -webkit-transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
}

.FancyForm textarea {
    min-height: 3.95em;
    line-height: 1.3;
}

.FancyForm label {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 13px;
    display: block;
    color: #BCBCBC;
    cursor: text;
    -moz-user-select: none;
    -webkit-user-select: none;
    -moz-transition: all .16s ease-in-out;
    -webkit-transition: all .16s ease-in-out;
}

.FancyForm .fff {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 3px;
    bottom: 0;
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.FancyForm input[type=text]:focus + label, .FancyForm input[type=password]:focus + label, .FancyForm textarea:focus + label {
    opacity: .5;
    filter: alpha(opacity="50");
    display:none;
}

.FancyForm .val label {
    left: -9999px;
    opacity: 0 !important;
    filter: alpha(opacity="0") !important;
}
