@charset "UTF-8";

/* 系统入口 */
.page-wrapper.sys-entry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-wrapper.sys-entry {
    background-color: #fff;
    border-bottom: 4px solid #44b549;
}

.sys-entry-container {
    min-height: calc(100% - 70px);
    background-color: #d9dadc;
}

.sys-entry-container .content-box {
    border: 1px solid #d9dadc;
    background-color: #fff;
    min-height: 700px;
}

.content-box .main-head {
    line-height: 52px;
    height: 52px;
    background-color: #f4f5f9;
}

.content-box .main-head h2 {
    font-size: 16px;
    padding: 0 30px;
    float: left;
}

.content-box .main-head .more-options {
    float: right;
    font-size: 14px;
    color: #9a9a9a;
    padding: 0 30px;
    cursor: pointer;
}

.content-box .main-head .more-options:hover {
    color: #1c8de0;
}

.content-box .main-body {
    padding-bottom: 30px;
    overflow: hidden;
}

.main-body .sys-ident {
    width: 700px;
    margin: 0 auto;
}

.main-body .sys-ident .title {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #9a9a9a;
    font-size: 16px;
}

.tabs-nav.merchant-choice {
    background-color: #fff;
    margin-bottom: 20px;
}

.tabs-nav.merchant-choice .head-item.current {
    border-top: 1px solid #d1dbe5;
    margin-left: 0 !important;
}

/* 企业认证 */
.header-wrapper.header-bg {
    background-color: #363636;
}

.header {
    width: 1200px;
    margin: 0 auto;
    height: 66px;
    line-height: 66px;
}

.header .logo img {
    height: 66px;
    width: 150px;
    display: block;
    float: left;
}

.header .name {
    float: left;
    color: #c1bebe;
    font-size: 22px;
}

.main {
    width: 1200px;
    min-height: 630px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 44px;
    position: relative;
}

.progress {
    background-color: #f9f9f9;
    padding: 36px 10px 48px 150px;
    overflow: hidden;
}

.progress .progress-bar {
    position: relative;
}

.progress .progress-bar .progress-step.first {
    margin-left: 52px;
    width: 106px;
}

.progress-bar .progress-step.current .step-line {
    background-color: #13ce66;
}

.progress-bar .progress-step.current .icon-step {
    background-color: #13ce66;
}

.progress .progress-bar .progress-step {
    float: left;
    text-align: center;
    width: 33%;
    position: relative;

}

.progress .progress-bar .step-line {
    margin-top: 26px;
    height: 3px;
    background-color: #c2c3c4;
    width: 68%;
    display: inline-block;
    float: left;
}

.progress .progress-bar .step-inner {
    width: 106px;
    text-align: center;
    color: #9e9f9f;
    float: left;
}

.progress-bar .icon-step {
    text-align: center;
    font-style: normal;
    font-size: 18px;
    line-height: 41px;
    text-indent: 1px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background-color: #c2c3c4;
    border-radius: 50%;
}

.progress-bar h4 {
    font-weight: 400;
    font-style: normal;
    padding-top: 5px;
    font-size: 14px;
}

.step-panel {
    padding: 50px 45px;
}

.regist-mail {
    padding: 50px 45px;
}

.regist-mail .mail-msg {
    text-align: center;
}

.mail-msg .inner {
    display: inline-block;
    text-align: left;
    min-width: 55%;
    position: relative;
}

.mail-msg .inner .mail-icon {
    width: 64px;
    height: 64px;
    line-height: 62px;
    background-color: #1d90e6;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 20px;
    font-size: 0;
}

.mail-msg .inner .mail-content {
    overflow: hidden;
    padding-top: 10px;
}

.mail-content h4 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.mail-content p {
    font-size: 14px;
    color: #9e9f9f;
}

.mail-content p.spacing {
    padding: 20px 0;
}

.mail-content li {
    line-height: 27px;
    font-size: 14px;
}

/*.foot {*/
/*padding-top: 18px;*/
/*padding-bottom: 30px;*/
/*color: #9e9f9f;*/
/*margin-top: 70px;*/
/*border-top: 1px solid #e6e6e6;*/
/*font-size: 12px;*/
/*width: 1200px;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*}*/

/*.foot .foot-links {*/
/*float: right;*/
/*}*/

/*.foot-links .links-item {*/
/*display: inline-block;*/
/*padding: 0 10px;*/
/*line-height: 10px;*/
/*border-right: 1px solid;*/
/*font-size: 14px;*/
/*}*/

/*.foot-links .links-item.last {*/
/*border: none;*/
/*}*/

/*.foot-links .links-item a {*/
/*display: block;*/
/*color: #9e9f9f;*/
/*}*/

/* ===公司选择=== */
.company-list .company-logo img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
}

.company-list .company-info {
    width: 400px;
}

.company-list .company-info p {
    line-height: 25px;
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company-list .company-info p.company-name {
    font-size: 16px;
}

.company-list .company-info p.company-addr {
    color: #9a9a9a;
    font-size: 14px;
}

/* ===登录注册comm=== */

.logreg-header {
    width: 1200px;
    height: 86px;
    margin: 0 auto;
    margin-top: 15px;
}

.logreg-header .header-left {
    float: left;
    width: 439px;
    height: 86px;
}

.logreg-header .header-left .logo {
    float: left;
    overflow: hidden;
    margin-bottom: 4px;
}

.logreg-header .header-left .logo img {
    width: 274px;
    height: 66px;
    margin-top: 10px;
}

.logreg-header .header-right {
    float: right;
}

.logreg-banner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logreg-form {
    width: 320px;
    background: #fff;
    overflow: visible;
    padding: 20px;
    padding-bottom: 0;
}

.logreg-form.login-fixed {
    position: absolute;
    top: 15px;
    right: 125px;
    bottom: 15px;
    float: none;
}

.logreg-form .title {
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #eae7e7;
    margin: 0 -20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top: -10px;
}

.msg-hint {
    margin-top: 5px;
    margin-bottom: 0;
    height: auto;
    min-height: 10px;
}

.logreg-form .demo-ruleForm>.form-row.reg:first-child {
    margin-top: 15px;
}

.logreg-form .demo-ruleForm {
    margin-top: 0;
}

.msg-hint .msg-warn {
    position: relative;
    background: #fef4e5;
    color: #666;
    border: 1px solid #f6c090;
    padding: 3px 10px 3px 34px;
    line-height: 15px;
    height: auto;
}

.msg-hint .hint-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -7px;
    color: #ff9700;
    font-size: 14px;
    overflow: hidden;
}

.msg-hint .msg-error {
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    padding: 3px 10px 3px 34px;
    line-height: 15px;
    height: auto;
}

.coagent {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    border-top: 1px solid #f4f4f4;
    height: 40px;
    margin: 0 -20px;
    background-color: #fcfcfc;
}

.coagent .regist-link {
    float: right;
}

/* === 登录 === */

.login-wrapper {
    width: 100%;
    height: 475px;
    position: relative;
    margin: 10px 0 20px;
}

.login-wrapper.vend {
    background: url("../image/page/vend-login.jpg") no-repeat center;
}

.reg-wrapper.vend {
    background: url("../image/page/vend-login.jpg") no-repeat center;
}

.login-wrapper.retail {
    background: url("../image/page/retail-login.jpg") no-repeat center;
}

.reg-wrapper.retail {
    background: url("../image/page/retail-login.jpg") no-repeat center;
}

.login-wrapper.serv {
    background: url("../image/page/serv-login.jpg") no-repeat center;
}

.reg-wrapper.serv {
    background: url("../image/page/serv-login.jpg") no-repeat center;
}

.login-wrapper.plat {
    background: url("../image/page/retail-login.jpg") no-repeat center;
}

.reg-wrapper.plat {
    background: url("../image/page/retail-login.jpg") no-repeat center;
}

.form-row.login {
    margin: 0;
}

.form-row.login .form-value {
    float: none;
    position: relative;
}

.form-row.login .form-value input {
    color: navy;
    height: 40px;
    width: 100%;
    background: white;
    padding-left: 46px;
}

.form-row.login .group-laber {
    position: absolute;
    z-index: 3;
    top: 2px;
    left: 1px;
    width: 38px;
    height: 38px;
    border-right: 1px solid #eae7e7;
    background: #eae7e7;
    color: #989595;
    border-radius: 2px 0 0 2px;
    text-align: center;
    line-height: 38px;
}

/* === 注册 === */

.reg-wrapper {
    width: 100%;
    height: 380px;
    position: relative;
    margin: 10px 0 20px;
}

.reg-wrapper.open {
    /* background: url("../image/banner.jpg") no-repeat center; */
    background-image: url(../../image/banner.jpg);
    background-repeat: no-repeat;
    background-color: #090b1a;
    background-size: 100% 100%;
}

.reg-wrapper>.login-reg-form {
    margin: 0 auto;
}

.form-row.reg {
    margin: 0;
}

.logreg-form .demo-ruleForm>.form-row.reg {
    margin-top: 0;
}

.logreg-form .demo-ruleForm>.form-row.reg .el-form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.logreg-form .demo-ruleForm .el-button.swb-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    height: auto;
}

.form-row.reg .form-value {
    float: none;
    position: relative;
}

.form-row.reg .form-value .error-tips {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    color: #e4393c;
    background: #ffebeb;
    border: 1px solid #faccc6;
    padding: 3px 10px 3px 7px;
    line-height: 15px;
}

.form-row.reg .form-value input {
    color: navy;
    height: 40px;
    width: 100%;
    background: white;
    padding-left: 46px;
}

.form-row.reg .form-value .el-input .el-input__inner {
    padding-left: 46px;
}

.form-row.reg .group-laber {
    position: absolute;
    z-index: 3;
    top: 1px;
    left: 1px;
    width: 38px;
    height: 38px;
    color: #989595;
    border-right: 1px solid #eae7e7;
    background: #eae7e7;
    border-radius: 2px 0 0 2px;
    text-align: center;
    line-height: 38px;
}

.form-row.reg .group-laber.sms,
.form-row.reg span.group-laber.sms {
    width: 100px;
    background: #2d8cf0;
    color: #fff;
    left: auto;
    right: 1px;
    border-right: none;
    border-radius: 0 2px 2px 0;
    display: inline-block;
}

.form-row.reg .form-value input.sms {
    padding-right: 102px;
    padding-left: 0;
}

.form-row.reg .form-value .el-input input.sms {
    padding-right: 102px;
    padding-left: 0;
}

.form-row.reg .group-laber.sms.checked,
.form-row.reg span.group-laber.sms.checked {
    background: #eae7e7;
    color: #888;
}

.form-row.reg .group-laber.sms img {
    width: 100%;
    height: 100%;
    display: block;
}

.form-row.reg input.sms::-webkit-input-placeholder {
    color: #97a8be;
}

.regist-agreement {
    padding-left: 88px;
}

/* === 顶部条+头部 === */
.topbar-wrapper {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #1b1b1b;
    background-color: #f5f5f5;
}

.topbar-wrapper .topbar-left {
    float: left;
}

.topbar-wrapper .topbar-left.plat a {
    margin-right: 5px;
}

.topbar-wrapper .topbar-right {
    float: right;
}

.topbar-wrapper .topbar-right li {
    float: left;
}

.topbar-wrapper .topbar-right li.dividing-line {
    margin: 0 8px;
}

.header-wrapper {
    height: 115px;
}

.header-wrapper .header-logo {
    float: left;
    width: 388px;
}

.header-wrapper .header-logo img {
    width: 260px;
    height: 60px;
    margin-top: 26px;
}

/* === 注册过渡页 === */
.reg-transition {
    background-color: #f2f2f2;
    padding: 20px 0 20px 120px;
}

.reg-transition>div {
    color: #555;
    line-height: 42px;
    font-size: 18px;
}

.reg-transition>.prompt-state {
    color: #fd4101;
    line-height: 54px;
    font-size: 26px;
    position: relative;
}

.reg-transition>.prompt-state i {
    position: absolute;
    top: 2px;
    left: -45px;
    font-size: 32px;
    color: #fd4101;
}

.reg-transition>div a {
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #2d8cf0;
    border-radius: 4px;
    color: #2d8cf0;
    margin-right: 15px;
}

.reg-transition>div a:nth-child(3) {
    background-color: #2d8cf0;
    color: #fff;
}

/* === 商户选择 === */
.entrance-header .header-logo {
    height: 77px;
    border-bottom: 2px solid #2d8cf0;
}

.entrance-header .header-logo img {
    width: 260px;
    height: 60px;
    margin-top: 10px;
}

.merchant-selection {
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid #dadada;
    padding-bottom: 20px;
}

.merchant-selection .title {
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f2f2f2;
}

.merchant-selection>p {
    line-height: 160px;
    font-size: 15px;
    color: #555;
    text-align: center;
}

.merchant-selection .merchant-list {
    width: 850px;
    height: 428px;
    margin: 0 auto;
}

.merchant-selection .merchant-item {
    float: left;
    width: 282px;
    height: 400px;
    text-align: center;
    margin-right: -1px;
    border: 1px solid #dadada;
    padding: 30px 0;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.merchant-selection .merchant-item i {
    position: absolute;
    top: -10px;
    right: -11px;
    width: 95px;
    height: 95px;
    background: url(../image/icon/swb-icon.png);
    transform: scale(0.8)
}

.merchant-selection .merchant-item.success i {
    background-position: -128px -3835px;
}

.merchant-selection .merchant-item.fail i {
    background-position: -419px -3835px;
}

.merchant-selection .merchant-item.examine i {
    background-position: -274px -3835px;
}

.merchant-selection .merchant-item.settled i {
    background-position: -569px -3835px;
}

.merchant-selection .merchant-item .merchant-name {
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 38px;
}

.merchant-selection .merchant-item .merchant-img img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.merchant-selection .merchant-item .merchant-btn {
    height: 36px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    border: 1px solid #dadada;
    color: #1b1b1b;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 4px;
    font-size: 14px;
}

.merchant-selection .merchant-item:hover {
    border: 1px solid #2d8cf0;
    margin-right: 0;
    background-color: #f4f5f9;
}

.merchant-selection .merchant-item:hover .merchant-btn {
    border: 1px solid #2d8cf0;
}