/*! 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;
}
html,
body,
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container {
  min-width: 1000px;
  overflow-y: auto;
  /* 垂直滚动条 */
  overflow-x: hidden;
  /* 垂直滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #d9d9d9 transparent;
  /* 滑块颜色 轨道颜色 */
}
.container::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
}
.container::webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 10px;
}
.container::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* 滑块边框 */
}
.container::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
.container {
  display: flex;
}
.common_title {
  font-weight: bold;
  font-size: 18px;
  color: #f4f6f7;
}
.common_title .common_title_text {
  font-size: 14px;
}
.common_number_scenes_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_number_scenes_box .number_delete {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.common_number_scenes_box .number_delete img {
  width: 20px;
}
.common_number_scenes_box .number_delete span {
  font-weight: 400;
  font-size: 14px;
  color: #bbb1b2;
  margin-left: 4px;
}
.common_number_scenes {
  width: 123px;
  height: 45px;
  line-height: 43px;
  background: rgba(109, 20, 34, 0.32);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #760d1e;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #f33251;
}
.video_title_btn {
  margin-top: 24px;
  width: 100%;
  height: 50px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #f33251;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_title_btn img {
  width: 20px;
}
.video_title_btn span {
  margin-left: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #f33251;
}
.left_info {
  flex-shrink: 0;
  width: 319px;
  background: #18191a;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.left_info .video_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left_info .video_title {
  font-weight: 400;
  font-size: 20px;
  color: #f9fbfc;
}
.left_info .video_title_dec {
  margin-top: 12px;
  font-weight: 300;
  font-size: 13px;
  color: #d7d7d7;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.left_info .video_content {
  flex: 1;
  margin-top: 24px;
  min-height: 0;
}
.left_info .video_content .video_content_title {
  font-weight: 400;
  font-size: 13px;
  color: #f9fbfc;
}
.left_info .video_content .video_list {
  height: 100%;
  overflow-y: auto;
  /* 垂直滚动条 */
  overflow-x: hidden;
  /* 垂直滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #d9d9d9 transparent;
  /* 滑块颜色 轨道颜色 */
}
.left_info .video_content .video_list::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
}
.left_info .video_content .video_list::webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 10px;
}
.left_info .video_content .video_list::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* 滑块边框 */
}
.left_info .video_content .video_list::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
.left_info .video_content .video_list .video_item {
  margin-top: 12px;
  width: 287px;
  height: 64px;
  border-radius: 8px 8px 8px 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left_info .video_content .video_list .video_item.active {
  background: #141212;
}
.left_info .video_content .video_list .video_item.active .video_item_title {
  color: #dbdbdb;
}
.left_info .video_content .video_list .video_item.active .video_item_del {
  background-image: url(../img/del2.svg);
}
.left_info .video_content .video_list .video_item .video_item_info {
  display: flex;
  align-items: center;
}
.left_info .video_content .video_list .video_item .video_item_info .video_item_img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
}
.left_info .video_content .video_list .video_item .video_item_info .video_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left_info .video_content .video_list .video_item .video_item_info .video_item_title_box {
  margin-left: 12px;
}
.left_info .video_content .video_list .video_item .video_item_info .video_item_title {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.left_info .video_content .video_list .video_item .video_item_info .video_item_title_timer {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #9fa4aa;
}
.left_info .video_content .video_list .video_item .video_item_del {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(../img/del.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.right_info {
  flex: 1;
  background: #111214;
  height: 100%;
  overflow: auto;
  padding-bottom: 49px;
}
.right_info .main {
  padding-top: 104px;
  width: 1113px;
  margin: 0 auto;
}
.right_info .prod_img_box {
  position: relative;
  width: 100%;
  height: 356px;
  background: #1a1c1f;
  border-radius: 12px 12px 12px 12px;
}
.right_info .prod_img_box .prod_img {
  width: 356px;
  height: 356px;
  margin: 0 auto;
}
.right_info .prod_img_box .prod_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right_info .prod_img_box .replace_img_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.right_info .prod_img_box .replace_img_btn .replace_img_box {
  position: relative;
  width: 112px;
  height: 112px;
}
.right_info .prod_img_box .replace_img_btn .replace_img_box img {
  width: 100%;
}
.right_info .prod_img_box .replace_img_btn .replace_img_box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.right_info .prod_img_box .del_prod_img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.right_info .prod_img_box .del_prod_img img {
  cursor: pointer;
  width: 52px;
}
.right_info .prod_img_box .full_screen {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.right_info .prod_img_box .full_screen img {
  cursor: pointer;
  width: 52px;
}
.right_info .prod_img_box .add_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border: 1px dashed #5a5d65;
  border-radius: 12px;
}
.right_info .prod_img_box .add_img img {
  width: 60px;
}
.right_info .prod_img_box .add_img .upload_img {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #f4f6f7;
}
.right_info .prod_img_box .add_img .confine_text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
  color: #9fa4aa;
}
.right_info .prod_img_box .add_img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.right_info .number_scenes_box {
  margin-top: 32px;
}
.right_info .number_scenes_box .number_scenes_list {
  margin-top: 24px;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item {
  margin-top: 24px;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #9fa4aa;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .recommend_box {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .recommend_box .recommend_title {
  font-weight: 400;
  font-size: 13px;
  color: #d7d7d7;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .recommend_box .recommend_list {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .recommend_box .recommend_list .recommend_item {
  cursor: pointer;
  margin-right: 8px;
  padding: 5px 12px;
  font-weight: 400;
  font-size: 12px;
  color: #9fa4aa;
  background: #242527;
  border-radius: 12px 12px 12px 12px;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .recommend_box .recommend_list .recommend_item.active {
  color: #f33251;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_cont {
  margin-top: 12px;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_cont textarea {
  box-sizing: border-box;
  resize: none;
  width: 100%;
  height: 164px;
  background: #1c1e20;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #6b6b6b;
  padding: 20px;
  color: #f4f6f7;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_cont textarea::placeholder {
  color: #9fa4aa;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_cont .textarea_box {
  height: 164px;
  background: #1c1e20;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #6b6b6b;
  padding: 24px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_cont .textarea_box .text_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 16px;
  color: #9fa4aa;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_cont .textarea_box input {
  padding: 0 12px;
  margin: 0 4px;
  width: 108px;
  height: 32px;
  background: #3b3c3e;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #9c9c9c;
  border: none;
}
.right_info .number_scenes_box .number_scenes_list .number_scenes_item .number_scenes_item_cont .textarea_box .text_close img {
  cursor: pointer;
  width: 16px;
}
.right_info .number_scenes_box .number_scenes_btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.right_info .number_scenes_box .number_scenes_btn img {
  width: 20px;
}
.right_info .number_scenes_box .number_scenes_btn span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #f33251;
}
.right_info .generation_ratio {
  margin-top: 36px;
}
.right_info .generation_ratio .generation_list {
  display: flex;
  margin-top: 20px;
}
.right_info .generation_ratio .generation_list .generation_item {
  width: 114px;
  height: 76px;
  background: #1f2022;
  border-radius: 12px 12px 12px 12px;
  padding: 16px 0 15px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.right_info .generation_ratio .generation_list .generation_item.active {
  background: rgba(109, 20, 34, 0.32);
}
.right_info .generation_ratio .generation_list .generation_item.active .generation_shape {
  border: 1px solid #f33251;
}
.right_info .generation_ratio .generation_list .generation_item.active .generation_num {
  color: #f33251;
}
.right_info .generation_ratio .generation_list .generation_item:nth-child(1) .generation_shape {
  width: 16px;
  height: 9px;
}
.right_info .generation_ratio .generation_list .generation_item:nth-child(2) .generation_shape {
  width: 9px;
  height: 16px;
}
.right_info .generation_ratio .generation_list .generation_item:nth-child(3) .generation_shape {
  width: 20px;
  height: 20px;
}
.right_info .generation_ratio .generation_list .generation_item:nth-child(4) .generation_shape {
  width: 20px;
  height: 26px;
}
.right_info .generation_ratio .generation_list .generation_item:nth-child(5) .generation_shape {
  width: 15.75px;
  height: 28px;
}
.right_info .generation_ratio .generation_list .generation_item .generation_shape {
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #b8b7b7;
}
.right_info .generation_ratio .generation_list .generation_item .generation_num {
  flex-shrink: 0;
  font-size: 13px;
  color: #b8b7b7;
  letter-spacing: 1px;
}
.right_info .generation_duration {
  margin-top: 36px;
}
.right_info .generation_duration .generation_duration_box {
  margin-top: 20px;
}
.right_info .generation_duration .generation_duration_num {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #b8b7b7;
  text-align: center;
  width: 57px;
  height: 45px;
  line-height: 45px;
  background: #1f2022;
  border-radius: 12px 12px 12px 12px;
}
.footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer_price {
  font-weight: 400;
  font-size: 13px;
  color: #d7d7d7;
}
.footer .footer_btn {
  cursor: pointer;
  margin-left: 24px;
  width: 285px;
  height: 56px;
  background: #f33251;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_btn img {
  width: 24px;
}
.footer .footer_btn .sc_btn {
  font-weight: bold;
  font-size: 16px;
  color: #251d1d;
  margin: 0 8px 0 8px;
}
.footer .footer_btn .footer_price {
  margin-left: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #5a2d2d;
}
.main2 {
  padding-top: 50px;
  padding-left: 124px;
}
.main2 .task_title {
  display: flex;
  align-items: center;
}
.main2 .task_title .task_tx {
  width: 52px;
  height: 52px;
  background: #d9d9d9;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.main2 .task_title .task_tx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main2 .task_title .task_text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 20px;
  color: #f4f6f7;
}
.main2 .task_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -38px;
}
.main2 .task_list .task_item {
  margin-left: 38px;
  margin-top: 20px;
  width: 347px;
}
.main2 .task_list .task_item .task_item_box {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 459px;
  background-size: 100%;
  padding-top: 49px;
  /* 轮换动画 */
}
.main2 .task_list .task_item .task_item_box .magic_stick {
  text-align: center;
  width: 100%;
}
.main2 .task_list .task_item .task_item_box .task_item_info {
  margin-top: 48px;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_text {
  font-weight: 400;
  font-size: 16px;
  color: #d7d7d7;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs {
  margin-left: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img {
  width: 12px;
  transition: all 0.6s ease;
  /* 为所有图片设置不同的延迟，实现顺序移动效果 */
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img:nth-child(1) {
  animation-delay: 0s;
  order: 1;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img:nth-child(2) {
  animation-delay: 1s;
  order: 1;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img:nth-child(3) {
  animation-delay: 2s;
  order: 2;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img:nth-child(4) {
  animation-delay: 3s;
  order: 3;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img:nth-child(5) {
  animation-delay: 4s;
  order: 4;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img:nth-child(6) {
  animation-delay: 5s;
  order: 5;
}
.main2 .task_list .task_item .task_item_box .task_item_info .task_status .task_status_imgs img[src*="arrow2"] {
  animation: rotatePosition 6s infinite linear;
}
.main2 .task_list .task_item .task_item_box .task_status_state {
  text-align: center;
  font-size: 16px;
  color: #d7d7d7;
  margin-top: 40px;
}
@keyframes rotatePosition {
  0%,
  16.666% {
    order: 0;
  }
  16.667%,
  33.333% {
    order: 2;
  }
  33.334%,
  50% {
    order: 3;
  }
  50.001%,
  66.666% {
    order: 4;
  }
  66.667%,
  83.333% {
    order: 5;
  }
  83.334%,
  100% {
    order: 6;
  }
}
.main2 .task_list .task_item .task_item_box .task_status2 {
  margin-top: 27px;
}
.main2 .task_list .task_item .task_item_box .task_item_timer {
  margin-top: 75px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #d7d7d7;
}
.main2 .task_list .task_item .task_item_title {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #b0b0b0;
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.main2 .task_list .task_item .task_item_cont {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #757575;
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.main2 .task_dec {
  position: relative;
  margin-top: 60px;
}
.main2 .task_dec .task_dec_img {
  margin-top: 30px;
  position: relative;
  width: 347px;
  height: 459px;
  border-radius: 12px 12px 12px 12px;
}
.main2 .task_dec .task_dec_img .img_error_box {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 12px 12px;
  background: #1c1d27;
  padding-top: 150px;
}
.main2 .task_dec .task_dec_img .img_error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main2 .task_dec .task_dec_img .img_error img {
  width: 111px;
}
.main2 .task_dec .task_dec_img .img_error span {
  margin-top: 16px;
  font-weight: 400;
  font-size: 13px;
  color: #d7d7d7;
}
.main2 .task_dec .task_dec_img .anew_btn {
  cursor: pointer;
  margin: 52px auto 0;
  font-weight: 400;
  font-size: 14px;
  color: #d7d7d7;
  text-align: center;
  width: 120px;
  height: 41px;
  line-height: 39px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d7d7d7;
}
.main2 .task_dec .task_dec_img .my_video {
  border-radius: 12px 12px 12px 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main2 .task_dec .task_dec_img .prod {
  border-radius: 12px 12px 12px 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main2 .task_dec .task_dec_img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  cursor: pointer;
}
.main2 .task_dec .task_dec_img .downliad {
  position: absolute;
  bottom: 20px;
  right: 72px;
  width: 40px;
  cursor: pointer;
}
.main2 .task_dec .task_dec_img .email {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  cursor: pointer;
}
.main2 .task_dec .task_dec_img .logo {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
}
.main2 .task_dec .task_dec_share {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(100% + 66px);
  width: 343px;
  height: 146px;
  background: #2d2f33;
  border-radius: 12px 12px 12px 12px;
  padding: 24px;
}
.main2 .task_dec .task_dec_share .task_dec_title {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.main2 .task_dec .task_dec_share .task_dec_close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 14px;
  cursor: pointer;
}
.main2 .task_dec .task_dec_share .task_dec_close img {
  width: 100%;
}
.main2 .task_dec .task_dec_share .email_box {
  margin-top: 37px;
  width: 298px;
  height: 40px;
  background: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.main2 .task_dec .task_dec_share .email_box input {
  box-sizing: border-box;
  flex: 1;
  padding-left: 16px;
  height: 40px;
  background: #f6f6f6;
  border: none;
  border-radius: 8px 0 0 8px;
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
.main2 .task_dec .task_dec_share .email_box input::placeholder {
  color: #999999;
}
.main2 .task_dec .task_dec_share .email_box span {
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  width: 77px;
  height: 40px;
  line-height: 40px;
  background: #f33251;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.magnify_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.magnify_box .magnify {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.magnify_box .magnify .magnify_close {
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
}
.magnify_box .magnify .magnify_close img {
  width: 40px;
}
.magnify_box .magnify .magnify_imgs {
  width: 578px;
  height: 578px;
}
.magnify_box .magnify .magnify_imgs img {
  width: 100%;
}
.no_data {
  text-align: center;
  margin-top: 10px;
}
.is_remove_background_box {
  margin-top: 36px;
}
.is_remove_background_box .is_remove_background_list {
  display: flex;
  align-items: center;
}
.is_remove_background_box .is_remove_background_list .is_remove_background_item .switch1 {
  display: inline-block;
}
.is_remove_background_box .is_remove_background_list .is_remove_background_item .switch2 {
  display: none;
}
.is_remove_background_box .is_remove_background_list .is_remove_background_item.active .switch1 {
  display: none;
}
.is_remove_background_box .is_remove_background_list .is_remove_background_item.active .switch2 {
  display: inline-block;
}
.is_remove_background_box .is_remove_background_list .is_remove_background_item:first-child {
  margin-right: 128px;
}
.is_remove_background_box .is_remove_background_list .is_remove_background_item span {
  font-weight: 400;
  font-size: 16px;
  color: #f4f6f7;
}
.is_remove_background_box .is_remove_background_list .is_remove_background_item img {
  cursor: pointer;
  margin-left: 16px;
  width: 30px;
}
