body {
  background: #fff;
  min-height: 100vh;
}

.header_img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
}

.header_img .header_mod {
  position: absolute;
  top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  height: 34px;
  color: #E9E9E9;
  font-size: 12px;
}

.header_img .back_home {
  right: 125px;
}

.header_img .back_home img {
  width: 12px;
  margin-right: 5px;
}

.header_img .change_lang {
  right: 40px;
}

.header_img .change_lang img {
  width: 10px;
  margin-left: 5px;
}

.header_img .change_lang:hover {
  border-radius: 17px 17px 0 0;
}

.header_img .change_lang:hover img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.change_lang_sel {
  display: none;
  position: absolute;
  width: calc(100% + 40px);
  top: 34px;
  background: #FFFFFF;
  border-radius: 17px;
  padding: 10px 0;
  overflow: hidden;
}

.header_img .change_lang:hover .change_lang_sel {
  display: flex;
  flex-direction: column;
}

.change_lang_sel .change_lang_item {
  width: 100%;
  line-height: 36px;
  text-align: center;
}

.change_lang_sel .change_lang_item+.change_lang_item {
  margin-top: 5px;
}

.change_lang_sel .change_lang_item.on,
.change_lang_sel .change_lang_item:hover {
  background: #F5F5F5;
}

#head,
.box_left .loading_spinner_box,
.ai_tip .ai_tip_right .ai_btn_item+.ai_btn_item,
.ai_tip .ai_tip_left .ai_search_disclaimer_btn,
#search_btn span {
  display: none !important;
}

.middle {
  margin-bottom: 0;
  padding-bottom: 150px;
}

.answer_main_container .box_left {
  padding: 20px;
}

.answer_main_container .box_left {
  width: 100%;
}

.answer_main_container .box_right>div {
  display: block !important;
}

.hot_word_chart {
  padding: 25px;
}

.right_container>div>.title {
  font-size: var(--font-size-large);
  padding: 0;
  padding-bottom: 20px;
  background: #fff;
}

.right_container>.lsjl_box>.title {
  margin: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

.right_container>.lsjl_box>.lsjl_list {
  border-top: 0;
}

.hot_word_list_text {
  background: #F7F7F7;
  max-width: 100%;
  font-size: var(--font-size);
  padding: 10px 14px;
}

.hot_word_list_content {
  padding-top: 10px;
}

.hot_word_list_item {
  padding: 0;
  margin-top: 10px;
  height: unset;
}

.hot_word_list_item+.hot_word_list_item {
  border: 0;
}

.box_left .llm_box,
.loading_spinner_box {
  background: transparent;
  border-radius: 8px;
  border: 0;
  padding: 0;
}

.question {
  display: flex !important;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.question_content {
  max-width: 90%;
  color: #fff;
  font-size: var(--font-size);
  background: #DDAB51;
  padding: 12px 20px;
  border-radius: 8px;
}

.box_left .llm_box .llm_text {
  padding-bottom: 12px;
}

.llm_text .right_list_extend {
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, .7), #E7E7E7 100%);
}

.docs_item .webname_and_time {
  margin-top: 0px !important;
}

.ai_tip {
  border-top: 1px solid #E7E7E7;
  padding-top: 12px;
}

.header_right {
  display: block !important;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.ipt_box {
  width: 100%;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 126px;
}

#main_ipt {
  width: 100%;
  padding: 20px;
  padding-right: 86px;
  border: 0px;
  height: 126px;
  resize: none;
  overflow-y: auto;
  font-size: var(--font-size);
  color: var(--font-color);
  border-radius: 16px;
  border: 1px solid #BD1A2D;
}

#main_ipt::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#main_ipt:focus {
  box-shadow: 0px 1px 8px 0px var(--theme-color);
}

#main_ipt.readonly:focus {
  box-shadow: unset;
}

#main_ipt::placeholder {
  color: var(--font-color-gray);
}

.word_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.clear_word {
  height: 20px;
}

.clear_word img {
  width: 16px;
  cursor: pointer;
}

.word_num .max_num {
  color: #979797;
}

.ipt_box .voice {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 75px;
}

.ipt_box .voice img {
  width: 18px;
  height: 24px;
}

.voice_tips {
  display: none;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
  height: 32px;
  width: 200px;
  text-align: center;
  line-height: 32px;
  font-size: var(--font-size-small);
  color: #626675;
  position: absolute;
  z-index: 2;
  top: 43px;
  right: -15px;
}

.ipt_box .voice:hover .voice_tips {
  display: block;
}

#main_ipt.has_voice {
  padding-right: 106px;
}

#search_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  right: 15px;
  bottom: 15px;
  border: 0;
  border-radius: 50%;
  background: #BD1A2D;
}

#search_btn img {
  width: 22px;
}

.copy_right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-size: var(--font-size-small);
  color: #979797;
}

.copy_right img {
  width: 14px;
  margin-right: 5px;
}

.ai_tip .ai_tip_left {
  color: #9777DA;
}

.docs_warpper {
  overflow: hidden;
}

.docs_warpper .warpper_title {
  display: flex;
  align-items: center;
  color: #737373;
  font-size: var(--font-size-large);
  height: 45px;
}

.docs_box {
  padding: 0;
  padding-bottom: 0;
}

.docs_item {
  border: 0;
  padding: 0;
  margin-top: 10px;
}

.docs_box .docs_item:last-child {
  border-bottom: none;
}

.docs_item .docs_title a {
  font-size: var(--font-size);
}

.middle .anwser_box {
  display: block;
}

.answer_main_container .box_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  width: 100%;
}

.answer_main_container .box_left h1 {
  font-size: 30px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
}

.answer_main_container .box_left h1 img {
  width: 98px;
  margin-top: -30px;
  margin-right: 20px;
}

.answer_main_container .box_left .answer_tip {
  background: #F5F5F5;
  border-radius: 27px;
  line-height: 30px;
  padding: 12px 30px;
  margin-top: 20px;
}

.more_search {
  width: 80%;
  margin-top: 20px;
}

.more_search .more_search_title {
  color: #999999;
  padding: 0 10px;
}

.more_search .more_search_list {
  display: flex;
  flex-wrap: wrap;
}

.more_search .more_search_list .more_search_item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  margin: 10px;
  margin-bottom: 0;
  padding: 12px;
  height: unset;
  line-height: 24px;
}

.more_search .more_search_list .more_search_item:hover {
  border: 1px solid #A1C0FE;
}

@media (max-width: 768px) {
  .header_img {
    min-width: unset;
  }

  .header_img .header_mod {
    display: none;
  }

  .middle .anwser_box {
    width: 100%;
  }

  .more_search {
    width: 100%;
  }

  .header_img .header_mod {
    padding: 0 10px;
    height: 24px;
    font-size: 12px;
  }

  .header_img .back_home {
    right: 80px;
  }

  .header_img .change_lang {
    right: 10px;
  }

  .change_lang_sel {
    top: 24px;
  }

  .change_lang_sel .change_lang_item {
    line-height: 24px;
  }

  #w_header {
    display: block !important;
  }

  .answer_main_container .box_left h1 {
    font-size: 20px;
  }

  .answer_main_container .box_left h1 img {
    width: 55px;
    margin-top: -10px;
    margin-right: 10px;
  }
}