#header{
    min-width: 1100px;
    overflow: hidden;
    padding: 0 10px;
}

.header{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.top{
    font-size: 16px;
    height: 65px;
    line-height: 65px;
}

.logo{
    float: left;
    display: inline-block;
    padding-right: 22px;
    background: url("../images/line.png") no-repeat right center;
}

.logo>img{
    vertical-align: middle;
}

.nav>ul{
    float: right;
}

.nav>ul li{
    display: inline-block;
    margin-left: 30px;
    color: #888;
}

.nav>ul li a{
    color: #fff;
    padding: 7px 23px;
    line-height: 1;
    background-color: #0576dc;
    border-radius: 2px;
}

.nav>ul li a:hover{
    color: #fff;
    background-color: #0d85f6;
}

.nav>ul .login{
    margin: 0;
}

#main{
    min-width: 1100px;
    min-height: 361px;
    background: url("../images/nav.jpg") no-repeat top center;
    padding: 102px 10px 60px;
    overflow: hidden;
    background-size: cover;
}

.main{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.lg-left{
    float: left;
    width: 680px;
    padding-top: 34px;
    color: #ffffff;
    margin-left: 20px;
}

.caption{
    font-size: 40px;
    line-height: 1;
}

.title{
    font-size: 24px;
    color: #fff;
    line-height: 74px;
}

.message{
    width: 465px;
    font-size: 16px;
    line-height: 28px;
}

a.btn{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 9px 36px;
    background: url("../images/btn.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 35px;
    line-height: 1;
    cursor: pointer;
}

.lg-right{
    float: right;
}

h1{
    font-size: 24px;
    color: #333;
    line-height: 83px;
    text-align: center;
}

.entry{
    width: 302px;
    background-color: #fff;
    padding: 0 49px 40px;
}

.prompt{
    font-size: 12px;
    color: #888;
    line-height: 24px;
    border: 1px solid #ffdb47;
    padding-left: 38px;
    background: #fff6d2 url("../images/prompt.png") no-repeat 10px center;
    border-radius: 2px;
    margin-bottom: 12px;
}

.user,
.psd{
    position: relative;
}

.user:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 14px;
    line-height: 1em;
    background: url(../images/people.png) no-repeat center center;
    cursor: pointer;
}

.psd:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 14px;
    line-height: 1em;
    background: url(../images/password.png) no-repeat center center;
    cursor: pointer;
}

.ipt{
    width: 263px;
    height: 38px;
    line-height: 14px;
    padding: 0 0 0 37px;
    font-size: 14px;
    color: #333;
    border: 1px solid #eae9e9;
    border-radius: 2px;
}

label{
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-left: 10px;
}

.discolor{
    color: #0576dc;
}

.forget{
    float: right;
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

span.btn{
    display: inline-block;
    width: 302px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #0576dc;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.mess{
    display: table-cell;
    height: 20px;
    line-height: 12px;
    font-size: 12px;
    color: #ff1b20;
    vertical-align: middle;
    padding-left: 10px;
}

.hidden{
    display: none;
}

.icon{
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 13px;
    vertical-align: middle;
}

.cfm{
    border: 1px solid #b0d9fe;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px #9ecaed;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px #9ecaed;
}
.fle{
    border: 1px solid #e20108;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px #ce8483;
}

#footer{
    min-width: 1100px;
    background-color: #fff;
    clear: both;
    padding: 0 10px;
}

.footer{
    width: 1100px;
    margin: 0 auto;
    color: #888;
    font-size: 12px;
    line-height: 70px;
}

.download{
    font-size: 12px;
    color: #888;
    margin-left: 15px;
}

.right{
    float: right;
}

#cbTerms{
    position: relative;
    width: 12px;
    height: 12px;
}

.fail{
    display: none;
    border: 1px solid #f1f1f1;
    background-color: #fafafa;
    margin-bottom: 10px;
    border-radius: 2px;
}

.fail>ul li:first-child{
    padding: 19px;
    border-bottom: 1px solid #f1f1f1;
}

.fail>ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #888;
    text-align: center;
}

.fail>ul li p.discolor{
    color: #0576dc;
}

.close{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #f39701;
    line-height: 37px;
    cursor: pointer;
}