#loadDiv{
    display: none;
    position:fixed;
    color:#fff;
    border-radius:4px;
    z-index:100;
    text-align:center;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    padding:0px;
    margin:0px;
}
#loadDiv-div{
    width:100%;
    height:100%;
}
#loadDiv-div-div{
    position: absolute;
    left: 50%;
    top: 50%;
    width:60px;
    height:60px;
    margin-left:-100px;
    margin-top:-50px;
}
body {
    background: #fff;
    color: #333;
    font-size: 14px;
}
body, select {
    font-family: "Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei","微软雅黑",simsun,"宋体",tahoma,arial;
    padding:0px;
    margin:0px;
}
input::-webkit-input-placeholder { /* WebKit browsers*/
    　　color:#999;font-size:12px;
    }
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/
    　　color:#999;font-size:12px;
    }
input::-moz-placeholder {  /* Mozilla Firefox 19+*/
    　　color:#999;font-size:12px;
    }
input:-ms-input-placeholder { /* Internet Explorer 10+*/
    　　color:#999;font-size:12px;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}
a:hover {
    color: #e4393c;
    text-decoration: none;
}
ul{
    padding:0;
    margin: 0;
}
ul li{
    list-style: none;
}
.top{
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    height:105px;
    line-height: 105px;
    padding:0px;
    margin:0px;
}
.top>div{
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    height: 100%;
}
.top>div>a>img{
    width: 585px;
    height:75px;
    margin-top:15px;
    float: left;
    display: block;
}
.top>div>p{
    float: right;
    height: 100%;
    padding:0px;
    margin: 0px;
}
.top>div>p>a{
    color: #29a1e0;
    text-decoration: none;
}
.top>div>p>a:hover{
    text-decoration: underline;
}
.main{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.sso-form-tit {
    height: 63px;
    background: url(../../images/login/line.png) 0 100% repeat-x;
}
.sso-form-tit li.cur, .sso-form-tit li:hover {
    background-position: 0 60px;
}
.sso-form-tit li {
    float: left;
    font-size: 18px;
    line-height: 24px;
    padding: 26px 17px 13px 17px;
    margin-right: 20px;
    background: url(../../images/login/line2.png) 0 65px repeat-x;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sso-form {
    width: 100%;
    table-layout: fixed;
    padding: 40px 0 100px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.sso-form table tr td.field {
    width: 340px;
    text-align: right;
}
.sso-form table tr td {
    padding: 10px 5px;
}
.sso-form table tr td .txtbox {
    border: 1px solid #ccc;
    padding: 5px 5px;
    line-height: 20px;
    height: 20px;
    width: 220px;
}
.sso-form table tr td .txtbox2 {
    border: 1px solid #ccc;
    padding: 7px 5px;
    line-height: 24px;
    height: 24px;
    width: 102px;
}
.sso-form table tr td .txtbox3 {
    margin-left:1px;
}
.sso-form table tr td select {
    border: 1px solid #ccc;
    padding: 5px 5px;
    line-height: 30px;
    width: 102px;
    height:30px;
    margin-right: 5px;
}
.sso-btn-submit:hover {
    background: #1777aa;
    color: #fff;
}

.sso-btn-submit {
    border:none;
    width: 237px;
    height: 45px;
    line-height: 35px;
    background: #29a1e0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.errorMessage
{
    font-size: 12px;
    color: red;
}
.m-l-5{
    margin-left:5px !important;
}
#captcha_img{
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
}
.hidden{
    display:none;
}
input,select{
    border-radius: 4px;
}
.login-logo{
    max-width: 585px;
    max-height:75px;
}