/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*基础样式---------------start*/
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
div,
input,
ul,
li,
a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  vertical-align: middle;
}
input,
button,
textarea {
  outline: none;
}
body {
  font: normal 18px "microsoft yahei";
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-size: 12px;
}
i,
em {
  font-style: normal;
}
img {
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  width: 100%;
  display: block;
  color: #797979;
  background-color: #fff;
  font-family: "微软雅黑", "Open Sans", "sans-serif", "Source Han Sans CN";
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  height: 100%;
  min-height: 100%;
}
aside {
  height: 100%;
}
th,
tr,
td {
  text-align: center;
}
ul li {
  list-style: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.clearfix {
  zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pa_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pf {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.my_hide {
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.my_hide_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 老版本的flex */
  display: -webkit-box;
  /* flex主轴为y轴 */
  -webkit-box-orient: vertical;
  /* 可以把 块容器 中的内容限制为指定的行数. */
  -webkit-line-clamp: 2;
}
.my_hide_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_hide_5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gdt {
  overflow-y: auto;
  /* 垂直滚动条 */
  overflow-x: hidden;
  /* 垂直滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #d9d9d9 transparent;
  /* 滑块颜色 轨道颜色 */
}
.gdt::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
}
.gdt::webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 10px;
}
.gdt::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* 滑块边框 */
}
.gdt::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.relative {
  position: relative;
}
.circle_box {
  width: 100%;
  text-align: center;
}
.circle_box.left {
  text-align: left;
}
.circle {
  width: 20px;
  animation: CircleAnima 0.6s linear infinite;
}
@keyframes CircleAnima {
  from {
    /* 初始状态 */
    transform: rotate(0deg);
    opacity: 0;
  }
  to {
    /* 结束状态 */
    transform: rotate(360deg);
    opacity: 1;
  }
}
.no_data {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #aaa;
}
.baogao_cont,
.deepseek_cont {
  color: #101010;
  font-size: 16px;
}
.baogao_cont strong,
.deepseek_cont strong {
  font-size: 16px;
  font-weight: 700;
}
.baogao_cont h1,
.deepseek_cont h1 {
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
}
.baogao_cont h2,
.deepseek_cont h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
}
.baogao_cont h3,
.deepseek_cont h3 {
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
}
.baogao_cont h4,
.deepseek_cont h4 {
  font-size: 16px;
  font-weight: 700;
}
.select_box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 12;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
  min-width: 240px;
  max-height: 163px;
  overflow-y: auto;
  /* 垂直滚动条 */
  overflow-x: hidden;
  /* 垂直滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #d9d9d9 transparent;
  /* 滑块颜色 轨道颜色 */
  overflow: auto;
}
.select_box::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
}
.select_box::webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 10px;
}
.select_box::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* 滑块边框 */
}
.select_box::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
.select_box .select_item {
  cursor: pointer;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 14px;
  color: #6A625A;
}
.select_box .select_item:hover {
  background: #F5F5F5;
}
.select_box .select_item .country_img {
  width: 25px;
  margin-right: 10px;
}
.common_search_box {
  position: sticky;
  top: 0;
  width: 200px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin-bottom: 5px;
}
.common_search_box input {
  padding-left: 10px;
  width: 100%;
  height: 100%;
  border: none;
}
.text_input {
  min-width: 500px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  min-height: 180px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #F5F5F5;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
.text_input.client {
  min-width: 800px;
}
.text_input .text_title {
  display: flex;
  align-items: center;
}
.text_input .text_title span {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  margin-right: 7px;
}
.text_input .text_title img {
  transform: rotate(180deg);
}
.text_input .text_title .tone {
  margin-left: 60px;
}
.text_input .text_title .country1 {
  display: flex;
  align-items: center;
}
.text_input .text_title .transition {
  margin: 0 15px;
}
.text_input .textarea_box {
  position: relative;
  flex: 1;
}
.text_input .textarea_box textarea {
  min-height: 100px;
  box-sizing: border-box;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 20px;
  color: #6A625A;
  border: none;
}
.text_input .textarea_box .textarea_cont {
  font-size: 20px;
  color: #6A625A;
  visibility: hidden;
  word-break: break-word;
  white-space: pre-wrap;
}
.text_input .text_tool {
  display: flex;
  justify-content: flex-end;
}
.text_input .text_tool.tran {
  justify-content: space-between;
}
.text_input .text_tool img {
  cursor: pointer;
}
.text_input .text_tool .upload {
  cursor: pointer;
  position: relative;
}
.text_input .text_tool .upload .file {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.common_text_title {
  display: flex;
  align-items: center;
}
.common_text_title span {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  margin-right: 7px;
}
.common_text_title img {
  transform: rotate(180deg);
}
.common_text_title .tone {
  margin-left: 60px;
}
.common_text_title .country1 {
  display: flex;
  align-items: center;
}
.common_text_title .transition {
  margin: 0 15px;
}
.dialogue_list .dialogue_item {
  color: #6A625A;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}
.dialogue_list .dialogue_item:nth-child(n+2) {
  margin-top: 30px;
}
.dialogue_list .dialogue_item.user {
  justify-content: flex-end;
}
.dialogue_list .dialogue_item.user .deepseek_cont {
  padding: 11px 17px;
  background: #FCFCFC;
  border-radius: 12px 12px 12px 12px;
}
.dialogue_list .dialogue_item.deepseek {
  flex-direction: column;
  justify-content: flex-start;
  line-height: 30px;
}
.dialogue_list .dialogue_item .dialogue_btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.dialogue_list .dialogue_item .dialogue_btns .dialogue_btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 4px;
  cursor: pointer;
  border-radius: 4px;
}
.dialogue_list .dialogue_item .dialogue_btns .dialogue_btn.copy {
  background-color: #FCFCFC;
  margin-right: 21px;
}
.dialogue_list .dialogue_item .dialogue_btns .dialogue_btn span {
  font-size: 13px;
}
.dialogue_ht_list .dialogue_item {
  color: #6A625A;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}
.dialogue_ht_list .dialogue_item:nth-child(n+2) {
  margin-top: 30px;
}
.dialogue_ht_list .dialogue_item.user {
  justify-content: flex-end;
}
.dialogue_ht_list .dialogue_item.user .deepseek_cont {
  padding: 11px 17px;
  background: #FCFCFC;
  border-radius: 12px 12px 12px 12px;
}
.dialogue_ht_list .dialogue_item.deepseek {
  flex-direction: column;
  justify-content: flex-start;
  line-height: 30px;
}
.dialogue_ht_list .dialogue_item.deepseek .deepseek_cont {
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #F0F0F0;
}
.dialogue_ht_list .dialogue_item .dialogue_btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.dialogue_ht_list .dialogue_item .dialogue_btns .dialogue_btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 4px;
  cursor: pointer;
  border-radius: 4px;
}
.dialogue_ht_list .dialogue_item .dialogue_btns .dialogue_btn.copy {
  background-color: #FCFCFC;
  margin-right: 21px;
}
.dialogue_ht_list .dialogue_item .dialogue_btns .dialogue_btn span {
  font-size: 13px;
}
.common_history {
  width: 60%;
  margin: 34px auto 0;
}
.common_history .history_list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
}
.common_history .history_list .history_item {
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
  cursor: pointer;
  margin-top: 6px;
  width: 50%;
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 18px;
  color: #6A625A;
}
.common_search_history_list {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 9px 9px 9px 9px;
  border: 1px solid #F0F0F0;
}
.search_history_list {
  margin-top: 14px;
  max-height: 200px;
  overflow-y: auto;
  /* 垂直滚动条 */
  overflow-x: hidden;
  /* 垂直滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #d9d9d9 transparent;
  /* 滑块颜色 轨道颜色 */
}
.search_history_list::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
}
.search_history_list::webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 10px;
}
.search_history_list::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* 滑块边框 */
}
.search_history_list::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
.search_history_list .search_history_item {
  padding-left: 18px;
  cursor: pointer;
  margin-top: 6px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
}
.search_history_list .search_history_item:hover {
  background-color: #F7F7F7;
}
.common_history_title_box {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #6A625A;
}
.common_history_title_box .history_title {
  font-size: 20px;
  line-height: 26px;
}
.common_history_title_box .img_box {
  line-height: 21px;
  font-size: 16px;
}
.common_history_title_box .img_box img {
  width: 25px;
  margin-right: 3px;
}
.common_search_ipt_box {
  position: sticky;
  top: 0;
  height: 72px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #F5F5F5;
  padding: 0 20px;
  display: flex;
}
.common_search_ipt_box input {
  flex: 1;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #6A625A;
}
.common_search_ipt_box .fasong {
  cursor: pointer;
  width: 35px;
}
#historyPage {
  display: flex;
  justify-content: center;
}
#historyPage .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #FF5700;
}
.common_xinduihua_box {
  margin-top: 20px;
  text-align: center;
}
.common_xinduihua_box img {
  cursor: pointer;
}
.back_btn {
  cursor: pointer;
  position: fixed;
  top: 0px;
  left: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 0 15px 15px 0;
  text-align: center;
}
.back_btn.index_dec {
  top: 50px;
}
body,
html,
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container {
  background-color: #fff;
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  padding: 0 20px 0 20px;
  z-index: 3;
  background-color: #1a1c1f;
}
.head .logo img {
  width: 125px;
}
.head .right_info {
  display: flex;
  align-items: center;
}
.head .right_info .login_reg_btn {
  cursor: pointer;
  text-align: center;
  width: 98px;
  height: 37px;
  line-height: 37px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #d7d7d7;
  font-weight: 400;
  font-size: 13px;
  color: #d7d7d7;
}
.head .right_info .feedback_box {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.head .right_info .feedback_box img {
  width: 16px;
}
.head .right_info .feedback_box span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 13px;
  color: #d7d7d7;
}
.head .right_info .czyd_box {
  cursor: pointer;
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 37px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #595959;
}
.head .right_info .czyd_box img {
  width: 16px;
}
.head .right_info .czyd_box span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 13px;
  color: #fff0d3;
}
.head .user {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head .user .user_img {
  width: 32px;
}
.head .user .name {
  margin: 0 4px 0 6px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.head .user .bottom_arrow {
  width: 12px;
}
.content_main {
  padding-top: 78px;
  height: 100%;
  display: flex;
}
.main_cont {
  position: relative;
  z-index: 2;
  flex: 1;
}
.main_cont .my_iframe {
  width: 100%;
  height: 100%;
}
.sidebar {
  position: relative;
  width: 212px;
  height: 100%;
  background-color: #111214;
  overflow: hidden;
  padding: 16px;
  padding-bottom: 60px;
  transition: width 0.3s;
  padding-top: 16px;
}
.sidebar.active {
  width: 60px;
}
.sidebar.active .sidebar_list .sidebar_item .sidebar_item_item_title .activate_img,
.sidebar.active .sidebar_list .sidebar_item .sidebar_item_item_title .inactive_img {
  left: 10px;
}
.sidebar .slider_icon {
  position: absolute;
  bottom: 10px;
  left: 20px;
  transition: transform 300ms;
}
.sidebar .slider_icon.active {
  transform: translateX(-50%) rotate(180deg);
}
.sidebar .slider_icon.active span {
  display: none;
}
.sidebar_list {
  font-size: 16px;
  color: #ccc;
  height: 100%;
  width: 100%;
  transition: font-size 100ms;
  overflow-y: auto;
  /* 垂直滚动条 */
  overflow-x: hidden;
  /* 垂直滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #d9d9d9 transparent;
  /* 滑块颜色 轨道颜色 */
}
.sidebar_list::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
}
.sidebar_list::webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 10px;
}
.sidebar_list::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* 滑块边框 */
}
.sidebar_list::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
.sidebar_list .sidebar_item {
  height: 60px;
  border-radius: 8px 8px 8px 8px;
}
.sidebar_list .sidebar_item.active .sidebar_item_item_title {
  color: #f33251;
  background: #272424;
}
.sidebar_list .sidebar_item.active .sidebar_item_item_title .activate_img {
  display: block;
}
.sidebar_list .sidebar_item.active .sidebar_item_item_title .inactive_img {
  display: none;
}
.sidebar_list .sidebar_item.unfold .sidebar_item_item_title .activate_arrow {
  display: block;
}
.sidebar_list .sidebar_item.unfold .sidebar_item_item_title .inactive_arrow {
  display: none;
}
.sidebar_list .sidebar_item .sidebar_item_item_title {
  cursor: pointer;
  position: relative;
  height: 56px;
  line-height: 56px;
  padding-left: 52px;
}
.sidebar_list .sidebar_item .sidebar_item_item_title .activate_img {
  display: none;
}
.sidebar_list .sidebar_item .sidebar_item_item_title .inactive_img {
  display: block;
}
.sidebar_list .sidebar_item .sidebar_item_item_title .activate_img,
.sidebar_list .sidebar_item .sidebar_item_item_title .inactive_img {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 28px;
  transition: left 0.3s;
}
.sidebar_list .sidebar_item .sidebar_item_item_title .activate_arrow,
.sidebar_list .sidebar_item .sidebar_item_item_title .inactive_arrow {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(0deg);
  width: 12px;
}
.sidebar_list .sidebar_item .sidebar_item_item_title .activate_arrow {
  display: none;
}
.sidebar_list .sidebar_item .sidebar_item_item_title .inactive_arrow {
  display: block;
  transform: translateY(-50%) rotate(0deg);
}
.sidebar_list .sidebar_item .sidebar_item_item_title:hover {
  background: #272424;
  color: #f33251;
}
.sidebar_list .sidebar_item .sidebar_item_item_title:hover .activate_img {
  display: block;
}
.sidebar_list .sidebar_item .sidebar_item_item_title:hover .inactive_img {
  display: none;
}
.sidebar_list .sidebar_item .sidebar_item_item_title2 {
  cursor: pointer;
  position: relative;
  padding-left: 72px;
  height: 48px;
  line-height: 48px;
}
.sidebar_list .sidebar_item .sidebar_item_item_title2.unfold2 .activate_arrow {
  display: block;
}
.sidebar_list .sidebar_item .sidebar_item_item_title2.unfold2 .inactive_arrow {
  display: none;
}
.sidebar_list .sidebar_item .sidebar_item_item_title2 .activate_arrow {
  display: none;
}
.sidebar_list .sidebar_item .sidebar_item_item_title2 .inactive_arrow {
  display: block;
}
.sidebar_list .sidebar_item .sidebar_item_item_title2 .activate_arrow,
.sidebar_list .sidebar_item .sidebar_item_item_title2 .inactive_arrow {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(0deg);
  width: 12px;
}
.sidebar_list .sidebar_item .sidebar_item_item_title2:hover {
  background: #fff5f0;
}
.sidebar_list .sidebar_item .sidebar_item_type {
  transition: height 0.5s ease;
  overflow: hidden;
}
.sidebar_list .sidebar_item .sidebar_item_type.sidebar_item_type2 .type_item {
  padding-left: 100px;
}
.sidebar_list .sidebar_item .sidebar_item_type .type_item {
  position: relative;
  cursor: pointer;
  padding-left: 72px;
  height: 48px;
  line-height: 48px;
}
.sidebar_list .sidebar_item .sidebar_item_type .type_item:hover {
  background: #272424;
  color: #11b4f5;
}
.sidebar_list .sidebar_item .sidebar_item_type .type_item.active {
  background: #f8fdff;
  color: #11b4f5;
}
.sidebar_list .sidebar_item .sidebar_item_type .type_item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: #11b4f5;
  border-radius: 0px 6px 6px 0px;
}
.user_info {
  position: absolute;
  top: calc(100% + 21px);
  right: 0px;
  width: 208px;
  height: 212px;
  background: #2d2f33;
  border-radius: 12px 12px 12px 12px;
  padding: 8px 12px;
}
.user_info .user_info_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  border-bottom: 1px solid #4f5159;
}
.user_info .user_info_head .yd_title {
  display: flex;
  align-items: center;
}
.user_info .user_info_head .yd_title img {
  width: 14px;
}
.user_info .user_info_head .yd_title span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #d7d7d7;
}
.user_info .user_info_head .yd_count {
  font-weight: bold;
  font-size: 13px;
  color: #d7d7d7;
}
.user_info .user_info_head .refresh {
  cursor: pointer;
  width: 16px;
}
.user_info .user_info_list .user_info_item {
  cursor: pointer;
  margin-top: 4px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  font-size: 14px;
  color: #f4f6f7;
  border-radius: 8px 8px 8px 8px;
}
.user_info .user_info_list .user_info_item:hover {
  background: #111214;
  color: #d7d7d7;
}
.ai_box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.ai_box .ai_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #dedede;
  padding: 30px 30px 15px;
}
.ai_box .ai_cont .ai_close {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
  font-size: 16px;
}
.ai_box .ai_cont .ai_title {
  font-weight: bold;
  font-size: 28px;
  color: #101010;
}
.ai_box .ai_cont .ai_video {
  position: relative;
  height: 292px;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
}
.ai_box .ai_cont .ai_video img {
  width: 100%;
}
.ai_box .ai_cont .ai_video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  cursor: pointer;
}
.ai_box .ai_cont .ai_ipt {
  margin-top: 20px;
  height: 64px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #dedede;
  overflow: hidden;
}
.ai_box .ai_cont .ai_ipt input {
  width: 100%;
  height: 100%;
  padding-left: 21px;
  border: none;
  font-size: 16px;
}
.ai_box .ai_cont .ai_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.ai_box .ai_cont .ai_list .ai_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 50%;
  height: 48px;
  line-height: 48px;
}
.ai_box .ai_cont .ai_list .ai_item span {
  margin-left: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6a625a;
}
.ai_creation_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9999999;
}
.ai_creation_box .ai_creation {
  position: absolute;
  right: 0;
  top: 0;
  width: 1166px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  height: 100%;
  padding-top: 72px;
}
.ai_creation_box .ai_creation .ai_creation_close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.ai_creation_box .ai_creation .ai_creation_close img {
  width: 16px;
}
.ai_creation_box .ai_creation .ai_creation_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #11b4f5;
}
.ai_creation_box .ai_creation .ai_creation_content {
  width: 994px;
  margin: 28px auto 0;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill {
  width: 100%;
  height: 172px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d5d5d5;
  padding: 16px;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .text_box {
  width: 100%;
  display: flex;
  min-height: 100px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  /* 辅助元素：隐藏但保留布局特性，用于计算宽度 */
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .text_box .info_before {
  line-height: 32px;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .text_box .auto-input {
  /* 移除默认样式，避免干扰宽度计算 */
  padding: 4px 6px;
  font-family: Arial, sans-serif;
  /* 禁止手动拉伸 */
  resize: none;
  /* 初始宽度可设为最小宽度 */
  min-width: 56px;
  color: #333;
  height: 32px;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  border: none;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .text_box .auto-input::placeholder {
  text-align: center;
  color: #999;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .text_box .auto-input.active {
  background: #f0fbff;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .text_box .auto-input.active::placeholder {
  text-align: center;
  color: #93c6da;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .text_box .hidden-measure {
  visibility: hidden;
  /* 隐藏但占位 */
  position: absolute;
  /* 脱离文档流，不影响布局 */
  white-space: nowrap;
  /* 禁止换行，确保宽度准确 */
  /* 必须与输入框样式一致！否则计算偏差 */
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding: 4px 6px;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns {
  display: flex;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns .ai_fill_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 32px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #dddfdf;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns .ai_fill_btn:first-child {
  margin-right: 12px;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns .ai_fill_btn img {
  margin-left: 5px;
  width: 10px;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns .ai_fill_btn .ai_fill_tone_list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 142px;
  height: 152px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px 8px 8px 8px;
  padding: 4px 0;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns .ai_fill_btn .ai_fill_tone_list .ai_fill_tone_item {
  text-align: center;
  width: 142px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns .ai_fill_btn .ai_fill_tone_list .ai_fill_tone_item:hover {
  background: #f6f7f8;
  color: #11b4f5;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_creation_fill .ai_fill_btns .ai_fill_btn .ai_fill_tone_list .ai_fill_tone_item.active {
  background: #f6f7f8;
  color: #11b4f5;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box {
  margin-top: 20px;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_list {
  margin-top: -4px;
  margin-left: -12px;
  display: flex;
  flex-wrap: wrap;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_list .template_item {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-left: 12px;
  width: 238px;
  height: 74px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ebebeb;
  padding: 16px;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_list .template_item.active {
  background: #fafafa;
  border: 1px solid #ebebeb;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_list .template_item .template_item_img img {
  width: 32px;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_list .template_item .template_item_text {
  margin-left: 8px;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_list .template_item .template_item_text .template_item_title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.ai_creation_box .ai_creation .ai_creation_content .template_box .template_list .template_item .template_item_text .template_item_dec {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_length {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_length .ai_length_title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_length .ai_length_list {
  display: flex;
  align-items: center;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_length .ai_length_list .ai_length_item {
  cursor: pointer;
  margin-left: 12px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_length .ai_length_list .ai_length_item.active {
  background: #edfaff;
  border: 1px solid #11b4f5;
  color: #11b4f5;
}
.ai_creation_box .ai_creation .ai_creation_content .ai_crtate_btn {
  cursor: pointer;
  margin: 168px auto 0;
  text-align: center;
  width: 394px;
  height: 46px;
  line-height: 46px;
  background: #11b4f5;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.ai_creation_box .ai_creation .ai_creation_main {
  width: 970px;
  margin: 30px auto 0;
}
.ai_creation_box .ai_creation .ai_creation_main .ai_creation_text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.ai_creation_box .ai_creation .ai_creation_main .ai_creation_main_btns {
  margin-top: 62px;
  display: flex;
  justify-content: flex-end;
}
.ai_creation_box .ai_creation .ai_creation_main .ai_creation_main_btns .ai_creation_main_btn {
  cursor: pointer;
  width: 304px;
  height: 46px;
  line-height: 46px;
  background: #11b4f5;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.ai_creation_box .ai_creation .ai_creation_main .ai_creation_main_btns .ai_creation_main_btn.caogao {
  margin-right: 20px;
  width: 192px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d1d3;
  background: transparent;
  color: #333;
}
.recharge_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 555;
}
.recharge_box .recharge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #747474;
  overflow: hidden;
}
.recharge_box .recharge .recharge_title {
  height: 56px;
  line-height: 56px;
  background: #222427;
  padding-left: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #f4f6f7;
}
.recharge_box .recharge .recharge_close {
  position: absolute;
  top: 20px;
  right: 24px;
}
.recharge_box .recharge .recharge_close img {
  cursor: pointer;
  width: 16px;
}
.recharge_box .recharge .recharge_main {
  padding: 24px;
}
.recharge_box .recharge .recharge_main .recharge_main_title {
  font-weight: 400;
  font-size: 18px;
  color: #9fa4aa;
}
.recharge_box .recharge .recharge_main .recharge_list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.recharge_box .recharge .recharge_main .recharge_list .recharge_item {
  width: 226px;
  height: 180px;
  background: #f8fafb;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recharge_box .recharge .recharge_main .recharge_list .recharge_item:nth-child(n + 2) {
  margin-left: 24px;
}
.recharge_box .recharge .recharge_main .recharge_list .recharge_item.active {
  background: #fef5f6;
  border: 3px solid #f33251;
}
.recharge_box .recharge .recharge_main .recharge_list .recharge_item .recharge_item_title {
  display: flex;
  align-items: center;
}
.recharge_box .recharge .recharge_main .recharge_list .recharge_item .recharge_item_title img {
  width: 24px;
}
.recharge_box .recharge .recharge_main .recharge_list .recharge_item .recharge_item_title span {
  margin-left: 6px;
  font-weight: 900;
  font-size: 32px;
  color: #2a1f21;
}
.recharge_box .recharge .recharge_main .recharge_list .recharge_item .recharge_item_cont {
  margin-top: 16px;
  font-weight: 400;
  font-size: 15px;
  color: #838383;
}
.recharge_box .recharge .recharge_main .recharge_ewm {
  padding-left: 20px;
  margin-top: 40px;
  height: 202px;
  background: #fafafa;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
}
.recharge_box .recharge .recharge_main .recharge_ewm .ewm {
  border: 1px solid #e9e9e9;
  width: 175px;
  padding: 8px;
}
.recharge_box .recharge .recharge_main .recharge_ewm .ewm img {
  width: 100%;
}
.recharge_box .recharge .recharge_main .recharge_ewm .ewm iframe {
  width: 100%;
  overflow: hidden;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info {
  margin-left: 28px;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .price_box span {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .price_box .unit {
  color: #e92418;
  font-size: 13px;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .price_box .price {
  font-weight: 700;
  font-size: 40px;
  color: #e92418;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .payment {
  margin-top: 16px;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .payment img {
  margin-right: 4px;
  width: 20px;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .payment span {
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .pay_timer {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.recharge_box .recharge .recharge_main .recharge_ewm .recharge_info .pay_timer em {
  color: #ec453b;
}
.recharge_box .recharge .recharge_main .recharge_btn {
  margin-top: 20px;
  margin-left: auto;
  cursor: pointer;
  width: 285px;
  height: 56px;
  background: #f33251;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.recharge_box .recharge .feedback_main {
  padding: 16px;
}
.recharge_box .recharge .feedback_main .feedback_main_title {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.recharge_box .recharge .feedback_main .feedback_main_cont {
  margin-top: 12px;
}
.recharge_box .recharge .feedback_main .feedback_main_cont textarea {
  box-sizing: border-box;
  width: 398px;
  height: 251px;
  background: #f1f2f4;
  border-radius: 8px 8px 8px 8px;
  resize: none;
  font-weight: 400;
  font-size: 13px;
  border: none;
  padding: 16px;
}
.recharge_box .recharge .feedback_main .feedback_main_cont textarea::placeholder {
  color: #999999;
}
.recharge_box .recharge .feedback_main .feedback_main_btns {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recharge_box .recharge .feedback_main .feedback_main_btns .feedback_main_btn {
  cursor: pointer;
  text-align: center;
  width: 60px;
  height: 32px;
  line-height: 32px;
  background: #f33251;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.recharge_box .recharge .feedback_main .feedback_main_btns .feedback_main_btn.cancel {
  margin-right: 16px;
  color: #606266;
  background: #ffffff;
  border: 1px solid #e4e7ed;
}
.login_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 556;
}
.login_box .login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.login_box .login .login_left_info .login_max_left_info img {
  width: 569px;
}
.login_box .login .login_right_info {
  position: relative;
  width: 569px;
  height: 726px;
  background: #ffffff;
  border-radius: 12px 0px 0px 12px;
  padding: 68px 104px 137px 105px;
}
.login_box .login .login_right_info .login_right_close {
  position: absolute;
  top: 26px;
  right: 26px;
}
.login_box .login .login_right_info .login_right_close img {
  cursor: pointer;
  width: 18px;
}
.login_box .login .login_right_info .login_right_title {
  font-weight: 400;
  font-size: 28px;
  color: #2d2b33;
}
.login_box .login .login_right_info .login_right_taps {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.login_box .login .login_right_info .login_right_taps .login_right_tap {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-right: 36px;
}
.login_box .login .login_right_info .login_right_taps .login_right_tap.active {
  position: relative;
  color: #f33251;
  font-weight: 700;
}
.login_box .login .login_right_info .login_right_taps .login_right_tap.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 3px;
  background: #f33251;
  border-radius: 20px;
}
.login_box .login .login_right_info .line_box {
  margin-top: 10px;
  padding-left: 7px;
}
.login_box .login .login_right_info .line_box .line {
  height: 0.5px;
  width: 100%;
  background-color: #8c8c8c;
  border-radius: 1px;
}
.login_box .login .login_right_info .login_list .login_item .login_form {
  margin-top: 28px;
}
.login_box .login .login_right_info .login_list .login_item .login_form .login_form_ipt {
  margin-top: 24px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 48px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #d4d5d6;
}
.login_box .login .login_right_info .login_list .login_item .login_form .login_form_ipt .eye {
  cursor: pointer;
}
.login_box .login .login_right_info .login_list .login_item .login_form .login_form_ipt img {
  width: 18px;
}
.login_box .login .login_right_info .login_list .login_item .login_form .login_form_ipt input {
  height: 100%;
  min-width: 0;
  flex: 1;
  margin-left: 8px;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  border: none;
}
.login_box .login .login_right_info .login_list .login_item .login_form .login_form_ipt input::placeholder {
  color: #999999;
}
.login_box .login .login_right_info .login_list .login_item .login_form .login_form_ipt .code {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #f33251;
}
.login_box .login .login_right_info .forget_password_box {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login_box .login .login_right_info .forget_password_box .remember_password {
  display: flex;
  align-items: center;
}
.login_box .login .login_right_info .forget_password_box .remember_password img {
  width: 17px;
}
.login_box .login .login_right_info .forget_password_box .remember_password span {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-left: 12px;
}
.login_box .login .login_right_info .forget_password_box .remember_password .check1 {
  display: inline-block;
}
.login_box .login .login_right_info .forget_password_box .remember_password .check2 {
  display: none;
}
.login_box .login .login_right_info .forget_password_box .remember_password.active .check1 {
  display: none;
}
.login_box .login .login_right_info .forget_password_box .remember_password.active .check2 {
  display: inline-block;
}
.login_box .login .login_right_info .forget_password_box .forget_password {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.login_box .login .login_right_info .login_btn {
  cursor: pointer;
  margin-top: 46px;
  width: 360px;
  height: 48px;
  line-height: 48px;
  background: #f33251;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.login_box .login .login_right_info .register {
  cursor: pointer;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #f33251;
  text-align: center;
}
.login_box .login .login_right_info .register em {
  color: #999;
}
#captcha-box,
#captcha-box2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
