@charset "UTF-8";
.home-header .home-menu .menu-main .home-btn .head-box .user_menu {
  display: block;
}
.home-header .home-menu .menu-main .home-btn .head-box .user_menu .user_menu_item {
  display: none;
}
.home-header .home-menu .menu-main .home-btn .head-box .user_menu .user_menu_item.list_signout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .home-header .home-menu .home-logo .header-credits-box {
    display: none;
  }
  .home-header .home-menu .home-logo .header-credits-box.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-header .home-menu .menu-main .menu-item.credit {
    display: none;
  }
  #headMob {
    display: none !important;
  }
  #backTop {
    bottom: 3.1rem;
  }
}
* {
  margin: 0;
  padding: 0;
}

main {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 249, 249, 0.52)), to(rgba(235, 233, 255, 0.52)));
  background-image: linear-gradient(to right, rgba(255, 249, 249, 0.52), rgba(235, 233, 255, 0.52));
}

@-webkit-keyframes loading_icon {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading_icon {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ellipsis {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
@keyframes ellipsis {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
@media screen and (min-width: 1200px) {
  #chatPDF-container {
    padding: 32px 0;
    width: 1060px;
    margin: 0 auto;
  }
  #chatPDF-container * {
    scroll-behavior: smooth;
  }
  #chatPDF-container *::-webkit-scrollbar {
    width: 6px;
  }
  #chatPDF-container *::-webkit-scrollbar-thumb {
    background-color: rgba(57, 50, 90, 0.2039215686);
    border-radius: 5px;
  }
  #chatPDF-container *::-webkit-scrollbar-track {
    background-color: unset;
  }
  #chatPDF-container .chatPDF-title {
    font: normal normal bold 40px/60px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    text-align: center;
  }
  #chatPDF-container .chatPDF-description {
    margin-top: 8px;
    font: normal normal 300 18px/22px Poppins;
    letter-spacing: -0.1px;
    color: #39325a;
    text-align: center;
  }
  #chatPDF-container .upload-section {
    margin-top: 24px;
  }
  #chatPDF-container .upload-section .upload-container {
    background: rgba(255, 255, 255, 0.8470588235) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(226, 226, 226, 0.8431372549);
    border-radius: 10px;
    padding: 12px;
  }
  #chatPDF-container .upload-section .upload-container .drop-container {
    height: 166px;
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px dashed #737c90;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  #chatPDF-container .upload-section .upload-container .drop-container:hover {
    background-color: #f4f4f7;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-drag {
    background-color: rgba(118, 87, 246, 0.1607843137);
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-drag .handle-content .handle-text .drop-text {
    display: block;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-drag .handle-content .handle-text .upload-text {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading {
    background: #f4f4f7 0% 0% no-repeat padding-box;
    pointer-events: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .upload {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading img {
    position: absolute;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading .loading-file {
    top: 0;
    left: 0;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading .loading-icon {
    bottom: -1px;
    right: 0;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .handle-content .handle-text {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .handle-content .load-text {
    display: block;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .icon {
    pointer-events: none;
    height: 32px;
    margin-right: 12px;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .icon .loading {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .icon .upload {
    width: 32px;
    height: 32px;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content {
    pointer-events: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .drop-text {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .upload-text,
#chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .drop-text {
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    margin-bottom: 2px;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .file-size {
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #6f6f6f;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .load-text {
    display: none;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .load-text::after {
    content: "";
    display: inline-block;
    width: 1em;
    text-align: left;
    -webkit-animation: ellipsis 1.5s infinite steps(4, end);
            animation: ellipsis 1.5s infinite steps(4, end);
  }
  #chatPDF-container .history-container {
    padding: 20px;
    background: rgba(255, 255, 255, 0.8470588235) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(226, 226, 226, 0.8470588235);
    border-radius: 10px;
    margin-top: 16px;
  }
  #chatPDF-container .history-container .my-chat {
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    padding-left: 4px;
  }
  #chatPDF-container .history-container .sign-box {
    height: 44px;
    background: rgba(255, 118, 77, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px solid #ff764d;
    border-radius: 6px;
    padding-left: 20px;
    font: normal normal normal 12px/44px Poppins;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 12px;
    width: calc(100% + 2px);
  }
  #chatPDF-container .history-container .sign-box span {
    color: #084df2;
    cursor: pointer;
  }
  #chatPDF-container .history-container .history-content {
    width: calc(100% + 20px);
    overflow: auto;
    max-height: 450px;
    overflow-x: hidden;
    margin-top: 12px;
  }
  #chatPDF-container .history-container .history-content .scroll-content {
    font-size: 0;
    width: calc(100% + 17px);
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item {
    display: inline-block;
    width: 330px;
    height: 316px;
    background: #f4f4f7 0% 0% no-repeat padding-box;
    border-radius: 6px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    vertical-align: top;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .close-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_close.svg");
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .close-icon:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_close_hover.svg");
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name {
    overflow: hidden;
    font: normal normal 600 12px/22px Poppins;
    letter-spacing: 0px;
    color: #084df2;
    height: 22px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 20px);
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name:hover {
    opacity: 0.4;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name span {
    font: normal normal 600 12px/22px Poppins;
    letter-spacing: 0px;
    color: #084df2;
    pointer-events: none;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name .name1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name .name2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-text {
    font: normal normal normal 12px/20px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    margin: 16px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    text-overflow: ellipsis;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-text.hideText {
    margin-bottom: 0;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-time {
    font: normal normal normal 11px/22px Poppins;
    letter-spacing: 0px;
    color: #737c90;
  }
  #chatPDF-container .history-container .history-content .No_more {
    display: none;
  }
  #chatPDF-container .chat-section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: none;
    font-size: 16px;
    overflow-y: auto;
    overflow-y: hidden;
  }
  #chatPDF-container .chat-section .header-box {
    height: 65px;
    border-bottom: 1px solid #e2e5ee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #chatPDF-container .chat-section .header-box .vidnoz-logo {
    height: 36px;
    margin-top: 15px;
    margin-left: 24px;
  }
  #chatPDF-container .chat-section .back {
    height: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #e2e5ee;
    padding: 0 26px;
    padding-top: 12px;
  }
  #chatPDF-container .chat-section .back .back-btn {
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    font: normal normal 500 16px/25px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .back .back-btn span {
    font: normal normal 500 16px/25px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .back .back-icon {
    width: 15px;
    height: 15px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/back-icon.svg");
    margin-right: 17px;
    display: inline-block;
    vertical-align: middle;
  }
  #chatPDF-container .chat-section .mobile-nav {
    display: none;
  }
  #chatPDF-container .chat-section .chat-container {
    height: calc(100vh - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 1200px;
  }
  #chatPDF-container .chat-section .chat-container .close-menu {
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-modal {
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px;
    height: 100%;
    width: 320px;
    box-sizing: border-box;
    background: #fbfbfe 0% 0% no-repeat padding-box;
    position: relative;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat {
    width: 272px;
    height: 62px;
    background: rgba(118, 87, 246, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px dashed #7657f6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat:hover {
    background: rgba(118, 87, 246, 0.2) 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing {
    cursor: auto;
    pointer-events: none;
    background: #f4f4f7 0% 0% no-repeat padding-box;
    border: 1px solid #e2e5ee;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .add-pdf {
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing {
    pointer-events: none;
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing span {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing span::after {
    content: "";
    display: inline-block;
    width: 1em;
    text-align: left;
    -webkit-animation: ellipsis 1.5s infinite steps(4, end);
            animation: ellipsis 1.5s infinite steps(4, end);
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing .load-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing:hover {
    background: #f4f4f7 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .processing {
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .add-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .add-text .add-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .add-text span {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .tip {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #737c90;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list {
    margin-top: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: calc(100% - 130px);
    overflow: auto;
    width: calc(100% + 24px);
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item {
    width: 272px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px 16px;
    border-radius: 7px;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item:hover {
    background: rgba(118, 87, 246, 0.0588235294) 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item.active {
    pointer-events: none;
    background: #7657f6 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item.active .chat-icon {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_chat_white.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item.active .item-name span {
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .chat-icon {
    pointer-events: none;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_chat.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .item-name {
    pointer-events: none;
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 30px);
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .item-name span {
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .item-name .name1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .item-name .name2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .chat-sign-box {
    position: absolute;
    width: 280px;
    bottom: 21px;
    left: 20px;
    background: rgba(255, 118, 77, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px solid #ff764d;
    border-radius: 6px;
    font: normal normal normal 12px/16px Poppins;
    padding: 10px 20px;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .chat-sign-box span {
    color: #084df2;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu.menu-loading .loading-box {
    display: unset;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu.menu-loading .new-chat {
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    pointer-events: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu.menu-loading .history-list {
    pointer-events: none;
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .loading-box {
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .loading-box .fullScreenMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .loading-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box {
    height: 100%;
    width: 528px;
    min-width: 528px;
    background-color: #ffffff;
    padding: 16px 24px 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .col-resize-dom {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    cursor: col-resize;
    z-index: 10;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle,
#chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .cur-page,
#chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .handle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name {
    font: normal normal bold 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 220px);
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name span {
    font: normal normal bold 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name .name1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name .name2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page input {
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(118, 87, 246, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(118, 87, 246, 0.1215686275);
    border-radius: 6px;
    text-align: center;
    margin-right: 12px;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page input:hover {
    border: 1px solid #7657f6;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page input:focus-visible {
    outline: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page span {
    margin-left: 12px;
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn {
    cursor: pointer;
    margin-left: 24px;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .pre-btn {
    width: 32px;
    height: 32px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_previous_normal.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .pre-btn:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_previous_hover.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .pre-btn.disable-btn {
    pointer-events: none;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_previous_disable.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .center-text {
    font: normal normal 600 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    margin: 0 4px;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .next-btn {
    width: 32px;
    height: 32px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_next_normal.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .next-btn:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_next_hover.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .next-btn.disable-btn {
    pointer-events: none;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_next_disable.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-scroll {
    height: calc(100% - 49px);
    margin-top: 9px;
    min-width: 496px;
    overflow: auto;
    width: calc(100% + 19px);
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-scroll #pdf-container {
    height: 100%;
    min-width: 480px;
    font-size: 0;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-scroll #pdf-container canvas {
    display: block;
    margin-bottom: 11px;
    margin-right: 10px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fbfbfe 0% 0% no-repeat padding-box;
    padding: 16px 24px 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-name {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box {
    height: 32px;
    width: 32px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 8px;
    position: relative;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box img {
    width: 100%;
    height: 100%;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box:hover {
    background-color: rgb(233, 236, 246);
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box:hover .hint-box {
    visibility: visible;
    opacity: 1;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.download-btn.download-loading {
    pointer-events: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.download-btn.download-loading .download-icon {
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_pdf-loading.svg");
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.download-btn .download-icon {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_download_normal.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box .hint-box {
    position: absolute;
    bottom: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(57, 50, 90, 0.9098039216) 0% 0% no-repeat padding-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    white-space: nowrap;
    padding: 9px 12px;
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    border-radius: 6px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box .hint-box::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(57, 50, 90, 0.9098039216);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.delete-btn .hint-box {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 0;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.delete-btn .hint-box::after {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 13px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content {
    width: calc(100% + 24px);
    padding-right: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll {
    min-height: 100%;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item {
    margin-bottom: 24px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail {
    background: rgba(118, 87, 246, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(118, 87, 246, 0.1215686275);
    border-radius: 6px;
    padding: 12px;
    max-width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .text {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    padding-left: 4px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .copy-icon {
    margin-left: 12px;
    vertical-align: top;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .copy-icon:hover {
    opacity: 0.6;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .loading-icon {
    height: 18px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .loading-icon .lottie-player-box {
    width: 118px;
    height: 66px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-answer .item-detail {
    width: 70%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-question .item-detail {
    background: #7657f6 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-question .item-detail .text {
    color: #ffffff;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-loading .item-detail {
    height: 42px;
    width: 70px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: rgba(118, 87, 246, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px solid #7657f6;
    border-radius: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 24px;
    margin-bottom: 20px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    max-height: 108px;
    overflow: auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    border: none;
    background: none;
    resize: unset;
    width: 100%;
    max-height: 100%;
    word-break: break-word;
    scroll-behavior: auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea:focus-visible {
    outline: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea:empty:before {
    content: attr(placeholder);
    color: rgba(57, 50, 90, 0.4235294118);
    cursor: text;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea:focus:before {
    content: "";
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-btn {
    font: normal normal bold 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-btn:hover {
    color: #7657f6;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog.type-loading .loading-box {
    display: unset;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .loading-box {
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbfbfe 0% 0% no-repeat padding-box;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .loading-box .fullScreenMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .loading-box .icon {
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    width: 42px;
    height: 42px;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  .chatPDF-section2 {
    width: 1210px;
    margin: 12px auto;
    margin-top: 34px;
  }
  .chatPDF-section2 .section2-title {
    font-size: 39px;
    font-family: Poppins;
    font-weight: 500;
    color: #000000;
  }
  .chatPDF-section2 .section2-des {
    width: 1138px;
    margin: 0 auto;
    font: normal normal 300 18px/22px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 16px;
    text-align: center;
  }
  .chatPDF-section2 .section2-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1060px;
    margin: 16px auto;
    padding-bottom: 60px;
  }
  .chatPDF-section2 .section2-list-container .section2-item {
    width: 320px;
    text-align: center;
    margin-top: 60px;
  }
  .chatPDF-section2 .section2-list-container .section2-item img {
    width: 80px;
    height: 80px;
  }
  .chatPDF-section2 .section2-list-container .section2-item .item-title {
    margin-top: 4px;
    font: normal normal normal 22px/33px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .chatPDF-section2 .section2-list-container .section2-item .item-des {
    margin-top: 6px;
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .faild-pop {
    display: none;
    z-index: 9999;
    position: relative;
  }
  .faild-pop .mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.0823529412);
    top: 0;
    left: 0;
    z-index: 999;
  }
  .faild-pop .pop-section {
    width: 550px;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
    border: 1px solid #e2e2e2;
    border-radius: 13px;
    min-height: 141px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 29px 10px 10px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faild-pop .pop-section .close-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 9px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/faild-pop/win_icon_close.svg");
    cursor: pointer;
  }
  .faild-pop .pop-section .close-icon:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/faild-pop/win_icon_close_hover.svg");
  }
  .faild-pop .pop-section .pop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faild-pop .pop-section .pop-container .icon {
    margin-right: 17px;
  }
  .faild-pop .pop-section .pop-container .icon img {
    width: 56px;
    height: 56px;
  }
  .faild-pop .pop-section .pop-container .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 5px;
  }
  .faild-pop .pop-section .pop-container .content .title {
    font: normal normal bold 17px/26px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .faild-pop .pop-section .pop-container .content .text {
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .faild-pop .pop-section .pop-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9px;
  }
  .faild-pop .pop-section .pop-btn .cancel-btn {
    border: 1px solid #6d4dff;
    border-radius: 25px;
    height: 32px;
    padding: 0 42px;
    font: normal normal 500 12px/30px Poppins;
    letter-spacing: 0px;
    color: #6d4dff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .faild-pop .pop-section .pop-btn .cancel-btn:hover {
    background: rgba(109, 77, 255, 0.0784313725) 0% 0% no-repeat padding-box;
  }
  .faild-pop .pop-section .pop-btn .affirm-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 25px;
    height: 32px;
    background: #6d4dff 0% 0% no-repeat padding-box;
    padding: 0 42px;
    font: normal normal 500 12px/32px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 8px;
    cursor: pointer;
  }
  .faild-pop .pop-section .pop-btn .affirm-btn:hover {
    opacity: 0.7;
  }
  html:lang(en) .chatPDF-section2 {
    display: none;
  }
  html:lang(ja) #chatPDF-container .chat-section .chat-container .chat-menu .chat-sign-box {
    padding: 10px 7px;
  }
  html:lang(ja) .chatPDF-section2 .section2-title {
    text-align: center;
  }
  html:lang(de) .chatPDF-section2 .section2-title {
    text-align: center;
  }
  html:lang(de) .chatPDF-section2 .section2-des {
    text-align: center;
  }
  html:lang(pt) .chatPDF-section2 .section2-title {
    text-align: center;
  }
  html:lang(pt) .chatPDF-section2 .section2-des {
    text-align: center;
  }
  html:lang(fr) .chatPDF-section2 .section2-title {
    text-align: center;
  }
  html:lang(fr) .chatPDF-section2 .section2-des {
    text-align: center;
  }
  html:lang(ar) .chatPDF-section2 .section2-title {
    text-align: center;
  }
  html:lang(it) .chatPDF-section2 .section2-title {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(57, 50, 90, 0.2039215686);
    border-radius: 5px;
  }
  html {
    scrollbar-width: auto;
  }
  html:lang(it) .chatPDF-body .pdf_main #chatPDF-container .chatPDF-description {
    text-align: center;
  }
  html:lang(it) .chatPDF-body .pdf_main .seoSectionB h2 {
    font: normal normal 600 0.4rem/0.81rem Poppins;
  }
  html:lang(ar) .chatPDF-body .pdf_main #chatPDF-container .chatPDF-description {
    text-align: center;
  }
  #chatPDF-container {
    padding: 0.32rem 0;
    width: 6.7rem;
    margin: 0 auto;
  }
  #chatPDF-container .chatPDF-title {
    font: normal normal 600 0.46rem/0.69rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    text-align: center;
  }
  #chatPDF-container .chatPDF-description {
    margin: 0 auto;
    width: 100%;
    margin-top: 0.16rem;
    font: normal normal 300 0.3rem/0.38rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    text-align: left;
  }
  #chatPDF-container .chatPDF-description[lang=en] {
    text-align: center;
  }
  #chatPDF-container .upload-section {
    margin-top: 0.32rem;
  }
  #chatPDF-container .upload-section .upload-container {
    background: rgba(255, 255, 255, 0.8470588235) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(226, 226, 226, 0.8431372549);
    border-radius: 0.16rem;
    padding: 0.2rem;
  }
  #chatPDF-container .upload-section .upload-container .drop-container {
    height: 2rem;
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.02rem dashed #b2b7c2;
    border-radius: 0.08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading {
    background: #f4f4f7 0% 0% no-repeat padding-box;
    pointer-events: none;
    border: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .upload {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading img {
    position: absolute;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading .loading-file {
    top: 0;
    left: 0;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .icon .loading .loading-icon {
    bottom: -1px;
    right: 0;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .handle-content .handle-text {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container.type-loading .handle-content .load-text {
    display: block;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .icon {
    pointer-events: none;
    height: 0.64rem;
    font-size: 0;
    margin-right: 0.2rem;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .icon .loading {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .icon .upload {
    width: 0.64rem;
    height: 0.64rem;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content {
    pointer-events: none;
    font-size: 0;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .drop-text {
    display: none;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .upload-text,
#chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .drop-text {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    margin-bottom: 0.08rem;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .handle-text .file-size {
    font: normal normal normal 0.22rem/0.33rem Poppins;
    letter-spacing: 0px;
    color: #6f6f6f;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .load-text {
    display: none;
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .upload-section .upload-container .drop-container .handle-content .load-text::after {
    content: "";
    display: inline-block;
    width: 1em;
    text-align: left;
    -webkit-animation: ellipsis 1.5s infinite steps(4, end);
            animation: ellipsis 1.5s infinite steps(4, end);
  }
  #chatPDF-container .history-container {
    padding: 0.24rem;
    background: rgba(255, 255, 255, 0.8470588235) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(226, 226, 226, 0.8470588235);
    border-radius: 0.16rem;
    margin-top: 0.24rem;
  }
  #chatPDF-container .history-container .my-chat {
    font: normal normal 600 0.23rem/0.34rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    padding-left: 0.08rem;
  }
  #chatPDF-container .history-container .sign-box {
    height: 0.76rem;
    background: rgba(255, 118, 77, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 0.02rem solid #ff764d;
    border-radius: 0.12rem;
    padding-left: 0.2rem;
    font: normal normal normal 0.24rem/0.28rem Poppins;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0.16rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .history-container .sign-box span {
    display: contents;
    color: #084df2;
    cursor: pointer;
  }
  #chatPDF-container .history-container .history-content {
    width: 100%;
    overflow: auto;
    max-height: 7rem;
    overflow-x: hidden;
    margin-top: 0.27rem;
  }
  #chatPDF-container .history-container .history-content .scroll-content {
    font-size: 0;
    width: 100%;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item {
    width: 100%;
    display: inline-block;
    background: #f4f4f7 0% 0% no-repeat padding-box;
    border-radius: 0.12rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 0.24rem;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item:nth-last-child(1) {
    margin-bottom: 0;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .close-icon {
    position: absolute;
    right: 0.24rem;
    top: 0.2rem;
    width: 0.28rem;
    height: 0.28rem;
    cursor: pointer;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_close.svg");
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .close-icon:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_close_hover.svg");
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content {
    padding: 0.24rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name {
    overflow: hidden;
    font: normal normal 600 0.24rem/0.24rem Poppins;
    letter-spacing: 0px;
    color: #084df2;
    height: 0.33rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 0.4rem);
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name:hover {
    opacity: 0.4;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name span {
    font: normal normal 600 0.24rem/0.24rem Poppins;
    letter-spacing: 0px;
    color: #084df2;
    pointer-events: none;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name .name1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-name .name2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-text {
    font: normal normal normal 0.22rem/0.32rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    margin: 0.22rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    text-overflow: ellipsis;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-text.hideText {
    margin-bottom: 0;
  }
  #chatPDF-container .history-container .history-content .scroll-content .pdf-item .item-content .item-time {
    font: normal normal normal 0.2rem/0.22rem Poppins;
    letter-spacing: 0px;
    color: #737c90;
  }
  #chatPDF-container .history-container .history-content .No_more {
    margin-top: 0.6rem;
    padding-bottom: 0.08rem;
    color: #737c90;
    font: normal normal normal 0.22rem/0.22rem Poppins;
    text-align: center;
  }
  #chatPDF-container .chat-section {
    position: fixed;
    top: 1.3rem;
    left: 0;
    z-index: 998;
    width: 100vw;
    height: calc(100% - 1.3rem);
    background-color: #ffffff;
    display: none;
    font-size: 0;
  }
  #chatPDF-container .chat-section .header-box {
    display: none;
  }
  #chatPDF-container .chat-section .back {
    height: 0.82rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.16rem;
    position: relative;
  }
  #chatPDF-container .chat-section .back::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.82rem;
    width: 100%;
    left: 0;
    height: 0.82rem;
    -webkit-box-shadow: 0px 0.235rem 0.25rem rgba(183, 164, 255, 0.2196078431);
            box-shadow: 0px 0.235rem 0.25rem rgba(183, 164, 255, 0.2196078431);
    pointer-events: none;
  }
  #chatPDF-container .chat-section .back .back-btn {
    line-height: 0.82rem;
    display: inline-block;
    cursor: pointer;
    height: 0.82rem;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.5rem;
  }
  #chatPDF-container .chat-section .back .back-btn span {
    font: normal normal 500 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .back .back-icon {
    width: 0.26rem;
    height: 0.26rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/back-icon.svg");
    margin-right: 0.17rem;
    background-size: 100% 100%;
  }
  #chatPDF-container .chat-section .mobile-nav {
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.32rem;
    background: #f4f4f7 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .mobile-nav .menu-btn {
    width: 0.36rem;
    height: 0.36rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_menu.svg");
    background-size: 100% 100%;
    margin-right: 0.4rem;
  }
  #chatPDF-container .chat-section .mobile-nav .pdf-name {
    font: normal normal bold 0.25rem/0.38rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4.64rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #chatPDF-container .chat-section .mobile-nav .pdf-name span {
    font: normal normal bold 0.25rem/0.38rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .mobile-nav .pdf-name .name1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 65%;
  }
  #chatPDF-container .chat-section .mobile-nav .pdf-name .name2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #chatPDF-container .chat-section .mobile-nav .pdf-view {
    margin-left: 0.4rem;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_view.svg);
    background-size: 0.36rem 0.36rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.1rem;
  }
  #chatPDF-container .chat-section .mobile-nav .pdf-view.act-view {
    background-color: #7657f6;
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_view_white.svg);
  }
  #chatPDF-container .chat-section .mobile-nav .more-btn {
    margin-left: 0.32rem;
    width: 0.36rem;
    height: 0.36rem;
    position: relative;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_more.svg");
    background-size: 100% 100%;
  }
  #chatPDF-container .chat-section .mobile-nav .more-btn.show_more .dialog-btn {
    display: block;
  }
  #chatPDF-container .chat-section .mobile-nav .more-btn .dialog-btn {
    position: absolute;
    background-color: white;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0.02rem 0.2rem rgba(57, 50, 90, 0.0784313725);
            box-shadow: 0px 0.02rem 0.2rem rgba(57, 50, 90, 0.0784313725);
    border-radius: 0.16rem;
    padding: 0.16rem;
    right: 0;
    top: 0.6rem;
    z-index: 2;
    display: none;
  }
  #chatPDF-container .chat-section .mobile-nav .more-btn .dialog-btn .btn-box {
    width: 3rem;
    height: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .mobile-nav .more-btn .dialog-btn .btn-box .hint-box {
    font: normal normal 500 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container {
    height: calc(100% - 1.82rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    position: relative;
  }
  #chatPDF-container .chat-section .chat-container .chat-modal {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.18);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
    width: 5.64rem;
    box-sizing: border-box;
    background: #fbfbfe 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0;
    left: -5.64rem;
    opacity: 0;
    z-index: 9999;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .close-menu {
    text-align: right;
    padding-top: 0.18rem;
    padding-right: 0.4rem;
    margin-bottom: 0.2rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .close-menu .icon-close-menu {
    width: 0.42rem;
    height: 0.42rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat {
    width: 4.84rem;
    height: 1.32rem;
    background: rgba(118, 87, 246, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px dashed #7657f6;
    border-radius: 0.12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin: 0 auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing {
    cursor: auto;
    pointer-events: none;
    background: #f4f4f7 0% 0% no-repeat padding-box;
    border: 1px solid #e2e5ee;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .add-pdf {
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing {
    pointer-events: none;
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing span {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing span::after {
    content: "";
    display: inline-block;
    width: 1em;
    text-align: left;
    -webkit-animation: ellipsis 1.5s infinite steps(4, end);
            animation: ellipsis 1.5s infinite steps(4, end);
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat.type-processing .processing .load-icon {
    margin-right: 0.08rem;
    width: 0.32rem;
    height: 0.32rem;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .processing {
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .add-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .add-text .add-icon {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.04rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .add-text span {
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .new-chat .add-pdf .tip {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #737c90;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list {
    margin-top: 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: calc(100% - 3.64rem);
    overflow: auto;
    width: calc(100% - 0.08rem);
    padding-left: 0.3rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item {
    width: 5.04rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0.92rem;
    margin-bottom: 0.02rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.26rem;
    border-radius: 0.12rem;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item.active {
    pointer-events: none;
    background: #7657f6 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item.active .chat-icon {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_chat_white.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item.active .item-name span {
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .chat-icon {
    pointer-events: none;
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.2rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_chat.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .item-name {
    pointer-events: none;
    font: normal normal 500 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .item-name span {
    font: normal normal 500 0.26rem/0.39rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .history-list .list-item .item-name .name1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 65%;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .chat-sign-box {
    position: absolute;
    width: 4.84rem;
    bottom: 0.46rem;
    height: 0.76rem;
    left: 0.4rem;
    background: rgba(255, 118, 77, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px solid #ff764d;
    border-radius: 0.12rem;
    font: normal normal normal 0.24rem/0.26rem Poppins;
    padding-left: 0.18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .chat-sign-box span {
    display: contents;
    color: #084df2;
    font: normal normal normal 0.24rem/0.26rem Poppins;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu.menu-loading .loading-box {
    display: unset;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu.menu-loading .new-chat {
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    pointer-events: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu.menu-loading .history-list {
    pointer-events: none;
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .loading-box {
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .loading-box .fullScreenMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-menu .loading-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 0.28rem 0.32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .col-resize-dom {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    cursor: col-resize;
    z-index: 10;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail {
    height: 0.64rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle,
#chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .cur-page,
#chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .handle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name {
    font: normal normal bold 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 220px);
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name span {
    font: normal normal bold 12px/18px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name .name1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-name .name2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page {
    cursor: pointer;
    font: normal normal 600 0.28rem/0.42rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    width: auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page input {
    width: 0.64rem;
    height: 0.64rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(118, 87, 246, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(118, 87, 246, 0.1215686275);
    border-radius: 0.06rem;
    text-align: center;
    margin-right: 0.16rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page input:focus-visible {
    outline: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .cur-page span {
    margin-left: 0.16rem;
    font: normal normal 600 0.28rem/0.42rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn {
    cursor: pointer;
    width: auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .pre-btn {
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_previous_normal.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .pre-btn.disable-btn {
    pointer-events: none;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_previous_disable.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .center-text {
    font: normal normal 600 0.24rem/0.24rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    margin: 0 0.06rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .next-btn {
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_next_normal.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-detail .pdf-handle .handle-btn .next-btn.disable-btn {
    pointer-events: none;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_next_disable.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-scroll {
    height: calc(100% - 0.64rem);
    overflow: auto;
    width: calc(100% + 0.12rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0.06rem;
    margin-top: 0.12rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-scroll #pdf-container {
    height: 100%;
    font-size: 0;
  }
  #chatPDF-container .chat-section .chat-container .chat-pdf-box .pdf-scroll #pdf-container canvas {
    display: block;
    margin-bottom: 11px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fbfbfe 0% 0% no-repeat padding-box;
    padding: 0.4rem 0.4rem 0.6rem 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-name {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box {
    height: 32px;
    width: 32px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 8px;
    position: relative;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box img {
    width: 100%;
    height: 100%;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box:hover {
    background-color: rgb(233, 236, 246);
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box:hover .hint-box {
    visibility: visible;
    opacity: 1;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.download-btn.download-loading {
    pointer-events: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.download-btn.download-loading .download-icon {
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/icon_pdf-loading.svg");
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.download-btn .download-icon {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/btn_download_normal.svg");
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box .hint-box {
    position: absolute;
    bottom: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(57, 50, 90, 0.9098039216) 0% 0% no-repeat padding-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    white-space: nowrap;
    padding: 9px 12px;
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    border-radius: 6px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box .hint-box::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(57, 50, 90, 0.9098039216);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.delete-btn .hint-box {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 0;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-head .dialog-btn .btn-box.delete-btn .hint-box::after {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 13px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content {
    width: calc(100% + 0.4rem);
    padding-right: 0.4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll {
    min-height: 100%;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item {
    margin-bottom: 0.24rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail {
    background: rgba(118, 87, 246, 0.1019607843) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(118, 87, 246, 0.1215686275);
    border-radius: 0.12rem;
    padding: 0.24rem;
    max-width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .text {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    padding-left: 0.12rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .copy-icon {
    margin-left: 0.18rem;
    vertical-align: top;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .loading-icon {
    height: 0.35rem;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item .item-detail .loading-icon .lottie-player-box {
    width: 118px;
    height: 66px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-answer .item-detail {
    width: 75%;
    max-width: 75%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-question .item-detail {
    background: #7657f6 0% 0% no-repeat padding-box;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-question .item-detail .text {
    color: #ffffff;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .dialog-content .dialog-scroll .list-item.pdf-loading .item-detail {
    height: 42px;
    width: 70px;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: rgba(118, 87, 246, 0.0588235294) 0% 0% no-repeat padding-box;
    border: 1px solid #7657f6;
    border-radius: 0.12rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.24rem 0.32rem;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0.35rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    max-height: 2.1rem;
    overflow: auto;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    border: none;
    background: none;
    resize: unset;
    width: 100%;
    max-height: 100%;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea:focus-visible {
    outline: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea:empty:before {
    content: attr(placeholder);
    color: rgba(57, 50, 90, 0.4235294118);
    cursor: text;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-centent #send-textarea:focus:before {
    content: "";
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .send-container .send-btn {
    font: normal normal bold 0.28rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
    cursor: pointer;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog.type-loading .loading-box {
    display: unset;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .loading-box {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbfbfe 0% 0% no-repeat padding-box;
    display: none;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .loading-box .fullScreenMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  #chatPDF-container .chat-section .chat-container .chat-dialog .loading-box .icon {
    position: absolute;
    top: calc(50% - 0.32rem);
    left: calc(50% - 0.32rem);
    width: 0.64rem;
    height: 0.64rem;
    -webkit-animation: loading_icon linear 1.5s infinite;
            animation: loading_icon linear 1.5s infinite;
  }
  .chatPDF-section2 {
    display: none;
    width: 1210px;
    margin: 12px auto;
    margin-top: 34px;
  }
  .chatPDF-section2 .section2-title {
    font-size: 39px;
    font-family: Poppins;
    font-weight: 500;
    color: #000000;
  }
  .chatPDF-section2 .section2-des {
    width: 1138px;
    margin: 0 auto;
    font: normal normal 300 18px/22px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 16px;
  }
  .chatPDF-section2 .section2-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1060px;
    margin: 16px auto;
    padding-bottom: 60px;
  }
  .chatPDF-section2 .section2-list-container .section2-item {
    width: 320px;
    text-align: center;
    margin-top: 60px;
  }
  .chatPDF-section2 .section2-list-container .section2-item img {
    width: 80px;
    height: 80px;
  }
  .chatPDF-section2 .section2-list-container .section2-item .item-title {
    margin-top: 4px;
    font: normal normal normal 22px/33px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .chatPDF-section2 .section2-list-container .section2-item .item-des {
    margin-top: 6px;
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .faild-pop {
    display: none;
    z-index: 9999;
    position: relative;
  }
  .faild-pop .mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.0823529412);
    top: 0;
    left: 0;
    z-index: 999;
  }
  .faild-pop .pop-section {
    width: 5.4rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
    border: 1px solid #e2e2e2;
    border-radius: 0.24rem;
    min-height: 4.96rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 0.6rem 0.32rem 0.64rem 0.32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faild-pop .pop-section .close-icon {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 9px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/faild-pop/win_icon_close.svg");
    cursor: pointer;
  }
  .faild-pop .pop-section .close-icon:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/faild-pop/win_icon_close_hover.svg");
  }
  .faild-pop .pop-section .pop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faild-pop .pop-section .pop-container .icon {
    height: 1.24rem;
  }
  .faild-pop .pop-section .pop-container .icon img {
    width: 1.24rem;
    height: 1.24rem;
  }
  .faild-pop .pop-section .pop-container .content {
    width: 100%;
    padding-top: 0.24rem;
    text-align: center;
  }
  .faild-pop .pop-section .pop-container .content .title {
    font: normal normal bold 0.32rem/0.4rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .faild-pop .pop-section .pop-container .content .text {
    font: normal normal 300 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #39325a;
  }
  .faild-pop .pop-section .pop-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.32rem;
  }
  .faild-pop .pop-section .pop-btn .cancel-btn {
    border: 1px solid #6d4dff;
    border-radius: 0.44rem;
    height: 0.88rem;
    text-align: center;
    font: normal normal 500 0.3rem/0.88rem Poppins;
    letter-spacing: 0px;
    color: #6d4dff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    margin-right: 0.24rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .faild-pop .pop-section .pop-btn .affirm-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.44rem;
    height: 0.88rem;
    text-align: center;
    background: #6d4dff 0% 0% no-repeat padding-box;
    font: normal normal 500 0.3rem/0.88rem Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
  }
}
.seoSectionA {
  padding: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.seoSectionA h2 {
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
  margin-bottom: 52px;
  text-align: center;
}
.seoSectionA .seoSectionA_box {
  margin-top: 30px;
  padding: 81px 141px;
  background: #f3f3f5 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .seoSectionA .seoSectionA_box:last-child .seoSectionA_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .seoSectionA .seoSectionA_box:last-child .seoSectionA_item .seoSectionA_text {
    margin-right: 0;
    margin-left: 95px;
  }
  .seoSectionA .seoSectionA_box:last-child .seoSectionA_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .seoSectionA .seoSectionA_box:last-child .seoSectionA_item:nth-child(2n) .seoSectionA_text {
    margin-left: 0;
    margin-right: 95px;
  }
}
.seoSectionA .seoSectionA_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seoSectionA .seoSectionA_item .seoSectionA_text {
  width: 540px;
  margin-right: 95px;
}
.seoSectionA .seoSectionA_item .seoSectionA_text .seoSectionA_title {
  font: normal normal 600 26px/60px Poppins;
  color: #000000;
}
.seoSectionA .seoSectionA_item .seoSectionA_text .seoSectionA_content {
  font: normal normal 300 16px/25px Poppins;
  color: #000000;
  margin: 16px 0 30px;
}
.seoSectionA .seoSectionA_item .seoSectionA_image {
  width: 588px;
  height: 446px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .seoSectionA .seoSectionA_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .seoSectionA .seoSectionA_item:nth-child(2n) .seoSectionA_text {
    margin-right: 0;
    margin-left: 95px;
  }
  .seoSectionA .seoSectionA_item + .seoSectionA_item {
    margin-top: 60px;
  }
}

.seoSectionB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 90px;
}
.seoSectionB h2 {
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
  width: 774px;
  text-align: center;
}
.seoSectionB .seoSectionB_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
}
.seoSectionB .seoSectionB_item {
  width: 250px;
}
.seoSectionB .seoSectionB_item .step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: normal normal 600 16px/42px Poppins;
  color: #8b3dff;
  background: #e8e1f2 0% 0% no-repeat padding-box;
  border-radius: 4px;
  height: 42px;
  padding: 0 16px;
}
.seoSectionB .seoSectionB_item .seoSectionB_image {
  width: 250px;
  margin-top: 12px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seoSectionB .seoSectionB_item .b_item_title {
  font: normal normal 600 16px/60px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin: 15px 0 2px;
}
.seoSectionB .seoSectionB_item .b_item_text {
  font: normal normal 300 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.seoSectionB .seoSectionB_item + .seoSectionB_item {
  margin-left: 76px;
}
.seoSectionB .seo_btn {
  margin-top: 37px;
}

.seoSectionC {
  background: #f3f3f5 0% 0% no-repeat padding-box;
  padding: 103px 0 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seoSectionC h2 {
  width: 774px;
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
  text-align: center;
}
.seoSectionC .desc {
  font: normal normal 300 18px/35px Poppins;
  letter-spacing: 0.36px;
  color: #000000;
  width: 1086px;
  text-align: center;
  margin: 15px 0 46px;
}
.seoSectionC .swiper_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.seoSectionC .swiper_tabs .tab_item {
  min-width: 190px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
  height: 50px;
  border-radius: 11px;
  font: normal normal 300 18px/50px Poppins;
  letter-spacing: 0.36px;
  color: #000000;
  text-align: center;
}
.seoSectionC .swiper_tabs .tab_item + .tab_item {
  margin-left: 6px;
}
.seoSectionC .swiper_tabs .tab_item.active {
  background: #ceceda 0% 0% no-repeat padding-box;
}
.seoSectionC .swiper_tabs .tab_item.active::before {
  position: absolute;
  content: "";
  background: #8b3dff 0% 0% no-repeat padding-box;
  border-radius: 11px;
  width: 52px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .seoSectionC .swiper_tabs .tab_item:hover {
    background: #ceceda 0% 0% no-repeat padding-box;
  }
}
.seoSectionC .swiper_content {
  margin: 35px 110px 43px;
  width: calc(100% - 220px);
  height: 582px;
  overflow: hidden;
  position: relative;
}
.seoSectionC .swiper_content .swiper-slide {
  position: relative;
  width: 1086px;
  height: 582px;
  border-radius: 20px;
  overflow: hidden;
}
.seoSectionC .swiper_content .swiper-slide img {
  width: 1086px;
  height: 582px;
}
@media (min-width: 1200px) {
  .seoSectionC .swiper_content .swiper-slide .swiper_text {
    width: 90% !important;
    position: absolute;
    left: 0;
    top: 378px;
    width: 1012px;
    background: rgba(19, 19, 30, 0.7);
    border-radius: 0px 20px 20px 0px;
    opacity: 1;
    backdrop-filter: blur(19px);
    padding: 36px 38px;
    font: normal normal 300 18px/35px Poppins;
    letter-spacing: 0.36px;
    color: #ffffff;
    -webkit-backdrop-filter: blur(19px);
  }
  .seoSectionC .swiper_content .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.seoSectionC .swiper_content .swiper-slide-active::after {
  content: none;
}
.seoSectionC .swiper_content .swiper-button-prev {
  width: 78px;
  height: 78px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/seo/swiper_left.svg");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 180px;
  z-index: 1;
  cursor: pointer;
}
.seoSectionC .swiper_content .swiper-button-next {
  width: 78px;
  height: 78px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/seo/swiper_right.svg");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 180px;
  z-index: 1;
  cursor: pointer;
}
.seoSectionC .seo_btn {
  margin-top: 46px;
}

.seoSectionD {
  background: #fff 0% 0% no-repeat padding-box;
  padding: 89px 0 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seoSectionD a {
  color: #8b3dff;
}
.seoSectionD h2 {
  width: 774px;
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
  text-align: center;
}
.seoSectionD .desc {
  font: normal normal 300 18px/35px Poppins;
  letter-spacing: 0.36px;
  color: #000000;
  width: 1086px;
  text-align: center;
  margin: 15px 0 37px;
}
.seoSectionD .seoSectionD_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seoSectionD .seoSectionD_box + .seoSectionD_box {
  margin-top: 25px;
}
.seoSectionD .seoSectionD_item {
  background: #f3f3f5 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 32px 46px;
  width: 530px;
}
.seoSectionD .seoSectionD_item .seoSectionD_image {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seoSectionD .seoSectionD_item .d_item_title {
  font: normal normal 600 20px/28px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin: 15px 0 4px;
}
.seoSectionD .seoSectionD_item .d_item_text {
  font: normal normal 300 14px/21px Poppins;
  color: #000000;
}
.seoSectionD .seoSectionD_item + .seoSectionD_item {
  margin-left: 26px;
}
.seoSectionD .seo_btn {
  margin-top: 37px;
}

.seoSectionE {
  background: #ceceda 0% 0% no-repeat padding-box;
  padding: 108px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seoSectionE h2 {
  width: 1085px;
  font: normal normal 600 40px/56px Poppins;
  color: #000000;
  text-align: center;
  margin-bottom: 45px;
}
.seoSectionE .seoSectionE_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1080px;
}
.seoSectionE .seoSectionE_box + .seoSectionE_box {
  margin-top: 20px;
}
.seoSectionE .seoSectionE_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 350px;
  padding: 27px 30px 0;
  background: #e7e7ee 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 10px;
  height: 446px;
}
.seoSectionE .seoSectionE_item + .seoSectionE_item {
  margin-left: 19px;
}
.seoSectionE .seoSectionE_item .avatar {
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seoSectionE .seoSectionE_item .e_item_title {
  font: normal normal 500 20px/30px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin: 25px 0 12px;
  text-align: center;
}
.seoSectionE .seoSectionE_item .e_item_text {
  text-align: center;
  font: normal normal 300 14px/21px Poppins;
  letter-spacing: 0px;
  color: #0e0d11;
}
.seoSectionE .seoSectionE_item .star {
  width: 73px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/seo/star.webp");
  background-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 31px;
}
.seoSectionE .seo_btn {
  margin-top: 37px;
}

.chat-faq {
  background-color: #fff;
}
.chat-faq .faq_tip {
  font: normal normal 500 25px/50px Poppins;
  letter-spacing: 9.5px;
  color: #8b3dff;
  text-align: center;
  margin-bottom: 12px;
}

.seoSectionG {
  width: 100%;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/seo/G_bg.webp");
  background-size: 100% 100%;
  height: 549px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 166px;
}
.seoSectionG h2 {
  width: 998px;
  text-align: center;
  font: normal normal 600 40px/60px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 66px;
}

.seo_btn {
  background: #8b3dff 0% 0% no-repeat padding-box;
  border-radius: 28px;
  height: 56px;
  font: normal normal 600 16px/56px Poppins;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .seo_btn:hover {
    background: #8b3dff linear-gradient(95deg, #8b3dff 0%, #bc8fff 100%);
  }
}

.pc_show {
  display: block;
}

.mobile_show {
  display: none;
}

@media (max-width: 1200px) {
  .pc_show {
    display: none;
  }
  .mobile_show {
    display: block;
  }
  .seoSectionA {
    padding: 0.8rem 0.6rem 0;
  }
  .seoSectionA h2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
    margin-bottom: 0;
    text-align: center;
  }
  .seoSectionA .seoSectionA_box {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.61rem 0.21rem 0.98rem;
  }
  .seoSectionA .seoSectionA_box .seoSectionA_item {
    margin-top: 0.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .seoSectionA .seoSectionA_box .seoSectionA_item .seoSectionA_image {
    width: 5.35rem;
    height: 4.12rem;
  }
  .seoSectionA .seoSectionA_box .seoSectionA_item .seoSectionA_text {
    margin-top: 0.35rem;
    width: 5.3rem;
    margin-right: 0;
  }
  .seoSectionA .seoSectionA_box .seoSectionA_item .seoSectionA_text .seoSectionA_title {
    font: normal normal 600 0.32rem/0.6rem Poppins;
    text-align: center;
  }
  .seoSectionA .seoSectionA_box .seoSectionA_item .seoSectionA_text .seoSectionA_content {
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
    color: #000000;
    text-align: center;
    margin: 0.25rem 0 0.6rem;
  }
  .seoSectionB {
    padding: 0.68rem 0.6rem 0.94rem;
  }
  .seoSectionB h2 {
    width: 100%;
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    color: #000000;
  }
  .seoSectionB .seoSectionB_box {
    margin-top: 0.37rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seoSectionB .seoSectionB_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seoSectionB .seoSectionB_item .step {
    padding: 0 0.26rem;
    font: normal normal 600 0.24rem/0.56rem Poppins;
    height: 0.56rem;
  }
  .seoSectionB .seoSectionB_item .seoSectionB_image {
    width: 5rem;
    margin-top: 0.2rem;
    height: 2.5rem;
  }
  .seoSectionB .seoSectionB_item .b_item_title {
    font: normal normal 600 0.32rem/0.6rem Poppins;
    text-align: center;
    margin: 0.2rem 0;
  }
  .seoSectionB .seoSectionB_item .b_item_text {
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
    color: #000000;
    text-align: center;
  }
  .seoSectionB .seoSectionB_item + .seoSectionB_item {
    margin-top: 0.6rem;
    margin-left: 0;
  }
  .seoSectionC {
    padding: 1.2rem 0 1.12rem;
  }
  .seoSectionC h2 {
    width: 100%;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    text-align: center;
    padding: 0 0.6rem;
  }
  .seoSectionC .desc {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
    width: 100%;
    margin: 0.2rem 0 0.56rem;
    padding: 0 0.6rem;
  }
  .seoSectionC .swiper_tabs {
    padding-left: 0.6rem;
    margin-bottom: 0.4rem;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .seoSectionC .swiper_tabs::-webkit-scrollbar {
    display: none;
    /* 隐藏Chrome和Safari浏览器的滚动条 */
  }
  .seoSectionC .swiper_tabs .tab_item {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 0.66rem;
    white-space: nowrap;
    padding: 0 0.37rem;
    font: normal normal 300 0.28rem/0.68rem Poppins;
    letter-spacing: 0.0056rem;
    background: #ceceda 0% 0% no-repeat padding-box;
  }
  .seoSectionC .swiper_content {
    margin: 0;
    width: 100%;
    height: auto;
    padding-left: 0.6rem;
  }
  .seoSectionC .swiper_content .swiper-slide {
    width: 6.3rem;
    height: auto;
  }
  .seoSectionC .swiper_content .swiper-slide img {
    width: 6.3rem;
    height: 5.2rem;
  }
  .seoSectionC .swiper_content .swiper-slide .swiper_text {
    margin-top: 0.3rem;
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
    color: #000000;
    width: 6.3rem;
  }
  .seoSectionC .swiper_content .swiper-button-next,
.seoSectionC .swiper_content .swiper-button-prev {
    display: none;
  }
  .seoSectionD {
    padding: 1rem 0.6rem 0.9rem;
  }
  .seoSectionD h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    width: 110%;
  }
  .seoSectionD .desc {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.56px;
    width: 100%;
  }
  .seoSectionD .seoSectionD_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seoSectionD .seoSectionD_box .seoSectionD_item {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0.5rem 0.45rem 0.56rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seoSectionD .seoSectionD_box .seoSectionD_item .seoSectionD_image {
    width: 0.8rem;
    height: 0.8rem;
  }
  .seoSectionD .seoSectionD_box .seoSectionD_item .d_item_title {
    text-align: center;
    font: normal normal 600 0.32rem/0.6rem Poppins;
    margin: 0.4rem 0 0.2rem;
  }
  .seoSectionD .seoSectionD_box .seoSectionD_item .d_item_text {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
  }
  .seoSectionD .seoSectionD_box .seoSectionD_item + .seoSectionD_item {
    margin-left: 0;
  }
  .seoSectionD .seoSectionD_box + .seoSectionD_box {
    margin: 0;
  }
  .seoSectionE {
    padding: 1.2rem 0.6rem;
  }
  .seoSectionE h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    margin-bottom: 0.6rem;
    width: 100%;
  }
  .seoSectionE .swiper_container {
    width: 100%;
    height: auto;
  }
  .seoSectionE .m_swiper_content {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .seoSectionE .m_swiper_content .seoSectionE_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 6.3rem;
    padding: 0.49rem 0.54rem 1.3rem;
    background: #e7e7ee 0% 0% no-repeat padding-box;
    border: 0.01rem solid #ffffff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0.1rem;
  }
  .seoSectionE .m_swiper_content .seoSectionE_item .avatar {
    width: 1.48rem;
    height: 1.48rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .seoSectionE .m_swiper_content .seoSectionE_item .e_item_title {
    text-align: center;
    font: normal normal 500 0.34rem/0.51rem Poppins;
    color: #000000;
    margin: 0.45rem 0 0.24rem;
    width: 100%;
  }
  .seoSectionE .m_swiper_content .seoSectionE_item .e_item_text {
    text-align: center;
    font: normal normal 300 0.28rem/0.55rem Poppins;
    letter-spacing: 0.0056rem;
    color: #0e0d11;
    width: 100%;
  }
  .seoSectionE .m_swiper_content .seoSectionE_item .star {
    width: 1.31rem;
    height: 0.22rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/seo/star.webp");
    background-size: 100% 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.68rem;
  }
  .seoSectionE .swiper-pagination {
    margin: 0.49rem auto 0.85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .seoSectionE .swiper-pagination span {
    display: block;
    border-radius: 50%;
    width: 0.24rem;
    height: 0.24rem;
    background: #beb8cb 0% 0% no-repeat padding-box;
  }
  .seoSectionE .swiper-pagination span + span {
    margin-left: 0.2rem;
  }
  .seoSectionE .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
    background: #6d4dff 0% 0% no-repeat padding-box;
  }
  .seoSectionG {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/chat-pdf/seo/G_bg_m.webp");
    padding: 2.05rem 0.6rem 0;
    height: 8.1rem;
  }
  .seoSectionG h2 {
    margin-bottom: 0.77rem;
    width: 100%;
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
  }
  .seoSectionG .seo_btn {
    margin-top: 0;
  }
  .seo_btn {
    width: 5.46rem;
    height: 1rem;
    text-align: center;
    padding: 0;
    font: normal normal 500 0.32rem/1rem Poppins;
    margin: auto;
  }
}