﻿
#steps {
    width: 95%;
    margin: 50px auto;
    text-align: center;
}

.step-item {
    display: inline-block;
    line-height: 26px;
    position: relative;
    background: #ffffff;
}

.step-item-tail {
    width: 100%;
    position: absolute;
    left: 0;
    top: 13px;
}

    .step-item-tail i {
        display: inline-block;
        width: 100%;
        height: 1px;
        vertical-align: top;
        background: #c2c2c2;
        position: relative;
    }

.step-item-tail-done {
    background: #009688 !important;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: top;
    color: #009688;
    border: 1px solid #009688;
    border-radius: 50%;
    background: #ffffff;
}

    .step-item-head.step-item-head-active {
        background: #009688;
        color: #ffffff;
    }

.step-item-main {
    background: #ffffff;
    display: block;
    position: relative;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
}

.step-item-main-desc {
    color: #aaaaaa;
}

.page_content {
    width: 800px;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: auto;
}

    .page_content .topTitle {
        margin-top: 10px;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        font-weight: 700;
        font-style: normal;
        text-align: left;
        line-height: 28px;
        font-size: 16px;
    }

    .page_content .layui-elem-quote {
        padding: 5px;
        margin-top: 30px;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        font-style: normal;
        text-align: left;
        line-height: 28px;
    }

.imgOldList {
    width: 220px;
    position: relative;
    margin: 0 10px 10px;
}

.imgInfos {
    width: 220px;
}

.deleteOld {
    position: absolute;
    width: 50px;
    height: 28px;
    background: #d13838;
    text-align: center;
    cursor: pointer;
    color: #fff;
    line-height: 28px;
}

    .deleteOld:hover {
        background: #ed3d06;
    }

.legalOldImgList, .mainOldImgList {
    display: none;
}

.titleWidth {
    width: 140px !important;
}

.hangWidth {
    margin-left: 170px !important;
}

#productRange .xm-body-cascader {
    overflow-y: auto;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}

.reg-pointer {
    cursor: pointer;
}

.reg-fluid {
    height: calc(100% - 20px);
}

.reg-card {
    height: inherit;
}

.reg-card-body {
    height: calc(100% - 30px);
}

.reg-form {
    min-width: 500px;
    margin: auto auto;
    height: calc(100% - 170px);
    padding: 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
