.work-space .left_menu {
  width: 294px;
  padding: 20px;
  box-sizing: border-box;
}

.bar_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.bar_title .lft {
  display: flex;
  align-items: center;
}

.bar_title .rft {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  background: #f1f2f9;
  border-radius: 14px;
  text-align: center;
  font-size: 13px;
  color: #814700;
  font-weight: 600;
}

.bar_title .circle {
  background-color: var(--primary-color);
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
}

.bar_title h1 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 10px !important;
  color: #333;
  margin: 0;
}

.bar_title .rft span {
  font-size: 14px;
}

.create-btn {
  width: 100%;
  text-align: left;
  margin: 10px 0;
  height: 48px;
  border-radius: 8px;
  padding-left: 20px;
  color: var(--primary-color) !important;
  background-color: #eaf2ff;
  font-weight: bold;
  cursor: pointer;
}

.cade {
  max-height: 55vh;
  overflow: auto;
  padding: 10px 5px !important;
}

.cade li {
  height: 48px;
  padding-left: 20px !important;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cade li.active {
  font-weight: bold;
  box-shadow: 0px 1px 4px 1px rgba(137, 147, 164, 0.2);
  border-radius: 8px;
}

.cade li:hover {
  color: var(--primary-color);
  opacity: 0.8;
}

.layui-layer-input {
  border-radius: 0 !important;
}

.laycol-right {
  width: calc(100% - 294px);
  padding: 24px;
  box-sizing: border-box;
  background-color: #fafbfc;
  border-radius: 10px;
  flex: 1;
}

.top {
  display: flex;
  gap: 10px;
}

.work-space {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  min-height: 59vh;
}

.local-export {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  cursor: pointer;
  width: 160px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #196fe4 0%, #0052cc 100%);
  border-radius: 8px;
}

.audio-export {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  cursor: pointer;
  width: 160px;
  color: #fff;
  text-align: center;
  background: linear-gradient(150deg, #24f7c9, #2a80ff);
  border-radius: 8px;
}

.local-export {
  margin: 0 10px;
}

.link-export {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 160px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  color: #0052cc;

  border: 1px solid #0052cc;
}

.title-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

h2 {
  margin-bottom: 0 !important;
  font-size: 18px !important;
}

.row {
  display: flex;
  align-items: center;
}

.btn {
  background-color: var(--e-global-color-primary);
  border-radius: 6px;
}

.red-btn {
  background-color: linear-gradient(
    180deg,
    #196fe4 0%,
    #0052cc 100%
  ) !important;
}

#refresh_btn {
  background-color: #118541;
  background: linear-gradient(275deg, #2cbf9f, #118541);
  box-shadow: 1px 2px 2px 0px #999;
}
#refresh_btn:active {
  box-shadow: none;
}

.menu_tools {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #ededed;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
}

.p-5 {
  padding: 2px 12px 2px;
  box-shadow: 0px 2px 12px 0px #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: auto;
}

.form-wrap {
  padding: 0 16px;
  display: none;
}

.video-warp {
  width: 100%;
  height: 216px;
  background-color: #eee;
  margin-top: 0px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tips {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
}

.title2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  margin-top: 8px;
}

.title3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  margin-top: 16px;
}

.title4 {
  margin: auto;
  width: fit-content;
  text-align: center;
  background-color: rgb(222, 222, 222);
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 48px;
  border-radius: 4px;
  margin-top: 16px;
  color: rgb(43, 43, 43);
  font-weight: 600;
}

.file-info {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.file-info ul li {
  font-size: 14px;
}

.langue {
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-weight: bold;
  gap: 6px;
}

.langue svg {
  color: var(--primary-color);
}

.btn-full {
  width: 100%;
  margin-top: 16px;
  margin-left: 0px !important;
}

.ceo {
  padding-top: 40px;
}

.tab_title {
  font-weight: bold;
  font-size: 22px;
}

.tab_title,
.tab_desc {
  margin-bottom: 5px;
  text-align: center;
}

.logo-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 16px 0;
}

.logo-list img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #eee;
  padding: 2px;
}

.tab_desc {
  font-size: 14px;
  line-height: 1.3;
}

.tab_form {
  margin-top: 10px;
}

.tab_form {
  margin-top: 10px;
}

.check-right {
  width: 20px;
  height: 20px;
  background-color: #1ec04e;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  margin: auto;
}

.check-right::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 6px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.check-right::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-50deg);
}

.blue {
  color: var(--primary-color) !important;
}

.xs {
  font-size: 14px;
  cursor: pointer;
  color: #222;
  margin-left: 6px;
}

.file_name {
  cursor: pointer;
  overflow: hidden;
  display: block;
  height: 20px;
  position: relative;
}

.box {
  padding: 16px 0;
}

#pagebox {
  display: flex;
  justify-content: flex-end;
  margin-top: -6px;
}

.info_details {
  display: flex;
  gap: 10px;
  position: relative;
}

.look_info {
  flex: 1;
}

.btn_group_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.back_icon {
  box-shadow: 0 0 3px 0px #000;
  cursor: pointer;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #42526e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back_icon i {
  font-size: 18px;
  color: #fff;
}

.btn_group_top .btn-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.btn_group_top .down_btn {
  cursor: pointer;
  padding: 6px 10px;
  margin: 0 5px;
  width: auto;
  /* background: #ddd; */
}
.btn_group_top .down_btn:hover {
  background: #f0f0f0;
}

.down_btn {
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.header_info {
  display: flex;
  justify-content: space-between;
}

.h1 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  height: 25px;
  overflow: hidden;
}

.create_time {
  display: flex;
  justify-content: space-between;
  margin-top: 12px !important;
  margin-bottom: 16px;
}

.create_time li {
  color: #8993a4;
  display: flex;
  gap: 15px;
  font-size: 14px;
  align-items: center;
}

.create_time li b {
  color: #8993a4;
  font-weight: normal;
}

b {
  font-weight: normal;
  font-size: 15px;
  color: #333;
}

.time a {
  color: #484848;
  display: flex;
  align-items: center;
  gap: 2px;
}

a {
  cursor: pointer;
}

.yuan_wen {
  margin-top: 20px;
  line-height: 1.6;
}

.content_text {
  background-color: rgb(238, 238, 238, 0.1);
  border-radius: 4px;
  line-height: 1.6;
  color: #42526e;
}
.layui-tab-item {
  color: #42526e;
}
.card h6 {
  margin-top: 10px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.player_audio {
  background: transparent;
}

.play-warp {
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
}

audio {
  width: 100%;
}

.hyzj_text {
  padding: 20px;
}

.hyzj_text h1,
.hyzj_text h2,
.hyzj_text h3,
.hyzj_text h4 {
  font-size: 28px;
}

.layui-table {
  font-weight: bold;
}

.layui-table th {
  font-weight: bold;
}

span.layui-unselect.layui-tab-bar {
  display: none !important;
}

.md_file {
  background: #fff;
  padding-left: 20px;
  padding-right: 16px;
  position: relative;
}
.jd-loading {
  position: absolute;
  width: 100%;
  height: calc(100% - 37px);
  inset: 0;
  left: 0;
  top: 37px;
  z-index: 55;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.jd-loading b {
  font-weight: normal;
  margin-right: 10px;
}
.jd-loading i {
  font-size: 27px;
}
.fa_yan_ren {
  /* display: flex;
  align-items: center;
  gap: 10px; */
}
.loading-icon {
  font-size: 30px;
}

.luyin-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 20px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  flex-direction: column;
  gap: 20px;
}

.flex .tips span {
  margin-top: 20px;
}

.luyin-wrap img {
  width: 80%;
}
.full-btn {
  margin-top: 20px;
  width: 80%;
  border-radius: 8px;
}
.itrow {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
}
.itrow span {
  background-color: #f00;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}

.gif_img {
  max-width: 45px;
}
.checkbox {
  width: 80%;
  margin-top: 20px;
}
.zhuan_lu {
  width: 80%;
}
.kszl_btn {
  width: 100%;
  background-color: var(--e-global-color-primary);
  border-radius: 4px;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
}
.info_audio {
  margin-top: 10px;
  width: 80%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.leading {
  line-height: 3;
}

.title-card li {
  background: #eee;
  border-radius: 8px 8px 0 0;
  margin-right: 5px !important;
  font-weight: bold;
}
.CodeMirror-scroll {
  max-height: 60vh;
}

.title-card li.layui-this {
  background: linear-gradient(180deg, #196fe4 0%, #0052cc 100%) !important;
  color: #fff !important;
}

.title-card::after {
  border-style: none !important;
}

.CodeMirror
  .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: transparent !important;
}

.flex-btn {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
}

.flexbtn .line {
  margin: 0 10px;
  background: #bbb;
}
.flexbtn {
  padding: 0 10px;
  display: flex;
}

.file-item {
  position: relative;
  background-color: #eee;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#fileProgress {
  width: 480px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#fileProgress .layui-progress,
#fileProgress .layui-progress-bar {
  height: 2px;
}

.file-item-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.file-item-left {
  display: flex;
}

.file-item-middle {
  display: flex;
  flex-direction: column;
}

.file-name {
  font-size: 18px;
}

.during-size {
  display: flex;
  font-size: 14px;
}

.file-during {
  color: #b7b0b0;
}

.line {
  width: 1px;
  background-color: #b7b0b0;
  margin-left: 4px;
  margin-right: 4px;
}

.file-size {
  color: #b7b0b0;
}

.file-del-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.elementor-grid {
  display: flex !important;
  justify-content: flex-start !important;
}

.elementor-111
  .elementor-element.elementor-element-0cda511
  .elementor-social-icon:hover {
  background-color: #f2f2f2 !important;
}

.elementor-social-icon:hover i {
  color: #1248b5 !important;
}

.fy_btn {
  display: flex;
}

.fy_btn button {
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.fy_btn button.active {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.fy_btn button:first-child {
  margin-right: 20px;
}
