.row>* {
	padding-left: 28px;
	padding-right: 28px;
}

body {
    background: #000;
}

a,a:hover {
	color: #fff;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.p-0 {
    padding: 0 !important;
}

.product-nav-bar .menu-highlight {
    font-size: .875rem;
    padding: 0 8px;
    border-radius: 6px;
    display: inline-block;
    margin-left: 5px;
    height: 24px;
    line-height: 22px;
    color: #fff;
    background-color: #5bc60d;
}

.header-pricing-overview.ultimate-banner {
    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');
}

.header-pricing-overview.professional-banner {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/professional/ACDSee2026-PD-Intro-Pro.jpg');
}

.header-pricing-overview.home-banner {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/home/ACDSee2026-PD-Intro-Home.jpg');
}

.header-pricing-overview-bottom.ultimate-banner {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/ultimate/ACDSee2026-PD-Footer-Ult-scaled.jpg');
}

.header-pricing-overview-bottom.professional-banner {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/professional/ACDSee2026-PD-Footer-Pro-scaled.jpg');
}

.header-pricing-overview-bottom.home-banner {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/home/ACDSee2026-PD-Footer-Home-scaled.jpg');
}

.product-nav-bar .sub-nav-bar>.row {
    max-width: 1200px;
}

.product-nav-bar .sub-nav-bar {
    background-color: rgb(2, 5, 10);
}

.product-nav-bar.opacity85 .sub-nav-bar {
    background-color: rgba(2, 5, 10, 0.85);
}

.ultimate-2026 .features-nav-bar .sub-nav-bar {
    background-color: #00164c;
}

.ultimate-2026 .features-nav-bar.opacity85 .sub-nav-bar {
    background-color: #00164cd1;
}

.professional-2026 .features-nav-bar .sub-nav-bar {
    background-color: #470000;
}

.professional-2026 .features-nav-bar.opacity85 .sub-nav-bar {
    background-color: #470000d3;
}

.home-2026 .features-nav-bar .sub-nav-bar {
    background-color: #491d00;
}

.home-2026 .features-nav-bar.opacity85 .sub-nav-bar {
    background-color: #491d00d3;
}

.product-nav-bar .sub-nav-bar .product-nav {
    height: 64px;
}

.product-nav-bar .sub-nav-bar .nav-icon {
    margin-right: 0;
    width: auto;
    height: 40px;
}

.product-nav-bar .sub-nav-bar span {
    display: flex;
    align-items: center;
    line-height: normal;
    margin: 0 15px;
    font-size: 18px;
}

.menu-badge {
    font-size: 10px;
    margin-left: 3px;
    position: relative;
    top: -10px;
    color: #ffffff;
    background-color: rgb(91, 198, 13);
    width: 28px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.badge-bounce {
    animation: bouncing .5s cubic-bezier(0.1, 0.05, 0.05, 1) 0s infinite;
}

@keyframes bouncing {
    0% {
        top: -6px
    }

    100% {
        top: -10px
    }
}

.product-tabs {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tabs>div {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.product-tabs>div>a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    padding: 0 10px;
}

.ultimate-2026 .product-tabs>div>a:hover,
.ultimate-2026 .product-tabs>div>a.active {
    color: #2a96ff;
}

.professional-2026 .product-tabs>div>a:hover,
.professional-2026 .product-tabs>div>a.active {
    color: #f69120;
}

.home-2026 .product-tabs>div>a:hover,
.home-2026 .product-tabs>div>a.active {
    color: #e89a22;
}

.product-tabs>div>a::after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, .71, -.71, 0, 0);
    transform: matrix(.71, .71, .71, -.71, 0, 0);
    margin-left: 10px;
    margin-top: -4px;
}

.product-tabs>div>a:hover::after,
.product-tabs>div>a.active::after {
    border-color: #f69120;
}

.ultimate-2026 .product-tabs>div>a:hover::after,
.ultimate-2026 .product-tabs>div>a.active::after {
    border-color: #2a96ff;
}

.professional-2026 .product-tabs>div>a:hover::after,
.professional-2026 .product-tabs>div>a.active::after {
    color: #f69120;
}

.home-2026 .product-tabs>div>a:hover::after,
.home-2026 .product-tabs>div>a.active::after {
    color: #e89a22;
}

.product-tabs>div>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    min-width: 145px;
    width: max-content;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.ultimate-2026 .product-tabs>div>ul {
    background: #00164C;
}

.professional-2026 .product-tabs>div>ul {
    background: #540000;
}

.home-2026 .product-tabs>div>ul {
    background: #491D00;
}

.product-tabs>div>ul>li>a {
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
}

.ultimate-2026 .product-tabs>div>ul>li>a:hover,
.ultimate-2026 .product-tabs>div>ul>li>a.active {
    color: #2a96ff;
    background: #383535;
}

.professional-2026 .product-tabs>div>ul>li>a:hover,
.professional-2026 .product-tabs>div>ul>li>a.active {
    color: #f69120;
}

.home-2026 .product-tabs>div>ul>li>a:hover,
.home-2026 .product-tabs>div>ul>li>a.active {
    color: #e89a22;
}

.product-tabs>div:hover>ul {
    display: block;
}

.product-content.whats-new {
    color: #fff;
    background: linear-gradient(to bottom,
        #05265F 0%,
        #000000 12%,
        #05265F 24%,
        #000000 36%,
        #05265F 48%,
        #000000 60%,
        #000000 80%,
        #05265F 100%);
}

.ultimate-2026 .product-content {
	color: #fff;
	background: linear-gradient(to bottom, 
    #05265F 0%, 
    #000000 8%, 
    #05265F 16%, 
    #000000 24%, 
    #05265F 32%, 
    #000000 40%, 
    #05265F 48%, 
    #000000 56%, 
    #05265F 64%, 
    #000000 72%, 
    #05265F 80%, 
    #000000 88%, 
    #05265F 96%, 
    #000000 100%);
}

.professional-2026 .product-content {
	color: #fff;
	background: linear-gradient(to bottom, 
    #510000 0%, 
    #000000 8%, 
    #510000 16%, 
    #000000 24%, 
    #510000 32%, 
    #000000 40%, 
    #510000 48%, 
    #000000 56%, 
    #510000 64%, 
    #000000 72%, 
    #510000 80%, 
    #000000 88%, 
    #510000 96%, 
    #000000 100%);
}

.home-2026 .product-content {
	color: #fff;
	background: linear-gradient(to bottom, 
    #451B00 0%, 
    #000000 8%, 
    #451B00 16%, 
    #000000 24%, 
    #451B00 32%, 
    #000000 40%, 
    #451B00 48%, 
    #000000 56%, 
    #451B00 64%, 
    #000000 72%, 
    #451B00 80%, 
    #000000 88%, 
    #451B00 96%, 
    #000000 100%);
}

.ultimate-2026 .features-content {
    background: linear-gradient(to bottom, 
    #000000 0%, 
    #05265F 8%, 
    #000000 16%, 
    #05265F 24%, 
    #000000 32%, 
    #05265F 40%, 
    #000000 48%, 
    #05265F 56%, 
    #000000 64%, 
    #05265F 72%, 
    #000000 80%, 
    #05265F 88%, 
    #000000 96%, 
    #05265F 100%);
}

.professional-2026 .features-content {
    background: linear-gradient(to bottom, 
    #000000 0%, 
    #6f1103 8%, 
    #000000 16%, 
    #6f1103 24%, 
    #000000 32%, 
    #6f1103 40%, 
    #000000 48%, 
    #6f1103 56%, 
    #000000 64%, 
    #6f1103 72%, 
    #000000 80%, 
    #6f1103 88%, 
    #000000 96%, 
    #6f1103 100%);
}

.home-2026 .features-content {
    background: linear-gradient(to bottom, 
    #000000 0%, 
    #714c12 8%, 
    #000000 16%, 
    #714c12 24%, 
    #000000 32%, 
    #714c12 40%, 
    #000000 48%, 
    #714c12 56%, 
    #000000 64%, 
    #714c12 72%, 
    #000000 80%, 
    #714c12 88%, 
    #000000 96%, 
    #714c12 100%);
}

.product-content.ai-software .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #141414;
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2026/ACDSee2026-WebBkgd-AIDots-UltProHome.png');
}

.product-content.ai-software .whats-new {
	background: linear-gradient(to bottom, 
    #052D72 0%,  
    #000000 100%);
}

.product-content .row {
    max-width: 1480px;
    margin: 0 auto;
}

.product-content .row .text-column {
    height: 100%;
}

.product-content img {
    max-width: 100%;
}

.product-content .videosBili a {
    cursor: pointer;
}

.intro .row .col-lg-6 {
	display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: start;
}

#new  {
	text-align: center;
}

.new-icon {
	width: 13.2%;
	height: 60px;
	background: #469F08;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin-bottom: 10px;
}

.new-improve-icon {
	width: 21.6%;
}

.product-content .title>span {
    position: relative;
}

@keyframes fusion-title-highlight {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    15% {
        stroke-dasharray: 1500 1500
    }

    85% {
        opacity: 1
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }

    100% {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

@keyframes fusion-title-highlight-off-loop {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    15% {
        stroke-dasharray: 1500 1500
    }

    85% {
        opacity: 1
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }

    100% {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

.product-content h1.title {
    color: #fff;
    margin: 20px 0;
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.product-content h3.subtitle {
    color: #fff;
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
}

.product-content h6.sub-title {
    color: #fff;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px;
	margin: 0;
}

.product-content .buttons-box {
    display: flex;
    align-items: center;
}

.product-content span.new-color {
    color: #fff;
    display: inline-block;
    padding: 2px 8px 3px 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #5bc60d;
    font-weight: normal;
    border-radius: 0;
    text-align: center;
    margin-right: 10px;
}

.product-content p.text {
    color: #fff;
    max-width: 100%;
}

.product-content.ai-software #sky p.text {
    max-width: 90%;
}

.product-content p.text a {
    color: #07a5d8;
    text-decoration: none;
}

.product-content .button {
    display: inline-block;
    padding: 13px 26px;
    border-radius: 25px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    width: max-content;
    text-decoration: none;
}

.product-content .button.button-large {
    font-size: 16px;
    padding: 12px 25px;
}

.product-content .button.transparent {
    border: 2px solid #fff;
    color: #fff;
}

.product-content .button.blue-button:hover {
    background: #1B6CC5;
    border: 2px solid #1B6CC5;
}

.product-content .button.orange-button:hover {
	background: #F69120;
    border: 2px solid #F69120;
}

.product-content .button.green-button:hover {
    background: #469F08;
    border: 2px solid #469F08;
}

.product-content .button.yellow-button:hover {
    background: #C6842A;
    border: 2px solid #C6842A;
}

.product-content .button.red-button:hover {
	background: #BD1818;
	border: 2px solid #BD1818;
}

.product-content .button.new-green-button {
	background-color: #5bc60d;
	border: 2px solid #5bc60d;
}

.product-content .button.new-green-button:hover {
	background-color: #257101;
	border: 2px solid #257101;
}

.product-content .button.new-cyan-button {
	background-color: #00BEA4;
	border: 2px solid #00BEA4;
}

.product-content .button.new-cyan-button:hover {
	background-color: #189B88;
	border: 2px solid #189B88;
}

.product-content .button.new-red-button {
	background: #DA3434;
	border: 2px solid #DA3434;
}

.product-content .button.new-red-button:hover {
	background: #BD1818;
	border: 2px solid #BD1818;
}

.intro-img .slick-slider .slick-list {
    border-radius: 12px;
}

.intro-img a {
    margin: 0 8px;
}

.intro-img img {
    border-radius: 12px;
}

.img-column {
	margin-bottom: 20px;
}

.img-column .center-auto {
	max-width: 600px;
	margin: 0 auto;
}

.features-content .col-lg-6 .twentytwenty-container img {
    max-width: 600px;
    margin: 0 auto;
}

.bg-050d39 {
    background-color: #050d39 !important;
}

.bg-540000 {
    background-color: #540000 !important;
}

.bg-000000 {
    background: #000000 !important;
}

.bg-714c12 {
    background: #714c12 !important;
}

.bg-491d00 {
    background: #491d00 !important;
}

.bg-613718 {
    background: #613718 !important;
}

.bg-242424 {
    background: #242424 !important;
}

.br-16 img {
    border-radius: 16px;
}

.br-20 img {
    border-radius: 20px;
}

.br-24 img {
    border-radius: 24px;
}

.slick-prev {
    background: url(https://res2.acdsee.cn/images/index/index-banner-arrow.png) no-repeat scroll 0 0;
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-position: 0 0;
    left: calc(21% - 30px);
    z-index: 1;
}

.slick-prev:hover {
    background: url(https://res2.acdsee.cn/images/index/index-banner-arrow.png) no-repeat scroll 0 0;
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-position: 0 0;
    left: calc(21% - 30px);
}

.slick-next {
    background: url(https://res2.acdsee.cn/images/index/index-banner-arrow.png) no-repeat scroll 0 0;
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-position: 0 -60px;
    right: calc(21% - 30px);
    z-index: 1;
}

.slick-next:hover {
    background: url(https://res2.acdsee.cn/images/index/index-banner-arrow.png) no-repeat scroll 0 0;
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-position: 0 -60px;
    right: calc(21% - 30px);
}

.sync-and-lightroom {
	padding: 60px 0 40px;

}
.sync-and-lightroom .video-bg {
    padding: 30px;
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
}

.sync-and-lightroom .sync-video {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2025/ultimate/ACDSee2025-PD-Images-MobileSync.jpg');
}

.sync-and-lightroom .lightroom-video {
    background-image: url('https://res2.acdsee.cn/images/products/acdsee2025/ultimate/ACDSee2025-PD-Images-Migrate.jpg');
}

.sync-and-lightroom p.text {
	margin-top: 0;
    margin-bottom: 20px;
}

.sync-and-lightroom .video-bg a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sync-and-lightroom .video-bg a span {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.sync-and-lightroom .video-bg img {
    width: 130px;
    height: auto;
    margin-bottom: 10px;
}

.product-links {
    background: #1D1D1D;
}

.product-content.whats-new .new-box {
	text-align: start;
}

.product-content.whats-new .new-box img {
	width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.product-content.whats-new h2.subtitle {
    font-size: 30px;
}

.include-product-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dam-products-icons {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.whats-new .text a {
    color: #07a5d8;
}

.include-product-icons a img {
    margin-right: 10px;
    width: 40px;
    height: auto;
    border-radius: 0;
}
.whats-new .include-product-icons a img {
    width: 26px;
}

.dam-products-icons img {
    width: 30px;
    margin-right: 10px;
    height: auto;
}

.whats-new .features .text {
    margin-bottom: 20px;
}

.whats-new .try-product .new-color {
    background-color: #5bc60d;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0 10px 15px 0;
    border: 0;
    padding: 5px;
    text-align: center;
    width: 60px;
}

.whats-new .try-product {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #3f4040;
    border-radius: 10px;
    padding: 15px 10px 50px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whats-new .try-product .product-icon {
    width: 100px;
    height: auto;
}

.whats-new .try-product .os-icon {
    width: 20px;
    height: auto;
    margin: 20px auto;
}

/* features */
.features-content .row {
    max-width: 1500px;
    margin: 0 auto;
}

.features-content hr {
    background-color: #fff;
    opacity: 1;
}

.features-content .col-lg,
.features-content .col-lg-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.features-content .border-box {
    background-color: rgba(0, 0, 0, 0.7);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
}

.ultimate-2026 .border-box {
    border-color: #11509f;
}

.professional-2026 .border-box {
    border-color: #9f160a;
}

.home-2026 .border-box {
    border-color: #9f6f2c;
}

.features-content h3.subtitle {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.features-content p.text {
    margin-bottom: 35px;
}

.features-content p.text a {
    color: #07a5d8;
}

.features-content .fa-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/* ai-software */
.store_content .try-product .ultimate_box {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #3f4040;
    border-radius: 10px;
}

.store_content .try-product .product_icon,
.store_content .try-product .product_info {
    background-color: transparent;
}

@media (max-width: 1279px) {
    .product-content h1.title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
	.new-icon, .new-improve-icon {
		width: 90%;
	}

    .product-content .row {
        padding: 0 15px;
    }

    .br-16 img {
        border-radius: 32px;
    }

    .more-box {
        margin-bottom: 35px;
    }

    #ai .col-lg {
        margin-bottom: 35px;
    }

    .whats-new #aimask .col-lg {
        margin-bottom: 35px;
    }

    .whats-new .include-product-icons {
        margin-top: 20px;
    }

    .product-content .row .text-column,
    .product-content .row .video-column {
        margin: 25px 0;
    }

    .mobile-sync-box {
        margin-bottom: 25px;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .pt-5 {
        padding-top: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 767px) {
    .product-tabs {
        display: none !important;
    }

    .product-content h1.title {
        font-size: 26px;
        text-align: left;
        margin: 15px 0;
    }

    .product-content h3.subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .product-content p.text,
    .product-content li {
        font-size: 14px;
    }

    .product-content span.new-color {
        font-size: 14px;
        font-weight: normal;
        padding: 3px 6px;
        min-width: max-content;
        margin-right: 4px;
    }

    .br-16 img {
        border-radius: 24px;
    }

    .intro-box {
        padding: 0;
    }

    .intro-box .logo {
        height: 24px;
    }

    .intro-box .acdsee-name {
        font-size: 26px;
        margin: 10px 0 15px;
    }

    .product-content .button {
        margin-bottom: 15px;
    }

    .product-content .row {
        padding: 0 10px;
    }

    .product-content .row .text-column,
    .product-content .row .video-column {
        margin: 15px 0;
    }

    .product-content ul {
        padding-left: 20px;
    }

    .product-content svg {
        top: 65%;
    }

    .sync-and-lightroom .video-bg {
        margin-top: 15px;
    }

    .sync-and-lightroom .video-bg img {
        width: 100px;
        height: auto;
    }

    .sync-and-lightroom .video-bg a span {
        font-size: 24px;
    }

    .product-content .buttons-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-content .button.button-large {
        font-size: 14px;
        padding: 10px 25px;
    }

    .features-content .col-lg,
    .features-content .col-lg-6 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

