:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #1F272E;
}
.text-white {
    color: #ffffff;
}
.text-dark {
    color: var(--dark-color);
}
.text-muted {
    color: #6c757d !important;
}
.text-dark-500 {
    font-size: 18px;
    color: rgba(35, 49, 62, 0.8);
    font-weight: 400;
}
.text-cc {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 0;
}
.text-h5 {
    font-size: 14px;
    color: #b95233;
    line-height: 17.07px;
    text-align: left;
    font-weight: 700;
}
.text-h2 {
    text-transform: none;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #23313e;
}
.text-aa {
    color: #f024f6;
    text-decoration: none;
}
.bg-erp {
    background: #F7EAE6;
}
.bg-erp h1 {
    font-size: 54px;
    line-height: 66px;
    text-align: left
}
.bg-fen {
    background: #faf3f8;
}
.animate {
    display: inline-block;
    position: relative;
}
.animate::after {
    display: block;
    position: absolute;
    bottom: 2px;
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #c74a27 0, #d59785 100%);
}
.distributors {
    font-size: 100px;
    line-height: 100px;
    color: #c74a27;
    display: flex;
    align-items: start;
    justify-content: center;
}
.distributors span:last-child {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    background-color: rgba(255, 255, 255, 1);
}
header .navbar {
    padding: 12px 0;
}
@media screen and (min-width: 992px) {
    header .navbar {
        padding: 8px 0;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 16px !important;
    }
    .navbar-nav .nav-item {
        border-bottom: none !important;
    }
}
main {
    margin-top: 66px;
    min-height: calc(100vh - 66px - 304px);
}

.navbar-collapse{
    background: #ffffff;
    margin-top: 10px;
}
.navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.navbar-nav .nav-item:last-child {
    border-bottom: none !important;
}
.navbar-nav .nav-item .nav-link {
    color: var(--dark-color);
    font-size: 14px;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #C74A27;
}

.color-default {
    color: var(--dark-color);
}

.banner {
    background: var(--dark-color);
}
.erp {
    background: #F7EAE6;
}
.erp .container {
    max-width: 1011px;
}

.section {
    padding: 60px 0;
}
.wrapper-title {
    text-align: center;
}

.section-title {
    text-align: center;
    color: var(--dark-color);
}
.section-title h2 {
    text-transform: none;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title h3 {
    color: #ffffff;
    text-align: center
}
.section-title h5 {
    font-size: 14px;
    color: #f1dcd6;
    line-height: 17px;
    text-align: center;
}
.section-title p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.section-title .hr {
    width: 100%;
    height: 2px;
    padding: 25px 0;
}
.section-title .hr::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 0 auto;
    background: #d59785;
}

footer {
    background: #23313E;
}
.footer-logo img {
    width: 220px !important;
}


/* 圆形按钮 */
.btn-circle {
    border-radius: 50%;
}
/* 椭圆形按钮 */
.btn-ellipse {
    border-radius: 50px;
}
/* 橘色按钮 */
.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #C74A27;
    --bs-btn-border-color: #C74A27;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c45435;
    --bs-btn-hover-border-color: #c45435;
}
/* mini按钮 */
.btn-mini {
    --bs-btn-padding-y: 5px;
    --bs-btn-padding-x: 11px;
    --bs-btn-font-size: 14px;
}
.btn-gradient {
    --bs-btn-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    background: radial-gradient(100.03% 140.18% at 0% 85.53%, #ff00ff 0%, #724ebf 95.31%);
    margin: 10px 0;
}
.btn-gradient:hover {
    color: #fff;
    background: linear-gradient(0deg, rgba(13, 9, 41, 0.2), rgba(13, 9, 41, 0.2)),radial-gradient(100.03% 140.18% at 0% 85.53%, #fe00fe 8.4%, #6800c7 80.9%)
}
.btn-oauth {
    padding: 18px 16px;
    border-radius: 10px;
    border: 1px solid #cbd2d9;
    font-weight: 700;
    font-size: 14px;
    max-height: 56px;
    background-color: #ffffff;
    color: var(--dark-color);
    position: relative;
}
.btn-oauth:hover{
    background-color:#f3f5f6;
    border: 1px solid #cbd2d9;
}
.btn-oauth img {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 16px;
}
.btn-solutions {
    position: relative;
    --bs-btn-color: #fff;
    background: linear-gradient(90deg, #5d00b3 0%, #8200fa 39.9%, #f024f6 100%);
    border: none;
    border-radius: 1rem;
    padding: 1rem 2rem;
}
.btn-solutions>span {
    position: relative;
    z-index: 1;
}
.btn-solutions:before {
    content: "";
    filter: blur(16px);
    opacity: 0;
    z-index: 1;
    background: linear-gradient(90deg, #8200fa 0%, #f024f6 75%, #f9a7fb 99.99%);
    transition: opacity .3s ease-in-out;
    position: absolute;
    inset: 0;
}
.btn-solutions::after {
    content: "";
    z-index: 0;
    filter: blur(16px);
    background: linear-gradient(90deg, #5d00b3bf 0%, #8200fabf 39.9%, #f024f6bf 100%);
    border-radius: 1.6rem;
    transition: all .3s ease-in-out;
    position: absolute;
    inset: 0;
}
.btn-solutions:hover {
    color: #ffffff;
}
.btn-solutions:hover::before {
    opacity: 1;
}

.or-divider:before, .or-divider:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    top: 50%;
    background-color: #b2bcc6;
}
.or-divider:before {
    left: 0;
}
.or-divider:after {
    right: 0;
}
.or-divider span {
    margin: 0 auto;
    background: #f8f8f8;
    z-index: 1;
    padding: 0 10px;
}

.or-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 28px 0;
    position: relative;
}

footer {
}
footer h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}
footer p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    padding-bottom:10px;
}
footer .txt-a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    padding-bottom:10px;
}
footer ul {
    padding: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
footer ul li {
    list-style: none;
}
footer ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #D3D6D8;
    /*  初始底部横线  */
    text-decoration: none;
}
footer ul li a:hover {
    color: #FFFFFF;
    text-decoration:underline;
}
footer .social-icons li {
    display: inline-block;
}
footer .social-icons li a {
    padding: 0px;
    margin-right: 12px;
}
footer hr {
    border: 0.5px solid #7B838B;
    margin-bottom: 20px;
}
footer .copyright a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #D3D6D8;
    /*  初始底部横线  */
    text-decoration: none;
}
footer .copyright a:hover {
    color: #FFFFFF;
    text-decoration:underline;
}

.list_carousel {
    margin: 0 0 30px 60px;
    width: 360px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.list_carousel li {
    padding: 0 30px;
}
.list_carousel li img {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 100%;
    height: auto;
}
.list_carousel li img:not([srcset]) {
    width: auto
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.row {
    --bs-gutter-y: 1.5rem;
}
.b2b-box {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 37px;
    height: 100%;
}
.b2b-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
}
.b2b-box h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 8px;
}
.b2b-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #23313e;
}

.nectar-cta .link_wrap .link_text {
    color: inherit
}

.nectar-cta>p {
    padding-bottom: 0
}

.nectar-cta[data-text-color=custom] .link_wrap .link_text:after,.nectar-cta[data-text-color=custom] .link_wrap:after {
    border-color: inherit!important
}

.nectar-cta[data-text-color=custom] .link_wrap:before {
    color: inherit!important
}
.nectar-cta[data-style=arrow-animation] svg,.nectar-cta[data-style=arrow-animation] svg polyline {
    stroke: currentColor
}

.team-meta .nectar-cta[data-style=arrow-animation] svg polyline {
    stroke-dashoffset: 0;
    stroke-dasharray: 0
}

.nectar-cta[data-style=arrow-animation] svg polyline {
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text:after {
    display: none
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
    padding: 0 0 0 40px;
    position: relative;
    /*  出去A链接下面的下划线  */
    text-decoration: none;
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
    display: block;
}
.nectar-cta[data-style=arrow-animation] .line {
    height: 1px;
    width: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    top: 50%;
    transform-origin: left;
    background-color: #000;
    transform: translateY(calc(-50% + .5px)) translateZ(0)
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .line {
    background-color: #fff;
    animation: ctaArrowLineStart .45s cubic-bezier(.23,.46,.4,1) forwards;
}
.nectar-cta[data-style=arrow-animation] svg {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 6px;
    stroke: currentColor;
}
.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
    animation: ctaArrowTextStart .45s cubic-bezier(.23,.46,.4,1) forwards
}
.nectar-cta[data-style=arrow-animation] .line {
    animation: ctaArrowLineStart .45s cubic-bezier(.23,.46,.4,1) forwards
}
.nectar-cta[data-style=arrow-animation] svg {
    animation: ctaArrowSVGStart .45s cubic-bezier(.23,.46,.4,1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text .line {
    animation: ctaArrowLineEnd .45s cubic-bezier(.23,.46,.4,1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text>.text {
    animation: ctaArrowTextEnd .45s cubic-bezier(.23,.46,.4,1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover svg {
    animation: ctaArrowSVGEnd .45s cubic-bezier(.23,.46,.4,1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline {
    animation: ctaArrowStart .45s ease .25s forwards
}
@keyframes ctaArrowTextStart {
    0% {
        transform: translateX(6px) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

@keyframes ctaArrowTextEnd {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(6px) translateZ(0)
    }
}
@keyframes ctaArrowLineStart {
    0% {
        transform-origin: left;
        transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0)
    }

    100% {
        transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
}
@keyframes ctaArrowLineEnd {
    0% {
        transform-origin: right;
        transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
    50% {
        transform-origin: right;
        transform: scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)
    }
    51% {
        transform-origin: left
    }
    100% {
        transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin: left
    }
}
@keyframes ctaArrowStart {
    0% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px;
    }

    100% {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px;
    }
}
@keyframes ctaArrowEnd {
    0% {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px;
    }

    100% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px;
    }
}
@keyframes ctaArrowSVGStart {
    0% {
        transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }

    100% {
        transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
}

@keyframes ctaArrowSVGEnd {
    0% {
        transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }

    100% {
        transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
}

/* 让轮播图容器有固定高度 */
.owl-carousel {
}

/* 让轮播图的 item 高度为 100% */
.owl-carousel .owl-stage-outer {
    height: 100%;
}

.owl-carousel .owl-stage {
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.owl-carousel .owl-item {
    height: 100%;
    display: flex;
    align-items: stretch;
}

/* 让轮播图中的内容容器高度为 100% */
.owl-carousel .item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 让 box-leader 高度为 100% */
.owl-carousel .box-leader {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 让描述文字区域自动填充剩余空间 */
.owl-carousel .userdesc {
    flex: 1;
}
.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: rgba(0, 0, 0, .25);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition: all .13s ease;
    transition: all .13s ease;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 9px;
    height: 9px;
    background: #c74a27;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.box-leader {
    background: #F9F9F9;
    padding: 25px;
    border-radius: 15px;
}
.box-leader .box-leader-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
    margin-bottom: 2px;
}
.box-leader .box-leader-top .userinfo {
    display: flex;
    align-items: center;
}
.box-leader .box-leader-top .userinfo .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.box-leader .box-leader-top .userinfo .names {
    margin-left: 15px;
}
.box-leader .box-leader-top .userinfo .names .name {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #23313e;
}
.box-leader .box-leader-top .userinfo .names .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #23313e;
}
.box-leader .box-leader-top .company {
    width: 140px;
}
.box-leader .userdesc {
    padding: 25px 5px;
}
.box-leader .userdesc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #23313e;
}

.partners {
    background: #a82700;
}

.box-login {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
    color: var(--dark-color);
}
.box-login h1 {
    margin-top: 20px;
    font-size: 32px;
}

.box-login-adv{
    position: relative;
    height: 100%;
    width: 100%;
}
.box-login-adv .logo{
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 51px;
    width: 155px;
}
.box-login-adv .perex {
    position: relative;
    z-index: 2;
    max-width: 660px;
    padding: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.box-login-adv h2 {
    font-size: 60px;
    line-height: 73px;
}
.box-login-adv h2.with-make {
    margin-bottom: 2rem;
    color: #ea33f7;
}
.box-login-adv .perex p {
    color: #e2d0e7;
    font-size: 22px;
    line-height: 24px;
}
.box-login-adv .perex p:not(:last-child) {
    margin-bottom: 2rem;
}
.box-login-adv::before {
    background: radial-gradient(79.85% 56.11% at 69.93% 80.9%, rgba(254, 0, 254, 0.2) 0%, rgba(244, 7, 245, 0.2) 0.01%, rgba(36, 3, 66, 0.2) 100%) #240342;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.box-login-adv:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 318px;
    width: 477px;
    background-image: url("data:image/svg+xml,%3Csvg width='477' height='318' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.1' fill-rule='evenodd' clip-rule='evenodd' d='M590.59 96.789c-43.291-86.67-147.485-121.564-232.726-77.954-46.33 23.723-77.526 65.757-89.394 113.106-23.882 65.703-80.186 80.071-113.884 75.336-28.648-6.511-58.642-2.719-84.827 10.725C6.996 250.121-18.002 327.98 13.927 391.904c31.93 63.924 108.71 89.698 171.473 57.578 25.624-13.074 46.087-34.59 58.018-61.007 39.781-67.976 101.13-60.453 127-50.464 44.989 18.918 97.459 18.619 144.222-5.311 85.24-43.617 119.241-149.241 75.95-235.911Z' fill='url(%23a)'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(406.88822 -381.56193 604.64261 644.77595 73.174 549.133)'%3E%3Cstop stop-color='%23F407F5' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23F407F5'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.form-control.is-invalid {
    border-color: #dc3545;
}
.invalid-feedback {
    display: block; /* 确保错误提示始终显示 */
    color: #dc3545;
}
.password-toggle {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 1400px) {
    .box-login {
        width: 41%;
    }
    .box-login-adv {
        width: 59%;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .box-login {
        width: 45%;
    }
    .box-login-adv {
        width: 55%;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .box-login {
        width: 50%;
    }
    .box-login-adv {
        width: 50%;
    }
}

#loginForm .form-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
    color: #23313e;
}
#loginForm .form-label a {
    font-size: 12px;
    line-height: 31px;
    color: #4c5660;
}

.divider-wrap {

}
.divider-wrap .divider-small-border {
    background: #c74a27;
    margin: 35px 0;
    width: 70px;
    height: 2px;
}
.divider-wrap.white .divider-small-border {
    width: 100%;
    background: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.divider-wrap.white-60 .divider-small-border {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    height: 1px;
    margin: 15px 0;
}

.providers {
    margin-top: 0;
    border-top: 1px solid #919EC6;
    border-bottom: 1px solid #919EC6;
}
.providers>div {
    margin-top: 0;
    border-right: 1px solid #919EC6;
}
.box-providers {
    padding: calc(100vw* 0.05);
    height: 100%;
}
.box-providers h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    color: #23313e;
}
.box-providers h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    color: #23313e;
}
.box-providers p {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #23313e;
}

.list-partner1 {
    padding-left: 0;
}
.list-partner1 li {
    margin-bottom: 2rem;
    list-style: none;
}
.list-partner1 li h5{
    font-weight: 700;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #23313E;
}
.list-partner1 li .bi{
    color: #7198c1;
    font-size: 16px;
    margin-right: 10px;
    line-height: 28px;
}
.list-partner1 li .text{
    font-size: 16px;
    line-height: 28px;
    color: #23313e;
    margin-bottom: 0;
}

.section.stomps {
    position: relative;
    background: #23313e;
}
.section.stomps .nectar-shape-divider-wrap {
    left: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform: translateZ(0);
}
.section.stomps .nectar-shape-divider-wrap svg {
    width: 100%;
    left: 0;
}
.section.stomps .nectar-shape-divider-wrap svg {
    width: 100%;
    left: 0;
}
.section.stomps .nectar-shape-divider-wrap svg polygon:nth-child(2) {
    opacity: 0.15;
}
.section.stomps .nectar-shape-divider-wrap svg rect {
    opacity: 0.3;
}

.section.stomps .container {
    position: relative;
    z-index: 4;
}
.section.stomps .container h2 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}
.section.stomps .container h2>span {
    display: inline-flex;
    margin-right: 5px;
}
.section.stomps .container h2>span span {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}
.section.stomps .container .list {
    padding-left: 0;
}
.section.stomps .container .list>li .item-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section.stomps .container .list>li .item-top .text {
    color: #ffffff;
}
.section.stomps .container .list>li .item-top .text h2 {
    font-size: 1.8vw;
    line-height: 1.5;
}
.section.stomps .container .list>li .item-top .text p {
    font-size: 1vw;
    padding-bottom: 0;
}
.section.stomps .container .list>li .item-top .icon {
}
.section.stomps .container .list>li .item-top .icon h2 {
    display: flex;
    font-size: 2.2vw;
    padding-bottom: 0;
}

.banner-solutions {
    background: radial-gradient(90% 106.38% at 122.89% 49.97%, #8200fa 0%, #7200dc 9%, #5a00ad 25%, #450086 41%, #360067 56%, #2b0052 72%, #240045 86%, #220041 100%);
    color: #fff;
    background-size: 150%;
    animation: 5s ease-in-out infinite alternate Section-module-scss-module__sX6ybW__animateBackground;
}
.list-solutions {
    list-style: none;
    padding-left: 1.5rem;
}
.list-solutions li {
    position: relative;
    margin-bottom: 0.5rem;
}
.list-solutions li::before {
    content: '';
    position: absolute;
    left: -1.2rem; /* 调整图标的水平位置 */
    top: 0.6rem; /* 调整图标的垂直位置 */
    width: 7px; /* 圆的直径 */
    height: 7px;
    border: 2px solid #666; /* 圆的边框颜色和粗细 */
    border-radius: 50%; /* 圆形 */
}

.box-resources {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    padding: 30px;
    background: linear-gradient(123.59deg, #e5e9ec1a .85%, #7302d50d 100%);
    border-radius: 15px;
    text-decoration: none;
    height: 100%;
}
.box-resources::before {
    content: "";
    z-index: -1;
    border-radius: 15px;
    padding: 1px;
    position: absolute;
    inset: 0;
    background: linear-gradient(#0000000d 0%, #0000001a 100%);
}
.box-resources::after {
    content: "";
    z-index: 0;
    border-radius: 15px;
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(123.59deg, #e5e9ec4d .85%, #7302d50d 100%);
    transition: opacity .3s ease-in-out;
}

.box-resources .icon {
    width: 52px;
    height: 52px;
    margin-bottom: 25px;
}
.box-resources .text-h2 {
    margin-bottom: .8rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}
.box-resources .text-cc {
    font-size: 16px;
    font-weight: 400;
    opacity: .75;
    color: #23313e;
}

.box-resources .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    margin-top: auto;
    padding-top: 2.4rem;
    margin-bottom: 0;
    font-size: 14px;
    color: #dd3dee;
}
.box-resources .link .bi {
    font-size: 22px;
    line-height: 1;
}
.box-resources:hover::after {
    opacity: 1;
}
.box-providers:hover .link {
    color: #FF3EFF !important;
}

.text-body-large {
    max-width: 768px;
    margin: 0 auto 30px auto;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 700;
    color: #220041;
}
.body-large {
    max-width: 768px;
    margin: 0 auto;
}
.body-large p {
    color: #220041;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.box-about1 {
    background: linear-gradient(123.59deg, #e5e9ec1a .85%, #7302d50d 100%);
    border-radius: 2.4rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    border: 1px solid #0000001a;
}
.box-about1 .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    text-align: center;
}
.box-about1 .d-flex img {
    width: 48px;
    height: 48px;
}
.box-about1 .d-flex>p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}
.box-about1>p {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #220041;
    text-align: center;
}
