/*
   本页样式为注册页面----找回密码
*/


/*隐藏右侧边栏部分*/

.right-menu-bar {
    display: none;
}

/************************** 中间内容 开始 **************************/

.content {
    padding: 28px 0;
    background: url("/Tpl_2016/images2016/reg-img.jpg") no-repeat top center;
}
.reg-content {
    padding: 28px 46px 106px 46px;
    background: #fff;
    border: 1px solid #eaeaea;
}
.reg-content .reg-title {
    padding-bottom: 12px;
    border-bottom: 1px solid #d4d4d4;
    color: #4c4c4c;
}

/*用户注册*/

.reg-content .reg-title h3 {
    float: left;
    padding-left: 12px;
    font-size: 18px;
    border-left: 3px solid #2087ed;
}

/*马上登录*/

.reg-content .reg-title p {
    float: right;
}
.reg-content .reg-title .login-btn {
    color: #0365eb;
    text-decoration: underline;
}
.reg-content .reg-title .login-btn:hover {
    color: #ff671c;
}

/*盒子*/

.reg-content .reg-box {
    padding: 0 144px;
}

/*找回流程 开始*/

.reg-flow {
    padding: 55px 70px 0;
    text-align: center;
}
.reg-flow .flow-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 42px;
    height: 42px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat;
    z-index: 9;
}
.reg-flow .flow-icon1 {
    background-position: 0 -1228px;
}
.reg-flow .flow-icon2 {
    background-position: -73px -1228px;
}
.reg-flow .flow-icon3 {
    background-position: -142px -1228px;
}
.reg-flow .flow-icon4 {
    background-position: -211px -1228px;
}
.reg-flow .reg-flow-left, .reg-flow .reg-flow-right {
    margin-top: -27px;
    width: 238px;
    border-bottom: 2px solid #dcdcdc;
}
.reg-flow .reg-flow-txt {
    padding-top: 50px;
    color: #818181;
}

/*激活状态*/

.reg-flow .active .reg-flow-right {
    border-bottom: 2px solid #1e7ccc;
}
.reg-flow .active .reg-flow-left {
    border-bottom: 2px solid #1e7ccc;
}
.reg-flow .active .flow-icon1 {
    background-position: 0 -1166px;
}
.reg-flow .active .flow-icon2 {
    background-position: -73px -1166px;
}
.reg-flow .active .flow-icon3 {
    background-position: -142px -1166px;
}
.reg-flow .active .flow-icon4 {
    background-position: -211px -1166px;
}
.reg-flow .active .reg-flow-txt {
    color: #1e7ccc;
}
@media screen and (max-width: 1206px) {
    .reg-flow {
        padding: 55px 20px 0;
        width: 850px;
        margin: 0 auto;
    }
    .reg-flow .reg-flow-left, .reg-flow .reg-flow-right {
        width: 208px;
    }
}
.desktop .reg-flow .reg-flow-left, .desktop .reg-flow .reg-flow-right {
    width: 208px;
}
.desktop .reg-flow {
    padding: 55px 20px 0;
    width: 850px;
    margin: 0 auto;
}

/*找回流程 结束*/

.top-error {
    text-align: center;
}
.top-error span {
    color: #c9890e;
    background: #fbf1b1;
    line-height: 30px;
    font-size: 14px;
    padding: 5px 20px;
}

/*账号资料填写*/

.reg-section {}
.reg-section dt {
    padding: 8px 0 8px 24px;
    border-bottom: 1px dashed #e7e7e7;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -335px;
    font-weight: bold;
    color: #147bd1;
}
.reg-section dd {
    margin-top: 18px;
    color: #525252;
    vertical-align: middle;
    position: relative;
}
.reg-section-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 8px;
    width: 278px;
    text-align: right;
    font-weight: bold;
}
.reg-star {
    color: #ff0000;
}
.reg-txt {
    color: #b1b1b1;
    font-weight: normal;
}
.reg-optional {
    padding-left: 10px;
    color: #898989;
}
.Link_Orange {
    color: #fe6b1b;
}
.Link_Orange:hover {
    color: #2087ed;
}

/*注册下拉框*/

.reg-area-select {
    margin-right: 0;
    width: 78px;
}

/*默认提示均隐藏*/

.validate-prompt, .validate-error, .validate-success {
    display: none;
}

/*警告*/

.validate-error {
    padding-left: 22px;
    margin-left: 10px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -439px;
    color: #ff5e5e;
    vertical-align: middle;
}

/*输入正确*/

.validate-success {
    /*display: inline-block;
    *display: inline;
    *zoom: 1;*/
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -536px;
    margin-top: 0px;
    vertical-align: middle;
}

/*点击提示*/

.validate-prompt {
    position: absolute;
    top: 0;
    left: 540px;
    z-index: 9;
    background-color: #fff;
}
.validate-prompt .triangle-arrow {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    top: 16px;
    left: -8px;
    width: 10px;
    height: 19px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0px -733px;
}
.validate-prompt .validate-prompt-txt {
    width: 200px;
    padding: 8px 4px 8px 30px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 6px -616px;
    border: 1px solid #e7e7e7;
    color: #717171;
    overflow: hidden;
}
.validate-prompt .validate-prompt-txt p {
    padding-left: 8px;
    border-left: 1px solid #e7e7e7;
}

/*附加提示容器*/

.reg-append-prompt {
    padding-left: 8px;
}

/*密码附加提示 相关*/


/*1. 级别*/

.pwd-strenth-level {
    background-color: #e4e4e4;
    height: 15px;
    width: 126px;
    margin-top: 5px;
}
.pwd-strenth-level div {
    height: 100%;
}
.pwd-strenth-level-0 div {
    width: 0%;
}
.pwd-strenth-level-1 div {
    width: 20%;
    background-color: #fb7165;
}
.pwd-strenth-level-2 div {
    width: 40%;
    background-color: #ffcc1c;
}
.pwd-strenth-level-3 div {
    width: 60%;
    background-color: #b8d320;
}
.pwd-strenth-level-4 div {
    width: 80%;
    background-color: #15e73c;
}
.pwd-strenth-level-5 div {
    width: 100%;
    background-color: #00b4ff;
}

/*立即注册按钮*/

.reg-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 200px;
    height: 44px;
    line-height: 44px;
    background: #2087ed;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
}
.reg-btn:hover {
    background: #137BE2;
    color: #fff;
}

/*找回密码成功*/


/*注册成功 开始*/

.regsub {
    margin-top: 60px;
    padding: 28px 0;
    background: #fbffff;
    border: 1px solid #d7eff6;
}
.regsub .regsub-left {
    float: left;
    margin-left: 188px;
    _margin-left: 100px;
    margin-right: 20px;
    width: 78px;
    height: 78px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -782px;
}
.regsub .regsub-right {
    color: #5e5e5e;
    overflow: hidden;
    _position: relative;
}
.regsub .regsub-right h2 {
    padding: 8px 0 12px 0;
    font-size: 20px;
    font-weight: bold;
    color: #5e5e5e;
}
.regsub .regsub-right p {
    padding-top: 2px;
}

/*按钮*/

.regsub .regsub-right .regsub-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 6px;
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.regsub .regsub-right .btn-index {
    background: #2087ed;
    color: #fff;
}
.regsub .regsub-right .btn-login {
    background: #efefef;
    color: #9d9d9d;
}
.regsub .regsub-right .btn-index:hover {
    background: #1B7FE2;
}
.regsub .regsub-right .btn-login:hover {
    background: #e6e6e6;
}
/*发送验证码 禁用按钮样式*/
.reg-section .common-btn:disabled{
    background-color: #CECECE;
}
/*找回密码 结束*/


/************************** 中间内容 结束 **************************/

@media screen and (max-width: 1206px) {
    /*盒子*/
    .reg-content .reg-box {
        padding: 0 44px;
    }
}

/***********IE6-8 responsed START*************/


/*盒子*/

.desktop .reg-content .reg-box {
    padding: 0 44px;
}

/***********IE6-8 responsed END*************/

.validate-code {
    width: 100px;
}
.validate-code-img {
    cursor: pointer;
}
