: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;

    --color-title: #181818;
    --color-title-desc: #52525b;
}
.bg-hui {
    background-color: #F9F9F9;
}
.bg-contact {
    background-image: url("../images/connect-your-apps-scaled.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.bg-contact .contact-title {
    background: #f5f3ff;
    padding: 4px 10px;
    border: 1px solid #ddd6fe;
    border-radius: 10px;
    color: #6d28d9;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: max-content !important;
}

.color-title {
    color: var(--color-title);
}
.color-title-desc {
    color: var(--color-title-desc);
}

.btn-yellow {
    --bs-btn-color: #181818;
    --bs-btn-bg: #d2f059;
    --bs-btn-border-color: #d2f059;
    --bs-btn-hover-color: #181818;
    --bs-btn-hover-bg: #c0df42;
    --bs-btn-hover-border-color: #c0df42;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 600;
}

.btn-blue {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #4868c3;
    --bs-btn-border-color: #4868c3;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #4868c3;
    --bs-btn-hover-border-color: #4868c3;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 300;
}
.btn-black {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #52525B;
    --bs-btn-border-color: #52525B;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #52525B;
    --bs-btn-hover-border-color: #52525B;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 600;
}
.btn-white {
    --bs-btn-color: #181818;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #52525B;
    --bs-btn-hover-color: #181818;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #52525B;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 600;
}
/*圆脚*/
.btn-rounded {
    border-radius: 32px;
}

.btn-grey {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #272729;
    --bs-btn-border-color: #374151;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #272729;
    --bs-btn-hover-border-color: #272729;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 600;
}
.btn-grey>img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: -2px;
}

/* tabs-btn */
.btn-tabs {
    --bs-btn-color: #52525b;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #e0e0e0;
    --bs-btn-hover-color: #52525b;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #e0e0e0;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-font-size: 0.9rem;
    --bs-btn-font-weight: 500;
}
.btn-tabs.active {
    --bs-btn-color: #181818;
    --bs-btn-bg: #d2f059;
    --bs-btn-border-color: #d2f059;
    --bs-btn-hover-color: #181818;
    --bs-btn-hover-bg: #d2f059;
    --bs-btn-hover-border-color: #d2f059;

    color: #181818;
    background-color: #d2f059;
    border-color: #d2f059;
}

.custom-title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.horiz-sep:empty {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d5d5d5
}

.horiz-sep:empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.bg-f3f8fb{
    background: #f3f8fb;
}
.bg-1377bc {
    background-color: #1377bc;
}
.text-right {
    text-align: right;
}
.width-15 {
    width: 15%;
}
.width-20 {
    width: 20%;
}
.width-30 {
    width: 30%;
}
.product-list-a {
    text-decoration-line: underline;
    color: #65697f;
    font-size: 0.85rem;
}
.product-list-a:hover {
    color: #4868c3;
    text-decoration-line: none;
}

.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.countdown .single-count-content {
    font-size: 18px;
    text-align: center;
}
.countdown .single-count-content .count {
    font-weight: 600;
}
.countdown .single-count-content .text {
    font-size: 12px;
    margin-bottom: 0;
}

.custom-notice {
    background-color: #7759f0;
}
.custom-notice .notice-close {
    position: absolute;
    top: 2px;
    right: 2px;

    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
    z-index: 1;
}
.custom-notice .notice-content {
    position: relative;
    height: 56px;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
}
.custom-notice .notice-content .notice-content-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-notice .notice-content .notice-title {
    display: flex;
    margin-bottom: 0;
    color: #ffffff;
}
.custom-notice .notice-content .notice-title span {
    /*  一行显示，超出部分隐藏  */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-notice .notice-content .notice-icon {
    height: 32px;
}
.custom-notice .notice-content .notice-link {
    color: #ffffff;
    font-weight: 600;
    /*  一行显示，超出部分隐藏  */
    white-space: nowrap;
}
.custom-notice .notice-content .notice-clock {
    padding: 0 15px;
    text-align: center;
}

header {
    background-color: #18181B;
}
header .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #b8bec3;
    --bs-nav-link-hover-color: #d2f059;
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
header .dropdown-menu {
    border: none !important;
    /* 向左偏移50% */
    --bs-dropdown-font-size: 0.9rem;
}
@media (min-width: 992px) {
    header .dropdown-menu {
        border: none !important;
        /* 向左偏移50% */
        transform: translateX(-50%);
        left: 50% !important;
        --bs-dropdown-font-size: 0.9rem;
    }
}

.banner {
    position: relative;
    padding: 35px 0;
    background: radial-gradient(98.06% 59.85% at 50% 0%, #18181b 65.64%, #38238a 99%, #ffffff 99%);
}
.banner::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background-repeat: no-repeat;
    background-position: 50% 230px;
    background-size: 50%;
    background-attachment: scroll;
    mix-blend-mode: normal;
    background-image: url("../images/bg-banner.svg");
    background-clip: padding-box;
    opacity: 0.6;
}
.banner .banner-content {
    position: relative;
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.banner .banner-content .banner-user {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 40px;
    border-style: none;
    border-color: #475569;
    background: #272729;
    padding: 6px 12px;
}
.banner .banner-content .banner-user img {
    width: 75px;
}
.banner .banner-content .banner-user p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4em;
}
.banner .banner-content .banner-title {
    color: #ffffff;
    margin: 8px 0 40px;
    font-weight: 700;
    line-height: 1.4em;
}
.banner .banner-content .banner-desc {
    color: #c4c4ca;
    margin: 0 auto;
    font-weight: 500;
    max-width: 570px;
    font-size: 16px;
}
.banner .banner-bottom {
    text-align: center;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url("../images/banner-mockup.webp") no-repeat;
    background-size: 100% auto;
    padding-top: 45%;
}
.banner .banner-bottom img {
    width: 100%;
}
.banner .banner-list {
    /*position: absolute;*/
    /*top: 77%;*/
    width: 100%;
    flex-wrap: wrap
}
.banner .banner-bottom-item {
    box-shadow: 5px 5px 18px rgba(63, 84, 98, 0.1);
    padding: 20px;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 0;
    text-align: left;
    margin: 16px;
}
.banner .banner-bottom-item img {
    width: 48px;
}
.banner .banner-bottom-item p {
    color: #181818;
    margin: 24px 0 0;
    font-weight: 600;
    line-height: 1.5em;
}

/* 跑马灯容器样式 */
.marquee-container {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}
/* 跑马灯内容容器（包含原内容+复制内容） */
.marquee-wrapper {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
    display: flex; /* 让两个内容块并排 */
}
/* 跑马灯内容样式 */
.marquee-content {
    flex-shrink: 0; /* 防止内容被压缩 */
}
.client-logos-list-before {
    z-index: 2;
    width: 160px !important;
    background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
    position: absolute !important;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}
.client-logos-list-after {
    z-index: 3;
    width: 160px !important;
    background-image: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
    position: absolute !important;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.max-w-630 {
    max-width: 630px;
}
.text-user-desc {
    margin-top: 32px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.7em;
    color: #52525b;
}
.text-user-desc span {
    font-weight: 600;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #d2f059;
    color: #52525b;
}

.user1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.user1 .user-avatar {}
.user1 .user-avatar img {
    width: 56px;
    height: 56px;
}
.user1 .user-info {}
.user1 .user-info h5 {
    margin: 0;
}
.user1 .user-info p {
    margin: 0;
}

.footer {
    padding: 50px 0;
    background: #1c2135;
    font-size: 14px;
    color: #fff;
}
.footer .footer-top {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}
.footer .footer-top .footer-logo img {
    width: auto;
    height: 42px;
}
.footer .footer-top .footer-form {
    align-items: center;
    justify-content: space-between;
}
.footer .footer-top .footer-form p {
    margin-bottom: 0;
    /* 禁止换行 */
    white-space: nowrap;
    font-weight: 600;
    margin-right: 15px;
}
.footer-img {
    height: 35px;
    margin-right: 8px;
    border-radius: 5px;
}
.footer-a {
    color: #fff;
    text-decoration: none;
}

.box-plate {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e4e4e7;
    text-decoration: none;
}
.box-plate:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.box-plate .plate-img {
    width: 80px;
    height: auto;
}

.box-wordpress {
    position: relative;
    box-shadow: 0 0 #00000070;
    padding: 0;
    overflow: visible;
    order: initial;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-radius: 16px;
    border-style: solid;
    border-color: #e5e7eb;
    background-color: #18181b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 32px;
    column-gap: 32px;
}
.box-wordpress::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -1px;
    left: -1px;
    width: calc(100% + 1px + 1px);
    height: calc(100% + 1px + 1px);
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-radius: 16px;
    border-style: solid;
    border-color: #e5e7eb;
    background-repeat: no-repeat;
    background-position: 50% -1px;
    background-size: 288px;
    background-attachment: scroll;
    mix-blend-mode: normal;
    background-image: url("../images/icon/1-bg.svg");
    background-clip: padding-box;
    opacity: 1;
}
.box-wordpress .wordpress-info {
    max-width: 600px;
    text-align: center;
    margin-top: 136px;
    margin-bottom: 56px;
    position: relative;
}
.box-wordpress .wordpress-info h3 {
    color: #ffffff;
}
.box-wordpress .wordpress-info p {
    color: #c4c4ca;
}

.box-btn-contact {
    cursor: pointer;
    padding: 20px;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
}
.box-btn-contact.active {
    box-shadow: 0 6px 8px 0 #0000001a;
    border-left: 3px solid #7759f0 !important;
    border-right: 1px solid #e2e8f0 !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}
.box-btn-contact img {
    width: 43px;
    height: 43px;
    margin-bottom: 8px;
}
.box-btn-contact h5 {
    font-weight: 700;
    line-height: 1.3em;
    color: #181818;
}
.box-content-contact {
    width: 100%;
    background: #f8fafc;
    box-shadow: 0 0 #00000070;
    padding: 60px 20px;
    overflow: visible;
    order: initial;
    border-radius: 6px;
    border-color: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 0;
    position: relative;
    text-align: center;
}
.box-content-contact::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-radius: 6px;
    border-color: inherit;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    mix-blend-mode: normal;
    background-image: url("../images/dotted-bg-tabs.webp");
    background-clip: padding-box;
    opacity: 1;
}
.box-content-contact img {
    max-width: 405px;
    width: 100%;
}

.automating {
    position: relative;
    background: #181818;
}
.automating::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background-repeat: no-repeat;
    background-position: 50% 1%;
    background-size: contain;
    background-attachment: scroll;
    mix-blend-mode: normal;
    background-image: url("../images/footer-dark-cta-with-grid-min.svg");
    background-clip: padding-box;
    opacity: 1;
}

.box-login {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0
}
.captcha-img {
    height: 38px;
}

.banner-contact {
    position: relative;
    background: #181818;
    padding-top: 90px;
    /*padding-bottom: 220px;*/
    padding-bottom: 100px;
}
.banner-contact::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1080px;
    background-attachment: scroll;
    mix-blend-mode: normal;
    background-image: url("../images/hero-mesh-grid-bg-.svg");
    background-clip: padding-box;
    opacity: 1;
}
/* 白色到灰色的渐变，有上至下 */
.bg-gradient-white-to-gray {
    background: linear-gradient(180deg, #ffffff 0%, #F8F8F8 100%);
}
.fs-7 {
    font-size: 0.8rem;
}

.box-message {
    box-shadow: 0 24px 65px 0 rgba(125, 125, 125, 0.05);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.box-message img {
    width: 24px;
    height: auto;
    margin-bottom: 32px;
}
.box-message h3 {
    line-height: 1.2em;
    font-weight: 700;
    color: #181818;
    margin-bottom: 10px;
}
.box-message p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #181818;
}
.box-message a {
    font-size: 1rem;
    line-height: 1.5em;
    color: #7759f0;
    font-weight: 600;
}
.box-answer {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.collapse-contact {
    padding-left: 0;
    list-style: none;
}
.collapse-contact .collapse-item {
    border-bottom: 1px solid #e5e7eb;
}
.collapse-contact .collapse-item a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #181818;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.collapse-contact .collapse-item .collapse-content {
    padding: 0 25px 35px 0;
}
.collapse-contact .collapse-item .collapse-content p {
    margin: 0;
    color: #52525b;
    font-size: 100%;
}
.bg-subtop-sslhosting {
    background: url("../images/bg_subtop_sslhosting.png") no-repeat center;
    height: 160px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.box-dealers {
    padding: 15px 0;
}
.box-dealers .icon {
}
.box-dealers .icon .iconfont {
    font-size: 60px;
    color: #00a0e9;
}
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.partner-brands {
    list-style: none;
    padding-left: 0;
    border: 1px solid #ddd;
    border-bottom: none;
}
.partner-brands li{
    background: #fff;
    padding: 30px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
@media (min-width: 992px) {
    .partner-brands li:nth-child(4n) {
        border-right: none;
    }
}
@media (max-width: 992px) {
    .partner-brands li:nth-child(2n) {
        border-right: none;
    }
}
.partner-brands li:hover p {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: translateY(-15px)
}
.partner-brands li:hover img {
    filter: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: translateY(-15px)
}
.partner-brands li img{
    height: 40px;
    width: auto;
}

.partner-addon {
    list-style: none;
    padding-left: 0;
    border: 1px solid #ddd;
    border-bottom: none;
}
.partner-addon li{
    background: #fff;
    padding: 30px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
@media (min-width: 992px) {
    .partner-addon li:nth-child(5n) {
        border-right: none;
    }
}
@media (max-width: 992px) {
    .partner-addon li:nth-child(2n) {
        border-right: none;
    }
}
.partner-addon li:hover p {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: translateY(-15px)
}
.partner-addon li:hover img {
    filter: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: translateY(-15px)
}
.partner-addon li img{
    height: 60px;
    width: auto;
}

.banner-ecology {
    background: linear-gradient(180deg, #18181b 35%, #674cd1 100%);
    padding: 64px 0;
}

.box-ecology {}

@media (min-width: 992px) {
    .box-ecology {
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
        position: sticky;
    }
}
.list-ecology {
    position: relative;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.list-ecology-item>.list-ecology-a {
}
.list-ecology-item>.list-ecology-a::before {
    content: "\F282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.2rem;
}
/* 为当前展开项的链接添加特殊样式 */
.list-ecology-item a[href*="#ecologyMenu"][aria-expanded="true"] {
    background: hsl(206,42%,16%,.05);
    border-radius: .25rem;
}
.list-ecology-item a[href*="#ecologyMenu"][aria-expanded="true"]::before {
    content: "\F286";
}
.list-ecology-menu {
    list-style: none;
    padding-left: 1.5rem;
}
.list-ecology-a {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);

    font-size: 0.95rem;
    line-height: 1.5rem;
    font-weight: 500;
    padding: 8px;
    color: hsl(240,6%,10%,1);
    text-decoration: none;
}
.list-ecology-a.active {
    font-weight: 600;
}

.offcanvas.offcanvas-start {
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-border-width: 1px;
}
@media (min-width: 576px) {
    .offcanvas.offcanvas-start {
        --bs-offcanvas-width: 327px !important;
    }
}
.custom-btn-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-color: rgb(212 212 212 / var(1, 1));
}
.custom-btn-group .input-group-text {
    background: transparent;
}
.app-search-input {
    width: 100%;
    position: relative;
}
.app-search-input .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 2.5rem;
    height: 100%;
    color: rgb(165 178 189);
}
.app-search-input>input {
    width: 100%;
    height: auto;
    --tw-ring-offset-color: transparent;
    font-size: 1rem;
    line-height: 1.75rem;
    padding-left: 2.5rem !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .75rem;
    background-color: rgb(255 255 255);
    border: 1px solid #e5e7eb;
    border-radius: calc(0.5rem - 2px);
}
/* input选中的边框颜色 */
.app-search-input>input:focus {
    outline: none;
    box-shadow: 0 0 0 3px #e1e7ef;
}
.app-card {
    display: block;
    transition-property: all;
    transition-duration: .15s;
    padding: 1rem;
    border-radius: calc(0.5rem - 2px);
    border: 0 solid #e5e7eb;
    cursor: pointer;
    text-decoration: none;
}
.app-card:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15);
    transform: scale(1.05);
}
.app-card .app-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: hsl(240, 6%, 10%, 1);
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}
.app-card .app-card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
    color: hsl(206,42%,16%);
    margin-bottom: 0.5rem;
}
.app-card .app-card-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: hsl(216 18% 34%);
    margin: 0;
    /*  两行，超区隐藏  */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-market-research {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.box-market-research>.nav {
    width: 20%;
}
.box-market-research>.tab-content {
    width: 80%;
    padding-left: 10px;
}
.box-market-research>.tab-content .brands-name {
    margin: 20px 0;
    color: #094a84;
    font-weight: 600;
}
.box-market-research>.tab-content .product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-market-research>.nav .nav-link {
    display: flex;
    align-items: center;
    position: relative;
    gap: 0.5rem;
    border-radius: 0 !important;
}
.box-market-research>.nav .nav-link::before {
}
.box-market-research>.nav .nav-link img {
    display: inline-block;
    width: 36px;
    height: 36px;
}
.box-market-research>.nav .nav-link span {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.box-market-research .nav .nav-link.active {
    color: #fff !important;
    background-color: #094a84 !important;
}
.box-market-research .nav .nav-link.active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #094a84;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
}

.box-market-research .tab-content .tab-pane ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.box-market-research .tab-content .tab-pane ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%
}

.box-market-research .tab-content .tab-pane ul li:nth-child(odd) {
    background: #f2f6f7
}

.box-market-research .tab-content .tab-pane ul li label {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
    width: 50%
}
.box-market-research .tab-content .tab-pane ul li .rating i {
    color: #fadb14;
    font-size: 20px;
}

.box-market-research .tab-content .tab-pane ul li .compare_btn {
}

.box-market-research .tab-content .tab-pane ul li .button {
    border: 1px solid #094a84;
    color: #094a84;
    padding: 8px 15px;
    background: transparent;
    border-radius: 2px;
    font-size: 14px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.box-market-research .tab-content .tab-pane ul li .button:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #094a84;
    z-index: 0
}

.box-market-research .tab-content .tab-pane ul li .button:disabled:before,.box-market-research .tab-content .tab-pane ul li .button:hover:before {
    width: 100%;
    opacity: 1
}

.box-market-research .tab-content .tab-pane ul li .button:hover span {
    position: relative;
    z-index: 1;
    color: #fff
}

.box-market-research .tab-content .tab-pane ul li .button:disabled {
    opacity: .3;
    cursor: not-allowed
}

.box-market-research .tab-content .tab-pane ul li .button:disabled span,.box-market-research .tab-content .tab-pane ul li .button:hover span {
    position: relative;
    z-index: 1;
    color: #fff
}

#ssl-compare-form .compare_list {
    background: #094a84;
    padding: 15px;
    margin: 0 auto;
    position: fixed;
    max-width: 100%;
    bottom: -500px;
    z-index: 999999;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
#ssl-compare-form .compare_list .compareList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

#ssl-compare-form .compare_list .compare_item {
    background: #fff;
    color: #094a84;
    padding: 10px 15px;
    height: 88px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

#ssl-compare-form .compare_list .compare_item .remove_compare_item {
    font-family: ETmodules;
    position: absolute;
    right: 0;
    display: block;
    height: 24px;
    width: 24px;
    font-style: normal;
    top: 0;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    background: #fff
}

#ssl-compare-form .compare_list .add_another {
    border: 2px dashed #fff;
    color: #fff;
    padding: 15px;
    width: 25%;
    height: 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

#ssl-compare-form .compare_list .add_another>div,#ssl-compare-form .compare_list .compare_item>div {
    height: 100%;
    width: 100%;
    display: table
}

#ssl-compare-form .compare_list .add_another>div>p,#ssl-compare-form .compare_list .compare_item>div>p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 18px
}

#ssl-compare-form .compare_list .compare_item>div>p>img {
    max-height: 28px;
    display: block;
    margin: 0 auto 8px
}

#ssl-compare-form .compare_list .compare-btn-wrapper {
    line-height: 20px;
    padding: 0 10px;
    width: auto;
    text-align: center;
}

#ssl-compare-form .compare_list .compare-btn-wrapper #compare-ssl {
    vertical-align: middle;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    background: #094a84;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

#ssl-compare-form .compare_list .compare-btn-wrapper #compare-ssl:disabled {
    cursor: not-allowed;
    background: #fff;
    opacity: .5;
    color: #094a84
}

#ssl-compare-form .compare_list p:not(.has-background):last-of-type {
    padding-bottom: 0
}

.bg-f5 {
    background: #f5f5f5;
}
.bg-094a84 {
    background: #094a84;
}
.bg-f2f2f2 {
    background: #f2f2f2;
}
.bg-fdfdfd {
    background: #fdfdfd;
}
.color-647491 {
    color: #647491;
}
.color-2d2d2d {
    color: #2d2d2d;
}
.color-ff4a64 {
    color: #ff4a64;
}
.color-fadb14 {
    color: #fadb14;
}
.color-f2f2f2 {
    color: #f2f2f2;
}
.color-008000 {
    color: #008000;
}
.color-ff0000 {
    color: #ff0000;
}
.h-36 {
    height: 36px;
}
.text-left {
    text-align: left !important;
}

.td-1 {
    vertical-align: middle;
    background-color: #f2f2f2 !important;
    font-weight: 700;
    padding-left: 20px !important;
    height: 48px;
    font-size: 18px;
}
.td-2 {
    vertical-align: middle;
    background-color: #f2f2f2 !important;
    font-weight: 700;
    padding-left: 20px !important;
    height: 48px;
    width: 20%;
    font-size: 16px;
    color: color-mix(in oklab, oklch(70.4% 0.191 22.216) 100%, transparent) !important;
}

.automated {
    background: #ffffff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .07);
}
.automated-left {
    background: #ffffff;
    padding: 40px 32px;
    border-right: 1px solid #e5e8ef;
}
.automated-right {
    background: #F3F6FA;
    padding: 40px 32px;
}
.automated-left .form-select {
    background-color: #3fb8af;
    color: #4f1e16;
}

.cost-summary {
    color: #4f1e16;
    align-items: center;
    background-color: #3fb8af;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 48px 24px 24px;
    width: 100%;
}
.cost-value {
    color: #392825;
    font-size: 1.5rem;
}
.opex-value {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    gap: 8px;
}
.currency-cost {
    font-size: .85rem;
    font-weight: 100;
    margin: 4px 0 0;
}

.automated-label {
    display: block;
    color: #1a355e;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    line-height: unset !important;
}
.automated-label-small {
    display: block;
    color: #000;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    line-height: unset !important;
}

.noUi-connects {
    border-radius: 50px
}

.noUi-connect {
    background: #fff;
    border-radius: 1000px;
}

.noUi-target {
    background-image: linear-gradient(90deg,#59c3c3,#f5d35e,#f95738);
    border: 1px solid #dcdcdc;
    border-radius: 10000px;
    box-shadow: none
}

.noUi-handle-upper {
    display: none
}
.noUi-handle:after,.noUi-handle:before {
    display: none
}

.noUi-handle {
    border-radius: 10000px
}

.noUi-horizontal .noUi-handle {
    cursor: pointer;
    height: 34px;
    right: -17px;
    top: -10px;
    width: 34px
}
.noUi-tooltip {

}
.noUi-horizontal .noUi-tooltip {
    bottom: auto;
    top: 41px;
    background: linear-gradient(0deg, #eaeff2, #fff);
    border: 1px solid #e5e8ef;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
    color: #0174c3;
    filter: drop-shadow(0 10px 4px #bababacc);
    font-size: 1rem;
    font-weight: 700;
    min-width: 48px;
    padding: 6px 25px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    transition: left .05s linear;
    z-index: 20;
}
.noUi-horizontal .noUi-tooltip::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 10px;
    content: "";
    filter: drop-shadow(0 -2px 0 #bababa88);
    height: 0;
    left: calc(50% - 7px);
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 1;
}

.box-aboutus {
}
.box-aboutus .box-aboutus-img {
    background-color: rgb(245 247 249);
    border-radius: 7px;
    text-align: center;
}
.box-aboutus .box-aboutus-img img {
    width: auto;
    height: 8rem;
}
.btn-free {
    position: relative;
}
.btn-free::after {
    content: "这是免费的。不需要信用卡。";
    position: absolute;
    bottom: -25px;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    color: #989898;
    font-family: Open Sans, Gill Sans MT, Gill Sans, Corbel, Arial, sans-serif;
    white-space: nowrap;
}
.bg-f2f3f4 {
    background-color: #f2f3f4;
}

.nav-solution {}
.nav-solution .nav-item {
}
.nav-solution .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 75px;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.nav-solution .nav-item .nav-link[aria-selected=true] {
    background: #fff !important;
    box-shadow: 0 7px 14px #3c42570d, 0 3px 6px #0000000d;
    border-radius: 5px 5px 0 0;
}
.border-bottom-f5f5f7 {
    border-bottom: 2px solid #f5f5f7;
}

.box-report {
    max-width: 1170px;
    margin: 0 auto;
    padding: .5rem;
    background-color: rgb(248 248 248);
    border: 1px solid rgb(238 228 235);
    border-radius: .25rem;
}
.dropdown-menu-full {
    width: 100%;
    top: 65px !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, .07);
}
.position-inherit {
    position: inherit !important;
}
.menu-product-a {
    display: flex;
    align-items: start;
    height: 100%;
    padding: 1.25rem;
    text-decoration: none;
}
.menu-product-a:hover {
    background: #e9ecef;
}
.menu-product-a img {
    width: 35px;
    height: 35px;
}
.menu-product-a span {
    font-size: 0.813rem;
    color: #65697f;
    margin-bottom: 0;
}
.menu-product-a span:hover {
    color: #007bff;
}
.menu-product-a .title {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #65697f;
}
.menu-product-box {
    padding: 1.5rem;
    background: #f3f8fb;
}
.menu-product-box .title {
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
    color: #1377bc;
}
.menu-product-box .list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-product-box .list li {
    font-size: 0.85rem;
    color: #65697f;
    margin-bottom: 0.5rem;
}
.menu-product-box .list li a {
    color: #65697f;
    text-decoration: none;
}
.menu-product-box .list li a:hover {
    color: #007bff;
}
.nav-link {
    --bs-navbar-nav-link-padding-x: 0.85rem;
}

.banner-tips {
    display: inline-block;
    font-size: 0.85rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px 20px;
    border-radius: 5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1.5rem;
}
.banner-title {
    margin-bottom: 1.5rem;
}
.banner-title .text {
    color: #ffffff;
    /*  给字体添加阴影, 和文字一样，颜色为黑色，向右下偏移  */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0;
}
.banner-title .text span {
    color: #d8ef71;
}
.banner-desc {
    color: #a3a3a3;
    /*  给字体添加阴影, 和文字一样，颜色为黑色，向右下偏移  */
    font-size: 0.8rem;
    margin-bottom: 0;
}
.banner-desc span {
    color: #ffffff;
}

.bg-banner-mr {
    position: relative;
    background: #010101;
    overflow: hidden;
}
.bg-banner-mr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: radial-gradient(
            circle at 15% -20%,
            rgba(178, 153, 200, 1) 0%,
            rgba(99, 81, 162, 1) 10%,
            rgba(99, 81, 162, 0) 20%
    );
    z-index: 1;
}
.z-1 {
    position: relative;
    z-index: 10;
}

.banner-mr-lock {
    position: relative;
    background: #020204;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    overflow: hidden;
}
.banner-mr-lock:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* 圆形渐变 135deg, #4a2278 0%, #020204 100% */
    background: radial-gradient(circle at 60% 10%, #4a2278 0%, #020204 60%);
    z-index: 1;
}
.banner-mr-lock .text-white {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    z-index: 10;
}
.banner-mr-lock .countdown>.single-count-content {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    z-index: 10;
    background: #0f0f11;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px #353438 solid;
}
.banner-mr-lock .countdown>.single-count-content .count {
    font-size: 1.75rem;
    font-weight: 600;
    color: #8c76f7;
}
.banner-mr-lock .countdown>.single-count-content .text {
    color: #8a8a8a;
}
.banner-mr-lock .lock-tips {
    font-size: 0.85rem;
    position: relative;
    z-index: 10;
    color: #a3a3a3;
    text-align: center;
    padding-top: 1rem;
}

