@charset "UTF-8";
*[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
}

a {
    color: inherit;
    text-decoration: none;
}
body {
    background: #f7efe5;
}
.Anti-ad-plugin-container.fixed-on-top {
    position: relative !important;
}

[id] {
  scroll-margin-top: 80px; /* 这里的值等于吸顶导航的高度 */
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

/* base css */
.container,.container-xxl,.container-xl,.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-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

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

.layer-main-h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
}

.layer-main-h2.white {
    color: #ffffff;
}

@media (max-width: 1200px) {
    .layer-main-h2 {
        font-size: 25px;
    }
    .layer-main-h2 br {
        display: none;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .layer-main-h2 {
        font-size: 21px;
    }
}
@media (max-width: 576px) {
    .layer-main-h2 {
        font-size: 19px;
    }
}



/* ``````````````````````````` layer-banner ``````````````````````````````````` */
.layer-banner {
    background-image: url("../images/index-refresh/banner-bg.jpg");
    background-color: #f7efe5;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 50px;
    min-height: 500px;
    box-sizing: border-box;
}
.layer-banner-tips {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.layer-banner-tips span {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-image: linear-gradient(180deg, #eadfcf, transparent);
    padding: 0 30px;
    border-radius: 40px;
}
.layer-banner-tips .i-ai {
    display: block;
    width: 43px;
    height: 34px;
    position: relative;
}
.layer-banner-tips .i-ai::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 60px;
    background: url("../images/index-refresh/i-ai.png") no-repeat;
}
.layer-banner-title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #000000;
}
.layer-banner-title span {
    color: #ffab19;
}
.layer-banner-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #5f6969;
    margin-bottom: 30px;
}
.layer-banner-features {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.banner-features-list {
    display: flex;
    justify-content: center;
    align-items: center;
   background-image: linear-gradient(180deg, #fcfaf8, transparent);
    height: 105px;
    gap: 60px;
    padding: 0 60px;
    border-radius: 15px;
}
.banner-features-list a {
    color: #1d1d1f;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 3;
    font-size: 15px;
    gap: 5px;
}
.banner-features-list a:hover {
    transform: translateY(-8px);
}
.banner-features-list .icon-feature {
    min-height: 38px;
    display: flex;
    align-items: center;
}
.banner-features-name {
    line-height: 1;
}
.features-item-ai {
    width: 122px;
    position: relative;
}
.features-item-ai a {
    width: 122px;
    color: #fb9e2e;
    font-size: 17px;
    transform: translateY(-3px);
}
.features-item-ai::after {
    content: '';
    width: 122px;
    height: 110px;
    background-color: #ffffff;
    border: 1px solid #ffab1b;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-30%);
}
.features-item-ai::before {
    content: '';
    z-index: 1;
    position: absolute;
    width: 365px;
    height: 182px;
    background: url("../images/index-refresh/feature-ai-bg.png") no-repeat center;
    left: 50%;
    top: 0;
    transform: translateX(-48%) translateY(-13%);
}
.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: 250px;
    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: 250px;
    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;
}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    
}
@media (max-width: 768px) {
    .banner-features-list {
        flex-wrap: wrap;
        justify-content: space-around;
        height: auto;
        padding: 100px 15px 15px;
        gap: 20px;
        position: relative;
        margin-top: 70px;
    }
    .features-item-ai {
        order: -1;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
    }
    .layer-banner-tips span {
        font-size: 27px;
    }
    .layer-banner-title {
        font-size: 27px;
    }
    .layer-buttons-flex {
        gap: 15px;
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    .banner-features-list {
        gap: 10px;
    }
    .layer-banner-tips span {
        font-size: 19px;
    }
    .layer-banner-title {
        font-size: 21px;
    }
}

/* ``````````````````````````` layer-assets ``````````````````````````````````` */
.layer-assets {
    position: relative;
    width: 100%;
    height: 100svh;
	overflow: hidden;
	background: #f7efe5;
}

.overflow-hidden {
    overflow: hidden;
}
.assets-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.assets-pagination.allow {
    opacity: 1;
}
.assets-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
    cursor: pointer;
}
.assets-pagination span.active {
    width: 30px;
    background-color: #0084ff;
}

.layer-assets .assetsSwiper .box-style .video-container {height: 100%;--ratio:calc(675 / 930 * 100%);}
.layer-assets .assetsSwiper .box-style .video-container video {height: 100%;width: auto;}
.layer-assets .assetsSwiper .box-style .assets-title {position: absolute;width: 100%;text-align: center;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);min-height: 13.7%;padding: 2rem 1rem;font-size: 1.125rem;color: #fff;display: flex;align-items: end;justify-content: center;bottom: 0;left: 0;font-weight: 700;line-height: 1;border-radius: 0 0 1rem 1rem;box-sizing: border-box;}
.layer-assets .assetsSwiper .swiper-slide.active .assets-title {display: none;}

.layer-assets .assetsSwiper .swiper-slide.slide-home {z-index: 77;}
.layer-assets .assetsSwiper .swiper-slide.slide-prev {z-index: 88;}
.layer-assets .assetsSwiper .swiper-slide.slide-center {z-index: 99;}
.layer-assets .assetsSwiper .swiper-slide.slide-next {z-index: 88;}
.layer-assets .assetsSwiper .swiper-slide.slide-end {z-index: 77;}

@media (min-width: 1279px) {
    .layer-assets .assetsSwiper-box {margin: 0 auto;position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
    .layer-assets .assetsSwiper .swiper-wrapper {aspect-ratio: 1920 / 675;gap: 0.65%;justify-content: space-between;}
    .layer-assets .assetsSwiper.swiper {overflow: visible;flex: 1;}
    .layer-assets .assetsSwiper .swiper-slide {width: 8.8%;display: block;border-radius: 1rem;position: relative;transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);}
    .layer-assets .assetsSwiper .swiper-slide.active {width: 62.2%;opacity: 1;cursor: auto;}
    .layer-assets .assetsSwiper .box-style {height: 100%;position: relative;border-radius: 1rem;overflow: hidden; cursor: url("../images/index-refresh/cursor.svg") 16 0, pointer; }
    .layer-assets .assetsSwiper .passed {height: 100%;position: relative;}

    .passed-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: calc(9 / 16 * 100vw);
        z-index: 10;
        --tlg-value: 20%;
        --tlg: linear-gradient(transparent, #000 var(--tlg-value)) no-repeat;
        mask: var(--tlg);
        -webkit-mask: var(--tlg);
    }
}

@media (max-width: 1440px) {
    .layer-assets .assetsSwiper .box-style .assets-title {font-size: 14px;padding: 1rem 0;}
}

@media (max-width: 1279px) {
    .swiper-pagination {bottom: 0 !important;}
    .swiper-pagination-bullet {opacity: 1;background-color: #2C3035;border-radius: 50rem;}
    .swiper-pagination-bullet-active {opacity: 5;background-color: #A2AAB7;width: 32px;}

    .layer-assets .assetsSwiper {overflow: initial;padding-bottom: 28px;padding-top: 24px;}
    .layer-assets .assetsSwiper-box {width: 60%;margin: 0 auto;}
    .layer-assets .assetsSwiper .swiper-slide {opacity: .5;}
    .layer-assets .assetsSwiper .swiper-slide-active {opacity: 1;}
    .layer-assets .assetsSwiper .rounded-16 {border-radius: 8px;}
}

@media (max-width: 576px) {
    .layer-assets>.container {width: 86.6%;margin: 0 auto;}
    .layer-assets>.container .font-size-large {font-size: 12px;}
    .layer-assets .assetsSwiper-box {width: 77.8%;}
    .layer-assets .assetsSwiper .box-style .video-container {--ratio:calc(1 / 1 * 100%);}
    .layer-assets .assetsSwiper .box-style .assets-title {font-size: 13px;padding: 12px 0 8px 0;}
}


.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%));
}

.hero-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-style: preserve-3d;
    padding: 0.5rem 0;
	z-index: 11;
}

.hero-wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -3vw);
    opacity: 0;
    width: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
    transform-origin: center;
    will-change: transform opacity;
}

/* .outro-content {
    position: absolute;
    bottom: 13vh;
    left: 50%;
    transform: translateX(-50%);
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0.5rem 0;
} */

/* .outro-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--fg);
    transform-origin: center;
    will-change: transform, opacity;
} */
.header-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0.5rem 0;
	z-index: 11;
}

.header-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
    transform-origin: center;
    will-change: transform, opacity;
}


.aive-steps-info {
    position: absolute;
    bottom: 6%;
    left: 4%;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 12px;
    padding: 1.5%;
    text-align: left;
    color: #bfbfbf;
    font-size: 17px;
    line-height: 1.4;
}

.aive-steps-info-p {
    padding-bottom: 15px;
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    line-height: 1.2;
}

.aive-steps-info-items {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 6px;
    margin: 6px 0;
    align-items: center;
}

.aive-steps-item-span {
    color: #ffbd00;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
    padding: 2px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aive-steps-item-span::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-top: 0 none;
    border-right: 0 none;
    transform: rotate(-45deg);
    transform-origin: 5% 40%;
    margin-left: 10px;
}

.aive-steps-info-tags {
    display: flex;
}

.aive-steps-info-tag {
    display: flex;
    align-items: center;
}

.aive-steps-info-tag+.aive-steps-info-tag {
    margin-left: 12px;
}

.aive-steps-info-tag::before {
    content: url(../images/index-refresh/checked-icon.svg);
    line-height: 0;
    margin-right: 5px;
}

.hero-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 20px;
}
.hero-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #2f3132;
}

.outro-title {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 15px;
}
.outro-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4e46;
    margin-bottom: 10px;
}


.audio-wave {
    width: 100%;
    height: 100%;
}
.audio-wave-container {
    position: relative;
    height: 100%;
}
.audio-wave-content {
    position: absolute;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    backdrop-filter: blur(30px);
    border-top: 1px solid rgba(255, 255, 255, .4);
    opacity: 0;
}
.swiper-slide.active .audio-wave-content {
    opacity: 1;
}
.audio-type-list {
    background: #f0f1f1;
}
.audio-type-list ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 850px;
    margin: 0 auto; 
    flex-flow: wrap;
    min-height: 60px;
}
.audio-type-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
}
.audio-type-item:hover {
    color: #f7a38c;
}
.audio-type-item.active {
    color: #ff5f25;
    position: relative;
}
.audio-type-item span {
    padding: 0 5px;
    display: inline-block;
}
.audio-type-item.active::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff5f25;
    left: 0;
    bottom: -15px;
}

.audio-controller {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
}
.aplayer-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
svg:not(:root) {
    overflow: hidden;
}
.aplayer-icon {
    width: 15px;
    height: 15px;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    display: none;
}
.aplayer-play .aplayer-icon-play {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    display: inline;
}
.aplayer-pause .aplayer-icon-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    display: inline;
}

.aplayer-button {
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, .15);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 100px;
    height: 100px;
    top: -40px;
}
.aplayer-button::before {
    content: '';
    display: block;
    border-radius: 50%;
    background: linear-gradient(45deg, #fc4a2b, #fd7334);
    position: absolute;
    z-index: 0;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.aplayer-time {
    font-size: 15px;
    color: #ffffff;
    display: none;
}
.aplayer-time.active {
    display: block;
}
.noise-reduction {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.switch-wrapper {
    display: inline-block;
    height: 27px;
    margin: 0;
    position: relative;
    width: 51px;
}
.switch-wrapper input {
    height: 0;
    opacity: 0;
    width: 0;
}
.switch-slider {
    background-color: #9ba6c1;
    border: 1px solid #9ba6c1;
    border-radius: 34px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.noise-reduction input:checked+.switch-slider:before {
    left: calc(100% - 23px);
}
.noise-reduction input:checked+.switch-slider {
    background-color: #00d905;
    border: 1px solid #00d905;
}
.switch-slider:before {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 2px;
    content: "";
    height: 21px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 21px;
}

.audio-wave-pmgressbar {
    position: relative;
    max-width: 820px;
    height: 60px;
    bottom: 20px;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.audio-wave-pmgressbar .aplayer {
    background-image: url("../images/index-refresh/audio-wave.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.aplayer-loaded {
    width: 100%;
}

.audio-wave-cover-list {
    width: 100%;
    height: 100%;
}
.audio-wave-cover-item {
    position: absolute;
    top: 0;
    display: none;
    transition: .3s;
    height: 100%;
    --ratio:calc(675 / 930 * 100%);
    overflow: hidden;
    border-radius: 0.5rem;
}
.audio-wave-cover-item.active {
    position: relative;
    display: block;
}

.audio-wave-cover-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}
.audio-wave-cover-item::before {
    content: '';
    display: block;
    padding-top: var(--ratio, calc(9 / 16 * 100%));
}

.assets-item-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.assets-item-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.assets-item-desc a {
    color: #ffbd00;
}
.assets-item-content {
    display: none;
}
.swiper-slide.active .assets-item-content {
    display: block;
}

.passed-home .assets-item-content {
    position: absolute;
    left: 4%;
    top: 9%;
    width: 400px;
    z-index: 99;
    color: #ffffff;
}
.passed-prev .assets-item-content {
    position: absolute;
    left: 4%;
    top: 9%;
    width: 330px;
    z-index: 99;
    color: #ffffff;
}
.passed-next .assets-item-content {
    position: absolute;
    right: 4%;
    top: 9%;
    width: 400px;
    z-index: 99;
    color: #ffffff;
}
.passed-end .assets-item-content {
    position: absolute;
    right: 4%;
    top: 9%;
    width: 400px;
    z-index: 99;
    color: #ffffff;
}

@media (max-width: 1279px) {
    .layer-assets {
        height: auto;
    }
    .header-content{
        display: none;
    }
    /* .outro-content {
        position: relative;
        bottom: 0;
    } */
    /* .outro-wrapper {
        position: relative;
        transform: translate(-50%, 0);
        width: 100%
    } */
    .hero-content {
        top: 14%;
    }
    .audio-wave-content {
        opacity: 1;
    }
    .assets-item-content {
        display: block;
    }

    .passed-prev .assets-item-content {
        width: 50vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .passed-home .assets-item-content {
        width: 50vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .passed-end .assets-item-content {
        width: 50vw;
        right: 50%;
        transform: translate(50%, 0);
    }
    .passed-next .assets-item-content {
        width: 50vw;
        right: 50%;
        transform: translate(50%, 0);
    }
    .audio-controller {
        width: 80%;
    }
    .layer-assets .assetsSwiper .swiper-slide.active .assets-title {
        display: flex;
    }
    .layer-assets .assetsSwiper .box-style .assets-title {
        padding: 0.5rem 0;
    }
}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .audio-wave{width:auto;}
    .aive-steps-info {
        display: none;
    }
    .outro-title {
        font-size: 19px;
    }
    .audio-wave-content {
        display: none;
    }
}
@media (max-width: 768px) {
    .assets-item-title {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .outro-title {
        font-size: 17px;
    }
    .audio-wave-cover-item {
        --ratio:calc(1 / 1 * 100%);
    }
    .hero-wrapper {
        width: 75vw;
        transform: translate(50%, -5vw);
    }
    .passed-home .assets-item-content {
        width: 75vw;
    }
    .passed-prev .assets-item-content {
        width: 75vw;
    }
    .passed-next .assets-item-content {
        width: 75vw;
    }
    .passed-end .assets-item-content {
        width: 75vw;
    }
}

/* ``````````````````````````` layer-data ``````````````````````````````````` */
.layer-data {
    background-color: #f7efe5;
    text-align: center;
}
.data-presentation-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 10px;
}
.data-presentation-item {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4e46;
}
.data-presentation-head {
    line-height: 1;
    font-size: 19px;
    font-weight: 400;
    color: #733f01;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.data-presentation-head b {
    font-size: 59px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .data-presentation-head b {
        font-size: 49px;
    }
}
@media (max-width: 992px) {
    .data-presentation-list {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 15px;
    }
    .data-presentation-head b {
        font-size: 39px;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
    .data-presentation-head b {
        font-size: 29px;
    }
    .data-presentation-item {
        font-size: 15px;
    }
}

/* ``````````````````````````` .layer-convert ``````````````````````````````````` */
.layer-convert {
    text-align: center;
    background-image: linear-gradient(180deg, #f7efe5, #fefaf7);
    padding: 100px 0 50px;
    position: relative;
}
.layer-convert-content-item {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.layer-convert-content-item.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.layer-convert-content-item>img {
    width: 100%;
    height: auto;
}

.formats-container {padding: 30px 0 25px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.formats-content {width: 330px;height: 60px;box-sizing: border-box;border: 1px solid #dadbdf;border-radius: 5px;position: relative;cursor: pointer;background-color: #ffffff;}
.formats-show {font-size: 21px;color: #4c4c4c;line-height: 28px;display: flex;justify-content: space-between;align-items: center;padding: 0 15px;height: 100%;}
.formats-show span {color: #0f9bff;}
.formats-show b {display: inline-block;vertical-align: middle;width: 47px;height: 39px;background-color: #0f9bff;border-radius: 3px;margin-left: 20px;position: relative;}
.formats-show b::before {content: "";width: 10px;height: 10px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;position: absolute;top: 50%;left: 50%;margin: -8px 0 0 -5px;transform: rotate(45deg);transition: all 0.3s;}
.formats-show.on-active b::before {transform: rotate(-135deg);margin-top: -3px;}
.formats-list {display: none;width: 100%;border: 1px solid #dadbdf;border-radius: 5px;position: absolute;top: 100%;left: -1px;background-color: #fff;z-index: 10;}
.formats-list-item {padding: 10px 20px;font-size: 17px;line-height: 19px;display: flex;justify-content: space-between;align-items: center;transition: all 0.2s;position: relative;text-align: left;}
.formats-list-item:hover {background-color: #329be5;color: #fff;}
.formats-list-item::after {content: "";width: 10px;height: 10px;border-right: 1px solid #333;border-bottom: 1px solid #333;transform: rotate(-45deg);}
.formats-list-item:hover::after {border-color: #fff;}
.formats-list-item a {color: #0f9bff;text-decoration: none;}
.formats-list-item a:hover {text-decoration: underline;}
.formats-download-item {color: #16B4FD;font-weight: 600;}
.formats-download-item::after {display: none;}
.formats-list-item.formats-download-item:hover {background-color: #fff;color: #16B4FD;}
.child-formats-list {display: none;width: 250px;border: 1px solid #dadbdf;border-radius: 0 5px 5px 5px;position: absolute;top: 0;left: 100%;background-color: #fff;}
.child-formats-item {padding: 5px 8px;font-size: 17px;line-height: 21px;color: #4c4c4c;cursor: default;}
.child-formats-item:hover {background-color: #329be5;color: #fff;}
.formats-list-item:hover .child-formats-list {display: block;}


.layer-convert-surface {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.layer-convert-surface-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.layer-convert-surface-formats {
    width: 675px;
}
.convert-surface-formats-mobile {
    display: none;
}
.layer-convert-surface-box {
    width: 525px;
}
.convert-surface-formats-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
}
.convert-surface-formats-info {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
    display: none;
}
.convert-surface-formats-info.active {
    display: block;
}

.layer-convert-surface-box {
    background: rgba(251, 248, 243, 0.95);
    padding: 120px 60px 50px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.convert-surface-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.surface-tabs-item-cover {
    position: relative;
    border: 4px solid transparent;
    border-radius: 50%;
    padding: 3px;
}
.convert-surface-tabs-item {
    cursor: pointer;
}
.convert-surface-tabs-item.active .surface-tabs-item-cover {
    border-color: #ffc000;
}
.surface-tabs-item-cover .surface-head {
    position: relative;
}
.surface-tabs-item-cover .surface-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.surface-tabs-item-name {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.layer-convert-surface-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.layer-convert-surface-item {
    display: none;
}
.layer-convert-surface-item.active {
    display: block;
}

.convert-surface-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
}
.convert-surface-upload {
    margin-bottom: 30px;
}
.convert-surface-upload-list {
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.convert-surface-upload-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #4d4d4d;
    margin-bottom: 5px;
}

.convert-surface-upload label {
    display: inline-block;
    padding: 20px;
    border: 2px dashed #8e8b88;
    cursor: pointer;
    text-align: center;
}

.drop-label.dragover {
  border-color: #3b82f6;
  background-color: #f0f8ff;
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.convert-surface-upload-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #4d4d4d;
    margin-bottom: 10px;
}
.convert-surface-upload-btn {
    display: inline-block;
    margin:  0 auto 20px;
    background-color: #0f9bff;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    padding: 3px 40px;
    border-radius: 5px;
}
.convert-surface-upload-icon {
    margin-bottom: 10px;
}
.convert-surface-info {
    text-align: left;
}
.convert-surface-info-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #010101;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.convert-surface-info-desc::before {
    content: '';
    display: block;
    width: 4px;
    height: 10px;
    border: 2px solid transparent;
    border-right-color: #010101;
    border-bottom-color: #010101;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 3px;
}

.layer-convert-content-item .video-container {
    height: 100%;--ratio:calc(778 / 1920 * 100%);
}
.layer-convert-content-item .video-container::before {
    content: '';
    display: block;
    padding-top: var(--ratio, calc(778 / 1920 * 100%));
}

@media (max-width: 1200px) {
    .layer-convert-surface-box {
        display: none;
    }
    .layer-convert-surface-formats {
        width: 100%;
    }
    .formats-container {
        justify-content: flex-start;
        gap: 15px;
    }
    .convert-surface-formats-desc, .convert-surface-formats-info {
        color: #000;
        display: block;
    }
    .convert-surface-formats-pc {
        display: none;
    }
    .convert-surface-formats-mobile {
        display: block;
    }
    .layer-convert-surface {
        position: relative;
        padding-top: 30px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .formats-show {
        font-size: 19px;
    }
}
@media (max-width: 576px) {
    .convert-surface-formats-desc {
        font-size: 15px;
    }
    .formats-container {
        padding: 15px 0 0;
    }
    .formats-content {
        width: 280px;
    }
}

/* ``````````````````````````` formats-popup ``````````````````````````````````` */
.formats-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background-color: rgba(209, 213, 219, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}
.formats-popup-container {
    background-color: rgba(255, 255, 255, 1);
    max-width: 58rem;
    position: relative;
    border-radius: .375rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    padding: 0;
    width: auto;
    height: auto;
}
.formats-popup-close {
    display: inline-flex;
    padding-bottom: 0;
    padding-top: 0;
    background-color: rgba(243, 244, 246, 1);
    border-radius: .75rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    top: -3rem;
    right: 0rem;
    position: absolute;
}
.formats-popup-close svg {
    width: 1.5rem;
    height: 1.5rem;
}

.formats-popup-wrapper {
    padding: 1rem;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    height: 100%;
}


.format-error {
    background-image: linear-gradient(180deg, #f7f4f0, #ffffff);
        border-radius: 0.5rem;
}
.format-error-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 1rem 2rem 3rem;
    border-bottom: 1px solid #e7ded1;
}
.format-error-button {
    text-align: center;
    padding-top: 1rem;
}
.format-error-button button {
    cursor: pointer;
    width: 135px;
    height: 35px;
    background-color: #0d73e7;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 19px;
}
.format-error-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 5px;
}
.format-error-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}
.format-error-item {
    position: relative;
}
.format-error-more {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #0090ff;
    position: absolute;
    bottom: -2.5rem;
    left: 0;
}
.format-error-more a {
    color: inherit;
    text-decoration: none;
}

.format-correct {
    background-image: linear-gradient(180deg, #f7f4f0, #ffffff);
    border-radius: 0.5rem;
    padding-bottom: 1rem;
}
.format-correct-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2rem;
}
.format-correct-flex-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    gap: 4rem;
    transform: translateY(-1rem);
    margin-bottom: 1rem;
}
.format-correct-title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 5px;
}
.format-correct-desc {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}

.format-correct-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.format-correct-list li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    position: relative;
    padding-left: 25px;
}
.format-correct-list li::before {
    content: '';
    display: block;
    width: 4px;
    height: 10px;
    border: 2px solid transparent;
    border-right-color: #010101;
    border-bottom-color: #010101;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 3px;
}
.thumbnail-container {
    flex: 1;
    position: relative;
}
.thumbnail-container img {
    max-width: 100%;
}
.thumbnail-container::before {
    content: '';
    background: url("../images/index-refresh/film.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 10;
}
.thumbnail-container::after {
    content: '';
    background: url("../images/index-refresh/film.png") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 10;
}
.format-correct-tips {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    background-color: #fff7e7;
    text-align: center;
    margin: 0 2rem 1rem;
    border-radius: 30px;
    padding: 8px 1rem;
}

.format-correct-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.format-correct-button a {
    display: flex;
    background-color: #92cf3f;
    color: #fff;
    width: 270px;
    height: 60px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 25px;
}
.format-correct-button em {
    font-style: normal;
    font-size: 15px;
    display: block;
    line-height: 1.4;
}
.format-correct-button span {
    font-size: 23px;
    display: block;
    line-height: 1;
}



@media (max-width: 1200px) {

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

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

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

}

/* ``````````````````````````` layer-compare ``````````````````````````````````` */
.layer-compare {
    background: url("../images/index-refresh/compare-bg.jpg") no-repeat center bottom #fffefe;
    background-size: 100% auto;
    padding: 50px 0 100px;
}
.layer-compare-top-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 130px;
    margin-bottom: 150px;
}

.compare-top-content-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}
.compare-top-content-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #808080;
    margin-bottom: 25px;
}
.compare-top-content-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
}
.compare-top-content-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.compare-top-item-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: linear-gradient(to right, transparent, #e0ddd9);
    flex: 1;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 46px;
}
.compare-top-content-item:nth-of-type(1) .compare-top-item-l {
    background: linear-gradient(to right, transparent, #ffab1b);
}
.compare-top-content-item:nth-of-type(2) {
    padding-right: 10%;
    box-sizing: border-box;
}
.compare-top-content-item:nth-of-type(3) {
    padding-right: 20%;
    box-sizing: border-box;
}
.compare-top-item-ll {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.compare-top-item-icon {
    min-width: 42px;
    margin-right: 10px;
    text-align: center;
}
.compare-top-item-r {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #6c6966;
}
.compare-top-item-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.compare-top-item-lr {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.compare-top-add-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}
.compare-top-add-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #808080;
    margin-bottom: 20px;
}
.compare-top-add-platform {
    padding-top: 20px;
}
.layer-compare-top-add {
    flex: 1;
}
.layer-compare-top-content {
    max-width: 675px;
}

.layer-compare-bom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 30px;
}
.compare-bom-flex {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 10px;
}
.layer-compare-bom-content {
    flex: 1;
}
.compare-bom-flex-name {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}
.compare-bom-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #4d4d4d;
}
.compare-bom-desc a {
    color: #0f9bff;
}
.layer-compare-effect {
    text-align: center;
    position: relative;
}
.layer-compare-effect-tips {
    position: absolute;
    right: 25px;
    top: -30px;
    background-image: linear-gradient(180deg, transparent, #ffffff 30px);
    border-radius: 0 0 10px 10px;
}
.compare-effect-tips-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1px;
    width: 270px;
    margin-bottom: 10px;
}
.compare-effect-tips-item {
    flex: 1;
    text-align: center;
}
.compare-effect-tips-item:nth-of-type(2) {
    position: relative;
}
.compare-effect-tips-item:nth-of-type(2)::before {
    content: '';
    display: block;
    width: 1px ;
    height: 21px;
    background-color: #cac9c6;
    position: absolute;
    left: -1px;
    top: 30%;
    transform: translateY(-50%);
}
.compare-effect-tips-item:nth-of-type(2)::after {
    content: '';
    display: block;
    width: 1px ;
    height: 21px;
    background-color: #cac9c6;
    position: absolute;
    right: -1px;
    top: 30%;
    transform: translateY(-50%);
}
.compare-effect-tips-desc {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #4d4d4d;
}

.main10-person-wrap {
	position: relative;
    flex: 1;
}
.main10-person-wrap::before {
	content: '';
	width: calc(100% + 150px);
	height: 100px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5px);
	bottom: 0;
	z-index: 0;
}

.drag-streak {
	color: #B4B4B4;
	height: 20px;
	background: linear-gradient(to right, currentColor 2px, transparent 0, transparent 4px) 0 / 4px;
	-webkit-mask-image: linear-gradient(to left top, #fff calc(52% - 1px), transparent 52%);
	mask-image: linear-gradient(to left top, #fff calc(52% - 1px), transparent 52%);
	margin-top: 35px;
}

.drag-streak-light {
	color: #81D1FE;
	height: 100%;
	width: 54%;
	margin-top: 0;
	background: linear-gradient(to right, currentColor 2px, transparent 0, transparent 4px) 0 / 4px;
}

.drag-line {
	height: 3px;
	background-color: #B4B4B4;
	margin: 10px 0 5px;
	position: relative;
}

.drag-line-light {
	height: 100%;
	width: 54%;
	background-color: #29B1FD;
}

.drag-line-btn {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	position: absolute;
	left: 54%;
	margin-left: -8px;
	box-sizing: border-box;
	top: -7px;
	cursor: pointer;
}

.drag-line-num {
	position: absolute;
	background-color: #4CCA78;
	border-radius: 3px;
	color: #fff;
	line-height: 20px;
	margin-top: -50px;
	left: 50%;
	transform: translate(-50%);
	padding: 0 4px 0 3px;
}

.drag-line-num::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 100%;
	border-width: 5px 4px 0 4px;
	border-color: #4CCA78 transparent transparent;
	border-style: solid;
}

.drag-size {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	user-select:none;
}

.drag-size-after {
	color: #54b8ff;
}


@media (max-width: 1200px) {
    .layer-compare {
        padding: 50px 0;
    }
    .layer-compare-effect img {
        max-width: 100%;height: auto;
    }
    .layer-compare-bom-flex {
        flex-wrap: wrap;
        gap: 30px;
    }
    .layer-compare-bom-tips {
        align-self: flex-end;
    }
    .compare-bom-flex-pic img {
        max-width: 100%;
        height: auto;
    }
    .layer-compare-bom-tips img {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 992px) {
    .layer-compare-bom-content {
        flex: none;
        width: 100%;
    }
    .compare-effect-tips-desc {
        font-size: 17px;
    }
    .layer-compare-top-flex {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 50px;
    }
    .main10-person-wrap::before {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .layer-compare-effect-tips {
        display: none;
    }
    .compare-top-content-title {
        font-size: 19px;
    }
    .compare-bom-flex-name {
        font-size: 15px;
        white-space: nowrap;
    }
}
@media (max-width: 576px) {

}

/* ``````````````````````````` layer-tools ``````````````````````````````````` */
.layer-tools {
    text-align: center;
    background: url("../images/index-refresh/tools-bg.jpg") no-repeat center top #000000;
    background-size: 100% auto;
    padding: 70px 0;
}
.layer-tools-suhead {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #b3b3b3;
    margin-bottom: 10px;
}
.layer-tools-edit-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    padding: 45px 0;
}
.layer-tools-edit-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 80px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}
.layer-tools-edit-item.active {
    border-color: #292621;
}
.layer-tools-edit-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #6f6f6f;
}
.layer-tools-edit-icon {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layer-tools-edit-icon img {
    filter: grayscale(100%) brightness(1000%);
}
.layer-tools-edit-item.active .layer-tools-edit-icon img {
    filter: none;
}
.layer-tools-edit-item.active .layer-tools-edit-name {
    color: #128de8;
}


.layer-tools-wrapper {
    position: relative;
    z-index: 1;
}

.carousel-container{
    width: 970px;
    height: 537px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}
.carousel-list {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: -1;
}
.carousel-item {
    height: 100%;
    flex: 0 0 100%;
    width: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.carousel-arrow  {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-arrow-left {
    left: 0;
    top: 50%;
}
.carousel-arrow-right {
    right: 0;
    top: 50%;
}
.layer-tools-carousel-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 10% 5%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
}
.layer-tools-carousel-cover {
    border-radius: 32px;
    overflow: hidden;
}
.layer-tools-carousel-title {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.layer-tools-carousel-title img {
    filter: grayscale(100%) brightness(1000%);
    transform: scale(1.1);
    transform-origin: left center;
    margin-right: 10px;
}
.layer-tools-carousel-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #cccccc;
    margin-bottom: 10px;
}


@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .carousel-container {
        max-width: 970px;
        width: 100%;
        height: calc(537 / 970 * 100%);
    }
    .layer-tools-edit-name {
        font-size: 15px;
    }
    .layer-tools-carousel-cover img {
        max-width: 100%;
        height: auto;
    }
    .layer-tools-carousel-wrapper {
        left: 50%;
        transform: translate(-50%);
    }
    .layer-tools-carousel-title {
        font-size: 21px;
    }
    .layer-tools-carousel-desc {
        font-size: 15px;
        color: #fff;
    }
    .layer-tools-carousel-title img {
        transform: scale(1);
    }
    .carousel-arrow {
        width: 80px;
        height: 80px;
    }
    .layer-tools-edit-list {
        padding: 15px 0;
    }
}
@media (max-width: 768px) {
    .layer-tools-carousel-wrapper {
        width: 70%;
    }
}
@media (max-width: 576px) {
    .layer-tools-edit-list {
        flex-wrap: wrap;
    }
    .layer-tools-edit-item {
        width: 100px;
    }
}

/* ``````````````````````````` layer-intro ``````````````````````````````````` */
.layer-intro {
    padding: 50px 0;
    background-color: #faf6f1;
    text-align: center;
}
.layer-intro-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.layer-intro-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.layer-intro-icon {
    border: 1px solid #e1ddd8;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 auto 20px;
}
.layer-intro-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 5px;
}
.layer-intro-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
}

@media (max-width: 1200px) {
    .layer-intro-list {
        gap: 50px;
    }
}
@media (max-width: 992px) {
    .layer-intro-list {
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .layer-intro-list {
        gap: 10px;
    }
}
@media (max-width: 576px) {
    .layer-intro-list {
        flex-wrap: wrap;
        row-gap: 15px;
        align-items: stretch;
    }
    .layer-intro-item {
        width: 45%;
    }
}

/* ``````````````````````````` layer-skew ``````````````````````````````````` */
.layer-skew {
    background-color: #fefefe;
    padding: 80px 0 40px;
}
.layer-skew-flex {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: center;
    margin-top: 80px;
}
.layer-skew-flex:first-of-type {
    margin-top: 50px;
}
.layer-skew-content {
    flex: 1;
    padding: 0 30px 0 60px;
}
.layer-skew-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 15px;
}
.layer-skew-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 30px;
}
.layer-skew-list.media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.layer-skew-list.media .layer-skew-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    gap: 5px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
}
.layer-skew-list.list .layer-skew-item {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}
.layer-skew-list.list .layer-skew-item::before {
    content: '';
    display: block;
    width: 4px;
    height: 10px;
    border: 1px solid transparent;
    border-right-color: #000000;
    border-bottom-color: #000000;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

@media (max-width: 1200px) {
    .layer-skew {
        padding: 50px 0;
    }
    .layer-skew-flex {
        margin-bottom: 50px;
        gap: 30px;
    }
}
@media (max-width: 992px) {
    .layer-skew-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .layer-skew-content {
        padding: 0;order: 2;
        max-width: 553px;
    }
    .layer-skew-cover {
        order: 1;
    }
    .layer-skew-cover img {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .layer-skew-title {
        font-size: 21px;
    }
}
@media (max-width: 576px) {
    .layer-skew-title {
        font-size: 19px;
    }
}

/* ``````````````````````````` layer-feature ``````````````````````````````````` */
.layer-feature {
    text-align: center;
    padding: 50px 0;
    background-color: #fefefe;
}
.layer-feature-h2-tips {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}


.layer-feature-grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, 250px);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeff1;
    align-items: stretch;
}
.layer-feature-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #5d5f5d;
    padding: 15px 0;
}
.layer-feature-item:first-of-type {
    justify-content: flex-start;
    text-align: left;
}
.layer-feature-item:last-of-type {
    background-color: #fbfbfb;
}
.layer-feature-grid:last-of-type {
    border-bottom: none;
}
.layer-feature-table {
    border-bottom: 1px solid #a6a7a8;
}
.layer-feature-table-name {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}
.layer-feature-table-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #5d5f5d;
}
.layer-feature-table-desc em {
    font-style: normal;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1;
    background-color: #ef4141;
}
.i-check {
    display: block;
    width: 4px;
    height: 10px;
    border: 2px solid transparent;
    border-right-color: #2fc112;
    border-bottom-color: #2fc112;
    transform: rotate(45deg);
}
.i-false {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #5d5f5d;
}
.layer-feature-table-thead {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.layer-feature-table-down p {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}
.layer-feature-table-down a {
    width: 145px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}
.layer-feature-table-down a.down {
    background-color: #119bff;
}
.layer-feature-table-down a.buy {
    background-color: #ffab1a;
}
.layer-feature-table-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.layer-feature-table-more button {
    font-size: 19px;
    color: #000000;
    border: 1px solid #afafaf;
    padding: 0 40px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .layer-feature-table-name {
        font-size: 19px;
    }
    .layer-feature-table-desc {
        font-size: 15px;
    }
    .layer-feature-table-down p {
        font-size: 17px;
    }
    .layer-feature-table-down a {
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .layer-feature-grid {
        grid-template-columns: 1fr repeat(2, 150px)
    }
}
@media (max-width: 768px) {
    .layer-feature-grid {
        grid-template-columns: 1fr repeat(2, 100px)
    }
    .layer-feature-table-down a {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .layer-feature-grid {
        grid-template-columns: 1fr repeat(2, 50px)
    }
    .layer-feature-table-down a {
        display: none;
    }
}

/* ``````````````````````````` layer-scene ``````````````````````````````````` */
.layer-scene {
    text-align: center;
    padding: 50px 0;
    background-image: linear-gradient(180deg, #fefefe, #f7f7f7);
}
.layer-scene-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #5d5f5d;
    margin-bottom: 30px;
}
.layer-scene-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
.layer-scene-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 30px;
    height: 30px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.layer-scene-item::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color);
}
.color-1 {
    --main-color: #ffa200;
}
.color-2 {
    --main-color: #4ec44e;
}
.color-3 {
    --main-color: #3a76ff;
}
.color-4 {
    --main-color: #ba00ff;
}
.color-5 {
    --main-color: #ff4200;
}
.color-6 {
    --main-color: #0084ff;
}
.color-7 {
    --main-color: #e33268;
}
.color-8 {
    --main-color: #01ba9e;
}

.component-AITools-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.component-AITools-list-carousel {
    display: flex;
    align-items: stretch;
    width: calc((363px + 15px) * 14);
    animation: slide 42s linear infinite;
}

.component-AITools-carousel-item {
    width: 363px;
    height: 213px;
    margin-right: 15px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    position: relative;
    cursor: pointer;
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-378px * 7));
    }
}

@media (max-width: 1200px) {

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

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

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

}

/* ``````````````````````````` layer-toggle ``````````````````````````````````` */
.layer-toggle {
    text-align: center;
    padding: 50px 0;
    background-color: #f7f7f7;
    border-top: 8px solid #ffffff;
}
.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;
}

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

    100% {
        width: 100%;
    }
}
.toggle-right {
    width: 725px;
}

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

.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;
}

@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;
    }
}
@media (max-width: 992px) {

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

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

}

/* ``````````````````````````` layer-comment ``````````````````````````````````` */
.layer-comment {
    padding: 50px 0;
    background-color: #f7f7f7;
    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) {

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

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

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

}

/* ``````````````````````````` .layer-faq ``````````````````````````````````` */
.layer-faq {
    background-color: #f7f7f7;
}
.layer-faq-bg-wrapper {
    background-image: linear-gradient(180deg, #ffffff, #f7f7f7);
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
}
.layer-faq-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.layer-faq-h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.layer-faq-content {
    flex: 1;
}
.faq-content-list {
    margin-bottom: 15px;
}
.faq-content-item {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}
.faq-content-title {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
.faq-content-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #797881;
    display: none;
}
.faq-content-desc a {
    color: #0d74f9;
    text-decoration: underline;
}
.faq-content-item.active .faq-content-desc {
    display: block;
} 
.faq-content-title::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: #0669ff;
}
.faq-content-item.active .faq-content-title::after {
    background: linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px;
}
.faq-content-more a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #0d74f9;
}

.layer-faq-matirx {

}
.faq-matirx-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.faq-matirx-list-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
.faq-matirx-item-4 {
    width: 260px;
    height: 172px;
    background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}
.faq-matirx-item {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.faq-matirx-title {
    position: absolute;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
}
.faq-matirx-item-1 .faq-matirx-title {
    top: 10%;
    left: 10%;
}
.faq-matirx-item-2 .faq-matirx-title {
    top: 10%;
    left: 10%;
}
.faq-matirx-item-3 .faq-matirx-title {
    bottom: 20%;
    left: 10%;
}
.faq-matirx-item-4 .faq-matirx-title {
    top: 10%;
    left: 10%;
}
.matirx-card-icons {padding-top: 18px;display: flex;
    position: absolute;
    top: 20%;
    left: 10%;
}
.matirx-card-icon {width: 48px;height: 48px;border-radius: 50%;margin-right: 18px;background: url(../images/index/main08-icons2.svg) no-repeat 0px 0px/auto 100%;}
.matirx-card-icons2 {background-position-x: -68px;}
.matirx-card-icons3 {background-position-x: -136px;}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .layer-faq-flex {
        flex-wrap: wrap;
        gap: 0;
    }
    .layer-faq-content {
        width: 100%;
        flex: none;
        padding: 30px 0;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
    .faq-matirx-list {
        flex-wrap: wrap;
    }
}


/* ``````````````````````````` fixed-nav ``````````````````````````````````` */
.fixed-nav {background:#fff; width: 100%; position: fixed; top: 0; left: 0;display: none;z-index: 20;}
.fixed-nav .details {height: 80px;display: flex;align-items: center;justify-content: space-between;}
.fixed-nav-right {display: flex;justify-content: flex-end;align-items: center;}
.fixed-nav .fixed-nav-button { width: 350px;display: flex;align-items: center;}
.fixed-nav .fixed-nav-buy {  width: 150px; text-align: center; cursor: pointer;padding: 5px 0 0; margin: 0 20px 0 0;color: #c7a757; font-weight: 800; font-size: 17px; line-height: 20px; }
.fixed-nav .fixed-nav-buy-span {font-size: 11px; color: #808080; display: block; font-style: normal; font-weight: 400; line-height: 20px;}
.fixed-nav .fixed-nav-download { width: 145px; height: 38px; border-radius: 5px;background: #0fb4ff; color: #fff;text-align: center;  padding: 5px 0 0; cursor: pointer; transition:all 0.4s;font-weight: 800; font-size: 17px; line-height: 17px;}
.fixed-nav .fixed-nav-download:hover { background: #2d9dd0; }
.fixed-nav .fixed-nav-download-span { font-size: 11px;  display: block; font-style: normal; font-weight: 400; line-height: 18px; }
 .fixed-nav .fixed-nav-list {font-size: 17px; color: #080808;display: flex;align-items: center;}
.fixed-nav .fixed-nav-list-slide,.fixed-nav .fixed-nav-list-slide-ai {display: flex;align-items: center;cursor: pointer;text-align: left;}
.fixed-nav .fixed-nav-list-slide-ai span{font-size: 21px;color: #fbb215;margin-left: 8px;}
.fixed-nav .fixed-nav-list-slide::after,.fixed-nav .fixed-nav-list-slide-ai::after {flex-shrink: 0;content: "";width: 8px;height: 8px;border-right: 1px solid #080808;border-bottom: 1px solid #080808;transform: rotate(45deg);margin: -4px 0 0 8px;transition: all 0.2s;}
.fixed-nav .fixed-nav-item { padding:0 15px; text-align: center;}
.fixed-nav-list-a:hover,.fixed-nav .fixed-nav-item:hover,.fixed-nav .fixed-nav-list-slide.on-active,.fixed-nav .fixed-nav-list-slide-ai.on-active{color: #069eff;}
.fixed-nav .fixed-nav-list-slide.on-active::after,.fixed-nav .fixed-nav-list-slide-ai.on-active::after {transform: rotate(225deg);margin-top: 7px;border-color: #069eff;}
.fixed-nav .fixed-nav-list-slide:hover::after,.fixed-nav .fixed-nav-list-slide-ai:hover::after {border-color: #069eff;}
.fixed-nav-slidedown,.fixed-nav-slidedown-ai {width: 100%; min-height: 155px; background-color: #fff;position: absolute;top: 100%;left: 0;text-align: center;border-top: 1px solid #EFEFEF;display: none;}
.fixed-nav-slidedown-content {height: 100%;display: flex;justify-content: center;align-items: center;padding: 25px 0;}

.fixed-nav-slidedown-a {width: 72px;margin: 0 25px;font-size: 16px;color: #333;}
.fixed-nav-slidedown-a::before {content: "";display: block;height: 72px;border-radius: 20px;margin-bottom: 4px;box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);background: url(../images/index/main01-icons.png) no-repeat -3px 0px/auto 100%;transition: all 0.2s;}
.fixed-nav-slidedown-a:nth-child(2)::before {background-position-x: -94px;}
.fixed-nav-slidedown-a:nth-child(3)::before {background-position-x: -186px;}
.fixed-nav-slidedown-a:nth-child(4)::before {background-position-x: -279px;}
.fixed-nav-slidedown-a:nth-child(5)::before {background-position-x: -371px;}
.fixed-nav-slidedown-a:nth-child(6)::before {background-position-x: -463px;}
.fixed-nav-slidedown-a:hover::before {box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}
.fixed-nav-slidedown-content-ai{display: flex;justify-content:space-between; width: 1140px;margin: 0 auto; align-items: center;padding: 45px 0;}
.fixed-nav-list-a-ai{font-size: 19px; position: relative;transition: all 0.2s;}
.fixed-nav-list-a-ai::before{content: "";display: inline-block;vertical-align: middle; width: 68px;height: 60px;background:url(../images/index/ai-icons.png) no-repeat -98px -10px/auto 82px; margin-right: 20px;}
.fixed-nav-list-a-ai:nth-of-type(2)::before{background-position: -10px -10px;}
.fixed-nav-list-a-ai:nth-of-type(3)::before{background-position:-186px -10px;width: 76px;height: 62px;}
.fixed-nav-list-a-ai:hover::before{transform: scale(1.1);}
.fixed-nav-slidedown-content-ai span{height: 60px;display: inline-block; border-left: 1px solid #e8e8e8;} 

.fixed-nav-slidedown-function{display: flex;justify-content: center;padding: 35px 0;}
.fixed-nav-slidedown-function .line{border-left: 1px solid #efefef;margin: 0 20px;}
.fixed-nav-function-list .t{font-size: 19px;padding-bottom: 5px;}
.fixed-nav-function-list ul li{text-align: left;margin: 9px 0;}
.fixed-nav-function-list ul li a{display:flex;align-items: center;padding: 10px 20px;}
.fixed-nav-function-list ul li a>div{flex: 1;}
.fixed-nav-function-list ul li a:hover{background: #f5f9ff;}
.fixed-nav-function-list ul li a::before{content: "";width: 44px; height: 39px;display: inline-block;background: url(../images/index/ai-icons-new.png) no-repeat;margin-right: 8px;}
.fixed-nav-function-list ul li a::after{content: "";display: inline-block;width: 7px;height: 7px;color: #000;border-right: 1px solid currentColor;border-bottom: 1px solid currentColor;transform: rotate(-45deg);margin-left: 30px;}
.fixed-nav-function-list ul li p{color: #999;}
.fixed-nav-function-list ul.fixed-nav-video-ai li:nth-of-type(1) a::before{background-position:-320px -10px;}
.fixed-nav-function-list ul.fixed-nav-video-ai li:nth-of-type(2) a::before{background-position:-256px -10px;}
.fixed-nav-function-list ul.fixed-nav-video-ai li:nth-of-type(3) a::before{width: 47px; background-position:-384px -10px;}
.fixed-nav-function-list ul.fixed-nav-image-ai li:nth-of-type(1) a::before{width: 41px; height: 33px;background-position: -131px -10px;}
.fixed-nav-function-list ul.fixed-nav-image-ai li:nth-of-type(2) a::before{width: 41px; height: 33px;background-position:-70px -10px;}
.fixed-nav-function-list ul.fixed-nav-image-ai li:nth-of-type(3) a::before{width: 40px; height: 32px; background-position:-10px -10px;}
.fixed-nav-function-list ul.fixed-nav-audio-ai li:nth-of-type(1) a::before{width: 42px; height: 37px;background-position:-445px -10px;}
.fixed-nav-function-list ul.fixed-nav-audio-ai li:nth-of-type(2) a::before{width: 44px; height: 39px;background-position:-192px -10px;}
.fixed-nav-function-list ul.fixed-nav-features li a::before{content: "";width: 44px; height: 44px;display: inline-block;background: url(../images/index/main01-icons.png) no-repeat -3px 0px/auto 100%;margin-right: 8px;}
.fixed-nav-function-list ul.fixed-nav-features01 li:nth-of-type(2) a::before{background-position-x: -57px;}
.fixed-nav-function-list ul.fixed-nav-features02 li:nth-of-type(1) a::before{background-position-x: -169px;}
.fixed-nav-function-list ul.fixed-nav-features02 li:nth-of-type(2) a::before{background-position-x: -113px;}
.fixed-nav-function-list ul.fixed-nav-features03 li:nth-of-type(1) a::before{background-position-x: -226px;}
.fixed-nav-function-list ul.fixed-nav-features03 li:nth-of-type(2) a::before{background-position-x: -282px;}

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


.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;}