@charset "utf-8";

/*form表单*/
.form-horizontal {
    /* margin: auto; */ /* padding-top: 30px; */ /* width: 900px; */
}
.form-horizontal .form-group {
    clear: both;
}
.form-horizontal .form-group-spe {
    margin: 10px 0 20px;
}
.form-horizontal .form-group .form-control-box {
    margin-right: 10px;
    position: relative;
    display: inline-block;
    line-height: 30px;
}
.form-horizontal .form-group .profile-avatar {
    position: relative;
    width: 110px;
    height: 110px;
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    overflow: hidden;
}
.form-horizontal .form-group .profile-avatar img {
    position: relative;
    top: -5px;
    left: -5px;
    display: block;
    border-radius: 50%;
}
.form-horizontal .form-group label.input-left {
    float: left;
    width: 250px;
    text-align: right;
    margin-right: 20px;
    line-height: 30px;
    color: #666;
}
.form-horizontal.w600 .form-group label.input-left {
    width: 180px;
}
.form-horizontal .form-group label.input-left .spark {
    margin-right: 5px;
    text-align: right;
    background: url(../images/joinin_pic.png) no-repeat -310px -225px;
    width: 7px;
    height: 7px;
    text-indent: 9999px;
    display: inline-block;
    overflow: hidden;
}

/*文字文本框*/
.form-horizontal .form-group input[type="text"]:focus,
.form-horizontal .form-group input[type="text"]:hover,
.form-horizontal .form-group input[type="text"]:active,
.form-horizontal .form-group input[type="password"]:focus,
.form-horizontal .form-group input[type="password"]:hover,
.form-horizontal .form-group input[type="password"]:active,
.form-horizontal .form-group textarea:hover,
.form-horizontal .form-group textarea:focus,
.form-horizontal .form-group textarea:active,
.form-horizontal .form-group .select select:focus,
.form-horizontal .form-group .select select:active,
.form-horizontal .form-group .select select:hover,
.form-horizontal .form-group .select select:active {
    background-color: #fff; /* border: 1px solid;  border-color: #1B9AF7; -moz-box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); -webkit-box-shadow: 0 0 0 0 2px rgba(82, 168, 236, 0.15); box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15);*/
    outline: 0 none;
    border: 1px solid #aaa;
}
.form-horizontal .form-group input[disabled],
.form-horizontal .form-group input[disabled]:hover {
    background-color: #eee !important;
    opacity: 1;
    cursor: not-allowed;
    border-color: #ccc;
    box-shadow: none;
}
.form-horizontal .form-group input[type="text"],
.form-horizontal .form-group input[type="password"] {
    width: 250px;
    max-width: 600px;
    line-height: 20px;
    height: 32px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px 0 #f0f0f0 inset;
    background: #fff;
    vertical-align: middle;
}
.form-horizontal .form-group input.error,
.form-horizontal .form-group input.error:hover,
.form-horizontal .form-group input.error:active,
.form-horizontal .form-group input.error:focus {
    /*border: 1px dashed rgb(237, 85, 100);background-color: #FFBFBF;color: #333;box-shadow: 0 0 0 2px rgba(232, 71, 35, 0.15);*/
    border: 1px solid rgb(237, 85, 100);
}
.form-horizontal .form-group input[type="text"].input-small {
    width: 160px;
}
.form-horizontal .form-group .input-none {
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}
.form-horizontal .form-group .input-none span {
    margin-left: 15px;
}
.form-horizontal .form-group .input-none span font {
    margin: 0 3px;
}
.form-horizontal .form-group .input-small.date {
    margin-right: 20px;
    width: 120px !important;
}

.form-horizontal-security .form-group .form-control-error {
    display: block;
    margin-left: 270px;
    margin-top: 10px;
}

/*验证码*/
.form-horizontal .form-group .captcha {
    margin-left: 10px;
}
.form-horizontal .form-group .captcha img {
    vertical-align: middle;
}

/*文本域*/
.form-horizontal .form-group textarea {
    width: 350px;
    height: 62px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 #f0f0f0 inset;
}

/*单选按钮*/
.form-horizontal .form-group .radio,
.form-horizontal .form-group .checkbox,
.form-horizontal .form-group select {
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}
.form-horizontal .form-group .radio label,
.form-horizontal .form-group .checkbox label,
.form-horizontal .form-group .region-select select {
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.form-horizontal .form-group .radio label input {
    margin-left: 3px;
    cursor: pointer;
    vertical-align: sub;
}
.form-horizontal .form-group .radio label span {
    margin-left: 3px;
    cursor: pointer;
}
.form-horizontal .form-group .checkbox label input {
    margin-left: 3px;
    vertical-align: sub;
    margin-top: -1px;
    cursor: pointer;
}
.form-horizontal .form-group .checkbox label span {
    margin-left: 3px;
    cursor: pointer;
}

/*下拉框*/
.form-horizontal .form-group #address_now select {
    margin-right: 5px;
}
.form-horizontal .form-group .region-select select {
    line-height: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 #f0f0f0 inset;
}
.form-horizontal .form-group .region-select select option {
    min-width: 50px;
}

/*文字温馨提示*/
.form-horizontal span.hint {
    display: block;
    margin-top: 10px;
    color: #999;
    clear: both;
    margin-left: 270px;
}

/*错误提示*/
.form-horizontal .form-group .form-control-error {
    color: #e31939;
    vertical-align: middle;
}
.form-horizontal .form-group .form-control-error i {
    width: 16px;
    height: 16px;
    background: url(../images/user-icon.png) no-repeat;
    background-position: -30px -134px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.item .icon,
.reg-content .reg-form .msg-wrap .msg-icon,
.item-coagent a i,
.item-coagent a:hover i,
.reg-con .reg-switch a,
.reg-mobile .default-state .qrcode-desc i {
    background: url(../images/login-regiser-icon.png) no-repeat;
}

/*注册切换*/
.reg-type {
    height: 40px;
    line-height: 40px;
    padding: 5px 0px 0px;
    margin: 15px 0px 0px;
    position: relative;
    z-index: 2;
}
.reg-type .login-info {
    position: absolute;
    top: 5px;
    right: 15px;
}
.reg-type ul {
    height: 41px;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px #ddd solid;
    position: absolute;
    top: 2px;
    left: 160px;
}
.reg-type ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    border: 1px #ddd solid;
    background: #f8f8f8;
    font-size: 14px;
    cursor: pointer;
}
.reg-type ul li.active {
    border-width: 2px 1px 0px;
    border-style: solid;
    border-color-left: #ddd;
    border-color-right: #ddd;
    border-color-bottom: #fff;
    background: #fff;
}
.reg-type ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0px 35px;
}

.reg-wrap {
    padding: 40px;
    border: 1px #ddd solid;
    margin-top: -2px;
    z-index: 1;
}
.reg-wrap .reg-wrap-con {
    background-size: 420px 220px;
}
.reg-wrap .login-radio {
    margin-left: 120px;
}
.reg-wrap .login-radio label {
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.reg-wrap .login-radio label input {
    vertical-align: middle;
    margin-top: -1px;
    cursor: pointer;
}
.reg-wrap .login-radio label span {
    vertical-align: middle;
    cursor: pointer;
}

.form-horizontal .form-group-spe {
    margin: 0px 0px 30px;
    position: relative;
}
.form-horizontal .form-group .form-control-error {
    display: block;
    position: absolute;
    left: 125px;
    top: 40px;
}

.form-horizontal {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 0px;
}
.form-horizontal .form-group label.input-left {
    width: 120px;
    line-height: 38px;
}
.form-horizontal .form-group .form-control-box {
    line-height: 38px;
}
.form-horizontal .form-group input[type="text"],
.form-horizontal .form-group input[type="password"] {
    line-height: 28px;
    height: 28px;
    box-sizing: content-box;
}
.form-horizontal .form-group input[type="text"].input-small {
    width: 100px;
}
.form-group .form-control-box .pwd-toggle {
    background: url(../images/user-icon.png) no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;
}
.form-group .form-control-box .pwd-toggle.fa-eye-slash {
    background-position: -24px -30px;
}
.form-group .form-control-box .pwd-toggle.fa-eye {
    background-position: -24px -50px;
}

.phonecode {
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    padding: 0 8px;
    display: inline-block;
    line-height: 38px;
    height: 38px;
    color: #666;
    margin-left: 10px;
    text-align: center;
    width: 120px;
    vertical-align: middle;
}

.agreement {
    margin-bottom: 15px;
    overflow: hidden;
    width: 334px;
    height: 18px;
    line-height: 18px;
}
.agreement label {
    cursor: pointer;
}
.agreement label .checkbox {
    margin: 0px 3px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.agreement label span {
    vertical-align: middle;
    cursor: pointer;
}

.reg-btn {
    width: 262px;
    margin-bottom: 20px;
    margin-left: 120px;
    overflow: hidden;
}
.reg-btn .btn-img {
    width: 262px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    border: none;
}

.modal-dialog {
    width: 60%;
    margin: 30px auto;
}
.protocol {
    height: 310px;
    padding: 10px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 25px;
}
.protocol-con {
    padding: 15px 20px;
    line-height: 2em;
}

.reg-wrap .form-horizontal .form-group .form-control-box label,
.reg-wrap .form-horizontal .form-group .form-control-box label input {
    cursor: pointer;
}

/*企业注册*/
.reg-enterprise {
    padding: 40px;
    border: 1px #ddd solid;
    margin-top: -2px;
    z-index: 1;
}
.service-notes {
    padding: 15px;
    background: rgba(93, 178, 255, 0.1);
}
.service-notes h2 {
    font-size: 16px;
    font-weight: 400;
}
.service-notes ul {
    padding: 10px 15px 0px;
}
.service-notes ul li {
    height: 25px;
    line-height: 25px;
}
.reg-enterprise .form-horizontal {
    width: 100%;
    margin-top: 0px;
}
.reg-enterprise .form-horizontal h2 {
    font-size: 14px;
    font-weight: normal;
    background: #fafafa;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    margin: 20px 0px;
}
.reg-enterprise .form-horizontal .form-group label.input-left {
    width: 300px;
}
.reg-enterprise .form-horizontal .form-group label.input-left {
    font-size: 12px;
}
.reg-enterprise .form-horizontal .form-group .form-control-box {
    max-width: 570px;
}
.reg-enterprise .form-horizontal .form-group .select {
    vertical-align: baseline;
}
.reg-enterprise .form-horizontal .form-group .radio-spe {
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
}
.reg-enterprise .form-horizontal .form-group .radio-spe label {
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
}
.reg-enterprise .form-horizontal .form-group .radio-spe label input {
    margin-left: 3px;
    cursor: pointer;
    vertical-align: sub;
}
.reg-enterprise .form-horizontal .form-group .radio-spe label span {
    margin-left: 3px;
    cursor: pointer;
}
.reg-enterprise .form-horizontal .form-group span.hint {
    margin-left: 320px;
}
.reg-enterprise-btn {
    width: 262px;
    margin-bottom: 20px;
    margin-left: 320px;
    overflow: hidden;
}
.reg-enterprise-btn .btn-img {
    width: 262px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    background: #e31939;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    border: none;
}

/*注册成功*/
.reg-succeed {
    width: 100%;
    min-height: 400px;
    margin: 0px auto;
    text-align: center;
    background: #f3fdf6;
}
.reg-succeed .message {
    width: 600px;
    padding: 140px;
    height: 80px;
    margin: 0px auto;
}
.reg-succeed .message i {
    width: 80px;
    height: 80px;
    background: url(../images/alipay_bank/success.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}
.reg-succeed .message .message-info {
    float: left;
    text-align: left;
}
.reg-succeed .message .message-info span {
    font-size: 24px;
    padding-top: 5px;
    display: inline-block;
}
.reg-succeed .message .message-info span span {
    margin: 0px 5px;
}
.reg-succeed .go-to-btn {
    text-align: left;
}
.reg-succeed .go-to-btn a {
    padding: 8px 0px;
    margin: 0px 5px;
    font-size: 12px;
    display: inline-block;
}
.reg-succeed .go-to-btn em {
    color: #999;
}
.reg-succeed .validate {
    width: 470px;
    padding: 20px 15px;
    margin: 15px auto;
    border: 1px #f4d3d3 solid;
    background: #fcdede;
}
.reg-succeed .validate p {
    color: #666;
    font-size: 14px;
    text-align: left;
}
.reg-succeed .validate .form-horizontal {
    width: 470px;
    margin-top: 0px;
}
.reg-succeed .validate .form-horizontal .form-group label.input-left {
    width: 80px;
    margin-right: 5px;
    color: #666;
}
.reg-succeed .validate .form-horizontal .form-group input[type="text"] {
    width: 200px;
    height: 20px;
    line-height: 20px;
}
.reg-succeed .validate .form-horizontal .validate-btn {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    min-width: 80px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: middle;
}

/*注册关闭*/
.reg-close {
    margin: 70px auto 30px;
    width: 990px;
    min-height: 250px;
    overflow: hidden;
}
.reg-close-l {
    float: left;
    width: 350px;
    height: 370px;
    margin-left: 40px;
    background: url(../images/reg-close.png) no-repeat;
}
.reg-close-r {
    float: right;
    width: 500px;
    font-size: 14px;
    line-height: 1.5;
}
.reg-close-r .reg-close-title {
    width: 500px;
    height: 80px;
    text-align: center;
}
.reg-close-r .reg-close-title p {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    font-family: Tahoma, Geneva, sans-serif;
}
.reg-close-r .reg-close-line {
    width: 500px;
    height: 2px;
    background: url(../images/error-line.png) no-repeat;
}
.reg-close-r .reg-close-info {
    margin-left: 100px;
    padding: 30px 0px;
    list-style: none;
    overflow: hidden;
}
.reg-close-r .reg-close-info .title {
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.reg-close-r .reg-close-info .reg-close-con {
    width: 350px;
    height: auto;
    max-height: 120px;
    line-height: 28px;
    text-indent: 24px;
    font-size: 12px;
    overflow: hidden;
}
.reg-close-r .reg-close-info .reg-close-btn {
    margin-top: 15px;
    color: #333;
}
.reg-close-r .reg-close-info .reg-close-btn a {
    margin: 0px 5px;
}

/*账号绑定*/
.wellcome-tip {
    height: 28px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-left: 120px;
    font-size: 14px;
}
.wellcome-tip img {
    margin-right: 10px;
    border-radius: 30px;
    vertical-align: middle;
}
.reg-wrap .safety {
    width: 382px;
    margin-bottom: 15px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
}
.reg-wrap .safety .forget-password {
    margin-top: 3px;
}

/*底部*/
.links-box {
    width: 990px;
}

/*操作温馨提示*/
.operat-tips {
    color: #666;
    background: rgba(93, 178, 255, 0.1);
    border: 1px solid #bce8f1;
    padding: 20px;
    margin-top: 20px;
}
.operat-tips h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
}
.operat-tips h4 i {
    background-position: -384px -224px;
    height: 26px;
    margin-right: 10px;
}
.operat-tips ul.operat-panel {
    padding: 10px 0px 0px 20px;
}
.operat-tips ul.operat-panel li {
    line-height: 20px;
    margin-bottom: 2px;
    list-style-type: disc;
    padding-left: 3px;
    list-style-position: outside;
    font-size: 8px;
}
.operat-tips ul.operat-panel li span {
    font-size: 12px;
    color: #999;
}

.stepflex .s-num,
.stepflex dl.doing b,
.stepflex dl.doing s,
.stepflex dl.first s,
.stepflex dl.last b,
.safe-con-end p i {
    background: url(../images/user-icon.png) no-repeat;
}
.stepflex {
    width: 720px;
}
.stepflex {
    display: inline-block;
    display: block;
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 50px auto 80px;
}
.stepflex dl {
    float: left;
    position: relative;
    width: 180px;
    top: -5px;
    border-top: 5px solid #ccc;
}
.stepflex-spe dl {
    width: 360px;
}
.stepflex .s-num {
    position: relative;
    margin: -20px auto 10px;
    color: #fff;
    font-weight: 700;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-position: -120px -170px;
}
.stepflex .s-text {
    color: #ccc;
    font-size: 13px;
}
.stepflex dl.doing {
    border-top-color: #7abd54;
}
.stepflex dl.doing .s-num {
    background-position: -160px -170px;
}
.stepflex dl.doing .s-text {
    color: #7abd54;
}
.stepflex dl.done {
    border-top-color: #caecb6;
}
.stepflex dl.done .s-num {
    background-position: -200px -170px;
}
.stepflex dl.done .s-text {
    color: #caecb6;
}
.stepflex dl.doing b,
.stepflex dl.doing s,
.stepflex dl.first s,
.stepflex dl.last b {
    width: 5px;
    height: 5px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    top: -5px;
    overflow: hidden;
}
.stepflex dl .s-text s {
    left: 0;
}
.stepflex dl .s-text b {
    right: 0;
}
.stepflex dl.first .s-text s {
    background-position: -120px -210px;
    background-color: #fff;
}
.stepflex dl.last .s-text b {
    background-position: -126px -210px;
    background-color: #fff;
}
.stepflex dl.doing .s-text s {
    background-position: -143px -210px;
}
.stepflex dl.doing .s-text b {
    background-position: -150px -210px;
    background-color: #ccc;
}
.stepflex dl.doing.last .s-text s,
.stepflex dl.doing.normal .s-text s {
    background-color: #caecb6;
}
.stepflex dl.doing.last .s-text b {
    background-color: #fff;
}
.stepflex dl.done .s-text s {
    background-position: -166px -210px;
}
.stepflex dl.done .s-text b {
    background-position: -171px -210px;
}
.stepflex dl.last .s-text .s-num {
    background-position: -320px -120px;
}
.stepflex dl.doing.last .s-text .s-num {
    background-position: -349px -120px;
}

.w1210 {
    width: 1210px;
    margin: 0 auto;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
}
.w990 {
    width: 990px;
    margin: 0 auto;
}
.w400 {
    width: 400px !important;
}
.w600 {
    width: 600px !important;
}
.reg-content {
    margin-top: 80px;
}
