@charset "UTF-8";
.upload_tip {
  background: linear-gradient(91.39deg, rgba(0, 0, 0, 0.61) 14.28%, rgba(69, 69, 69, 0.61) 97.47%);
  border: 1px solid #A4A4A4;
  -webkit-backdrop-filter: blur(13.5px);
          backdrop-filter: blur(13.5px);
  width: -moz-max-content;
  width: max-content;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  transform-origin: center;
  animation: rotate 2s linear infinite;
}

.sec-upload {
  --sec-upload-bg: linear-gradient(180deg, #FFFFFF 0%, #EFF0FF 100%);
  --svg-color: #AC6DE9;
  --after-bg: #AC6DE9;
  background: var(--sec-upload-bg);
}
.sec-upload .container {
  max-width: 1128px;
}
.sec-upload .content {
  z-index: 1;
}
.sec-upload .content .pdf-to-convert {
  width: 64px;
  height: 64px;
  background-size: 256px auto;
}
.sec-upload .content h1 {
  font-size: 32px;
}
.sec-upload .content .pdnob-r {
  max-width: 90px;
}
.sec-upload .content h2 {
  font-size: 12px;
  font-weight: 400;
}
.sec-upload .content .feature-list svg {
  color: var(--svg-color);
}
.sec-upload .content .upload {
  width: 100%;
  height: 260px;
  border-radius: 32px;
  border: 12px solid rgba(255, 255, 255, 0.2509803922);
}
.sec-upload .content .upload .inner {
  height: 100%;
  border-radius: 24px;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.sec-upload .content .upload .inner .btnBox .upload_block {
  background: linear-gradient(91.56deg, #FF2D7A -18.99%, #FD7830 53.05%);
  border-radius: 16px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.sec-upload .content .upload .inner .btnBox .upload_block button {
  border: 0;
  font-size: 18px;
  background-color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.sec-upload .content .upload .inner .btnBox .upload_block .upload_select:hover {
  background: #FD7830;
  background: rgba(0, 0, 0, 0.3019607843);
}
.sec-upload .content .upload .inner .upload_selsect_list {
  display: none;
  width: 100%;
  background: #FCFCFC;
  border: 1px solid #EAE9E9;
  border-radius: 8px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.031372549), 0px 26px 26px 0px rgba(0, 0, 0, 0.031372549), 0px 59px 35px 0px rgba(0, 0, 0, 0.0196078431), 0px 105px 42px 0px rgba(0, 0, 0, 0.0117647059);
  font-size: 18px;
}
.sec-upload .content .upload .inner .upload_selsect_list > div:hover {
  background: #F2F7FF;
  cursor: pointer;
}
.sec-upload .content .upload .inner .upload_selsect_list.active {
  display: block;
}
.sec-upload .content .upload .inner .input_upload {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.sec-upload .content .upload .inner .input_file {
  opacity: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
}
.sec-upload .content .upload .inner .file-protection {
  bottom: 24px;
  color: rgba(8, 8, 7, 0.6);
  cursor: default;
}
.sec-upload .content .upload.dragover .inner {
  background: #C3C8D1;
}
.sec-upload .content .convert-num {
  color: var(--svg-color);
}
.sec-upload .content .rate .star li {
  color: #E7E7E7;
  display: flex;
  align-items: center;
}
.sec-upload .content .rate .star li svg {
  width: 16px;
  height: 16px;
}
.sec-upload .content .rate .star li svg.star-full {
  display: inline-block;
}
.sec-upload .content .rate .star li svg.star-half {
  display: none;
}
.sec-upload .content .rate .star li.active {
  color: #FD7830;
}
.sec-upload .content .rate .star li:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.sec-upload .content .rate .star li.star-control .star-full {
  display: none;
}
.sec-upload .content .rate .star li.star-control .star-half {
  display: inline-block;
}
.sec-upload .content::after {
  display: block;
  content: "";
  width: 1332px;
  height: 130px;
  background: var(--after-bg);
  filter: blur(200px);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .sec-upload .content .rate .star li svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1280px) {
  .sec-upload .content h1 {
    font-size: 38px;
  }
  .sec-upload .content h2 {
    font-size: 14px;
  }
  .sec-upload .content .upload {
    height: 293px;
  }
  .sec-upload .content .upload .inner .drag_text {
    font-size: 16px;
  }
  .sec-upload .content .upload .inner .upload_block button {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .sec-upload .content h1 {
    font-size: 64px;
  }
  .sec-upload .content h2 {
    font-size: 16px;
  }
  .sec-upload .content .pdnob-r {
    max-width: 109px;
  }
  .sec-upload .content .upload {
    height: 334px;
  }
  .sec-upload .content .rate .star li svg {
    width: 20px;
    height: 20px;
  }
}

.sec-steps {
  --icon-color: #AC6DE9;
}
.sec-steps .lft {
  border-radius: 24px;
  border: 1px solid #E0E0E0;
}
.sec-steps .lft .step-title {
  font-size: 16px;
  font-weight: 700;
}
.sec-steps .lft ul li {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.sec-steps .lft ul li span {
  flex: 0 0 53px;
}
.sec-steps .lft ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  display: block;
  flex: 0 0 12px;
  margin-top: 4px;
  background: white;
  position: relative;
  z-index: 1;
}
.sec-steps .lft ul li:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 5px;
  top: calc(-50% + 22px);
  border: 1px dashed #e0e0e0;
}
.sec-steps .lft ul li:first-child:after {
  height: calc(50% + 3px);
  top: 27px;
}
.sec-steps .lft ul li:last-child:after {
  height: calc(50% + 3px);
  top: calc(-50% + 15px);
}
.sec-steps .rgt {
  --img-max-width: 463px;
  border-radius: 24px;
  border: 1px solid #E0E0E0;
  height: auto;
}
.sec-steps .rgt img {
  max-width: 100%;
}
.sec-steps .rgt .link-underline {
  font-size: 14px;
  color: var(--icon-color);
  position: relative;
  text-decoration: none;
}
.sec-steps .rgt .link-underline::after {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom-color: var(--icon-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition: 0.3s linear;
}
.sec-steps a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec-steps .lft {
    width: 450px;
  }
  .sec-steps .lft ul li span {
    flex: 0 0 46px;
  }
  .sec-steps .lft ul li::before {
    margin-top: 7px;
  }
  .sec-steps .lft ul li:after {
    content: "";
    top: -6px;
  }
  .sec-steps .lft ul li:first-child:after {
    height: calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .sec-steps .lft ul li:last-child:after {
    height: calc(50% - 3px);
    top: -3px;
  }
  .sec-steps .rgt {
    width: 450px;
  }
  .sec-steps .rgt img {
    max-width: 350px;
  }
}
@media (min-width: 1280px) {
  .sec-steps .lft {
    border-radius: 36px;
    width: 551px;
  }
  .sec-steps .lft .step-title {
    font-size: 16px;
  }
  .sec-steps .lft ul li span {
    flex: 0 0 46px;
  }
  .sec-steps .rgt {
    border: none;
    width: 551px;
  }
  .sec-steps .rgt img {
    max-width: 400px;
  }
  .sec-steps .rgt .link-underline {
    font-size: 16px;
  }
  .sec-steps a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .sec-steps .lft {
    width: 709px;
  }
  .sec-steps .lft ul li {
    font-size: 16px;
  }
  .sec-steps .lft ul li span {
    flex: 0 0 53px;
  }
  .sec-steps .rgt {
    width: 709px;
  }
  .sec-steps .rgt img {
    max-width: var(--img-max-width);
  }
}

.sec-features {
  --sec-features-bg: linear-gradient(180deg, #FFFFFF 0%, #FDFBFF 31.19%, #F5EBFF 100%);
  background: var(--sec-features-bg);
  --border-color: #E1C3FF;
}
.sec-features .cell {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
}
.sec-features .cell h3 {
  font-size: 12px;
}
.sec-features .cell img {
  max-width: 56px;
}
.sec-features .cell p {
  word-wrap: break-word;
}
@media (min-width: 1280px) {
  .sec-features .desc {
    max-width: 937px;
  }
  .sec-features .cell {
    border-radius: 36px;
  }
  .sec-features .cell img {
    max-width: 74px;
  }
  .sec-features .cell h3 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .sec-features .cell img {
    max-width: 90px;
  }
  .sec-features .cell h3 {
    font-size: 26px;
  }
}

.sec-banner .banner-content {
  background: linear-gradient(347.34deg, #66C4FF -0.83%, #2F3EFD 109.37%);
  border-radius: 24px;
}
.sec-banner .banner-content .lft .platforms {
  font-size: 14px;
}
.sec-banner .banner-content .lft .platforms a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6.67px;
  background: white;
  opacity: 0.6;
}
.sec-banner .banner-content .lft .platforms a svg {
  color: #0058E4;
}
.sec-banner .banner-content .lft .platforms a.active {
  opacity: 1;
}
.sec-banner.banner-flex .banner-content .lft h3 {
  font-size: 20px;
}
.sec-banner.banner-flex .banner-content .lft .btn {
  font-size: 18px;
}
.sec-banner.banner-flex .banner-content .rgt {
  max-width: 502px;
}
.sec-banner.banner-flex .banner-content .rgt .img-cont {
  width: 100%;
  height: 100%;
  background: #1C59FF;
  border-radius: 9.56px;
}
.sec-banner.banner-flex .banner-content .rgt .img-cont img {
  margin-left: -2px;
  margin-bottom: 2px;
}
.sec-banner.banner-flex .banner-content .rgt .info-cont {
  background: #1C59FF;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9.56px;
}
.sec-banner.banner-flex .banner-content .rgt .info-cont .info {
  width: 100%;
  height: 100%;
  border: 1px solid #1C59FF;
  border-radius: 9.56px;
  background: white;
  margin-left: -2px;
  margin-top: -2px;
}
.sec-banner.banner-flex .banner-content .rgt .info-cont .info img {
  max-width: 22px;
}
.sec-banner.banner-flex .banner-content .rgt .info-cont .info span {
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .sec-banner.banner-flex .banner-content {
    background: linear-gradient(256.56deg, #66C4FF -0.82%, #2F3EFD 93.74%);
  }
  .sec-banner.banner-flex .banner-content .lft {
    max-width: 450px;
  }
  .sec-banner.banner-flex .banner-content .lft h3 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .sec-banner.banner-flex .banner-content .lft {
    max-width: 504px;
  }
  .sec-banner.banner-flex .banner-content .lft h3 {
    font-size: 32px;
  }
  .sec-banner.banner-flex .banner-content .lft .btn {
    font-size: 26px;
    height: 64px;
  }
  .sec-banner.banner-flex .banner-content .rgt {
    max-width: 502px;
  }
  .sec-banner.banner-flex .banner-content .rgt .img-cont {
    border-radius: 16px;
  }
  .sec-banner.banner-flex .banner-content .rgt .info-cont {
    border-radius: 16px;
  }
  .sec-banner.banner-flex .banner-content .rgt .info-cont .info {
    border-radius: 16px;
  }
  .sec-banner.banner-flex .banner-content .rgt .info-cont .info img {
    max-width: 48px;
  }
  .sec-banner.banner-flex .banner-content .rgt .info-cont .info span {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .sec-banner.banner-flex .banner-content .lft {
    max-width: 646px;
  }
  .sec-banner.banner-flex .banner-content .lft h3 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .sec-banner .banner-content .lft {
    max-width: 450px;
  }
  .sec-banner .banner-content .rgt {
    max-width: 420px;
  }
}
@media (min-width: 1280px) {
  .sec-banner .banner-content {
    border-radius: 64px;
  }
  .sec-banner .banner-content .lft {
    max-width: 481px;
  }
  .sec-banner .banner-content .lft h3 {
    font-size: 22px;
  }
  .sec-banner .banner-content .rgt {
    max-width: 483px;
  }
}
@media (min-width: 1600px) {
  .sec-banner .banner-content .lft {
    max-width: 713px;
  }
  .sec-banner .banner-content .lft h3 {
    font-size: 26px;
  }
  .sec-banner .banner-content .lft .platforms {
    font-size: 16px;
  }
}

.sec-faq .nav {
  padding: 6px;
  background: #F5F5F5;
  border-radius: 12px;
  width: 100%;
}
.sec-faq .nav .nav-link {
  width: 50%;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
}
.sec-faq .nav .nav-link.active {
  background: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0705882353);
}
@media (min-width: 768px) {
  .sec-faq .nav {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec-faq .nav .nav-link {
    width: 212px;
    font-size: 18px;
  }
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item {
  position: relative;
  background: #F5F5F5;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
  border: none !important;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item.active {
  background: #EFF4FF;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button {
  position: relative;
  background: none;
  cursor: pointer;
  padding-bottom: 16px !important;
  padding-right: 24px !important;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button h4 {
  font-size: 12px;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
  color: #FD7830;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10H19" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M10 1L10 19" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transform: rotate(0deg) translateY(-50%);
  transition: transform 0.2s linear;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed)::after {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10H19" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding-right: 0;
}
.sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-body a {
  color: #FD7830;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item {
    border-radius: 24px;
  }
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding-right: 82px !important;
    padding-bottom: 8px !important;
  }
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button h4 {
    font-size: 18px;
  }
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
    right: 0;
  }
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed)::after {
    top: calc(50% - 8px);
    transform: rotate(0deg) translateY(-50%);
  }
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding-right: 82px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1600px) {
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding-bottom: 16px !important;
  }
  .sec-faq .faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding-right: 82px;
    padding-bottom: 16px;
  }
}
.sec-faq .tips .tip-item {
  font-size: 18px;
  border-radius: 16px;
  background: #F5F5F5;
}
.sec-faq .tips .tip-item h4 {
  font-size: 12px;
}
.sec-faq .tips .tip-item svg {
  transition: all 0.2s ease-in;
}
.sec-faq .tips .tip-item:hover {
  background: #EFF4FF;
}
.sec-faq .tips .tip-item:hover svg {
  transform: rotate(-45deg);
}
@media (min-width: 1280px) {
  .sec-faq .tips .tip-item {
    border-radius: 24px;
  }
  .sec-faq .tips .tip-item h4 {
    font-size: 18px;
  }
}

.sec-tools h5 {
  font-size: 12px;
}
.sec-tools .tool-item {
  background: #FCFCFC;
  border: 1px solid #EAE9E9;
  border-radius: 12px;
  text-decoration: none;
  color: #080807;
}
.sec-tools .tool-item:hover {
  background: #EFF4FF;
}
.sec-tools .tool-item .pdf-to-convert {
  width: 32px;
  height: 32px;
  background-size: 128px auto;
}
.sec-tools .tool-item .icon12 {
  background-position: -96px -64px;
}
@media (min-width: 1280px) {
  .sec-tools .row {
    max-width: 1126px;
    margin: 0 auto;
  }
  .sec-tools .row h5 {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .sec-tools .row {
    max-width: 1144px;
  }
  .sec-tools .row h5 {
    font-size: 16px;
  }
}

.sec-footer .get-started {
  background: linear-gradient(177.46deg, #2F3EFD -1.18%, #66C4FF 100.41%);
  border-radius: 24px;
  z-index: 1;
}
.sec-footer .get-started .logo-title {
  font-size: 20px;
}
.sec-footer .get-started .logo-title img {
  width: 48px;
}
.sec-footer .get-started .rating .star-icon {
  gap: 2px;
}
.sec-footer .get-started .rating .rating-score {
  font-size: 16px;
  opacity: 0.8;
}
.sec-footer .get-started .rating .rating-score span {
  font-size: 16px;
}
.sec-footer .get-started .rating::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: -9px;
}
.sec-footer .get-started .user-block {
  font-size: 16px;
  opacity: 0.8;
}
.sec-footer .get-started .user-block span {
  font-size: 16px;
}
.sec-footer .get-started .btn {
  width: 100%;
  padding: 0 16px;
}
.sec-footer .get-started .list {
  gap: 24px 12px;
}
.sec-footer .get-started .list .item {
  flex: 1 1 40%;
}
@media (min-width: 768px) {
  .sec-footer .get-started {
    border-radius: 32px;
    background: url("https://images.tenorshare.ai/pdnob/get-started-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sec-footer .get-started .rating .rating-score {
    font-size: 26px;
  }
  .sec-footer .get-started .rating .rating-score span {
    font-size: 18px;
  }
  .sec-footer .get-started .rating::after {
    width: 1px;
    height: 24px;
    right: -25px;
    bottom: auto;
  }
  .sec-footer .get-started .user-block {
    font-size: 26px;
  }
  .sec-footer .get-started .user-block span {
    font-size: 18px;
  }
  .sec-footer .get-started .btn {
    width: auto;
    padding: 0 32px;
  }
  .sec-footer .get-started .list .item {
    width: 148px;
    flex: none;
  }
}
@media (min-width: 1280px) {
  .sec-footer .get-started {
    border-radius: 64px;
  }
  .sec-footer .get-started .logo-title {
    font-size: 22px;
  }
  .sec-footer .get-started .logo-title img {
    width: 64px;
  }
  .sec-footer .get-started .list .item {
    width: 180px;
  }
}

.cooperaModal {
  --modal-custom-bg: url("https://images.tenorshare.ai/features/modal-bg.png");
  --modal-laptop-img: url("https://images.tenorshare.ai/features/sign-computer.png");
}
.cooperaModal .modal-dialog-centered {
  width: calc(100% - 48px);
  margin: 0 auto;
}
.cooperaModal .modal-dialog-centered .modal-content {
  position: relative;
  border: 0;
  background: var(--modal-custom-bg) no-repeat;
  background-size: 100% 100%;
  border-radius: 24px;
  padding: 24px 8px 8px;
}
.cooperaModal .modal-dialog-centered .modal-content::before {
  content: "";
  width: 102px;
  height: 82px;
  position: absolute;
  background: var(--modal-laptop-img) no-repeat;
  background-size: cover;
  display: block;
  top: 8px;
  right: 8px;
}
.cooperaModal .modal-dialog-centered .modal-content .text-content {
  border-radius: 24px;
  padding: 12px 12px 24px;
  background: white;
}
.cooperaModal .modal-dialog-centered .modal-content .line {
  width: 100%;
  height: 1px;
  background: rgba(8, 8, 7, 0.2);
  margin: 6px 0;
}
.cooperaModal .modal-dialog-centered .modal-content .upload_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(91.56deg, #FF2D7A -18.99%, #FD7830 53.05%);
  border-radius: 16px;
  cursor: pointer;
}
.cooperaModal .modal-dialog-centered .modal-content .upload_block button {
  border: 0;
  font-size: 18px;
  background-color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.section-top {
  background: url("https://images.tenorshare.ai/features/top-bg-mobile.webp") no-repeat;
  background-size: cover;
}
.section-top h1 {
  font-size: 32px;
}
.section-top .h1-free {
  font-size: 48px;
}
@media (min-width: 992px) {
  .section-top {
    background: url("https://images.tenorshare.ai/features/top-bg.webp") no-repeat;
    background-size: cover;
  }
  .section-top h1 {
    font-size: 38px;
  }
  .section-top .h1-free {
    font-size: 56px;
  }
  .section-top p {
    max-width: 746px;
  }
}
@media (min-width: 1600px) {
  .section-top h1 {
    font-size: 48px;
  }
  .section-top .h1-free {
    font-size: 64px;
  }
  .section-top p {
    max-width: 773px;
  }
}

.sec-article {
  background: linear-gradient(180deg, #FFFFFF 57.06%, #FFF9F5 81.96%, #FFF2EB 100%);
}
.sec-article .cont h3 {
  font-size: 26px;
}
.sec-article .cont ul li {
  display: flex;
}
.sec-article .cont ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-flex;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none"><path stroke="%23FD7830" stroke-linejoin="round" stroke-width="1.167" d="M7 12.833c1.61 0 3.069-.653 4.125-1.708A5.815 5.815 0 0 0 12.833 7c0-1.61-.653-3.07-1.708-4.125A5.815 5.815 0 0 0 7 1.167c-1.611 0-3.07.653-4.125 1.708A5.815 5.815 0 0 0 1.167 7c0 1.61.652 3.07 1.708 4.125A5.815 5.815 0 0 0 7 12.833Z"/><path stroke="%23FD7830" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.167" d="m4.667 7 1.75 1.75 3.5-3.5"/></svg>') no-repeat;
  padding-right: 22px;
  margin-top: 2px;
}
@media (min-width: 992px) {
  .sec-article .cont {
    max-width: 1120px;
  }
  .sec-article .cont ul li::before {
    width: 20px;
    height: 20px;
    padding-right: 28px;
    margin-top: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" fill="none"><path stroke="%23FD7830" stroke-linejoin="round" stroke-width="1.667" d="M10 18.833a8.307 8.307 0 0 0 5.893-2.44 8.307 8.307 0 0 0 2.44-5.893 8.307 8.307 0 0 0-2.44-5.893A8.307 8.307 0 0 0 10 2.167a8.307 8.307 0 0 0-5.892 2.44A8.307 8.307 0 0 0 1.667 10.5c0 2.301.932 4.384 2.44 5.893A8.308 8.308 0 0 0 10 18.833Z"/><path stroke="%23FD7830" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.667" d="m6.667 10.5 2.5 2.5 5-5"/></svg>') no-repeat;
  }
}
@media (min-width: 1600px) {
  .sec-article .cont {
    max-width: 1144px;
  }
  .sec-article .cont ul li::before {
    width: 24px;
    height: 24px;
    padding-right: 32px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23FD7830" stroke-linejoin="round" stroke-width="2" d="M12 22a9.97 9.97 0 0 0 7.071-2.929A9.97 9.97 0 0 0 22 12a9.969 9.969 0 0 0-2.929-7.071A9.969 9.969 0 0 0 12 2a9.969 9.969 0 0 0-7.071 2.929A9.969 9.969 0 0 0 2 12a9.969 9.969 0 0 0 2.929 7.071A9.969 9.969 0 0 0 12 22Z"/><path stroke="%23FD7830" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 12 3 3 6-6"/></svg>') no-repeat;
  }
}

.sec-push {
  --aspect-ratio: 342 / 399;
}
.sec-push h2 {
  max-width: 995px;
}
.sec-push .secPushSwiper .swiper-wrapper {
  aspect-ratio: var(--aspect-ratio);
}
.sec-push .secPushSwiper .swiper-wrapper .swiper-slide {
  border-radius: 11.58px;
  overflow: hidden;
}
.sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text {
  width: 100%;
  z-index: 1;
  padding: 0 10px 10px;
}
.sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text h3 {
  font-size: 20px;
}
.sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text p {
  font-size: 14px;
}
.sec-push .secPushSwiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active .text h3 {
  text-align: start;
  padding-bottom: 0;
}
.sec-push .secPushSwiper .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 44.31px;
  background: rgba(0, 0, 0, 0.0784313725);
  padding: 5.54px 11.08px;
}
.sec-push .secPushSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 6.62px;
  height: 6.62px;
  background: white;
  opacity: 0.5;
}
.sec-push .secPushSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 27.69px;
  height: 5.54px;
  border-radius: 20.77px;
  opacity: 1;
}
@media (min-width: 768px) {
  .sec-push .secPushSwiper .swiper-wrapper {
    height: 400px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide {
    width: 23.3264% !important;
    height: 100%;
    pointer-events: all;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text {
    padding: 0 12px 12px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text h3 {
    padding-bottom: 20px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text p {
    display: none;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .bg-img div img:not(:first-child) {
    display: block;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .bg-img div img:first-child {
    display: none;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active {
    width: 48.9302% !important;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active .text h3 {
    padding-bottom: 0;
    text-align: start;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active .text p {
    display: block;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active .bg-img div img:not(:first-child) {
    display: none;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active .bg-img div img:first-child {
    display: block;
  }
}
@media (min-width: 1280px) {
  .sec-push .secPushSwiper .swiper-wrapper {
    height: 487px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide {
    border-radius: 24px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text {
    padding: 0 18px 18px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text h3 {
    font-size: 22px;
    padding-bottom: 14px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active {
    width: 48.9302% !important;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active .text h3 {
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .sec-push .secPushSwiper .swiper-wrapper {
    height: 608px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text {
    padding: 0 24px 24px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text h3 {
    font-size: 26px;
    padding-bottom: 24px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide .text p {
    font-size: 16px;
  }
  .sec-push .secPushSwiper .swiper-wrapper .swiper-slide-active .text h3 {
    padding-bottom: 0;
  }
}

.sec-cards {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5FBFF 31.19%, #EBF6FF 100%);
}
.sec-cards .card {
  aspect-ratio: 342/382;
  transition: transform 0.1s ease-out;
}
.sec-cards .card .text-cont {
  position: relative;
  z-index: 1;
}
.sec-cards .card .text-cont h3 {
  font-size: 20px;
}
.sec-cards .card .text-cont img {
  max-width: 48px;
}
@media (min-width: 768px) {
  .sec-cards .card {
    aspect-ratio: 462/493;
  }
  .sec-cards .card.card-horizon {
    aspect-ratio: 709/270;
  }
  .sec-cards .card.card-horizon p {
    max-width: 213px;
  }
}
@media (min-width: 1280px) {
  .sec-cards h2 {
    max-width: 600px;
  }
  .sec-cards .card .text-cont h3 {
    font-size: 22px;
  }
  .sec-cards .card .text-cont img {
    max-width: 64px;
  }
}
@media (min-width: 1600px) {
  .sec-cards h2 {
    max-width: 955px;
  }
  .sec-cards .card .text-cont h3 {
    font-size: 26px;
  }
  .sec-cards .card .text-cont p {
    max-width: 315px;
  }
}

.sec-mission .cont {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(119.34deg, #FFF8F2 23.56%, #FFDAC6 93.31%);
}
.sec-mission .cont .lft {
  max-width: 618px;
  position: relative;
  z-index: 1;
}
.sec-mission .cont .lft .h1-free {
  font-size: 64px;
}
.sec-mission .cont .rgt {
  max-width: 741px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec-mission .cont {
    padding-left: 16px;
  }
  .sec-mission .cont .lft {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .sec-mission .cont {
    padding-left: 32px;
    border-radius: 64px;
  }
  .sec-mission .cont .lft {
    max-width: 463px;
  }
  .sec-mission .cont .rgt {
    max-width: 623px;
  }
}
@media (min-width: 1600px) {
  .sec-mission .cont {
    padding-left: 80px;
  }
  .sec-mission .cont .lft {
    max-width: 618px;
  }
  .sec-mission .cont .lft p {
    max-width: 588px;
  }
  .sec-mission .cont .rgt {
    max-width: 741px;
  }
}

.sec-ad .content {
  border-radius: 24px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(269.54deg, #F8E3AD -10.72%, #FD7830 35.09%, #FF7D9C 95.3%);
}
.sec-ad .content::before {
  content: "";
  width: 145px;
  height: 149px;
  display: block;
  background: url("https://images.tenorshare.ai/features/ad-bg-mobile.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sec-ad .content p {
    max-width: 650px;
  }
  .sec-ad .content::before {
    content: "";
    width: 750px;
    height: 148px;
    display: block;
    background: url("https://images.tenorshare.ai/features/ad-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1280px) {
  .sec-ad .content {
    border-radius: 32px;
  }
  .sec-ad .content p {
    max-width: 674px;
  }
  .sec-ad .content::before {
    width: 960px;
    height: 165px;
  }
}
@media (min-width: 1600px) {
  .sec-ad .content p {
    max-width: 917px;
  }
  .sec-ad .content::before {
    width: 1275px;
    height: 210px;
  }
}

.sec-table .why-choose {
  overflow-x: auto;
  overflow-y: clip;
  max-height: 591px;
}
.sec-table .why-choose-table {
  width: 654px;
  border: 2px solid #ffE1d0;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 17.2fr 51.4fr 31.4fr;
  overflow: hidden;
}
.sec-table .why-choose-table .header {
  background: #ffe3d4;
}
.sec-table .why-choose-table .notitle {
  border-top-left-radius: 24px;
}
.sec-table .why-choose-table .column-list .cell {
  border: 1px solid #ffE1d0;
  background: rgba(255, 255, 255, 0.4);
}
.sec-table .why-choose-table .column-list .cell:last-child {
  border-bottom: 0;
}
.sec-table .why-choose-table .column-list.no-right .cell {
  border-right: 0;
}
.sec-table .why-choose-table .column-list.no-left .cell {
  border-left: 0;
}
.sec-table .why-choose-table .protrude {
  border-radius: 24px;
  box-shadow: 0px 12px 27px 0px rgba(143, 50, 0, 0.1019607843), 0px 49px 49px 0px rgba(143, 50, 0, 0.0901960784), 0px 111px 66px 0px rgba(143, 50, 0, 0.0509803922), 0px 197px 79px 0px rgba(143, 50, 0, 0.0117647059), 0px 308px 86px 0px rgba(143, 50, 0, 0);
}
.sec-table .why-choose-table .protrude .cell {
  background: #fff;
}
.sec-table .why-choose-table .protrude .column:first-child {
  background: #ffe1d0;
}
.sec-table .why-choose-table .protrude .header {
  display: grid;
  grid-template-columns: 6fr 4fr;
  background: linear-gradient(269.54deg, #F8E3AD -10.72%, #FD7830 35.09%, #FF7D9C 95.3%);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-left: 2px solid #ffe3d4;
}
.sec-table .why-choose-table .protrude .protrude-content {
  display: grid;
  grid-template-columns: 6fr 4fr;
  border-left: 2px solid #ffE1d0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 991.98px) {
  .sec-table .why-choose-table .order-two {
    order: 2;
  }
  .sec-table .why-choose-table .order-three {
    order: 3;
  }
  .sec-table .why-choose-table .mb-no-right .cell {
    border-right: 0;
  }
  .sec-table .why-choose-table .mb-no-left .cell {
    border-left: 0;
  }
}
.sec-table .why-choose-table .right-one {
  border-right: 1px solid #FFF2EB;
}
.sec-table .why-choose-table .left-one {
  border-left: 1px solid #FFF2EB;
}
.sec-table.active .why-choose {
  max-height: 100%;
}
.sec-table.active .more-btn {
  display: none;
}
.sec-table.active::after {
  display: none;
}
.sec-table .more-btn {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 1;
  cursor: pointer;
}
.sec-table::after {
  display: block;
  content: "";
  width: 100%;
  height: 285px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -4.74%, #FFFFFF 58.11%, #FFFFFF 100%);
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .sec-table .why-choose {
    max-height: 771px;
  }
  .sec-table .why-choose-table {
    width: 100%;
    grid-template-columns: 17.2fr 31.4fr 51.4fr;
  }
}
.sec-trust .desc {
  font-size: 14px;
}

.row {
  perspective: 1000px; /* 透视距离 */
}
.row .trust-item {
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.row .trust-item.item-1 {
  border-radius: 16px;
  background: #FFF5BF;
}
.row .trust-item.item-2 {
  border-radius: 16px;
  overflow: hidden;
  background: url("https://images.tenorshare.ai/features/trust-bg.png") no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .desc {
    max-width: 778px;
  }
  .trust-item.item-1 {
    border-radius: 24px;
  }
  .trust-item.item-2 {
    border-radius: 24px;
  }
}
@media (min-width: 1600px) {
  .desc {
    font-size: 16px;
  }
}
.sec-reasons {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5FBFF 31.19%, #EBF6FF 100%);
}
.sec-reasons .big-content {
  border: 1px solid #A9C9FF;
  background: white;
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.sec-reasons .big-content .lft h3 {
  font-size: 20px;
}
@media (min-width: 1280px) {
  .sec-reasons .big-content {
    padding: 0 0 0 50px;
  }
  .sec-reasons .big-content .lft {
    max-width: 500px;
  }
  .sec-reasons .big-content .lft h3 {
    font-size: 22px;
  }
  .sec-reasons .big-content .rgt {
    max-width: 563px;
  }
}
@media (min-width: 1600px) {
  .sec-reasons .big-content {
    padding: 0 0 0 64px;
  }
  .sec-reasons .big-content .lft {
    max-width: 690px;
  }
  .sec-reasons .big-content .lft h3 {
    font-size: 26px;
  }
  .sec-reasons .big-content .rgt {
    max-width: 673px;
    padding-bottom: 28px;
  }
}
.sec-reasons .small-content {
  border: 1px solid #A9C9FF;
  background: #F9FCFF;
  padding: 12px;
  border-radius: 16px;
  height: 100%;
}
.sec-reasons .small-content h4 {
  font-size: 20px;
}
@media (min-width: 1280px) {
  .sec-reasons .small-content {
    padding: 24px;
  }
}
@media (min-width: 1600px) {
  .sec-reasons .small-content {
    padding: 30px;
  }
  .sec-reasons .small-content h4 {
    font-size: 22px;
  }
}/*# sourceMappingURL=feature.css.map */