.account-open-toolbar {
    text-align: center;
    margin-top: 32px;
}

.tabs-acct-type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.tabs-acct-type-item {
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    box-shadow: 0 2px 4px 0 #0000000d;
    border-radius: 8px;
    cursor: pointer;
    width: 320px;
    height: 190px;
    padding: 32px 40px;
    text-align: center;
}

.tabs-acct-type-item:hover {
    border-color: var(--lay-color-primary);
}

.tabs-acct-type-item:hover .title {
    color: var(--lay-color-primary);
}


.tabs-acct-type-item .title {
    font-weight: 600;
    font-size: 16px;
    color: var(--lay-color-text-primary);
    margin-top: 16px;
}

.tabs-acct-type-item .hint {
    font-weight: 400;
    font-size: 14px;
    color: var(--lay-color-text-regular);
    margin-top: 16px;
    text-align: left;
}

.tabs-acct-type-item.active {
    border: 2px solid var(--lay-color-primary);
}

.tabs-acct-type-item.active .title {
    color: var(--lay-color-primary);
}

.tabs-acct-type-item .icon {
    width: 40px;
    height: 40px;
}

.lay-step {
    background: #F5F5F5;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lay-step-node {
    display: inline-block;
    width: 303px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.lay-step-node:not(:last-child):before {
    content: '';
    position: absolute;
    right: -3px;
    top: calc(50% - 5px);
    height: 20px;
    width: 20px;
    border-right: 3px solid white;
    border-top: 3px solid white;
    padding: 4px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 100;
}


.lay-step-node .number {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: #ffffff;
    font-size: 14px;
    color: #888888;
}

.lay-step-node .title {
    color: #888888;
    padding: 0 10px;
}

.lay-step-node-active,
.lay-step-node-active:before {
    background: #ECE8E2;
}


.lay-step-node-active .number {
    background: #8F2931;
    color: #ffffff;
}


.lay-step-node-active .title {
    color: #8F2931;
}

.company-info .company-detail {
    position: relative;
}

.company-info .left,
.company-detail .left {
    position: relative;
    padding-right: 25px;
}

.company-info .left:before,
.company-detail .left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px dashed #EEEEEE;
    right: 0;
}

.company-info .right,
.company-detail .right {
    padding-left: 25px;
}

.sec {
    margin-bottom: 24px;
}

.sec .sec-header {
    font-weight: 600;
    font-size: 16px;
    color: var(--lay-color-text-primary);
    position: relative;
}

.sec .sec-header.border-tag {
    padding: 0 12px;
}

.sec .sec-header.border-tag::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #8F2931;
    border-radius: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec .sec-content {
    margin-top: 16px;
}

.sec .sec-content .sec-add {
    background: #F8F8F8;
    border-radius: 8px;
    padding: 20px;
    margin-left: -6px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sec-add .layui-input,
.sec-add .layui-select, .layui-textarea {
    background-color: white !important;
}

.company-detail .company-detail-body {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.company-detail .nav {
    width: 160px;
    position: absolute;
    top: 80px;
    right: 0;
    /*position: fixed;
    top: 25%;
    right: 10%;*/
    border-left: 2px solid #DDDDDD;
}

.company-detail .nav ul li {
    font-weight: 400;
    font-size: 12px;
    color: var(--lay-color-text-regular);
    padding: 0 8px;
    position: relative;
}

.company-detail .nav ul li:not(:first-child) {
    margin-top: 16px;
}

.company-detail .nav ul li.active {
    color: var(--lay-color-primary);
}

.company-detail .nav ul li.active:before {
    content: '';
    position: absolute;
    left: -2px;
    width: 4px;
    height: 16px;
    background: var(--lay-color-primary);
    border-radius: 2px;
}

.alter-box {
    position: relative;
    background-color: #FFFCF6;
    padding: 11px 15px;
    color: var(--lay-color-text-regular);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: baseline;
}

.alter-box img {
    margin-top: 16px;
}

.company-tax-info .btn-checked {
    cursor: pointer;
    display: inline-block;
    border: 1px solid var(--lay-color-border);
    padding: 4px 40px;
}

.company-tax-info .btn-checked.active {
    background: url(../images/checked.png) no-repeat right bottom/20px auto;
    border: var(--lay-color-primary) 1px solid;
}

.company-tax-info .tax-info-header {
    width: 300px;
    text-align: center;
    background: #FCF8E3;
    height: 36px;
    line-height: 36px;
}

.company-tax-info .btn-shouqi,
.company-tax-info .btn-shanchu {
    color: var(--lay-color-primary);
    margin-left: 20px;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
}

/* 提示 */
.tip {
    font-size: 14px;
    color: var(--lay-color-danger);
    line-height: 20px;
    margin: 3px 0;
}

.tip .tip-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../images/tip-icon.png") no-repeat;
}

.risk-hint {
    background: #F8F8F8;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 32px;
}

.risk-hint .title {
    font-weight: 600;
    font-size: 18px;
    color: var(--lay-color-text-primary);
    margin-bottom: 16px;
    text-align: center;
}

.risk-hint .text {
    color: var(--lay-color-text-regular);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

.layui-upload-plus {
    width: 80px;
    height: 80px;
    padding: 0;
    background: #FFFFFF;
    border: 1px dashed #DDDDDD;
    border-radius: 2px;
    overflow: hidden;
}

.preview {
    width: 80px;
    position: relative;

}

.preview-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}


.preview-actions:hover {
    opacity: 1;
}

.preview-actions i {
    cursor: pointer;
    font-size: 16px;
}

.risk-result .risk-info {
    background-image: linear-gradient(180deg, #FFFFFF 50%, #FFEBEC 100%);
    border: 1px solid #EEEEEE;
    box-shadow: 0 2px 4px 0 #0000000d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 164px;

}


