.sx-about-page {
    background: #000;
    color: #f4f4f4;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

.sx-about-body .header,
.sx-about-body .header.turn-bg {
    background: #000;
}

.sx-about-page img {
    display: block;
    max-width: 100%;
}

.sx-about-intro {
    background: #000;
    padding: 1.56rem 0 0.7rem;
}

.sx-about-grid {
    display: grid;
    grid-template-columns: 22% 1fr;
    gap: 2.64rem;
}

.sx-about-intro h1,
.sx-services h2,
.sx-choice h2 {
    margin: 0;
    color: #fff;
    font-size: 0.34rem;
    line-height: 1.25;
    /* font-weight: 700; */
}

.sx-about-copy {
    max-width: 10.9rem;
    color: rgba(255,255,255,.82);
    font-size: 0.24rem;
    line-height: 1.5;
    font-weight: 200;
}

.sx-about-copy p + p {
    margin-top: 0.28rem;
}

.sx-about-copy p>b {
    font-weight: bold;color: rgba(255,255,255,1);
}

.sx-about-visual {
    background: #000;
}

.sx-about-photo {
    position: relative;
    overflow: hidden;
    height: 8.32rem;
}

.sx-about-photo > img,
.sx-about-photo > .sx-photo-arrow {
    display: none;
}

.sx-about-photo-swiper,
.sx-about-photo .swiper-wrapper,
.sx-about-photo .swiper-slide {
    width: 100%;
    height: 100%;
}

.sx-about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sx-photo-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 0.34rem;
    height: 0.34rem;
    margin-top: -0.17rem;
    border: 0;
    border-top: 2px solid rgba(255,255,255,.85);
    border-left: 2px solid rgba(255,255,255,.85);
    background: transparent;
    cursor: default;
}

.sx-photo-prev {
    left: 0.6rem;
    transform: rotate(-45deg);
}

.sx-photo-next {
    right: 0.6rem;
    transform: rotate(135deg);
}

.sx-photo-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.18rem;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 0.09rem;
}

.sx-photo-pagination .swiper-pagination-bullet {
    width: 0.07rem;
    height: 0.07rem;
    margin: 0 !important;
    background: rgba(255,255,255,.55);
    opacity: 1;
}

.sx-photo-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.sx-about-dark {
    background: #000;
    padding: 0.92rem 0 1.1rem;
}

.sx-method-image-band {
    display: grid;
    grid-template-columns: 39% 61%;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #000;
    padding-top: 0.72rem;
    padding-bottom: 0.52rem;
    overflow: hidden;
}
.sx-method-wz-band {
    background: #000;
	padding: .26rem 0 .56rem;
}
.sx-method-wz-band .sx-image-note{
	width:100%;
	justify-self: start;
	color: rgba(255,255,255,.48);
	font-size: 0.145rem;
	line-height: 1.8;
	display: grid;
	grid-template-columns: 81.5% 1fr;
	gap: 2.64rem;
}
.sx-method-wz-band .sx-image-note p{    color: rgba(255, 255, 255, .82);
    font-size: 0.24rem;
    line-height: 1.5;
    font-weight: 200;text-align: right;
	
}
.sx-method-image {
    height: 6rem;
    overflow: hidden;
}

.sx-method-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sx-method-image-left img {
    object-position: right center;
}

.sx-method-image-right img {
    object-position: left center;
}

.sx-method-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0.62rem;
    width: 100%;
    min-height: 2.8rem;
    margin: 0 0 0.98rem;
}

.sx-eye-map,
.sx-ring-map {
    position: relative;
    min-height: 2.34rem;
}

.sx-eye-map:before,
.sx-eye-map:after {
    content: "";
    position: absolute;
    left: 0.42rem;
    right: 0.42rem;
    top: 50%;
    height: 1.3rem;
    margin-top: -0.65rem;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 50%;
}

.sx-eye-map:after {
    left: 1.04rem;
    right: 1.04rem;
    height: 0.72rem;
    margin-top: -0.36rem;
    border-color: rgba(255,255,255,.36);
}

.sx-eye-line {
    position: absolute;
    left: 0.62rem;
    right: 0.62rem;
    top: 50%;
    border-top: 1px solid rgba(255,255,255,.62);
}

.sx-eye-dot {
    position: absolute;
    top: 50%;
    width: 0.08rem;
    height: 0.08rem;
    margin-top: -0.04rem;
    border-radius: 50%;
    background: #fff;
}

.sx-eye-dot-a {
    left: 27%;
}

.sx-eye-dot-b {
    left: 50%;
}

.sx-eye-dot-c {
    left: 73%;
}

.sx-eye-label {
    position: absolute;
    color: rgba(255,255,255,.72);
    font-size: 0.09rem;
    line-height: 1.35;
    letter-spacing: 0;
}

.sx-eye-label-a {
    left: 0;
    top: 0.44rem;
}

.sx-eye-label-b {
    right: 0;
    top: 0.68rem;
    text-align: right;
}

.sx-eye-label-c {
    left: 43%;
    bottom: 0.22rem;
    text-align: center;
}

.sx-ring-map:before,
.sx-ring-map:after,
.sx-ring-map span {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
}

.sx-ring-map:before {
    width: 2.56rem;
    height: 2.56rem;
}

.sx-ring-map:after {
    width: 1.88rem;
    height: 1.88rem;
}

.sx-ring-map span:nth-child(1) {
    width: 1.28rem;
    height: 1.28rem;
}

.sx-ring-map span:nth-child(2) {
    width: 0.78rem;
    height: 0.78rem;
}

.sx-ring-map span:nth-child(3) {
    width: 0.28rem;
    height: 0.28rem;
    background: rgba(255,255,255,.88);
}

.sx-ring-map span:nth-child(4) {
    left: 0;
    right: 0;
    width: auto;
    height: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.34);
}

.sx-ring-map b {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 0.08rem;
    font-weight: 700;
    z-index: 2;
}

.sx-services {
    align-items: start;
    margin-bottom: 0.56rem;
}

.sx-services-note {
    width: min(5.4rem, 100%);
    justify-self: start;
    color: rgba(255, 255, 255, .82);
	font-size: 0.24rem;
	line-height: 1.5;
	font-weight: 200;
}

.sx-services-note p + p {
    margin-top: 0.18rem;
}

.sx-service-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 2px solid rgba(160,0,20,.35);
    border-right: 2px solid rgba(160,0,20,.35);
    /* margin-bottom: 0.92rem; */
}

.sx-service-card {
    min-height: 2.48rem;
    padding: 0.3rem 0.3rem;
    border-right: 2px solid rgba(160,0,20,.35);
}

.sx-service-card:last-child {
    border-right: 0;
}

.sx-service-card h3 {
    margin: 0 0 0.28rem;
    color: #fff;
    font-size: 0.24rem;
    line-height: 1.4;
    font-weight: 700;
}

.sx-service-card p {
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 0.24rem;
    line-height: 1.5;
}

.sx-choice {
    border-top: 2px solid rgba(160,0,20,.35);
    padding-top: 0.68rem;
}

.sx-lead {
    /* max-width: 6.9rem; */
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 0.24rem;
    line-height: 1.5;
    font-weight: 200;
}
.sx-lead>b {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.sx-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(1.4rem, 1fr));
    gap: 0.82rem;
    width: min(7.4rem, 100%);
    margin: 1.2rem 0 0;
    text-align: center;
}

.sx-stats strong {
    display: inline-flex;
    color: #fff;
    font-size:1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.sx-stats span {
    display: block;
    margin-top: 0.1rem;
    color: rgba(255,255,255,.45);
    font-size: 0.2rem;
    line-height: 1.2;
    letter-spacing: -1px;
}
.sx-stats b {
    color: #fff;
    font-size: 0.5rem;
    line-height: 1.2;
	font-weight: normal;
}
.sx-strategy-diagram {
    position: relative;
    width: min(8rem, 72vw);
    aspect-ratio: 1.95 / 1;
    margin: 0.76rem 0;
}

.sx-strategy-diagram:before,
.sx-strategy-diagram:after {
    content: "";
    position: absolute;
    top: 0.82rem;
    bottom: 0.82rem;
    width: 0;
    border-left: 1px solid rgba(255,255,255,.85);
}

.sx-strategy-diagram:before {
    left: 0.25rem;
}

.sx-strategy-diagram:after {
    right: 0.25rem;
}

.sx-diagram-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 1.28rem;
    height: 1.28rem;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 0.2rem;
    line-height: 1.35;35; */
    text-align: center;
}
.sx-diagram-core:before{
	top: -10%;
}
.sx-diagram-core:after{
	top: 120%;
}
.sx-diagram-core:before,
.sx-diagram-core:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2.35rem;
    border-top: 1px solid rgba(255,255,255,.85);
    transform: translateY(-50%) rotate(26deg);
    transform-origin: center;
}

.sx-diagram-core:before {
    right: calc(100% + 0.12rem);
}

.sx-diagram-core:after {
    left: calc(100% + 0.12rem);
}

.sx-diagram-corner {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.12rem;
    color: rgba(255,255,255,.7);
    font-size: 0.105rem;
    line-height: 1.25;
}

.sx-diagram-corner b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 50%;
    color: #fff;
    font-size: 0.3rem;
}

.sx-diagram-corner span {
    color: #fff;
    font-size: 0.2rem;
    line-height: 1.25;
}

.sx-diagram-a {
    left: 0;
    top: 0.08rem;
}

.sx-diagram-b {
    right: 0;
    top: 0.08rem;
    flex-direction: row-reverse;
    text-align: right;
}

.sx-diagram-c {
    left: 0;
    bottom: 0.08rem;
}

.sx-diagram-d {
    right: 0;
    bottom: 0.08rem;
    flex-direction: row-reverse;
    text-align: right;
}

.sx-advantage {
    /* width: min(6.9rem, 100%); */
    color: rgba(255,255,255,.68);
    font-size: 0.24rem;
    line-height: 1.5;
}

.sx-advantage p {
    margin: 0 0 0.22rem;
}

.sx-advantage strong {
    color: #fff;
}

.sx-advantage .sx-red,
.sx-advantage .sx-red strong {
    color: #e00012;
    font-size: 0.24rem;
    margin-top: 0.55rem;
}

.sx-clients {
    background: #fff;
    color: #111;
    padding: 0.68rem 0 0.72rem;
	border-bottom: 1px solid #fe0000;
}

.sx-clients-intro {
    width: min(9.2rem, 100%);
    /* margin: 0 auto 0.42rem; */
    /* text-align: center; */
    font-size: 0.24rem;
    line-height: 1.8;
    font-weight: 700;
}
.about_bg {
    /* margin: 0 auto 0.42rem; */
    /* text-align: center; */
    font-size: 0.24rem;
    line-height: 1.8;
    font-weight: 700;
}
.sx-client-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 0.14rem 0.5rem;
    margin: 0.62rem 0;
    color: #666;
    font-size: 0.24rem;
}

.sx-client-tags span{
    flex:0 0 20%
}

.sx-client-tags span:before {
    content: "#";
    margin-right: 0.06rem;
    color: #999;
}

.sx-clients h2 {
    margin: 0 0 0.48rem;
    text-align: center;
    color: #111;
    font-size: 0.2rem;
    line-height: 1.45;
    font-weight: 700;
}

.sx-clients h3 {
    margin: 0 0 0.48rem;
    color: #fe0000;
    font-size: 0.34rem;
    line-height: 1.2;
}

.sx-logo-wall {
    width: min(10.4rem, 92%);
    margin: 0 auto 0.46rem;
}

.sx-logo-wall img {
    width: 100%;
}

.sx-copyright {
    margin: 0;
    color: #666;
    font-size: .24rem;
    line-height: 1.75;
    margin-top: .62rem;
}

@media screen and (max-width: 1024px) {
    .sx-about-intro {
        padding-top: 1.3rem;
    }

    .sx-about-grid {
        grid-template-columns: 1fr;
        gap: 0.32rem;
        grid-template-columns: 22% 1fr;
    }

    .sx-services-note {
        justify-self: start;
    }

    .sx-service-columns {
        grid-template-columns: repeat(4, 1fr);
    }

    .sx-service-card:nth-child(2) {
        border-right: 0;
    }

    .sx-service-card:nth-child(-n+2) {
        border-right: 1px solid rgba(160,0,20,.35);
    }
}

@media screen and (max-width: 768px) {
    .sx-about-body .header,
    .sx-about-body .header.turn-bg {
        background: #000;
    }

    .sx-about-intro {
        padding: 110px 0 46px;
    }

    .sx-about-intro h1,
    .sx-services h2,
    .sx-choice h2 {
        font-size: 24px;
    }

    .sx-about-copy,
    .sx-lead,
    .sx-clients-intro {
        font-size: 16px;
        line-height: 1.8;
    }
	.about_bg {
	    font-size: 16px;
	    line-height: 1.8;
	}
	.sx-clients h3 {
	    margin: 0 0 0.48rem;
	    color: #fe0000;
	    font-size: 16px;
	    line-height: 1.2;
	}
    .sx-about-photo {
        height: 58vw;
        min-height: 260px;
    }

    .sx-photo-arrow {
        width: 22px;
        height: 22px;
    }

    .sx-photo-prev {
        left: 24px;
    }

    .sx-photo-next {
        right: 24px;
    }

    .sx-about-dark {
        padding: 30px 0;
    }

    .sx-method-map {
        width: 100%;
        margin-bottom: 52px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sx-eye-map,
    .sx-ring-map {
        min-height: 180px;
    }

    .sx-eye-label {
        font-size: 8px;
        line-height: 1.25;
        width: 120px;
    }

    .sx-eye-label-a {
        top: 30px;
    }

    .sx-eye-label-b {
        top: 42px;
    }

    .sx-eye-label-c {
        bottom: 18px;
    }

    .sx-services {
        margin-bottom: 32px;
    }

    .sx-services-note,
    .sx-advantage,
    .sx-copyright {
        font-size: 14px;
    }

    .sx-service-columns {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 10px;
		border: 1px solid rgba(160, 0, 20, .35);
    }

    .sx-service-card,
    .sx-service-card:nth-child(2) {
        min-height: 0;
        padding: 26px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(160,0,20,.35);
    }
	.sx-service-card:nth-child(3) {
	    border-right: 1px solid rgba(160,0,20,.35);
	}
    .sx-service-card:last-child {
        /* border-bottom: 0; */
    }

    .sx-service-card h3 {
        font-size: 17px;
    }

    .sx-service-card p {
        font-size: 14px;
    }

    .sx-choice {
        padding-top: 42px;
        margin-bottom: 42px;
        border: none;
    }

    .sx-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 44px;
    }

    .sx-stats strong {
        font-size: 36px;
    }

    .sx-stats span {
        font-size: 12px;
    }

    .sx-strategy-diagram {
        width: 100%;
        margin-bottom: 48px;
    }

    .sx-diagram-core {
        width: 86px;
        height: 86px;
        font-size: 13px;
    }

    .sx-diagram-corner {
        gap: 8px;
        font-size: 10px;
    }

    .sx-diagram-corner b {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .sx-advantage .sx-red,
    .sx-advantage .sx-red strong {
        font-size: 16px;
    }

    .sx-clients {
        padding: 30px 0 50px;
    }

    .sx-client-tags {
        gap: 10px 20px;
        margin-bottom: 40px;
        font-size: 12px;
    }

    .sx-clients h2 {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .sx-logo-wall {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .sx-about-photo {
        height: 72vw;
    }

    .sx-stats {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .sx-strategy-diagram {
        aspect-ratio: 1 / 0.5;
    }

    .sx-strategy-diagram:before {
        left: 0.42rem;
        right: auto;
        top: 1rem;
        bottom: 1rem;
    }

    .sx-strategy-diagram:after {
        right: 0.18rem;
        right: 0.42rem;
        right: 0.4rem;
        top: 1rem;
        bottom: 1rem;
    }

    .sx-diagram-core:before{
        width: 1.35rem;top:10%
    }
.sx-diagram-core:after {
        width: 1.35rem;top:100%
    }
    .sx-diagram-corner span {
        /* display: none; */
    }
}

.sx-about-dark > .wrap > .sx-method-map {
    display: none;
}

.sx-method-html {
    position: relative;
    display: grid;
    grid-template-columns: 42% 16% 31% 11%;
    align-items: center;
    gap: 0;
    width: 100%;
    height: 4.6rem;
    min-height: 4.6rem;
    margin: 0 0 0.9rem;
    color: #fff;
    overflow: hidden;
}

.sx-method-html:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(255,255,255,.34);
}

.sx-method-left,
.sx-method-bridge,
.sx-method-right,
.sx-method-result {
    position: relative;
    z-index: 2;
    height: 100%;
}

.sx-method-left {
    display: grid;
    grid-template-columns: 1fr 3.75rem 1fr;
    align-items: center;
}

.sx-method-text {
    color: #fff;
    font-size: 0.13rem;
    line-height: 1.15;
    font-weight: 700;
}

.sx-method-text span {
    display: block;
    margin-top: 0.06rem;
    font-size: 0.075rem;
    line-height: 1;
    font-weight: 700;
}

.sx-problem-text {
    justify-self: start;
}

.sx-solution-text {
    justify-self: end;
}

.sx-method-orbit {
    position: relative;
    width: 3.75rem;
    height: 3.12rem;
}

.sx-method-orbit b {
    position: absolute;
    left: 50%;
    top: 0.2rem;
    transform: translateX(-50%);
    width: 2.6rem;
    text-align: center;
    font-size: 0.12rem;
    line-height: 1.2;
    font-weight: 700;
}

.sx-method-orbit em {
    position: absolute;
    left: 50%;
    bottom: 0.04rem;
    transform: translateX(-50%);
    font-size: 0.13rem;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.sx-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
}

.sx-orbit-outer {
    width: 3.6rem;
    height: 2.76rem;
    border-color: rgba(255,255,255,.42);
}

.sx-orbit-mid {
    width: 3.02rem;
    height: 1.92rem;
}

.sx-orbit-inner {
    width: 3.6rem;
    height: 0.98rem;
}

.sx-method-axis {
    position: absolute;
    left: -0.38rem;
    right: -0.38rem;
    top: 50%;
    border-top: 1px solid rgba(255,255,255,.7);
}

.sx-method-axis i,
.sx-method-arc i {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.045rem solid transparent;
    border-bottom: 0.045rem solid transparent;
    border-left: 0.075rem solid #fff;
}

.sx-method-axis i:nth-child(1) { left: 0.2rem; top: -0.045rem; }
.sx-method-axis i:nth-child(2) { left: 1.18rem; top: -0.045rem; }
.sx-method-axis i:nth-child(3) { left: 2.18rem; top: -0.045rem; }
.sx-method-axis i:nth-child(4) { right: 0.2rem; top: -0.045rem; }

.sx-method-arc {
    position: absolute;
    left: 0.28rem;
    right: 0.28rem;
    height: 0.76rem;
    border-radius: 50%;
    border-color: rgba(255,255,255,.72);
}

.sx-method-arc-top {
    top: 1.04rem;
    border-top: 1px solid rgba(255,255,255,.72);
}

.sx-method-arc-bottom {
    bottom: 1.04rem;
    border-bottom: 1px solid rgba(255,255,255,.72);
}

.sx-method-arc i:nth-child(1) { left: 22%; }
.sx-method-arc i:nth-child(2) { left: 49%; }
.sx-method-arc i:nth-child(3) { left: 76%; }
.sx-method-arc-top i { top: 0.18rem; transform: rotate(18deg); }
.sx-method-arc-bottom i { bottom: 0.18rem; transform: rotate(-18deg); }

.sx-method-bridge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.13rem;
    font-weight: 700;
}

.sx-method-bridge:before,
.sx-method-bridge:after {
    content: "";
    position: absolute;
    left: -0.2rem;
    right: -0.2rem;
    height: 1.76rem;
    border-color: rgba(255,255,255,.34);
}

.sx-method-bridge:before {
    top: 0.62rem;
    border-top: 1px solid rgba(255,255,255,.34);
    border-radius: 0 100% 0 0;
}

.sx-method-bridge:after {
    bottom: 0.62rem;
    border-bottom: 1px solid rgba(255,255,255,.34);
    border-radius: 0 0 100% 0;
}

.sx-method-bridge span {
    position: relative;
    z-index: 2;
}

.sx-method-bridge em,
.sx-method-result span {
    font-size: 0.08rem;
    font-style: normal;
    font-weight: 400;
}

.sx-method-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sx-right-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 50%;
}

.sx-right-orbit-a {
    width: 3.62rem;
    height: 3.62rem;
    border-color: rgba(255,255,255,.42);
}

.sx-right-orbit-b {
    width: 2.82rem;
    height: 2.82rem;
}

.sx-right-orbit-c {
    width: 2.02rem;
    height: 2.02rem;
}

.sx-right-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.36rem;
    height: 1.36rem;
    border: 1.5px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.14rem;
    line-height: 1.1;
    font-weight: 700;
}

.sx-right-core em {
    margin-left: 0.08rem;
    font-size: 0.08rem;
    font-style: normal;
    font-weight: 400;
}

.sx-right-steps {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 4.12rem;
    font-size: 0.13rem;
    font-weight: 700;
}

.sx-right-note {
    position: absolute;
    left: 58%;
    bottom: 0.28rem;
    font-size: 0.08rem;
    color: rgba(255,255,255,.82);
}

.sx-method-result {
    display: flex;
    align-items: center;
    gap: 0.04rem;
    justify-content: center;
    font-size: 0.13rem;
}

.sx-method-result strong {
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .sx-method-html {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
        gap: 0.34rem;
        overflow: visible;
    }

    .sx-method-html:before,
    .sx-method-bridge:before,
    .sx-method-bridge:after {
        display: none;
    }

    .sx-method-left,
    .sx-method-right {
        height: 2.9rem;
    }

    .sx-method-bridge,
    .sx-method-result {
        height: auto;
        min-height: 0;
    }
}

@media screen and (max-width: 640px) {
    .sx-method-left {
        grid-template-columns: 1fr;
        height: auto;
        gap: 0.22rem;
    }

    .sx-method-text,
    .sx-problem-text,
    .sx-solution-text {
        justify-self: start;
    }

    .sx-method-orbit {
        justify-self: center;
        width: min(2.82rem, 88vw);
    }

    .sx-method-right {
        height: 2.62rem;
    }

    .sx-right-steps {
        width: min(3.16rem, 88vw);
        font-size: 12px;
    }
}
.sx-about-grid1 {
    display: grid;
    grid-template-columns: 36.5% 1fr;
    gap: 2.64rem;
}
