@charset "UTF-8";
/*设置按钮的样式和hover的样式*/
.bg-f2f6fc { background-color: #f2f6fc; }

/* ADVANCED STYLES */
/* 密码强度样式 */
.top_testresult { font-weight: bold; font-size: 13px; color: #666; padding: 0; margin: 0 0 2px 0; }

.top_testresult span { padding: 6px; margin: 0; }

.top_shortPass { display: block; position: absolute; top: 45px; left: 0; width: 120px; font-size: 14px; font-weight: inherit; color: #be3d3d; }

.top_shortPass span { display: none; }

.top_badPass { display: block; position: absolute; top: 45px; left: 50px; width: 200px; font-size: 14px; font-weight: inherit; color: #be3d3d; }

.top_goodPass { display: block; position: absolute; top: 45px; left: 50px; width: 200px; font-size: 14px; font-weight: inherit; color: #bc9f00; }

.top_strongPass { display: block; position: absolute; top: 45px; left: 50px; width: 200px; font-size: 14px; font-weight: inherit; color: #73bc00; }

/* RESULT STYLE */
.testresult { font-weight: bold; font-size: 13px; color: #666; padding: 0 0 12px 10px; margin-left: 10px; display: block; height: 28px; float: left; }

.testresult span { padding: 10px 20px 12px 10px; margin: 0 0 0 20px; display: block; float: right; white-space: nowrap; }

/*密码强度样式 结束*/
.register-wrap dl, .new-login-wrap dl { width: 100%; margin: 20px auto 0; }
.register-wrap dl dt, .new-login-wrap dl dt { display: block; font-size: 12px; color: #c24a4a; width: 100%; height: 32px; line-height: 32px; }
.register-wrap dl dd, .new-login-wrap dl dd { position: relative; display: block; width: 100%; height: 40px; color: #373d41; margin-bottom: 20px; }
.register-wrap dl dd label.error, .new-login-wrap dl dd label.error { color: red; font-size: 12px; }
.register-wrap dl dd input, .new-login-wrap dl dd input { width: 100%; height: 38px; padding: 0 15px; display: block; border: 1px solid #d5d5d5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; outline: none; color: #373d41; }
.register-wrap dl dd input:focus, .new-login-wrap dl dd input:focus { border-color: #1982E4; }
.register-wrap dl dd .ver-code-ipt, .new-login-wrap dl dd .ver-code-ipt { width: 282px; height: 38px; }
.register-wrap dl dd .ver-code-btn, .new-login-wrap dl dd .ver-code-btn { display: block; width: 110px; height: 38px; position: absolute; top: -1px; right: -1px; text-align: center; line-height: 38px; color: #fff; background-color: #1580e4; font-size: 14px; padding: 0; cursor: pointer; border-color: #1580e4; }
.register-wrap dl dd .ver-code-btn:hover, .new-login-wrap dl dd .ver-code-btn:hover { background-color: #0059ab; }

.new-login-wrap { width: 100%; padding: 60px 0 54px; min-height: calc(100% - 60px); }

.login-dialog { position: relative; display: block; width: 100%; background-color: #fff; margin: 0 auto; padding: 60px 0; -webkit-box-shadow: 0 5px 10px 5px #e9f0f8; -moz-box-shadow: 0 5px 10px 5px #e9f0f8; box-shadow: 0 5px 10px 5px #e9f0f8; }
.login-dialog .dialog-close-icon { position: absolute; top: 6px; right: 10px; width: 20px; line-height: 20px; color: #9a9a9a; font-size: 30px; cursor: pointer; }
.login-dialog .dialog-close-icon:hover { color: #f12b2b; }
.login-dialog .login-left { width: 610px; float: left; padding: 0 0 20px 105px; /*dl { width: 100%; margin: 20px auto 0; dt { display: block; font-size: 12px; color: #c24a4a; width: 100%; height: 32px; line-height: 32px; } dd { position: relative; display: block; width: 100%; height: 40px; color: #373d41; margin-bottom: 20px; label.error{ color: red; font-size: 12px; } input { width: 100%; height: 38px; padding: 0 15px; display: block; border: 1px solid #d5d5d5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; outline: none; color: #373d41; &:focus { border-color: #1982E4; } } }
}*/ }
.login-dialog .login-left h2 { text-align: center; font-size: 24px; font-weight: normal; color: #373d41; padding-right: 105px; }
.login-dialog .login-left .login-left-main { min-height: 388px; padding-right: 105px; border-right: 1px solid #ddd; }
.login-dialog .login-left .login-agreement label { float: left; font-size: 12px; position: relative; color: #666; cursor: pointer; }
.login-dialog .login-left .login-agreement label input { -webkit-transform: translateY(-1px); -moz-transform: translateY(-1px); -ms-transform: translateY(-1px); -o-transform: translateY(-1px); transform: translateY(-1px); }
.login-dialog .login-left .login-agreement a { float: right; font-size: 14px; color: #4F9CD6; }
.login-dialog .login-left .register-btn { margin: 30px auto; width: 100%; height: 40px; line-height: 40px; color: #fff; background-color: #1580e4; border-radius: 6px; border: none; cursor: pointer; outline: none; }
.login-dialog .login-left .register-btn:hover { background-color: #0059AB; }
.login-dialog .login-right { overflow: hidden; }
.login-dialog .login-right .login-right-img img { width: 90%; padding-left: 5px; }

.ldg-lockmask { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; z-index: 1000; background: #000; filter: alpha(opacity=80); opacity: .8; display: none; }

/*忘记密码*/
/*忘记密码结束*/
/*注册页面*/
.register-wrap { position: relative; display: block; width: 100%; padding-bottom: 80px; }
.register-wrap .register-main { padding: 60px 100px; -webkit-box-shadow: 0 5px 10px 5px #e9f0f8; -moz-box-shadow: 0 5px 10px 5px #e9f0f8; box-shadow: 0 5px 10px 5px #e9f0f8; }
.register-wrap .register-main .register-btn { width: 138px; height: 38px; line-height: 36px; margin: 30px auto 0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background-color: #1580e4; border: 1px solid #1580e4; color: #fff; }

.register-form dl { display: block; position: relative; margin: 0; }
.register-form dl dt { color: #1580e4; font-size: 16px; padding-bottom: 6px; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.register-form dl dd { display: block; float: left; padding-right: 30px; position: relative; width: 50%; height: 46px; margin-bottom: 20px; }
.register-form dl dd:nth-of-type(2n) { padding-right: 0; padding-left: 30px; }
.register-form dl dd input { width: 100%; height: 40px; line-height: 38px; border: 1px solid #d5d5d5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.register-form dl dd input:focus { border-color: #1580e4; }

b.iconfont.icon-check { display: block; width: 44px; height: 44px; text-align: center; line-height: 44px; color: #00aa00; position: absolute; top: 1px; right: 1px; }

.register-title { position: relative; height: 190px; line-height: 190px; font-weight: lighter; font-size: 30px; text-align: center; color: #1580e4; margin: 0 auto; }
.register-title p { position: absolute; bottom: 40px; width: 100%; color: #373d41; font-size: 16px; line-height: 24px; text-align: center; }
.register-title p a { display: inline-block; color: #1580e4; }

.register-agreement { line-height: 20px; }
.register-agreement label { float: left; font-size: 12px; color: #666; }
.register-agreement label input { margin-right: 10px; -webkit-transform: translateY(-1px); -moz-transform: translateY(-1px); -ms-transform: translateY(-1px); -o-transform: translateY(-1px); transform: translateY(-1px); }
.register-agreement a { font-size: 12px; color: #1580e4; }

/*注册角色*/
.register-role .register-role-item { float: left; margin-right: 20px; }
.register-role .register-role-list { float: left; width: 270px; padding: 30px 0; background-color: #fff; text-align: center; }
.register-role .register-role-list .register-role-list-content { padding: 0 30px; min-height: 290px; border-right: 1px solid #ddd; }
.register-role .register-role-list:last-of-type .register-role-list-content { border-right: none; }
.register-role .register-role-list .register-role-icon { display: block; width: 65px; height: 65px; margin: 0 auto; background-image: url("../../../website/images/icons/register_company.png"); background-repeat: no-repeat; }
.register-role .register-role-list .register-role-icon.dealer { background-image: url("../../../website/images/icons/register_dealer.png"); }
.register-role .register-role-list .register-role-icon.plan { background-image: url("../../../website/images/icons/register_plan.png"); }
.register-role .register-role-list .register-role-title { font-size: 16px; color: #1580e4; line-height: 40px; font-weight: 600; }
.register-role .register-role-list .register-role-text { height: 145px; font-size: 14px; color: #666; line-height: 24px; }
.register-role .register-role-list .small-handle-btn { width: 98px; margin: 0 2px; height: 26px; line-height: 24px; color: #1580e4; border: 1px solid #1580e4; background-color: transparent; }
.register-role .register-role-list .small-handle-btn:hover { border-color: #1580e4; color: #fff; background-color: #1580e4; }
.register-role .register-role-list .small-handle-btn:last-of-type { color: #fff; border: 1px solid #1580e4; background-color: #1580e4; }
.register-role .register-role-list .small-handle-btn:last-of-type:hover { border-color: #0059ab; color: #fff; background-color: #0059ab; }

.product-filter-menu { display: none; position: absolute; min-height: 379px; padding-top: 15px; padding-bottom: 12px; border: 1px solid #ddd; background-color: #fff; z-index: 9; margin-bottom: 20px; }

.product-filter-menu .product-filter-menu-nav { width: 195px; min-height: 316px; padding-left: 25px; padding-right: 17px; border-right: 1px solid #ddd; /*border-bottom: 1px solid #ddd;*/ }

.product-filter-menu .product-filter-menu-nav .active { color: #1580e4; }

.product-filter-menu .product-filter-menu-nav .product-filter-menu-nav-item { line-height: 48px; cursor: pointer; font-size: 16px; }

.product-filter-menu .product-filter-menu-nav .product-filter-menu-nav-item .selected-amount { display: none; position: relative; top: -6px; width: 16px; height: 16px; line-height: 16px; background: #ff0000; border-radius: 50%; text-align: center; font-size: 12px; color: #fff; }

.product-filter-menu .product-filter-menu-nav .product-filter-menu-nav-item .arrow-right { float: right; }

.product-filter-menu .product-filter-menu-main { width: 680px; min-height: 316px; /*border-bottom: 1px solid #ddd;*/ }

.product-filter-menu .product-filter-menu-main .product-filter-menu-content { padding-left: 20px; text-align: center; color: #333; font-size: 16px; padding-top: 4px; }

.product-filter-menu .product-filter-menu-main .product-filter-menu-content .product-menu-content-option { float: left; width: 145px; line-height: 36px; border-radius: 6px; margin-right: 95px; margin-bottom: 12px; cursor: pointer; }

.product-filter-menu .product-filter-menu-main .product-filter-menu-content .product-menu-content-option.selected, .product-filter-menu .product-filter-menu-main .product-filter-menu-content .product-menu-content-option.selectedAll { background-color: #1580e4; color: #fff; }

.product-filter-menu .product-filter-menu-main .product-filter-menu-content .product-menu-content-option:nth-of-type(3n) { margin-right: 30px; }

.product-filter-menu .product-filter-menu-footer { position: relative; height: 47px; line-height: 47px; margin-left: 25px; margin-right: 30px; text-align: right; }

.product-filter-menu .product-filter-menu-footer .business-selected-num { text-align: left; float: left; font-size: 18px; }

.product-filter-menu .product-filter-menu-footer .more-btn { float: right; margin-top: 5px; margin-right: 5px; color: #fff; border: 1px solid #1580e4; background-color: #1580e4; display: inline-block; width: 138px; height: 36px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; text-align: center; line-height: 34px; cursor: pointer; }

.product-filter-menu .product-filter-menu-footer .more-btn:hover { border-color: #0059ab; color: #fff; background-color: #0059ab; }

.register-role .register-role-step-wrap { padding: 20px 100px 0; border-bottom: 1px solid #ddd; }
.register-role .register-role-step-wrap .register-role-step { width: 85%; margin: 0 auto; }
.register-role .register-role-step-main { padding: 40px 100px 60px; /*销售能力信息*/ /*新增产品与方案 填写信息*/ /*意向代理的产品与服务*/ /*意向代理的产品与服务结束*/ /* 协议签署 代理协议*/ /* 协议签署 代理协议结束*/ }
.register-role .register-role-step-main .register-role-main-list.show { display: block; }
.register-role .register-role-step-main .register-role-main-list-title { width: 100%; font-size: 16px; color: #1580E4; padding-bottom: 5px; padding-top: 35px; border-bottom: 1px solid #ddd; margin-bottom: 20px; }
.register-role .register-role-step-main .register-role-main-list-second-title { width: 100%; font-size: 16px; color: #373d41; margin-bottom: 15px; }
.register-role .register-role-step-main .register-role-main-text { font-size: 14px; color: #9b9ea0; }
.register-role .register-role-step-main .register-role-ipt-wrap { float: left; width: 420px; margin-bottom: 20px; color: #373d41; }
.register-role .register-role-step-main .register-role-ipt-wrap:nth-of-type(2n) { float: right; }
.register-role .register-role-step-main .register-role-ipt-wrap .register-role-ipt, .register-role .register-role-step-main .register-role-ipt-wrap input, .register-role .register-role-step-main .register-role-ipt-wrap select { width: 100%; height: 40px; font-size: 14px; color: #373d41; line-height: 40px; padding: 0 15px; border: 1px solid #d5d5d5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.register-role .register-role-step-main .register-role-ipt-wrap .register-role-ipt:focus, .register-role .register-role-step-main .register-role-ipt-wrap input:focus, .register-role .register-role-step-main .register-role-ipt-wrap select:focus { border-color: #1580E4; }
.register-role .register-role-step-main .register-role-ipt-wrap .register-role-ipt-wrap-title { font-size: 14px; margin-bottom: 15px; }
.register-role .register-role-step-main .register-role-textarea { height: 160px; padding: 5px 15px; font-size: 14px; line-height: 20px; }
.register-role .register-role-step-main .register-role-textarea:focus { border-color: #1580E4; }
.register-role .register-role-step-main .business-licence-img { width: 100px; height: auto; }
.register-role .register-role-step-main .business-licence-img img { width: 100%; border: none; }
.register-role .register-role-step-main .product-scheme-list { border: 1px solid #ddd; margin-bottom: 20px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content { overflow: hidden; padding: 10px 15px; font-size: 14px; min-height: 88px; border-right: 1px solid #ddd; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-tag, .register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-name { color: #1580E4; margin-bottom: 10px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-tag span, .register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-name span { display: inline-block; padding-right: 15px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-name, .register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .project-case-name { color: #373d41; font-weight: bold; margin-right: 30px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-describe { width: 100%; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; border: none; resize: none; margin-bottom: 10px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-describe:disabled { background-color: transparent; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-attachment { margin-bottom: 10px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-content .product-scheme-attachment a { color: #1580E4; display: inline-block; padding-right: 30px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-operate { float: right; width: 111px; padding: 10px 25px 0 0; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-operate span { display: block; text-align: center; width: 100%; line-height: 30px; cursor: pointer; font-size: 14px; }
.register-role .register-role-step-main .product-scheme-list .product-scheme-list-operate span i { font-size: 18px; color: #1580E4; margin-right: 5px; }
.register-role .register-role-step-main .product-scheme-edit-box { display: none; padding-left: 16px; width: 100%; font-size: 14px; padding-top: 10px; }
.register-role .register-role-step-main .product-scheme-edit-box .product-scheme-edit-name { padding-bottom: 10px; }
.register-role .register-role-step-main .product-scheme-edit-box .product-scheme-edit-input { display: block; width: 422px; height: 40px; line-height: 38px; border: 1px solid #ddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding-left: 15px; }
.register-role .register-role-step-main .product-scheme-edit-box .product-scheme-edit-input .placehold-tip { height: 22px; margin-top: 8px; line-height: 22px; }
.register-role .register-role-step-main .product-scheme-edit-box textarea { line-height: 20px; padding: 10px 15px; }
.register-role .register-role-step-main .product-scheme-edit-box .upload-btn { width: 80px; height: 38px; position: absolute; left: 341px; top: 1px; line-height: 38px; text-align: center; border-left: 1px solid #ddd; background-color: #f9f9f9; border-radius: 0 6px 6px 0; cursor: pointer; }
.register-role .register-role-step-main .product-scheme-addbox { height: 90px; border: 1px solid #ddd; text-align: center; font-size: 14px; padding-top: 18px; }
.register-role .register-role-step-main .product-scheme-addbox i { display: block; width: 31px; height: 31px; margin: 0 auto 10px; line-height: 29px; color: #9b9ea0; font-size: 18px; border: 1px dashed #ddd; cursor: pointer; }
.register-role .register-role-step-main .product-scheme-addbox i:hover { color: #1580E4; border-color: #1580e4; }
.register-role .register-role-step-main .agent-area-list { float: left; width: 400px; margin-bottom: 20px; }
.register-role .register-role-step-main .agent-area-list:nth-of-type(2n) { float: right; }
.register-role .register-role-step-main .agent-area-list .agent-area-list-title { font-size: 14px; margin-bottom: 15px; }
.register-role .register-role-step-main .agent-area-list .agent-area-list-ipt { width: 100%; height: 40px; line-height: 38px; border: 1px solid #ddd; border-radius: 6px; padding-left: 15px; }
.register-role .register-role-step-main .agent-agreement { height: 500px; padding: 30px 50px; border: 1px solid #ddd; border-radius: 6px; overflow-y: scroll; margin-bottom: 20px; }
.register-role .register-role-step-main .agent-agreement .agent-agreement-title { font-size: 18px; text-align: center; font-weight: bold; margin-bottom: 25px; }
.register-role .register-role-step-main .agent-agreement .agent-agreement-item { margin-bottom: 25px; }
.register-role .register-role-step-main .agent-agreement .agent-agreement-item .agent-agreement-item-title { text-align: left; font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.register-role .register-role-step-main .agent-agreement .agent-agreement-item .agent-agreement-item-subTitle { text-align: left; font-size: 14px; font-weight: bold; margin-top: 8px; }
.register-role .register-role-step-main .agent-agreement .agent-agreement-item p { text-indent: 2em; font-size: 14px; line-height: 28px; }
.register-role .register-role-step-main .agent-agreement .agent-agreement-item p span { color: #1580E4; }
.register-role .register-role-step-main .agent-agreement .agent-agreement-item .agent-agreement-subItem { padding-left: 2em; text-indent: 2em; font-size: 14px; line-height: 28px; }
.register-role .register-role-step-main .agree-agreement { font-size: 12px; color: #666; margin-bottom: 20px; }
.register-role .register-role-step-main .agree-agreement label { cursor: pointer; }
.register-role .register-role-step-main .agree-agreement input { margin-right: 5px; -webkit-transform: translateY(-1px); -moz-transform: translateY(-1px); -ms-transform: translateY(-1px); -o-transform: translateY(-1px); transform: translateY(-1px); }
.register-role .register-role-step-main .register-role-main-btn .more-btn { margin: 10px 10px 0; color: #1580e4; border: 1px solid #1580e4; background-color: transparent; }
.register-role .register-role-step-main .register-role-main-btn .more-btn:hover { border-color: #1580e4; color: #fff; background-color: #1580e4; }
.register-role .register-role-step-main .register-role-main-btn .more-btn:last-of-type { color: #fff; border: 1px solid #1580e4; background-color: #1580e4; }
.register-role .register-role-step-main .register-role-main-btn .more-btn:last-of-type:hover { border-color: #0059AB; color: #fff; background-color: #0059AB; }
.register-role .register-role-step-main .register-role-main-btn .handle-btn, .register-role .register-role-step-main .register-role-main-btn .small-handle-btn { margin: 15px 5px; color: #fff; border: 1px solid #1580e4; background-color: #1580e4; }
.register-role .register-role-step-main .register-role-main-btn .handle-btn:hover, .register-role .register-role-step-main .register-role-main-btn .small-handle-btn:hover { border-color: #0059AB; color: #fff; background-color: #0059AB; }
.register-role .register-role-step-main .register-role-main-btn .handle-btn:last-of-type, .register-role .register-role-step-main .register-role-main-btn .small-handle-btn:last-of-type { color: #1580e4; border: 1px solid #1580e4; background-color: transparent; }
.register-role .register-role-step-main .register-role-main-btn .handle-btn:last-of-type:hover, .register-role .register-role-step-main .register-role-main-btn .small-handle-btn:last-of-type:hover { border-color: #1580e4; color: #fff; background-color: #1580e4; }

/*合作人代理计划*/
.next-steps-layer.register-referee { width: 100%; margin: 0 auto; }
.next-steps-layer.register-referee .next-steps { padding: 40px 20px 60px; margin-bottom: 20px; }
.next-steps-layer.register-referee .next-steps .next-step { width: 33.3333333333%; }
.next-steps-layer.register-referee .next-steps .next-step:first-of-type, .next-steps-layer.register-referee .next-steps .next-step:last-of-type { width: 16.6666666667%; }

/*交付专家*/
.industry-chain-select { text-align: left; }
.industry-chain-select:nth-of-type(odd) { background-color: #f2f6fc; }
.industry-chain-select .industry-chain-type { font-weight: bold; }
.industry-chain-select td { color: #373d41; font-size: 14px; }
.industry-chain-select label { cursor: pointer; }
.industry-chain-select label input[type='checkbox'] { width: 13px; margin-right: 3px; }

.skill-tag-wrap { width: 100%; min-height: 30px; margin-bottom: 10px; }
.skill-tag-wrap .skill-tag-list { float: left; padding: 0 10px; height: 30px; line-height: 30px; font-size: 12px; text-align: center; background-color: #1580E4; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; color: #fff; margin-right: 10px; margin-bottom: 10px; }
.skill-tag-wrap .skill-tag-list i { font-size: 14px; cursor: pointer; padding-top: 2px; }
.skill-tag-wrap .skill-tag-list i:hover { color: red; }

.add-skill-tag-btn { position: absolute; right: -130px; top: 0; width: 110px; height: 40px; margin: 0; line-height: 40px; }

/*交付专家结束*/
/*注册角色结束*/
/*注册页面结束*/
.simple-footer { font-size: 14px; text-align: center; position: absolute; width: 100%; bottom: 15px; left: 0; }

/**/

/*# sourceMappingURL=login.css.map */
