.lay-step {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 100%;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.step-item {
    display: inline-block;
    line-height: 26px;
    position: relative;
    font-size: 14px;
    text-align: center;
}

.step-item-tail {
    width: calc(100% - 36px);
    position: absolute;
    left: calc(50% + 18px);
    top: 13px;
}

.step-item-tail i {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
    background: #c2c2c2;
    position: relative;
}

.step-item-tail .step-item-tail-done {
    background: #AE0C2A;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: top;
    color: #AE0C2A;
    border: 1px solid #AE0C2A;
    border-radius: 50%;
    background: #ffffff;
}

.step-item-head.step-item-head-active {
    background: #AE0C2A;
    color: #ffffff;
}

.step-item-main {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 12px;
}

.step-item-main-title {
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
}

.step-item-main-desc {
    color: #aaaaaa;
}

.lay-step+[carousel-item]:before {
    display: none;
}

.lay-step+[carousel-item]>* {
    background-color: transparent;
}

.stepCon {
    width: 100%;
}

.stepTit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}

.stepTit h4 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.whiteBg {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 100%;
    padding: 50px 30px;
    position: initial;
}

.layui-carousel>[carousel-item] {
    overflow: initial;
    height: auto;
    overflow-x: clip;
}

.layui-carousel>[carousel-item]:before {
    content: none;
}

.layui-carousel>[carousel-item]>* {
    height: auto;
    margin: 0 2px;
    width: calc(100% - 4px);
}

.addPointsWtit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.minTit {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    width: 70%;
}

.pointBox {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 30px;
    /* width: 18%; */
    flex-shrink: 0;
}

.pointBox h6 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.writePort {
    height: 100px;
    background: #F7F7F7;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    margin-top: 20px;
}

.writePort p {
    font-size: 14px;
    color: #333333;
}

.dropPort {
    position: relative;
    float: right;
}

.dropPort dl {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #AE0C2A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin-top: 2px;
    display: none;
}

.dropPort dl dd a {
    font-size: 14px;
    color: #333333;
    padding: 10px 4px;
    display: block;
    width: 100%;
    text-align: center;
}

.dropPort dl dd a:hover {
    background: #AE0C2A;
    color: #fff;
}

.writePort p span {
    color: #AE0C2A;
}

.classicItem {
    margin-bottom: 50px;
}

.layui-btn-red {
    background: #AE0C2A;
}

.classicItem textarea {
    background: #F7F7F7;
}

.pagePre {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
    margin: 20px 0;
}

.step-btncenter .layui-input-block {
    text-align: center;
}

.step-btncenter {
    padding-bottom: 50px;
}

.addPoint.layui-btn-red {
    cursor: not-allowed;
}