img {
    max-width: 100%;
}
.bg-main {
    background: url(../images/image-enhancer/bg-main.jpg) no-repeat center top #fdd408;
    background-size: cover;
}
/* `````````````````````  part-banner  ````````````````````````` */
.part-banner {
    background: url(../images/image-enhancer/bg01.jpg) no-repeat center top #ffd125;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 30px 0 80px;
}
.banner-flex-wrap {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 50px;
}
.banner-info {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-swiper {
    text-align: left;
    height: 480px;
    width: 475px;
}

.banner-swiper {
    position: relative;
}
.item-banner-swiper {
    position: absolute;
    transition: all .5s ease;
    will-change: transform;
    transform-origin: top left;
}
.box-item-swiper {
    border: 2px solid #210b61;
    width: 355px;
    overflow: hidden;
    border-radius: 10px;
    font-size: 0;
}
.box-item-swiper img {
    width: 100%;
    height: 100%;
}

.item-banner-swiper[data-index="3"] {
    z-index: 3;
    opacity: 1;
    transform: translate3d(120px, 120px, 0px);
}
.item-banner-swiper[data-index="2"] {
    z-index: 2;
    opacity: 0.8;
    transform: translate3d(80px, 80px, 0px);
}
.item-banner-swiper[data-index="1"] {
    z-index: 1;
    opacity: 0.7;
    transform: translate3d(40px, 40px, 0px);
}
.item-banner-swiper[data-index="0"] {
    z-index: 0;
    opacity: 0.5;
    transform: translate3d(0px, 0px, 0px);
}
.item-banner-swiper[data-index="0"] .box-item-swiper {
    border-radius: 0 0 10px 10px;
}

.banner-swiper-tips {
    position: relative;
    z-index: 99;
    height: 100%;
}
.banner-swiper-tips .banner-tips-t {
    position: absolute;
    left: -45px;
    top: -80px;
    width: 354px;
    height: 176px;
    background: url("../images/image-enhancer/banner-tips-t.png") no-repeat center;
}
.banner-swiper-tips .banner-tips-b {
    position: absolute;
    left: 35px;
    bottom: -100px;
    width: 431px;
    height: 308px;
    background: url("../images/image-enhancer/banner-tips-b.png") no-repeat center;
}

@media (max-width: 992px) {
    .banner-flex-wrap {
        flex-wrap: wrap;
    }
    .banner-info {
        flex: none;
        order: 1;
        width: 100%;
    }
    .banner-swiper {
        order: 2;
    }
}
@media (max-width: 576px) {
    .banner-swiper {
        zoom: 0.8;
    }
}



/* `````````````````````  product  ````````````````````````` */
.product {padding: 63px 0 0;background: #fff;}
.product-wrap {width: 1270px;margin: 0 auto;}
.product-h2 {text-align: center;margin-bottom: 40px;font-size: 31px;color: #000;line-height: 1.4;font-weight: 700;}
.product-content {border: 4px solid #1854dc;border-radius: 16px;background-color: #fff;padding: 55px 100px 33px;margin-bottom: 52px;position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 60px;}
.product-tag {width: 126px;line-height: 36px;box-sizing: border-box;padding-left: 21px;font-size: 23px;color: #fff;border-radius: 0 11px 0 0;background: linear-gradient(45deg, #fff 15px, #ff862c 15px);position: absolute;top: 0;right: 0;}
.product-center {display: flex;justify-content: center;align-items: flex-end;flex-wrap: wrap;gap: 40px;width: 100%;}
.product-left {max-width: 590px;width: 100%;}
.product-video {padding-top: 70.492%;background-color: #bfbfbf;border-radius: 18px;position: relative;}
.product-video>video {width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 18px;}
.product-box {position: absolute;left: -30px;bottom: -18px;}
.product-icons {display: flex;justify-content: center;flex-wrap: wrap;gap: 10px;padding-top: 24px;}
.product-icons>li {width: 130px;font-size: 15px;color: #000;line-height: 1;text-align: center;}
.product-icons>li::before {content: "";display: block;height: 54px;background-repeat: no-repeat;background-position-y: top;}
.product-content.ave .product-icons>li::before {background-image: url(../images/image-enhancer/product-icons1.png);}
.product-content.aie .product-icons>li::before {background-image: url(../images/image-enhancer/product-icons2.png);}
.product-content.aim .product-icons>li::before {background-image: url(../images/image-enhancer/product-icons3.png);}
.product-content.ave .product-icons>li:nth-child(1)::before {background-position-x: 44px;}
.product-content.ave .product-icons>li:nth-child(2)::before {background-position-x: -104px;}
.product-content.ave .product-icons>li:nth-child(3)::before {background-position-x: -240px;}
.product-content.ave .product-icons>li:nth-child(4)::before {background-position-x: -377px;}
.product-content.aie .product-icons>li:nth-child(1)::before {background-position-x: 44px;}
.product-content.aie .product-icons>li:nth-child(2)::before {background-position-x: -106px;}
.product-content.aie .product-icons>li:nth-child(3)::before {background-position-x: -247px;}
.product-content.aie .product-icons>li:nth-child(4)::before {background-position-x: -379px;}
.product-content.aim .product-icons>li:nth-child(1)::before {background-position-x: 39px;}
.product-content.aim .product-icons>li:nth-child(2)::before {background-position-x: -105px;}
.product-content.aim .product-icons>li:nth-child(3)::before {background-position-x: -246px;}
.product-content.aim .product-icons>li:nth-child(4)::before {background-position-x: -383px;}
.product-right {width: 430px;}
.product-top {display: flex;align-items: center;flex-wrap: wrap;gap: 20px;}
.product-logo {flex-shrink: 0;display: flex;}
.product-title-tag {display: inline-block;font-size: 15px;color: #fff;line-height: 1;font-weight: 600;padding: 6px 14px;border-radius: 100vw;background-color: #7f4dff;}
.product-content.ave .product-title-tag {background-color: #253b99;}
.product-h3 {font-size: 27px;color: #000;line-height: 1;font-weight: 600;padding-top: 8px;}
.product-intros {padding: 22px 0 5px 20px;}
.product-intros>li {list-style-type: disc;font-size: 15px;color: #000;line-height: 1;padding-bottom: 13px;}
.product-price {display: flex;justify-content: center;align-items: flex-end;flex-wrap: wrap;gap: 5px;padding-bottom: 14px;}
.product-price-left {width: 110px;height: 107px;box-sizing: border-box;padding: 0 0 25px;font-size: 17px;color: #fff;line-height: 1;background: url(../images/image-enhancer/fire-bg.png);display: flex;justify-content: center;align-items: flex-end;}
.product-price-center {width: 202px;line-height: 74px;text-align: center;background-color: #dc2f2f;border-radius: 10px;margin-bottom: 11px;font-size: 41px;color: #fff;font-weight: 700;position: relative;}
.product-price-center::after {content: "";border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #dc2f2f;position: absolute;left: 50%;top: 100%;margin-left: -10px;}
.product-price-right {width: 106px;font-size: 17px;color: #3f3f3f;line-height: 1;display: flex;justify-content: center;align-items: flex-end;flex-direction: column;text-align: center;margin-bottom: 17px;gap: 5px;}
.product-price-right>span {width: 100%;line-height: 24px;font-size: 18px;color: #dc2f2f;border: 1px solid currentColor;border-radius: 100vw;}
.product-btn {display: flex;justify-content: center;}
.product-btn>a {width: 430px;line-height: 49px;box-sizing: border-box;padding: 0 15px;text-align: center;font-size: 25px;color: #fff;font-weight: 600;background: linear-gradient(90deg, #ffa233, #fc7817);border-radius: 100vw;}
@media (max-width:1270px){
    img:not([src$='svg']) {max-width: 100%;height: auto;}
    .product-wrap {width: 96%;}
    .product-content {padding-left: 20px;padding-right: 20px;}
    .product-box {left: -10px;width: 100px;}
}
@media (max-width:600px) {
    .product-right {width: 100%;}
    .product-h2>span {font-size: 25px;}
}

.ai-rt-pkgs-imgs{margin-bottom:20px; text-align:center;}
.ai-rt-pkgs-imgs>li {display: none;}
.ai-rt-pkgs-imgs>li img{vertical-align:middle; border-radius:20px; height:auto;}
.ai-rt-pkgs-imgs>li.active {display: block;}
.ai-rt-pkgs-video{width:100%; display:block; border-radius:20px; height:auto;}
.ai-rt-pt-wrap,.ai-rt-pt-icons {display: flex;justify-content: center;}
.ai-rt-pt-icons>li {width: 71px;height: 59px;border-radius: 4px;overflow: hidden;position: relative;cursor: pointer; margin:0 10px;}
.ai-rt-pt-icons>li::before {content: "";display: none;width: 100%;height: 100%;box-shadow: inset 0 0 0 2px #f87d34;border-radius: 4px;position: absolute;top: 0;left: 0;}
.ai-rt-pt-icons>li.active::before {display: block;}
.ai-rt-pt-arrow {width: 28px;height: 59px;cursor: pointer;overflow: hidden;}
.ai-rt-pt-arrow::before {content: "";display: block;width: 12px;height: 12px;border-left: 3px solid #000;border-bottom: 3px solid #000;transform: rotate(45deg);margin: 23px 0 0 9px;border-radius: 2px;}
.ai-rt-pt-arrow.right-arrow::before {margin-left: 3px;transform: rotate(-135deg);}

.ai-rt-pkin-con-x{background-color: #fff6e3;padding: 15px;box-sizing: border-box;border-radius: 10px;margin-bottom: 15px;}
.ai-rt-pkin-con-title{font-size:23px; font-weight:700; display:flex; align-items:center;border-bottom: 1px solid #e5ddcc;padding-bottom: 10px;margin-bottom: 15px;}
.ai-rt-pkin-con-title img{padding-right:10px;}
.ai-rt-pkin-con-intros > li:not(:last-of-type)::after{content:'+'; font-size:35px; line-height:1; font-family:Arial; margin:-3px 0 -3px 13px; display:block; text-align:left;}
.ai-rt-pkin-con-intro{display:flex; align-items:center; position:relative;}
.ai-rt-pkin-con-intro > img{object-fit:contain;}
.ai-rt-pc-product-info{margin:0 10px; flex:1; text-align:left;}
.ai-rt-pc-product-info span{font-size:19px; font-weight:700; padding-right:5px;}
.ai-rt-pc-product-info > p{margin-top:3px; font-size:15px; color:#1a3f80; line-height:1.25;}
.ai-rt-pc-product-price{display:flex; flex-flow:column; align-items:flex-end; justify-content:space-between; align-self:stretch; font-size:19px; color:#e55c00;}
.ai-rt-pc-product-price del{font-size:13px; color:#636363;}
.ai-rt-pkgs-tip{font-size:13px; color:#707070;text-align: center;padding-top: 10px;}
.ai-rt-ppi-hint-x{display:inline-block;}
.ai-rt-ppi-hint-icon{position:relative;}
.ai-rt-ppi-hint-icon::after{content:''; width:10px; height:10px; background-color:#eee; position:absolute; left:50%; bottom:100%; transform:translate(-50%) rotate(45deg); display:none; margin-bottom:3px;}
.ai-rt-ppi-hint-icon:hover::after{display:block;}
.ai-rt-ppi-hint-icon:hover + .ai-rt-ppi-hint{display:inline-block;}
.ai-rt-ppi-hint{position:absolute; background-color:#eee; padding:5px; border-radius:5px; font-size:13px; line-height:1.3; transform:translateY(-100%); margin:-6px 0 0 -27px; display:none;}
.ai-rt-pkgs-title{grid-area:1 / 1 / 3; justify-self:center; font-size:29px; color:#fff; background-color:#1854dc; padding:12px 4%; border-radius:100vw; font-weight:700;position: absolute; top: 0;transform: translateY(-50%);}

/* `````````````````````    ````````````````````````` */
.limite-item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
}
.limite-item-list-item {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.limite-item-list-item strong {
    font-size: 15px;
    margin-left: 5px;
}
.limite-item-list-item::before {
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    border: 2px solid transparent;
    border-right-color: #50c430;
    border-bottom-color: #50c430;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 1px;
}
/* `````````````````````    ````````````````````````` */
/* `````````````````````````````````````````````````````````````` */
.btn-secondary {
    color: #fff;
    background: linear-gradient(90deg, #028fff, #f713ff);
    border: none;
}
.btn {
    border-radius: 0.5rem;
    text-transform: capitalize;
}
.video-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    transform: scale(1);
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container::before {
    content: '';
    display: block;
    padding-top: var(--ratio, calc(9 / 16 * 100%));
}
.common-nav .nav {
    width: 100%;
    justify-content: space-between;
}

.common-nav .nav .nav-item {
    width: 32.8%;
    padding: 1rem .75rem;
    color: #ffffff;
    font-size: 1.125rem;
    background: #3240af;
    border-radius: .5rem;
}

.common-nav .nav .nav-item.active {
    color: #fff;
    background: #9346ff;
    font-weight: 700;
}

.part-resource {
    background-color: #0b2162;
    background-image: url('../images/aiarty-anime-illustrations/bg-resource.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

.part-resource .nav .nav-item {
    background-color: #3240af;
    color: #ffffff;
}

.part-resource .swiper .swiper-wrapper {
    display: flex;
    will-change: transform;
}

.part-resource .swiper .swiper-wrapper .swiper-slide {
    width: 300px !important;
    margin-right: 25px;
    flex-shrink: 0;
}

.part-resource .resource-item .item-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: .5rem 0 1rem 0;
    opacity: 0;
}

.part-resource .resource-item .item-btn .btn {
    margin: 0;
    font-size: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.part-resource .resource-item .video-container {
    border-radius: 10px;
    border: 2px solid transparent;
    --ratio: calc(440 / 330 * 100%);
    overflow: hidden;
}

.part-resource .resource-item video {
    z-index: 1;
    opacity: 1;
}

.part-resource .resource-item img,.part-resource .resource-item video {
    border-radius: .75rem;
    transition: all 0.2s ease-in-out;
}

.part-resource .resource-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    object-fit: cover;
}
.part-resource .resource-item h4 {
    font-size: 17px;
    font-weight: 700;
}
.part-resource .resource-item .opacity-8 {
    font-size: 15px;
}

.part-resource .veo-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(94.76deg, #3c72ff -23.92%, #f515ff 124.72%);
    border-radius: 0 0 16px 0;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #fff;
    padding: 5px 12px;
    backdrop-filter: blur(10px);
    font-weight: 400;
}

@media (any-hover) {
    .common-nav .nav .nav-item:hover {font-weight: 700;}
    .part-resource .resource-item:hover .video-container {border-color: #9704ff;box-shadow: 0px 0px 19.3px 0px #3c4aff;}
    .part-resource .resource-item .video-container:hover img {opacity: 0;}
    .part-resource .resource-item .video-container:hover video {opacity: 1;}
    .part-resource .resource-item:hover .video-container .item-btn {opacity: 1;}
}

.resource-title {
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 15px;
}
.resource-desc {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media (max-width: 1440px) {
    .part-resource .resource-item .item-btn .btn {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .part-resource .resource-item video {
        opacity: 1;
    }

    .part-resource .resource-item img {
        opacity: 0;
    }
}

@media (max-width: 992px) {
   
    .part-resource .swiper {
        overflow: hidden;
        position: relative;
    }

    .part-resource .swiper .swiper-pagination-bullet {
        background-color: #fff;
    }

    .part-resource .swiper .swiper-pagination-bullet-active {
        background-color: #55E5C5;
    }
}

@media (max-width: 576px) {
    .part-resource .resource-wrapper {
        padding: 2rem 0;
    }

    .part-resource .swiper .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .part-resource .swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
        margin-right: 0;
    }
}
/* `````````````````````    ````````````````````````` */
/* `````````````````````````````````````````````````````````````` */
.part-toogle {
    text-align: center;
}
.part-toogle-range {
    padding: 50px 0;
    margin-bottom: 20px;
}
.toogle-box {
    background-color: #c0d2ff;
    border-radius: 15px;
    position: relative;
    max-width: 930px;
    margin: 0 auto;
}
.toogle-box.reverse {
    background-color: #ffd698;
}
.toogle-content {
    position: absolute;
    right: -95px;
    bottom: -50px;
    color: #fff;
    z-index: 10;
}

.banner-anim {background-color: #000;border-radius: 15px;overflow: hidden;}
.banner-anim.reverse {
    left: 10%;
    right: auto;
}
.ai-matting-bg-contenter{position:relative;overflow: hidden;}
.ai-matting-bg-contenter .ai-matting-bg-box >img{width: 100%;height: auto;}
.ai-matting-bg-box .pic-ing{position: absolute;width:0;height: 100%;opacity: 0;left: 0;top: 0;background-color: #000;}
.ai-matting-bg-box .normal-ing {position: relative;}
.ai-matting-bg-box .normal-ing>img {display: block;}
.ai-matting-bg-box .pic-ing img{max-width: 100%;height: 100%;object-fit: cover;object-position: 0;}
.ai-matting-bg-box .pic-ing::after{content:"";position: absolute;right: 0;width: 2px;height: 100%;background:url(../../images/aiarty-image-matting/index/banner-line.png) no-repeat;top: 0;}
.ai-matting-bg-box.active .ai2{animation: analysis 2s 2s forwards;}
.ai-matting-bg-box.active .ai3{animation: analysis 2s 4s forwards;}
.ai-matting-bg-box.active .ai4{animation: analysis 2s 6s forwards;}
@keyframes analysis{ 0%{width: 0;opacity: 1;} 100%{width: 100%;opacity: 1;} }


.toogle-button-wrapper {
    max-width: 838px;
    margin: 0 auto;
}
.toogle-button {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .625rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.toogle-button:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: hsla(0, 0%, 100%, .4);
    filter: blur(10px);
    border-radius: 8px;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s;
}
.toogle-button:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: calc(.625rem - 2px);
    background: linear-gradient(149.29deg, #0190ff 2.96%, #8648ff 60.37%, #eb11ff 93.98%);
}

.toogle-button-scroll {
    display: inline-block;
    animation: page_arrow-scroll__brp0_ 2s linear infinite;
    animation-delay: 1s;
    position: absolute;
    left: 0;
    color:transparent;
    z-index: 1 !important;
}

@keyframes page_arrow-scroll__brp0_ {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(300%)
    }
}

.nologin_tip {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 17px;
    z-index: 2;
    background: linear-gradient(90deg, #2b62ff, #8911e2);
    border-radius: 0 .625rem 0 .625rem;
}

@media (max-width:992px){

}
@media (max-width:768px){
    .toogle-content {
        display: none;
    }
}
@media (max-width:576px){
    .toogle-button {
        font-size: 17px;
    }
}
/* `````````````````````````````````````````````````````````````` */
.banner-shadow-title {
    font-size: 43px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 0;
    font-weight: 700;
    margin: 30px 0;
    align-self: flex-end;
}
.banner-shadow-title::after {
    content: attr(content);
    position: absolute;
    -webkit-text-stroke: .22em #5d1aa9 !important;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
}
.banner-shadow-title:first-of-type img{position:absolute; margin-left:-75px;}


@media (max-width:1400px){

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

}
@media (max-width:992px){
    .banner-shadow-title {
        font-size: 27px;
    }
}
@media (max-width:768px){
    .banner-shadow-title {
        font-size: 23px;
    }
}
@media (max-width:576px){
    .banner-shadow-title {
        font-size: 19px;
    }
}
/* `````````````````````````````````````````````````````````````` */
.main03{text-align:center; padding:80px 0;}
.m03-wrap{background-color:#fff; border:4px solid #3c2fc6; border-radius:15px; padding:55px 0 70px;}
.m03-title{font-size:36px; line-height:1; font-weight:700; padding-bottom:32px;}
.m03-step-con{display:flex; justify-content:center;}
.m03-step-item{margin:0 6px;}
.m03-step-num-x{margin-bottom:20px; position:relative; color:#6b8eff; z-index:0;}
.m03-step-num-x::before{content:''; position:absolute; left:0; right:0; border-top:1px dashed; top:50%; z-index:-1;}
.m03-step-item:first-of-type .m03-step-num-x::before{left:50%;}
.m03-step-item:last-of-type .m03-step-num-x::before{right:50%;}
.m03-step-item:not(:last-of-type) .m03-step-num-x::after{content:''; position:absolute; left:100%; border-width:10px 0 10px 12px; border-style:solid; border-color:transparent currentColor; opacity:.6; top:50%; transform:translateY(-50%);}
.m03-step-num{font-size:22px; background-color:currentColor; display:inline-block; border-radius:100vw; padding:5px 15px 1px; vertical-align:middle;}
.m03-step-num::first-line{color:#fff;}
.main03-btn{max-width:500px; margin:40px auto 0;}
@media(max-width: 767px){
	.m03-step-con{flex-flow:wrap;}
	.m03-step-item:not(:first-of-type){margin-top:20px;}
	.m03-step-num-x::before, .m03-step-num-x::after{display:none;}
}

.main04 {text-align:center;padding-bottom:80px;}
.main04 h2 {font-size: 33px;line-height: 35px;color: #000;font-weight: 600;}
.main04 h2+p {font-size:19px; color:#666; line-height: 29px; padding:30px 0 50px;}
.cards-list {display:flex; justify-content: center;gap:40px;}
.cards-list li{width: 583px;box-sizing: border-box;background-color:#fff; padding:3.5%; margin:0 10px;border-radius: 10px;}
.cards-list h3 {font-size:35px; line-height:1.3; padding-bottom:5%;font-weight: 600;}
.cards-list h3 img{vertical-align:middle;}
.cards-list p {font-size:21px; line-height:1; padding:6% 0 4%;}
.cards-list p span {display:block; padding-top:3%;}
.download-container a {min-width:245px; padding:0 10px; box-sizing:border-box; line-height:63px; display:table; margin:0 auto 4%; border-radius:10px; font-size:21px; font-weight:700; border:1px solid transparent; transition:all .3s; color:#fff; background:linear-gradient(to right, #8e35ff, #654cff) no-repeat;}
.more-info {font-size:19px;}
.more-info::after{content:' \3e \3e'; transition:all .3s;}
.more-info:hover::after {padding-left:5px; font-weight:700;}
.banner-anim {background-color: #000;border-radius: 20px;overflow: hidden;}
.ai-matting-bg-contenter{position:relative;overflow: hidden;}
.ai-matting-bg-contenter .ai-matting-bg-box >img{width: 100%;height: auto;}
.ai-matting-bg-contenter .product-video{padding-top: 56.5%;}
.ai-matting-bg-box .pic-ing{position: absolute;width:0;height: 100%;opacity: 0;left: 0;top: 0;background-color: #000;}
.ai-matting-bg-box .normal-ing {position: relative;}
.ai-matting-bg-box .normal-ing>img {display: block;}
.ai-matting-bg-box .pic-ing img{max-width: 100%;height: 100%;object-fit: cover;object-position: 0;}
.ai-matting-bg-box .pic-ing::after{content:"";position: absolute;right: -4px;width: 2px;height: 100%;background:url(../../images/aiarty-image-matting/index/banner-line.png) no-repeat;top: 0;}
.ai-matting-bg-box.active .ai2{animation: analysis 2s 2s forwards;}
.ai-matting-bg-box.active .ai3{animation: analysis 2s 4s forwards;}
.ai-matting-bg-box.active .ai4{animation: analysis 2s 6s forwards;}
@keyframes analysis{ 0%{width: 0;opacity: 1;} 100%{width: 100%;opacity: 1;} }
@media(max-width: 767px){
	.cards-list{flex-flow:wrap;}
}
