:root{
	--main-btn-down-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20'%3E%3Crect x='7.938' width='2' height='19' rx='1' ry='1' fill='%23000'/%3E%3Cpath d='M1.009 14.04l7.985 5.124 7.906-5.17' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
	--main-btn-buy-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 25'%3E%3Cpath d='M31.431 3.125h-5.357S22.716 13 21.555 16.157c-.152.36-.575 2.606-2.01 2.6H4.9a1.561 1.561 0 0 1-1.538-1.561A1.621 1.621 0 0 1 4.9 15.565h13.58l.68-1.543H3.334a1.533 1.533 0 0 1-1.52-1.016L.289 7.877A1.512 1.512 0 0 1 0 6.988a1.657 1.657 0 0 1 .139-.666 1.462 1.462 0 0 1 .961-.833 1.614 1.614 0 0 1 .838-.031H22l1.552-4.446a1.536 1.536 0 0 1 1.4-1A1.521 1.521 0 0 1 25.2 0h6.236A1.542 1.542 0 0 1 33 1.5a1.648 1.648 0 0 1-1.569 1.625zm-28 5.465l.62 2.321h15.934l.68-2.321H3.429zM8.5 20a2.5 2.5 0 1 1-2.515 2.5A2.507 2.507 0 0 1 8.5 20zm8 0a2.5 2.5 0 1 1-2.5 2.5 2.5 2.5 0 0 1 2.5-2.5z' fill='%23000'/%3E%3C/svg%3E");
	--main-btn-bgcolor1:#40fffd;
	--main-btn-bgcolor2:#a264ff;
}
@property --main-btn-bgcolor3{syntax:'<color>'; inherits:true; initial-value:#010204;}
@property --main-btn-bgcolor4{syntax:'<color>'; inherits:true; initial-value:#010204;}

body{font-size:17px; background-color:#000; color:#fff;}
.details{max-width:1200px; width:100%; padding:0;}
img{max-width:100%; height:auto;}

.wxv-main-btns{display:flex; justify-content:center; flex-flow:wrap;}
.wxv-main-btn{margin:13px .8%;}
.wxv-mb-down, .wxv-mb-buy{display:flex; justify-content:center; align-items:center; min-width:275px; font-size:21px; font-weight:700; border-radius:6px; padding:13px; border:2px solid transparent; box-sizing:border-box; background-origin:padding-box, border-box; background-clip:padding-box, border-box; background-repeat:no-repeat;}
.wxv-mb-down{background-image:linear-gradient(to right, var(--main-btn-bgcolor1), var(--main-btn-bgcolor2), var(--main-btn-bgcolor1)), linear-gradient(to right, var(--main-btn-bgcolor1), var(--main-btn-bgcolor2), var(--main-btn-bgcolor1)); background-size:200%; color:#000; transition:background-position .3s;}
.wxv-mb-down:hover{background-position:100%;}
.wxv-mb-buy{background-image:linear-gradient(to right, var(--main-btn-bgcolor3), var(--main-btn-bgcolor4)), linear-gradient(to right, var(--main-btn-bgcolor1), var(--main-btn-bgcolor2)); transition:--main-btn-bgcolor3 .3s, --main-btn-bgcolor4 .3s;}
.wxv-mb-buy:hover{--main-btn-bgcolor3:var(--main-btn-bgcolor1); --main-btn-bgcolor4:var(--main-btn-bgcolor2);}
.wxv-mb-buy-text{background:linear-gradient(to right, var(--main-btn-bgcolor1), var(--main-btn-bgcolor2)) no-repeat; background-clip:text; -webkit-background-clip:text; color:transparent; transition:color .3s;}
.wxv-mb-buy:hover .wxv-mb-buy-text{color:#fff;}
.wxv-mb-down.icon::before, .wxv-mb-buy.icon::before{content:''; margin-right:13px; mask:var(--svg) no-repeat; -webkit-mask:var(--svg) no-repeat;}
.wxv-mb-down.icon::before{--svg:var(--main-btn-down-icon); width:18px; height:20px; background-color:#000;}
.wxv-mb-buy.icon::before{--svg:var(--main-btn-buy-icon); width:28px; height:21px; background-color:var(--main-btn-bgcolor1); transition:background-color .3s;}
.wxv-mb-buy.icon:hover::before{background-color:#fff;}
.wxv-mb-down-tip, .wxv-mb-buy-tip{font-size:13px; color:#949494; margin-top:7px;}
.wxv-mb-down-ug:hover, .wxv-mb-down-sf:hover{color:#663DFF;}
.wxv-mb-down-ug::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11'%3E%3Cpath d='M0 11V0h5v4h4v7H0zM6 0l3 3H6V0z' fill='%23949494'/%3E%3C/svg%3E"); margin-right:6px; display:inline-block; line-height:0;}

.wxv-main-title{font-size:43px; line-height:1.33; text-align:center;}
.wxv-main-title-hlt{background:linear-gradient(155deg, var(--main-btn-bgcolor1), var(--main-btn-bgcolor2)) no-repeat; background-clip:text; -webkit-background-clip:text; color:transparent;}
.wxv-main-desc{font-size:21px; color:#7f7f7f; line-height:1.7; margin:12px 0; text-align:center;}

@media (max-width: 979px) {
	.details{width:96%;}
}


.wxv-hero{background:url(../images/ai-index-26/bg1.jpg) no-repeat top / 100%; text-align:center; padding:52px 0;}
.wxv-hero .details{max-width:1440px;}
.wxv-hero-logo-x{display:flex; justify-content:center; align-items:center; margin-bottom:33px;}
.wxv-hero-logo-text{content:url(../../winxvideo-ai/images/ai-index/logo.svg); max-width:400px; margin-left:17px;}
.wxv-hero-title{font-size:32px; font-weight:700; line-height:1; margin:17px 0;}
.wxv-hero-desc{font-size:19px; color:#afafaf; margin:17px 0;}
.wxv-hero-fb-wrap{isolation:isolate;}
.wxv-hero-feat-btnsX{max-width:1260px; margin:12px auto; cursor:pointer;}
.wxv-hero-fb-icon{width:80px; height:75px; margin:0 auto; display:grid; place-items:center; border-radius:10px;}
.swiper-slide-active .wxv-hero-fb-icon{background:linear-gradient(var(--main-btn-bgcolor1), var(--main-btn-bgcolor2)) no-repeat;}
.wxv-hero-fb-text{font-size:14px; color:#666; display:block; margin-top:12px;}
.swiper-slide-active .wxv-hero-fb-text{color:#fff;}
.wxv-hero-feat-imgsX{margin:25px 0 7px;}
.wxv-hero-items{display:flex; justify-content:center; flex-flow:wrap;}
.wxv-hero-item{--btm-gap:min(45px, 2%); padding:0 2% var(--btm-gap); border:1px solid; border-image:linear-gradient(transparent 8%, #333) 0 1;}
.wxv-hero-item::after{content:''; position:absolute; left:0; right:0; border-bottom:1px solid #333; margin-top:var(--btm-gap);}
.wxv-hero-item + .wxv-hero-item{margin-left:-1px;}
.wxv-hero-item-title{color:#42F4AA;}
.wxv-hero-it-b{font-size:61px; line-height:1;}
.wxv-hero-it-hlt{font-size:24px;}
.wxv-hero-item-desc{font-size:20px; color:#999;}

.wxv-enh{padding:23px 0 45px; text-align:center; height:300vh; /* background:linear-gradient(#ccc 100vh, #aaa 0 200vh, #bbb 0 300vh, #ddd 0) no-repeat; */}
.wxv-enh-wrpper{position:sticky; position:-webkit-sticky;}
.wxv-enh-mediaGallery-x{--wid:1170px; max-width:calc(var(--wid) * 3); overflow:hidden; box-sizing:border-box; padding:0 10%; margin:30px auto 0;}
.wxv-enh-mediaGallery{display:flex; max-width:var(--wid); margin:0 auto;}
.wxv-enh-mediaGallery.animated{transition:transform .5s cubic-bezier(.77, 0, .175, 1);}
.wxv-enh-mediaGallery-item{flex:0 0 100%; position:relative; padding:0 15px; box-sizing:border-box;}
.wxv-enh-mediaGallery-info{position:absolute; left:3%; right:3%; width:fit-content; -moz-width:fit-content; -webkit-width:fit-content; margin:0 auto; backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); display:flex; background-color:rgba(255, 255, 255, .4); border-radius:17px; padding:7px; bottom:15%; border:1px solid rgba(255, 255, 255, .6); align-items:center; box-shadow:0 9px 21px rgba(0, 0, 0, .29);}
.wxv-enh-mediaGallery-title, .wxv-enh-mediaGallery-desc{padding:3px 15px;}
.wxv-enh-mediaGallery-title{font-size:30px;}
.wxv-enh-mediaGallery-desc{text-align:left; line-height:1.43; max-width:705px;}
.wxv-enh-mediaGallery-title + .wxv-enh-mediaGallery-desc{border-left:1px solid rgba(255, 255, 255, .4);}
.wxv-enh-mediaGallery-video{border-radius:30px; width:100%; height:auto; vertical-align:middle;}
.wxv-enh-mediaGallery-params{position:absolute; top:6%; left:3%; background-color:#242424; border-radius:6px; margin:20px 15px; isolation:isolate; padding:0 12px; min-width:270px; box-sizing:border-box;}
.wxv-enh-mediaGallery-params::after{content:''; position:absolute; top:0; right:0; bottom:0; left:0; margin:-20px -15px; background-color:rgba(0, 0, 0, .2); border-radius:12px; z-index:-1;}
.wxv-enh-mediaGallery-param{text-align:left; display:flex; align-items:center; padding:7px 0;}
.wxv-enh-mediaGallery-param::after{content:''; width:18px; height:18px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'%3E%3Cpath d='M.975 3.358l4.356 4.356L12.062.982' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") no-repeat center, #ffba00; border-radius:5px;}
.wxv-enh-mediaGallery-param + .wxv-enh-mediaGallery-param{border-top:1px solid #393939;}
.wxv-enh-mp-text{flex:auto; margin:0 8px; font-size:14px;}
.wxv-enh-btns{display:flex; justify-content:center; max-width:1140px; margin:0 auto 30px;}
.wxv-enh-btn{display:grid; background-color:initial; border:3px solid transparent; padding:0; font-size:inherit; color:inherit; margin:-6.3% 5px 0; position:relative; isolation:isolate;}
.wxv-enh-btn:not(:disabled){cursor:pointer;}
.wxv-enh-btn:disabled::after{content:''; position:absolute; top:0; right:0; bottom:0; left:0; margin:-3px; background:linear-gradient(to right, var(--main-btn-bgcolor1), var(--main-btn-bgcolor2)) no-repeat; z-index:-1; border-radius:33px;}
.wxv-enh-btn-img, .wxv-enh-btn-text{grid-area:1 / 1;}
.wxv-enh-btn-img{border-radius:31px;}
.wxv-enh-btn-text{display:grid; grid-template-columns:auto auto; justify-content:center; align-items:center; align-content:end; grid-gap:6px; padding:6px;}
.wxv-enh-btn-text::before{content:''; width:34px; height:25px; background:url(../images/ai-index-26/enh-btn-icons.png) no-repeat;}
.wxv-enh-btn-icon2::before{background-position:-39px 0;}
.wxv-enh-btn-icon3::before{background-position:-78px 0;}

.wxv-func{padding:45px 0 80px; background-color:#080813;}
.wxv-func .details{max-width:1300px;}
.wxv-func-wrapper{display:flex; margin-top:40px;}
.wxv-func-items{width:675px; margin-right:auto;}
.wxv-func-item + .wxv-func-item{margin-top:37vh;}
.wxv-func-item-head{padding:0 22px;}
.wxv-func-item-tips{display:flex; margin:0 -6px 28px;}
.wxv-func-item-tip{font-size:21px; padding:6px 4%; border-radius:8px; margin:0 6px; display:flex; align-items:center;}
.wxv-func-it-bg1{background:linear-gradient(to right, #2c45ff, #76dc80) no-repeat;}
.wxv-func-it-bg2{background:linear-gradient(to right, #2c45ff, #6497dc) no-repeat;}
.wxv-func-it-icon{margin-right:6px;}
.wxv-func-item-title{font-size:29px; font-weight:700; line-height:1; margin-bottom:17px;}
.wxv-func-item-desc{font-size:19px; color:#7f7f7f; margin:17px 0;}
.wxv-func-info-x{background-color:#151515; border-radius:10px; padding:22px; margin:29px 0;}
.wxv-func-info-desc{color:#5377ff; margin-bottom:16px;}
.wxv-func-info-title{font-size:23px; display:flex; align-items:center; margin-bottom:16px;}
.wxv-func-it-svg{margin-right:5px;}
.wxv-func-info-x .wxv-main-btns{justify-content:flex-start;}
.wxv-func-info-x .wxv-main-btn{margin:10px 0;}
.wxv-func-info-x .wxv-mb-down, .wxv-func-info-x .wxv-mb-buy{font-size:18px; min-width:auto; padding:6px 15px;}
.wxv-func-info-x .wxv-mb-down.icon::before{width:26px; height:26px; mask:url(../images/ai-index-26/revise-icon.png) no-repeat; -webkit-mask:url(../images/ai-index-26/revise-icon.png) no-repeat; margin-right:10px;}
.wxv-func-info-lists{margin-top:15px;}
.wxv-func-info-list{color:#c4c4c4; background:url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.275 5.41a1 1 0 0 1 1.414 0l3.536 3.53-.011.696-.012.695a1 1 0 0 1-1.391.022L.275 6.823a1 1 0 0 1 0-1.413zM13.35.3a1 1 0 0 1 0 1.412l-8.148 8.62.012-.696.011-.696-1.068-1.066L11.932.3a1 1 0 0 1 1.418 0z' fill='%23c4c4c4'/%3E%3C/svg%3E") no-repeat 0; padding-left:20px;}
.wxv-func-info-list + .wxv-func-info-list{margin-top:10px;}
.wxv-func-imgs-x{align-self:flex-start; position:sticky; position:-webkit-sticky; display:flex; align-items:center;}
.wxv-func-imgs{margin:0 17px; overflow:hidden; border-radius:10px;}
.wxv-func-imgs-scroll{display:flex; width:484px; transition:transform .4s;}
.wxv-func-img{flex:0 0 100%;}
.wxv-func-btns{width:75px; background:linear-gradient(to right, #7fa9ff, #607afd) no-repeat; border-radius:10px; padding:0 6px; display:flex; flex-flow:column;}
.wxv-func-btn{background-color:initial; display:flex; flex-flow:column; align-items:center; color:inherit; font-size:13px; border:0 none; padding:30px 0;}
.wxv-func-btn:disabled, .wxv-func-btn:hover{color:#77ffed;}
.wxv-func-btn:not(:disabled){cursor:pointer;}
.wxv-func-btn + .wxv-func-btn{border-top:1px solid rgba(255, 255, 255, .3);}
.wxv-func-btn-icon{margin-bottom:9px;}

.wxv-denoise{padding:60px 0;}
.wxv-denoise-subtitle{display:flex; align-items:center; background-color:#112765; width:fit-content; -moz-width:fit-content; -webkit-width:fit-content; margin:40px auto 30px; border-radius:100vw; padding:10px; min-width:290px; box-sizing:border-box; justify-content:center; border:5px solid rgba(43, 98, 255, .2); background-clip:padding-box; font-size:inherit;}
.wxv-denoise-subtitle-icon{margin-right:10px;}
.toggle-content{display:grid; margin:23px 0;}
.toggle-imgs, .toggle-con-x{grid-area:1 / 1;}
.toggle-imgs>li {display: none;}
.toggle-imgs>li.active {display: flex;}
.toggle-imgs>li>img{width:100%;}
.toggle-con-x{display:flex; align-items:center; justify-content:space-between;}
.toggle-con-x.details{max-width:1300px;}
.toggle-con-left, .toggle-mask{margin:0 5px;}
.toggle-con-left{align-self:stretch; display:flex; flex-flow:column; justify-content:space-between; padding:5% 0;}
.toggle-con-left-icons, .toggle-left-audio-btns{margin:20px 0;}
.toggle-left-audio-btns{display:flex; flex-flow:column;}
.toggle-left-audio-btn1, .toggle-left-audio-btn2{--wid:0; border:0 none; padding:16px 20px; font-size:inherit; border-radius:10px; display:flex; align-items:center;}
.toggle-left-audio-btn1{color:#fff; background:linear-gradient(to right, #367068, #124F80) no-repeat;}
.toggle-left-audio-btn2{color:#75f0ff; background:linear-gradient(to right, #4E7EC0, #68BAC0) no-repeat; margin-top:25px;}
.toggle-left-audio-btn1:not(:disabled), .toggle-left-audio-btn2:not(:disabled){cursor:pointer;}
.toggle-left-audio-btn1::after, .toggle-left-audio-btn2::after{content:''; width:460px; height:38px; mask:url(../images/ai-index-26/denoise-wave.png) no-repeat 0 / cover; -webkit-mask:url(../images/ai-index-26/denoise-wave.png) no-repeat 0 / cover; background:linear-gradient(#fff, #fff) no-repeat 0 / var(--wid), rgba(255, 255, 255, .5);}
.toggle-left-ab-icon{width:40px; height:40px; position:relative; isolation:isolate;}
.toggle-left-ab-icon i{display:block; height:100%; background:url(../images/ai-index-26/denoise-play-btns.png) no-repeat;}
.toggle-left-audio-btn2 .toggle-left-ab-icon i{background-position:-45px 0;}
.play > .toggle-left-ab-icon i{background-position-y:-45px;}
.toggle-left-ab-icon::before, .toggle-left-ab-icon::after {content: ""; position: absolute; top:0; right:0; bottom:0; left:0; border-radius: 50%;background-color:#fff;animation: wave 2.6s linear infinite paused; z-index:-1; opacity:0;}
.toggle-left-ab-icon::after {animation-delay:1.3s;}
@keyframes wave {20%{opacity:.6;} 100%{transform:scale(1.6);opacity:.03;}}
.play > .toggle-left-ab-icon::before, .play > .toggle-left-ab-icon::after{animation-play-state:running;}
.toggle-left-ab-text{margin:0 20px;}
.toggle-mask {width: 530px;box-sizing: border-box;padding: 0 35px 17px;background-color: rgba(0,0,0,0.5);border-radius:20px; margin-top:52px;}
.toggle-items {display: flex;justify-content: center;align-items: flex-end; margin-top:-52px;}
.toggle-items>li {display: flex;flex-direction: column;align-items: center;cursor: pointer; margin:0 7px;}
.toggle-items>li.active{cursor:default;}
.toggle-items>li .img-wrap {width: 78px;height: 78px;border-radius: 50%;margin-bottom: 18px;overflow: hidden;}
.toggle-items>li.active .img-wrap {width: 111px;height: 111px;margin-bottom: 8px;border: 2px solid #ffa800;box-shadow: 0 0 15px rgba(255,168,0,0.7);}
.toggle-items-p {min-height: 40px;font-size: 15px;color: #939393;line-height: 1.2;text-align: center;}
.toggle-items>li.active .toggle-items-p {color: #fff;}
.toggle-mask-imgs{margin:5px 0; text-align:center;}
.toggle-mask-img:not(.show){display:none;}
.toggle-mask-intros>li {display: none;}
.toggle-mask-intros>li.active {display: block;}
.toggle-mask-h4 {font-size: 19px;line-height: 1.1;margin:5px 0;}
.toggle-mask-title-p {color: #f0a04a;line-height: 1.1;padding-bottom: 17px;border-bottom: 1px solid #4f4d4b;}
.toggle-mask-title-p>span {color: #b9b9b9;}
.toggle-mask-p {color: #b9b9b9;line-height: 1.65;margin-top:10px;}
.wxv-denoise-lists{display:flex; justify-content:space-evenly; margin:17px 0;}
.wxv-denoise-list{display:flex; align-items:center; margin:0 5px;}
.wxv-denoise-list-icon{margin-right:8px;}
.wxv-denoise-part2{background:url(../images/ai-index-26/denoise-part2-bg.png) no-repeat 0 / 100%;}
.wxv-denoise-audio-lists{display:flex; justify-content:center; margin:0 -1.12%;}
.wxv-denoise-audio-list{background-color:#202020; border:1px solid #616161; padding:2% 2.9%; border-radius:12px 12px 0; margin:2% 1.12% 6px;}
.wxv-denoise-al-title{font-size:29px; color:#d5d5d5; margin-bottom:20px; line-height:1;}
.wxv-denoise-al-btn{background-color:#bfcad9; border:0 none; border-radius:15px; padding:8px 25px; display:flex; align-items:center;}
.wxv-denoise-al-btn:not(:disabled){cursor:pointer;}
.wxv-denoise-al-play{margin-right:17px;}
.wxv-denoise-al-play use:last-of-type{opacity:0;}
.wxv-denoise-audio-list.play .wxv-denoise-al-play use:first-of-type{opacity:0;}
.wxv-denoise-audio-list.play .wxv-denoise-al-play use:last-of-type{opacity:1;}
.wxv-denoise-al-wave{width:225px; height:42px; mask:url(../images/ai-index-26/denoise-wave.png) no-repeat 0 / cover; -webkit-mask:url(../images/ai-index-26/denoise-wave.png) no-repeat 0 / cover; background-color:#000;}

.wxv-vidProc{padding-bottom:60px; height:500vh;}
.wxv-vidProc-x.details{max-width:1300px;}
.wxv-vidProc-x{position:sticky; position:-webkit-sticky; top:1vh;}
.wxv-vidProc-btns{display:flex; background-color:#0A0A0A; padding:1.3%; border-radius:10px; width:fit-content; -moz-width:fit-content; -webkit-width:fit-content; margin:25px auto; position:relative;}
.wxv-vidProc-btns::after{content:''; position:absolute; top:0; right:0; bottom:0; left:0; margin:-1px; background:linear-gradient(to right, transparent 43%, #5d5d5d) no-repeat; border-radius:inherit; z-index:-1;}
.wxv-vidProc-btn{background-color:initial; border:0 none; padding:0; width:262px; margin:0 15px;}
.wxv-vidProc-btn-title{font-size:13px; color:#fff; display:flex; align-items:center; padding:0 7px;}
.wxv-vidProc-btn-title::before{content:''; width:38px; height:27px; background:url(../images/ai-index-26/vidproc-btn-icons.png) no-repeat; margin-right:6px;}
.wxv-vidProc-btn2 .wxv-vidProc-btn-title::before{background-position:-43px 0;}
.wxv-vidProc-btn3 .wxv-vidProc-btn-title::before{background-position:-86px 0;}
.wxv-vidProc-btn4 .wxv-vidProc-btn-title::before{background-position:-129px 0;}
.wxv-vidProc-btn-bar{--wid:0%; display:block; background-color:#222; height:6px; border-radius:100vw; margin-top:6px;}
.wxv-vidProc-btn-bar::after{content:''; width:var(--wid); display:block; height:100%; background-color:green; border-radius:100vw;}
.wxv-vidProc-section{margin-top:25px; height:100vh; overflow:hidden;}
.wxv-vidProc-section-x{height:400vh; transition:transform .3s;}
.wxv-vidProc-part-x{height:100vh;}
.wxv-vidProc-part{background:linear-gradient(to right, #0b2111, transparent) no-repeat; border-radius:30px; padding:2% 2.3%; display:flex; justify-content:space-between; align-items:center;}
.wxv-vidProc-info, .wxv-vidProc-imgs{margin:0 5px;}
.wxv-vidProc-info{width:635px;}
.wxv-vidProc-info-head{padding:0 3%;}
.wxv-vidProc-info-tip{font-size:21px; color:#98ffa4; margin-bottom:22px; display:block;}
.wxv-vidProc-info-title{font-size:27px; font-weight:700; line-height:1.55; margin-bottom:25px;}
.wxv-vidProc-info-btns{display:flex; isolation:isolate; margin:17px 0; justify-content:space-between;}
.wxv-vidProc-info-btn{display:flex; align-items:center; background-color:initial; border:0 none; padding:7px 10px; border-radius:10px; position:relative; margin:0 3px;}
.wxv-vidProc-info-btn:disabled{background-color:#000;}
.wxv-vidProc-info-btn:not(:disabled){cursor:pointer;}
.wxv-vidProc-info-btn:disabled::after{content:''; position:absolute; top:0; right:0; bottom:0; left:0; margin:-1px; border-radius:inherit; background:linear-gradient(to right, #fff, #66ff8a) no-repeat; z-index:-1;}
.wxv-vidProc-ib-icon{margin-right:5px;}
.wxv-vidProc-ib-text{font-size:14px; color:#fff;}
.wxv-vidProc-info-btn:disabled .wxv-vidProc-ib-text{background:linear-gradient(to right, #fff, #66ff8a) no-repeat; background-clip:text; -webkit-background-clip:text; color:transparent;}
.wxv-vidProc-lists{background-color:rgba(255, 255, 255, .1); padding:3%; border-radius:10px; display:none;}
.wxv-vidProc-lists.show{display:revert;}
.wxv-vidProc-list{background:url(../images/ai-index-26/vidproc-icon1.png) no-repeat 0 5px; padding-left:28px;}
.wxv-vidProc-list + .wxv-vidProc-list{margin-top:23px;}
.wxv-vidProc-imgs{overflow:hidden; border-radius:10px;}
.wxv-vidProc-imgs-scroll{width:568px; display:flex;}
.wxv-vidProc-img{flex:0 0 100%;}

.layer-toggle{text-align:center; padding:50px 0; background-color:#f7f7f7;}
.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;}
.layer-toggle-content{display:flex; justify-content:center; gap:5%; margin-bottom:30px;}
.layer-toggle-left{text-align:left;}
.layer-toggle-left>li{padding-bottom:15px; position:relative;}
.layer-toggle-left>li+li{padding-top:10px;}
.layer-toggle-left>li::before,
.layer-toggle-left>li::after{content:""; width:100%; height:1px; background-color:#e3e3e3; position:absolute; bottom:0; left:0;}
.layer-toggle-left>li::after{background-color:#119bff; width:0%; height:2px;}
.layer-toggle-left>li.active::before{height:2px;}
.layer-toggle-left>li.active::after{animation:toggleLine 5s linear;}
@keyframes toggleLine{0%{width:0%;} 100%{width:100%;}}
.layer-toggle-right>li{display:none; border-radius:10px; position:relative;}
.layer-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) {
    .layer-main-h2{font-size:25px;}
    .layer-main-h2 br{display:none;}
    .layer-toggle-content{gap:30px; flex-wrap:wrap;}
    .layer-toggle-left{flex:none; width:100%; order:2;}
    .layer-toggle-right img{max-width:100%; height:auto;}
}
@media (max-width: 768px) {
    .layer-main-h2{font-size:21px;}
}
@media (max-width: 576px) {
    .layer-main-h2{font-size:19px;}
}

.drp-solutions{background:linear-gradient(#000, #142674) no-repeat; padding:60px 0; text-align:center;}
.drp-solutions-title{font-size:40px; background:linear-gradient(to right, #3CB5FF, #725DFF) no-repeat; line-height:1.3; color:transparent; background-clip:text; -webkit-background-clip:text; width:fit-content; -moz-width:fit-content; -webkit-width:fit-content; margin:0 auto; margin-bottom:4%; font-weight:700;}
.drp-solutions-con{display:flex; justify-content:space-between;}
.drp-solutions-item{width:580px; margin:5px; background:linear-gradient(to bottom right, #2858BA, #D6D9FD) no-repeat; border-radius:25px; padding:15px; box-sizing:border-box; color:#fff;}
.drp-solutions-item-head{display:inline-block; text-align:left; margin-bottom:12px;}
.drp-solutions-item-title{font-size:23px; margin-bottom:7px; position:relative; display:inline-block; padding-bottom:3px;}
.drp-solutions-item-title::after{content:''; position:absolute; left:auto; right:0; width:0; bottom:0; height:1px; background-color:#fff; transition:.3s;}
.drp-solutions-item:hover .drp-solutions-item-title::after{left:0; right:auto; width:100%;}
.drp-solutions-item-title a:hover{text-decoration:underline;}
.drp-solutions-imgs{display:inline-grid; place-items:center;}
.drp-solutions-anim, .drp-solutions-img-info{grid-area:1 / 1; position:relative;}
.drp-solutions-anim{overflow:hidden; border-radius:11px;}
.drp-solutions-anim.reverse{left:10%; right:auto;}
.drp-solutions-bg-box .pic-ing{position: absolute;width:0;height: 100%;opacity: 0;left: 0;top: 0;}
.drp-solutions-bg-box .normal-ing {position: relative;}
.drp-solutions-bg-box .normal-ing>img {display: block;}
.drp-solutions-bg-box .pic-ing img{height: 100%;object-fit: cover;object-position: 0;}
.drp-solutions-bg-box .pic-ing::after{content:"";position: absolute;right: 0;width:1px;height: 100%; background:linear-gradient(transparent, #fff) no-repeat;top: 0;}
.drp-solutions-bg-box.active .ai2{animation: analysis 2s 2s forwards;}
.drp-solutions-bg-box.active .ai3{animation: analysis 2s 4s forwards;}
.drp-solutions-bg-box.active .ai4{animation: analysis 2s 6s forwards;}
@keyframes analysis{ 0%{width: 0;opacity: 1;} 100%{width: 100%;opacity: 1;} }
.drp-solutions-img2{transition:transform .2s;}
.drp-solutions-item:hover .drp-solutions-img2{transform:scale(1.05);}
@media (max-width:767px) {
    .drp-solutions-con{flex-flow:wrap; justify-content:center;}
}
@media (max-width:479px) {
    .drp-solutions-title{font-size:36px;}
}

.drp-news{padding:60px 0; background-color:#fff; color:#000;}
.drp-news-title{font-size:40px; line-height:1; font-weight:700; margin-bottom:3.5%; text-align:center;}
.drp-news-items{display:flex; align-items:center; justify-content:center;}
.drp-news-item-con{display:flex; align-items:center; border-radius:10px; transition:background-color .3s; justify-content:center;}
.drp-news-item-con:hover{background-color:#F2F8FF;}
.drp-news-item-main, .drp-news-item{margin:8px;}
.drp-news-item-main{width:570px;}
.drp-news-item{width:575px;}
.drp-news-im-wrap{background-color:#F2F8FF; padding:18px 15px; border-radius:10px; border-top-right-radius:0; border-top-left-radius:0;}
.drp-news-item-title{font-size:17px; font-weight:700; margin-bottom:8px;}
.drp-news-item-desc{font-size:15px; color:#6c6c6c; line-height:1.6;}
.drp-news-ic-info{width:325px; padding:0 8px;}
.drp-news-item li + li{margin-top:16px;}
.drp-news-item-img{overflow:hidden; border-radius:10px; border-bottom-left-radius:0; border-bottom-right-radius:0;}
.drp-news-item-con .drp-news-item-img{border-radius:10px;}
.drp-news-item-img img{transition:transform .3s;}
.drp-news-item-main:hover .drp-news-item-img img, .drp-news-item-con:hover .drp-news-item-img img{transform:scale(1.07);}
@media (max-width:767px) {
    .drp-news-items{flex-flow:wrap;}
}
@media (max-width:479px) {
    .drp-news-item-con{flex-flow:wrap;}
    .drp-news-ic-info{width:auto;}
    .drp-news-item-title{margin-top:10px;}
    .drp-news-title{font-size:36px;}
}