body {
	background-color: #1D1D1D;
    background-position: top center;
    background-repeat: repeat;
    background-image: url('../images/products/acdseeluxea/luxeapro8/LUXEAPro8-PD-WavyLinesRpt.png') !important;
}

html {
    font-size: 16px !important;
}

.product-nav-bar {
    position: sticky;
    top: 0;
    z-index: 99;
    color: #fff;
}

.product-nav-bar .sub-nav-bar {
    background-color: #02050A;
}

.product-nav-bar .sub-nav-bar>.row {
    max-width: 1450px;
    margin: 0 auto;
}

.product-nav-bar .sub-nav-bar .nav-icon {
    width: auto;
    height: 36px;
    margin-right: 10px;
}

.product-nav-bar .sub-nav-bar .features-list {
    width: calc(100% - 160px);
    display: flex;
    justify-content: center;
}

.product-nav-bar .sub-nav-bar .product-nav {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.product-nav-bar .sub-nav-bar .product-nav>div {
    height: 100%;
}

.product-nav-bar .sub-nav-bar span,
.product-nav-bar .sub-nav-bar span a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.product-nav-bar .sub-nav-bar span {
    height: 100%;
    display: flex;
    align-items: center;
    line-height: normal;
}

.product-nav-bar .sub-nav-bar span a {
    padding: 0 10px;
}

.product-nav-bar .sub-nav-bar .product-name a {
    font-weight: bold;
}

.product-nav-bar .sub-nav-bar span a.selected {
    border-bottom: 3px solid #fff;
}

.product-nav-bar .sub-nav-bar {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 5px 3px;
}

.luxeapro-8 .product-nav-bar .sub-nav-bar {
    background-color: #252525;
}

.luxeapro-8 .product-nav-bar.opacity85 .sub-nav-bar {
    background-color: #00164c;
}

.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;
    text-decoration: none;
}

.luxeapro-8 .product-tabs>div>a:hover,
.luxeapro-8 .product-tabs>div>a.active {
    color: #EE00A2;
}

.product-tabs>div:not(.single)>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;
}

.luxeapro-8 .product-tabs>div>a:hover::after,
.luxeapro-8 .product-tabs>div>a.active::after {
    border-color: #EE00A2;
}


.product-tabs>div>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    width: max-content;
    padding: 0;
    margin: 0;
}

.product-tabs>div>ul>li::marker {
    content: '';
}

.luxeapro-8 .product-tabs>div>ul {
    background: #252525;
}


.product-tabs>div>ul>li>a {
    min-width: 200px;
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.luxeapro-8 .product-tabs>div>ul>li>a:hover,
.luxeapro-8 .product-tabs>div>ul>li>a.active {
    color: #EE00A2;
    background: #383535;
}


.product-tabs>div:hover>ul {
    display: block;
}


.photo-studio-product img {
    max-width: 100%;
}

/* .photo-studio-product .row {
    max-width: 1500px;
    margin: 0 auto;
    width: auto;
}

.photo-studio-product .row .text-column {
    height: 100%;
} */

.photo-studio-product h1.title {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #fff;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.photo-studio-product h3.subtitle {
    color: #fff;
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
}

.photo-studio-product h6.sub-title {
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px;
}

.photo-studio-product .buttons-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.photo-studio-product span.new-color {
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #EE00A2;
    font-weight: normal;
    border-radius: 0;
    text-align: center;
    margin-right: 5px;
}

.photo-studio-product .features-content span.new-color {
    margin-right: 10px;
}

.photo-studio-product p.new-color {
    color: #fff;
    display: inline-block;
    padding: 2px 8px 3px 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #EE00A2;
    font-weight: normal;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 0;
}

.photo-studio-product p.text {
    color: #fff;
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.photo-studio-product .features-content p.text {
    color: #ffffffc4;
}

.photo-studio-product p.text a {
    color: #07a5d8;
}

.photo-studio-product ul {
    padding-left: 32px;
}

.photo-studio-product .id-layout li {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    list-style: disc;
    margin-bottom: 5px;
}

.photo-studio-product .id-layout li a {
    color: #07a5d8;
}

.photo-studio-product .id-layout li a:hover {
    color: #07a5d8;
}

.photo-studio-product .feature-list li {
    margin-bottom: 20px;
}

.photo-studio-product .btns-box {
    display: flex;
    align-items: center;
}

.photo-studio-product .btns-box .button+.button {
    margin-left: 20px;
}

.photo-studio-product .button {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    width: max-content;
    margin: 5px 0;
    text-decoration: none;
    box-shadow: none;
    border: 0;
}

.photo-studio-product .button.button-large {
    font-size: 16px;
    padding: 12px 25px;
}

.photo-studio-product .button.blue-button {
    background: #07a5d8;
}

.photo-studio-product .button.blue-button:hover {
    background: #2779bb;
}

.photo-studio-product .button.trial-button[disabled] {
    background: rgba(14, 138, 181, 0.8);
    color: #ffffff;
    cursor: default !important;
    opacity: 0.8;
}

.photo-studio-product .button.red-button {
    background: #da3434;
}

.photo-studio-product .button.red-button:hover {
    background: #bd1818;
}

.photo-studio-product .button.orange-button {
    background: #f69120;
}

.photo-studio-product .button.orange-button:hover {
    background: #cc7918;
}

.photo-studio-product .button.green-button {
    background: #00bea4;
}

.photo-studio-product .button.green-button:hover {
    background: #189b88;
}

.photo-studio-product .button.new-green-button {
    background: #5bc60d;
}

.photo-studio-product .button.new-green-button:hover {
    background: #257101;
}

.photo-studio-product .button.new-pink-button {
    background: #EE00A2;
}

.photo-studio-product .button.new-pink-button:hover {
    background: #a50171;
}

.photo-studio-product .title>span {
    position: relative;
}




/* features */
/* .feature-header {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 30px 15px;
}

.feature-header .product-icon-box {
    width: 250px;
}

.feature-header .product-icon {
    width: 150px;
    height: auto;
}

.feature-header .product-intro-box {
    flex: 1;
}

.feature-header .product-logo {
    width: 120px;
    height: auto;
}

.feature-header h1.title {
    margin: 10px 0;
}

.feature-header .choose-version {
    margin-bottom: 20px;
} */

.luxea-features .banner-section .banner-bg.luxeapro {
    min-height: auto !important;
    padding: 0 !important;
    height: 21.875vw;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.luxea-features .banner-section .row {
    max-width: 1450px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.luxea-features .banner-section .button {
    display: inline-block;
    width: 220px;
    padding: 8px 20px;
    border-radius: 8px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #07A5D8;
    margin: 1.25vw auto;
}

.luxea-features .banner-section {
    position: relative;
}
.luxea-features .banner-section .row {
    max-width: 75.5vw;
}
.luxea-features .banner-section .banner-name {
    font-size: 1.72vw;
    font-weight: bold;
    margin-bottom: 15px;
}
.luxea-features .banner-section .banner-icon {
    width: 3.3vw;
    margin-right: .75vw;
}
.luxea-features .banner-section .luxeapro .banner-name span {
    color: #0DE181;
}
.luxea-features .banner-section h1 {
    font-size: 2.083vw;
    font-weight: bold;
}
.luxea-features .banner-section .luxeapro {
    background-image: url(https://res.acdsee.cn/images/luxea/home/banner/luxeapro8/banner-bg.jpg);
}

.luxea-features .footer-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 15px;
    background-color: #000 !important;
}

.luxea-features .footer-section .row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 15px;
    display: flex;
    align-items: center;
}

.luxea-features .footer-section .col-lg-7 {
    display: flex;
    align-items: center;
}

.luxea-features .footer-section .footer-icon img {
    width: 150px;
    height: auto;
}

.luxea-features .footer-section .footer-name h2 {
    color: #FFF;
    font-size: 46px;
    font-weight: bold;
    position: relative;
    width: max-content;
    text-align: left;
}

.photo-studio-product .footer-section .footer-name h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: normal;
    width: max-content;
    border-top: 1px solid #868686;
    padding: 10px 0;
    margin: 10px 0 0;
}

.luxea-features .footer-section .footer-name h2 img {
    width: 160px;
    height: auto;
    position: absolute;
    right: -180px;
    top: 0;
}

.luxea-features .footer-section .footer-buttons {
    text-align: left;
}

.luxea-features .footer-section p {
    color: #FFF;
    font-size: 16px;
    font-weight: lighter;
    width: max-content;
    margin: 15px 0 0;
}

.luxea-features .footer-section p + p {
    margin: 2px 0 0;
}

.luxea-features .footer-section .button {
    display: inline-block;
    width: 220px;
    padding: 8px 20px;
    border-radius: 8px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #07A5D8;
}

.features-content {
    background-color: #121212;
}

.features-content .row {
    max-width: 1450px;
    margin: 0 auto;
}

.features-content .row >.col-lg-12 {
    padding-left: 15px;  
    padding-right: 15px;
}

.features-content .row >.col-lg-6:first-child {
    padding-left: 15px;
}

.features-content .row >.col-lg-6:nth-child(2) {
    padding-right: 15px;
}

.features-content .row.flex-row-reverse >.col-lg-6:first-child {
    padding-right: 15px;
}

.features-content .row.flex-row-reverse >.col-lg-6:nth-child(2) {
    padding-left: 15px;
}

.features-content hr {
    background-color: #fff;
    opacity: 1;
    width: 100%;
    margin-bottom: 30px;
}

.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;
}

.luxeapro-8 .border-box {
    border-color: #11509f;
}

.features-content h3.subtitle {
    display: flex;
    align-items: center;
}

.features-content p.text a {
    color: #07a5d8;
}

.features-content .fa-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.id-layout .col-lg-12 {
	text-align: center;
}






@media (max-width: 1279px) {
    .photo-studio-product h1.title {
        font-size: 26px;
        line-height: 32px;
    }

    .photo-studio-product h3.subtitle {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    #new .video-column {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .photo-studio-product .row {
        padding: 0 15px;
    }

    .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;
    }

    .photo-studio-product .row .text-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;
    }

    .product-tabs {
        display: none;
    }
    
    .whats-new .try-product {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .product-nav-bar .sub-nav-bar .product-nav {
        padding: 0;
    }

    .product-nav-bar .trial-button {
        display: none;
    }

    .photo-studio-product h1.title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
    }

    .photo-studio-product h3.subtitle {
        font-size: 18px;
    }

    .photo-studio-product span.new-color {
        font-size: 16px;
        font-weight: normal;
        padding: 4px 8px;
        min-width: max-content;
    }

    .photo-studio-product ul {
        padding-left: 20px;
    }

    .photo-studio-product .btns-box .button:first-child {
        margin-right: 12px;
    }

    .intro-box {
        padding: 0;
    }

    .intro-box .logo {
        height: 24px;
    }

    .intro-box .acdsee-name {
        font-size: 26px;
        margin: 10px 0 15px;
    }

    .photo-studio-product .button {
        width: auto;
        line-height: 18px;
        padding: 8px 12px;
        min-width: 80px;
    }

    .photo-studio-product .row {
        padding: 0 10px;
    }

    .photo-studio-product svg {
        top: 65%;
    }

    .photo-studio-product .row .text-column {
        margin: 15px 0;
    }

    .product-nav-bar .sub-nav-bar span,
    .product-nav-bar .sub-nav-bar span a {
        font-size: 14px;
        margin: 0 8px;
    }

    .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;
    }

    .feature-header {
        flex-direction: column;
    }

    .feature-header .product-icon-box {
        width: 100%;
        padding: 20px 20px 0;
    }

    .feature-header .product-icon-box img {
        width: 60px;
        height: auto;
    }

    .feature-header .product-intro-box {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .pt-5 {
        padding-top: 5rem !important;
    }
 
    .pb-5 {
        padding-bottom: 5rem !important;
    }
 
    .mb-5 {
        margin-bottom: 5rem !important;
    }
 
    .mt-4 {
        margin-top: 3rem !important;
    }
 
    .mb-4 {
        margin-bottom: 3rem !important;
    }
 
    .mt-3 {
        margin-top: 2rem !important;
    }
 
    .mb-3 {
        margin-bottom: 2rem !important;
    }
 
    .pl-lg-4 {
        padding-left: 3rem !important;
    }
 
    .pr-lg-4 {
        padding-right: 3rem !important;
    }
}
