﻿.container {
    width: 100%;
    background: #F8F8F8;
    min-height: 400px;
    border: 1px solid transparent;
}

.page-menu-prog {
    display: flex;
    margin: 28px 220px;
    height: 15px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #BDBDBE;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-items: center;
}

    .page-menu-prog .black {
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #31373D;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

.page-form-bar {
    margin: 25px 200px;
    background: #fff;
    height: 122px;
    border: 1px solid transparent;
}

.page-form-tab {
    background: #fff;
    display: flex;
    align-items: center;
    margin-top: 26px;
}

    .page-form-tab .tab-item {
        display: flex;
        margin-left: 38px;
        align-items: center;
        height: 40px;
    }

        .page-form-tab .tab-item .num {
            width: 40px;
            height: 40px;
            border: 1px solid #C4C4C4;
            border-radius: 20px;
            font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
            font-weight: normal;
            font-size: 20px;
            color: #C4C4C4;
            line-height: 40px;
            text-align: center;
        }

            .page-form-tab .tab-item .num.active {
                background: #14C476;
                color: #FFFFFF;
                border: 0px;
            }

        .page-form-tab .tab-item .tit {
            height: 18px;
            font-family: Microsoft YaHei, Microsoft YaHei;
            font-weight: 400;
            font-size: 18px;
            color: #C4C4C4;
            line-height: 18px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-left: 16px;
            flex: 1;
        }

            .page-form-tab .tab-item .tit.active {
                color: #181818;
            }

        .page-form-tab .tab-item .ico-right {
        }

.page-form-bar-line {
    height: 0px;
    border: 2px solid #DDE6E9;
    margin-top: 30px;
    margin-left: 38px;
    margin-right: 38px;
    position: relative;
}

    .page-form-bar-line .active {
        width: 270px;
        border: 3px solid #14C476;
        position: absolute;
        top: -4px;
        left: -2px;
    }

.page-form {
    margin: 25px 200px;
    background: #fff;
    min-height: 1800px;
    border: 1px solid transparent;
}

    .page-form .tit {
        display: flex;
        margin-left: 38px;
        align-items: center;
        height: 20px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #181818;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 36px;
    }

        .page-form .tit .line {
            height: 20px;
            width: 0px;
            border: 3px solid #14C476;
            margin-right: 16px;
        }

    .page-form .row .star {
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #F53F3F;
        line-height: 32px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-right: 5px;
    }

    .page-form .row {
        display: flex;
        align-items: center;
        margin-left: 68px;
        margin-top: 26px;
        min-height: 32px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #666;
        line-height: 32px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

        .page-form .row .name {
            margin-right: 16px;
        }

.radio-label, .chk-label {
    margin-right: 60px;
    margin-left: 12px;
}



input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: all 0.2s ease;
}

    /* 选中状态样式 */
    input[type="checkbox"]:checked {
        border-color: #14C476;
        background-color: #fff;
    }

        /* 自定义勾选标记 */
        input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 1px;
            width: 4px;
            height: 8px;
            border: solid #14C476;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.inputselect {
    width: 375px;
    height: 33px;
    border: 1px solid #ccc; /* 自定义边框颜色和粗细 */
    border-radius: 6px; /* 圆角效果 */
    padding: 4px 12px;
    -webkit-appearance: none; /* 移除默认箭头 */
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.page-form .row .inputtxt {
    width: 525px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(51,51,51,0.25);
    vertical-align: middle;
    position: relative;
}
.page-form .row .inputtxt.noborder {
    
    border:0px;
}

    .page-form .row .inputtxt .ico-date {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .page-form .row .inputtxt input {
        font-size: 14px;
        padding-left: 10px;
    }

.page-form .row .btn-pick {
    position: relative;
    text-align: center;
    display: block;
    width: 432px;
    height: 179px;
    border: 1px solid transparent;
}

    .page-form .row .btn-pick.idcard {
        position: relative;
        text-align: center;
        display: block;
        width: 160px;
        height: 160px;
        border: 1px solid transparent;
    }

    .page-form .row .btn-pick .btn-name {
        height: 14px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #14C476;
        line-height: 14px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 16px;
    }

        .page-form .row .btn-pick .btn-name.grey {
            height: 32px;
            font-size: 16px;
            color: #666666;
            line-height: 32px;
            text-align: center;
        }

    .page-form .row .btn-pick .btn-tip {
        width: 380px;
        height: 40px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 300;
        font-size: 12px;
        color: #BBBDBF;
        line-height: 20px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin: 0px auto;
        margin-top: 8px;
    }

.page-form .row .idcardtip {
    width: 400px;
    height: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    margin-left: 23px;
    margin-top: 60px;
}

.page-form .row .audit-tip {
    height: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.btn-pnl {
    display: flex;
    width: 500px;
    margin: 0px auto;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 30px;
}

    .btn-pnl .btn-save {
        width: 95px;
        height: 32px;
        line-height: 32px;
        background: #14C476;
        border-radius: 4px 4px 4px 4px;
        color: #FFFFFF;
        text-align: center;
        margin-right: 10px;
    }
    .btn-pnl .btn-submit {
        width: 95px;
        height: 32px;
        line-height: 32px;
        background: #14C476;
        border-radius: 4px 4px 4px 4px;
        color: #FFFFFF;
        text-align: center;
        margin-right: 10px;
    }

    .btn-pnl .btn-submittmp {
        width: 88px;
        height: 32px;
        line-height: 32px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid rgba(51,51,51,0.25);
        color: #333333;
        text-align: center;
    }
