﻿.title_Orange {
    text-align: center;
    color: #fe9023 !important;
    font-size: 24px;
}

.title_Black {
    text-align: center;
    font-size: 36px;
}

.title_Wh {
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.policyBox {
    display: flex;
    margin: 50px auto 0;
    width: 1220px;
    background-color: #fff;
}

.policyTextBox {
    width: 780px;
    padding: 0 40px;
}

    .policyTextBox p:first-of-type {
        font-size: 18px;
        color: #185bbf;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .policyTextBox p:last-of-type {
        font-size: 15px;
    }

.newp_div_02 {
    height: 625px;
    width: 100%;
    background: url(../../images/product/productionInvestigation/newBg_01.png) 100% 100%;
    padding: 80px 0;
}

.statusBox {
    cursor: pointer;
    margin: 0 50px;
    width: 320px;
    height: 440px;
    position: relative;
    color: #fff;
    background: url(../../images/product/productionInvestigation/status_bg.png);
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .statusBox img {
        margin: 50px 0 10px 0;
    }

    .statusBox p:first-of-type {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .statusBox p:last-of-type {
        font-size: 16px;
        padding: 0 40px;
        line-height: 30px;
        letter-spacing: 1px;
    }

.statusChecked {
    background: url(../../images/product/productionInvestigation/status_bgCh.png);
}

.newVersion {
    height: 1141px;
    width: 100%;
    background: url(../../images/product/productionInvestigation/newVersionBg.png) 100% 100%;
    padding: 80px 0;
}

.versionBox {
    position: relative;
    width: 1217px;
    height: 827px;
    background: url(../../images/product/productionInvestigation/versionTable.png)100% 100%;
    margin: 50px auto;
}

.versionTitle {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 1217px;
    height: 54px;
    line-height: 54px;
}

    .versionTitle span {
        position: absolute;
    }

        .versionTitle span:first-of-type {
            left: 86px;
        }

        .versionTitle span:nth-of-type(2) {
            left: 282px;
        }

        .versionTitle span:nth-of-type(3) {
            left: 524px;
        }

        .versionTitle span:nth-of-type(4) {
            left: 698px;
        }

        .versionTitle span:nth-of-type(5) {
            left: 996px;
        }

.versionTable {
    position: absolute;
    top: 54px;
    color: #fff;
    width: 658px;
    table-layout: fixed;
    font-size: 14px;
}

.rightTable {
    position: absolute;
    top: 54px;
    color: #fff;
    width: 340px;
    right: 0;
    table-layout: fixed;
    font-size: 14px;
}

    .versionTable tr, .rightTable tr {
        text-align: center;
        height: 128px;
    }

        .versionTable tr img {
            margin-bottom: 2px;
        }

        .versionTable tr p, .rightTable tr p {
            position: relative;
            padding-left: 30px;
            text-align: left;
        }

        .versionTable tr > td p:after, .rightTable tr > td p:after, .generalModule p:after {
            content: '';
            position: absolute;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: #01e5ff;
            top: 10px;
            left: 15px;
        }

.generalModule {
    position: absolute;
    left: 658px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 773px;
    width: 220px;
    top: 54px;
    color: #fff;
}

    .generalModule p {
        position: relative;
        padding-left: 30px;
        text-align: left;
        font-size: 14px;
    }