#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: left;
}

.nav>ul:last-child{
    float: right;
}

.nav>ul li{
    display: inline-block;
    margin-left: 30px;
    color: #888;
}

.nav>ul li:first-child{
    margin-left: 18px;
}

.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;
    background: url("../images/nav_1.jpg") no-repeat top center;
    padding: 110px 10px;
    overflow: hidden;
    background-size: cover;
}

.main{
    width: 820px;
    margin: 0 auto;
    border-radius: 2px;
    padding: 0 140px;
    font-size: 0;
    text-align: center;
}

.cont{
    display: inline-block;
    width: 302px;
    height: 260px;
    padding: 0 49px 40px;
    background-color: #fff;
}

.cont-2,.cont-3,.cont-4{
    display: none;
}

.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;
}

.ipts{
    width: 159px;
    padding-right: 104px;
}

.user,
.code,
.iphone,
.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;
}

.code:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 14px;
    line-height: 1em;
    background: url(../images/lock.png) no-repeat center center;
    cursor: pointer;
}

.iphone:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 15px;
    line-height: 1em;
    background: url(../images/password.png) no-repeat center center;
    cursor: pointer;
}

.psd:before{
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 15px;
    line-height: 1em;
    background: url(../images/password.png) no-repeat center center;
    cursor: pointer;
}

.gain{
    position: absolute;
    top: 8px;
    right: 10px;
}

.gains{
    width: 104px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #f29800;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#sents .ylw{
    background-color: #0576dc;
    pointer-events: none;
}

h1{
    font-size: 24px;
    color: #333;
    line-height: 90px;
}

.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;
}

.btn{
    display: inline-block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #0576dc;
    margin-top: 10px;
}

.tip{
    font-size: 18px;
    color: #333;
    line-height: 70px;
}

.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;
}

#sent.ylw{
    pointer-events: none;
}

#sent.crr{
    pointer-events: auto;
    cursor: pointer;
}

#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;
}