.register .header .wrap {
    width: 860px;
}

.register .content {
    width: 790px;
}

.content {
    margin: 40px auto 20px;
    width: 990px;
}

.content .wrap {
    padding: 35px 0 50px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #fff;
}

.title-h2 {
    text-align: center;
    color: #1175e4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.graphic-group {
    width: 385px;
    margin: 0 auto;
}

.graphic-relative {
    position: relative;
}

.graphic-tip {
    position: absolute;
    top: 55px;
    right: 0;
    color: #999;
    font-size: 12px;
}

.graphic-con {
    margin-bottom: 30px;
    height: 50px;
}

.graphic-ipt, .register-btn {
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    width: 385px;
}

.graphic-ipt {
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #d1d1d1;
}

.focus-ipt {
    border: 1px solid #1175e4;
}

.register-btn {
    color: #fff;
    background: #1175e4;
    text-align: center;
}

.graphic-ipt label {
    display: inline-block;
    width: 100px;
    padding: 0 15px;
    color: #666666;
    font-size: 14px;
}

.graphic-ipt input {
    border: none;
    outline: none;
    border-left: 1px solid #d1d1d1;
    padding-left: 20px;
    width: 210px;
    color: #666;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}

.graphic-err {
    background: url("../common/image/error-icon.png") no-repeat center left;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    top: 10px;
    width: 140px;
    color: #ff0000;
    font-size: 12px;
}

.footer {
    text-align: center;
    color: #999999;
}

.get-code, .verify-code {
    position: absolute;
    right: 2px;
    display: inline-block;
    width: 100px;
    height: 48px;
}

.get-code {
    background: #f2f2f2;
    color: #333;
    text-align: center;
}

.get-code.active {
    color: #999;
}

/*重置密码开始*/
.reset-con h2 {
    font-size: 18px;
    font-weight: normal;
    width: 536px;
    height: 20px;
    margin: 40px auto 50px;
}

.reset-con h2.reset {
    background: url("image/reset.png") no-repeat 0 0;
}

.reset-con h2.success {
    background: url("image/reset.png") no-repeat 0 -21px;
}

.reset-con h2 span {
    display: inline-block;
    width: 265px;
    text-align: center;
    color: #999;
    position: relative;
    top: -25px;
}

.reset-con h2 .cur {
    color: #1175e4;
}

.reset-con .graphic-group {
    width: 430px;
    margin: 0 auto;
}

.reset-con .graphic-group .graphic-ipt, .reset-con .graphic-group .register-btn {
    width: 430px;
}

.success-con {
    width: 300px;
    margin: 130px auto 200px;
    text-align: left;
    line-height: 38px;
    font-size: 20px;
}

.success-con a {
    color: #3366cc;
}

.time-out {
    margin: 0 3px;
    color: #ff0000;
}

/*重置密码结束*/