/* Subscriptions Plans */
.subscription_container.ultimate {
    border: 4px solid #005490;
    background-color: #005490;
}

.subscription_container.professional {
    border: 4px solid #C51E11;
    background-color: #C51E11;
}

.subscription_container.home {
    border: 4px solid #FC9D23;
    background-color: #FC9D23;
}

.subscription_container.ultimate.hover {
    border: 4px solid #004475;
    background-color: #004475;
}

.subscription_container.professional.hover {
    border: 4px solid #ac1207;
    background-color: #ac1207;
}

.subscription_container.home.hover {
    border: 4px solid #d6800f;
    background-color: #d6800f;
}

.background-dark {
    background-color: #232425;
}

.color-000 {
    color: #000;
}

.color-fff {
    color: #fff;
}

.section-subscription .subscription_content>.row {
    border-radius: 8px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 35px 0px 60px;
}

.section-subscription.background-light .subscription_content {
    background-color: #F6F6F6;
}

.section-subscription.background-light .subscription_content>.row {
    padding: 20px 40px 60px;
    max-width: 1700px;
}

.section-subscription h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    line-height: 68px;
}

.section-subscription.background-dark h2 {
    line-height: 36px;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.section-subscription.background-dark h2 img {
    width: 45px;
    height: auto;
    margin-right: 10px;
}

.section-subscription .subscription_container {
    border-radius: 8px;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.section-subscription.background-dark .subscription_container {
    border-radius: 15px;
}

.section-subscription .subscription_container .subscription_box {
    padding: 0 40px 20px;
    flex: 1;
}

.section-subscription.background-light .subscription_container .subscription_box {
    background: #fff;
}

.section-subscription.background-dark .subscription_container .subscription_box {
    padding: 0 20px 20px;
    background: #171717;
}

.section-subscription .subscription_container .title {
    cursor: pointer;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.section-subscription .subscription_container .title a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.section-subscription .subscription-select-wrapper {
    position: relative;
    width: 150px;
    height: 36px;
    border-radius: 34px;
    margin: 30px auto 10px;
    text-align: center;
}

.section-subscription .subscription-select {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 0 30px;
    font-size: 14px;
}

.section-subscription .custom-subscription-select {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 16px;
}

.section-subscription .custom-subscription-select::after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #000;
    border-style: solid;
    transform: matrix(.71, .71, .71, -.71, 0, 0);
    margin-left: 10px;
    margin-top: -4px;
}

.section-subscription .subscription-select:focus+.custom-subscription-select::after {
    border-width: 0 0 2px 2px;
    margin-top: 4px;
}

.section-subscription .ultimate .subscription-select:focus+.custom-subscription-select {
    background: #e8f5ff;
    color: #005490;
}

.section-subscription .ultimate .subscription-select:focus+.custom-subscription-select::after {
    border-color: #005490;
}

.section-subscription .professional .subscription-select:focus+.custom-subscription-select {
    background: #ffe8e6;
    color: #C51E11;
}

.section-subscription .professional .subscription-select:focus+.custom-subscription-select::after {
    border-color: #C51E11;
}

.section-subscription .home .subscription-select:focus+.custom-subscription-select {
    background: #ffebd0;
    color: #d57800;
}

.section-subscription .home .subscription-select:focus+.custom-subscription-select::after {
    border-color: #d57800;
}

.background-dark.section-subscription .subscription-select {
    background: #3F3F3F;
}

.background-dark.section-subscription .custom-subscription-select {
    color: #fff;
}

.background-dark.section-subscription .custom-subscription-select::after {
    border-color: #fff;
}

.background-dark.section-subscription .ultimate .subscription-select:focus+.custom-subscription-select {
    background: #3F3F3F;
    color: #fff;
}

.background-dark.section-subscription .ultimate .subscription-select:focus+.custom-subscription-select::after {
    border-color: #fff;
}

.background-dark.section-subscription .professional .subscription-select:focus+.custom-subscription-select {
    background: #3F3F3F;
    color: #fff;
}

.background-dark.section-subscription .professional .subscription-select:focus+.custom-subscription-select::after {
    border-color: #fff;
}

.background-dark.section-subscription .home .subscription-select:focus+.custom-subscription-select {
    background: #3F3F3F;
    color: #fff;
}

.background-dark.section-subscription .home .subscription-select:focus+.custom-subscription-select::after {
    border-color: #fff;
}

.section-subscription .price-display {
    text-align: center;
}

.section-subscription .daily-price .price-value {
    font-size: 40px;
    font-weight: 700;
}

.section-subscription .price-display .price-amount {
    color: #8F8F8F;
    font-size: 18px;
}

.section-subscription .btn-subscription {
    background-color: #DA3434;
    color: #fff;
    width: 180px;
    max-width: 100%;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    border-radius: 44px;
    cursor: pointer;
    margin-top: 20px;
}

.section-subscription .btn-subscription:hover {
    color: #fff;
    background-color: #b92c2c;
}

.section-subscription .btn-subscription:focus {
    outline: 0;
    box-shadow: none;
}

.section-subscription .subscribe-features .product-introduction {
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 16px;
    margin-top: 20px;
    color: #C5C5C5;
    margin-bottom: 12px;
}

.section-subscription.background-light .subscribe-features .product-introduction {
    border: 1px solid #EDEDED;
    color: #737373;
}

.section-subscription .subscribe-features .product-introduction>div {
    line-height: 24px;
    padding: 5px 0;
}

.section-subscription .subscribe-features .product-introduction hr {
    border-top: 1px dashed #3D3D3D;
    max-width: 93%;
    margin: 0 auto 10px;
    background: transparent;
}

.section-subscription.background-dark .subscribe-features .product-introduction hr {
    border-top: 1px dashed #767676;
    opacity: 1;
}

.section-subscription .subscribe-features .product-introduction ul {
    margin-bottom: 0;
}

.section-subscription .subscribe-features .product-introduction li {
    list-style: disc;
    text-align: start;
}

.section-subscription.background-light .subscribe-features .product-features {
    font-size: 13px;
    color: #121212;
}

.section-subscription.background-dark .subscribe-features .product-features {
    font-size: 13px;
    color: #FCFCFC;
}

.section-subscription .subscribe-features .product-features>div {
    text-align: start;
    line-height: 24px;
}


@media screen and (max-width: 1199px) {
    .section-subscription .subscription_content {
        margin: 0 27px;
    }

    .section-subscription .subscription_container {
        max-width: 480px;
        margin: 0 auto;
    }

    .section-subscription.background-dark .subscription_container {
        max-width: 470px;
    }

    .section-subscription.background-light .subscription_content>.row {
        max-width: 990px;
    }

    .section-subscription .subscription_content>.row>.col-xl-4:not(:last-child) {
        margin-bottom: 30px;
    }

    .section-subscription .subscription_content>.row>.col-xl-4 {
        text-align: center;
        margin: 0 auto;
    }

}

@media screen and (max-width: 767px) {
    .section-subscription.background-dark .subscription_container {
        max-width: 440px;
    }
}

@media screen and (max-width: 599px) {
    .section-subscription.background-light .subscription_content>.row {
        padding: 20px 8px 30px;
    }

    .section-subscription h2 {
        line-height: 40px;
    }

}

@media screen and (max-width: 499px) {
    .section-subscription.background-light .subscription_content>.row {
        padding: 20px 3px 30px;
    }

    .section-subscription.background-dark .subscription_content {
        margin: 0;
    }

    .section-subscription.background-dark .subscription_container {
        max-width: 450px;
    }
}

/* PD pages */
.banner-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/ultimate/ACDSee2026-PD-Intro-Ult.jpg');
}

.banner-section.pro {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/professional/ACDSee2026-PD-Intro-Pro.jpg');
}

.banner-section.home {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/home/ACDSee2026-PD-Intro-Home.jpg');
}

.banner-section .banner-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 100%;
    padding: 70px 15px;
}

.banner-section>.row {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2.5rem 3rem 3.25rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px);
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
}

.banner-section .banner-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.banner-section .banner-logo {
    max-width: 100%;
}

.banner-section .banner-name {
    font-size: 32px;
    margin-top: 16px;
    opacity: 0.85;
}

.banner-section .subscription-button {
    background-color: #DA3434;
    color: #fff;
    width: 180px;
    max-width: 100%;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    border-radius: 44px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
}

.banner-section .product_ene {
    opacity: 0.7;
}

.banner-section .banner-bg a.button {
    margin: 20px 0;
}

.membership .product-nav-bar .sub-nav-bar>.row {
    max-width: 1480px;
}

.membership .product-tabs {
    justify-content: flex-end;
}

.membership .product-nav-bar .sub-nav-bar .product-nav .subscription-button {
    width: 100px;
    min-width: 75px;
    max-width: 100%;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #D23232;
    border-radius: 25px;
}

.banner-section .subscription-button {
    background: #D23232;
    color: #fff;
    letter-spacing: 2px;
    max-width: 100%;
    border-radius: 44px;
}

.membership .product-nav-bar .sub-nav-bar .product-nav .subscription-button:hover,
.subscription-button:hover {
    background-color: #b92c2c;
}

.membership .product-nav-bar .vip-buttons img {
    width: 18px;
    height: 18px;
}

@media (max-width: 600px) {
    .banner-section .banner-name {
        font-size: 28px;
    }

    .banner-section .vip-buttons {
        padding: 10px 0;
        width: 150px;
    }
}


.release-content {
    background: #242424;
    color: #fff;
    padding: 50px 15px;
}

.release-content .row {
    max-width: 1350px;
    margin: 0 auto;
}

.release-content .content-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.release-content .release-title .logo {
    width: 24px;
    height: auto;
}

.release-content .release-title span {
    color: #fff;
    margin: 10px 0;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 16px;
}

.release-content h1.title {
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0;
    color: #fff;
    line-height: 1.3;
}

.release-content .raw_modal {
    -webkit-column-count: 5;
    -webkit-column-gap: 2em;
    -webkit-column-width: 200px;
    -moz-column-count: 5;
    -moz-column-gap: 2em;
    -moz-column-width: 200px;
    column-count: 5;
    column-gap: 2em;
    column-width: 200px;
}

.release-content h3.subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.release-content .content-item {
    font-size: 16px;
    list-style-type: disc;
    list-style-position: outside;
}

.release-content section:not(:first-child) {
    padding: 0px 30px 40px;
}

.release-content section ul {
    margin-bottom: 0 !important;
}


@media (max-width: 600px) {
    .release-content h1.title {
        font-size: 26px;
    }

    .release-content h3.subtitle {
        font-size: 22px;
    }

    .release-content section:not(:first-child) {
        padding: 0 5px 30px;
    }
}