#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: 50px 10px;
    overflow: hidden;
    background-size: cover;
}

.main{
    width: 820px;
    margin: 0 auto;
    background: url("../images/register.jpg") no-repeat top right;
    background-size: 100% 100%;
    border-radius: 2px;
    padding: 0 140px 55px;
    font-size: 0;
}

h1{
    font-size: 24px;
    color: #333;
    line-height: 112px;
    text-align: center;
}

.block{
    display: inline-block;
    padding-right: 93px;
}

.user,
.psd,
.iphone,
.code,
.qq{
    position: relative;
}

.user:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 36px;
    line-height: 1em;
    background: url(../images/people.png) no-repeat center center;
    cursor: pointer;
}

.user:after,
.psd:after,
.iphone:after,
.code:after,
.qq:after{
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    display: block;
    width: 8px;
    height: 36px;
    line-height: 1em;
    background: url(../images/icons.png) no-repeat center center;
}

.psd:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 36px;
    line-height: 1em;
    background: url(../images/password.png) no-repeat center center;
    cursor: pointer;
}

.qq:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 36px;
    line-height: 1em;
    background: url(../images/qq.png) no-repeat center center;
    cursor: pointer;
}

.iphone:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 37px;
    height: 36px;
    line-height: 1em;
    background: url(../images/iphone.png) no-repeat center center;
    cursor: pointer;
}

.ipt{
    width: 263px;
    height: 34px;
    line-height: 14px;
    padding: 0 0 0 37px;
    font-size: 14px;
    color: #333;
    border: 1px solid #eae9e9;
    border-radius: 2px;
}

.ipts{
    width: 180px;
    padding: 0 110px 0 10px;
}

.gain{
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #f29800;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

label{
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-left: 10px;
}

.discolor{
    color: #0576dc;
}

span.btn{
    display: block;
    width: 302px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #0576dc;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.diamond{
    display: inline-block;
    width: 360px;
    padding-left: 64px;
    vertical-align: top;
    border-left: 1px solid #f1f1f1;
}

h4{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.diamond>ul li p{
    font-size: 14px;
    color: #c6c6c6;
    line-height: 24px;
}
.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;
}

#sent.ylw{
    background-color: #0576dc;
    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;
}

#cbTerms{
    position: relative;
    width: 12px;
    height: 12px;
}