* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #0a1024;
}

.icon-park {
    width: 1em;
    height: 1em;
}

.page-content p {
    color: #ddd;
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
}

.page-header {
    background: repeating-linear-gradient(45deg, #1d2335, #0a1024 595px);
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    color: white;
}

.page-content h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 1rem;
    letter-spacing: 5px;
}

body {
    color: #6a7c92 !important;
}

main {
    margin: 0;
    padding: 0;
    zoom: normal;
}

main.content {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 42px !important;
}

h3 {
    margin: 0 !important;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7 !important;
    color: #051441 !important;
    letter-spacing: -0.5px;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 20px;
}

.padding-tb-50 {
    padding: 50px 0;
}

ul {
    list-style-type: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.admin {
    background-color: #1ab394;
    color: #FFF;
    font-family: 'LatoLatin', sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    z-index: 1;
    display: inline-block;
}

strong {
    line-height: 38px;
}

.head {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    display: inline-block;
}

/* banner */
.appointment-section {
    background-color: #131c2f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 1128px;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .appointment-section .container {
        width: 80%;
    }
}


.appointment-section .btn{
    background-color: #036dff;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    letter-spacing: 0;
    padding: 0 35px;
    position: relative;
    border-radius: 20px;
    z-index: 1;
}
.appointment-section .plain-btn{
    background-color: transparent;
    border: 1px solid #036dff;
    
}
.appointment-section .desc{
    font-size: 18px;
    color: #6a7c92;
}

.internal-orbit,
.external-orbit {
    --time: 70s;
    transform-origin: 439.027px 376.027px;
    animation: orbit-spin-52a1189f var(--time) linear infinite
}

#instagram.internal-orbit .self {
    transform-origin: 210.874px 195.5px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

#facebook.internal-orbit .self {
    transform-origin: 623.44px 155.67px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

#youtube.internal-orbit .self {
    transform-origin: 696.95px 500.22px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

#tiktok.internal-orbit .self {
    transform-origin: 482.68px 659.48px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

#google-ads.external-orbit .self {
    transform-origin: 80.95px 443.22px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

#bing.external-orbit .self {
    transform-origin: 802.05px 343.02px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

#taboola.external-orbit .self {
    transform-origin: 256.5px 58.6px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

#kwai-ads.external-orbit .self {
    transform-origin: 254.95px 691.22px;
    animation: self-rotate-52a1189f var(--time) linear infinite
}

@keyframes orbit-spin-52a1189f {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes self-rotate-52a1189f {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

.padding {
    padding: 200px 0;
    box-sizing: border-box;
}

.project-details {
    border-radius: 3px;
    padding: 18px;
    background: rgb(0 0 0 / 50%);
}

.section-heading .title {
    color: rgba(204, 227, 255, 0) !important;
    background-image: linear-gradient(to bottom, #CFC, #9CF, #CCF);
    -webkit-background-clip: text;
    line-height: 1.5;
    letter-spacing: 5px;
    padding: 10px 0;
    margin-top: 11%;
}

.project-details-meta{
    margin-bottom: 10px;
}
.project-details .btn-group,
.project-details-meta li h3 {
    color: #fff !important;
    font-size: 13px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 15px 0;
    width: 100%;
    letter-spacing: .025rem;
}

/* 左侧文字样式 */
.left {
    text-align: right;
    font-size: 3em;
}

/* 右侧文字样式 */
.right {
    text-align: left;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.padding-tb-10 {
    padding: 10px 0;
}

.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 18px;
    padding-left: 15px;
}

/* 统计数据 */
.count-section {
    background-color: #0A1024;
    padding: 120px 0;
    box-sizing: border-box;
}

.count-section .counter-img {
    width: 20%;
    object-fit: contain;
}

.count-section .counter-item {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.counter-item .counter-content {
    align-self: center;
}

.counter-item .counter-content h3 {
    font-family: "LatoLatin", Sans-serif, serif;
    font-size: 32px;
    color: #fff !important;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 5px 0 5px 0;
}

.counter-content h4 {
    color: #b8b8b8 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.count-section .counter-col .counter-item {
    background-color: #182241;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 20px;

}

.content-section .feature-list {
    margin-bottom: 30px;
}

.content-section .feature-list li {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-column-gap: 15px;
}

li svg {
    font-size: 36px;
    color: #036dff;
}

.align-items-center {
    align-items: center !important;
}

.pricing-list {
    margin-bottom: 20px;
}

.p-2 {
    padding: .5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}



.default-btn {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    letter-spacing: 0;
    padding: 0 35px;
    position: relative;
    border-radius: 2px;
    z-index: 1;
}

.default-btn a:hover {
    color: white !important;
}

.default-btn {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateY(0);
    color: white !important;
}

.default-btn:hover {
    color: white !important;
    transform: translateY(-5px);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}


.justify-content-center {
    justify-content: center !important;
}

.justify-content-center .btn {
    box-shadow: none;
    border: 1px solid #036Dff !important;
}

.justify-content-center .btn:hover {
    background-color: #036Dff;
    color: white;
    border: 1px solid #036Dff !important;
}

.swiper {
    width: 600px;
    height: 300px;
}

.swiper-button-prev {
    height: 20px;
    display: block !important;
}

.swiper-button-prev {
    display: none !important;
}

.swiper:hover .swiper-button-next {
    display: block !important;
}

.swiper:hover .swiper-button-prev {
    display: block !important;
}

.swiper-wrapper img {
    width: 80px;
    filter: invert(100%);
}

.swiper {
    height: 4% !important;
    width: 50% !important;
    text-align: center;
}

#scrollup.show {
    opacity: 1;
}

#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

#scrollup.show .scroll-to-top {
    transition: all .3s ease-in-out;
}

.saas .scroll-to-top {
    background-color: #1ab394 !important;
}

.scroll-to-top {
    transform: translateY(60px);
    cursor: pointer;
    background-color: #1ab394;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transform: translateY(150%);
    transition: all .3s ease-in-out;
}

.justify-content-between {
    justify-content: space-between !important;
}

.contact-section .email h3 {
    font-size: 3rem;
    font-family: 'LatoLatin', Sans-serif, serif;
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}

.contact-section .email {
    padding-top: 5%;
    margin: 2rem 0;
    background-color: #fff;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

figure {
    margin: 0;
    text-align: center;
}

/* 功能 */
.function-section {
    background-color: #0A1024;
    box-sizing: border-box;
}

.function-section .section-heading h2 {
    color: #fff;
}

.function-section .section-heading p {
    color: #c8c8c8;
}

.active1 {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateY(0);
}

.function-section .active1:hover .service-item {
    background-color: #036dff;
}

.function-section .service-item {
    border: 2px solid #036Dff;
    background-color: #131c2f;
    margin: 15px 0;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.function-section .service-item h3 {
    color: #fff !important;
    text-align: center;
}

.function-section .service-item .btn {
    color: #c8c8c8 !important;
    text-align: center;
    display: block;
}

.function-section .service-item p {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 20px;
}

.function-section .service-item .service-icon .service-img {
    width: 50%;
    display: block;
    margin: 0 auto 10px;
}

.function-section .service-item .service-icon .icon-park {
    width: 4em;
    height: 4em;
    display: block;
    margin: 0 auto;
}

/* 实现 */
.realize-section {
    background-color: #0A1024;
    box-sizing: border-box;
    padding: 100px 0;
    box-sizing: border-box;
}

.realize-section h2 {
    color: #fff;
}

.realize-section p {
    color: #c8c8c8 !important;
}

.realize-section .service-item {
    text-align: center;
}

.realize-section .service-item h3 {
    color: #fff !important;
}

.realize-section .service-item-bg {
    width: 60%;
    object-fit: cover;
    margin: 0 auto 20px;
}

/* 高并发 免费对接和开放接口 */
.ai-section .timeline-accordion {
    position: relative;
    padding: 20px 0;
}

.ai-section .timeline-item {
    position: relative;
}

.ai-section .timeline-item:last-child {
    margin-bottom: 0;
}

.ai-section .timeline-header {
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
}

.ai-section .timeline-header:hover h3 {
    color: #007bff;
}

.ai-section .timeline-icon {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 16px;
}

.ai-section .timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #007bff;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 10px;
}

.ai-section .timeline-item.active .timeline-dot {
    background: #007bff;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}

.ai-section .timeline-line {
    position: absolute;
    top: 26px;
    left: 6px;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #007bff 0%, #007bff 30%, #e0e0e0 100%);
    margin-top: 5px;
}

.ai-section .timeline-item:last-child .timeline-line {
    display: none;
}

.ai-section .timeline-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
    flex: 1;
    line-height: 1.4;
    color: #fff !important;
}

.ai-section .timeline-content {
    margin-left: 36px;
    padding: 10px 0 15px 0;
    display: none;
    animation: slideDown 0.3s ease;
    width: 100%;
}

.ai-section .timeline-item.active .timeline-content {
    display: block;
}

.ai-section .timeline-content p {
    margin: 0;
    color: #bcbcbc;
    line-height: 1.8;
    font-size: 15px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .ai-section .timeline-header h3 {
        font-size: 18px;
    }

    .ai-section .timeline-content p {
        font-size: 14px;
    }
}

.content-section {
    background-color: #0A1024;
    padding: 60px 0px;
    box-sizing: border-box;

}

.content-section h2 {
    color: #fff !important;
}

.content-section .feature-list h3 {
    color: #fff !important;
}

.content-section .feature-list p {
    color: #c8c8c8 !important;
}

.content-section .d-lg-block img {
    width: 70%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

/* 订阅价格方案 */
.pricing-section {
    background-color: #0A1024;
    box-sizing: border-box;
    padding: 100px 0;
    box-sizing: border-box;
}

.pricing-section .section-heading h2 {
    color: #fff !important;
}

.pricing-section .section-heading p {
    color: #c8c8c8 !important;
}

.pricing-section .cd-pricing-list .pricing-head h4 {
    font-size: 36px;
    color: #fff !important;
}

.pricing-section .cd-pricing-list .pricing-head h3 {
    font-size: 28px;
    color: #fff !important;
    padding: 20px 0;
    box-sizing: border-box;
}

.pricing-section .cd-pricing-list .warn {
    color: #9f9f9f !important;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

.pricing-section .cd-pricing-list .warn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background-color: #036Dff;
}

:root {
    --electric-border-color: #036Dff;
    --electric-light-color: oklch(from var(--electric-border-color) l c h);
    --gradient-color: oklch(from var(--electric-border-color) 0.3 calc(c / 2) h / 0.4);
    --color-neutral-900: rgba(3, 109, 255, .05);
}

.pricing-section .cd-pricing-list .pricing-box:hover {
    background: linear-gradient(-30deg, var(--gradient-color), transparent, var(--gradient-color)), linear-gradient(to bottom, var(--color-neutral-900), var(--color-neutral-900));
    border: 2px solid #036Dff;
    border-radius: 10px;
}

.pricing-section .cd-pricing-list .pricing-box:hover .glow-layer-1 {
    border: 2px solid oklch(from var(--electric-border-color) l c h / 0.6);
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(1px);
}

.pricing-section .cd-pricing-list .pricing-box:hover .glow-layer-2 {
    border: 2px solid var(--electric-light-color);
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(4px);
}

.pricing-section .cd-pricing-list .overlay-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    opacity: 1;
    mix-blend-mode: overlay;
    transform: scale(1.1);
    filter: blur(16px);
    background: linear-gradient(-30deg,
            white,
            transparent 30%,
            transparent 70%,
            white);
}

.pricing-section .cd-pricing-list .overlay-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    opacity: 0.5;
    mix-blend-mode: overlay;
    transform: scale(1.1);
    filter: blur(16px);
    background: linear-gradient(-30deg,
            white,
            transparent 30%,
            transparent 70%,
            white);
}


.pricing-section .cd-pricing-list .pricing-box {
    background-color: #131c2f;
    border: 2px solid #131c2f;
    padding-top: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 8%);
    transition: all 0.5s;
}

.pricing-section .cd-pricing-list .pricing-list li {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: -0.2px;
}

.pricing-section .cd-pricing-list .pricing-footer {
    margin: 10px 0;
}

.pricing-section .cd-pricing-list .pricing-footer .default-btn {
    border: 2px solid #036Dff;
    border-radius: 5px;
    background: transparent;
}

.pricing-section .cd-pricing-list .pricing-footer .default-btn:hover {
    background: #036Dff;
}

.pricing-section .cd-pricing-list .pricing-list li b {
    margin: 0 3px;
    font-family: "LatoLatin", Sans-serif, serif;
    font-weight: 600;
    color: #bcbcbc;
    letter-spacing: 1px;
}

/* 合作 、选择*/
.sponsor-section {
    background-color: #0A1024;
    box-sizing: border-box;
    padding: 100px 0;
    box-sizing: border-box;
}

.sponsor-section .section-heading {
    padding: 20px 0;
    box-sizing: border-box;
}

.sponsor-section .section-heading h4 {
    color: #036Dff !important;
}

.sponsor-section .section-heading p {
    color: #c8c8c8 !important;
}

.sponsor-section .bg-grey {
    padding: 60px 0;
    box-sizing: border-box;
}

/* 联系我们 */
.contact-section {
    padding: 120px 0;
    box-sizing: border-box;
    background-color: #0a1024;
}