:root {
  --h1-size: 64px;
  --h2-size: 56px;
  --h3-size: 40px; }

html.safari .section-container .section .text ul > li .title > span {
  background: none;
  -webkit-text-fill-color: #000; }

.icon-help {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/icon-help.png) center no-repeat;
  background-size: contain;
  position: relative; }

.icon-hot {
  transform: scale(0.7);
  display: inline-flex;
  border-radius: 6px;
  padding: 3px 5px;
  background: linear-gradient(122deg, #ffab6a 0%, #ff4e62 100%);
  color: #fff;
  position: relative;
  top: -10px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  overflow: hidden; }

.icon-hot .light {
  display: inline-block;
  height: 150%;
  width: 25px;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  position: absolute;
  left: 0;
  top: -25%;
  transform: rotate(20deg);
  animation: light-left-right 3s infinite; }

.tooltip {
  position: relative; }

@media screen and (max-width: 1400px) {
  :root {
    --h1-size: 54px;
    --h2-size: 40px;
    --h3-size: 32px; } }
@media screen and (max-width: 800px) {
  :root {
    --h1-size: 36px;
    --h2-size: 32px;
    --h3-size: 24px; } }
.show-in-mobile {
  display: none; }

video {
  -webkit-clip-path: inset(2px 2px);
  clip-path: inset(2px 2px); }

.edit-animation .edit-text {
  color: #ff4e62;
  position: relative;
  margin-right: 10px; }
  .edit-animation .edit-text::after {
    position: absolute;
    right: -5px;
    top: 5%;
    content: ' ';
    display: inline-block;
    width: 2px;
    height: 90%;
    background: #ff4e62; }

.btn.black.android,
.btn.black.mac,
.btn.black.ios {
  width: var(--btn-width);
  height: var(--btn-height); }

body {
  background-color: #fff;
  font-family: 'Noto Sans SC' !important;
  padding-top: 60px; }

html {
  scroll-behavior: unset; }

.banner {
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  background: url(../../images/page-functions/protect-banner-bg-l.svg) left 10% no-repeat, url(../../images/page-functions/protect-banner-bg-r.svg) top right no-repeat;
  background-size: 1200px auto, 1200px auto;
  background-color: #fff; }
  .banner .has-logo-tip {
    position: relative; }
    .banner .has-logo-tip::after {
      content: ' ';
      display: block;
      width: 60px;
      height: 30px;
      position: absolute;
      left: 0;
      top: -30px;
      background: url(../../images/page-functions/title-logo.png) center no-repeat;
      background-size: cover; }
  .banner .title {
    font-size: 32px;
    font-weight: 700;
    position: relative; }
  .banner .slogan {
    font-size: var(--h1-size, 64px);
    font-weight: 700;
    display: unset;
    line-height: 76.8px;
    background: transparent;
    margin-top: 0px; }
    .banner .slogan span {
      background: linear-gradient(91deg, #ffab6a 49.11%, #ff4e62 102.26%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #ff4e62; }
  .banner .desc {
    font-size: 20px;
    margin-top: 10px;
    max-width: 764px;
    color: rgba(0, 0, 0, 0.5);
    width: 85%; }
  .banner .btn-group2 {
    display: flex;
    align-items: center;
    margin-top: -5px;
    margin-bottom: 10px;
    align-items: flex-start; }
  .banner .btn-group {
    display: flex;
    align-items: center;
    margin: 20px 24px;
    align-items: flex-start; }
    .banner .btn-group .btn-wrapper .tip,
    .banner .btn-group .btn-wrapper .btn-video {
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-top: 20px; }
    .banner .btn-group .btn-wrapper .btn-video {
      flex-direction: row-reverse;
      padding: 4px 8px;
      border-radius: 37px;
      border: 1px solid #ffab6a;
      background: linear-gradient(93deg, #ffab6a 0%, #fc8215 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #ff4e62;
      font-weight: normal;
      font-size: 14px; }
      .banner .btn-group .btn-wrapper .btn-video span {
        background-image: url(../../images/page-functions/icon-video-play.png);
        margin-right: 4px; }
  .banner .tip {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px; }
  .banner .banner-img {
    position: relative;
    margin-top: -60px; }
    .banner .banner-img .big-img {
      width: 95%;
      max-width: 1440px; }
    .banner .banner-img .img-01,
    .banner .banner-img .img-02 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.section {
  width: 100%;
  max-width: 1400px; }
  .section .section-title {
    font-size: var(--h2-size);
    font-weight: bold;
    text-align: center;
    margin-top: 100px; }
    .section .section-title span {
      color: #ff4e62; }

.section-h2 {
  margin: 0 auto !important; }
  .section-h2 .section-title {
    padding-top: 180px;
    text-align: center;
    margin: 0 auto; }
    .section-h2 .section-title span {
      background: linear-gradient(180deg, #ffab6a 0%, #ff4e62 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.left-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  display: flex;
  flex-direction: column;
  z-index: 1; }
  .left-nav li {
    margin: 15px 0; }
    .left-nav li a {
      width: 48px;
      height: 48px;
      display: block;
      border-radius: 999px;
      position: relative; }
      .left-nav li a span.number {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background-color: #f0f0f0;
        transition: all 0.5s;
        border-radius: 99px; }
      .left-nav li a span.title {
        position: absolute;
        width: max-content;
        height: 100%;
        padding: 0 17px;
        border-radius: 999px;
        opacity: 0;
        left: 0;
        top: 0;
        transform: translateX(-20px);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f0f0f0;
        transition: all 0.5s; }
      .left-nav li a::after {
        position: absolute;
        left: 0;
        top: 0;
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        transition: all 0.5s;
        transform: scale(0);
        border-radius: 99px; }
    .left-nav li.need-hide {
      display: none; }
    .left-nav li:hover span.title {
      transform: translateX(0);
      opacity: 1;
      z-index: 1; }
    .left-nav li.current a {
      background-color: var(--bg-color); }
      .left-nav li.current a span.number {
        transform: scale(0); }
      .left-nav li.current a::after {
        transform: scale(0.3); }

.section-container {
  width: 100%;
  padding-bottom: 120px;
  overflow: hidden; }
  .section-container .section {
    display: flex;
    margin-bottom: 170px; }
    .section-container .section.flex-reverse {
      flex-direction: row-reverse; }
    .section-container .section:first-child {
      margin-top: 52px; }
    .section-container .section .text {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .section-container .section .text h3 {
        font-size: var(--h3-size); }
        .section-container .section .text h3 .edit-animation {
          display: inline-block; }
      .section-container .section .text .desc {
        font-size: 20px;
        margin-top: 16px;
        opacity: 0.5; }
      .section-container .section .text .more-link {
        color: #ff4e62;
        font-size: 16px;
        margin-top: 16px;
        transition: all 0.5s; }
        .section-container .section .text .more-link::after {
          content: '>'; }
        .section-container .section .text .more-link:hover {
          text-decoration: underline; }
      .section-container .section .text ul li {
        padding-top: 64px; }
        .section-container .section .text ul li .title > span {
          font-weight: bold;
          display: inline-block;
          font-size: 20px;
          color: #ff4e62;
          background: var(--text-color);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .section-container .section .text ul li .title .big {
          font-size: 56px; }
        .section-container .section .text ul li .title.has-icon > span {
          display: flex;
          align-items: center;
          max-width: max-content; }
        .section-container .section .text ul li .title .icon {
          display: inline-block;
          width: 48px;
          height: 48px;
          background-size: 100%;
          margin-right: 12px; }
          .section-container .section .text ul li .title .icon.icon-text {
            background-image: url(../../images/page-functions/protect-icon-text.svg); }
          .section-container .section .text ul li .title .icon.icon-book {
            background-image: url(../../images/page-functions/protect-icon-book.svg); }
          .section-container .section .text ul li .title .icon.icon-search {
            background-image: url(../../images/page-functions/protect-icon-search.svg); }
          .section-container .section .text ul li .title .icon.icon-edit-text {
            background-image: url(../../images/page-functions/icon-edit-text.png); }
          .section-container .section .text ul li .title .icon.icon-edit-image {
            background-image: url(../../images/page-functions/icon-edit-image.png); }
          .section-container .section .text ul li .title .icon.icon-edit-link {
            background-image: url(../../images/page-functions/icon-edit-link.png); }
          .section-container .section .text ul li .title .icon.icon-edit-page-size {
            background-image: url(../../images/page-functions/icon-edit-page-size.png); }
          .section-container .section .text ul li .title .icon.icon-edit-background {
            background-image: url(../../images/page-functions/icon-edit-background.png); }
          .section-container .section .text ul li .title .icon.icon-edit-watermarks {
            background-image: url(../../images/page-functions/icon-edit-watermarks.png); }
          .section-container .section .text ul li .title .icon.icon-edit-header {
            background-image: url(../../images/page-functions/icon-edit-header.png); }
          .section-container .section .text ul li .title .icon.icon-edit-batch {
            background-image: url(../../images/page-functions/icon-edit-batch.png); }
          .section-container .section .text ul li .title .icon.icon-edit-split {
            background-image: url(../../images/page-functions/icon-edit-split.png); }
        .section-container .section .text ul li .desc {
          font-size: 16px;
          margin-top: 0; }
          .section-container .section .text ul li .desc.has-icon {
            padding-left: 60px; }
      .section-container .section .text .btn {
        margin-top: 64px; }
    .section-container .section .image {
      width: 60%;
      position: relative; }
      .section-container .section .image img,
      .section-container .section .image video {
        position: absolute;
        z-index: 2; }
        .section-container .section .image img.img-bg,
        .section-container .section .image video.img-bg {
          z-index: 1; }
      .section-container .section .image .img-seat {
        width: 100%;
        display: block;
        position: unset !important;
        opacity: 0; }

.article-list-container {
  overflow: hidden; }
  .article-list-container .section .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 40px;
    font-weight: bold; }
    .article-list-container .section .title .more {
      color: #ff4e62;
      font-size: 16px; }
      .article-list-container .section .title .more img {
        transform: scale(0.5);
        position: relative;
        top: 8px; }
  .article-list-container .article-list-controls {
    display: flex;
    justify-content: flex-end; }
    .article-list-container .article-list-controls button {
      width: 40px;
      height: 40px;
      cursor: pointer;
      margin: 0 12px;
      border-radius: 50%;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #efefef;
      transition: all 0.5s; }
      .article-list-container .article-list-controls button.left {
        background-image: url(../../images/page-functions/icon-arrow-left.png); }
      .article-list-container .article-list-controls button.right {
        background-image: url(../../images/page-functions/icon-arrow-right.png); }
      .article-list-container .article-list-controls button:not(.disabled):hover {
        background-color: #d8d8d8; }
      .article-list-container .article-list-controls button.disabled {
        opacity: 0.5; }
  .article-list-container .article-thumb-list {
    display: flex;
    padding-top: 64px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-left: calc((100vw - 1400px) / 2);
    width: calc(100vw - ((100vw - 1400px) / 2));
    overflow: auto; }
    .article-list-container .article-thumb-list::-webkit-scrollbar {
      display: none; }
    .article-list-container .article-thumb-list .article-thumb-list-container {
      display: flex; }
      .article-list-container .article-thumb-list .article-thumb-list-container .article-item {
        min-width: 576px;
        margin: 0 24px; }
        .article-list-container .article-thumb-list .article-thumb-list-container .article-item:first-child {
          margin-left: 0; }
        .article-list-container .article-thumb-list .article-thumb-list-container .article-item.last-child {
          margin-right: 0; }
        .article-list-container .article-thumb-list .article-thumb-list-container .article-item a {
          display: block;
          width: 100%; }
          .article-list-container .article-thumb-list .article-thumb-list-container .article-item a .thumb {
            width: 100%;
            border-radius: 16px; }
          .article-list-container .article-thumb-list .article-thumb-list-container .article-item a .title {
            margin-top: 24px;
            font-size: 20px; }
  .article-list-container .article-title-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 48px; }
    .article-list-container .article-title-list ul {
      max-width: 488px;
      line-height: 300%; }
      .article-list-container .article-title-list ul li {
        font-size: 16px;
        color: #353535; }
        .article-list-container .article-title-list ul li a:hover {
          text-decoration: underline !important; }

.section-other-features {
  max-width: 1429px; }
  .section-other-features .section-title span {
    color: #ff4e62; }
  .section-other-features .desc {
    font-size: 20px;
    margin-top: 15px;
    opacity: 0.5;
    text-align: center; }

.download-container {
  max-width: 1200px; }

@media screen and (max-width: 1600px) {
  .left-nav {
    left: 10px; } }
@media screen and (max-width: 1500px) {
  .left-nav {
    visibility: hidden; } }
@media screen and (max-width: 1400px) {
  .section-h2 .section-title {
    padding: 50px 0; }

  .section {
    width: 95%; }

  .article-list-container .article-thumb-list {
    width: 95%;
    margin: 0 auto; } }
@media screen and (max-width: 1000px) {
  .banner {
    padding-bottom: 10px;
    background-size: 800px auto, 800px auto; }
    .banner .banner-img {
      margin-top: 0; }

  .section-container .section {
    align-items: center; }

  .article-list-container .section .title {
    font-size: 30px; }
  .article-list-container .article-thumb-list .article-thumb-list-container .article-item {
    min-width: 40%; } }
@media screen and (max-width: 800px) {
  .show-in-pc {
    display: none; }

  .show-in-mobile {
    display: block; }

  .section .section-title {
    margin-top: 120px; }
  .section.section-h2 {
    width: 100%;
    padding: 0; }
    .section.section-h2 .section-title {
      margin-top: 0; }

  .banner .btn-group {
    flex-direction: column; }
    .banner .btn-group .btn-wrapper .tip,
    .banner .btn-group .btn-wrapper .btn-video {
      margin-top: 0; }
    .banner .btn-group .btn {
      margin: 10px 0; }

  .section-container #section-convert2 {
    margin-top: -50px; }
  .section-container .section {
    flex-direction: column;
    margin-bottom: 100px; }
    .section-container .section.flex-reverse {
      flex-direction: column; }
    .section-container .section .text {
      text-align: center;
      align-items: center;
      max-width: 100%; }
      .section-container .section .text h3 {
        width: 100% !important; }
      .section-container .section .text ul li {
        padding-top: 10px; }
        .section-container .section .text ul li p {
          display: flex;
          justify-content: center; }
        .section-container .section .text ul li .title .big {
          font-size: 40px; }
      .section-container .section .text ul.has-icon {
        width: max-content;
        max-width: 65%;
        margin: 0 auto; }
        .section-container .section .text ul.has-icon li {
          width: max-content;
          max-width: 100%;
          text-align: left; }
          .section-container .section .text ul.has-icon li p {
            justify-content: flex-start; }
            .section-container .section .text ul.has-icon li p.desc {
              padding-left: 42px; }
          .section-container .section .text ul.has-icon li .title.has-icon > span {
            font-size: 16px;
            text-align: left; }
            .section-container .section .text ul.has-icon li .title.has-icon > span .icon {
              width: 30px;
              min-width: 30px;
              height: 30px;
              background-position: center; }
      .section-container .section .text .btn {
        margin: 0 auto;
        margin-top: 20px; }
    .section-container .section .image {
      width: 100%; }
      .section-container .section .image .img {
        left: 0 !important; }
      .section-container .section .image img,
      .section-container .section .image video {
        max-width: 100%; }

  .article-list-container .section .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold; }
    .article-list-container .section .title .more {
      margin-top: 20px; }
  .article-list-container .article-thumb-list .article-list-container .article-item {
    margin: 0 10px; }
    .article-list-container .article-thumb-list .article-list-container .article-item a .title {
      font-size: 16px; }
    .article-list-container .article-thumb-list .article-list-container .article-item a .thumb {
      border-radius: 6px; }
  .article-list-container .article-title-list {
    flex-direction: column; }
    .article-list-container .article-title-list ul {
      max-width: 100%;
      width: 100%; } }
@media screen and (max-width: 780px) {
  .banner .banner-img {
    margin-left: 8%; } }
@keyframes animation-rotate {
  0% {
    transform: translateX(-40px) rotate(40deg) scale(0.7);
    opacity: 0; }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1; } }

/*# sourceMappingURL=base.css.map */
