@charset "UTF-8";

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

*[data-dev="auto"] .dev-mobile,
*[data-dev="desktop"] .dev-mobile,
*[data-dev="mobile"] .dev-desktop,
*[data-sys="auto"] .sys-mac,
*[data-sys="win"] .sys-mac,
*[data-sys="mac"] .sys-win
{
    display: none !important;
    margin: 0 !important
}
/* base css */
.container,.container-xxl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
    }
}



/* ````````````````````````````` xxxx-xxxx ``````````````````````````````` */

.video-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    transform: scale(1);
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.video-container::before {
    content: '';
    display: block;
    padding-top: var(--ratio, calc(9 / 16 * 100%));
}


.video-container.square::before {
    content: '';
    display: block;
    padding-top: var(--ratio, calc(530 / 600 * 100%));
}

.video-container.max-aspect {
    position: relative;
    height: 100svh;
    overflow: hidden;
    background-size: cover;
}

.video-container.max-aspect::before {
    content: none; /* ❌ 直接废掉比例盒子 */
}

.video-container.max-aspect video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width:1400px){

}
@media (max-width:1200px){

}
@media (max-width:992px){

}
@media (max-width:768px){

}
@media (max-width:576px){

}


/* ````````````````````````````` section-part01 ``````````````````````````````` */
.section-part01 {
    background-color: #faf6f0;
    text-align: center;
    padding-top: 70px;
    border-bottom: 10px solid #fff;
}
.section-part01 .container {
    position: relative;
}
.crumbs{text-align:left;position:absolute;top:-50px;}
.crumbs a{color:#0f9bff;}
.crumbs a:hover{text-decoration:underline;}
.banner-image {
    position: relative;
    overflow: hidden;
    background-size: cover;
    transform: scale(1);
}
.banner-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.banner-image::before {
    content: '';
    display: block;
    padding-top: var(--ratio, calc(698 / 1920 * 100%));
}
.part01-title {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #000000;
}
.part01-suhead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.part01-suhead p {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    padding: 0 25px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ebdfd0, transparent);
}
.part01-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #4f4e46;
    padding: 0 8%;
}
.part01-desc a {
    color: #0f9bff;
}
.layer-buttons-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 3;
}
.layer-buttons-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.layer-buttons-down a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #0f9bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    gap: 20px;
    font-size: 23px;
    padding: 0 20px;
    min-width: 290px;
    box-sizing: border-box;
}
.layer-buttons-buy a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    background-color: #ffab1b;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    gap: 20px;
    font-size: 23px;
    min-width: 290px;
    box-sizing: border-box;
}
.layer-buttons-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #666666;
    font-size: 15px;
}
.layer-buttons-more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: inherit;
    text-decoration: none;
}
.layer-buttons-more a:hover {
    text-decoration: underline;
}
.layer-buttons-item {position: relative;;}
.layer-buttons-item .down-bit-desc{position:absolute; left:0; right:0; bottom:100%; margin-bottom:10px; background-color:#fff; border:1px solid #dedfe3; border-radius:5px; color:#595959; line-height:1.2; padding:5px; display:none;}
.layer-buttons-item .down-bit-desc::after{content:''; position:absolute; top:100%; left:0; right:0; width:10px; height:10px; margin:0 auto; border-right:1px solid #dedfe3; border-bottom:1px solid #dedfe3; background-color:#fff; transform:translateY(-45%) rotate(45deg);}
.layer-buttons-more a + .down-bit-desc{bottom:15px;}
.layer-buttons-more a + .down-bit-desc::after{margin:0 0 0 60px;}
.layer-buttons-sys a:hover + .down-bit-desc, .layer-buttons-more a:hover + .down-bit-desc{display:block;}

@media (max-width:1400px){

}
@media (max-width:1200px){

}
@media (max-width:992px){

}
@media (max-width:768px){
    .layer-buttons-flex {
        gap: 15px;
        flex-wrap: wrap;
    }
    .part01-title {
        font-size: 27px;
    }
    .part01-suhead p {
        font-size: 17px;
    }
}
@media (max-width:576px){
    .part01-desc {
        font-size: 15px;
    }
    .part01-title {
        font-size: 23px;
    }
    .part01-suhead p {
        font-size: 15px;
    }
    .section-part01 {
        padding-top: 30px;
    }
}


/* ````````````````````````````` section-part02 ``````````````````````````````` */
.section-part02 {
    background-image: linear-gradient(180deg, #49433b, #160e04);
    padding: 25px 0;
    color: #fff;
}
.part02-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 25px 0;
    border-bottom: 1px solid #423c34;
}
.part02-flex-wrap:last-of-type {
    border-bottom: none;
}
.part02-head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.part02-comment {
    flex: 1;
}
.part02-head-name {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #59554e;
}
.part02-comment-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #ffffff;
}
.part02-comment-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #b3ada4;
}
.part02-feature {
    flex: 1;
}
.part02-feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
}
.part02-feature-item-name {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #fca033;
    white-space: nowrap;
}
.part02-feature-item-name strong {
    font-size: 35px;
}
.part02-feature-item-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #b3ada4;
    white-space: nowrap;
}
.part02-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
}



@media (max-width:1400px){
    .part02-title {
        font-size: 23px;
    }
}
@media (max-width:1200px){
    .part02-flex-wrap {
        gap: 10px;
        flex-wrap: wrap;
    }
}
@media (max-width:992px){
    .part02-feature-list {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 0;
    }
    .part02-feature-item {
        width: 35%;
        box-sizing: border-box;
    }
}
@media (max-width:768px){
    .part02-title {
        font-size: 21px;
    }
}
@media (max-width:576px){
    .part02-flex-wrap {
        flex-wrap: wrap;
    }
    .part02-comment {
        flex: none;
        width: 100%;
        text-align: center;
    }
    .part02-feature-item {
        width: 100%;
        text-align: center;
    }
    .part02-title {
        font-size: 19px;
        text-align: center;
    }
    .section-part02 {
        padding: 0;
    }
}


/* ````````````````````````````` section-part03 ``````````````````````````````` */
.section-part03 {
    background-image: linear-gradient(180deg, #160e04, #120b03);
    position: relative;
    color: #fff;
    overflow-x: hidden;
}

.cards {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80svh;
}
.cards * {
    box-sizing: border-box;
}

.card-marquee {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    overflow: hidden;
    text-align: center;
    z-index: 99;
}

.marquee h1 {
    white-space: nowrap;
    font-size: 10vw;
    font-weight: 600;
    margin-right: 30px;
}

.card {
    position: relative;
    width: 100%;
    height: 100svh;
    background-image: linear-gradient(180deg, #160e04, #120b03);
}

.card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.card-img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    overflow: hidden;
}

.card-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

.card-content .card-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-content .card-description {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
    transform: translateX(40px);
    opacity: 0;
    text-align: left;
}
.card-content .card-description .container {
    position: relative;
}
.card-glass {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    text-align: center;
}

.card:nth-chid(2) {
    margin-top: 50vh;
}

.char {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.char span {
    transform: translateX(100%);
    display: inline-block;
    will-change: transform;
}


.part03-title {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #ffffff;
}
.part03-suhead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.part03-suhead p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 30px;
    background: linear-gradient(180deg, #393229, #393229);
}
.part03-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #b3ada4;
}
.part03-desc a {
    color: #0f9bff;
}
.part03-feature-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.part03-feature-item {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #0f9bff;
}
.part03-feature-item a {
    color: #0f9bff;
}

.card-title-info {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}
.card-description-title {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    padding-top: 15px;
}
.card-description-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}
.card-description-list {
    list-style: disc;
    padding-left: 20px;
}
.card-description-item {
    list-style: disc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}




@media (max-width:1400px){

}
@media (max-width:1200px){
    .part03-title {
        font-size: 25px;
    }
}
@media (max-width:992px){

}
@media (max-width:768px){
    .part03-title {
        font-size: 21px;
    }
    .card-title-info {
        font-size: 35px;
    }
}
@media (max-width:576px){
    .part03-desc {
        font-size: 15px;
    }
    .card-description-title {
        font-size: 19px;
    }
    .card-description-desc {
        font-size: 15px;
    }
}


/* ````````````````````````````` section-part04 ``````````````````````````````` */
.section-part04 {
    background-image: linear-gradient(180deg, #120b03, #0c0702);
    color: #fff;
    padding: 100px;
}
.part04-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
}
.part04-flex-wrap:last-of-type {
    margin-bottom: 0;
}
.part04-picture {
    flex-basis: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.part04-picture .video-container {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.part04-content {
    flex: 1;
}
.part04-content a {
    color: #0f9bff;
}
.part04-content-title {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.4;
    color: #faf6f1;
    margin-bottom: 30px;
}
.part04-content-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #b3ada4;
    margin-bottom: 15px;
}
.part04-content-list {
    list-style: disc;
    padding-left: 20px;
    color: #b3ada4;
}
.part04-content-item {
    list-style: disc;
}
.part04-content-item .part04-content-desc {
    margin-bottom: 10px;
}
.part04-content-down {
    position: relative;
    transform: translateY(-25px);
}
.part04-content-down a {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

@media (max-width:1400px){

}
@media (max-width:1200px){
    .part04-content-title {
        font-size: 21px;
    }
    .part04-content-desc {
        font-size: 17px;
    }
    .part04-content-down a {
        font-size: 17px;
    }
}
@media (max-width:992px){
    .part04-flex-wrap {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 50px
    }
    .part04-picture {
        order: 1;
    }
    .part04-content {
        order: 2;
    }
    .section-part04 {
        padding: 50px 0;
    }
}
@media (max-width:768px){

}
@media (max-width:576px){
    .part04-content-desc {
        font-size: 15px;
    }
    .part04-content-title {
        font-size: 19px;
    }
}


/* ````````````````````````````` section-part05 ``````````````````````````````` */
.section-part05 {
    background-image: linear-gradient(180deg, #f7efe5, #fcf9f5);
    padding: 100px 0 50px;
}

.part05-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.card-tag {
    font-size: 27px;
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 25px;
    right: 24px;
    z-index: 2;
}
.part05-card2 {
    padding-top: 60px;
}
.part05-card3 {
    padding-top: 120px;
}

.before-after-cards.the-two .card-tag {
    bottom: auto;
    top: 25px;
}

.card-img1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: flex-end;
    height: calc(100% - 35px);
}

.card-img1>img {
    object-fit: cover;
    object-position: bottom;
    height: 100% !important;
}

.before-after-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.before-after-line::before,
.before-after-line::after {
    content: attr(data-before);
    font-size: 17px;
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 12px;
    left: 20px;
}

.before-after-line::after {
    content: attr(data-after);
    top: auto;
    bottom: 12px;
}
.part05-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}
.part05-flex-next {
    max-width: 918px;
}
.part05-card-item {
    max-width: 549px;
}

.part05-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}
.part05-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4e46;
    margin-bottom: 10px;
}

.part05-card-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: #4f4e46;
    margin-bottom: 3px;
}
.part05-card-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4e46;
}
.part05-card-desc a {
    color: #0f9bff;
}


@media (max-width:1400px){
    .part05-flex-wrap {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 20px;
    }
    .part05-card2 {
        padding-top: 0;
    }
    .part05-card3 {
        padding-top: 0;
    }
}
@media (max-width:1200px){
    .section-part05 {
        padding: 50px 0 25px;
    }
    .part05-title {
        font-size: 27px;
    }
    .part05-flex-next {
        max-width: 549px;
    }
    .part05-card2 {
        max-width: 424px;
    }
    .part05-card3 {
        max-width: 424px;
    }
    .part05-desc {
        font-size: 17px;
    }
}
@media (max-width:992px){

}
@media (max-width:768px){
    .part05-title {
        font-size: 21px;
    }
}
@media (max-width:576px){
    .section-part05 {
        padding: 30px 15px;
    }
    .part05-card-item {
        width: 100%;
    }
    .card-img1 img {
        max-width: 100%;
        height: auto;
    }
    .card-img2 img {
        max-width: 100%;
        height: auto;
    }
    .part05-desc {
        font-size: 15px;
    }
}


/* ````````````````````````````` section-part06 ``````````````````````````````` */
.section-part06 {
    background-image: linear-gradient(180deg, #fcf9f5, #fdfbf8);
    padding: 50px 0;
    overflow-x: hidden;
}
.part06-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}
.part06-name {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    padding-top: 10px;
}
.part06-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4e46;
    margin-bottom: 10px;
}
.part06-desc a {
    color: #0f9bff;
}
.part06-audio {
    position: relative;
    z-index: 0;
}
.part06-audio::before {
    content: '';
    display: block;
    width: 662px;
    height: 306px;
    background: url("../images/feature-ai-enhancer-for-editor/bg-part06.png")no-repeat center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translate(-46%, -50%);
}
.part06-audio::after {
    content: '';
    display: block;
    width: 662px;
    height: 306px;
    background: url("../images/feature-ai-enhancer-for-editor/bg-part06.png")no-repeat center;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
.part06-audio .audio-wave-cover-item {
    border-radius: 30px 30px;
}
.part06-audio .audio-wave-content {
    border-radius: 10px 10px 30px 30px;
}
.part06-audio .audio-type-list {
    border-radius: 0 0 30px 30px;
}
.part06-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.part06-item {
    padding: 0 70px;
    width: 50%;
    box-sizing: border-box;
}
.part06-item:first-of-type {
    border-right: 1px solid #bab9b6;
}



@media (max-width:1400px){

}
@media (max-width:1200px){
    .part06-item {
        padding: 0 30px;
    }
}
@media (max-width:992px){
    .section-part06 {
        padding: 25px 0;
    }
    .part06-title {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .part06-desc {
        font-size: 15px;
    }
}
@media (max-width:768px){
    .part06-flex-wrap {
        flex-wrap: wrap;
    }
    .part06-item {
        width: 100%;
    }
    .part06-item:first-of-type {
        border-right: none;
    }
}
@media (max-width:576px){
    .part06-title {
        font-size: 21px;
    }
}


/* ````````````````````````````` section-part07 ``````````````````````````````` */
.section-part07 {
    background-image: linear-gradient(180deg, #fcf9f5 292px, #0f0e0c 292px);
    padding: 50px 0;
    text-align: center;
}

.part07-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 20px;
}
.part07-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4e46;
    margin-bottom: 10px;
}
.part07-desc a {
    color: #0f9bff;
}
.part07-desc b {
    color: #ffab1b;
}
.part07-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    padding: 40px 25px 0;
}
.part07-item {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: left;
    max-width: 467px;
    transition: transform 0.3s ease-in-out, box-shadow 0.35s ease;
}
.part07-item:hover {
    transform: translateY(-1rem);
}
.part07-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.part07-item-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5% 10%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    box-sizing: border-box;
}
.part07-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5% 10%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}
.part07-item-content .part07-desc {
    color: #fff;
}

@media (max-width:1400px){
    .part07-list {
        flex-wrap: wrap;
    }
    .part07-item {
        flex: none;
        max-width: 467px;
        width: 100%;
    }
}
@media (max-width:1200px){

}
@media (max-width:992px){

}
@media (max-width:768px){

}
@media (max-width:576px){
    .part07-desc {
        font-size: 15px;
    }
    .part07-title {
        font-size: 19px;
    }
}


/* ````````````````````````````` .section-part08 ``````````````````````````````` */
.section-part08 {
    background: #0f0e0c;
    color: #fff;
    padding: 50px 0;
}
.part08-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}
.part08-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}
.part08-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #b3ada4;
    margin-bottom: 10px;
}
.part08-desc a {
    color: #0f9bff;
}
.part08-desc b {
    color: #fff;
}

.part08-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(3, max-content);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #31302e;
    border-radius: 20px;
    margin-bottom: 15px;
}


.part08-grid-item {
    background-color: #1b1a18;
    padding: 50px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.part08-grid-item1 { grid-area: 1 / 1 / 2 / 2;border-radius: 20px 0 0 0;}
.part08-grid-item2 { grid-area: 2 / 1 / 3 / 2;border-radius: 0 0 0 0;}
.part08-grid-item3 { grid-area: 3 / 1 / 4 / 2;border-radius: 0 0 0 20px;}
.part08-grid-item4 { grid-area: 1 / 2 / 4 / 3;border-radius: 0 20px 20px 0;justify-content: flex-start;padding: 50px 50px;}

.part08-grid-name {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}
.part08-grid-desc {
    display: none;
}
.part08-grid-item.active .part08-grid-desc {
    display: block;
}

.part08-down {
    display: none;
}

.part08-down.active {
    display: block;
}

.part08-feature-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.part08-feature-item {
    color: #878787;
    border: 1px solid #878787;
    font-size: 17px;
    padding: 3px 20px;
    border-radius: 30px;
}
.part08-feature-item.active {
    color: #1b1a18;
    border: 1px solid #ffab1b;
    background-color: #ffab1b;
}
.part08-feature-product {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.part08-feature-product a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #0f9bff;
    margin-left: 10px;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: flex-end;
    gap: 5px;
}
.part08-tab.active {
    background-image: linear-gradient(90deg, #3a2e18, #1f1d18 50%, #1b1a18);
    border-left: 2px solid #ffab1b;
}





@media (max-width:1400px){

}
@media (max-width:1200px){
    .part08-title {
        font-size: 27px;
    }
}
@media (max-width:992px){
    .section-part08 {
        padding: 25px 0;
    }
    .part08-flex-wrap {
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media (max-width:768px){
    .part08-feature-product {
        flex-wrap: wrap;
    }
    .part08-grid-name {
        font-size: 21px;
    }
    .part08-desc {
        font-size: 15px;
    }
    .part08-grid-item {
        padding: 30px 20px;
    }
    .part08-feature-list {
        gap: 10px;
    }
    .part08-feature-item {
        font-size: 15px;
    }
    .part08-feature-product {
        font-size: 17px;
    }
}
@media (max-width:576px){

}


/* ````````````````````````````` section-part09 ``````````````````````````````` */
.section-part09 {
    padding: 70px 0 30px;
    background-color: #f7f7f7;
    overflow-x: hidden;
}
.part09-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #1a1c1a;
    text-align: center;
}

#swiper-capabilities {
    padding: 1.5rem 0;
}
.part09-card {
    width: 284px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.part09-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.part09-head-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #b5b5b2;
}
.part09-head-name b {
    font-size: 15px;
    color: #000000;
}
.part09-card-pic {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.part09-card-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
}
.part09-card-title.black {
    color: #312a25;
}
.part09-card-info {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 20px 18px;
    box-sizing: border-box;
}
.part09-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #77766e;
    margin-bottom: 15px;
}

.swiper-prev-btn, .swiper-next-btn {
    width: 2.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.swiper-prev-btn:hover,
.swiper-prev-btn:focus,
.swiper-prev-btn:active,
.swiper-next-btn:hover,
.swiper-next-btn:focus,
.swiper-next-btn:active {
    background-color: #0f9bff;
    color: #fff;
    cursor: pointer;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}
.w-auto {
    width: auto !important;
}
.d-inline-block {
    display: inline-block !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

#swiper-capabilities {
    margin-right: -43%;
}

@media (max-width:1400px){
    #swiper-capabilities {
        margin-right: -64%;
    }
}
@media (max-width:1200px){
    #swiper-capabilities {
        margin-right: 0;
    }
}
@media (max-width:992px){
    .section-part09 {
        padding: 30px 0;
    }
    .part09-title {
        font-size: 27px;
    }
    .part09-card {
        margin: 0 auto;
    }
}
@media (max-width:768px){

}
@media (max-width:576px){
    .part09-title {
        font-size: 21px;
        margin-bottom: 10px;
    }
}


/* ``````````````````````````` layer-toggle ``````````````````````````````````` */
.layer-toggle {
    text-align: center;
    padding: 50px 0;
    background-color: #f7f7f7;
    border-top: 8px solid #ffffff;
}
.toggle-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 50px;
    color: #1a1c1a;
    text-align: center;
}

.toggle-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
    margin-bottom: 50px;
}

.toggle-left {
    text-align: left;
    flex: 1;
}

.toggle-left>li {
    padding-bottom: 20px;
    position: relative;
}

.toggle-left>li+li {
    padding-top: 15px;
}

.toggle-left>li::before,
.toggle-left>li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toggle-left>li::after {
    background-color: #119bff;
    width: 0%;
    height: 2px;
}

.toggle-left>li.active::before {
    height: 2px;
}

.toggle-left>li.active::after {
    animation: toggleLine 5s linear;
}

.toggle-left>li.active .layer-toggle-desc {
    display: block;
}

@keyframes toggleLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.toggle-right {
    width: 740px;
    height: 486px;
}

.toggle-right>li {
    display: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.toggle-right>li.active {
    display: flex;
}
.layer-toggle-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
.layer-toggle-name::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000000;
}
.layer-toggle-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #5d5f5d;
    display: none;
}

@media (max-width: 1200px) {
    .toggle-content {
        gap: 30px;
        flex-wrap: wrap;
    }
    .toggle-left {
        flex: none;
        width: 100%;
        order: 2;
    }
    .toggle-right img {
        max-width: 100%;
        height: auto;
    }
    .toggle-title {
        font-size: 27px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .toggle-right {
        max-width: 740px;
        width: 100%;
        height: auto;
    }
    .toggle-title {
        font-size: 21px;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {

}

/* ``````````````````````````` layer-comment ``````````````````````````````````` */
.layer-comment {
    padding: 50px 0;
    background-color: #f7f7f7;
    text-align: center;
}

.comment-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    color: #1a1c1a;
    text-align: center;
}

.commentSwiper {
    padding: 0 0 50px;
}
.commentSwiper .swiper-slide {
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
}
.layer-comment-desc {
    font-size: 17px;
    line-height: 1.4;
    color: #000;
    padding-top: 20px;
    padding-bottom: 30px;
}


@media (max-width: 1200px) {
    .comment-title {
        font-size: 27px;
    }
}
@media (max-width: 992px) {
    .comment-title {
        font-size: 23px;
    }
    .layer-comment-desc {
        font-size: 15px;
    }
    .layer-comment {
        padding: 25px 0;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
    .comment-title {
        font-size: 19px;
    }
}

/* ````````````````````````````` section-part12 ``````````````````````````````` */
.section-part12 {
    padding: 50px 0;
    background-color: #ffffff;
}
.part12-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    color: #1a1c1a;
    text-align: center;
    margin-bottom: 50px;
}
.section-part12 .qes_one{border-bottom: 1px solid #e6e6e6;padding: 20px 0 10px;}
.section-part12 .qes_one .t{font-size: 19px; cursor: pointer; padding-bottom: 5px; position:relative;padding-right: 20px;}
.section-part12 .qes_one .t::after{content:''; position:absolute; right:0; width:19px; height:19px; background:linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px, linear-gradient(currentColor, currentColor) no-repeat center / 3px 100%;color: #698ff6;}
.section-part12 .qes_one .qes_ans{color: #737480;display: none;}
.section-part12 .qes_one .qes_ans p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.section-part12 .qes_one .qes_ans ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
.section-part12 .qes_one .qes_ans ul li {
    list-style: disc;
}
.section-part12 .qes_one .qes_ans a {
    color: #0f9bff;
}
.section-part12 .qes_one.focus .t::after{background: linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px;}
.section-part12 .qes_one.focus .qes_ans{display: block;}

@media (max-width:1400px){

}
@media (max-width:1200px){

}
@media (max-width:992px){

}
@media (max-width:768px){

}
@media (max-width:576px){

}


/* ````````````````````````````` section-part12 ``````````````````````````````` */
.Modals_Container * {
    box-sizing: border-box;
}
.Modals_Container {
    z-index: 9999;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 1.5rem 2.5rem 2.5rem;
    display: none;
    position: fixed;
    inset: 0%;
    transform-style: preserve-3d; 
    will-change: filter, transform, opacity; /* 提示浏览器优化 */
}

.modals-close-wrap {
    z-index: 100;
    pointer-events: none;
    justify-content: flex-end;
    display: flex;
    position: relative;
    align-self: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
}
.modals-close {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    pointer-events: auto;
    color: #808080;
    cursor: pointer;
    background-color: #181716;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    display: inline-flex;
}
.tnb-link-text {
    color: #d9d9d9;
    flex: none;
    margin: -.5em;
    padding: .5em;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2em;
}
.modals-embed {
    z-index: 50;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.tnb-modal-overlay {
    background-color: rgba(0 0 0 / 1);
    opacity: .75;
    cursor: pointer;
    position: absolute;
    inset: 0%;
    opacity: .75;
    will-change: opacity;
}
.modals-position {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.modals-embed-item {
    display: none;
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
}
.modals-embed-item.active {
    display: block;
}


/* ``````````````````````````````````````````````````````` */
.fixed-nav { background:#fff; width: 100%;height: 70px; position: fixed; top: 0; left: 0; z-index: 99; display: none;}
.fixed-nav .details { height: 100%; margin: 0 auto;display: flex;justify-content: space-between;align-items: center; }
.fixed-nav .fixed-right {display: flex;justify-content: flex-end;align-items: center;}
.fixed-nav ul {display: flex;justify-content: center;align-items: center;gap: 25px;}
.fixed-nav ul li {display: flex;justify-content: center;align-items: center;color: #000;}
.fixed-nav ul li a { color: inherit; text-decoration:none; font-size: 17px;line-height: 1;}
.fixed-nav ul li a:hover { color: #0f9bff;}

.fixed-nav-down a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #0f9bff;
    height: 40px;
    font-size: 15px;
}
.fixed-nav-down a img {
    height: 22px;
}
.fixed-nav-buy a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #fca033;
    height: 40px;
    font-size: 15px;
}
.fixed-nav-buy a img {
    height: 22px;
}

@media (max-width: 992px) {
    .fixed-nav {display: none !important;}
}



.test-url {
    text-align: center;
}
.test-url a {
    color: #fff;
    position: relative;
    text-decoration: underline;
}
.test-url a::before {
    content: '';
    display: inline-block;
    background: url("../images/feature-ai-enhancer-for-editor/i-donw-w.png") no-repeat center;
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}
.test-img {
    position: absolute;
    top: 10px;
    right: 10px;
}