body{
  background: url('/assets/images/products/bg-mobile400.webp') 0 0 no-repeat;
  background-size:100% 400px;
}
main{
  background-color:#fff;
  padding-bottom:120px;
  padding-top:20px;
}
.mobileBreadcrumb{
  color:#00000099;
  height:36px;
  line-height: 36px;
}

.mobileBreadcrumb a,.mobileBreadcrumb span{
  font-family: 'NunitoSans-Medium';
  font-size: 1rem;
  text-decoration: none;
  color:#00000099;
}
.mobileBreadcrumb span{
  color:#000000;
}
.downloadTopWrap{
  margin-top:40px;
  padding-bottom:60px;
}

.downloadTopWrap a:first-child{
  margin-right:4px;
}
.downloadTopWrap a:nth-child(2){
  margin:0 4px 0 2px;
}
.downloadTopWrap span{
  margin-left:4px;
}
.downloadTopText{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color:#000000E5;
}
.downloadTopWrap .hotProductText{
  font-size:1rem;
  line-height: 1.4rem;
  color:#00000099;
  margin-top:4px;
  text-align: center;
}

.menuListWrap{
  /* margin-top:90px; */
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* 平滑滚动 */
  scrollbar-width: none; /* 隐藏滚动条 - Firefox */
  padding-bottom: 10px; /* 给滚动条留空间 */
}
.menuListWrap ul{
  padding:0px;
}
.menuListWrap ul li{
  list-style: none;
  font-family: 'NunitoSans-SemiBold';
  padding:0 20px;
  font-size:1.125rem;
  text-align: center;
  height:72px;
  line-height: 72px;
  border-radius: 999px;
  margin-left:24px;
  cursor: pointer;
  color:#000000E5;
}
.menuListWrap ul li:hover{
  background-color:#f3f3f3;
}
.menuListWrap ul li:active{
  background-color:#ECECEC;
}
.menuListWrap ul li.active{
  background-color:#f3f3f3;
}
.menuListWrap ul li:first-child{
  margin-left:0px;
}

.contentItem{
  display:none
}
.currentContent .VideoConverter{
  display: block;
}

.titleDiv{
  margin-top:60px;
}
.titleDiv h3{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.75rem;
  line-height: 3.15rem;
  text-align: center;
  color:#000000E5;
}
.titleDiv p{
  margin-top:8px;
  font-size:1rem;
  color:#00000099;
  text-align: center;
  line-height: 1.4rem;
  margin-bottom:40px;
}
.rightImg img{
  width:100%;
  height:auto;
  border-radius:12px;
}
.videoConvertWrap .titleDiv{
  margin-top:0px;
}

.productItemWrap{
  margin-top:40px;
}
.productItemWrap .productItem{
  position: relative;
}
.productItem .discountIcon{
  position: absolute;
  right:8px;
  top: 5px;
  width:102px;
  height: 40px;
}

.productItem .iconOrangeBtn, .productItem .whiteBtn{
  width:156px;
  height:52px;
  padding:0 12px;
  line-height: 52px;
  font-size: 1.25rem;
}
.productItem .iconOrangeBtn img{
  width:21px;
  height:21px;
  margin-bottom:5px;
}
.productItem .iconOrangeBtn span{
  margin-left:8px;
}
.productItem .whiteBtn{
  margin-left:12px;
}
.productItem .whiteBtn svg{
  margin-right:8px;
}

.productItem{
  padding: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 24px;
  position: relative;
}
.productItem h3{
  font-family: 'NunitoSans-ExtraBold';
  margin-top:24px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.productItem p{
  margin-top:20px;
  font-size: 1rem;
  line-height: 1.4rem;
  color:#00000099;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.productItem .price{
  text-align: center;
  margin-top: 36px;
}
.price :nth-child(1){
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.25rem;
  color:#E05149;
}
.price :nth-child(2){
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  color:#00000099;
  text-decoration: line-through;
  margin-left:16px;
}
.productItem .btnWrap{
  margin-top:16px;
}
.custom-gap-lg > .col-lg-6:first-child {
  padding-right: 0px !important;
  padding-left:0
}
.custom-gap-lg > .col-lg-6:nth-child(2) {
  padding-left: 0px !important;
  padding-right:0;
}
.rightItem{
  margin-top:24px;
}

.aISuiteWrap{
  margin-top: 120px;
}
.aISuiteWrap .titleDiv img{
  margin-left:12px;
  width:100px;
  height: 35px;
  margin-bottom: 10px;
}

.yellowBgWrap{
  background-color: #F9EBDD;
  padding:20px;
  margin-top:40px;
  border-radius: 24px;
}
.yellowBgWrap .productItem h3{
  text-align: start;
  margin-bottom:12px;
  margin-top:0px;
}
.yellowBgWrap .productItem p{
  text-align: start;
  margin-top:0px;
  margin-bottom: 0px;
}
.yellowBgWrap .productItem ul{
  margin-top:20px;
  padding-left:20px;
}
.yellowBgWrap .productItem ul li{
  color:#000000E5;
  font-size: 1rem;
  line-height: 2rem;
}
.yellowBgWrap .productItem .price, .videoAIWrap .price{
  text-align: start;
}
.yellowBgWrap .price :nth-child(1){
  font-size: 1.5rem;
}
.yellowBgWrap .price :nth-child(2){
  font-size: 1.25rem;
}
.blackBgWrap .price :nth-child(2){
  color:#FFFFFF99;
}
.videoAIWrap .productItem p{
  text-align: start;
}
.yellowBgWrap .productItem{
  border: none;
}
.productInfo img{
  width: 60px;
  height:60px;
  margin-right:21px;
}
.productInfo h4{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.5rem;
  line-height: 2.45rem;
  margin-bottom: 0px;
}
.blackBgWrap .availableDiv span{
  color:#FFFFFF;
}
.blackBgWrap .availableDiv div{
  color:#FFFFFF8C;
}
.blackBgWrap{
  /* padding:40px 0;
  background: url('/assets/images/buynow/video-photo-ai-bg1920.webp');
  background-size: cover;
  margin-top:120px; */
}

.blackBgWrap .titleDiv h3{
  font-size: 2.25rem;
  color:#FFFFFF;
}
.blackBgWrap .titleDiv p{
  color:#FFFFFF99;
}

.blackBgWrap .animationItem{
  /* border: 1px solid;
  border-image-source: linear-gradient(90deg, #BDD4FF 0%, #FFCC91 100%);
  border-image-slice:1; */
  background: linear-gradient(#1F1F2B, #1F1F2B) padding-box, linear-gradient(90deg, #E08349 0%, #E05149 100%) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  margin-top:24px;
  padding:20px;
}
.blackBgWrap .productInfo h4{
  color:#FFFFFF;
}
.blackBgWrap .text{
  color:#FFFFFF99;
}
.blackBgWrap .productInfo h4, .blackBgWrap h5{
  color:#FFFFFFE5;
}
.blackBgWrap .productItem .text{
  color:#FFFFFF99;
}

.productItemWrap{
  width:100%;
  flex-wrap: wrap;
  flex:1;
  margin-top:40px;
}
.productItemWrap .product_product_item{
  padding:20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #EBF5FF 0%, #FFFFFF 100%);
  border:none;
}
.productItemOrange .product_product_item{
  background: linear-gradient(180deg, #FFF8EB 0%, #FFFFFF 100%);
}
.productItemPink .product_product_item{
  background: linear-gradient(180deg, #FFEBF3 0%, #FFFFFF 100%);
}
.product_product_item .titleItem img{
  width:60px;
  height:60px;
}

.product_product_item .titleItem h3{
  font-family: 'NunitoSans-ExtraBold';
  color:#000000;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-left: 16px;
  margin-bottom:0px;
  margin-top:0px;
  height:28px;
  text-align: start;
}
.product_product_item .product_text{
  color:#00000099;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top: 20px;
  margin-bottom:10px;
  text-align: start;
}
.product_product_item .price{
  text-align: start;
}
.product_product_item .price :nth-child(1) {
  font-size: 1.5rem;
}
.product_product_item .availableDiv{
  margin-bottom:0px;
}
.product_product_item{
  margin-top:24px;
}
.product_product_item .iconOrangeBtn, .product_product_item .whiteBtn{
  width:100%;
}
.product_product_item .whiteBtn{
  margin-top: 12px;
  margin-left: 0px;
}
.productSectionWrap{
  margin-top:120px;
}

.orangeBgWrap{
  background: url('/assets/images/buynow/why-chooseus-bg400.webp');
  background-size:cover;
  padding:80px 0;
}
.whyChooseUsWrap{
  flex-wrap: wrap;
}
.whyChooseUsItem{
  border: 1px solid #FFDCC7;
  box-shadow: 0px 0px 12px 0px #0000001A;
  padding:27px 24px 8px 24px;
  border-radius:16px;
  background-color: #ffffff;
  margin-top: 32px;
}
.whyChooseUsItem img{
  width:44px;
  height: 44px;
}
.whyChooseUsItem h4{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top:12px;
  margin-bottom:0px;
  text-align: center;
  /* height:56px; */
}
.whyChooseUsItem p{
  text-align: center;
  margin-top:8px;
  font-size: 1rem;
  line-height: 1.4rem;
  color:#00000099;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.questionsWrap{
  margin-top:40px;
}
.questionsWrap .accordion-item{
  padding:32px 20px;
  margin-top:24px;
  border-radius: 16px;
  border:1px solid #D7D7D7;
  cursor: pointer;
}
.questionsWrap .accordion-item:has([aria-expanded="true"]){
  box-shadow: 0px 0px 16px 0px #00000029;
}
.questionsWrap .accordion-item .collapseIcon{
  width:28px;
  height:28px;
  margin-right: 8px;
  transition: 0.5s;
  background:url('/assets/images/buynow/faq-collapse.png');
  background-size:28px;
}
.questionsWrap .accordion-item .accordion-header[aria-expanded="true"] .collapseIcon{
  background:url('/assets/images/buynow/faq-expand.png');
  background-size:28px;
}
.questionsWrap .accordion-item h4{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.questionsWrap .accordion-item h4 span{
  flex: 1;
}
.questionsWrap .accordion-item p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.4rem;
  color:#00000099;
  padding-left:17px;
}
.orangeBgWrap .titleDiv p{
  margin-bottom: 0px;
}
.blackBgWrap{
  background: url('/assets/images/buynow/video-photo-ai-bg400.webp') 0 0 no-repeat;
  background-size:100% auto;
  margin-top:80px;
  padding:40px 0;
}
.videoAIWrap .titleDiv{
  margin-top:0px;
}
.blackBgWrap .productInfo h3{
  color:#FFFFFF;
  text-align: start;
  margin:0px;
}
.blackBgWrap .titleDiv h2{
  color:#FFFFFF;
}
.blackBgWrap .titleDiv p{
  color:#FFFFFF99;
  margin-bottom:0px;
}
.videoAIWrap .aiVideoPhotoFlexWrap{
  flex-wrap: wrap;
  width:100%;
  margin-top:20px;
}
 .aiVideoPhotoItem{
  width:100%;
  padding:20px;
  background: linear-gradient(#1F1F2B, #1F1F2B) padding-box, linear-gradient(90deg, #E08349 0%, #E05149 100%) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  margin-top:20px;
}
.photoAiWrap .aiVideoPhotoItem{
  background: #ffffff;
  border: 1px solid #D7D7D7;
}
.videoAIWrap .photoAiWrap .productInfo h3{
  color:#000000;
  text-align: start;
}

.aiVideoPhotoItem .productInfo img{
  width:60px;
  height: 60px;
}
.aiVideoPhotoItem .text{
  text-align: center;
}
.aiVideoPhotoItem .rightImg{
  margin-top:40px;
}

.photoAiWrap{
  margin-top:80px;
}
@media (min-width: 480px) {

}

@media (min-width: 768px) {
  body{
    background: url('/assets/images/buynow/bg-pad768.webp') 0 0 no-repeat;
    background-size:100% auto;
  }
  .blackBgWrap{
    background: url('/assets/images/buynow/video-photo-ai-bg768.webp') 0 0 no-repeat;
    background-size:100% auto;
    padding:80px 0;
  }
  .downloadTopWrap{
    margin-top:80px;
    padding-bottom:60px;
  }
  .twoProductWrap .blackBgWrap, .twoProductWrap .whiteBgWrap{
    padding: 32px 32px 0 32px;
  }
  .productItem .price{
    margin-top: 32px;
  }
  .yellowBgWrap{
    padding: 32px;
  }
  .blackBgWrap .animationItem{
    padding: 32px;
  }
  .productItemWrap{
    gap:24px;
  }
  .productItemWrap .productItem{
    flex: 0 0 calc(50% - 24px);
    margin-top:0px;
  }
  .productItemWrap .product_product_item{
    width:340px;
    padding: 28px 20px;
  }
  .orangeBgWrap{
    background: url('/assets/images/buynow/why-chooseus-bg768.webp');
    background-size:cover;
    padding:60px 0;
  }
  .whyChooseUsWrap{
    gap:32px;
    margin-top:32px;
    padding-left:50px;
  }
  .whyChooseUsWrap .whyChooseUsItem:first-child{
    margin-left: 80px;
  }
  .whyChooseUsItem{
    width: 240px;
    height:240px;
    margin-top:0px;
  }
  .downloadTopWrap{
    margin-top:96px;
  }
}
@media (min-width: 1024px) {
  body{
    background: url('/assets/images/buynow/bg-web1024.webp') 0 0 no-repeat;
    background-size:100% auto;
  }
  main{
    background-color: transparent;
  }
  .blackBgWrap{
    background: url('/assets/images/buynow/video-photo-ai-bg1024.webp') 0 0 no-repeat;
    background-size:100% 100%;
    padding:100px 0;
  }
  .photoAiWrap{
    margin-top:120px;
  }
  .downloadTopWrap{
    margin-top:80px;
    padding-bottom:80px;
  }
  .menuListWrap{
    padding:0px;
  }
  .menuListWrap ul{
    padding:8px;
    border-radius: 999px;
    box-shadow: 0px 0px 25px 0px #0000001A;
    margin-top:32px;
    background-color:#FFFFFF;
  }
  .menuListWrap ul li{
    margin-left:2px;
  }
  .productItem p{
    -webkit-line-clamp: 5;
  }
  .downloadTopText{
    font-size: 2.5rem;
    line-height: 4.55rem;
  }
  .titleDiv h3{
    font-size: 2rem;
    line-height: 4.55rem;
  }
  .rightItem{
    margin-top:0px;
  }
  .videoConvertWrap .productItem h3{
    font-size: 1.5rem;
    line-height: 1.3rem;
  }
  .videoAIWrap .aiVideoPhotoFlexWrap{
    gap:32px;
  }
  .videoAIWrap .aiVideoPhotoFlexWrap .aiVideoPhotoItem{
    flex:0 0 calc(50% - 16px);
    padding:40px 32px 12px 32px;
  }
  .productItem .price{
    margin-top: 30px;
  }
  .custom-gap-lg > .col-lg-6:first-child {
    padding-right: 10px !important;
    padding-left:0
  }
  .custom-gap-lg > .col-lg-6:nth-child(2) {
    padding-left: 10px !important;
    padding-right:0;
  }
  .yellowBgWrap{
    padding: 40px;
  }
  .blackBgWrap .titleDiv h3{
    font-size: 2rem;
  }
  .blackBgWrap .animationItem{
    padding: 56px 40px;
    margin-top:0px;
  }
  .productItemWrap .product_product_item{
    width:304px;
    padding:24px 32px;
  }
  .productItemWrap .productItem{
    flex: 0 0 calc(33.333% - 24px);
    margin-top:0px;
  }
  .orangeBgWrap{
    background: url('/assets/images/buynow/why-chooseus-bg1024.webp');
    background-size:cover;
  }
  .orangeBgWrap .titleDiv{
    margin-top: 148px;
  }
  .orangeBgWrap .titleDiv h3{
    font-size: 2rem;
    line-height: 5.25rem;
    text-align: start;
  }
  .orangeBgWrap .titleDiv p{
    text-align: start;
  }
  .whyChooseUsWrap{
    margin-top:0;
    padding-left:30px;
  }
  .nav-tab-fixed{
    position: fixed !important;
    top: -32px !important;
    z-index: 10;
    width:100%;
  }
}
@media (min-width: 1200px) {
  .downloadTopWrap{
    padding-bottom:80px;
  }
  .menuListWrap ul li{
    margin-left: 28px;
  }
  .productItem .price{
    margin-top: 30px;
  }
  .custom-gap-lg > .col-lg-6:first-child {
    padding-right: 20px !important;
    padding-left:0
  }
  .custom-gap-lg > .col-lg-6:nth-child(2) {
    padding-left: 20px !important;
    padding-right:0;
  }
  .yellowBgWrap{
    padding: 40px;
  }
}
@media (min-width: 1464px) {
  body{
    background: url('/assets/images/buynow/bg-web1920.webp') 0 0 no-repeat;
    background-size:100% auto;
  }
  .blackBgWrap{
    background: url('/assets/images/buynow/video-photo-ai-bg1920.webp') 0 0 no-repeat;
    background-size:100% 100%;
  }
  .videoAIWrap .aiVideoPhotoFlexWrap .aiVideoPhotoItem{
    flex:0 0 calc(50% - 16px);
    padding:40px 40px 12px 40px;
  }
  .downloadTopWrap{
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .VideoConverter .productItem{
    padding:32px;
  }
  .yellowBgWrap .productItem{
    padding:0px 0 0 18px;
  }
  .productItem .discountIcon{
    position: absolute;
    right:12px;
    top: 12px;
  }
  .menuListWrap ul li{
    margin-left: 77px;
  }
  .titleDiv{
    margin-top:80px;
  }
  .productItem .price{
    margin-top: 30px;
  }
  .yellowBgWrap{
    padding: 48px 40px;
  }
  .productItemWrap{
    gap:18px;
  }
  .productItemWrap .productItem{
    flex: 0 0 calc(33.333% - 18px);
  }
  .productItemWrap .product_product_item{
    width:476px;
  }
  .product_product_item .btnWrap div:nth-child(2){
    padding-left:0px;
  } 
  .product_product_item .whiteBtn{
    margin-top: 0px;
  }
  .orangeBgWrap{
    background: url('/assets/images/buynow/why-chooseus-bg1920.webp');
    background-size:cover;
    padding:92px 0;
  }
  .whyChooseUsWrap{
    padding-left:50px;
  }
  .whyChooseUsItem{
    width: 374px;
    height:212px;
    min-height: 212px;
    box-sizing: border-box;
  }
}