@charset "UTF-8";@-webkit-keyframes progressgenerate{0%{opacity:0}30%{opacity:1}70.1%{opacity:1}to{opacity:0}}@keyframes progressgenerate{0%{opacity:0}30%{opacity:1}70.1%{opacity:1}to{opacity:0}}@-webkit-keyframes loadingRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loadingRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.main{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 32px}.main h1{width:100%;font:normal normal bold 32px/43px Roboto;color:#282e48;text-align:center}.main .desc{text-align:center;margin:10px 0 24px;font:normal normal normal 16px/22px Roboto;color:#a1a4b3}.main .operate_box{width:480px;margin-right:16px;background-color:#fff;border-radius:12px;padding:16px;-ms-flex-negative:0;flex-shrink:0}@media (min-width:1200px){.main .operate_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.main .operate_box .operate_tabBox{margin:4px 0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main .operate_box .operate_tabBox .operate_tab{cursor:pointer;font:normal normal 500 16px/21px Roboto;color:#282e48;position:relative;-webkit-transition:0.1s all ease-in-out;transition:0.1s all ease-in-out;text-align:center}.main .operate_box .operate_tabBox .operate_tab.active{color:#8b3dff}.main .operate_box .operate_tabBox .operate_tab.active:after{content:"";display:block;width:100%;height:4px;background-color:#8b3dff;border-radius:99px;position:absolute;top:calc(100% + 4px);left:0;right:0}@media (min-width:1200px){.main .operate_box .operate_tabBox .operate_tab:not(.active):hover{opacity:0.7}}.main .operate_box .operate_container{background:rgba(40,46,72,0.06);border-radius:8px;width:100%;overflow-y:auto;padding:12px;-webkit-box-flex:1;-ms-flex:1;flex:1}.main .operate_box .operate_container .operate_title{font:normal normal 500 14px/19px Roboto;color:#282e48;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:24px}.main .operate_box .operate_container .operate_title .step_icon{width:32px;height:33px;-o-object-fit:cover;object-fit:cover;margin-right:8px}.main .operate_box .operate_container .operate_title:first-child{margin-top:0}.main .operate_box .operate_container .operate_uploadBox{width:100%;height:134px;margin-top:8px;position:relative}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px 0 56px;outline:1px dashed #a1a4b3;border-radius:8px;background:#ffffff 0% 0% no-repeat padding-box}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_icon{width:28px;height:28px;-o-object-fit:cover;object-fit:cover;margin-right:8px}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_text{font:normal normal 500 14px/19px Roboto;color:#282e48;margin-bottom:8px}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_text2{font:normal normal normal 14px/19px Roboto;color:#a1a4b3}@media (min-width:1200px){.main .operate_box .operate_container .operate_uploadBox .uploadBox_default{cursor:pointer}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default:hover{opacity:0.7;background:rgba(139,61,255,0.0588235294) 0% 0% no-repeat padding-box;outline:2px dashed #8b3dff}}.main .operate_box .operate_container .operate_uploadBox .uploadBox_loading{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(139,61,255,0.0588235294) 0% 0% no-repeat padding-box;border:2px dashed #8b3dff;border-radius:8px;display:none}.main .operate_box .operate_container .operate_uploadBox .uploadBox_loading img{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;-webkit-animation:loadingRotate 1s linear infinite;animation:loadingRotate 1s linear infinite}.main .operate_box .operate_container .operate_uploadBox .uploadBox_file{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:8px;background-color:#fff;border-radius:8px;display:none}.main .operate_box .operate_container .operate_uploadBox .uploadBox_file .deleteIcon{position:absolute;right:8px;top:8px;width:18px;height:18px;background-image:url("../img/face-swap/icon_close.svg");background-size:contain;background-repeat:no-repeat;cursor:pointer}.main .operate_box .operate_container .operate_uploadBox .uploadBox_file img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.main .operate_box .operate_container .operate_uploadBox .dropBox{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(76,21,226,0.12);border:2px dashed #8b3dff;border-radius:8px;opacity:1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font:normal normal normal 16px/21px Roboto;letter-spacing:0px;color:#282e48;display:none}.main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_default,.main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_file{display:none}.main .operate_box .operate_container .operate_uploadBox.loading .uploadBox_loading{display:-webkit-box;display:-ms-flexbox;display:flex}.main .operate_box .operate_container .operate_uploadBox.file .uploadBox_default,.main .operate_box .operate_container .operate_uploadBox.file .uploadBox_loading{display:none}.main .operate_box .operate_container .operate_uploadBox.file .uploadBox_file{display:-webkit-box;display:-ms-flexbox;display:flex}.main .operate_box .operate_container .operate_uploadBox.drop .dropBox{display:-webkit-box;display:-ms-flexbox;display:flex}.main .operate_box .operate_container .multi_step2{margin-top:24px}.main .operate_box .operate_container .multi_step2 .operate_multiBox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:8px}.main .operate_box .operate_container .multi_step2 .multi_item{background:#ffffff 0% 0% no-repeat padding-box;border-radius:8px;width:132px;height:84px;padding:12px 8px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.main .operate_box .operate_container .multi_step2 .multi_item img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:50%}.main .operate_box .operate_container .multi_step2 .multi_item .change_icon{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:10px;width:23px;height:23px}.main .operate_box .operate_container .multi_step2 .multi_item .multi_changeImageBox{position:relative;left:-5px;border-radius:50%;width:60px;height:60px;background:#f7f2ff 0% 0% no-repeat padding-box;outline:1px dashed #dbd4ff;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main .operate_box .operate_container .multi_step2 .multi_item .multi_changeImage{width:60px;height:60px;display:none}.main .operate_box .operate_container .multi_step2 .multi_item .deleteChangeImage{position:absolute;right:0;top:0;width:24px;height:24px;background-image:url("../img/face-swap/icon_close.svg");background-size:contain;background-repeat:no-repeat;cursor:pointer;display:none}.main .operate_box .operate_container .multi_step2 .multi_item .multi_changeImageIcon{width:14px;height:14px}.main .operate_box .operate_container .multi_step2 .multi_item .multi_dropBox{width:100%;height:100%;position:absolute;top:0;left:0;display:none}@media (min-width:1200px){.main .operate_box .operate_container .multi_step2 .multi_item:hover{background:rgba(139,61,255,0.0784313725) 0% 0% no-repeat padding-box}}.main .operate_box .operate_container .multi_step2 .multi_item.drop{background:rgba(139,61,255,0.0784313725) 0% 0% no-repeat padding-box;outline:1px dashed #8b3dff}.main .operate_box .operate_container .multi_step2 .multi_item.drop .multi_dropBox{display:block}.main .operate_box .operate_container .multi_step2 .multi_item.default .multi_changeImageBox{cursor:pointer}.main .operate_box .operate_container .multi_step2 .multi_item.loading{pointer-events:none}.main .operate_box .operate_container .multi_step2 .multi_item.loading .multi_changeImageIcon{width:20px;height:20px;-webkit-animation:loadingRotate 1s linear infinite;animation:loadingRotate 1s linear infinite;content:url("../img/face-swap/icon_loading.svg")}.main .operate_box .operate_container .multi_step2 .multi_item.file .multi_changeImageBox{outline:2px solid #fff}.main .operate_box .operate_container .multi_step2 .multi_item.file .multi_changeImage{display:block}.main .operate_box .operate_container .multi_step2 .multi_item.file .deleteChangeImage{display:block}.main .operate_box .operate_container .multi_step2 .multi_item.file .multi_changeImageIcon{display:none}.main .operate_box .operate_container .multi_step2.loading{pointer-events:none}.main .operate_box .random{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:underline;font:normal normal normal 13px/18px Roboto;letter-spacing:0px;color:#8b3dff;margin-top:11px;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.main .operate_box .random img{width:16px;height:16px;margin-right:8px}@media (min-width:1200px){.main .operate_box .random{cursor:pointer}.main .operate_box .random:hover{opacity:0.7}}.main .operate_box .random.disabled{pointer-events:none}.main .operate_box .operate_build{margin-top:24px;background:transparent -webkit-gradient(linear,right top,left top,from(#4c15e2),to(#8b3dff)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(270deg,#4c15e2 0%,#8b3dff 100%) 0% 0% no-repeat padding-box;border-radius:6px;width:100%;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}@media (min-width:1200px){.main .operate_box .operate_build:hover{cursor:pointer;opacity:0.7}}.main .operate_box .operate_build .build_btn,.main .operate_box .operate_build .build_loading_text{color:#ffffff;font:normal normal normal 16px/48px Roboto}.main .operate_box .operate_build .build_loading_text,.main .operate_box .operate_build .loading_animation{display:none}.main .operate_box .operate_build.disabled{pointer-events:none;opacity:0.3}.main .operate_box .HDbox{margin-top:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main .operate_box .HDbox .HD_text{font:normal normal normal 14px/19px Roboto;color:#282e48}.main .operate_box .HDbox .HD_tip{position:relative;width:16px;height:16px;-o-object-fit:contain;object-fit:contain;margin:0 10px 0 6px;background-image:url("../img/face-swap/icon_tip.svg");background-size:contain;background-repeat:no-repeat}.main .operate_box .HDbox .HD_tip:hover .tip_box{display:block}.main .operate_box .HDbox .tip_box{display:none;position:absolute;background:#ffffff 0% 0% no-repeat padding-box;-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.1607843137);box-shadow:0px 3px 6px rgba(0,0,0,0.1607843137);border:1px solid #e2e5ee;width:277px;padding:10px 16px;top:-16px;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.main .operate_box .HDbox .tip_box:before{content:"";position:absolute;bottom:-7px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ffffff}.main .operate_box .HDbox .tip_title{font:normal normal bold 14px/19px Roboto;color:#282e48;margin-bottom:7px}.main .operate_box .HDbox .tip_desc{font:normal normal normal 12px/16px Roboto;color:#282e48}.main .operate_box .HDbox .HD1080p{width:46px;height:22px;-o-object-fit:contain;object-fit:contain;margin-right:16px}.main .operate_box .HDbox .switch{position:relative;display:inline-block;width:32px;height:21px}.main .operate_box .HDbox .switch input{opacity:0;width:0;height:0}.main .operate_box .HDbox .switch input:checked+.slider{background-color:#624aff}.main .operate_box .HDbox .switch input:checked+.slider:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.main .operate_box .HDbox .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(40,46,72,0.16);-webkit-transition:0.4s;transition:0.4s;border-radius:15px}.main .operate_box .HDbox .switch .slider:before{position:absolute;content:"";height:15px;border-radius:50%;width:15px;left:3px;bottom:3px;background-color:#fff;-webkit-transition:0.4s;transition:0.4s}.main .operate_box .showContainer.loading .uploadFile_image{-webkit-filter:blur(5px);filter:blur(5px)}.main .operate_box .showContainer.loading .deleteIcon{display:none}.main .operate_box .showContainer.loading .random,.main .operate_box .showContainer.loading .switch{pointer-events:none}.main .operate_box .showContainer.loading .operate_build{pointer-events:none;opacity:0.3}.main .operate_box .showContainer.loading .operate_build .build_btn{display:none}.main .operate_box .showContainer.loading .operate_build .loading_animation{display:-webkit-box;display:-ms-flexbox;display:flex}.main .operate_box .showContainer.loading .operate_build .build_loading_text{display:block}.main .operate_box .showContainer.loading .multi_step2{pointer-events:none;opacity:0.6}.main .production_box{padding:40px 52px 32px;background-color:#fff;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}@media (min-width:1200px){.main .production_box .production_tab{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.main .production_box .result_box{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main .production_box .result_box.file{background:rgba(40,46,72,0.04)}@media (min-width:1200px){.main .production_box .result_box{overflow:hidden;border-radius:10px;max-width:749px;max-height:422px}}.main .production_box .production_container{height:100%}@media (min-width:1200px){.main .production_box .production_container{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content;position:absolute;width:100%;max-width:100%}}.main .production_box .loading_animation span{background:#282e48}.main .production_box .faceSwap_banner,.main .production_box .faceSwap_banner_gif{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}@media (min-width:1200px){.main .production_box .faceSwap_banner,.main .production_box .faceSwap_banner_gif{height:100%;width:100%}}.main .production_box .loading_box{display:none;position:absolute;left:0;top:0;width:100%;background:rgba(0,0,0,0.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;height:100%}.main .production_box .loading_box .loading_icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:13px;background:rgba(255,255,255,0.8);min-width:150px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 5px;height:96px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main .production_box .loading_box .loading_icon img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;margin-bottom:9px;-webkit-animation:loadingRotate 1.5s linear infinite;animation:loadingRotate 1.5s linear infinite}.main .production_box .loading_box .loading_icon>div{display:-webkit-box;display:-ms-flexbox;display:flex;font:normal normal 500 16px/21px Roboto}.main .production_box .loading_box .loading_icon>div .loading_animation{margin-left:2px}.main .production_box .loading_box .loading_icon>div span{color:#282e48}.main .production_box .queueBox{width:100%;padding:16px 16px 12px 20px;background:#000000 0% 0% no-repeat padding-box;border-radius:0px 0px 16px 16px;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);bottom:0;left:0;position:absolute}.main .production_box .queueBox .queue_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main .production_box .queueBox .queue_icon{width:52px;height:52px;background-image:url("../img/face-swap/icon_queue.svg");background-size:contain;background-repeat:no-repeat;margin-right:16px}.main .production_box .queueBox .queue_title{font:normal normal bold 14px/18px Roboto;color:#ffffff}.main .production_box .queueBox .queue_text{font:normal normal 300 14px/18px Roboto;color:#ffffff}.main .production_box .queueBox .queue_text span{font-weight:bold}.main .production_box .queueBox .queue_btn{margin-left:auto;text-decoration:underline;font:normal normal 500 13px/18px Roboto;color:#f56a2e;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.main .production_box .production_tab.loading .loading_box{display:block}.main .production_box .production_tab.loading .controls{visibility:hidden}.main .credit_banner{margin-top:12px;padding:14px 10px 18px 20px;background:transparent -webkit-gradient(linear,left top,right top,from(#fff0eb),to(#ffdff1)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg,#fff0eb 0%,#ffdff1 100%) 0% 0% no-repeat padding-box;border-radius:8px;width:100%;position:relative}.main .credit_banner .banner_star{width:55px;height:32px;-o-object-fit:contain;object-fit:contain;position:absolute;top:7px;right:7px}.main .credit_banner .credit_banner_btn{background:transparent -webkit-gradient(linear,left top,right top,from(#fe6d35),to(#f158b2)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg,#fe6d35 0%,#f158b2 100%) 0% 0% no-repeat padding-box;border:1px solid rgba(0,0,0,0);border-radius:4px;min-width:138px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:31px;padding:0 5px;text-align:center;font:normal normal 500 13px/31px Roboto;color:#ffffff;position:absolute;right:10px;cursor:pointer;bottom:10px}.main .credit_banner .credit_banner_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:16px;height:66px;gap:5px}.main .credit_banner .credit_banner_title{font:normal normal bold 16px/21px Roboto;color:#0f0f0f}.main .credit_banner .credit_banner_title span{font:normal normal bold 16px/21px Roboto;color:#ee1a3d}.main .credit_banner .credit_banner_item{margin-right:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main .credit_banner .credit_banner_item .item_icon{width:14px;height:14px;margin-right:8px}.main .credit_banner .credit_banner_item .item_text{font:normal normal normal 13px/18px Roboto;color:#0f0f0f}.main .credit_banner .credit_banner_item span{font-weight:bold}.controls{margin-top:16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;visibility:hidden;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.controls_btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font:normal normal normal 14px/40px Roboto;color:#39325a;background:rgba(40,46,72,0.06);border-radius:8px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;padding:10px 20px 11px 14px}.controls_btn img{width:16px;height:16px;-o-object-fit:cover;object-fit:cover;margin-right:8px}@media (min-width:1200px){.controls_btn:hover{background:rgba(40,46,72,0.12)}}.jumpItvBtn{outline:none;border:none;bottom:-56px;height:40px;background:rgba(0,0,0,0) -webkit-gradient(linear,left top,right top,from(#68a3f9),to(#2c67f2));background:rgba(0,0,0,0) linear-gradient(90deg,#68a3f9 0%,#2c67f2 100%);border-radius:6px;font-size:14px;color:#fff;gap:8px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all 0.3s;transition:all 0.3s;white-space:nowrap}@media (min-width:1200px){.jumpItvBtn:hover{cursor:pointer;opacity:0.7}}@media (max-width:1200px){.jumpItvBtn{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0.68rem;border-radius:0.06rem;font:normal normal normal 0.28rem/0.4rem Roboto;gap:3px}}.waterMarkBtn{height:40px;background:transparent linear-gradient(91deg,#ff8cc6 0%,#ee600b 100%) 0% 0% no-repeat padding-box;border-radius:6px;padding:0 20px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:10px;font:normal normal normal 14px/40px Roboto;-ms-flex-negative:0;flex-shrink:0}.waterMarkBtn img{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;margin-right:8px}@media (min-width:1200px){.waterMarkBtn:hover{cursor:pointer;opacity:0.7}}@media (max-width:1200px){.waterMarkBtn{height:0.68rem;border-radius:0.12rem;padding:0 0.24rem;font:normal normal normal 0.28rem/0.4rem Roboto;margin-left:0}.waterMarkBtn img{width:0.32rem;height:0.32rem;margin-right:0.12rem}}.loading_animation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loading_animation span{width:8px;height:8px;border-radius:8px;display:block;-webkit-transform:scale(0.3);transform:scale(0.3);background:#fff;margin:0 -1px;-webkit-animation:progressgenerate 1.5s linear infinite;animation:progressgenerate 1.5s linear infinite}.loading_animation span:nth-child(2){-webkit-animation-delay:0.2s;animation-delay:0.2s}.loading_animation span:nth-child(3){-webkit-animation-delay:0.3s;animation-delay:0.3s}.multiTab,.photoTab,.videoTab{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}@media (min-width:1200px){.multiTab,.photoTab,.videoTab{overflow:hidden}}.multiTab.active,.photoTab.active,.videoTab.active{display:-webkit-box;display:-ms-flexbox;display:flex}.recent-wrapper.video .share-btn{display:none}@media (min-width:1200px){.my_recent_container{min-height:188px}.pc_show{display:block}.mob_show{display:none}.my_recent_container{width:100%;margin-top:auto}.main{height:calc(100vh - var(--gen-header-height));min-height:800px;padding-bottom:16px}.credit_banner.mob{display:none!important}}@media (max-height:890px){.main{min-height:calc(890px - var(--gen-header-height))}}@media (max-width:1200px){.my_recent_container{padding:0.24rem}.pc_show{display:none}.mob_show{display:block}.main{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0}.main h1{font:normal normal 500 0.42rem/0.55rem Roboto}.main .desc{font:normal normal normal 0.3rem/0.36rem Roboto;margin:0.16rem 0 0.24rem}.main .production_box{padding:0.4rem;margin-bottom:0.24rem}.main .production_box .faceSwap_banner,.main .production_box .faceSwap_banner_gif{border-radius:0.16rem;height:3.77rem;-o-object-fit:cover;object-fit:cover}.main .production_box .loading_box{backdrop-filter:blur(0.1rem);-webkit-backdrop-filter:blur(0.1rem);border-radius:0.1rem}.main .production_box .loading_box .loading_icon{border-radius:0.2rem;min-width:2.18rem;height:1.58rem}.main .production_box .loading_box .loading_icon img{width:0.64rem;height:0.64rem;margin-bottom:0.09rem}.main .production_box .loading_box .loading_icon>div{font:normal normal 500 0.22rem/0.29rem Roboto}.main .production_box .loading_box .loading_icon>div .loading_animation{margin-left:0.02rem}.main .production_box .loading_box .loading_icon.queue{-webkit-transform:translate(-50%,-70%);transform:translate(-50%,-70%)}.main .production_box .queueBox{padding:0.2rem 0.2rem 0.16rem 0.24rem;border-radius:0rem 0rem 0.16rem 0.16rem;backdrop-filter:blur(0.3rem);-webkit-backdrop-filter:blur(0.3rem)}.main .production_box .queueBox .queue_icon{width:0.52rem;height:0.52rem;margin-right:0.16rem}.main .production_box .queueBox .queue_title{font:normal normal bold 0.24rem/0.33rem Roboto}.main .production_box .queueBox .queue_text{font:normal normal 300 0.24rem/0.33rem Roboto}.main .production_box .queueBox .queue_btn{font:normal normal 500 0.2rem/0.18rem Roboto}.main .operate_box{width:100%;overflow:hidden;margin-right:0;border-radius:0;padding:0.2rem 0;-ms-flex-negative:0;flex-shrink:0}.main .operate_box .operate_tabBox{margin:0;padding:0 0.4rem 0.48rem 0.4rem;width:100%;overflow-x:auto}.main .operate_box .operate_tabBox::-webkit-scrollbar{display:none}.main .operate_box .operate_tabBox .operate_tab{font:normal normal 500 0.34rem/0.45rem Roboto;margin-right:0.42rem;white-space:nowrap}.main .operate_box .operate_tabBox .operate_tab:last-child{margin-right:0}.main .operate_box .operate_tabBox .operate_tab.active:after{height:0.08rem}.main .operate_box .operate_container{border-radius:0;width:100%;min-height:0;padding:0.2rem 0.24rem}.main .operate_box .operate_container .operate_title{font:normal normal 500 0.32rem/0.43rem Roboto;margin-top:0.42rem}.main .operate_box .operate_container .operate_title .step_icon{width:0.64rem;height:0.66rem;margin-right:0.24rem}.main .operate_box .operate_container .operate_uploadBox{height:2.05rem;margin-top:0.2rem}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;border-radius:0.2rem}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_icon{width:0.48rem;height:0.48rem;margin-right:0;margin-bottom:0.16rem}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .uploadTextBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_text{font:normal normal 500 0.26rem/0.34rem Roboto;margin-bottom:0.1rem}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default .upload_text2{font:normal normal normal 0.2rem/0.26rem Roboto}}@media (max-width:1200px) and (min-width:1200px){.main .operate_box .operate_container .operate_uploadBox .uploadBox_default{cursor:pointer}.main .operate_box .operate_container .operate_uploadBox .uploadBox_default:hover{opacity:0.7;background:rgba(139,61,255,0.0588235294) 0% 0% no-repeat padding-box;outline:2px dashed #8b3dff}}@media (max-width:1200px){.main .operate_box .operate_container .operate_uploadBox .uploadBox_loading img{width:0.48rem;height:0.48rem}}@media (max-width:1200px){.main .operate_box .operate_container .operate_uploadBox .uploadBox_file{padding:0.12rem}.main .operate_box .operate_container .operate_uploadBox .uploadBox_file .deleteIcon{right:0.12rem;top:0.12rem;width:0.32rem;height:0.32rem}}@media (max-width:1200px){.main .operate_box .operate_container .operate_uploadBox .dropBox{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(76,21,226,0.12);border:2px dashed #8b3dff;border-radius:8px;opacity:1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font:normal normal normal 16px/21px Roboto;letter-spacing:0px;color:#282e48;display:none}}@media (max-width:1200px){.main .operate_box .operate_container .multi_step2{margin-top:0.42rem}.main .operate_box .operate_container .multi_step2 .operate_multiBox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.14rem;margin-top:0.2rem}.main .operate_box .operate_container .multi_step2 .multi_item{border-radius:0.16rem;width:3.44rem;height:1.9rem;padding:0.2rem 0.24rem}.main .operate_box .operate_container .multi_step2 .multi_item img{width:1.5rem;height:1.5rem}.main .operate_box .operate_container .multi_step2 .multi_item .change_icon{bottom:0.2rem;width:0.48rem;height:0.48rem}.main .operate_box .operate_container .multi_step2 .multi_item .multi_changeImageBox{width:1.5rem;height:1.5rem}.main .operate_box .operate_container .multi_step2 .multi_item .multi_changeImage{width:1.5rem;height:1.5rem;display:none}.main .operate_box .operate_container .multi_step2 .multi_item .deleteChangeImage{width:0.48rem;height:0.48rem}.main .operate_box .operate_container .multi_step2 .multi_item .multi_changeImageIcon{width:0.34rem;height:0.34rem}.main .operate_box .operate_container .multi_step2 .multi_item.loading .multi_changeImageIcon{width:0.44rem;height:0.44rem}}@media (max-width:1200px){.main .operate_box .random{font:normal normal normal 0.24rem/0.32rem Roboto;margin-top:0.2rem}.main .operate_box .random img{width:0.28rem;height:0.28rem;margin-right:0.1rem}}@media (max-width:1200px){.main .operate_box .operate_build{margin-top:0.42rem;border-radius:0.12rem;width:calc(100% - 0.8rem);height:0.96rem}.main .operate_box .operate_build .build_btn,.main .operate_box .operate_build .build_loading_text{font:normal normal 500 0.3rem/0.96rem Roboto}}@media (max-width:1200px){.main .operate_box .HDbox{margin-top:16px}.main .operate_box .HDbox .HD_text{font:normal normal normal 0.24rem/0.32rem Roboto}.main .operate_box .HDbox .HD_tip{width:0.26rem;height:0.26rem;margin:0 0.16rem 0 0.1rem}.main .operate_box .HDbox .tip_box{width:4.81rem;padding:0.16rem 0.2rem;top:-0.16rem;left:50%}.main .operate_box .HDbox .tip_box:before{content:"";position:absolute;bottom:-0.16rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:0.16rem solid transparent;border-right:0.16rem solid transparent;border-top:0.16rem solid #ffffff}.main .operate_box .HDbox .tip_title{font:normal normal bold 0.28rem/0.37rem Roboto;margin-bottom:0.08rem}.main .operate_box .HDbox .tip_desc{font:normal normal normal 0.24rem/0.32rem Roboto}.main .operate_box .HDbox .HD1080p{width:0.84rem;height:0.4rem;margin-right:0.2rem}.main .operate_box .HDbox .switch{position:relative;display:inline-block;width:0.72rem;height:0.4rem}.main .operate_box .HDbox .switch input{opacity:0;width:0;height:0}.main .operate_box .HDbox .switch input:checked+.slider{background-color:#624aff}.main .operate_box .HDbox .switch input:checked+.slider:before{-webkit-transform:translateX(0.3rem);transform:translateX(0.3rem)}.main .operate_box .HDbox .switch .slider{border-radius:0.2rem}.main .operate_box .HDbox .switch .slider:before{width:0.28rem;height:0.28rem;left:0.06rem;bottom:0.06rem}}@media (max-width:1200px){.main .operate_box .showContainer.loading .uploadFile_image{-webkit-filter:blur(5px);filter:blur(5px)}.main .operate_box .showContainer.loading .deleteIcon{display:none}.main .operate_box .showContainer.loading .random,.main .operate_box .showContainer.loading .switch{pointer-events:none}.main .operate_box .showContainer.loading .operate_build{pointer-events:none;opacity:0.3}.main .operate_box .showContainer.loading .operate_build .build_btn{display:none}.main .operate_box .showContainer.loading .operate_build .loading_animation{display:-webkit-box;display:-ms-flexbox;display:flex}.main .operate_box .showContainer.loading .operate_build .build_loading_text{display:block}.main .operate_box .showContainer.loading .multi_step2{opacity:0.6}}@media (max-width:1200px){.main .credit_banner{margin-top:0.2rem;padding:0.22rem 0.32rem 0.2rem;background:transparent -webkit-gradient(linear,left top,right top,from(#fff0eb),to(#ffdff1)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg,#fff0eb 0%,#ffdff1 100%) 0% 0% no-repeat padding-box;border-radius:0;width:100vw;margin-left:-0.4rem}.main .credit_banner .banner_star{width:0.54rem;height:0.46rem;top:0.1rem;right:0.12rem}.main .credit_banner .credit_banner_btn{border-radius:0.08rem;margin:0.24rem auto 0;min-width:3.5rem;height:0.72rem;padding:0 0.1rem;font:normal normal 500 0.26rem/0.72rem Roboto;position:static;right:auto;bottom:auto}.main .credit_banner .credit_banner_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:0.2rem;height:auto;width:100%;gap:0}.main .credit_banner .credit_banner_title{font:normal normal bold 0.32rem/0.43rem Roboto;color:#0f0f0f}.main .credit_banner .credit_banner_title span{font:normal normal bold 0.32rem/0.43rem Roboto;color:#ee1a3d}.main .credit_banner .credit_banner_item{margin-right:0;width:50%;margin-bottom:0.11rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main .credit_banner .credit_banner_item .item_icon{width:0.28rem;height:0.28rem;margin-right:0.18rem}.main .credit_banner .credit_banner_item .item_text{font:normal normal normal 0.26rem/0.34rem Roboto;color:#0f0f0f}.main .credit_banner .credit_banner_item span{font-weight:bold}}@media (max-width:1200px){.controls{margin-top:0.32rem;-webkit-column-gap:0.12rem;-moz-column-gap:0.12rem;column-gap:0.12rem}.controls .controls_btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:0.68rem;font:normal normal normal 0.28rem/0.4rem Roboto;padding:0.24rem;-ms-flex-negative:0;flex-shrink:0}.controls .controls_btn.zoom_btn{display:none}.controls .controls_btn.jumpEdit{display:none}.controls .controls_btn img{width:0.32rem;height:0.32rem;margin-right:0.12rem}}@media (max-width:1200px){.credit_banner.pc{display:none!important}}.title-h2{text-align:center;font:normal normal 600 44px/69px Poppins;color:#000000}@media screen and (max-width:1200px){.title-h2{width:6.3rem;margin:0 auto;font:normal normal 600 0.44rem/0.66rem Poppins}}.subtitle{text-align:center;font:normal normal normal 20px/30px Poppins;color:#000000}@media screen and (max-width:1200px){.subtitle{font:normal normal 300 0.25rem/0.55rem Poppins}}.seo-btn{min-width:234px;height:49px;padding:0 18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#8b3dff 0% 0% no-repeat padding-box;border-radius:25px;font:normal normal 500 18px/27px Poppins;color:#ffffff;cursor:pointer}@media screen and (min-width:1201px){.seo-btn:hover{background:transparent -webkit-gradient(linear,left top,right top,from(#864af6),to(#b18df8)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg,#864af6 0%,#b18df8 100%) 0% 0% no-repeat padding-box}}@media screen and (max-width:1200px){.seo-btn{width:6.1rem;height:1rem;padding:0 0.24rem;border-radius:0.5rem;font:normal normal 500 0.32rem/0.48rem Poppins}}.pc-show{display:block}@media screen and (max-width:1200px){.pc-show{display:none}}.mb-show{display:none}@media screen and (max-width:1200px){.mb-show{display:block}}.example{background:rgba(211,191,255,0.0901960784) url("../img/face-swap-seo/example_bg.png") center bottom no-repeat padding-box;padding-top:95px;padding-bottom:82px}.example .subtitle{width:1158px;margin:8px auto 40px}.example .seo-btn{margin:0 auto 26px}.example .example-content{max-width:1360px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:43px 20px}.example .example-content .example-item .example-item-title{margin-top:20px;margin-bottom:6px;text-align:center;font:normal normal 600 22px/31px Poppins;color:#000000}.example .example-content .example-item .example-item-text{padding:0 12px;text-align:center;font:normal normal 300 16px/24px Poppins;color:#000000}@media screen and (min-width:1201px){.example .example-content .example-item:nth-child(-n+3){max-width:440px;width:calc((100% - 40px) / 3)}.example .example-content .example-item:nth-child(-n+3)>video{width:100%;vertical-align:middle;border-radius:18px}.example .example-content .example-item:nth-child(4),.example .example-content .example-item:nth-child(5){max-width:544px;width:40%}.example .example-content .example-item:nth-child(4)>video,.example .example-content .example-item:nth-child(5)>video{width:100%;vertical-align:middle;border-radius:18px}}.example .example-content .example-btn{margin:0;min-width:auto;width:calc(100% - 40px - 80%);height:326px;background:transparent linear-gradient(212deg,#6b21d8 0%,#a692ff 100%) 0% 0% no-repeat padding-box;padding:118px 16px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center;font:normal normal 600 22px/40px Poppins;color:#ffffff}.example .example-content .example-btn>img{width:60px;height:60px;margin-bottom:36px}.example .example-content .example-btn:hover{background:transparent linear-gradient(212deg,#864af6 0%,#b18df8 100%) 0% 0% no-repeat padding-box}@media screen and (max-width:1200px){.example{background-image:none;padding:1.12rem 0.6rem 1.13rem}.example .subtitle{width:6.3rem;margin:0.1rem auto 0.64rem}.example .seo-btn{margin:0 auto 0.44rem}.example .example-content{width:6.3rem;gap:0.55rem 0.28rem}.example .example-content .example-item{width:47%}.example .example-content .example-item .example-item-title{margin-top:0.16rem;margin-bottom:0;font:normal normal 600 0.24rem/0.33rem Poppins}.example .example-content .example-item .example-item-text{display:none}.example .example-content .example-item video{width:3rem;height:auto;border-radius:0.24rem;vertical-align:middle}.example .example-content .example-btn{min-width:auto;width:3rem;height:2.83rem;background:transparent linear-gradient(223deg,#6b21d8 0%,#a692ff 100%) 0% 0% no-repeat padding-box;padding:0.82rem 0.5rem;font:normal normal 600 0.22rem/0.31rem Poppins;border-radius:0.24rem}.example .example-content .example-btn>img{width:0.6rem;height:0.6rem;margin-bottom:0.28rem}}.how-to{padding:71px 0 123px}.how-to .select-tab{margin-top:36px;margin-bottom:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.how-to .select-tab .tab-btn{height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px;font:normal normal 600 16px/23px Poppins;color:#383357;cursor:pointer;border:1px solid transparent;border-radius:23px}.how-to .select-tab .tab-btn .tab-btn-icon{margin-right:9px;background-repeat:no-repeat;background-position:center;background-size:contain}.how-to .select-tab .tab-btn:first-child{margin-right:11px}.how-to .select-tab .tab-btn:first-child .tab-btn-icon{width:26px;height:26px;background-image:url("../img/face-swap-seo/single.svg")}.how-to .select-tab .tab-btn:last-child .tab-btn-icon{width:45px;height:24px;background-image:url("../img/face-swap-seo/multiple.svg")}@media screen and (min-width:1201px){.how-to .select-tab .tab-btn.active,.how-to .select-tab .tab-btn:hover{border:1px solid #d0c4e6;color:#8b3dff}.how-to .select-tab .tab-btn:first-child.active .tab-btn-icon,.how-to .select-tab .tab-btn:first-child:hover .tab-btn-icon{background-image:url("../img/face-swap-seo/single_hover.svg")}.how-to .select-tab .tab-btn:last-child.active .tab-btn-icon,.how-to .select-tab .tab-btn:last-child:hover .tab-btn-icon{background-image:url("../img/face-swap-seo/multiple_hover.svg")}}.how-to .step-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.how-to .step-content .step-cont{width:489px;margin-right:48px}.how-to .step-content .step-cont .step-item{margin-bottom:31px}.how-to .step-content .step-cont .step-item .step-item-title{font:normal normal 600 22px/31px Poppins;color:#000000}.how-to .step-content .step-cont .step-item .step-item-title>img{width:32px;margin-right:10px;vertical-align:middle}.how-to .step-content .step-cont .step-item .step-item-desc{margin-top:8px;width:489px;font:normal normal 300 16px/25px Poppins;color:#000000}.how-to .step-content .step-right{width:645px;height:422px;position:relative}.how-to .step-content .step-right-img{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.how-to .step-content .step-right-img>img{width:100%;height:100%;vertical-align:middle}.how-to .step-content .step-right-img .tag{position:absolute;top:18px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 8px;background:rgba(0,0,0,0.4392156863) 0% 0% no-repeat padding-box;border:1px solid #707070;border-radius:4px;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);font:normal normal normal 12px/18px Poppins;letter-spacing:0.12px;color:#ffffff}.how-to .step-content .step-right-img.img-after .tag{right:10px}.how-to .step-content .step-right-img.img-before{width:50%;overflow:hidden}.how-to .step-content .step-right-img.img-before>img{position:absolute;top:0;left:0;width:645px;height:422px}.how-to .step-content .step-right-img.img-before .tag{left:20px}.how-to .step-content .step-right-line{position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2px;height:100%;background-color:#ffffff}.how-to .step-content .step-right-line.single{left:50%}.how-to .step-content .step-right-line.multiple{left:50%}.how-to .step-content .step-right-line-btn{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:35px;height:35px;background-image:url("../img/face-swap-seo/bth_Control.svg");background-position:center;background-repeat:no-repeat;background-size:contain;cursor:pointer}.how-to .step-content .step-right-line-btn.single{left:50%}.how-to .step-content .step-right-line-btn.multiple{left:50%}.how-to .step-content .step-right .single-avatar{position:absolute;right:-10px;bottom:-20px;width:110px;height:110px}.how-to .step-content .step-right .multiple-avatar{position:absolute;right:-30px;bottom:-26px;width:auto;height:110px}@media screen and (max-width:1200px){.how-to{padding:1rem 0 0.98rem}.how-to .title-h2{word-break:break-all}.how-to .select-tab{margin-top:0.4rem;margin-bottom:0.66rem}.how-to .select-tab .tab-btn{height:0.61rem;padding:0 0.28rem;font:normal normal 600 0.22rem/0.31rem Poppins;border:0.01rem solid transparent;border-radius:0.31rem}.how-to .select-tab .tab-btn .tab-btn-icon{margin-right:0.11rem}.how-to .select-tab .tab-btn:first-child{margin-right:0.31rem}.how-to .select-tab .tab-btn:first-child .tab-btn-icon{width:0.36rem;height:0.36rem}.how-to .select-tab .tab-btn:last-child .tab-btn-icon{width:0.63rem;height:0.33rem}.how-to .select-tab .tab-btn.active{border:1px solid #d0c4e6;color:#8b3dff}.how-to .select-tab .tab-btn:first-child.active .tab-btn-icon{background-image:url("../img/face-swap-seo/single_hover.svg")}.how-to .select-tab .tab-btn:last-child.active .tab-btn-icon{background-image:url("../img/face-swap-seo/multiple_hover.svg")}.how-to .step-content{max-width:7.9rem;margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.how-to .step-content .step-cont{width:100%;margin-right:0;padding-left:0.66rem;padding-right:0.94rem}.how-to .step-content .step-cont .step-item{margin-bottom:0.44rem}.how-to .step-content .step-cont .step-item .step-item-title{font:normal normal 600 0.26rem/0.36rem Poppins}.how-to .step-content .step-cont .step-item .step-item-title>img{width:0.32rem;margin-right:0.12rem}.how-to .step-content .step-cont .step-item .step-item-desc{margin-top:0.1rem;width:100%;font:normal normal 300 0.22rem/0.33rem Poppins}.how-to .step-content .step-right{width:6.3rem;height:4.12rem}.how-to .step-content .step-right-img .tag{height:0.38rem;top:0.18rem;padding:0 0.16rem;border:0.01rem solid #707070;border-radius:0.04rem;backdrop-filter:blur(0.3rem);-webkit-backdrop-filter:blur(0.3rem);font:normal normal normal 0.2rem/0.38rem Poppins}.how-to .step-content .step-right-img.img-after .tag{right:0.1rem}.how-to .step-content .step-right-img.img-before>img{width:6.3rem;height:4.12rem}.how-to .step-content .step-right-img.img-before .tag{left:0.2rem}.how-to .step-content .step-right-line{width:0.02rem}.how-to .step-content .step-right-line-btn{width:0.35rem;height:0.35rem}.how-to .step-content .step-right .single-avatar{right:-0.2rem;bottom:-0.2rem;width:1.1rem;height:1.1rem}.how-to .step-content .step-right .multiple-avatar{right:-0.3rem;bottom:-0.3rem;width:auto;height:1.1rem}.how-to .step-content .seo-btn{margin-top:0.53rem}}.feature{padding:103px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.feature .title-h2{text-align:left;font:normal normal 600 44px/50px Poppins}.feature-cont{width:455px;margin-right:112px}.feature-list{margin-top:17px}.feature-list-item{margin-bottom:10px;font:normal normal 300 16px/18px Poppins;color:#000000}.feature-img{width:520px;height:340px;border-radius:18px}.feature .seo-btn{margin-top:20px}.feature.feature1{background:transparent -webkit-gradient(linear,left top,right top,from(#f6ecf7),to(#ffffff)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg,#f6ecf7 0%,#ffffff 100%) 0% 0% no-repeat padding-box}.feature.feature2{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.feature.feature2 .feature-cont{margin-right:0;margin-left:112px}.feature.feature3{background:transparent -webkit-gradient(linear,left top,right top,from(#ffffff),to(#ecf1ff)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg,#ffffff 0%,#ecf1ff 100%) 0% 0% no-repeat padding-box}.feature.feature3 .feature-cont{width:504px}.feature.feature3 .feature-img{width:461px;height:388px}@media screen and (max-width:1200px){.feature{padding:1.55rem 0.6rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.feature .title-h2{font:normal normal 600 0.44rem/0.66rem Poppins}.feature-cont{width:100%;max-width:6.3rem;margin-right:0}.feature-list{margin-top:0.32rem}.feature-list-item{margin-bottom:0.35rem;font:normal normal 300 0.25rem/0.36rem Poppins}.feature-img{width:5.2rem;height:3.4rem;margin-top:0.33rem;border-radius:0.24rem}.feature .seo-btn{margin-top:0.92rem}.feature.feature2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.feature.feature2 .feature-cont{margin-left:0}.feature.feature3 .feature-cont{width:100%}.feature.feature3 .feature-img{width:4.61rem;height:3.88rem}}.fit-scene{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fit-scene .scene-swiper-item{position:relative}.fit-scene .scene-swiper-item:first-child{background-color:#1b0f50}.fit-scene .scene-swiper-item:nth-child(2){background-color:#291974}.fit-scene .scene-swiper-item:nth-child(3){background-color:#3b2a8d}.fit-scene .scene-swiper-item:nth-child(4){background-color:#4e3ca7}.fit-scene .scene-swiper-item:nth-child(5){background-color:#6754bc}.fit-scene .scene-swiper-item:nth-child(6){background-color:#806ed1}@media screen and (min-width:1201px){.fit-scene{padding:109px 0 152px}.fit-scene .seo-btn{margin:24px 0 26px}.fit-scene .scene-swiper{max-width:1625px;width:100%;height:560px;overflow:hidden}.fit-scene .scene-swiper-wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:30px;overflow:hidden}.fit-scene .scene-swiper-item{width:110px;height:100%;border-radius:20px;margin-left:-30px;cursor:pointer;-webkit-transition:width 0.3s ease-in-out;transition:width 0.3s ease-in-out}.fit-scene .scene-swiper-item:nth-child(6){width:80px}.fit-scene .scene-swiper-item:nth-child(6).active{max-width:1225px;width:calc(100% - 400px)}.fit-scene .scene-swiper-item.active{max-width:1255px;width:calc(100% - 400px)}.fit-scene .scene-swiper-item.active .scene-swiper-num{top:6px;left:28px;font:italic normal 600 52px/73px Poppins}.fit-scene .scene-swiper-item.active .scene-swiper-content{opacity:1}.fit-scene .scene-swiper-num{position:absolute;top:34px;left:20px;font:italic normal 600 32px/45px Poppins;color:#ffffff;opacity:0.5}.fit-scene .scene-swiper-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10%;opacity:0}.fit-scene .scene-swiper-content>img{max-width:45%}.fit-scene .scene-swiper-content-text{max-width:444px;width:36%;margin-right:4%}.fit-scene .scene-swiper-content-text .title{max-width:376px;width:100%;font:normal normal 600 36px/46px Poppins;color:#ffffff}.fit-scene .scene-swiper-content-text .title>span{font:normal normal bold 36px/46px Poppins;color:#cdacff}.fit-scene .scene-swiper-content-text .text{margin-top:36px;font:normal normal 300 18px/28px Poppins;color:#ffffff}.fit-scene .scene-swiper-pagination{display:none}}@media screen and (max-width:1200px){.fit-scene{padding:1.06rem 0 1.45rem}.fit-scene .seo-btn{margin:0.33rem auto 0.44rem}.fit-scene .scene-swiper{width:7.28rem;height:12.14rem;margin-left:0.22rem;overflow:hidden}.fit-scene .scene-swiper-item{width:100%;height:11.17rem;border-radius:0.2rem 0 0 0.2rem}.fit-scene .scene-swiper-item:nth-child(6){border-radius:0.2rem;width:7.06rem!important}.fit-scene .scene-swiper-item.swiper-slide-active{margin-left:0}.fit-scene .scene-swiper-item.swiper-slide-active .scene-swiper-num{left:0.36rem;bottom:0.17rem;font:italic normal 600 0.52rem/0.73rem Poppins}.fit-scene .scene-swiper-item.swiper-slide-active .scene-swiper-content{opacity:1}.fit-scene .scene-swiper-item.swiper-slide-next{margin-left:-1rem}.fit-scene .scene-swiper-num{position:absolute;left:0.23rem;bottom:0.38rem;font:italic normal 600 0.38rem/0.53rem Poppins;color:#ffffff;opacity:0.5}.fit-scene .scene-swiper-content{width:100%;height:100%;padding-left:0.95rem;padding-top:0.6rem;opacity:0}.fit-scene .scene-swiper-content-text{width:4.44rem;margin-bottom:0.44rem}.fit-scene .scene-swiper-content-text .title{width:5.12rem;font:normal normal 600 0.48rem/0.7rem Poppins;color:#ffffff}.fit-scene .scene-swiper-content-text .title>span{font:normal normal 600 0.48rem/0.7rem Poppins;color:#cdacff}.fit-scene .scene-swiper-content-text .text{margin-top:0.2rem;font:normal normal 300 0.24rem/0.36rem Poppins;color:#ffffff}.fit-scene .scene-swiper-content>img{max-width:5rem;max-height:4rem}.fit-scene .scene-swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:-0.4rem}.fit-scene .scene-swiper-pagination .swiper-pagination-bullet{width:0.24rem;height:0.24rem;background:#beb8cb;margin-right:0.2rem;opacity:1}.fit-scene .scene-swiper-pagination .swiper-pagination-bullet-active{width:0.4rem;height:0.4rem;background:#8b3dff}}.differs{min-height:809px;padding:10px 0 166px;background:url("../img/face-swap-seo/differs_bg.png") center/contain no-repeat}.differs .subtitle{width:1158px;margin:16px auto 0}.differs .content{position:relative;margin-top:50px}.differs-title{width:100%;text-align:center;font:normal normal 600 24px/33px Poppins;color:#000000}.differs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:32px;gap:24px}.differs-item{padding:0 24px 0 74px;font:normal normal normal 15px/1 Poppins;letter-spacing:0.45px;color:#000000;position:relative}.differs-item:before{display:-webkit-box;display:-ms-flexbox;display:flex;content:"";width:15px;height:12px;position:absolute;left:48px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("../img/face-swap-seo/icon_Check_purple.svg") center/contain no-repeat}.differs-l{width:458px;position:absolute;top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-left:-191px}.differs-l .seo-btn{margin:48px auto 0}.differs-r{width:422px;position:absolute;top:98px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-left:249px}.differs-r .differs-item:before{background-image:url("../img/face-swap-seo/icon_Check_black.svg")}@media screen and (max-width:1200px){.differs{min-height:auto;padding:0 0 2.12rem;background:none}.differs .subtitle{width:6.3rem;margin:0.36rem auto 0}.differs .content{min-height:14.45rem;margin-top:0;background:url("../img/face-swap-seo/differs_bg_mb.png") center top/contain no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.differs-title{font:normal normal 600 0.34rem/0.86rem Poppins}.differs-list{margin-top:0.61rem;gap:0.32rem}.differs-item{padding:0 1rem 0 1.26rem;font:normal normal normal 0.24rem/1 Poppins;letter-spacing:0.0072rem}.differs-item:before{width:0.2rem;height:0.16rem;left:0.88rem}.differs-l{width:100%;position:static;top:0;left:0;-webkit-transform:translateX(0);transform:translateX(0);margin-left:0}.differs-l .differs-title{margin-top:1.26rem}.differs-l .differs-list{margin-top:0.57rem}.differs-l .seo-btn{margin:2.65rem auto 0}.differs-r{width:100%;position:static;top:0;left:0;-webkit-transform:translateX(0);transform:translateX(0);margin-left:0}.differs-r .differs-title{margin-top:1.08rem}.differs-r .differs-list{margin-top:0.57rem}.differs-r .differs-item{padding:0 1rem 0 1.41rem}.differs-r .differs-item:before{left:1.12rem}}.highlight{padding:108px 0 96px;background:transparent linear-gradient(67deg,rgba(255,248,198,0.2) 0%,rgba(198,224,255,0.2) 70%,rgba(236,224,255,0.2) 100%) 0% 0% no-repeat padding-box}.highlight .seo-btn{margin:24px auto 53px}.highlight-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:11px}.highlight-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:289px;padding:76px 40px 40px;background:#ffffff 0% 0% no-repeat padding-box;border-radius:13px}.highlight-item-icon{height:66px}.highlight-item-title{text-align:center;font:normal normal 600 16px/23px Poppins;color:#383357;margin-top:24px;margin-bottom:14px}.highlight-item-desc{text-align:center;font:normal normal 300 16px/25px Poppins;color:#383357}@media screen and (max-width:1200px){.highlight{padding:1.5rem 0.7rem 1.96rem;background:transparent linear-gradient(10deg,rgba(255,248,198,0.2) 0%,rgba(198,224,255,0.2) 70%,rgba(236,224,255,0.2) 100%) 0% 0% no-repeat padding-box}.highlight .seo-btn{margin:0.65rem auto 0}.highlight-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0.38rem;gap:0.38rem}.highlight-item{width:6.1rem;min-height:6.46rem;padding:0.9rem 0.5rem 0.9rem;background:#ffffff 0% 0% no-repeat padding-box;border-radius:0.13rem}.highlight-item-icon{height:1.38rem}.highlight-item-title{font:normal normal 600 0.36rem/0.52rem Poppins;margin-top:0.48rem;margin-bottom:0.26rem}.highlight-item-desc{width:4.41rem;font:normal normal 300 0.28rem/0.42rem Poppins}}.security{padding:120px 0}.security .security-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:53px;gap:10px}.security .security-list .security-item{width:459px;min-height:294px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:58px 46px 43px;border:1px solid #ebebeb;border-radius:10px}.security .security-list .security-item:first-child{background:#fafafd}.security .security-list .security-item:nth-child(2){background:#fbfafd}.security .security-list .security-item:nth-child(3){background:#fffcff}.security .security-list .security-item-icon{height:58px}.security .security-list .security-item-title{margin:15px auto 9px;text-align:center;font:normal normal 600 20px/60px Poppins;color:#383357}.security .security-list .security-item-desc{text-align:center;font:normal normal 300 14px/21px Poppins;color:#383357}@media screen and (max-width:1200px){.security{padding:1.3rem 0.7rem}.security .security-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.09rem;gap:0.33rem}.security .security-list .security-item{width:100%;min-height:4.7rem;padding:0.77rem 0.6rem 0.73rem;border:0.01rem solid #ebebeb;border-radius:0.1rem}.security .security-list .security-item-icon{height:0.78rem}.security .security-list .security-item-title{margin:0.2rem auto 0.06rem;font:normal normal 600 0.3rem/0.6rem Poppins}.security .security-list .security-item-desc{font:normal normal 300 0.24rem/0.35rem Poppins}}.FAQs{background:#f3f3f5;padding:94px 0 105px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.FAQs-title{width:307px;margin-right:99px}.FAQs-title .subtitle{text-align:left;font:normal normal 500 25px/50px Poppins;letter-spacing:9.5px;color:#8b3dff}.FAQs-title .title-h2{text-align:left;margin-top:12px;font:normal normal 600 40px/56px Poppins}.FAQs-content{width:680px}.FAQs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.FAQs-item{min-height:70px;padding:20px 15px 20px 35px;border:1px solid #ceceda;border-radius:10px;overflow:hidden;cursor:pointer}.FAQs-item.active{background:#ffffff;height:auto;min-height:156px}.FAQs-item.active .question .question-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.FAQs-item.active .answer{display:block}.FAQs-item .question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.FAQs-item .question-text{font:normal normal 600 18px/28px Poppins;color:#000000}.FAQs-item .question-icon{width:28px;height:28px}.FAQs-item .answer{display:none;margin-top:17px;width:616px;font:normal normal 300 14px/24px Poppins;color:#000000}@media screen and (max-width:1200px){.FAQs{padding:1.38rem 0.7rem 1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.FAQs-title{width:100%;margin-right:0;margin-bottom:0.59rem}.FAQs-title .subtitle{font:normal normal 500 0.36rem/0.5rem Poppins;letter-spacing:0.13rem}.FAQs-title .title-h2{width:auto;margin-top:0;font:normal normal 600 0.44rem/0.66rem Poppins}.FAQs-content{width:100%}.FAQs-list{gap:0.14rem}.FAQs-item{min-height:1rem;padding:0.3rem 0.23rem 0.3rem 0.33rem;border:0.01rem solid #ceceda;border-radius:0.1rem}.FAQs-item.active{min-height:2.65rem}.FAQs-item .question-text{font:normal normal 600 0.28rem/0.4rem Poppins}.FAQs-item .question-icon{width:0.4rem;height:0.4rem}.FAQs-item .answer{margin-top:0.25rem;width:5.11rem;font:normal normal 300 0.22rem/0.3rem Poppins}}.banner{height:478px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent -webkit-gradient(linear,left top,right top,from(#dbeeea),to(#f1ddfe)) 0% 0% no-repeat padding-box;background:transparent linear-gradient(90deg,#dbeeea 0%,#f1ddfe 100%) 0% 0% no-repeat padding-box}.banner-img1{width:330px;margin-right:-20px}.banner-img2{width:329px}.banner-content{max-width:1158px;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner-content .title-h2{max-width:932px;font:normal normal 600 40px/56px Poppins}.banner-content .subtitle{margin:18px auto 30px;font:normal normal normal 20px/30px Poppins;letter-spacing:0.6px;color:#000000}@media screen and (max-width:1200px){.banner{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:1.75rem 0 0.64rem}.banner-content{max-width:auto;padding:0 0.7rem}.banner-content .title-h2{width:auto;font:normal normal 600 0.44rem/0.66rem Poppins}.banner-content .subtitle{margin:0.37rem auto 0.58rem;font:normal normal 300 0.26rem/0.39rem Poppins;color:#383357}.banner-img-mb{width:7.15rem;margin-top:1.8rem}}