html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }

.wrapper {
  position: relative;
  margin: 0 auto !important; }

body {
  position: relative;
  transform-style: preserve-3d; }
  body::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 1920px;
    height: 1160px;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%) translateZ(-1px);
    background: url(../images/text-to-speech/body_bg.png) no-repeat center/cover; }
  body::before {
    display: none !important; }

.recorder.product .record-btn.down {
  width: 265px;
  height: 57px;
  display: block;
  background: #2344FB 0% 0% no-repeat padding-box;
  border-radius: 8px; }
  .recorder.product .record-btn.down .down-txt {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "Spartan", Arial, sans-serif; }
  .recorder.product .record-btn.down:hover .down-icon {
    background: url(../images/recorder/down-icon-white.png); }
.recorder.product p a {
  color: #2344FB; }
.recorder.product h2.tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 auto 0; }
.recorder.product p.desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  width: 1100px;
  margin: 14px auto 0;
  color: #000;
  text-align: center; }
.recorder.product .tit_flag {
  display: block;
  width: 136px;
  height: 32px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background: #7d60ff5c 0% 0% no-repeat padding-box;
  border-radius: 16px; }

.recorder.product .recorder-box h1,
.recorder.product .recorder-box h2,
.recorder.product .recorder-box h3,
.recorder.product .recorder-box h4,
.recorder.product .recorder-box h5,
.recorder.product .recorder-box h6 {
  font-family: "League Spartan"; }

.recorder.product .recorder-box {
  font-family: "League Spartan"; }
.recorder.product p {
  padding: 0; }
.recorder.product .banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 164px 0 160px;
  height: auto; }
  .recorder.product .banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    transform: translateX(80px); }
  .recorder.product .banner .left {
    width: 580px; }
    .recorder.product .banner .left h1 {
      font-size: 40px;
      font-weight: bold;
      text-align: left;
      color: #000000; }
    .recorder.product .banner .left h2 {
      color: #000000;
      font-size: 34px;
      margin-top: 12px;
      font-weight: bold; }
    .recorder.product .banner .left ul {
      margin-top: 30px;
      margin-bottom: 60px; }
      .recorder.product .banner .left ul li {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 8px;
        display: flex;
        gap: 6px; }
        .recorder.product .banner .left ul li::before {
          content: '';
          display: inline-block;
          width: 12px;
          height: 12px;
          position: relative;
          top: 8px;
          background: url("../images/text-to-speech/ban_list.png") no-repeat center/cover; }
        .recorder.product .banner .left ul li:last-of-type {
          margin-bottom: 0; }
  .recorder.product .banner .right {
    width: 644px;
    height: 422px; }
.recorder.product .sec1 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 0px 0 80px;
  height: auto; }
  .recorder.product .sec1 .wrap1 {
    width: 100%;
    background: transparent linear-gradient(116deg, #564BFF 0%, #FFD4B4 100%) 0% 0% no-repeat padding-box;
    padding: 95px 0;
    margin: 64px auto 0;
    position: relative; }
    .recorder.product .sec1 .wrap1:after {
      display: block;
      content: '';
      width: 178px;
      height: 165px;
      background: url(../images/text-to-speech/arrow1.png) no-repeat center/cover;
      left: 50%;
      top: -60px;
      transform: translateX(-50%);
      position: absolute; }
  .recorder.product .sec1 .btn_box {
    margin: 42px auto 0;
    text-align: center;
    display: flex;
    justify-content: center; }
  .recorder.product .sec1 .cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
    margin: 0 auto;
    justify-content: space-between; }
    .recorder.product .sec1 .cont li {
      background: #ffffffcf 0% 0% no-repeat padding-box;
      border: 2px solid #ffffff;
      border-radius: 18px;
      opacity: 1;
      backdrop-filter: blur(31px);
      -webkit-backdrop-filter: blur(31px);
      box-sizing: border-box;
      padding: 46px 63px 0;
      width: 580px;
      height: 420px;
      margin-bottom: 48px;
      position: relative; }
      .recorder.product .sec1 .cont li h3 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin-bottom: 14px;
        text-align: center; }
      .recorder.product .sec1 .cont li p {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center; }
      .recorder.product .sec1 .cont li img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto; }
        .recorder.product .sec1 .cont li img.spec {
          bottom: -81px;
          left: 210px; }
        .recorder.product .sec1 .cont li img.spec1 {
          bottom: -16px; }
.recorder.product .sec2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 80px 0 32px;
  height: auto;
  background: url(../images/text-to-speech/s2_bg.png) no-repeat top center; }
  .recorder.product .sec2 .wrap1 {
    width: 100%;
    padding: 95px 0;
    margin: 64px auto 0; }
  .recorder.product .sec2 .btn_box {
    margin: 36px auto 0;
    text-align: center;
    display: flex;
    justify-content: center; }
  .recorder.product .sec2 .cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 1160px;
    margin: 76px auto 0;
    justify-content: space-between; }
    .recorder.product .sec2 .cont li {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 2px 9px 52px #AD92D938;
      border-radius: 12px;
      width: 352px;
      height: 323px;
      margin-bottom: 35px;
      padding: 32px 35px 0;
      text-align: center; }
      .recorder.product .sec2 .cont li.spec {
        width: 558px;
        height: 323px;
        padding-top: 16px; }
        .recorder.product .sec2 .cont li.spec .img_wrap {
          height: 185px; }
      .recorder.product .sec2 .cont li.spec1 {
        padding-top: 4px; }
        .recorder.product .sec2 .cont li.spec1 .img_wrap {
          height: 185px; }
        .recorder.product .sec2 .cont li.spec1 p.p1 {
          margin-top: 20px; }
      .recorder.product .sec2 .cont li .img_wrap {
        height: 136px;
        text-align: center;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center; }
      .recorder.product .sec2 .cont li img {
        width: auto;
        display: inline-block; }
      .recorder.product .sec2 .cont li p.p1 {
        font-weight: bold;
        color: #000000;
        font-size: 20px;
        margin-bottom: 4px;
        text-align: center; }
      .recorder.product .sec2 .cont li p.p2 {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        line-height: 1.5; }
.recorder.product .sec3 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 100px 0 0px;
  height: auto; }
  .recorder.product .sec3 .mob_box {
    display: none; }
  .recorder.product .sec3 .cont {
    width: 1280px;
    margin: 76px auto 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .recorder.product .sec3 .cont .item_txt {
      height: 66px;
      background-color: #E8EFFF;
      border-bottom: 1px solid #CDCBF8;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #686688;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      line-height: 1.2; }
      .recorder.product .sec3 .cont .item_txt:last-of-type {
        border-bottom: none; }
      .recorder.product .sec3 .cont .item_txt.top {
        border-radius: 20px 0 0 0;
        height: 72px; }
      .recorder.product .sec3 .cont .item_txt.bottom {
        border-radius: 0px 0 0 20px;
        height: 72px; }
    .recorder.product .sec3 .cont .item_l {
      width: 328px;
      text-align: left;
      border-radius: 20px 0 20px 0; }
      .recorder.product .sec3 .cont .item_l .item_txt {
        padding-left: 64px;
        justify-content: flex-start; }
    .recorder.product .sec3 .cont .item_c {
      flex: 1;
      border-radius: 10px;
      background: transparent linear-gradient(149deg, #6C63FF 0%, #FF6786 100%) 0% 0% no-repeat padding-box;
      transform: translateY(13px); }
      .recorder.product .sec3 .cont .item_c .item_txt {
        background: transparent;
        color: #fff;
        justify-content: center;
        padding: 0 76px;
        text-align: center;
        line-height: 1.2; }
        .recorder.product .sec3 .cont .item_c .item_txt.top {
          font-size: 26px;
          font-weight: bold;
          height: 130px; }
          .recorder.product .sec3 .cont .item_c .item_txt.top.spec1 {
            padding-top: 48px;
            border-radius: 10px 10px 0 0; }
        .recorder.product .sec3 .cont .item_c .item_txt.bottom {
          height: 156px; }
          .recorder.product .sec3 .cont .item_c .item_txt.bottom.spec1 {
            border-radius: 0 0 10px 10px; }
    .recorder.product .sec3 .cont .item_r {
      width: 490px;
      border-radius: 0 20px 20px 0; }
      .recorder.product .sec3 .cont .item_r .item_txt {
        padding: 0 16px; }
        .recorder.product .sec3 .cont .item_r .item_txt.top {
          padding-bottom: 4px;
          font-size: 20px;
          font-weight: bold;
          color: #030031;
          border-radius: 0px 20px 0 0; }
        .recorder.product .sec3 .cont .item_r .item_txt.bottom {
          border-radius: 0 0 20px 0px; }
.recorder.product .sec4 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 148px 0 200px;
  height: auto; }
  .recorder.product .sec4 .swiper-pagination {
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px; }
    .recorder.product .sec4 .swiper-pagination .swiper-pagination-bullet {
      border: 1px solid #5487FF;
      background-color: #fff;
      width: 8px;
      height: 8px;
      opacity: 1; }
      .recorder.product .sec4 .swiper-pagination .swiper-pagination-bullet-active {
        background: #5487FF 0% 0% no-repeat padding-box;
        width: 14px;
        opacity: 1;
        height: 14px;
        border: none; }
  .recorder.product .sec4 .btn_box {
    margin: 36px auto 0;
    text-align: center;
    display: flex;
    justify-content: center; }
  .recorder.product .sec4 .s4_swi {
    width: 100%;
    height: 672px;
    margin: 56px auto 0;
    display: block; }
    .recorder.product .sec4 .s4_swi .swiper-slide {
      width: 100%;
      height: 100%; }
  .recorder.product .sec4 .s4_swi_mob,
  .recorder.product .sec4 .wrap2 {
    display: none; }
  .recorder.product .sec4 .cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
    .recorder.product .sec4 .cont .item {
      width: 441px;
      height: 324px;
      box-shadow: inset 0px 17px 90px #E8E8E8FA;
      border-radius: 10px;
      position: relative;
      margin-bottom: 20px;
      transition: all .2s ease; }
      .recorder.product .sec4 .cont .item:hover .txt_wrap p.p2 {
        height: 75px;
        padding: 6px 8px;
        opacity: 1; }
      .recorder.product .sec4 .cont .item .img_wrap {
        width: 100%; }
        .recorder.product .sec4 .cont .item .img_wrap img {
          width: 100%; }
      .recorder.product .sec4 .cont .item .txt_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 0 0 10px 10px;
        min-height: 55px;
        background: rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        padding-top: 18px;
        padding-bottom: 18px;
        transition: all .2s ease; }
        .recorder.product .sec4 .cont .item .txt_wrap p.p1 {
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          color: #fff;
          line-height: 1; }
        .recorder.product .sec4 .cont .item .txt_wrap p.p2 {
          font-size: 16px;
          text-align: center;
          color: #fff;
          padding: 0px 8px;
          font-weight: 400;
          line-height: 1.2;
          height: 0px;
          transition: all .2s ease;
          opacity: 0; }
.recorder.product .sec5 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  padding: 0px 0 100px 14.48%; }
  .recorder.product .sec5 .top {
    width: 1220px;
    padding: 0 0px 0 40px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .recorder.product .sec5 .top .wrap1 {
      display: flex;
      align-items: center; }
    .recorder.product .sec5 .top .wrap2 {
      display: flex;
      justify-content: center;
      align-items: center; }
    .recorder.product .sec5 .top img {
      display: inline-block; }
    .recorder.product .sec5 .top h3 {
      color: #000000;
      font-size: 40px;
      font-weight: bold;
      padding-left: 18px; }
    .recorder.product .sec5 .top .swiper-button-prev {
      position: relative;
      width: 114px;
      height: 114px;
      background: url(../images/text-to-speech/arrow_act.png) no-repeat center/cover;
      transform: scaleX(-1); }
      .recorder.product .sec5 .top .swiper-button-prev.swiper-button-disabled {
        transform: scaleX(1);
        background: url(../images/text-to-speech/arrow.png) no-repeat center/cover; }
      .recorder.product .sec5 .top .swiper-button-prev:after {
        display: none; }
    .recorder.product .sec5 .top .swiper-button-next {
      position: relative;
      width: 114px;
      height: 114px;
      background: url(../images/text-to-speech/arrow_act.png) no-repeat center/cover; }
      .recorder.product .sec5 .top .swiper-button-next.swiper-button-disabled {
        background: url(../images/text-to-speech/arrow.png) no-repeat center/cover;
        transform: scaleX(-1); }
      .recorder.product .sec5 .top .swiper-button-next:after {
        display: none; }
  .recorder.product .sec5 .bottom .swiper-slide {
    height: 374px;
    background: #F8F1FF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E4EE;
    border-radius: 20px;
    padding: 43px 36px 0; }
    .recorder.product .sec5 .bottom .swiper-slide .item1 {
      display: flex;
      align-items: center;
      gap: 18px;
      position: relative; }
      .recorder.product .sec5 .bottom .swiper-slide .item1:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        left: 70px;
        top: 70px;
        background: url(../images/text-to-speech/s5_quote.png) no-repeat center/cover; }
      .recorder.product .sec5 .bottom .swiper-slide .item1 img {
        width: 100px;
        height: 100px; }
    .recorder.product .sec5 .bottom .swiper-slide .wrap1 .name {
      font-size: 20px;
      font-weight: bold;
      color: #000000; }
    .recorder.product .sec5 .bottom .swiper-slide .wrap1 .job {
      color: #000;
      font-size: 14px;
      font-weight: 600; }
    .recorder.product .sec5 .bottom .swiper-slide p.p1 {
      font-size: 20px;
      margin-top: 24px;
      color: #000;
      font-weight: bold;
      margin-bottom: 8px; }
    .recorder.product .sec5 .bottom .swiper-slide p.p2 {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      color: #000; }
.recorder.product .sec6 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  background: url(../images/text-to-speech/faq_bg.png) no-repeat center/cover;
  padding-top: 54px;
  padding-bottom: 54px; }
  .recorder.product .sec6 .tit_flag {
    width: 79px;
    height: 29px;
    color: #fff;
    margin-left: 60px;
    margin-bottom: 6px; }
  .recorder.product .sec6 h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-bottom: 0px;
    padding-left: 66px; }
  .recorder.product .sec6 .wrapper {
    padding-left: 24%; }
  .recorder.product .sec6 .faps-list li h3 {
    text-align: left;
    font: normal normal bold 20px/32px League Spartan;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1; }
  .recorder.product .sec6 .faps-list li p {
    text-align: left;
    font: normal normal 500 14px/28px League Spartan;
    letter-spacing: 0px;
    color: #8E8B9D;
    opacity: 1; }
.recorder.product .sec7 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  background: url(../images/text-to-speech/bot_bg.png) no-repeat center/cover;
  padding-top: 130px;
  padding-bottom: 68px; }
  .recorder.product .sec7 .h2_tit_spec {
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    margin: 0 auto 24px;
    background-image: linear-gradient(95deg, #fff 0%, #C077FF 100%);
    -webkit-background-clip: text;
    color: transparent; }
  .recorder.product .sec7 p.desc {
    color: #fff;
    font-size: 18px;
    font-weight: 500; }
  .recorder.product .sec7 .btn_box {
    margin: 56px auto 0;
    display: flex;
    justify-content: center; }

@media (max-width: 768px) {
  .recorder.product .wrapper {
    padding: 0 16px; }
  .recorder.product .btn_box {
    width: 100%;
    display: flex;
    justify-content: center; }
  .recorder.product .record-btn.down {
    width: 80%;
    height: 50px; }
    .recorder.product .record-btn.down .down-txt {
      font-size: 14px; }
  .recorder.product h2.tit {
    font-size: 19px; }
  .recorder.product p.desc {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    margin: 6px auto 0; }
  .recorder.product .tit_flag {
    width: 80px;
    height: 20px;
    margin: 0 auto 12px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 10px; }
  .recorder.product .banner {
    padding: 45px 0 45px; }
    .recorder.product .banner .wrapper {
      flex-direction: column;
      gap: 35px;
      transform: translateX(0px);
      padding: 0 16px; }
    .recorder.product .banner .left {
      width: 100%; }
      .recorder.product .banner .left h1 {
        text-align: center;
        font-size: 20px; }
      .recorder.product .banner .left h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        margin-top: 6px; }
      .recorder.product .banner .left ul {
        width: 80%;
        margin: 26px auto 30px; }
        .recorder.product .banner .left ul li {
          font-size: 12px; }
          .recorder.product .banner .left ul li::after {
            top: 4px; }
      .recorder.product .banner .left .record-btn {
        position: relative;
        bottom: 0; }
    .recorder.product .banner .right {
      width: 100%;
      height: auto; }
      .recorder.product .banner .right img {
        width: 100%; }
  .recorder.product .sec1 {
    padding-bottom: 0; }
    .recorder.product .sec1 h2.tit {
      padding: 0 10%; }
    .recorder.product .sec1 .btn_box {
      margin-top: 30px; }
    .recorder.product .sec1 .wrap1 {
      padding-bottom: 45px; }
    .recorder.product .sec1 .cont {
      width: 100%;
      padding: 0 16px; }
      .recorder.product .sec1 .cont li {
        width: 100%;
        padding: 24px 16px 0;
        height: 350px; }
        .recorder.product .sec1 .cont li img {
          border-radius: 0 0 20px 20px; }
        .recorder.product .sec1 .cont li img.spec {
          bottom: -51px;
          left: 140px; }
        .recorder.product .sec1 .cont li h3 {
          font-size: 17px; }
        .recorder.product .sec1 .cont li p {
          font-size: 12px; }
  .recorder.product .sec2 h2.tit {
    padding: 0 36px; }
  .recorder.product .sec2 .btn_box {
    margin-top: 26px; }
  .recorder.product .sec2 .cont {
    width: 100%;
    margin-top: 45px; }
    .recorder.product .sec2 .cont li {
      width: 100%;
      height: auto;
      padding: 26px 34px;
      box-shadow: 2px 9px 52px #AD92D938; }
      .recorder.product .sec2 .cont li.spec1 p.p1 {
        margin-top: 0; }
      .recorder.product .sec2 .cont li p.p1 {
        font-size: 17px; }
      .recorder.product .sec2 .cont li p.p2 {
        font-size: 12px; }
  .recorder.product .sec3 {
    padding: 25px 0 0; }
    .recorder.product .sec3 .mob_box {
      display: flex;
      justify-content: center;
      margin-top: 32px; }
    .recorder.product .sec3 .cont {
      width: 100%;
      margin-top: 16px; }
      .recorder.product .sec3 .cont .item_txt {
        font-size: 10px;
        height: 40px; }
        .recorder.product .sec3 .cont .item_txt.mob_s {
          height: 88px; }
        .recorder.product .sec3 .cont .item_txt.top {
          height: 46px; }
        .recorder.product .sec3 .cont .item_txt.bottom {
          height: 46px;
          display: none; }
        .recorder.product .sec3 .cont .item_txt.mob_bottom {
          border-bottom: none; }
      .recorder.product .sec3 .cont .item_l {
        width: 30%; }
        .recorder.product .sec3 .cont .item_l .item_txt {
          padding-left: 0;
          justify-content: center; }
          .recorder.product .sec3 .cont .item_l .item_txt.mob_bottom {
            border-radius: 0 0 0 10px; }
      .recorder.product .sec3 .cont .item_c {
        width: 40%;
        transform: translateY(-8px); }
        .recorder.product .sec3 .cont .item_c .item_txt.top.spec1 {
          height: 62px;
          font-size: 11px;
          padding: 24px 0 0; }
        .recorder.product .sec3 .cont .item_c .item_txt.bottom {
          height: 46px; }
        .recorder.product .sec3 .cont .item_c .item_txt {
          padding: 0 6px; }
      .recorder.product .sec3 .cont .item_r {
        width: 30%; }
        .recorder.product .sec3 .cont .item_r .item_txt {
          padding: 06px; }
          .recorder.product .sec3 .cont .item_r .item_txt.mob_bottom {
            border-radius: 0 0 10px 0; }
        .recorder.product .sec3 .cont .item_r .item_txt.top {
          padding-bottom: 4px;
          font-size: 11px; }
      .recorder.product .sec3 .cont .check_w {
        width: 14px;
        height: 14px;
        display: inline-block; }
      .recorder.product .sec3 .cont .check_s {
        width: 48px;
        height: 9px; }
  .recorder.product .sec4 {
    padding: 35px 0 0; }
    .recorder.product .sec4 .s4_swi {
      display: none; }
    .recorder.product .sec4 .s4_swi_mob,
    .recorder.product .sec4 .wrap2 {
      display: block; }
    .recorder.product .sec4 .s4_swi_mob {
      width: 100%;
      height: auto;
      margin: 20px auto 0;
      display: block; }
      .recorder.product .sec4 .s4_swi_mob .swiper-slide {
        width: 100%;
        height: 100%; }
    .recorder.product .sec4 .wrap2 {
      width: 100%;
      margin: 0 auto 0;
      position: relative;
      height: 114px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .recorder.product .sec4 .swiper-pagination {
      display: none; }
    .recorder.product .sec4 .swiper-button-prev {
      position: relative;
      width: 114px;
      height: 114px;
      background: url(../images/text-to-speech/arrow_act.png) no-repeat center/cover;
      transform: scaleX(-1);
      top: 0; }
      .recorder.product .sec4 .swiper-button-prev.swiper-button-disabled {
        transform: scaleX(1);
        background: url(../images/text-to-speech/arrow.png) no-repeat center/cover; }
      .recorder.product .sec4 .swiper-button-prev:after {
        display: none; }
    .recorder.product .sec4 .swiper-button-next {
      position: relative;
      width: 114px;
      height: 114px;
      background: url(../images/text-to-speech/arrow_act.png) no-repeat center/cover;
      top: 0; }
      .recorder.product .sec4 .swiper-button-next.swiper-button-disabled {
        background: url(../images/text-to-speech/arrow.png) no-repeat center/cover;
        transform: scaleX(-1); }
      .recorder.product .sec4 .swiper-button-next:after {
        display: none; }
    .recorder.product .sec4 .btn_box {
      margin-top: 0px; }
    .recorder.product .sec4 .cont {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
      .recorder.product .sec4 .cont .item {
        width: 441px;
        height: 324px;
        box-shadow: inset 0px 17px 90px #E8E8E8FA;
        border-radius: 10px;
        position: relative;
        margin-bottom: 20px;
        transition: all .2s ease; }
        .recorder.product .sec4 .cont .item .img_wrap {
          width: 100%; }
          .recorder.product .sec4 .cont .item .img_wrap img {
            width: 100%; }
        .recorder.product .sec4 .cont .item .txt_wrap {
          position: absolute;
          bottom: 0;
          left: 0;
          border-radius: 0 0 10px 10px;
          min-height: 55px;
          background: rgba(0, 0, 0, 0.34);
          backdrop-filter: blur(4px);
          -webkit-backdrop-filter: blur(4px);
          padding-top: 8px;
          padding-bottom: 8px;
          transition: all .2s ease; }
          .recorder.product .sec4 .cont .item .txt_wrap p.p1 {
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            line-height: 1; }
          .recorder.product .sec4 .cont .item .txt_wrap p.p2 {
            font-size: 11px;
            text-align: center;
            color: #fff;
            padding: 0px 8px;
            font-weight: 400;
            line-height: 1.2;
            transition: all .2s ease;
            height: 46px;
            padding: 6px 8px;
            opacity: 1; }
    .recorder.product .sec4 .swiper-pagination {
      bottom: 70px; }
  .recorder.product .sec5 {
    padding: 50px 16px 0; }
    .recorder.product .sec5 .top {
      padding-left: 0;
      width: 100%;
      justify-content: center; }
      .recorder.product .sec5 .top img {
        width: 54px;
        height: 42px; }
      .recorder.product .sec5 .top h3 {
        font-size: 20px; }
      .recorder.product .sec5 .top .swiper-button-prev,
      .recorder.product .sec5 .top .swiper-button-next {
        position: absolute;
        width: 74px;
        height: 74px;
        top: 70%; }
      .recorder.product .sec5 .top .swiper-button-prev {
        left: -10px; }
      .recorder.product .sec5 .top .swiper-button-next {
        right: -10px; }
    .recorder.product .sec5 .bottom .swiper-slide {
      height: auto;
      padding: 30px 32px 50px; }
      .recorder.product .sec5 .bottom .swiper-slide .wrap1 .name {
        font-size: 18px; }
      .recorder.product .sec5 .bottom .swiper-slide p.p1 {
        font-size: 15px; }
  .recorder.product .sec6 {
    background: url(../images/text-to-speech/faq_bg_mob.png) no-repeat left/cover;
    margin-top: 50px; }
    .recorder.product .sec6 .wrapper {
      padding-left: 16px; }
    .recorder.product .sec6 .tit_flag {
      width: 50px;
      height: 20px;
      border-radius: 10px;
      font-size: 12px;
      margin-bottom: 0;
      margin-left: 80px; }
    .recorder.product .sec6 h2 {
      font-size: 20px;
      padding-left: 80px; }
    .recorder.product .sec6 .faps-list li h3 {
      font-size: 14px;
      color: #000000; }
    .recorder.product .sec6 .faps-list li p {
      font-size: 12px;
      color: #000; }
  .recorder.product .sec7 {
    padding-top: 70px;
    padding-bottom: 74px; }
    .recorder.product .sec7 .h2_tit_spec {
      font-size: 30px; }
    .recorder.product .sec7 p.desc {
      font-size: 14px; } }

/*# sourceMappingURL=text-to-speech.css.map */
