.g-tool__wrap {
  /*margin: 30px 0;*/
  width: 100%;
  min-width: 1230px;
  margin: 0 auto 150px;
}
.g-flex {
  display: flex;
}
.__write-box .video-right {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.g-slide {
  width: 240px;
  background: var(--body-bg-new);
  height: calc(100vh - 256px);
  position: fixed;
  left: 0;
  padding: 32px 0 0 0;
  top: 64px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 660;
}
.g-slide::-webkit-scrollbar-track{
  background-color: #f5f5f5;
}
.g-slide::-webkit-scrollbar-thumb{
  /* width: 3px; */
  background-color: rgba(0, 0, 0, 0.50);
}
.g-slide::-webkit-scrollbar{
  width: 3px;
  display: none;
}
.g-slide:hover::-webkit-scrollbar{
  display: block;
}
.g-slide__list {
  /*margin: 15px 0;*/
}
.g-slide__item {
  width: 200px;
  /* height: 40px; */
  line-height: 40px;
  display: flex;
  flex-direction: column;
  position: relative;

}
.g-slide__item-title {
  /* padding: 0 18px 0 0; */
  display: flex;
  align-items: center;

}
.g-slide__item-title .__hot-icon,
.g-slide__item-title .__news-icon {
  margin-left: 6px;
  width: 32px;
  height: 16px;
  background: url(../images/hot.png) no-repeat;
}


.g-slide__item a {
  flex: 1;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 0 0 32px ;
  margin: 0 0 16px 0;
  width: 100%;
  transition: all 0.3s;
  font-size: 14px;
  color: #101010;
}

.g-slide__item a .icon {
  width: 28px;
  height: auto;
  margin: 0 5px 0 0;
}
ol .g-slide__item a:hover,
.g-slide__item a:hover,
ol .g-slide__item.active a,.g-slide__item.active a {
  background: url(../images/slide-title-bg.png) no-repeat left center;
  background-size: cover;
  color: #fff !important;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 0 20px rgba(0, 108, 255, 0.30);
}
.g-slide__item.active a .iconfont,
.g-slide__item2.active a .iconfont,
ol .g-slide__item a:hover .iconfont ,.g-slide__item a:hover .iconfont{
  color: #fff !important;
}
.g-slide__item a .iconfont {
  font-size: 18px;
  color: #626D7D;
  margin-right: 8px;

}
.g-slide__item .__author {
  width: 30px;
  height: 30pxpx;
  margin: 0 8px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.g-slide__item .arrow .icon{
  width: 19px;
  height: 16px;
  margin: 0 0 0 8px;
  fill:#333;
}
.g-slide__item ol{
  margin-left: 20px;
}
.g-tool__wrap .m-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.g-tool__wrap .m-logo img {
  height: 40px;
}
.mxs-footer {
  /* padding-left: 200px;
  padding-right: 200px;*/
  min-width: 1230px; 
}
.mxs-footer .mxs-container {
  /* width: 100%; */
}
.__write-box {
  min-height: calc(100vh - 210px);
  background-color: #fff;
  flex: 1;
  margin-left: 10px;
  min-width: 1100px;
}
.mxs-bg__new{
  background-color: var(--body-bg-new);

}
.g-tool__in {
  margin: 10px 10px 10px 240px;
  /* margin: 10px auto; */
  /* max-width: 1500px; */
  /* max-width: 85%; */
}
.g-tool__in .mxs-btn {
  width: 150px;
  height: 40px;
  
  margin: 0 10px 0px 0;

  
}
.g-tool__in .mxs-btn__group {
  text-align: center;
}
.g-tool__in .mxs-btn__group .mxs-btn,.g-area__handle .mxs-btn{
  width: 150px;
  background: linear-gradient(270deg, #3D7EFF 0%, #4BABF7 100%);
  box-shadow: 0px 12px 24px 0px rgb(0 108 255 / 34%);
  border: none;
  border-radius: 50px;
  height: 50px;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: bold;
}
.g-tool__in .__aiwrite-result__handle .mxs-btn{
  height: 30px;
  width: 100px;
  border-radius: 30px;
}
.g-tool__content {
  padding: 30px;
}
.g-area__wrap{
  justify-content: space-between;
  padding: 0 !important;
}

.__group-diff{
  margin: 32px 0 0 0;
}
.g-area {
  /* flex: 1; */
  position: relative;
}
.g-area__wrap .g-area{
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  width: calc(100% / 2 - 10px);
}
.g-area__wrap .mxs-flex-1{
  flex: 1;
  width: auto;
}
.g-area .mxs-textarea {
  height: 320px;
  overflow: auto;
}
.g-area__handle {
  padding: 20px 0 0;
}
.g-area__last {
  margin-left: 15px;
}
.g-area .layui-label {
  line-height: 30px;
  color: #888;
  margin: 8px 0;
  display: block;
}
.g-tool__keywords .g-area__last .mxs-textarea {
  height: 450px;
}
.g-tool__xsd .mxs-textarea {
  height: 150px;
}
.g-result {
  background-color: #fff4ec;
  padding: 20px;
  margin: 30px 0 0 0;
  color: #ff6400;
}
.g-result h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.g-result p {
  font-size: 13px;
}
.__totext {
  /* padding: 30px 30px 0; */
}
.__totext .__totext-item{
  /* float: left; */
  /* width: calc(50 ); */
  /* padding: 10px; */
}

.__totext-title {
  font-size: 16px;
  font-weight: normal;
  color: #101010;
  height: 34px;
  line-height: 34px;
}

.__totext-result {
  margin: 0 0 15px 0;
}
.table-id {
  width: 100px;
}
.table-handle {
  width: 230px;
}
.__desc {
  margin: 30px 0 0 0;
}
.__desc ul {
  margin: 15px 0;
}
.__desc ul li {
  line-height: 26px;
  padding: 0 0 0 15px ;
  color: #888;
}
.__upload-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.__upload-btn .icon {
  width: 22px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #888;
}
.__upload-btn #file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  /*background: t;*/
  opacity: 0;
  cursor: pointer;
}
.layer-video {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.layer-video video {
  width: 100%;
  height: 100%;
}
#word {
  padding: 8px 15px;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: calc(100% - 20px);
  text-align: right;
  justify-content: flex-end;
}
#word .max {
  color: #f00;
}
.upload-wrap {
  display: block;
  height: 320px;
  /* width: 260px; */
  cursor: pointer;
  padding: 10px;
  margin: 0 auto;
  border: 1px dashed #eee;
}
.upload-wrap .upload-tips {
  text-align: center;
  padding: 30px 30px 10px 30px;
}
.upload-wrap .upload-handle {
  text-align: center;
  padding: 0 0 15px 0;
}
.show-files {
  margin: 0 0 15px 0;
}
#show-file {
  width: 80%;
  color: #888;
  text-align: center;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.__check-result {
  /* margin: 30px 0; */
  border-radius: 5px;
  background-color: #fff;
  border-radius: 40px;
}
.__check-result__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__check-result__title .icon {
  margin-left: 5px;
  height: auto;
  display: flex;
  fill: #333;
  width: 15px;
  height: 15px;
}

.__check-result__list {
  /* padding: 30px; */
  line-height: 2;
  max-height: 300px;
  overflow-y: auto;
}
.__check-result__item {
  margin: 0 8px;
  color: #888;
  font-size: 15px;
  line-height: 36px;
  text-align: left;
}
.__check-result__item > span {
  color: #ff6400;
  display: inline-block;
  margin: 0 8px 0 0;
}
.__check-result__item label {
  color: #888;
}
.__ai-title__top ,.__check-result__title{
  font-size: 18px;
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 15px 0;
  font-weight: bold;
  width: 120px;
}
.__ai-title__top::before ,.__check-result__title::before{
  content: "";
  width: 50%;
  height: 3px;
  background-color: #007cff;
  left: 0;
  bottom: 0;
  position: absolute;
}
.__ai-title__name {
  font-size: 16px;
  font-weight: bold;
  color: #161823;
  /* max-width: calc(100% - 200px); */
  margin: 0 15px;
}
.__ai-title__index {
  padding: 0 15px;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
}
.__ai-title__item {
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.__ai-title__item-content{
  align-items: center;

}
.__ai-title__item .__ai-copy {
  padding: 5px 10px;
  height: auto;
  width: auto;
  background-color: #00bc12;
  border-color: #00bc12;
}
.g-generate .layui-form-label{
  width: 100px;
  text-align: left;
}
.g-generate {
  /* max-width: 800px;
  hei */
  min-height: 50px;
  /* background-color: #ffffff; */
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  /* align-items: center; */
}
.g-generate .layui-form{
  flex: 1;
}
.g-generate__write .layui-form-label {
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #1D2129;
  width: auto;
}

.g-generate__write {
  margin: 0 0 15px 0 !important;
}

/* 2022/11/12 */

.layui-table .table-handle{
  width: 260px;
}

.mxs-visibity{
  opacity: 0;
  width: 0;
  height: 0;
  position: fixed;
  left: -9999em;

}

/* 2022/11/6 */
.__slide-wrap{
 
  float: left;
  width: 200px;
  height: 40px;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
.sensitive-box .g-generate{
  height: auto;
  min-height: auto;
}
.sensitive-box  .__slide-wrap{
  margin: 0 10px;
  width: 280px;

}
.g-generate__write .__slide-wrap{
 
  float: left;
  width: 230px;
  height: 40px;
  margin: 0 20px 0 20px;
  display: flex;
  align-items: center;
}
.__slide-wrap .layui-slider{
  height: 8px;
  line-height: 8px;
  border-radius: 27px;
}
.__slide-wrap .layui-slider-wrap-btn{
  width: 18px;
  height: 16px;
  background: url(../images/slide-dots.png) no-repeat center center;
  background-size: 100%;
  border: none !important;
}
.__slide-wrap .layui-slider-wrap{
  top: -15px;
}
.__slide-wrap .layui-slider-step{
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}
.__slide-wrap #slide{
  flex: 1;
}
.__slide-tips{
  margin: 10px 0 0 0;
}
.__slide-tips__item{
  color: rgba(29, 33, 41,.6);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.__slide-tips__item:nth-child(1){
  text-align: right;
  flex: 1;
  margin: 0 20px 0 0;
}
.__slide-tips__item:last-child{
  text-align: right;
}
#changeNum{
  font-size: 22px;
  color: #007cff;
}
.label-tips{
  border-radius: 30px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  background-color: var(--color-primary);
  font-size: 12px !important;
  font-weight: normal;
  cursor: pointer;
}
.label-tips .layui-icon{
  font-size: 12px;
  color: #fff;
}
.wjc-count{
  position: absolute;
  right: 31px;
  bottom: 83px;
}


/* 2023/01/03 自动生成文章 */
.__ai-write__handle{
  display: flex;
  padding: 15px 30px 15px 15px;
}
.__ai-write__btn{
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid var(--color-primary);
}
.__ai-write__btn .iconfont{
  font-size: 14px;
  color: var(--color-primary);
}
.__ai-write__btn.disabled{
  /* border-color: ; */
  opacity: 0.5;
}
.__ai-write__btn.delete{
 
  border-color: var(--color-error);
}
.__ai-write__btn.delete .iconfont{
  font-size: 12px;
  color: var(--color-error);
}


.__ai-write__result-handle{
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.__fixed{
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.__ai-write__result-handle.__fixed .mxs-btn{
  height: auto;
  width: 100px;
  padding: 30px 16px;
  box-shadow: 0 0 15px rgba(0,124,255,.2);
}

.article-edit{
  height: 230px;
  overflow-y: auto;
}
.__articlewrite-layer .article-edit{
  margin: 15px;
  padding: 15px;
  border: 1px solid #eee;
  outline: none;
}

.article-edit__handle{
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-edit__handle-btn{
  width: 150px;
  height: 40px;
  /* margin: 0; */
}

.__ai-empty{
  padding: 30px;
  text-align: center;
  font-size: 15px;
  color: #888;
}

.__ai-empty p{
  margin: 8px 0;
}

.wjc_words{
  display: inline-block;
  cursor: pointer;
  color: var(--color-error);
}

.g-tool__newStyle-wrap{
  /* padding: 30px 0px 0; */
  padding: 0 !important;
  overflow: hidden;
}


.g-tool__newstyle{
    /* padding: 15px; */
}
.g-tool__newstyle-title{
    text-align: left;
    margin: 15px 0;
    /* height: 120px; */
    height: 100px;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    background: linear-gradient(14deg, #3D7EFF 0%, #4963F4 100%) ;
}
/* .g-tool__newstyle-title::before{
  content: "";
  height: 167px;
  width: 800px;
  position: absolute;
  right:8%;
  top: -47px;
  background: url(../images/ai-bg1.png) no-repeat right top;
} */
.g-tool__newstyle-title:after{
  content: "";
  width: 100%;
  min-width: 1640px;
  /* height: 167px; */
  height: 122px;
  right: 60px;
  top: -22px;
  /* transform: translateY(-50%); */
  position: absolute;
  background: url(../images/ai-bg2.png) no-repeat right center;
  /* background-size: contain; */
  background-size: contain;
  /* overflow: hidden; */
}

.g-tool__newstyle-title h2{
  padding: 0 10px;
  font-size: 18px;
  position: absolute;
  min-width: 163px;
  height: 48px;
  background: url(../images/ai-title-bg.png) no-repeat center left ;
  background-size: 100% 100%;
  top: -24px;
  left: 38px;
  line-height: 48px;
  color: var(--color-primary);
  text-align: center;
  font-weight: bold;
  display: none;
}
.g-tool__newstyle-title p,.g-tool__newstyle-title h1{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  z-index: 11;
  font-weight: normal;
  text-align: left !important;
  margin: 0;
}
.g-slide__item {
  position: relative;
}

.removed{
  color: var(--color-error);
  text-decoration: line-through;
  margin: 0 3px;
}
.added{
  color: var(--color-green);
  font-weight: 550;
  margin: 0 3px;

}

.__aiwrite-result__tips{
  height: 40px;
  border: 1px solid #eee;
  border-bottom: none;
  padding: 0 10px;
  align-items: center;
  font-weight: 550;
}
.__aiwrite-result #article_new{
  height: 300px;
}

.__aiwrite-result__switch .layui-form-switch{
  margin:0;
  height: auto;
}

.__aiwrite-result__tips .__tips-center{
  margin: 0 10px;
  align-items: center;
  justify-content: space-between
}
.__aiwrite-result__like{
  color: var(--color-green);
}
.__modal-wrap{
  padding: 20px;
}
.__modal-body{
   height: 260px;
   word-break: break-all;
   overflow-y:auto;
   padding: 15px;
   border: 1px solid #eee;
   border-radius: 10px;
   margin: 0 0 20px 0;
}
.__modal-footer{
  display: flex;
  align-items: center;
  justify-content: center;
}
.__modal-footer .mxs-btn{
  margin: 0;
}

.__modal-title__generate .__ai-title{
  height: 260px;
   word-break: break-all;
   overflow-y:auto;
   padding: 15px;
   border-radius: 10px;
  
}

.__textTemplate{
  padding: 30px;
}
.__textTemplate .__textTemplate-top{
 padding: 15px;
 background: #f8f8f8;
 margin: 0 0 40px 0;
}

.__textTemplate .__textTemplate-title{
 font-size: 15px;
   color: #101010;
   margin: 0 0 10px 0;
}


.__textTemplate .__textTemplate-top .__textTemplate-top__source{
   color: #888;
}
.__textTemplate-body{
 display: flex;
 /* align-items: stretch; */
 justify-content: space-around;
 padding: 15px;
 background-color: #f8f8f8;
}
.__textTemplate-body .__textTemplate-title{
 padding: 0 15px;
}
.__textTemplate-body__item{
 width: 33%;
 /* margin-left: -1px; */
 padding: 5px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.__textTemplate-body__fieldset{
 border: none;
 background: #fff;
 max-height: 260px;
 overflow-y: auto;
 color: #666;
}
.__textTemplate-body__item legend{
  background: #fff;
   padding: 5px 10px;
   border-radius: 10px 10px 0 0;
   color: #101010;
}

.__textTemplate-body__item  .mxs-btn{
 margin: 10px 0 0 0;
}

#article-copy{
  opacity: 0;
   position: fixed;
   right: -100%;
   bottom: 0;
   z-index: -100;
}


#ailist .__ai-title{
  /* padding: 48px; */
  background: #fff;
  border-radius: 40px;
  /* margin: 32px 0; */
}

.__ai-title__list{
  max-height: 330px;
  overflow-y: auto;
}


.__progress{
  width: 260px;
  margin: 20px auto 15px;
}
@media (max-width:1499px){
 
  .g-slide{
    width: 210px;
  }
  .g-tool__in{
    margin: 10px 10px 10px 210px;
    /* margin: 10px; */
    /* max-width: 100%; */
  }
  .__voice-zoom{
    right: 10px !important;
  }
  .g-area__wrap .g-area{
    padding: 20px;
  }
}

#recordTable{
  max-height: 500px;
  min-height: 350px;
  overflow-y: auto;
}
#recordTable .__collect-none{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.recordTableHead{
  background-color: #eee;
}
.recordTableHead .item{
  padding: 10px;
  text-align: center;
  color: #888;
  width: 20%;
}
.recordTableHead .item:nth-child(2){
  width: 60%;
}

.record-table .record-table__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.record-table .record-table__item .time,.record-table .record-table__item .handle{
  width: 20%;
  padding: 10px;
  text-align: center;
}
.record-table .record-table__item .content{
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.__aiwrite-new__radio{
  margin-bottom: 20px;
  height: 40px;
}
.__aiwrite-new__radio .layui-form-radio>*{
  font-weight: 550;
}

.__aiwrite-result #article_new{
  height: 390px;
}
.__aiwrite-new__radio .g-generate__write{
  margin: 0 !important;
}


.video-tips{
  margin: 6px 0 15px 0;line-height: 28px;color:var(--color-primary);
}


.__totext-radio{
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.__totext-radio .tab{
    padding: 8px 20px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    border:1px solid #eee;
}
.__totext-radio .tab.selected{
  background-color: var(--color-primary);
  color: #fff;
}



/* 卡片容器样式 */
.record-cards {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.record-cards__header {
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.record-cards__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.record-cards__title i {
    margin-right: 8px;
}

.record-cards__tabs {
    display: flex;
    gap: 10px;
}

.record-cards__tabs .tab {
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    background: rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    font-size: 12px;
}

.record-cards__tabs .tab:hover {
    background: rgba(255,255,255,0.3);
}

.record-cards__tabs .tab.selected {
    background: #fff;
    color: #667eea;
    font-weight: 600;
}

.record-cards__body {
    padding: 20px;
}

.record-cards__container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    max-height: 500px;
    overflow-y: auto;
}

/* 单个卡片样式 */
.record-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    width: calc(50% - 10px);
    margin: 5px;
    display: inline-block;
}

.record-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #667eea;
}

.record-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.record-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.record-card__time {
    color: #666;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.record-card__time::before {
    margin-right: 5px;
}

.record-card__status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.record-card__status.success {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: #fff;
}

.record-card__status.danger {
    background: linear-gradient(135deg, #f44336, #d32f2f);
    color: #fff;
}

.record-card__status.primary {
    background: linear-gradient(135deg, #2196F3, #1976D2);
    color: #fff;
}

.record-card__content {
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 68px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
}


.record-card__content.remarks {
    color: #f44336;
    font-style: italic;
}

.record-card__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.record-card__actions .layui-btn {
    flex: 1;
    min-width: 80px;
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: all 0.3s ease;
    height: auto;
    margin: 0;
}

.record-card__actions .layui-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.record-card__actions .layui-btn i {
    font-size: 14px;
}

/* 空状态样式优化 */
.record-cards__container .__collect-none {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #999;
}

.record-cards__container .__collect-none .__icon {
    margin-bottom: 20px;
    opacity: 0.5;
}

.record-cards__container .__collect-none::after {
    content: '暂无提取记录';
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .record-cards__container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .record-cards__header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .record-card__actions {
        flex-direction: column;
    }
    
    .record-card__actions .layui-btn {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .record-cards__body {
        padding: 15px;
    }
    
    .record-card {
        padding: 15px;
    }
}


.g-tool__newStyle-wrap .tts-ai__tips{
      display: inline-flex;
    align-items: center;
    background: #c3c3c3;
    border-radius: 30px;
    padding: 2px 10px;
    margin: 5px 5px 0 ;
}
.tts-ai__tips .icon{
  width: 16px;
  height: 16px;
  margin-right: 5px;
}