.solution-nav {
    border-bottom: 1px solid #e6e8f5;
    min-width: 1200px;
    zoom: 1;
}

.layout-container {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.solution-nav-item {
    display: block;
    float: left;
    width: 200px;
    color: #25345c;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.25px;
    padding: 17px 0px;
}

.layout-container a {
    cursor: pointer;
    text-decoration: none;
}

.solution-module {
    min-width: 1200px;
}

.solution-title {
    font-size: 30px;
    color: #25345c;
    line-height: 44px;
    padding-top: 64px;
    text-align: center;
    font-weight: normal;
}

.solution-pain-ul {
    margin: 0 0;
    zoom: 1;
    display: flex;
}

.solution-pain-ul:before,
.solution-pain-ul:after {
    content: "";
    display: table;
}

.solution-pain-ul:after {
    clear: both;
    overflow: hidden;
}

.solution-pain-li {
    width: calc((100% + 18px) / 3 - 18px);
    padding-left: 18px;
    list-style: none;
    display: list-item;
    unicode-bidi: isolate;
}

.solution-pain-ctx {
    border: 1px solid #e6e8f5;
    border-radius: 1px;
    background-color: #f5f7fc;
}

.solution-pain-icon-1 {
    height: 48px;
    width: 48px;
    display: block;
    margin: 24px auto 0;
    background-repeat: no-repeat;
    background-position: center;
}

.solution-pain-title {
    line-height: 26px;
    font-size: 18px;
    color: #25345c;
    text-align: center;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-weight: normal;
}

.solution-item h4 {
    margin: 0;
    padding: 0;
}

.solution-item p {
    margin: 0;
    padding: 0;
}

.solution-pain-desc {
    height: 112px;
    padding: 0 25px !important;
    font-size: 14px;
    color: #7786ab;
    line-height: 22px;
    text-align: left;
}

.solution-pain-ctx-ul {
    box-sizing: border-box;
    padding: 25px;
    height: 228px;
    background-color: #fff;
    zoom: 1;
}

.solution-pain-ctx-ul::after {
    clear: both;
    overflow: hidden;
    content: "";
    display: table;
}

.solution-pain-ctx-ul::before {
    content: "";
    display: table;
}

.solution-pain-ctx-li {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #25345c;
    line-height: 22px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    padding-bottom: 10px;
    padding-left: 22px;
    position: relative;
    box-sizing: border-box;
    list-style: none;
    display: list-item;
    unicode-bidi: isolate;
    text-align: left;
}

.pain-icon {
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    vertical-align: middle;
    background: url(../../../upload/202509/check.png) no-repeat center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.scene-tabs {
    color: #1a2233;
}

.scene-tabs-header {
    height: 72px;
    background: transparent;
    box-shadow: inset 0 -1px 0 #e6e6e6;
    font-size: 20px;
    line-height: 72px;
}

.scene-tabs-header-item {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 33%;
}

.scene-tabs-header-item-active {
    color: #3C6CF0;
}

.scene-tabs-header-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #3C6CF0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.scene-tabs-header-item-active:after {
    width: 100%;
}

.scene-tabs-body {
    width: 1200px;
    overflow: hidden;
}

.scene-tabs-body-item {
    position: relative;
    zoom: 1;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
}

.scene-tabs-body-item-active {
    padding-top: 40px;
    width: 1200px;
    opacity: 1;
    height: auto;
}

.scen-tabs-image-wrapper {
    float: left;
}

.scen-tabs-image-wrapper img {
    width: 610px;
    height: 500px;
    object-fit: contain;
}

.scen-tabs-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 670px;
}

.scen-tabs-content h2 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 24px;
    text-align: left;
}

.scen-tabs-desc {
    font-size: 18px;
    line-height: 27px;
    color: #636974;
}

.solution-introduction {
    padding-top: 20px;
}

.solution-introduction-content {
    display: flex;
    margin-top: 10px;
}

.solution-introduction-title {
    border-radius: 8px;
    background: linear-gradient(180deg,
            rgba(60, 108, 240, 0.0784) 0%,
            rgba(60, 108, 240, 0) 100%);
    box-sizing: border-box;
    border: 1px dashed #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(60, 108, 240, 0.16);
    display: flex;
}

.solution-introduction-title-txt {
    font-size: 20px;
    font-weight: bold;
    color: #007bff;
    text-align: center;
    width: 30px;
    margin: auto 10px;
}

.solution-introduction-body {
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px dashed #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(60, 108, 240, 0.16);
    margin-left: 30px;
    display: flex;
    width: 100%;
}

.solution-introduction-body-col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80%;
}

.solution-introduction-body-item {
    border-radius: 8px;
    background: #F0F4FE;
    box-sizing: border-box;
    border: 1px dashed #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(60, 108, 240, 0.16);
    margin: 10px 20px 10px 20px;
    flex-basis: calc(100% / 4 - 40px);
}

.solution-introduction-body-item-txt {
    text-align: center;
    margin: 20px 20px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #040b1d;
}

.solution-introduction-more {
    border-radius: 8px;
    background: #F0F4FE;
    box-sizing: border-box;
    border: 1px dashed #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(60, 108, 240, 0.16);
    height: 80%;
    width: 15%;
    margin: auto;
    display: flex;
}

.solution-introduction-more-txt {
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #040b1d;
    margin: auto;
}

.solution-advantage {
    height: 200px;
}

.solution-advantage-ul {
    zoom: 1;
}

.solution-advantage-li {
    float: left;
    width: 25%;
    text-align: center;
    list-style: none;
}

.solution-advantage-icon {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

.solution-advantage-title {
    padding-top: 24px !important;
    line-height: 28px;
    font-size: 18px;
    color: #25345c;
    letter-spacing: 0.32px;
    font-weight: normal;
}

.solution-advantage-content {
    padding: 8px 40px 24px !important;
    font-size: 14px;
    color: #7786ab;
    line-height: 22px;
}

.solution-advantage-content::before {
    content: "";
    display: table;
}

.solution-advantage-content::after {
    clear: both;
    overflow: hidden;
}

.solution-customer-img {
    float: left;
    text-align: center;
    width: calc((100% + 50px) / 5 - 20px);
    ;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #b7b9bd;
}

.solution-customer-img img {
    max-width: 100% !important;
    vertical-align: top;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

/* 步骤之间的连接线 */
.process-steps::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 10%;
    width: 80%;
    height: 4px;
    background-color: #e0e0e0;
    z-index: 1;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3C6CF0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.step-circle.active {
    background-color: #3C6CF0;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(44, 62, 80, 0.4);
}

.step-circle.completed {
    background-color: #2ecc71;
}

.step-text {
    margin-top: 15px;
    text-align: center;
    max-width: 200px;
    padding: 0 10px;
}

.step-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.step-description {
    font-size: 0.9rem;
    color: #7f8c8d;
    line-height: 1.4;
}
