<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nexus-box {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1000px;
    height: 600px;
    display: grid;
    grid-template-columns: auto 1fr auto;
}

.nb-logo {
    z-index: 1;
    display: grid;
    align-items: center;
    justify-content: center;
}

.nb-icon {
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
}

.nb-l {
    display: grid;
    gap: 12px;
    align-content: space-evenly;
}

.nb-r {
    display: grid;
    gap: 12px;
    align-content: space-around;
}

.licon {
    background-image: url(/static/theme3/images/solution/animation/licon.png);
}

.licon.icon2 {
    background-position: 0 -100px;
}

.licon.icon3 {
    background-position: 0 -200px;
}

.ricon {
    z-index: 1;
    background-image: url(/static/theme3/images/solution/animation/ricon.png);
}

.ricon.icon2 {
    background-position: 0 -103px;
}

.ricon.icon3 {
    background-position: 0 -207px;
}

.ricon.icon4 {
    background-position: 0 -310px;
}

.ricon.icon5 {
    background-position: 0 -410px;
}

.ricon.icon6 {
    background-position: 0 -516px;
}

.svg-path {
    position: absolute;
}

.e-f-txt1 {
    top: 120px;
    left: 78px;
}

.e-f-txt2 {
    top: 302px;
    left: 78px;
}

.e-f-txt3 {
    top: 476px;
    left: 78px;
}

.e-f-to {
    top: 300px;
    left: 575px;
}

.box-txt {
    position: absolute;
    z-index: 1;
    width: 0px;
    height: 0px;
    display: none;
    font-family: 'å¾®è½¯é›…é»‘';
}

.box-txt .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    transform: translateY(-50%);
}

.box-txt .txt-area {
    position: absolute;
    z-index: -1;
    transform: translate(4px, -50%);
    height: 32px;
    line-height: 32px;
    width: 110px;
    background-color: #5e40cc;
    border-radius: 5px 5px;
    color: white;
    font-size: 14px;
    text-align: center;
}

.toPath1 {
    top: 112px;
    left: 78px;
}

.toPath2 {
    top: 289px;
    left: 78px;
}

.toPath3 {
    top: 289px;
    left: 78px;
}

.endPath1 {
    top: 32px;
    left: 553px;
}

.endPath2 {
    top: 137px;
    left: 553px;
}

.endPath3 {
    top: 242px;
    left: 553px;
}

.endPath4 {
    top: 242px;
    left: 553px;
}

.pbg {
    stroke-opacity: 0.24;
}

.pbg_h {
    stroke-opacity: 0.7;
}
</pre></body></html>