html,body 
{
    font:12px/20px '微软雅黑',Arial;   
    min-height:600px;
    min-width:800px;
    overflow:auto; 
}


/*  换背景
    Backgrounds will cover all the section
	* --------------------------------------- */
.section
{
    background-size: cover;
}

.slide
{
    background-size: cover;
}

/* Defining each section background and styles
	* --------------------------------------- */
#section0
{
    background-image: url(../Image/bg0.jpg);
    padding: 0 0 0 0;
}

#section1
{
    background-image: url(../Image/bg1.jpg);
    padding: 0 0 0 0;
}

#section2
{
    background-image: url(../Image/bg2.jpg);
    padding: 0 0 0 0;
}

#section3
{
    background-image: url(../Image/bg3.jpg);
    padding: 0 0 0 0;
}

#section4
{
    background-image: url(../Image/bg4.jpg);
    padding: 0 0 0 0;
}

body{
    font-size: 14px;
}

header {
    position: absolute;
    top: 0;
    background: #fff url(../image/logo.png) no-repeat 10px;
    border-bottom:solid 2px #003e6d;
}
header>a{
    display:inline-block;
}
header>.system-icon{
    width:285px;
    height:70px;
    background: url(../Image/company-img.png) no-repeat center center;
}
header>.support{
    margin-right: 50px;
    padding-left: 25px;
    color: #003d6c;
    line-height: 70px;
    background: url(../Image/qq.png) no-repeat left center;
}

.main {
    width: 470px;
    height: 600px;
    position: absolute;
    top: 30%;
    right: 10%;
}


.main>.form
{
    position:relative;
    top:-160px;
    width: 470px;
    height: 580px;
    margin: 10px 0;
    box-sizing: border-box;
    background:rgba(255,255,255,0.75)
}

.main>.form2
{
    height: 600px;
}

.main>.form-showerror
{
    height: 580px;
}

.main>.form>.content{
    margin: 30px 70px;
}

.main>.form>.content input{
	border:0;
}

.main>.form>.content .input-long{
    width: 260px;
    padding-left: 50px;
}
.main>.form>.content .input-short{
    width: 175px;
    padding-left: 10px;
}
.main>.form>.content .icon {
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 40px;
    height: 40px;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
}
.main>.form>.content .icon-name {
    background-image: url("../Image/account_icon.png");
}
.main>.form>.content .icon-password {
    background-image: url("../Image/pwd_icon.png");
}
.main>.form>.content .separator {
    display: block;
    position: absolute;
    top: 15px;
    left: 45px;
    width: 2px;
    height: 27px;
    background: #e5e5e5;
}
.main>.form>.content .refresh {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-image: url("../Image/refresh_blue.png");
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

.main>.form>.content .captcha{
    width: 120px;
    vertical-align: middle;
}

footer {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.ui-hide
{
    display:none;    
}

#loginBtn
{
    margin-top:3px;
    width:312px;
}


a{ text-decoration:none; }
.f-dn{ display:none; }
.f-ib{ display:inline-block; }
.f-fl{ float:left; }
.f-fr{ float:right; }
.f-m0{ margin:0; }
.f-m20{ margin:20px; }
.h20{ height:20px; line-height:20px; }
.h30{ height:30px; line-height:30px; }
.h40{ height:40px; line-height:40px; }
.h50{ height:50px; line-height:50px; }
.h56{ height:56px; line-height:56px; }
.h60{ height:60px; line-height:60px; }
.h70{ height:70px; line-height:70px; }
.h90{ height:90px; line-height:90px; }
.wp100{ width:100%; }
.f-pr{ position:relative; }
.f-tac{ text-align:center; }
.f-tal{ text-align:left; }
.f-tar{ text-align:right; }
.em1-2{ font-size:1.2em; }
.em1-25{ font-size:1.25em; }
.em1-33{ font-size:1.33em; }
.em1-5{ font-size:1.5em; }
.em1-66{ font-size:16px; font-weight:bold; }
.em1-75{ font-size:1.75em; }
.em2{ font-size:2em; }
.f-bn{ border:none; cursor:pointer; }
.f-bn:hover { opacity: 0.8; filter: alpha(opacity = 80);   }
.white-bg-blue{ color:#ffffff; background-color:#003e6d; }
.white-bg-blue2{ color:#ffffff; background-color:#5b79ce; }
.white-bg-blue2 a{ color:#ffffff; }
.color-orange{ color:#fc9b27; }
.u-icon-reddot{ position:absolute; display:block; font-style:normal; border-radius:50%; background:#f00; background:transparent url("Index/Image/reddot.png") no-repeat center center \9; }
.white-bg-white{color:#4061a4; background-color:#FFFFFF;border:1px solid #4061a4;}
.input-boderbottom{border-bottom: 1px solid #4061a4;}
.box-shadow{-webkit-box-shadow: #666 0px 0px 15px;-moz-box-shadow: #666 0px 0px 15px;box-shadow: #666 0px 0px 15px;}
.box-opacity{background:rgba(255,255,255,0.5)}
.color-red
{
    color:red;
}

.em16px{font-size:16px;}