.register-box {
    width: 480px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: border-box;
}
.register-step-sprite {
    background: url(images/register-step.png) no-repeat;
}
.all-sign-sprite {
    background: url(images/sign-sprite.png) no-repeat;
}
.register-step ul li {
    float: left;
    width: 212px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.register-step ul li i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-top: -2px;
    vertical-align: middle;
}
.register-step ul li.step1 {
    background-position: 0 -30px;
}
.register-step ul li.step1 i {
    background-position: -120px -30px;
}
.register-step ul li.step2 {
    background-position: -212px 0;
}
.register-step ul li.step2 i {
    background-position: -200px 0;
}
.register-step ul li.step2.step-now {
    background-position: -212px -30px;
}
.register-step ul li.step2.step-now i {
    background-position: -200px -30px;
}
.register-step ul li.step3 {
    background-position: -214px 0;
}
.register-step ul li.step3 i {
    background-position: -220px 0;
}
.register-step ul li.step3.step-now {
    background-position: -214px -30px;
}
.register-step ul li.step3.step-now i {
    background-position: -220px -30px;
}
.register-step ul li.step-now {
    color: #fff;
}

.register-main {
    width: 400px;
    margin: 30px auto;
}
.register-item-box {
    position: relative;
    /*height: 80px;*/
    margin-bottom:30px;
}
.register-item {
    height: 44px;
    line-height: 42px;
    /*border-left: 1px solid #ccc;*/
}
/*.register-item-box:nth-child(2) .register-item{*/
/*    width: 260px;*/
/*}*/
/*.register-item-box:nth-child(2) .register-item input:nth-child(1){*/
/*    width: 260px;*/
/*}*/
.register-item label {
    font-size: 14px;
    color: #666;
}
.register-item label span {
    position: absolute;
    top: 8px;
    left: 103px;
    width: 15px;
    height: 24px;
    line-height: 32px;
    font-weight: 700;
    font-size: 14px;
    color: #ff0000;
    border-right: 1px solid #ccc;
    text-align: center;
}
.register-item input,
.register-item select {
    position: absolute;
    top: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 18px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    /*border-left: none !important;*/
    outline: none;
    border-radius: 6px;
    /*border-radius: 4px;*/
}
.register-item input:focus,
input.input_error {
    /*border: 1px solid #ccc !important;*/
}

.onError,
.onFocus,
.onShow,
.onCorrect {
    margin-top: 5px;
}
.register-item input.send-captcha {
    position: absolute;
    /*top: 2px;*/
    right: 0;
    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    text-indent: 0;
    border: 1px solid #C7000B;
    background-color: #C7000B;
    cursor: pointer;
}
.register-item input.send-captcha-disabled {
    width: 140px;
    border: 1px solid #ccc;
    background-color: #ccc;
}
.reg-submit {
    width: 400px;
    height: 42px;
    line-height: 42px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #C7000B;
    background-color: #C7000B;
    cursor: pointer;
    border-radius: 6px;
}
.reg-submit.disabled,
.reg-submit.disabled:hover {
    border: 1px solid #ccc;
    background-color: #ccc;
    cursor: not-allowed;
}
.reg-submit:hover {
    background-color: #9b0d0d;
}
#sendcode:hover {
    background-color: #9b0d0d;

}
/*.register-title .go-login a:hover{*/
/*    background-color: #C7000B;*/
/*    color: white;*/
/*}*/
.login-options {
    margin-top: 18px;
    line-height: 14px;
}
.captcha-deck {
    display: none;
}
.idsave-check {
    position: relative;
    z-index: 10;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    padding-left: 20px;
    cursor: pointer;
}
.login-options a {
    color: #C7000B;
    font-size: 12px;
    text-decoration: none;
}
.login-options a:hover {
    text-decoration: underline;
}
/*IE8筝� checkbox �����駈�label���劫�糸��js�醇��羈��劫� checked�倶��鐚���篁ヤ戎���篏�莨上�謂��������������鐚�茴�checkbox-icon�丈����篏��*/
.idsave-check input {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 3px;
    width: 3px;
    height: 3px;
}
.checkbox-icon {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 10;
    width: 16px;
    height: 16px;
    background: url(../../images/login/gou.png) no-repeat;
}
.checkbox-icon-checked {
    background-position: -60px -30px;
    border: 1px solid #ddd;
    width: 14px;
    height: 14px;
    border-radius: 4px;
}


/*薨�莚���綣合�*/
.captcha-box table {
    width: 100%;
    font-family: "microsoft yahei";
}
.captcha-box input,
.captcha-box select {
    font-family: "microsoft yahei";
    width: 260px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    outline-color: #009FD9;
    border: 1px solid #ccc;
    color: #545454;
}
.captcha-box th {
    font-weight: normal;
    text-align: right;
    font-size: 14px;
    color: #545454;
}
.captcha-box th b {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    padding-right: 5px
}
.captcha-box td {
    line-height: 200%;
    vertical-align: top;
}
.captcha-box img {
    vertical-align:middle;
    cursor:pointer
}

.register-success {
    width: 390px;
    height: 36px;
    line-height: 36px;
    margin: 60px auto 30px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.register-success i {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-position: 0 -60px;
}

.user-info {
    width: 390px;
}
.user-info table {
    color: #666;
    font-size: 14px;
}
.user-info tr {
    height: 40px;
}
.user-info th,
.user-info td {
    border: 1px solid #ccc;
}
.user-info tr:first-child th,
.user-info tr:first-child td {
    border-bottom: none;
}
.user-info td {
    width: 240px;
    padding-left: 20px;
    text-align: left;
    color: #ff6600;
}
.user-info th {
    width: 150px;
    padding-right: 20px;
    text-align: right;
    font-weight: normal;
    border-right: none;
    background-color: #f7f9fa;
}
.verify-remind {
    margin-top: 60px;
    text-align: center;
    color: #999;
}
.go-verify a {
    display: block;
    width: 390px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    background-color: #ff6600;
    cursor: pointer;
}
.go-verify a:hover {
    background-color: #d95700;
}
.go-around a {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #C7000B;
}
.result-cashcoupon-text {
    text-align: center;
    font-size: 14px;
    line-height: 94px;
}
.verify-remind.step-3 {
    margin-top: 0;
}


/* 紜���緇�拭羈��� */
.icon-reg-mode{
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.icon-reg-wx{
    background-image: url('./img/icon-reg-wx.png');
}
.icon-reg-phone{
    background-image: url('./img/icon-reg-phone.png');
}

.reg-mode-wrapper{
    margin-top: 9px;
    margin-left: 50px;
    color: #666;
    font-size: 14px;
}
.reg-mode-text{
    margin-left: 5px;
    color: #C7000B;
    curs    or: pointer;
}
.register-title .go-login{
    margin-top: 5px;
}


.wx-qrcode-wraper{
    margin-top: 80px;
}
.wx-qrcode-wraper h3{
    margin-bottom: 55px;
}
.wx-qrcode-content{
    width: 240px;
    margin: auto;
}
.wx-qrcode-image{
    height: 240px;
    margin-bottom: 24px;
    border: 1px solid #ddd;
}
.wx-qrcode-image img{
    width: 220px;
    height: 220px;
    padding: 8px;
}
.wx-qrcode-image iframe{
    width: 100%;
    height: 100%;
}

.wx-qrcode-title{
    margin: 10px auto 35px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    border-radius: 20px;
    color: #fff;
}
.register{
    height: 810px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.register>div{
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.onShow div{
    /*background:url(../../images/login/onShow.png) no-repeat;*/
    padding-left:18px;
    font-size: 12px;
    line-height:10px;
    height:22px;
    color:#999;
    background-size: 12px;
    background-position-y: center;
    position: absolute;
}

.onFocus div{
    /*background:url(../../images/login/onFocus.png) no-repeat;*/
    padding-left:18px;
    font-size: 12px;
    height:22px;
    line-height:10px;
    color:#555;
    background-size: 12px;
    background-position-y: center;
    position: absolute;
}

.onError div{
    /*background:url(../../images/login/onError.png) no-repeat;*/
    padding-left:18px;
    font-size: 12px;
    height:22px;
    line-height:10px;
    color:#c00;
    background-size: 12px;
    background-position-y: center;
    position: absolute;
}

.onCorrect div{
    /*background:url(../../images/login/onCorrect.png) no-repeat;*/
    padding-left:18px;
    font-size: 12px;
    height:22px;
    line-height:10px;
    background-size: 12px;
    background-position-y: center;
    position: absolute;
}

.onLoad div{
    /*background:url(../../images/login/onLoad.png) no-repeat 3px 3px;*/
    padding-left:18px;
    font-size: 12px;
    height:22px;
    line-height:10px;
    background-size: 12px;
    background-position-y: center;
    position: absolute;

}
.registerTips{
    display: none;
    font-size: 12px;
    position: absolute;
    color:#526ECC;
    padding:0 6px;
    margin-left:12px;
    background: white;
    line-height: initial;
    z-index: 10;
    margin-top:-12px;
}
.onFocusBorder input{
    border:1px solid #526ECC;
}
.onFocusBorder .registerTips{
    display: initial;
}
.errorBorder input{
    border:1px solid #C7000B;
}
.errorBorder .registerTips{
    display: initial;
    color:#C7000B;
}
.openEyes{
    position: absolute;
    width: 22px;
    height: 22px;
    background:url("icon/close_eyes.png") no-repeat center;
    background-size: 22px 22px;
    right: 10px;
    margin-top: 8px;
    cursor: pointer;
}
.closeEyes{
    position: absolute;
    width: 22px;
    height: 22px;
    background:url("icon/open_eyes.png") no-repeat center;
    background-size: 22px 22px;
    right: 10px;
    margin-top: 8px;
    cursor: pointer;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
      -webkit-text-fill-color: #808080;
      transition: background-color 1000s ease-out 0.5s;
}




