﻿*
{
    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{font-size:14px;font-family:Arial; color:#656565;background-color: rgb(28, 119, 172); background-image: url(../images/Login/light.png); background-repeat: no-repeat; background-position: -386.1px 0px; overflow: hidden;}
#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{position:relative;height:158px;}
#thead .bg2 span {position:absolute;width:340px;height:45px;left:380px;top:94px;font-size:32px;font-weight:600;}
#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) no-repeat; height:185px; text-align:center; padding-top:30px; }
.s8
{
    z-index: 3000;
    position: absolute;
    left: 44.3%;
    top: 450px;
    cursor: pointer;
    vertical-align: top;
}
.load
{
    position: absolute;
    z-index: 3000;
    left: 598px;
    top: 235px;
    display:none;
}
.sign
{
    margin-left:10px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("../images/Login/137.png" );
    cursor: pointer;
    vertical-align:middle;
}
.sign:hover
{
    background-position: 0 -40px;
}
.sign_hover
{
    background-position: 0 -40px;
}
.signload
{
    margin-left:10px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("../images/Login/login-v2-load.png" );
    vertical-align:middle;
}
#bottom{
     position: absolute;
    left: 0%;
    top: 94%;
    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 input */
.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");
}

.FancyForm .val label {
    left: -9999px;
    opacity: 0 !important;
    filter: alpha(opacity="0") !important;
}
        


        /*new login*/
        
#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/Login/cloud.png) no-repeat;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}
.logintop{height:47px; position:absolute; top:0; background:url(../images/Login/loginbg1.png) repeat-x;z-index:100; width:100%;}
.logintop span{color:#fff; line-height:47px; background:url(../images/Login/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;}
.logintop ul{float:right; padding-right:30px;}
.logintop ul li{float:left; margin-left:20px; line-height:47px;}
.logintop ul li a{color:#afc5d2;}
.logintop ul li a:hover{color:#fff;}
.loginbody{background:url(../images/Login/loginbg3.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px;margin-top:120px;}
/*.systemlogo{background:url(../images/loginlogo.png) no-repeat center;width:100%; height:71px; margin-top:75px;}*/
/*.loginbox{width:692px; height:336px; background:url(../images/Login/logininfo.png) no-repeat; }*/
.loginbox{width:686px; height:28em; background:url(../images/Login/logininfo.png) no-repeat; }
.loginbox ul{margin-top:75px; margin-left:285px;}
.loginbox ul >li{margin-bottom:25px;}
.loginbox ul> li> label{color:#687f92; padding-left:25px;}
.loginbox ul> li> label a{color:#687f92;}
.loginbox ul> li> label a:hover{color:#3d96c9;}
.loginbox ul> li> label input{margin-right:5px;}
.loginbox ul> li> img {vertical-align:middle;}
.loginuser{width:299px; height:48px; background:url(../images/Login/loginuser.png) no-repeat; border:none; line-height:48px; padding-left:44px; font-size:18px; font-weight:bold;}
.loginpwd{width:299px; height:48px; background:url(../images/Login/loginpassword.png) no-repeat; border:none;line-height:48px; padding-left:44px; font-size:18px; color:#90a2bc;}
.logincode{width:100px; height:48px; border:1px solid #BAC7D2;border-radius:5px;background:#ECF5FA; line-height:48px;  font-size:18px; font-weight:bold;padding-left:10px;}
/*.loginbtn{width:111px;height:35px; background:url(../images/buttonbg.png) repeat-x; font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:35px;}*/
.loginbm{height:50px; line-height:50px; text-align:center; background:url(../images/Login/loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;}
.loginbm a{font-weight:bold;color:#0b3a58;}
.loginbm a:hover{color:#fff;}
.headTitle{text-align:center;height:70px;}
.headTitle span{font-size:40px;font-weight:600;color:#ffffff;}

.demo--label{display:inline-block;}
.demo--radio{display:none}
.demo--radioInput{background-color:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:100%;display:inline-block;height:16px;margin-right:10px;margin-top:-1px;vertical-align:middle;width:16px;line-height:1}
.demo--radio:checked + .demo--radioInput:after{background-color:#57ad68;border-radius:100%;content:"";display:inline-block;height:12px;margin:2px;width:12px}
.demo--checkbox.demo--radioInput,.demo--radio:checked + .demo--checkbox.demo--radioInput:after{border-radius:0}
/*new login*/


#black_overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    overflow: hidden;
    background-color: #000;
}

#load_content {
    display: none;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 280px;
    height: 50px;
    border: 16px solid #FFF;
    border-bottom: none;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    font-size: 20px;
    font-weight: bold;
    border-radius:5px;
}

#load_content div {
        font-size: 16px;
    }