.main {
  margin-top: 12px;
}

.main div {
  /*overflow: hidden;*/
}

button:focus {
  outline: none !important;
}

.main textarea {
  caret-color: #1a191f;
  color: #1a191f;
  height: 376px;
}

.inputview {
  margin-top: 40px;
}

.main textarea::-webkit-scrollbar-thumb {
  background: rgba(136, 94, 254, 1);
}

@media (max-width: 576px) {
  .rocket {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .main textarea {
    height: 224px;
  }
}

.inputview-text {
  position: relative;
}

.introSentence {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 14px;
}

.info-container {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  /* justify-content: center;  */
  align-items: flex-end;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.loading {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l3 1s infinite linear;
}

.effect {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
  background: #f2f2ff;
}

.effect__left {
  font-family: Urbanist;
  max-width: 569px;
  text-align: left;
  width: 100%;
}

.effect__left p {
  margin: 0;
  color: #1e1e1e;
}

.effect__left p:first-child {
  color: #1e1e1e;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}

.effect__left h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  color: #0F0D18;
  margin: 16px 0 24px 0;
}

.effect__left p:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 26px;
}

.effect__left__container {
  flex: 0 0 50%;
  max-width: 50%;
}

.effect__right {
  gap: 34px;
  width: 700px;
}

@media screen and (max-width: 1480px) {
  .effect__left {
    max-width: 100%;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
  }

  .effect__left__container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .effect__right {
    width: 100%;
    padding: 0 120px;
  }

}

@media screen and (max-width: 1280px) {
  .effect__left {
    padding: 0 80px;
  }

  .effect__right {
    padding: 0 80px;
  }
}

@media screen and (max-width: 992px) {
  .effect__left {
    padding: 0 40px;
  }

  .effect__right {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .effect__left {
    padding: 0 15px;
  }

  .effect__right {
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .effect {
    padding: 50px 0;
  }

  .effect__left {
    max-width: 100%;
  }

  .effect__right .effect__card {
    margin: 12px auto;
  }
}

.effect__card {
  max-width: 226px;
  width: 100%;
  text-align: center;
  padding: 50px 20px;
  color: #010101;
  background: #ffffff;
  border-radius: 20px;
}

.effect__card img {
  width: 100px;
  hight: 100px;
  margin: 0 auto 56px;
}

/* remover */
.remover {
  margin: 0 auto;
  max-width: 1480px;
  padding: 86px 20px;
  font-family: Urbanist;
  /* gap: 60px; */
}

.remover-item {
  align-items: center;
  justify-content: center;
}

.remover__left {
  max-width: 770px;
}

.remover__right {
  text-align: right;
}

.remover__right img {
  max-width: 650px;
  width: 100%;
}

.remover__left h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: #fff;
}

.remover__left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #605C6D;
}

.remover__left h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #0F0D18;
}

.remover h3 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #0F0D18;
  margin: 50px auto 20px;
}

.remover__left ul {
  padding: 0;
  color: #e3e7fd;
}

.remover__left li {
  min-height: 76px;
  padding: 18px 20px 18px 20px;
  background: #F9F8FF;
  border-radius: 20px;
  margin: 0 0 10px 0;
  list-style: none;
  color: #0F0D18;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.remover__left li strong {
  font-size: 20px;
  font-weight: 700;
}

.remover__left li img {
  width: 40px;
  hight: 40px;
  margin: -1px 10px 0 0;
}

.remover__left_btn {
  background: #513CEA;
  border-radius: 25px;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  cursor: pointer;
}

.remover__left_btn:hover {
  opacity: 0.8;
}

.feedback {
  max-width: 1382px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1650px) {
  .remover {
    padding: 86px 120px;
  }
}

@media screen and (max-width: 1480px) {
  .feedback {
    padding: 0 120px;
  }
}

@media screen and (max-width: 1280px) {
  .remover {
    padding: 86px 80px;
  }

  .feedback {
    padding: 0 80px;
  }
}

@media screen and (max-width: 992px) {
  .remover {
    padding: 86px 40px;
  }

  .remover-item {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .remover__right {
    text-align: center;
  }

  .feedback {
    padding: 0 40px;
  }

}

@media (max-width: 576px) {
  .remover {
    padding: 40px 15px;
  }

  .feedback {
    padding: 0 15px;
  }
}

.feedback h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #0F0D18;
  margin: 0 0 32px 0;
}

.feedback__tip {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #3E359E;
}

.feedback-card {
  text-align: center;
  width: 380px;
  padding: 40px 20px;
  background: #F6F9FF;
  border: 1px solid #E0E7F5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.feedback-card p {
  margin: 0;
  font-family: Urbanist;
  text-align: center;
  color: #0F0D18;
}

.feedback-card p:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin: 30px 0 4px 0;
}

.feedback-card p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #767676;
}

.feedback-card p:nth-child(4) {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 576px) {
  .feedback-card p:nth-child(4) {
    margin: 8px 0 30px 0;
  }

  .feedback-card {
    margin-top: 20px;
    width: 90%;
    padding: 20px;
  }
}

.feedback-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.faq-list {
  border: 1px solid #495057;
  border-radius: 20px;
}

.detect_loading p {
  color: #a6a2b5;
  margin: 0;
}

.detect_loading_span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin: 0 20px 0 22px;
  position: relative;
  color: #513CEA;
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@media (max-width: 576px) {
  .detect_loading {
    margin-top: 4px;
  }
}

@keyframes animloader {
  0% {
    box-shadow: -19px -3px, -7px 3px, 7px -3px;
  }

  33% {
    box-shadow: -19px 3px, -7px -3px, 7px 3px;
  }

  66% {
    box-shadow: -19px -3px, -7px 3px, 7px -3px;
  }

  100% {
    box-shadow: -19px 3px, -7px -3px, 7px 3px;
  }
}

.result-action {
  text-align: right;
}

.result-action .copy {
  border: 1px solid #605c6d;
  color: #1a191f;
  border-radius: 32px;
  padding: 8px 24px;
}

.result-action .copy:hover {
  color: #1a191f;
  opacity: 0.8;
}

.result-action .copy img {
  width: 20px;
  height: 20px;
}

.paste-mobile {
  position: absolute;
  color: #718096;
  left: 8px;
  top: 8px;
}

.paste-mobile span {
  color: #513CEA;
}

/*
.first-content {
  background: url("../assets/img/bachome.png") center no-repeat auto 1080px;
} */

.inputview-wrap {
  background-color: #fff;
  width: 1140px;
  max-width: 90%;
  display: block;
  padding: 32px;
  margin: 0px auto;
  border-radius: 16px;
  box-shadow: 0px 2px 10px 5px #0000001a;
  position: relative;
}
.humanize-btn-container {
  display: flex;
  position: absolute;
  top: 10px;
  right: -54px;
}
.humanize-btn-container-item-one {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  gap: 4px;
  position: relative;
}
.humanize-btn-container-item-one:hover .humanize-btn-container-item-one-hover {
  opacity: 1;
}
.humanize-btn-container-item-one-hover {
  position: absolute;
  top: 0;
  left: -80px;
  padding: 4px 10px;
  border-radius: 8px;
  background-color: #513CEA;
  opacity: 0;
  transition: all 0.3s ease;
}
.humanize-btn-container-item-one-hover::after {
  content: '';
  position: absolute;
  right: -6px;  /* 调整三角形位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #513CEA;  /* 使用与背景相同的颜色 */
}
.humanize-btn-container-item-img {
  width: 38px;
  height: 38px;
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.humanize-btn-container-item-img img {
  width: 24px;
  height: 24px;
}
.humanize-btn-container-item-img:hover {
  background-color: #ccc;
}
.score-text {
  justify-content: end;
}

.inputview-payload {
  padding-right: 4px !important;
}

.output-view {
  /*padding-left: 4px;*/
}

.history-modal {
  position: fixed;
  top: 0;
  right: -400px; /* 初始位置在屏幕外 */
  width: 360px;
  height: 83%;
  transform: translateY(15%);
  background-color: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 997;
  padding: 0 14px 0 24px;
  border-radius: 16px;
  box-shadow: 0 2.8px 2.2px 0 rgba(48, 125, 166, 0.02), 0 6.7px 5.3px 0 rgba(48, 125, 166, 0.03), 0 12.5px 10px 0 rgba(48, 125, 166, 0.04), 0 22.3px 17.9px 0 rgba(48, 125, 166, 0.04), 0 41.8px 33.4px 0 rgba(48, 125, 166, 0.05), 0 100px 80px 0 rgba(48, 125, 166, 0.07);
  border: solid 2px #eaeff8;
  background-color: #f6f8fb;
}

.history-modal.active {
  right: 40px; /* 激活时滑入屏幕 */
}
.history-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #2f3540;
}
.history-title img {
  cursor: pointer;
}
.history-container-all {
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  height: calc( 100% - 80px);
  scrollbar-width: thin;
  scrollbar-color: rgba(229, 229, 229, 1) transparent;
}
.history-container-all::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

.history-container-all::-webkit-scrollbar-thumb {
  background-color: #008AFF;
}

.history-container-all::-webkit-scrollbar-track {
  background-color: transparent;
}
.history-content {

}
.history-month {
  color: #2f3540;
  font-weight: bold;
}
.history-item {
  padding: 0 12px;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 8px;
  cursor: pointer;
}
.history-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.history-item-result {
  padding: 8px 0 ;
  border-bottom: 1px solid #eaeff8;
}
.history-item-des {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; /* 可选：设置最大高度作为备选限制 */
  line-height: 1.5em;
  color: #131417;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
}
.history-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.history-item-bottom-time {
  font-size: 12px;
  color: #536893;
}
.history_ai_score{
  display: flex;
  align-items: flex-end;
}
.history_ai_score_btn_success {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a7b1c7;
  color: #a7b1c7;
  padding: 0 8px;
  margin: 8px 0;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #44c751;
  border-color: #44c751;
}
.history_ai_score_btn_error {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a7b1c7;
  color: #a7b1c7;
  padding: 0 8px;
  margin: 8px 0;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #ef4444;
  border-color: #ef4444;
}
.history-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc( 100% - 80px);
}
.history-container span {
  margin: 16px 0;
  color: #000;
}
.history-container-btn {
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, #9D3CEA 0%, #6D5AF8 100%);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.history-container-btn:hover {
  opacity: 0.9;
}
.history-loading-indicator {
  align-items: center;
  justify-content: center;
}
.history-rotating-image {
  animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .humanize-btn-container {
    top: -34px;
    right: 10px;
  }
  .humanize-btn-container span {
    display: none;
  }
  .humanize-btn-container-item-img {
    width: 28px;
    height: 28px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .humanize-btn-container-item-img img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 576px) {
  .inputview-payload {
    padding-right: 0;
    padding-bottom: 8px;
  }

  .output-view {
    padding-left: 0;
    padding-bottom: 0;
  }

  .inputview {
    padding: 0 12px;
    margin-top: 50px;
  }

  .inputview-wrap {
    max-width: 1140px;
    width: 100%;
    display: block;
    padding: 16px 14px 8px;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .score-text {
    justify-content: center;
  }
}

.aboutus-section {
  padding: 0;
  width: 100%;
  margin: 69px auto 0;
  padding: 78px 0;
}

@media (max-width: 576px) {
  .aboutus-section {
    width: 100%;
    padding: 12px 15px 0 !important;
  }
}

#tmessage,
#outputText,
#outputText2 {
  padding: 12px;
  line-height: 24px;
}

@media (max-width: 576px) {

  #tmessage,
  #outputText {
    padding: 8px;
  }
}

.advanced-tabs {
  width: 310px;
  height: 44px;
  border-radius: 22px;
  margin: 16px 15px 16px 15px;
  background: #F1F2F4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.advanced-tab {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advanced-left {
  color: #718096;
  width: 95px;
}

.advanced-middle {
  color: #0E0B29;
  width: 95px;
}

.advanced-right {
  color: #718096;
  width: 100px;
}

.advanced-tab img {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.advanced-tabs::before {
  position: absolute;
  content: '';
  display: block;
  height: 36px;
  border-radius: 32px;
  background: #FFFFFF;
  margin: 4px;
  transition: all 0.3s;
  top: 0;
  left: 0;
}

.advanced-tabs--left::before {
  width: 105px;
  transform: translateX(0);
}

.advanced-tabs--middle::before {
  width: 75px;
  transform: translateX(110px);
}

.advanced-tabs--right::before {
  width: 110px;
  transform: translateX(190px);
}

.result-textarea {
  position: relative;
}

.result-textarea--placeholder {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 28px;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

.output-btn {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 700;
  width: 150px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 49px;
  background: #fff;
  color: #513cea;
}

.detect-result {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000000;
}

.list-text {
  position: relative;
  padding: 0 0 0 24px;
}

.list-text::before {
  position: absolute;
  content: '·';
  left: 12px;
  top: 0;

}

.price-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 133px 0;
  text-align: center;
}

@media (max-width: 576px) {
  .price-section {
    width: 100%;
    padding: 66px 0;
  }
}

.words_count {
  border-radius: 5px;
  padding: 5px;
  display: flex;
}

.words_count_red {
  background: #FFDCDCFA;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 0px #A6A6A640;
}

.words_count_toprice {
  cursor: pointer;
}

.words_count_toprice:hover {
  text-decoration: underline;
}

.output_msg {
  position: relative;
}

.output_no_times {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 49%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.output_no_times_p {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #F0F0F0;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 45px;
}

.output_no_times_btn {
  border-radius: 32px;
  border: 2px solid #CD94FC;
  padding: 8px 44px;
  margin-bottom: 58px;
  color: #CD94FC;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

.output_change_div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  border: 1px solid rgb(208, 208, 208);
}

.output_change_div_p {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 26px;
  text-align: center;
  padding: 0 60px;
}

.output_change_div_btn {
  border-radius: 32px;
  background: rgba(28, 28, 28, 1);
  padding: 10px 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
}

.output_change_c {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
  justify-content: center;
}

.doubt_view {
  display: flex;
  max-width: 500px;
  width: calc(100% - 10px);
  position: fixed;
  top: 70px;
  left: calc(50% - 5px);
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0px 16px 24px 0px #00000024;
  align-items: center;
  z-index: 1000;
  margin: 0 5px;
}

.doubt_view_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #141414;
}

.doubt_view_p {
  font-size: 13px;
  line-height: 18px;
  color: #605C6D;
}

.doubt_view_msg {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.results_top {
  margin-top: 20%;
}

.reviews_btn {
  border: 1px solid #513CEA;
  border-radius: 25px;
  color: #513CEA;
  padding: 12px 58px;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 576px) {
  .advanced-tabs {
    width: 310px;
    margin: 0 auto;
  }

  .advanced-tabs--left::before {
    width: 105px;
    transform: translateX(0);
  }

  .advanced-tabs--middle::before {
    width: 75px;
    transform: translateX(110px);
  }

  .advanced-tabs--right::before {
    width: 110px;
    transform: translateX(190px);
  }

  .advanced-tab img {
    margin: 0;
  }

  .output_change_div_p {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .output_change_div_btn {
    padding: 5px 20px;
  }
}


.blog-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 48px;
}

.blog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px;
  background-image: linear-gradient(to right, #ebf2fb 0%, #ebf3ff 40%, #e9f0fe 80%, #dfe3fc 100%);
  border-radius: 24px;
  margin-top: 12px;
}

.blog-item-img {
  width: 250px;
  margin-right: 18px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

.blog-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #131417;
}

.blog-item-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #536893;
}

.blog-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.blog-item-info-left {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7b1c7;
}

.blog-item-info-left-writer {
  margin: 0 18px 0 6px;
}

.blog-item-info-right {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #eff2fe;
  padding: 8px 16px;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #000;
}

.blog-item-info-right:hover {
  background-color: #e4e9fd;
}

@media (max-width: 992px) {
  .blog-item-info-right {
    padding: 8px;
  }
}


@media (max-width: 767px) {
  .blog-container {
    margin-top: 0;
  }

  .blog-item {
    flex-direction: column;
    width: 90%;
  }

  .blog-item-img {
    margin-right: 0;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
  }

  .blog-item-content {
    flex-direction: column;
    margin-top: 12px;
  }

  .blog-item-title {
    font-size: 16px;
    margin: 12px 0;
  }

  .blog-item-des {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    color: #536893;
  }

  .blog-item-info {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-item-info-right {
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
  }
  .history-modal {
    position: fixed;
    bottom: 0;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 70%;
    transform: translateY(100%);
    background-color: #f6f8fb;
    box-shadow: 0 2.8px 2.2px 0 rgba(48, 125, 166, 0.02), 
              0 6.7px 5.3px 0 rgba(48, 125, 166, 0.03), 
              0 12.5px 10px 0 rgba(48, 125, 166, 0.04), 
              0 22.3px 17.9px 0 rgba(48, 125, 166, 0.04), 
              0 41.8px 33.4px 0 rgba(48, 125, 166, 0.05), 
              0 100px 80px 0 rgba(48, 125, 166, 0.07);
    border: solid 2px #eaeff8;
    transition: transform 0.3s ease-in-out;
    padding: 0 16px;
    border-radius: 24px 24px 0 0;
}
  
.history-modal.active {
    right: 0;
    transform: translateY(0);
}
}