/* 风险管控和操作规范页 */
.fengxian-history {
    box-sizing: border-box;
    margin: 0;
    padding: 48px 0 68px;
    overflow: hidden;
    background: #fff;
}

.fengxian-wrap {
    overflow: visible;
}

.fengxian-layout {
    display: grid;
    grid-template-columns: minmax(420px, 48%) minmax(0, 1fr);
    gap: clamp(38px, 4.5vw, 72px);
    align-items: center;
}

.fengxian-diagram {
    position: relative;
    width: min(100%, 590px);
    aspect-ratio: 1.012 / 1;
    margin: 0 auto;
    isolation: isolate;
}

.fengxian-cycle {
    position: absolute;
    z-index: 0;
    top: 20%;
    left: 20.5%;
    box-sizing: border-box;
    width: 59%;
    aspect-ratio: 1;
    border: 2px dashed #48bce5;
    border-radius: 50%;
}

.fengxian-cycle:before,
.fengxian-cycle:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #48bce5;
}

.fengxian-cycle:before {
    top: 12%;
    right: 8%;
}

.fengxian-cycle:after {
    bottom: 12%;
    left: 8%;
}

.fengxian-node,
.fengxian-center {
    position: absolute;
}

.fengxian-node {
    z-index: 2;
}

.fengxian-node img,
.fengxian-center img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.fengxian-node span,
.fengxian-center span {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 43%;
    width: 78%;
    color: #006cb8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    transform: translate(-50%, -50%);
}

.fengxian-node--top {
    top: 0;
    left: 32.09%;
    width: 35.06%;
    height: 34.06%;
}

.fengxian-node--top span,
.fengxian-node--lower-left span,
.fengxian-node--lower-right span {
    top: 39%;
}

.fengxian-node--upper-left {
    top: 11.44%;
    left: 0;
    width: 37.39%;
    height: 37.86%;
}

.fengxian-node--upper-right {
    top: 13.42%;
    left: 62.61%;
    width: 37.39%;
    height: 37.86%;
}

.fengxian-node--lower-left {
    top: 51.88%;
    left: .02%;
    width: 35.06%;
    height: 34.06%;
}

.fengxian-node--lower-right {
    top: 51.88%;
    left: 60.48%;
    width: 35.06%;
    height: 34.06%;
}

.fengxian-node--bottom {
    top: 62.14%;
    left: 30.54%;
    width: 37.39%;
    height: 37.86%;
}

.fengxian-center {
    z-index: 3;
    top: 28.78%;
    left: 32.4%;
    width: 37.45%;
    height: 37.87%;
}

.fengxian-center-shadow {
    z-index: 0;
    width: 92.1% !important;
    height: 92.1% !important;
    margin: 0 0 0 -1%;
}

.fengxian-center-face {
    z-index: 1;
}

.fengxian-center span {
    top: 43%;
    width: 62%;
    font-size: 30px;
    line-height: 1.2;
}

.fengxian-copy {
    min-width: 0;
    color: #161616;
}

.fengxian-copy p {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.fengxian-copy p:last-child {
    margin-bottom: 0;
}

.fengxian-copy span {
    color: #f10b12;
}

.fengxian-editor-content {
    margin-top: 48px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.fengxian-editor-content p {
    margin: 0 0 16px;
}

.fengxian-editor-content img {
    max-width: 100%;
    height: auto;
}

.fengxian-page-en .fengxian-node span {
    width: 82%;
    font-size: 13px;
    line-height: 1.18;
}

.fengxian-page-en .fengxian-center span {
    font-size: 25px;
}

@media screen and (max-width: 1080px) {
    .fengxian-layout {
        grid-template-columns: minmax(370px, 45%) minmax(0, 1fr);
        gap: 34px;
    }

    .fengxian-node span {
        font-size: 14px;
    }

    .fengxian-center span {
        font-size: 26px;
    }

    .fengxian-copy p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.78;
    }
}

@media screen and (max-width: 860px) {
    .fengxian-history {
        padding: 34px 0 52px;
    }

    .fengxian-layout {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .fengxian-diagram {
        width: min(100%, 560px);
    }

    .fengxian-node span {
        font-size: 16px;
    }

    .fengxian-center span {
        font-size: 30px;
    }

    .fengxian-copy {
        width: 100%;
    }

    .fengxian-copy p {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.85;
    }
}

@media screen and (max-width: 520px) {
    .fengxian-history {
        padding: 26px 0 42px;
    }

    .fengxian-layout {
        gap: 26px;
    }

    .fengxian-node span {
        width: 82%;
        font-size: 12px;
        line-height: 1.25;
    }

    .fengxian-node--lower-left span,
    .fengxian-node--lower-right span {
        font-size: 11px;
    }

    .fengxian-center span {
        font-size: 21px;
        line-height: 1.18;
    }

    .fengxian-cycle {
        border-width: 1px;
    }

    .fengxian-cycle:before,
    .fengxian-cycle:after {
        width: 5px;
        height: 5px;
    }

    .fengxian-copy p {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .fengxian-editor-content {
        margin-top: 34px;
        padding-top: 24px;
        font-size: 14px;
    }
}
