:root {
    --theme-primary: #6d14ff;
    --theme-primary2: #8438ff;
    --theme-primary3: #3e0e7b;
    --theme-primary-05-border: rgba(109, 20, 255, 0.5);
    --theme-primary-06-border: #ededed;
    --theme-primary-07-border: #f2f2f2;
    --theme-primary-023-border: rgba(109, 20, 255, 0.23);
    --theme-primary-2: #ff5c16;
    --theme-success: #67c23a;
    --theme-warning: #e6a23c;
    --theme-danger: #f56c6c;
    --theme-gradient-1: linear-gradient(92deg, #15d748, #5622ff);
    --theme-gradient-1-hover: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), var(--theme-gradient-1);
    --theme-gradient-1-active: linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), var(--theme-gradient-1);
    --theme-gradient-1-disabled: linear-gradient(hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), var(--theme-gradient-1);
    --theme-gradient-2: linear-gradient(92deg, #22a2cc, #c04ef2);
    --theme-gradient-2-hover: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), var(--theme-gradient-2);
    --theme-gradient-2-active: linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), var(--theme-gradient-2);
    --theme-gradient-2-disabled: linear-gradient(hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), var(--theme-gradient-2);
    --theme-gradient-3: linear-gradient(92deg, #8738e0, #4079eb);
    --theme-gradient-3-hover: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), var(--theme-gradient-3);
    --theme-gradient-3-active: linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), var(--theme-gradient-3);
    --theme-gradient-3-disabled: linear-gradient(hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), var(--theme-gradient-3);
    --theme-text-1: #262626;
    --theme-text-2: #666;
    --theme-text-3: #8c8c8c;
    --theme-text-4: #bfbfbf;
    --theme-text-5: #fff;
    --theme-text-6: #1f1b22;
    --theme-text-7: #989a9c;
    --theme-title-1: "16px";
    --theme-title-2: "14px";
    --theme-title-3: "14px";
    --theme-title-4: "12px";
    --theme-bg-1: #f3f3f4;
    --theme-bg-2: #fff;
    --theme-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    --theme-evip-color: #6d14ff;
    --theme-svip-color: #007bff;
    --theme-vip-color: #d1a658;
    --theme-free-color: #989a9c;
    --theme-primary-geo: #1e3fec;
    --theme-primary2-geo: #4079eb;
    --theme-primary3-geo: #23408a
}

body {
    background: #f1f1f7;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.floor1 {
    position: relative;
    background-size: cover;
    width: 100%;
    min-width: 1300px;
    height: 723px;
    position: relative;
}

.floor1-box {
    width: 1300px;
    margin: 0 auto;
}

.search_content {
    padding-top: 180px;
    width: 864px;
}

.hero-section {
    margin-bottom: 32px;
}

.hero-section .description {
    font-size: 40px;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.hero-section .description .highlight {
    color: var(--theme-primary);
    font-weight: 600;
    position: relative;
}

.hero-section .description .highlight {
    color: var(--theme-primary);
    font-weight: 600;
    position: relative;
}

.i_new {
    position: absolute;
    width: 40px;
    height: 19px;
    overflow: hidden;
    display: block;
    top: -14px;
    right: -40px;
}

.prompt-search-box {
    width: 100%;
    font-family: PingFang SC;
}

.search-wrapper {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid var(--theme-primary);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.input-container,
.search-wrapper .search-content {
    display: flex;
}

.search-wrapper .search-content {
    flex-direction: column;
    gap: 12px;
}

.way-section .way-left,
.way-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.way-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.way-section .way-left {
    gap: 24px;
    flex: 1;
    justify-content: space-between;
}

.way-section .way-left,
.way-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.way-section .way-list .way-item,
.way-section .way-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.way-section .way-list {
    padding: 4px;
    gap: 4px;
    background: #f3f2f5;
    border-radius: 8px 8px 8px 8px;
}

.way-section .way-list .way-item.active {
    background: #fff;
    color: var(--theme-primary);
}

.way-section .way-list .way-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.way-section .way-list .way-item,
.way-section .way-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.way-section .way-list .way-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.way-section .way-list .way-item,
.way-section .way-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.way-section {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.input-container {
    flex: 1;
    flex-direction: column;
    min-width: 0;
    background: #fafafa;
    border-radius: 8px;
    position: relative;
    display: flex;
}

.input-row.has-button {
    padding-right: 4px;
}

.input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding: 0 16px;
    background: transparent;
    height: 48px;
    position: relative;
}

.label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.label-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.arrow-icon {
    font-size: 14px;
    color: #8c8c8c;
    font-style: normal;
}

.el-icon-arrow-down:before {
    content: "\e6df";
}

.main-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #1f1b22;
    background: transparent;
    border: none;
    outline: none;
}

.search-history-component {
    position: absolute;
    top: 100%;
    z-index: 2000;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 8px 0 0;
    font-family: PingFang SC;
    border: 1px solid #ebeef5;
    overflow: hidden;
}

.history-header .header-action {
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
}

.history-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 280px;
    overflow-y: auto;
}

.history-footer {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #ebeef5;
    margin-top: 4px;
}

.history-footer .close-text {
    font-size: 12px;
    color: #909399;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.flex_c_b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_c_b,
.flex_c_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.platform-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.platform-card,
.platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.platform-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.platform-card {
    padding: 8px 12px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.platform-card,
.platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.check-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    background: #6d14ff;
    border-radius: 4px 0 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    display: none;
}

.platform-card.active .check-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.platform-icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.platform-icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.platform-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    white-space: nowrap;
}

.platform-card.active .check-badge::after {
    content: "✓";
    position: absolute;
    color: #fff;
}

.flex_c,
.flex_c_inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_c,
.flex_n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 104px;
    height: 38px;
}

.el-button--primary {
    color: #fff;
    background-color: #6d14ff;
    border-color: #6d14ff;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background-color: #6d14ff;
    border-color: #6d14ff;
    border: 1px solid #dcdfe6;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
}

a.el-button {
    line-height: 22px;
}

.features-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    border-bottom: 1px solid #eee;
}

.feature-card {
    padding: 25px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    position: relative;
}

.feature-card .flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.feature-card .card-icon {
    width: 70px;
    height: 70px;
}

.feature-card .feature-content {
    margin-bottom: 12px;
}

.feature-card .feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.feature-card .feature-arrow {
    margin-left: 4px;
    font-size: 16px;
    color: #333;
    display: inline-block;
}

.feature-card .feature-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 14px;
}

.reference-source-trend {
    margin-top: 80px;
    font-family: PingFang SC;
}

.reference-source-trend .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1d2129;
    margin-bottom: 40px;
    line-height: 50px;
}

.reference-source-trend .platform-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.reference-source-trend .platform-tabs .platform-item.active,
.reference-source-trend .platform-tabs .platform-item:hover {
    background: #f7f2ff;
    border: 1px solid #6d14ff;
}

.reference-source-trend .platform-tabs .platform-item {
    background: #f7f8fa;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 24px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
    height: 40px;
}

.reference-source-trend .platform-tabs .platform-item .platform-icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.reference-source-trend .content-box {
    background: #fff;
    border-radius: 32px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    min-height: 587px;
}

.reference-source-trend .content-box .chart-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reference-pie-chart {
    width: 100%;
    position: relative;
}

.reference-pie-chart .chart-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.reference-pie-chart .center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.reference-source-trend .content-box .chart-wrapper .center-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reference-source-trend .content-box .chart-wrapper .center-info .center-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}
.reference-source-trend .content-box .chart-wrapper .center-info .center-text {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.reference-source-trend .content-box .list-wrapper {
    width: 850px;
    padding: 20px 12px;
    background: #f8f8fc;
    border-radius: 16px 16px 16px 16px;
}

.reference-source-trend .content-box .list-wrapper .list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #1d2129;
}

.reference-source-trend .content-box .list-wrapper .list-header .header-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

.reference-source-trend .content-box .list-wrapper .list-header .header-group .col-source {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.reference-source-trend .content-box .list-wrapper .list-header .header-group .col-rate {
    width: 100px;
    text-align: left;
}

.reference-source-trend .content-box .list-wrapper .list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .rank-num {
    width: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .rank-num .rank-icon {
    width: 22px;
    height: 26px;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 0 12px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
}
.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right:hover {
    border: 1px solid #fff;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right .source-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 206px;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right .source-info .color-dot {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-right: 8px;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right .source-info .source-name {
    max-width: 160px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.TextE1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right .rate-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right .rate-info .progress-bg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 22px;
    background: #f3f2f5;
    position: relative;
    overflow: hidden;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right .rate-info .progress-bg .progress-bar {
    height: 100%;
    border-radius: 2px;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.reference-source-trend .content-box .list-wrapper .list-body .list-item .list-item-right .rate-info .progress-bg .rate-text {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
}
.geo-intro {
    margin-top: 80px;
    font-family: PingFang SC;
}
.geo-intro .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1d2129;
    margin-bottom: 40px;
    line-height: 50px;
}
.geo-intro .section-what {
    margin-bottom: 58px;
    padding: 60px;
    background-image: url(../image/bg2.png);
    background-size: 100% 100%;
    border-radius: 32px;
}
.geo-intro .section-what .what-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}
.geo-intro .section-what .what-cards .card {
    padding: 45px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, 0));
    -webkit-box-shadow: 0 30px 30px -20px rgba(188, 179, 204, .6);
    box-shadow: 0 30px 30px -20px rgba(188, 179, 204, .6);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.geo-intro .section-what .what-cards .card .icon-box {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}
.geo-intro .section-what .what-cards .card .card-text {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
    text-align: center;
}
.geo-intro .section-what .what-desc {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    border-radius: 12px;
    text-align: left;
}
.geo-intro .section-what .what-desc .highlight, .geo-intro .section-what .what-desc .purple {
    color: var(--theme-primary);
    font-weight: 600;
}
.geo-intro .section-why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.geo-intro .section-why .central-visual-wrapper {
    position: relative;
}
.geo-intro .section-why .central-visual-wrapper .section-title {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 36px;
    color: #1d2129;
    line-height: 50px;
}
.geo-intro .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1d2129;
    margin-bottom: 40px;
    line-height: 50px;
}
.geo-intro .section-why .central-visual-wrapper .central-visual {
    width: 615px;
    height: 615px;
}
.geo-intro .section-why .why-content-box {
    background: hsla(0, 0%, 100%, .6);
    border-radius: 32px 32px 32px 32px;
    border: 2px solid #fff;
    padding: 40px 85px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-top: -325px;
}
.geo-intro .section-why .why-content-box .why-desc {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 28px;
}
.geo-intro .section-why .why-content-box .stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.geo-intro .section-why .why-content-box .stats-row .stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 370px;
    height: 186px;
}
.geo-intro .section-why .why-content-box .stats-row .stat-item .stat-img {
    width: 274px;
    height: 70px;
}
.geo-intro .section-why .why-content-box .stats-row .stat-item .stat-label {
    margin-top: 18px;
    height: 34px;
    font-weight: 600;
    font-size: 24px;
    color: #1d2129;
    line-height: 34px;
    text-align: center;
}
.geo-principle {
    margin-top: 32px;
    margin-bottom: 32px;
}
.principle-container {
    background: linear-gradient(135deg, #f8f9ff, #fff 50%, #f5f7ff);
    border-radius: 24px;
    padding: 32px;
    -webkit-box-shadow: 0 8px 32px rgba(109, 20, 255, .08), 0 2px 8px rgba(107, 19, 253, .04);
    box-shadow: 0 8px 32px rgba(109, 20, 255, .08), 0 2px 8px rgba(107, 19, 253, .04);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(109, 20, 255, .08);
}
.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0 0 40px 0;
    line-height: 1.2;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.principle-content {
    position: relative;
    width: 100%;
    height: 800px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 32px rgba(109, 20, 255, .12), 0 2px 12px rgba(107, 19, 253, .06);
    box-shadow: 0 8px 32px rgba(109, 20, 255, .12), 0 2px 12px rgba(107, 19, 253, .06);
}
.principle-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.principle-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.left-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.info-cards {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 40px;
    display: flex;
}
.left-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-cards, .left-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-card {
    width: 350px;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .95), rgba(248, 249, 255, .95));
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    -webkit-box-shadow: 0 8px 24px rgba(109, 20, 255, .15);
    box-shadow: 0 8px 24px rgba(109, 20, 255, .15);
    border: 1px solid hsla(0, 0%, 100%, .8);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    pointer-events: auto;
    position: relative;
}
.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.card-description {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px 0;
    text-align: justify;
}
.left-cards .card-highlight {
    background: linear-gradient(135deg, rgba(255, 107, 53, .08), rgba(247, 147, 30, .08));
    border-left: 3px solid #ff6b35;
}
.card-highlight {
    padding: 12px;
    background: linear-gradient(135deg, rgba(109, 20, 255, .08), rgba(178, 102, 255, .08));
    border-radius: 8px;
    border-left: 3px solid #6d14ff;
}
.left-cards .card-highlight .highlight-text {
    color: #ff6b35;
}
.card-highlight .highlight-text {
    font-size: 12px;
    font-weight: 600;
    color: #6d14ff;
    display: block;
    margin-bottom: 4px;
}
.card-highlight .highlight-content {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}
.right-cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.right-cards-title {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 350px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    background: linear-gradient(135deg, #6d14ff, #b266ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}
.info-card {
    width: 350px;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .95), rgba(248, 249, 255, .95));
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    -webkit-box-shadow: 0 8px 24px rgba(109, 20, 255, .15);
    box-shadow: 0 8px 24px rgba(109, 20, 255, .15);
    border: 1px solid hsla(0, 0%, 100%, .8);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    pointer-events: auto;
    position: relative;
}
.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.card-description {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px 0;
    text-align: justify;
}
.right-cards .card-highlight {
    background: linear-gradient(135deg, rgba(109, 20, 255, .08), rgba(178, 102, 255, .08));
    border-left: 3px solid #6d14ff;
}
.card-highlight {
    padding: 12px;
    background: linear-gradient(135deg, rgba(109, 20, 255, .08), rgba(178, 102, 255, .08));
    border-radius: 8px;
    border-left: 3px solid #6d14ff;
}
.right-cards .card-highlight .highlight-text {
    color: #6d14ff;
}
.card-highlight .highlight-text {
    font-size: 12px;
    font-weight: 600;
    color: #6d14ff;
    display: block;
    margin-bottom: 4px;
}
.card-highlight .highlight-content {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}
.geo-effect {
    margin-top: 32px;
    margin-bottom: 32px;
}
.effect-container {
    background: linear-gradient(135deg, #f8f9ff, #fff 50%, #f5f7ff);
    border-radius: 24px;
    padding: 32px;
    -webkit-box-shadow: 0 8px 32px rgba(109, 20, 255, .08), 0 2px 8px rgba(107, 19, 253, .04);
    box-shadow: 0 8px 32px rgba(109, 20, 255, .08), 0 2px 8px rgba(107, 19, 253, .04);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(109, 20, 255, .08);
}
.deco-circle.deco-circle-1 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(109, 20, 255, .06) 0, transparent 70%);
    top: -150px;
    right: -100px;
    -webkit-animation: float-1d992104 10s ease-in-out infinite;
    animation: float-1d992104 10s ease-in-out infinite;
}
.deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.deco-circle.deco-circle-2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(109, 20, 255, .05) 0, transparent 70%);
    bottom: -80px;
    left: 10%;
    animation: float-1d992104 12s ease-in-out infinite reverse;
}
.deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 48px 0;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.highlight-keyword {
    font-weight: 700;
    background: linear-gradient(135deg, #6d14ff, #b266ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding: 0 2px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
}
.service-card {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .95), rgba(248, 249, 255, .95));
    border-radius: 20px;
    padding: 32px;
    border: 1px solid rgba(109, 20, 255, .08);
    -webkit-box-shadow: 0 4px 20px rgba(109, 20, 255, .06);
    box-shadow: 0 4px 20px rgba(109, 20, 255, .06);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
}
.card-header, .card-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-header {
    gap: 12px;
    margin-bottom: 20px;
}
.card-icon {
    width: 46px;
    height: 46px;
    background: rgba(109, 20, 255, .08);
    border-radius: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.3;
}
.card-description {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px 0;
    text-align: justify;
}
.features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.feature-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #6d14ff, #b266ff);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-box-shadow: 0 2px 4px rgba(109, 20, 255, .3);
    box-shadow: 0 2px 4px rgba(109, 20, 255, .3);
}
.feature-text {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    line-height: 1.5;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}