/*
   本页样式为注册页面
*/


/*隐藏底部连接部分*/

.footer-middle {
    display: none;
}

/*隐藏底部gray-line，white-line部分*/

#footer2016 .gray-line, #footer2016 .white-line {
    display: none;
}

/*隐藏右侧边栏部分*/

.right-menu-bar {
    display: none;
}

/************************** 中间内容 开始 **************************/

.content {
    padding: 28px 0;
    background: url("/Tpl_2016/images2016/reg-img.jpg") no-repeat top center;
    /*按要求 修改字体大小*/
    font-size: 14px;
}
.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 130px;
}

/*注册流程 开始*/

.reg-flow {
    padding-top: 36px;
    text-align: center;
}
.reg-flow .flow-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 72px;
    height: 72px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat;
    z-index: 9;
}
.reg-flow .flow-icon-write {
    background-position: -172px 0;
}
.reg-flow .flow-icon-complete {
    background-position: 0px -172px;
}
.reg-flow .reg-flow-left {
    margin-top: -36px;
    width: 404px;
    border-bottom: 2px solid #dcdcdc;
}
.reg-flow .reg-flow-right {
    margin-top: -36px;
    border-bottom: 2px solid #dcdcdc;
}
.reg-flow .reg-flow-txt {
    padding-top: 40px;
    color: #818181;
}

/*激活状态*/

.active .reg-flow-right {
    border-bottom: 2px solid #1e7ccc;
}
.active .flow-icon-write {
    background-position: 0 0;
}
.active .reg-flow-left {
    border-bottom: 2px solid #1e7ccc;
}
.active .flow-icon-complete {
    background-position: -172px -172px;
}

/*注册流程 结束*/


/*账号资料填写*/

.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;
}

/*默认提示均隐藏*/

.reg-prompt, .reg-error, .reg-success {
    display: none;
}

/*警告*/

.reg-error {
    padding-left: 22px;
    margin-left: 10px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -439px;
    color: #ff5e5e;
    vertical-align: middle;
}

/*输入正确*/

.reg-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;
}

/*点击提示*/

.reg-prompt {
    position: absolute;
    top: 0;
    left: 540px;
    z-index: 9;
    background-color: #fff;
}

/*.reg-id{*/


/*background-color: #fff;*/


/*z-index: 9;*/


/*}*/

.reg-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;
}
.reg-prompt .reg-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;
}
.reg-prompt .reg-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;
}

/*自定义问题填写栏目 默认不显示*/

#J_customQuestionContainer {
    display: none;
}

/************************** 中间内容 结束 **************************/

@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*************/
