.chacis{
    min-height: calc(100vh - 4.5rem);
    padding-top: 9rem;
}

.chacis_search{
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.chacis_search h2{
    text-align: center;
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: bold;
}

.night .chacis_search h2{
    color: #d2d2d2;
}

.chacis_search .inp{
    text-align: center;
    position: relative;
    width: 560px;
    margin: 0 auto;
}

.chacis_search .inp .layui-icon-search{
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: 8px;
    color: #bbb;
}

.chacis_search .inp input{
    width: 480px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #FF9800;
    padding-left: 40px;
    border-radius: 6px 0 0 6px;
    font-size: 13px;
    float: left;
}

.night .chacis_search .inp input{
    border: 1px solid #222;
    background-color: #333;
    color: #d2d2d2;
}

.chacis_search .inp input::-webkit-input-placeholder{
    color:#ccc;
    font-size: 0.65rem;
}
.chacis_search .inp input::-moz-placeholder{ 
    color:#ccc;
    font-size: 0.65rem;
}
.chacis_search .inp input:-moz-placeholder{ 
    color:#ccc;
    font-size: 0.65rem;
}
.chacis_search .inp input:-ms-input-placeholder{  
    color:#ccc;
    font-size: 0.65rem;
}

.night .chacis_search .inp input::-webkit-input-placeholder{
    color:#999;
}
.night .chacis_search .inp input::-moz-placeholder{ 
    color:#999;
}
.night .chacis_search .inp input:-moz-placeholder{ 
    color:#999;
}
.night .chacis_search .inp input:-ms-input-placeholder{  
    color:#999;
}

.chacis_search .inp span{
    height: 38px;
    line-height: 38px;
    width: 80px;
    display: inline-block;
    background-color: #ff9800;
    border:1px solid #FF9800;
    text-align: center;
    color: #fff;
    cursor: pointer;
    float: left;
    border-radius: 0 6px 6px 0;
}

.night .chacis_search .inp span{
    background-color: #222;
    color: #aaa;
}

.chacis_search .word{
    text-align: center;
    margin-top: 1rem;
}

.chacis_search .word span{
    font-size: 0.6rem;
    margin: 0 10px;
    cursor: pointer;
}

.night .chacis_search .word span{
    color: #d2d2d2;
}

.chacis_search_res{
    display: none;
    margin-top: 1rem;
    min-height: calc(100vh - 10rem - 60px);
    border-top: 1px solid #ecf0f8;
    padding-top: 10px;
}

.night .chacis_search_res{
    border-top: 1px solid #444444;
}

.chacis_search_res>h2{
    font-size: 0.8rem;
    text-align: left;
    font-weight: unset;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 0.5rem;
}

.chacis_search_res>h2::before{
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 3px;
    height: 16px;
    background-color: #ff9800;
    display: inline-block;
}

.chacis_search_res>div{

}

.chacis_search_res .chaci_copyps1{

}

.chacis_search_res .chaci_copyps1 p{
    
}

.chacis_search_res>.chaci_copyps2>span,.chacis_search_res>.chaci_copyps3>span,.chacis_search_res>.chaci_copyps4>span{
    display: inline-block;
    padding: 5px 15px;
    margin: 0 25px 20px 0;
    border-radius: 5px;
    font-size: 0.6rem;
    cursor: pointer;
    color: #34495e;
    border: 1px solid #aaa;
    cursor: pointer;
}

.night .chacis_search_res>.chaci_copyps2>span, .night .chacis_search_res>.chaci_copyps3>span,.night .chacis_search_res>.chaci_copyps4>span{
    color: #d2d2d2;
    border: 1px solid #aaa;
}

.chacis_search_res>.chaci_copyps2,.chacis_search_res>.chaci_copyps3,.chacis_search_res>.chaci_copyps4{
    margin-top: 20px;
}

.toolsbox_vfdiv{
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: calc(50% - 160px);
    top: calc(50% - 70px);
    z-index: 9999999;
    padding: 1rem;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 17%);
    border-radius: 10px;
}

.night .toolsbox_vfdiv{
    background-color: #252525;
}

.toolsbox_vfdiv .toolsbox_vfdiv_div{
    font-size: 13px;
    margin-bottom: 0.8rem;
    color: green;
}

.toolsbox_vfdiv .toolsbox_vfdiv_div i{
    margin-right: 8px;
}

.toolsbox_vfdiv>p{
    position: relative;
}

.toolsbox_vfdiv>p i{
    position: absolute;
    left: 0.5rem;
    top: 0.6rem;
    font-size: 0.7rem;
    color: #bbb;
}

.toolsbox_vfdiv>p input{
    height: 2rem;
    line-height: 2rem;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 1.75rem;
    margin: 0;
    font-size: 0.6rem;
    color: #777;
    width: calc(100% - 6.5rem);
}

.night .toolsbox_vfdiv>p input{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.toolsbox_vfdiv>p img{
    width: 6rem;
    height: 2rem;
    margin-left: 0.5rem;
    border: 1px solid #e5e5e5;
    float: right;
    border-radius: 5px;
    cursor: pointer;
}

.toolsbox_vfdiv .vfbut{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 5px;
    border: 0;
    margin-top: 1rem;
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 0.7rem;
    background-color: #ff9800;
}

@media screen and (max-width: 886px) {
    .chacis_search_res {
        margin-top: 0px;
    }
}

@media screen and (max-width: 640px){

    .chacis{
        max-width: 100%;
    }

    .chacis_search .inp{
        max-width: 560px;
        width: 100%;
    }

    .chacis_search .inp input{
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 480px){
    .chacis_search .word span{
        margin: 0 5px;
    }
}

.centedit{
    height: calc(100vh - 2rem);
    margin: 0 1.5rem;
}

.centedit_l {
    width: 22rem;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #efefef;
    height: 100%;
    padding-right: 1.5rem;
}

.night .centedit_l{
    border-right: 1px solid #444;
}

.centedit_l #centsforms{
    height: calc(100% - 3rem);
    overflow-y: scroll;
    scrollbar-width:0px;
}

.centedit_l #centsforms::-webkit-scrollbar {
    width: 0px;
}

.centedit_l #centsforms::-moz-scrollbar{
    width: 0px;
}

.centedit_l .title{
    color: #ff6500;
    margin-bottom: 1rem;
    background: #fff8f2;
    padding: 0.5rem 0.75rem;
    font-size: 0.65rem;
    border-radius: 6px;
    border: 1px solid #FFF3E0;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(34, 47, 62, 0.1) 0px 2px 2px -2px, rgba(34, 47, 62, 0.07) 0px 8px 8px -4px;
}

.night .centedit_l .title{
    background-color: #333;
    border: 1px solid #222;
    color: #bbb;
}

.centedit_l .title i{
    margin-right: 10px;
    font-size: 13px;
    color: #ff6500;
}

.centedit_l .title .tip{
    float: right;
    font-size: 13px;
    color: #FF5722;
    cursor: pointer;
}

.centedit_l .itme{
    margin-bottom: 0.75rem;
    position: relative;
}

.centedit_l .itme .t{
    color: #888;
    font-size: 0.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.night .centedit_l .itme .t{
    color:#ddd;
}

.centedit_l .itme .t i {
    margin-left: 5px;
    font-style: normal;
}

.centedit_l .itme .t i::before{
    content: '•';
    color: #ff381e;
    font-size: 0.6rem;
}


.centedit_l .itme .tip{
    position: absolute;
    top: 5px;
    right: 0;
    color: #0e6bb6;
    font-size: 0.6rem;
    cursor: pointer;
}

.centedit_l .itme>div{
    position: relative;
}

.centedit_l .itme>div i{
    position: absolute;
    z-index: 99;
    right: 0px;
    font-size: 12px;
    font-style: normal;
    background-color: #ff6500;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 0 6px;
    cursor: pointer;
    display: none;
}

.centedit_l .itme .txtsize{
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 0.6rem;
    color: #888;
}

.centedit_l .itme textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 200px;
    resize: none;
    color: rgb(29, 33, 41);
    margin-top: 10px;
}

.centedit_l .itme textarea::-webkit-scrollbar{
    width: 6px;
    background-color: #e5e5e5;
}

.centedit_l .itme textarea::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #bbb;
}

.night .centedit_l .itme textarea::-webkit-scrollbar{
    width: 6px;
    background-color: #242627;
}

.night .centedit_l .itme textarea::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #444;
}

.night .centedit_l .itme textarea{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.centedit_l .ts{

}

.centedit_l .ts span{
    font-size: 0.65rem;
    padding: 6px 15px;
    background-color: #f5f5f5;
    border-radius: 6px;
    margin-right: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.centedit_l .ts i.layui-icon-addition{
    font-size: 0.8rem;
    padding: 0px 15px;
    background-color: #f5f5f5;
    border-radius: 6px;
    margin-right: 14rem;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
    height: 30.5px;
    line-height: 30.5px;
}

.night .centedit_l .ts span{
    background-color: #181a1b;
}

.night .centedit_l .ts i.layui-icon-addition{
    background-color: #181a1b;
}

.centedit_l .ts span.act{
    background-color: #ff6500;
    color: #fff;
}

.centedit_l .centedit_lbut{
    width: 100%;
    text-align: center;
    background-color: #ff6500;
    color: #fff;
    border: 0;
    padding: 0.5rem 0;
    margin: 1rem 0 0 0;
    cursor: pointer;
    border-radius: 6px;
}

.centedit_lbut i{
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    -webkit-animation: aitoolload 1.4s infinite linear;
    animation: aitoolload 1.4s infinite linear;
    display: inline-block;
}

@-webkit-keyframes aitoolload{
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}

@keyframes aitoolload{
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}


.centedit_r{
    width: calc(100% - 22rem);
    float: left;
    display: inline-block;
    height: 100%;
}

.nodata_tip {
    text-align: left;
 
    padding: 30px;
    border-radius: 12px;
 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Microsoft 字体 */
}

.night .nodata_tip{
    background-color: #242627;
}

.nodata_tip .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.nodata_tip .card-header {
    color: #666;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0;
    padding-top: 0px;
}

.night .nodata_tip .card-header {
    color: #ccc;
    border-bottom: 1px solid #ccc;
}

.nodata_tip .card-body {
    padding: 20px;
    line-height: 1.6;
    color: #333; 
    padding-left: 0;
    padding-bottom: 0;
}

.night .nodata_tip .card-body {
    color: #ccc;
}

.nodata_tip h2 {
    margin-top: 15px;
    color: #0078d4;
    font-size: 15px;
}

.nodata_tip .card-body-h2{
    margin-top: 0px;
}

.nodata_tip p {
    margin-top: 1rem;
    color: #555;
    font-size: 14px;
}

.night .nodata_tip p {
    color: #ccc;
}

.nodata_tip ul {
    list-style-type: disc;
    padding-left: 20px;
}

.nodata_tip ul li {
    margin-top: 0.5rem;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
}

.nodata_tip ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #0078d4; 
}

@media (max-width: 768px) {
  .nodata_tip {
    display: none;
  }

  .desktop-message::after {
    content: "使用电脑访问，效果会更佳。";
    display: block;
    color: #999; /* 可以修改样式 */
   }
}
.centeditgeturldiv{
    position: fixed;
    z-index: 999999;
    width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 17%);
    border-radius: 10px;
}

.night .centeditgeturldiv{
    background-color: #252525;
}

.centeditgeturldiv .layui-icon-clear{
    position: absolute;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.night .centeditgeturldiv .layui-icon-clear{
    color:#888;
}

.centeditgeturldiv p{
    font-size: 13px;
    margin-bottom: 0.8rem;
    color: green;
}

.centeditgeturldiv input{
    height: 2rem;
    line-height: 2rem;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 0.75rem;
    margin: 0;
    font-size: 0.6rem;
    color: #777;
    width: 100%;
}

.night .centeditgeturldiv input{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.centeditgeturldiv span{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 5px;
    border: 0;
    margin-top: 1rem;
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 0.7rem;
    background-color: #ff9800;
}

@media screen and (max-width: 1320px) {
    .centedit_l {
        width: 17.5rem;
        padding-right: 0.8rem;
    }
    .centedit_r {
        width:calc(100% - 17.5rem);
    }
    .centedit{
        margin: -0.8rem -1.2rem;
        height: calc(100vh - 4.4rem);
    }
}

@media screen and (max-width: 1090px) {
    .centedit_l {
        width: 12.5rem;
    }
    .centedit_r {
        width:calc(100% - 12.5rem);
    }
    .centedit_l .ts span {
        margin-right: 18px;
    }
}

@media screen and (max-width: 886px) {
    .centedit {
        margin: 0.75rem 0 0px 0;
    }
}

@media screen and (max-width: 580px) {
    .centedit {
        height: auto;
    }

    .centedit_l {
        display: block;
        height: auto;
        padding-right: 0;
        border-right: 0 !important;
        width: 100%;
    }

    .centedit_r {
        width: 100%;
        height: calc(100vh - 3rem);
        margin-top: 0.5rem;
        border-radius: 6px;
    }
}

.toolsbox_modelink{
    margin: 0 1.5rem;
    margin-bottom: 15px;
}

.centedit_l .toolsbox_modelink{
    margin: 0 0;
    margin-bottom: 15px;
}

.toolsbox_modelink a{
    border: 1px solid #d5d5d5;
    font-size: 0.6rem;
    display: inline-block;
    padding: 0.3rem 0.8rem;
    margin-right: 10px;
    border-radius: 6px;
}

.night .toolsbox_modelink a{
    color: #ccc;
    border: 1px solid #444;
}

.toolsbox_modelink a i{
    font-size: 0.6rem;
    margin-right: 8px;
}

.toolsbox_modelink a.act{
    color: #fff;
    background-color: #ff6503;
    border:1px solid #ff6503;
}

.toolsbox_modelink a:hover{
    background-color: #ff6503;
    color: #fff !important;
    border:1px solid #ff6503;
}

.aiwiter{
    margin: 0 1.5rem;
}

.aiwiter .tds{
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
}

.night .aiwiter .tds{
    background-color: #242627;
    border-top: 1px solid #444;
}

.aiwiter .tds .ones{
    display: inline-block;
}

.aiwiter .tds .ones span{
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
}

.night .aiwiter .tds .ones span{
    background-color: #242627;
    color: #ddd;
    border: 1px solid #444;
}

.aiwiter .tds .ones span.act{
    border: 1px solid #4caf50;
    background-color: #4caf50;
    color: #fff;
}

.aiwiter .tds .twos{
    display: inline-block;
    float: right;
    height: 34px;
    line-height: 34px;
    padding: 0px 6px;
    margin-top: 8px;
    border-radius: 6px;
}

.aiwiter .tds .twos span{
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ddd;
}

.night .aiwiter .tds .twos span{
    background-color: #242627;
    color: #ddd;
    border: 1px solid #444;
}

.aiwiter .tds .twos span.act{
    background-color: #4caf51;
    color: #fff;
    border: 1px solid #4caf51;
}

.night .aiwiter .tds .twos span.act{
    background-color: #4caf51;
    color: #fff;
    border: 1px solid #4caf51;
}

.aiwiter_l{
    width: 50%;
    float: left;
    border-right: 1px solid #efefef;
    height: 100%;
    padding-right: 1.5rem;
    position: relative;
}

.aiwiter_clearlens{
    position: absolute;
    right: 1.5rem;
    font-size: 12px;
    font-style: normal;
    background-color: #ff6500;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 0 6px;
    cursor: pointer;
    display: none;
}

.night .aiwiter_l{
    border-right: 1px solid #444;
}

.aiwiter_r{
    width: 50%;
    float: left;
    display: inline-block;
    height: 100%;
    padding-left: 1.5rem;
}

.aiwiter textarea{
    width: 100%;
    height: 15rem;
    border: 1px solid #f5f5f5;
    padding: 0.5rem;
    border-radius: 6px;
    background: #f8fafc;
    resize: none;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.night .aiwiter textarea{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.aiwiter .tdf{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f5f5f5;
    margin-top: 10px;
}

.night .aiwiter .tdf{
    border-top: 1px solid #444;
}

.aiwiter .tdfa{
    display: inline-block;
    color:#4caf50;
    font-size: 0.6rem;
}

.aiwiter .tdfb{
    display: inline-block;
    float: right;
}


.aiwiter .tdfb span{
    cursor: pointer;
    padding: 4px 8px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    background-color: #4caf50;
}

.aiwiter .tdfb span.sub{
    background-color: #0d6efd;
    
}

.aiwiter_diff{
    margin: 0 1.5rem;
}

.aiwiter_diff_div{
    border: 1px solid #f5f5f5;
    padding: 0.75rem;
    background-color: #f9fafc;
    font-size: 12px;
}

.aiwiter_diff_div del{
    background: #ffe6e6 !important;
    margin: 0 2px;
      text-decoration: none;

}

.aiwiter_diff_div ins{
    background: #e6ffe6 !important;
    margin: 0 2px;
          text-decoration: none;

}

.night .aiwiter_diff_div{
    background-color: #333;
    border: 1px solid #444;
}

.night .aiwiter_diff_div del{
    background: #ffe6e6 !important;
}

.night .aiwiter_diff_div ins{
    background: #e6ffe6 !important;
}

.night .aiwiter_diff_tip del{
    background: #cb0808 !important;
}

.night .aiwiter_diff_tip ins{
    background: #008200 !important;
}

.aiwiter_diff_tip{
    text-align: right;
    font-size: 0.6rem;
    border-bottom: 1px solid #efefef;
    height: 45px;
    line-height: 45px;
}

.night .aiwiter_diff_tip{
    border-bottom: 1px solid #444;
}

.aiwiter_diff_tip span{
    margin-left: 1rem;
}

.aiwiter_tip{
    margin: 1rem 1.5rem 0 1.5rem;
}

.aiwiter_tip .aiwiter_tip_cent{
    background-color: #f9fafc;
    padding: 1rem;
    margin-bottom: 2rem;
}

.night .aiwiter_tip .aiwiter_tip_cent{
    background-color: #333;
}

.aiwiter_tip .aiwiter_tip_cent h2{
    margin-bottom: 1rem;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
}

.aiwiter_tip .aiwiter_tip_cent .layui-collapse{
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.night .aiwiter_tip .aiwiter_tip_cent .layui-collapse{
    background-color: #242627;
}

.aiwiter_tip .aiwiter_tip_cent .layui-colla-title {
    background-color: #fff;
}

.night .aiwiter_tip .aiwiter_tip_cent .layui-colla-title {
    background-color: #242627;
}

.aiwiter_tip .aiwiter_tip_cent  .layui-colla-content{
    background-color: #f9fafc;
    font-size: 0.6rem;
    padding: 1rem;
    padding-bottom: 0.5rem;
}

.night .aiwiter_tip .aiwiter_tip_cent .layui-colla-content{
    background-color: #333333;
    color: #eee;
}

.aiwiter_tip .aiwiter_tip_cent  .layui-colla-content p {
    margin-bottom: 10px;
    line-height: 24px;
}

@media screen and (max-width: 1320px) {
    .aiwiter {
        margin: 0 -1.2rem;
    }
    .aiwiter_l{
        padding-right: 0.7rem;
    }
    .aiwiter_r{
        padding-left: 0.7rem;
    }
    .aiwiter_diff {
        margin: 0 -1.2rem;
    }

    .aiwiter_tip{
        margin: 1rem -1.2rem 0 -1.2rem;
    }

    .toolsbox_modelink {
        margin: -0.8rem -1.2rem 0.5rem -1.2rem;
    }

    .toolsbox_modelink a {
        font-size: 0.6rem;
        height: 28px;
        line-height: 28px;
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 886px) {

    .toolsbox_modelink {
        margin: 0;
        padding: 0.8rem 0 0.8rem 0rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: auto;
    }

    .toolsbox_modelink::-webkit-scrollbar {
        display:none;
    }

    .toolsbox_modelink a{
        height: 24px;
        line-height: 24px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .aiwiter {
        margin: 0 0 0px 0;
    }

    .aiwiter_diff{
        margin: 0 0 0px 0;
    }

    .aiwiter_tip{
        margin: 0 0 0px 0;
    }
}

@media screen and (max-width: 767px) {
    .aiwiter_l{
        border-right: 0;
        width: 100%;
        padding-right: 0;
    }
    .aiwiter_r{
        width: 100%;
        padding-left: 0;
    }

    .aiwiter_r .tds {
        border-top: 1px solid #4caf51;
    }

    .aiwiter_tip .aiwiter_tip_cent{
        padding: 0.5rem;
    }

    .aiwiter_tip .aiwiter_tip_cent h2{
        margin-bottom: 0.5rem;
        font-size: 14px;
        height: 14px;
        line-height: 14px;
    }

    .aiwiter_tip .aiwiter_tip_cent .layui-collapse{
        padding: 5px;
    }
}

.tongyi{
    margin: 0 1.5rem;
}

.tongyi .tds{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f5f5f5;
}

.night .tongyi .tds{
    border-top: 1px solid #444;
}

.tongyi .tds .ones{
    display: inline-block;
}

.tongyi .tds .twos {
    display: inline-block;
    float: right;
}

.tongyi .tds .ones span {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
}

.night .tongyi .tds .ones span {
    background-color: #242627;
    color: #ddd;
    border: 1px solid #444;
}

.tongyi .tds .ones span.act {
    background-color: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
}

.night .tongyi .tds .ones span.act {
    background-color: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
}

.tongyi .tds .twos span{
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
}

.night .tongyi .tds .twos span{
    background-color: #242627;
    color: #ddd;
    border: 1px solid #444;
}

.tongyi .tds .twos span.act{
    background-color: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
}

.night .tongyi .tds .twos span.act{
    background-color: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
}

.tongyi textarea{
    width: 100%;
    height: 20rem;
    border: 1px solid #f5f5f5;
    padding: 0.5rem;
    border-radius: 6px;
    background: #f8fafc;
    resize: none;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    border: 1px solid #ebeef3;
}

.night .tongyi textarea{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.tongyi #tongyi_res{
    display: none;
    width: 100%;
    height: 20rem;
    border: 1px solid #f5f5f5;
    padding: 0.5rem;
    border-radius: 6px;
    background: #f8fafc;
    resize: none;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    border: 1px solid #ebeef3;
}

.night .tongyi #tongyi_res{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.tongyi .tdf {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f5f5f5;
    margin-top: 10px;
}

.night .tongyi .tdf{
    border-top: 1px solid #444;
}

.tongyi .tdfa {
    display: inline-block;
    color: #4caf50;
    font-size: 0.6rem;
}

.tongyi .tdfb {
    display: inline-block;
    float: right;
}

.tongyi .tdfb span {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.night .tongyi .tdfb span {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

.tongyi .tdfb span.sub{
    background-color: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
}

.tongyi_tip{
    margin: 1rem 1.5rem 0 1.5rem;
}

.tongyi_tip .tongyi_tip_cent{
    background-color: #f9fafc;
    padding: 1rem;
    margin-bottom: 2rem;
}

.night .tongyi_tip .tongyi_tip_cent{
    background-color: #333;
}

.tongyi_tip .tongyi_tip_cent h2{
    margin-bottom: 1rem;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
}

.tongyi_tip .tongyi_tip_cent .layui-collapse{
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.night .tongyi_tip .tongyi_tip_cent .layui-collapse{
    background-color: #242627;
}

.tongyi_tip .tongyi_tip_cent .layui-colla-title {
    background-color: #fff;
}

.night .tongyi_tip .tongyi_tip_cent .layui-colla-title {
    background-color: #242627;
}

.tongyi_tip .tongyi_tip_cent  .layui-colla-content{
    background-color: #f9fafc;
    font-size: 0.6rem;
    padding: 1rem;
    padding-bottom: 0.5rem;
}

.night .tongyi_tip .tongyi_tip_cent .layui-colla-content{
    background-color: #333333;
    color: #eee;
}

.tongyi_tip .tongyi_tip_cent  .layui-colla-content p {
    margin-bottom: 10px;
    line-height: 24px;
}



#tongyi_res p {
    font-size: 12px;
    border: 1px solid #cddc39;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #f8f9f2;
    line-height: 26px;
}

.night #tongyi_res p{
    background-color: #444;
    color: #eee;
    border: 1px solid #222;
}

#tongyi_res p .tyc-selectspan {
    padding: 2px 6px;
    background-color: #4caf51;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
    display: ruby;
}

#tongyi_res p .tyc-selectspan[data-no="yes"] {
    background-color: #feaa09;
}

.aigc_tip {
    text-align: left;
    background-color: #ffffff; 
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.night .aigc_tip{
    background-color: #242627;
}

.aigc_tip h2 {
    color: #0078d4; 
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.aigc_tip_cent_h2{
    margin-top: 0 !important;
}

.aigc_tip p {
    margin-top: 1rem;
    color: #555;
}

.night .aigc_tip p {
    color:#ccc;
}

.aigc_tip ul {
    list-style-type: disc;
    padding-left: 20px;
}

.aigc_tip ul li {
    margin-top: 0.5rem;
    position: relative;
    padding-left: 20px;
}

.aigc_tip ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #0078d4; 
}

.rewrite_tool {
    text-align: left;
    background-color: #ffffff; 
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.night .rewrite_tool{
    background-color: #242627;
}

.rewrite_tool h2 {
    color: #0078d4; 
    margin-bottom: 1rem;
}

.rewrite_tool h3 {
    color: #0078d4; 
    margin-top: 1rem;
}

.rewrite_tool p {
    margin-top: 1rem;
    color: #555;
}

.night .rewrite_tool p {
    color: #ccc;
}

.synonym_tool {
    text-align: left;
    background-color: #ffffff; 
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.night .synonym_tool{
    background-color: #242627;
}

.synonym_tool h2 {
    color: #0078d4; 
    margin-bottom: 1rem;
}

.synonym_tool p {
    margin-top: 1rem;
    color: #555;
}

.night .synonym_tool p {
    color:#ccc;
}

.synonym_tool .emoji {
    font-size: 1.2rem;
}

.image_understanding_tool {
    text-align: left;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.night .image_understanding_tool{
    background-color: #242627;
}

.image_understanding_tool h2 {
    color: #0078d4; 
    margin-bottom: 1rem;
}

.image_understanding_tool h3 {
    color: #0078d4; 
    margin-top: 1rem;
}

.image_understanding_tool p {
    margin-top: 1rem;
    color: #555;
}

.night .image_understanding_tool p {
    color:#ccc;
}

.pdf_text_analysis_tool {
    text-align: left;
    background-color: #ffffff; 
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.night .pdf_text_analysis_tool{
    background-color: #242627;
}

.pdf_text_analysis_tool h2 {
    color: #0078d4; 
    margin-bottom: 1rem;
}

.pdf_text_analysis_tool p {
    margin-top: 1rem;
    color: #555;
}

.night .pdf_text_analysis_tool p {
    color: #ccc;
}

.pdf_text_analysis_tool h3 {
    color: #0078d4; 
    margin-top: 1rem;
}


.textarea-container {
    width: auto;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none; 
    transition: border-color 0.3s;
}
textarea:focus {
    border-color: #0078d4; 
    outline: none; 
}
::placeholder {
    color: #aaa; 
 }
    
.douyin_text_analysis_tool {
    text-align: left;
    background-color: #ffffff; 
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

.night .douyin_text_analysis_tool{
    background-color: #242627;
}

.douyin_text_analysis_tool h2 {
    color: #0078d4; 
    margin-bottom: 1.5rem;
}

.douyin_text_analysis_tool p {
    margin-top: 1rem;
    color: #555;
}

.night .douyin_text_analysis_tool p {
    color:#ccc;
}

.douyin_text_analysis_tool h3 {
    color: #0078d4; 
    margin-top: 1.2rem;
}
    
.tyc-select {
    position: absolute;
    display: inline-block;
    width: 250px;
    left: calc(50% - 125px);
    top: 31px;
    border: 1px solid #4caf51;
    background-color: #fff;
    z-index: 99999;
    border-radius: 6px;
    padding: 10px;
}

.night .tyc-select {
    background-color: #444;
}

.tyc-select::before {
    content: ".";
    display: inline-block;
    height: 0;
    border-left: 8px solid #4caf51;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    overflow: hidden;
    position: absolute;
    top: -14px;
    transform: rotate(270deg);
    right: calc(50% - 4px);
}

.tyc-select-div {
    margin-bottom: 10px;
}

.tyc-select-div input {
    height: 25px;
    line-height: 25px;
    border: 1px solid #f5f5f5;
    width: calc(100% - 108px);
    padding-left: 10px;
    font-size: 12px;
}

.night .tyc-select-div input{
    background-color: #222;
    border: 1px solid #666;
    color: #eee;
}

.tyc-select-div span {
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    display: inline-block;
    padding: 0 10px;
    background-color: #03a9f4;
    border-radius: 3px;
}

.tyc-select-div span.tyc-select-div-suo {
    background-color: #FF9800;
}

.tyc-select ul {
    background-color: #f8fafc;
}

.night .tyc-select ul{
    background-color: #393939;
}

.tyc-select li {
    color: #888;
    text-align: center;
    border: 1px solid #f2f2f2;
    width: 50%;
    display: inline-block;
    margin-top: -1px;
    margin-left: -1px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    cursor: pointer;
}

.night .tyc-select li {
    color: #eee;
    border: 1px solid #666;
}

.tyc-select li.act,.tyc-select li:hover{
    background-color: #4caf51;
    color: #fff;
}

@media screen and (max-width: 1320px) {
    .tongyi {
        margin: 0 -1.2rem;
    }
    .tongyi_tip{
        margin: 1rem -1.2rem 0 -1.2rem;
    }
}

    .imgpic {
        margin: -0.8rem -1.2rem;
        height: calc(100vh - 4.4rem);
    }
    .imgpic_lf{
        padding-right: 0.75rem;
    }
    .imgpic_res {
        padding-left: 0.75rem;
    }
}

@media screen and (max-width: 886px) {
    .tongyi {
        margin: 0 0 0px 0;
    }
    .tongyi_tip{
        margin: 0;
    }

    .imgpic {
        margin: 10px 0 0px 0;
    }
}

.editcent{
    min-height: calc(100vh - 4.5rem);
    padding-top: 5rem;
}

.editcentdiv{
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.editcentdiv .tit{
    text-align: center;
    margin-bottom: 30px;
}

.editcentdiv .tit h2{
    font-size: 1.2rem;
    font-weight: bold;
        -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #565a97 40.35%, #ff7bac 98.98%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
}

.editcentdiv .tit p{
color: #84889a;
    font-size: 15px;
  
 
    
}

.editcentdiv .aia{

}

.editcentdiv .aia p{
    
}

.editcentdiv .aia div{
    margin-top: 10px;
}

.editcentdiv .aia div span{
    padding: 4px 15px;
    font-size: 0.6rem;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.night .editcentdiv .aia div span{
    border: 1px solid #aaa;
    color: #ccc;
}

.editcentdiv .aia div span.act{
     color: #343a40;
    border: 1px solid #343a40;
}

.editcentdiv .aia div span:hover{
    background-color: #e4ecfa !important;
}

.night .editcentdiv .aia div span:hover{
    background-color: #444 !important;
}

.editcentdiv .bib{
    margin-top: 20px;
    position: relative;
}

.editcentdiv .bib p:first-child{
    
}

.editcentdiv .bib .bb{
    font-size: 12px;
    color: #af7d7d;
    margin-top: 5px;
}

.editcentdiv .bib span{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #03A9F4;
    cursor: pointer;
}

.editcentdiv .cic{
    margin-top: 10px;
    position: relative;
}

.editcentdiv .cic textarea{
    width: 100%;
    height: 120px;
    resize: none;
    border-radius: 6px;
    padding: 10px;
    color: rgb(29, 33, 41);
    font-size: 12px;
    border: 1px solid #e0e0e0;
    background: #f5f6fd;
}

.editcentdiv .cic:hover{
  
}

.editcentdiv .cic textarea::-webkit-input-placeholder{
    color:#aaa;
}

.editcentdiv .cic textarea::-moz-placeholder{ 
    color:#aaa;
}

.editcentdiv .cic textarea:-moz-placeholder{ 
    color:#aaa;
}

.editcentdiv .cic textarea:-ms-input-placeholder{  
    color:#aaa;
}

.night .editcentdiv .cic textarea{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.editcentdiv .cic span{
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    color: #aaa;
}

.editcentdiv .did{
    text-align: right;
    margin-top: 10px;
}

.editcentdiv .did span.lizis{
    float: left;
    position: relative;
    top: -6px;
    padding: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* line-height: 16px; */
    background: linear-gradient(91deg,#ffe7d2,#fffaea 28%,#ffe3f4);
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.night .editcentdiv .did span.lizis{
    background: unset;
    background-color: #555;
}

.editcentdiv .did span.subs{
    padding: 4px 20px;
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    border-radius: 10px;
     
    cursor: pointer;
 
    overflow: hidden;
}

.editcentdiv .did span.subs i{
    margin-right: 5px;
    vertical-align: -1px;
}

.ecent{
    width: 100%;
    margin-top: -1.5rem;
}

.editor-toolbar-div {
    background-color: #fafafa !important;
    border-bottom: 1px solid #efefef;
}

#editor-toolbar {
    margin: 0 auto;
    width: 1350px;
}

.w-e-bar {
    background-color: #fafafa !important;
    align-items: center;
    justify-content: center;
}

.eccet_cent{
    background-color: #f5f5f5;
    padding: 30px 0;
    height: calc(100vh - 101px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ecpage_a{
    display: inline-block;
    float: left;
    padding-right: 10px;
    font-size: 12px;
    width: 200px;
    display: none;
}

#header-container{
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    float: right;
    max-height: calc(100vh - 138px);
    overflow-y: auto;
    scrollbar-width: 0px;
}

#header-container::-webkit-scrollbar {
    width: 0px;
}

#header-container::-moz-scrollbar{
    width: 0px;
}

.night #header-container{
    background-color: #444;
}

#header-container li{
    line-height: 30px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecpage_b{
    display: inline-block;
    float: left;
    width: calc(((100% - 280px) / 2) + 100px);
    padding: 0 20px;
    background-color: #fff;
    padding: 20px 30px 27px 30px;
    border: 1px solid #e8e8e8;
    border-right: 0;
    position: relative;
}

#editor-text-area{
    height: calc(100vh - 187px);
}

.w-e-scroll::-webkit-scrollbar {
    width: 0px;
}

.ecpage_c{
    display: inline-block;
    float: left;
    width: calc(((100% - 280px) / 2) - 100px);
    height: calc(100vh - 138px);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-right: 0;
    padding: 20px 20px 10px 20px;
    display: none;
    position: relative;
}

.ecpage_c .titl{
    font-size: 13px;
    border-bottom: 1.5px solid #ff6500;
    height: 36px;
    line-height: 36px;
}

.ecpage_c .paper_th_lr_close{
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 24px;
    cursor: pointer;
}

.ecpage_c>div{
    height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 8px;
}

.ecpage_c>div::-webkit-scrollbar {
    width: 0;
}

.ecpage_c .tip {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}

.ecpage_c .tip img{
    width: 200px;
    height: 200px;
}

.ecpage_c .tip p{
    font-size: 12px;
    color: #606893;
    margin-top: 50px;
}

.paper_yuyi_res {
    margin-top: 15px;
    display: none;
}

.paper_yuyi_res p {
    margin-top: 20px;
    border-radius: 4px;
}

.paper_yuyi_res table{
    margin: 10px 0;
}

.paper_yuyi_res .res_tip{
    user-select: none;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    color: #bbb;
    margin-bottom: 15px;
}

.paper_yuyi_res .res_tip span {
    display: inline-block;
    padding: 0px 20px;
    background-color: #fff;
    z-index: 98;
    position: relative;
}

.paper_yuyi_res .res_tip::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 12px;
    display: block;
    z-index: 10;
}

.paper_yuyi_res .res_tip::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 12px;
    display: block;
    z-index: 10;
}


.gaixie_selecttxted{
    padding: 10px;
    border: 1px solid #e8e8e8;
    line-height: 24px;
    border-radius: 6px;
    margin-top: 15px;
    background-color: #f9f9f9;
    max-height: 400px;
    overflow-y: auto;
}

.gaixie_selecttxted,.kuoxie_selecttxted{
    padding: 10px;
    border: 1px solid #e8e8e8;
    line-height: 24px;
    border-radius: 6px;
    margin-top: 15px;
    background-color: #f9f9f9;
    max-height: 400px;
    overflow-y: auto;
}

.night .gaixie_selecttxted,.night .kuoxie_selecttxted{
    background-color: #333;
    color: #ddd;
    border: 1px solid #444;
}

.gaixie_selecttxted::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.kuoxie_selecttxted::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.gaixie_selecttxted::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #12b6e3;
}

.kuoxie_selecttxted::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #12b6e3;
}

.gaixie_loads{

}

.gaixie_loads .icon-loading{
    margin-right: 10px;
    font-size: 14px;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    display: inline-block;
}

@-webkit-keyframes load3{
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}
@keyframes load3{
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}

.gaixie_buts, .kuoxie_buts {
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
}

.gaixie_buts span, .kuoxie_buts span {
    margin-right: 10px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    padding: 0px 10px;
    background-color: #f5f5f5;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    float: left;
}

.gaixie_buts span i, .kuoxie_buts span i {
    margin-right: 5px;
    font-size: 12px;
}

.gaixie_buts span.events, .kuoxie_buts span.events {
    float: right;
    margin-right: 0;
}

.paper_tx_t{
    margin-top: 15px;
}

.paper_tx_t>span i {
    margin-right: 6px;
}

.paper_tx_t>div{
    padding: 10px;
    border: 1px solid #e8e8e8;
    line-height: 24px;
    border-radius: 6px;
    margin-top: 10px;
    background-color: #f9f9f9;
    max-height: 300px;
    overflow-y: auto;
}

.xiaodui .gaixie_loads{
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #666;
}

.xiaodui .res_ok{
    padding: 10px 10px;
    background-color: #F1F8E9;
    border: 1px solid #4CAF50;
    border-radius: 4px;
    color: #4CAF50;
    margin-top: 10px;
    font-size: 13px;
}

.night .xiaodui .res_ok{
    border: 1px solid #444;
    background-color: #333;
}

.xiaodui .res_ok i{
    margin-right: 10px;
    font-size: 18px;
    vertical-align: -2px;
}

.xiaodui .paper_tx_res .res_no fieldset {
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    padding: 15px;
    border-radius: 5px;
}

.xiaodui .paper_tx_res .res_no fieldset.res_no_err {
    border: 1px solid #ff9800;
}

.xiaodui .paper_tx_res .res_no fieldset.res_no_err legend {
    color: #ff9800;
}

.xiaodui .paper_tx_res .res_no fieldset.res_no_ok {
    border: 1px solid green;
}

.xiaodui .paper_tx_res .res_no fieldset.res_no_ok legend {
    color: green;
}

.xiaodui .paper_tx_res .res_no .res_no_event {
    text-align: right;
}

.xiaodui .paper_tx_res .res_no .res_no_event span {
    cursor: pointer;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 13px;
    background-color: #ff6500;
    color: #fff;
    border: 1px solid #ff6500;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.xiaodui .paper_tx_res .res_no .res_no_event span i{
    font-size: 13px;
    margin-right: 5px;
}

.ecpage_c .gaixie_loads{
    padding: 8px 10px;
    border-radius: 6px;
    color: #666;
}

.ecpage_c .yuyi .gaixie_loads,.ecpage_c .xiaodui .gaixie_loads,.ecpage_c .jiansuo .gaixie_loads{
    margin-top: 10px;
}

.night .ecpage_c .gaixie_loads{
    color: #ccc;
    background-color: #333;
}

.paper_jiansuo_res {
    margin-top: 20px;
}

.paper_jiansuo_res .res_tip {
    user-select: none;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    color: #bbb;
}

.paper_jiansuo_res .res_tip span {
    display: inline-block;
    padding: 0px 20px;
    background-color: #fff;
    z-index: 98;
    position: relative;
}

.paper_jiansuo_res .res_tip::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 12px;
    display: block;
    z-index: 10;
}

.paper_jiansuo_res ul li {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 15px;
}

.paper_jiansuo_res ul li>div>p {
    font-size: 13px;
    line-height: 26px;
}

.paper_jiansuo_res ul li>div>div {
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 15px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.paper_jiansuo_res ul li>div>div span {
    margin-bottom: 5px;
    display: inline-block;
    position: absolute;
    top: -10px;
    font-size: 12px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.paper_jiansuo_res ul li>div>div>p {
    font-size: 12px;
    height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paper_jiansuo_res ul li>div>div>p.sees {
    height: auto;
    display: block;
}

.paper_jiansuo_res ul li>div>div>div {
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 12px;
    padding: 4px 0;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.paper_jiansuo_res ul li>div>p.laiy {
    font-size: 12px;
    color: #999;
}

.zhuli .zhuli_chat {
    padding: 20px 0 20px 0;
    height: calc(100% - 90px);
    overflow-y: auto;
    scrollbar-width: 0px;
}

.zhuli .zhuli_chat::-webkit-scrollbar {
    width: 0px;
}

.zhuli .zhuli_chat::-moz-scrollbar{
    width: 0px;
}

.zhuli .admin {
    clear: both;
    margin-bottom: 20px;
    position: relative;
}

.zhuli .admin img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 15px;
    float: left;
}

.zhuli .admin>div {
    display: inline-block;
    width: calc(100% - 160px);
    float: left;
}

.zhuli .admin>div>div {
    background-color: #daeeff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    min-width: 400px;
}

.zhuli .admin>div>div::before {
    border: 10px solid transparent;
    border-right-color: #daeeff;
    content: "";
    left: -20px;
    position: absolute;
    top: 8px;
    width: 16px;
    height: 16px;
}

.chat_imgtip_a {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #3fa9ff;
}

.chat_imgtip_b {
    font-size: 12px;
    color: #3fa9ff;
}

.zhuli .admin::after {
    clear: both;
    display: table;
    content: " ";
}

.zhuli_chat_txt {
    height: 90px;
    background-color: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #ddd;
    position: relative;
    font-size: 13px;
    border-radius: 6px;
}

.zhuli_chat_txt .zhuli_chat_ischeck {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}

.zhuli_chat_txt textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    resize: none;
    padding: 10px;
}

.zhuli_chat_txt span {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ff6500;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.zhuli_chat_txt .zhuli_chat_ischeck>span {
    position: absolute;
    right: 0px;
    top: 1px;
    background-color: transparent;
    color: #FF5722;
    font-size: 12px;
    width: 80px;
}

.zhuli .user {
    clear: both;
    margin-bottom: 20px;
    position: relative;
    right: unset;
    top: unset;
}

.zhuli .user::after {
    clear: both;
    display: table;
    content: " ";
}

.zhuli .user img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    float: right;
    margin-left: 15px;
}

.zhuli .user>div {
    width: calc(100% - 160px);
    display: inline-block;
    float: right;
    text-align: right;
}

.zhuli .user>div>div {
    background-color: #8fe0c5;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 6px;
    text-align: left;
    position: relative;
}

.zhuli .user>div>div::before {
    border: 10px solid transparent;
    border-left-color: #8fe0c5;
    content: "";
    right: -20px;
    position: absolute;
    top: 8px;
    width: 16px;
    height: 16px;
}

.zhuli .user::after {
    clear: both;
    display: table;
    content: " ";
}

.ecpage_d{
    display: inline-block;
    float: left;
    width: 80px;
    height: calc(100vh - 138px);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-right: 0;
    padding: 5px;
    overflow-y: auto;
    scrollbar-width: 0px;
}

.ecpage_d::-webkit-scrollbar {
    width: 0px;
}

.ecpage_d::-moz-scrollbar{
    width: 0px;
}

.ecpage_d span{
    display: block;
    text-align: center;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    color: #666;
}

.ecpage_d span.yu {
    padding: 10px;
}

.ecpage_d span i {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.night .editor-toolbar-div {
    background-color: #181a1b !important;
    border-bottom: 1px solid #444;
}

.night .w-e-toolbar {
    background-color: #181a1b !important;
}

.night .w-e-bar-item button {
    color: #DDDDDD;
}

.night .w-e-bar-divider {
    background-color: #444;
}

.night .eccet_cent{
    background-color: #242627;
}

.night .ecpage_b,.night .ecpage_c,.night .ecpage_d{
    background-color: #444;
    border: 1px solid #444;
}

.night .ecpage_d {
    border-left: 1px solid #888;
}

.night .ecpage_d span {
    background-color: #222;
    color: #eee;
}

.night .w-e-text-container .w-e-scroll {
    background-color: #444;
}

.night .w-e-text-container [data-slate-editor] p {
    color: #ddd !important;
}

.night .w-e-text-container [data-slate-editor] h2{
    color:#fff;
}

.night .w-e-text-container [data-slate-editor] h3{
    color:#ddd;
}

.night .w-e-text-container *, .night .w-e-toolbar * {
    color: #ddd;
}

.night .w-e-hover-bar {
    border: 1px solid #444;
}

.night .w-e-bar {
    background-color: #181a1b !important;
}

.night .w-e-bar-item button:hover {
    background-color: #444;
    color: #DDDDDD;
}

.night .ecpage_c{
    border-left: 1px solid #888;
}

.night .ecpage_c .tip p {
    color: #ddd;
}

.night .gaixie_buts span, .night .kuoxie_buts span {
    background-color: #222;
    border: 1px solid #333;
    color: #ddd;
}

.night .paper_tx_t>div {
    background-color: #333;
    color: #ddd;
    border: 1px solid #222;
}

.night .paper_jiansuo_res ul li {
    border: 1px solid #888;
    color: #eee;
    border-radius: 4px;
}

.night .paper_jiansuo_res ul li>div>div {
    border: 1px solid #888;
}

.night .paper_jiansuo_res ul li>div>div span {
    background-color: #666;
}

.night .paper_jiansuo_res ul li>div>div>div {
    background-color: #666;
}

.night .paper_jiansuo_res .res_tip::before {
    background: #666;
}

.night .paper_jiansuo_res .res_tip::after {
    background: #666;
}

.night .paper_jiansuo_res .res_tip span {
    background-color: #444;
}

.night .paper_yuyi_res .res_tip span{
    background-color: #444;
}

.night .paper_yuyi_res .res_tip::before {
    background: #666;
}

.night .paper_yuyi_res .res_tip::after {
    background: #666;
}

.night .zhuli .admin{
    color: #666;
}

.night .zhuli .user {
    color: #666;
}

.night .zhuli_chat_txt{
    background-color: #333;
    border-top: 1px solid #222;
}

.night .zhuli_chat_txt textarea {
    background-color: #555;
    border: 1px solid #444;
    color: #eee;
}

.editcentdaochu_div{
    padding: 30px;
}

.editcentdaochu_span{
    padding: 10px 20px;
    border: 1px solid #999;
    border-radius: 6px;
    margin: 0 15px;
    display: inline-block;
    cursor: pointer;
}

.night .editcentdaochu_span{
    background-color: #222;
    border: 1px solid #222;
    color: #ccc;
}

.aigc{
    min-height: calc(100vh - 4.5rem);
    margin: 0 1.5rem;
}

.aigc_head{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #efefef;
}

.night .aigc_head{
    border-top: 1px solid #444;
}

.aigc_head>div{
    display: inline-block;
}

.aigc_head>div:first-child{
    margin-right: 10px;
}

.aigc_head>div span{
    padding: 2px 8px;
    color: #666;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #bbb;
    cursor: pointer;
}

.night .aigc_head>div span{
    background-color: #444;
    color: #eee;
    border: 1px solid #444;
}

.aigc_head>div span.act{
    background-color: #4caf51;
    border: 1px solid #4caf51;
    color:#fff;
}

.aigc_head>div input[type="checkbox"]{
    vertical-align: -2px;
    margin-right: 5px;
}

.aigc_cent{
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-bottom: 20px;
}

.night .aigc_cent{
    border:1px solid #444;
}

.aigc_cent .aigc_cent_lf{
    border-right: 1px solid #efefef;
    width: 50%;
    height: 100%;
    padding: 20px 20px 0 20px;
    float: left;
}

.night .aigc_cent .aigc_cent_lf{
    border-right: 1px solid #444;
}

.aigc_cent .aigc_cent_lr{
    width: 50%;
    height: 100%;
    padding: 20px 20px 0 20px;
    float: right;
}

.aigc_cent textarea{
    background: #f8fafc;
    border:1px solid #f8fafc;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    width: 100%;
    resize: none;
    padding: 15px;
    height: 22rem;
}

.night .aigc_cent textarea{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}


.aigc_foot_lf{
    text-align: right;
    padding: 10px 0px;
}

.aigc_foot_lf .but{
    cursor: pointer;
    padding: 4px 8px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    background-color: #4caf50;
    display: inline-block;
}

.aigc_foot_lf .butact{
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
}

.night .aigc_foot_lf .butact{
    background-color: #444;
    color: #eee;
    border: 1px solid #444;
}

.aigc_foot_lr{
    text-align: right;
    padding: 10px 0px;
}

.aigc_foot_lr .but{
    cursor: pointer;
    padding: 4px 8px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    background-color: #4caf50;
    display: inline-block;
}

.aigc_fontsize{
    float: left;
    font-size: 12px;
    color: #4caf51;
}

.aigc_fontsize i{
    font-style: unset;
}

.aigc_resfontsize{
    float: left;
    font-size: 12px;
    color: #FF9800;
}

.aigc_resfontsize i{
    font-style: unset;
}

.aigc_giod_tip{
    float: left;
    font-size: 12px;
    color: #FF5722;
    margin-left: 15px;
}

@media screen and (max-width: 1320px) {
    .aigc{
        margin: 0 -1.2rem;
    }
}

@media screen and (max-width: 886px) {
    .aigc {
        margin: 0 0 0px 0;
    }

    .aigc_cent{
        border:0;
    }

    .night .aigc_cent{
        border:0;
    }

    .aigc_cent .aigc_cent_lf{
        padding: 0 20px 0 0;
    }

    .aigc_cent .aigc_cent_lr{
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    
    .aigc_cent .aigc_cent_lf{
        padding: 0 0 0 0;
        width: 100%;
        display: block;
        border: 0;
    }

    .night .aigc_cent .aigc_cent_lf{
        border: 0;
    }

    .aigc_cent .aigc_cent_lr{
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }
}

.imgpic{
    height: calc(100vh - 6rem);
    margin: 0 1.5rem;
}

.imgpic_lf{
    width: 20rem;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #efefef;
    height: 100%;
    padding-right: 1.5rem;
}

.imgpic_lf_top{
    height: calc(100% - 3rem);
    overflow-y: scroll;
    scrollbar-width: 0px;
}


.imgpic_lf_top::-webkit-scrollbar {
    width: 0px;
}

.imgpic_lf_top::-moz-scrollbar{
    width: 0px;
}

.imgpic_lf_top iframe{
    height: calc(100% - 3rem - 180px);
    margin-top: 10px;
    width: 100%;
}

.imgpic_lf_top #imgpic_two{
    display: none;
}

.imgpic_tab_ti{

}

.imgpic_tab_ti span{
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
}

.imgpic_tab_ti span.act{
    color: #ff6500;
    position: relative;
}

.imgpic_tab_ti span.act::after{
    position: absolute;
    content: '';
    width: 20px;
    background-color: #ff6500;
    height: 2px;
    bottom: 0;
    left: calc(50% - 10px);
}

.imgpic_div_tdiv{

}

.imgpic_div_tdiv .ts,.imgpic_div_tdiv .tsup{
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 6px;
    margin-top: 15px;
}

.imgpic_div_tdiv .tsup{
    display: none;
}

.imgpic_div_tdiv .ts span{
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.imgpic_div_tdiv div input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
    font-size: 12px;
}

.imgpic_div_tdiv .tsup{
    position: relative;
}

.imgpic_div_tdiv .tsup>div{
    position: relative;
    display: block;
}

.imgpic_div_tdiv .tsup button{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ff6500;
    color: #fff;
    border: 0;
    border-radius: 6px;
    width: 80%;
    margin: auto;
    display: block;
}

.filepdfokspan{
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: #4CAF50;
    color: #fff;
    border: 0;
    border-radius: 6px;
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
}

.imgpic_div_tdiv .tsup input[type="file"]{
    position: absolute;
    left: 0;
    top:0;
    opacity: 0;
}

.imgpic_div_tdiv p{
    text-align: center;
    color: #9cacb4;
    margin-top: 20px;
    font-size: 12px;
}

.imgpic_updataimgdiv{
    display: none;
}

.imgpic_updataimgdiv img,.imgpic_filesimgdiv img{
    width: 100%;
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    border-radius: 6px;
}

.douyin_input{
    position: relative;
}

.douyin_input>div{
    width: calc(50% - 10px) !important;
    display: inline-block;
}

.douyin_input>div:last-child{
    float: right !important;
}

.douyin_input>div span{
    width: 100%;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    color: #ff6500;
}

.douyin_input>div span i{
    font-size: 12px;
    float: right;
    font-style: normal;
    color: #999;
    margin-left: 5px;
    cursor: pointer;
}

.douyin_centtype{
    background-color: #f5f5f5;
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    border-radius: 6px;
}

.night .douyin_centtype{
    background-color: #181a1b;
}

.douyin_centtype span{
    padding: 5px 10px;
    background-color: #fff;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.night .douyin_centtype span{
    background-color: #444444;
}

.douyin_centtype span.act{
    background-color: #ff6500;
    color: #fff;
}

.imgpic_lf_foot{
    height: 3rem;
}

.imgpic_lf_foot button{
    width: 100%;
    text-align: center;
    background-color: #ff6500;
    color: #fff;
    border: 0;
    padding: 0.5rem 0;
    margin: 1rem 0 0 0;
    cursor: pointer;
    border-radius: 6px;
}

.imgpic_lr{
    width: calc(100% - 20rem);
    float: left;
    display: inline-block;
    height: 100%;
}

.imgpic_tip{
    text-align: center;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.imgpic_tip img{
    
}

.imgpic_tip p{
    margin-top: 1rem;
    color: #888;
}

.imgpic_lr{

}

.night .imgpic_lf{
    border-right: 1px solid #444;
}

.imgpic_res{
    padding-left: 1.5rem;
    position: relative;
}

.imgpic_copydiv{
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 12px;
    background-color: rgb(0 0 0 / 51%);
    color: #fff;
    border-radius: 0 0 0px 6px;
    padding: 2px 5px;
}

.night .imgpic_copydiv{
    background-color: #444;
}

.imgpic_copydiv_foot{
    bottom: 5px;
    top: unset;
    border-radius: 6px 0 0 0;
}

.imgpic_copydiv span{
    padding: 0px 5px;
    font-size: 0.5rem;
    display: inline-block;
    cursor: pointer;
}

.imgpic_copydiv span:last-child{
    border-left: 1px solid #999;
}

.imgpic_lr textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 300px;
    resize: none;
    color: rgb(29, 33, 41);
    height: calc((100vh - 6rem - 295px) / 2);
    line-height: 20px;
    color: rgb(29, 33, 41);
    font-size: 0.6rem;
}

.douyin_res textarea{
    height: calc((100vh - 6rem - 375px) / 2) !important;
}

.night .imgpic_lr textarea{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.imgpic_eventinput{
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: none;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
}

.imgpic_mods{
    padding: 2px 0;
    margin-bottom: 20px;
}

.imgpic_mods span{
    padding: 5px 10px;
    background-color: #fff;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.night .imgpic_mods span{
    background-color: #444;
}

.imgpic_mods span.act{
    background-color: #ff6500;
    color: #fff;
}

.imgpic_giods{
    margin-bottom: 20px;
    font-size: 12px;
    color: #FF5722;
}


.imgpic_lr .imgpic_divs{
    background-color: #f5f5f5;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.night .imgpic_lr .imgpic_divs{
    background-color: #181a1b;
}

.imgpic_lr .imgpic_eventdiv{
    padding: 20px 0;
}

.imgpic_lr .imgpic_eventdiv span{
    padding: 5px 10px;
    background-color: #fff;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.night .imgpic_lr .imgpic_eventdiv span{
    background-color: #444;
}

.imgpic_lr .imgpic_eventdiv span.act{
    background-color: #ff6500;
    color: #fff;
}

.imgpic_toan{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #2cc3c6;
    color: #fff;
    cursor: pointer;
}

.night .imgpic_div_tdiv .ts,.night  .imgpic_div_tdiv .tsup{
    background-color: #181a1b;
}


@media screen and (max-width: 1320px) {
    .imgpic {
        margin: -0.8rem -1.2rem;
        height: calc(100vh - 4.4rem);
    }
    .imgpic_lf{
        padding-right: 0.75rem;
    }
    .imgpic_res {
        padding-left: 0.75rem;
    }
}

@media screen and (max-width: 1110px) {
    .imgpic_lf{
        width: 50%;
    }
    .imgpic_lr{
        width: 50%;
    }
}

@media screen and (max-width: 886px) {
    .imgpic {
        margin: 10px 0 0px 0;
    }
}

@media screen and (max-width: 654px) {
    .imgpic_lf{
        width:100%;
    }
    .imgpic_lr{
        width: 100%;
        margin-top: 20px;
    }

    .imgpic_lf,.night  .imgpic_lf{
        border-right: 0;
    }

    .imgpic_lf{
        padding-right: 0;
    }
    .imgpic_res {
        padding-left: 0;
    }

    .imgpic_lr textarea{
        height: 350px;
    }
}

.left-nav .nav li ul{
    display: none;
    background-color: #f9f9f9;
    padding-left: 25px;
}

.night .left-nav .nav li ul{
    background-color: #181a1b;
}

.left-nav .nav li a[href="javascript:;"]::after{
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e602";
    float: right;
    margin-right: 10px;
}

.left-nav>div:first-child{
    border-bottom: 0px;
}

.left-nav hr{
    margin: 1rem 0;
}

.night .left-nav hr{
    border-bottom: 1px solid #444;
}

.divcenter{
    margin: 0 1.5rem;
}

.divin{
    margin-top: 20px;
    margin-bottom: 1.5rem;
}

.divin_a{
    background-color: #fbfbfb;
    display: inline-block;
    width: 400px;
    float: left;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.night .divin_a{
    background-color: #333;
}

.divin_aimg{
    width: 130px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.divin_a h3{
    font-size: 24px;
    font-weight: 700;
}

.divin_a p{
    font-size: 12px;
    color: rgb(153 153 153);
}

.divin_af{
    margin-top: 55px;
    padding: 20px;
}

.divin_af>div{
    width: calc(50% - 10px);
    display: inline-block;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 40px #fff6e0;
    text-align: center;
    height: 200px;
    float: left;
    padding: 15px;
    position: relative;
    border-radius: 6px;
        transition: border-color 0.3s; /* 平滑过渡效果 */
}

.divin_af > .specific-class:hover {
    color: rgb(41, 93, 251);
    border-color: #fff6e0;
}

.night .divin_af>div{
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 40px #222;
}

.divin_af>div:last-child{
    float: right;
}

.divin_af>div h2{
    color: #343a40;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.night .divin_af>div h2{
    color:#eee;
}

.divin_af>div span{
    position: absolute;
    bottom: 15px;
    left: 50%;
    display: inline-block;
    padding: 5px 10px;
    transform: translateX(-50%);
    background-color: #295dfb;
    border: 1px solid #fff;
    width: 80%;
    border-radius: 6px;
    color: #fff;
}

.night .divin_af>div span{
    border: 1px solid #295dfb;
}

.divin_b{
    display: inline-block;
    width: calc((100% - 400px) / 2 - 40px);
    margin: 0 20px;
    float: left;
}

.divin_ba{
    background-color: #fbfbfb;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    position: relative;
}

.night .divin_ba{
    background-color: #333;
}

.divin_ba h3{
    font-size: 24px;
    font-weight: 700;
}

.divin_ba p{
    font-size: 12px;
    color: rgb(153 153 153 );
}

.divin_ba img{
    width: 130px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.divin_bb{
    margin-top: 20px;
}

.divin_bb>div{
    position: relative;
    width: calc(50% - 10px);
    float: right;
    background-color: #fbfbfb;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    float: left;
}

.night .divin_bb>div{
    background-color: #333;
}

.divin_bb>div:last-child{
    float: right;
}

.divin_bb h3{
    font-size: 24px;
    font-weight: 700;
}

.divin_bb p{
    font-size: 12px;
    color: rgb(153 153 153 );
}

.divin_bb img{
    width: 100%;
    height: auto;
 }

.divin_c{
    display: inline-block;
    width: calc((100% - 400px) / 2);
    float: left;
}

.divin_ca{
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border-radius: 10px;
}

.night .divin_ca{
    background-color: #333;
}

.divin_ca h2{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.night .divin_ca h2{
    color: #ccc;
}

.divin_ca ul{

}

.divin_ca ul li{
    height: 30px;
    line-height: 30px;
}

.divin_ca ul li a{
    color: #444;
    font-size: 14px;
}

.night .divin_ca ul li a{
    color: #ccc;
}

.divin_ca ul li span{
    float: right;
    font-size: 13px;
    color: #999;
}


.divin_cb{
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 10px;
}

.night .divin_cb{
    background-color: #333;
}

.divin_cb img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1780px) {
    .divin_a{
        width: 350px;
    }

    .divin_af {
        margin-top: 48px;
        padding: 20px 0 0 0;
    }

    .divin_b {
        width: calc((100% - 350px) / 2 - 40px);
    }

    .divin_c {
        width: calc((100% - 350px) / 2);
    }

    .divin_ca ul li:last-child{
        display: none;
    }
    
}

@media screen and (max-width: 1595px) {
    .divin_af {
        margin-top: 24px;
        padding: 20px 0 0 0;
    }
    .divin_cb img {
        width: 100%;
        height: 144px;
    }
    .divin_ba img {
        width: 80px;
        position: absolute;
        top: 30px;
        right: 10px;
        bottom: unset;
    }
    .divin_aimg {
        width: 80px;
    }
}

@media screen and (max-width: 1576px) {

    .divin_af {
        margin-top: 6px;
        padding: 20px 0 0 0;
    }

    .divin_cb img {
        height: 124px;
    }
}

@media screen and (max-width: 1320px) {
    .divcenter {
        margin: 0 -1.2rem;
    }

    .divin_a {
        width: 50%;
    }

    .divin_af {
        margin-top: 31px;
    }

    .divin_b{
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-right: 0;
        float: right;
    }

    .divin_c{
        width: 100%;
        margin-top: 20px;
    }

    .divin_cb img{
        height: auto;
    }

    .divin_ca ul li:last-child {
        display: block;
    }
}

@media screen and (max-width: 886px) {
    .divcenter {
        margin: 0 0 0px 0;
    }

    .divcenter_h2{
        margin-top: 20px;
    }

    .divin_af {
        margin-top: 4px;
    }

    .divin_a {
        width: calc(50% - 10px);
    }

    .divin_b{
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .divin_af>div{
        padding: 5px 10px;
        height: 190px;
    }

    .divin_bb>div {
        padding: 10px 10px 0px 10px;
    }

    .divin_ba {
        padding: 10px 10px 20px 10px;
    }
    .divin_ba img {
        width: 40px;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .divin_af>div svg{
        width: 80px;
    }

    .divin_af>div h2{
        margin-bottom: 0;
    }

    .divin_af>div {
        height: 155px;
    }
}

@media screen and (max-width: 700px) {
    .divin_a {
        width: 100%;
    }

    .divin_b{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

.hidden {
    display: none;
}

.toolsbox_modelink a {
    text-decoration: none;
}

.toolsbox_modelink a:hover {
    cursor: pointer; 
    color: #0056b3; 
}

.buygiodtips{
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 0.6rem;
}

.buygiodtips i{
    font-size: 0.6rem;
    cursor: pointer;
}

.buygiodtips i::before {
    margin-right: 5px;
    color: #ddd;
}

.night .buygiodtips i::before{
    color: #666;
}

.buygiodtips i.act::before{
    color: #2196f3;
}

.night .buygiodtips{
    background-color: #222;
}

.buygiodtips a{
    color: #2196f3;
}

.logins_wechat p a{
    color: #ff9800;
    cursor: pointer;
}

.jiangchong{

}

.jcl{
    width: calc(100% - 320px);
    float: left;
    padding:0 20px;
}

.jcl>div{
    width:50%;
    float: left;
    padding: 0 20px;
}

.jcl>.jcl_head, .aiwriter>.jcl_head {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
}

.jcl>.jcl_head div, .aiwriter>.jcl_head div {
    border: 1px solid #ecf0f8;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jcl>.jcl_head div a, .aiwriter>.jcl_head div a {
    padding: 8px 16px;
    background-color: #f5f7fa;
    font-size: 13px;
    border-radius: 6px;
    color: #666;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
}

.jcl>.jcl_head div a:hover {
    background-color: #FFF3E0;
    color: #333;
}

.jcl>.jcl_head div a.act, .aiwriter>.jcl_head div a.act {
    background-color: rgb(41, 93, 251);
    color: #fff!important;
    border-color: rgb(41, 93, 251);
    box-shadow: 0 2px 4px rgba(255,71,87,0.2);
}

/* Dark mode styles */
.night .jcl>.jcl_head div, .night .aiwriter>.jcl_head div {
    background-color: #2d3436;
    border-color: #444;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.night .jcl>.jcl_head div a, .night .aiwriter>.jcl_head div a {
    background-color: #3d4246;
    color: #bbb;
}

.night .jcl>.jcl_head div a:hover {
    background-color: #464c50;
    color: #eee;
}

.night .jcl>.jcl_head div a.act, .night .aiwriter>.jcl_head div a.act {
    background-color: rgb(41, 93, 251);
    color: #fff;
    border-color: rgb(41, 93, 251);
}

.jcl>div h3{
    font-size: 14px;
    margin-bottom: 15px;
}

.jcl>div textarea{
    width: 100%;
    height: 350px;
    border: 1px solid #ddd;
    box-shadow: unset;
}

.night .jcl>div textarea{
    background-color: #333;
    color: #eee;
    border: 1px solid #444;
}

.jcl .fontnum{
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.jcl .fonttitle{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.jcl .fonttag,.jcl .fontlangtag{
    margin: 20px 0 0 0;
}

.jcl .fonttag span,.jcl .fontlangtag span{
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6px;
    margin-right: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.night .jcl .fonttag span,.night .jcl .fontlangtag span{
    background-color: #444;
    border: 1px solid #444;
}

.jcl .fonttag span.act,.jcl .fontlangtag span.act{
    background-color: rgb(41, 93, 251);
    color: #fff;
    border:1px solid rgb(41, 93, 251);
}

.jcl .submits{
    display: block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background-color: rgb(41, 93, 251);
    color: #fff;
    border-radius: 6px;
 }


.jiangchongres{
    width: 100%;
    min-height: 350px;
    border: 1px solid #ecf0f8;
    box-shadow: unset;
    padding: 10px;
    border-radius: 6px;
}

.night .jiangchongres{
    border: 1px solid #444;
}

.jiangchongres .jiangchongresdivs{
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #aaa;
}

.jiangchres{
    border: 1px solid #ecf0f8;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
}

.night .jiangchres{
    border: 1px solid #444;
}

.jiangchres>div:first-child{
    padding: 5px 0;
}

.jiangchres>div:first-child span{
    margin-right: 10px;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    background-color: #f3e9ff;
    color: #9133e7;
}

.night .jiangchres>div:first-child span{
    background-color: #555;
    color: #fff;
}

.jiangchres>div:first-child span.lvs{
    background-color: #dcfce8;
    color: #2ca854;
}

.night .jiangchres>div:first-child span.lvs{
    background-color: #555;
    color: #fff;
}

.jiangchres>div:first-child span.fontnums{
    background-color: #f3f4f6;
    color: #4b5563;
}

.night .jiangchres>div:first-child span.fontnums{
    background-color: #555;
    color: #fff;
}

.jiangchres>div:first-child i{
    float: right;
    font-size: 12px;
    font-style: normal;
    cursor: pointer;
    color: #999;
}

.jiangchres>div:last-child{
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.jcr{
    width: 320px;
    float: right;
    min-height: calc(100vh - 3rem);
    border-left: 1px solid #ecf0f8;
}

.night .jcr{
    border-left: 1px solid #444;
}

.jcr>div{
    padding: 15px;
    border-bottom: 1px solid #ecf0f8;
}

.night .jcr>div{
    border-bottom: 1px solid #444;
}

.jcr>div>span{
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.jcr>div>p{
    font-size: 12px;
    line-height: 24px;
}

.jcr>div>p m{
    margin-right: 10px;
}

.jcr>div>p i.layui-icon-ok{
    margin-right: 10px;
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.jcr>div .yux{
    padding: 15px 15px;
    background-color: rgb(239 246 255);
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.night .jcr>div .yux{
    background-color: #444;
}

.jcr>div .yux span{
    float: right;
}

.jcr>div .xcx{
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.jcr>div .xcx span{
    float: right;
}

.jcr>div .pagiod{
    display: block;
    text-align: center;
    border: 1px solid #673ab8;
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    color: #6438b1;
    margin-top: 10px;
}

.night .jcr>div .pagiod{
    border: 1px solid #2196F3;
    color: #2196F3;
}

.aiwriter{
    padding: 0 20px;
}

.aiwrlf {
    width: calc(50% - 20px);
    display: inline-block;
    padding: 15px;  /* 更紧凑的内边距 */
    margin: 10px;
    float: left;
    background: linear-gradient(to bottom right, #ffffff, #f8fbff);
    border-radius: 8px;  /* 更小的圆角 */
    border: 1px solid rgba(229, 231, 235, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);  /* 更轻微的阴影 */
    transition: all 0.2s ease;
}

.aiwrlr {
    width: calc(50% - 20px);
    display: inline-block;
    padding: 15px;
    margin: 10px;
    float: left;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border-radius: 8px;
    border: 1px solid rgba(41, 93, 251, 0.1);  /* 使用主色调 */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

/* 标题样式优化 */
.aiwrlf h4,
.aiwrlr h4 {
    font-size: 0.875rem;  /* 更小的字体 */
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.01em;
}

/* 输入框样式优化 */
.aiwrlf textarea,
.aiwrlr textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #4a5568;
    height: 200px;
}

.aiwrlf textarea:focus,
.aiwrlr textarea:focus {
    outline: none;
    border-color: #295dfb;  /* 使用主色调 */
    box-shadow: 0 0 0 2px rgba(41, 93, 251, 0.06);
}

/* 暗色模式适配 */
.night .aiwrlf {
    background: linear-gradient(to bottom right, #1F2937, #1a1e24);
    border-color: rgba(74, 85, 104, 0.2);
}

.night .aiwrlr {
    background: linear-gradient(135deg, #1F2937, #1a1e24);
    border-color: rgba(41, 93, 251, 0.2);
}

.night .aiwrlf h4,
.night .aiwrlr h4 {
    color: #e2e8f0;
}

.night .aiwrlf textarea,
.night .aiwrlr textarea {
    background-color: rgba(26, 32, 44, 0.8);
    border-color: rgba(74, 85, 104, 0.3);
    color: #e2e8f0;
}

/* 更微妙的悬浮效果 */
.aiwrlf:hover,
.aiwrlr:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    transform: translateY(-0.5px);  /* 更小的悬浮高度 */
}

.aiwrlf .fontsizes{
    margin: 5px 0 20px 0;
}

.aiwrlf .langselect{
    background-color: #f9fafb;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e6e7eb;
    margin-top: 15px;
    margin-bottom: 15px;
}

.night .aiwrlf .langselect{
    background-color: #444;
    border: 1px solid #666;
    color: #fff;
}

.aiwrlf .gaitype{
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.aiwrlf .gaitype>div{
    width: calc(100% / 3 - 10px);
    display: inline-block;
    background-color: #f0f6ff;
    padding: 15px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.aiwrlf .gaitype>div.act{
    border:2px solid #a856f7;
}

.aiwrlf .gaitype>div span{
    color: #1e4ed8;
}

.aiwrlf .gaitype>div p{
    margin-top: 10px;
    font-size: 12px;
}

.aiwrlf .gaitype>div.t2{
    background-color: #faf5ff;
}

.aiwrlf .gaitype>div.t2 span{
    color: #7e22cf;
}

.aiwrlf .gaitype>div.t3{
    background-color: #fdf3f8;
}

.aiwrlf .gaitype>div.t3 span{
    color: #bf185d;
}

.night .aiwrlf .gaitype>div{
    background-color: #444 !important;
}

.night .aiwrlf .gaitype>div p {
    color: #aaa !important;
}

.night .aiwrlf .gaitype>div span {
    color: #fff !important;
}

.aiwrlr .copres{
    height: unset;
    line-height: normal;
    font-size: 12px;
    padding: 4px 10px;
    display: inline-block;
    float: right;
    background-color: #f3f4f6;
    font-weight: 400;
    margin-top: 8px;
    border-radius: 10px;
    cursor: pointer;
}

.night .aiwrlr .copres{
    background-color: #444;
}

.aiwrlr textarea{
    width: 100%;
    height: 400px;
    background-color: #f9fafb;
    box-shadow: none;
    border: 1px solid #e5e7eb;
}

.night .aiwrlr textarea{
    background-color: #444;
    border: 1px solid #666;
    color: #eee;
}

.aiwriter_submit{
    padding: 8px 0;
    text-align: center;
    background-color: rgb(41, 93, 251);
    color: #fff;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.aiwrlr .bilis{
    display: block;
    padding: 10px 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 6px;
    display: none;
}

.submits i,.aiwriter_submit i{
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    -webkit-animation: aitoolload 1.4s infinite linear;
    animation: aitoolload 1.4s infinite linear;
    display: inline-block;
}

@-webkit-keyframes aitoolload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes aitoolload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* 主内容区域调整 */
.aiwriter-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

/* 帮助面板样式 */
.help-panel {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid rgba(229, 231, 235, 0.5);
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.05);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 20px 0;
    overflow-y: auto;
}

.help-panel.active {
    right: 0;
}

.help-header {
    padding: 0 20px 15px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-header h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
}

.shortcut-tip {
    font-size: 0.75rem;
    color: #6B7280;
    font-weight: normal;
    margin-left: 8px;
}

.close-help {
    cursor: pointer;
    font-size: 1.25rem;
    color: #6B7280;
    padding: 4px;
}

.help-content {
    padding: 20px;
}

.help-section {
    margin-bottom: 20px;
}

.help-section h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #295dfb;
    margin: 0 0 10px;
}

.help-section p,
.help-section li {
    font-size: 0.8125rem;
    color: #4B5563;
    line-height: 1.5;
    margin: 8px 0;
}
 
 
/* 暗色模式 */
.night .help-panel {
    background: #1F2937;
    border-color: rgba(75, 85, 99, 0.3);
}

.night .help-header {
    border-color: rgba(75, 85, 99, 0.2);
}

.night .help-section h4 {
    color: #60A5FA;
}

.night .help-section p,
.night .help-section li {
    color: #E5E7EB;
}

.aiwrlr textarea {
    min-height: 300px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
}

.aiwrlr textarea[readonly] {
    background-color: #f9f9f9;
}

.skeleton-screen {
    display: none;
    padding: 15px;
}

.skeleton-line {
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* 处理中状态 */
.aiwriter_submit.loading .skeleton-screen {
    display: block;
}

.aiwriter_submit.loading + .aiwrlr textarea {
    display: none;
}

.skeleton-loading {
    display: none;
}

.skeleton-loading .skeleton-line {
    animation: skeleton-loading 1.5s infinite;
    fill: #eee;
}

@keyframes skeleton-loading {
    0% {
        fill: #eee;
    }
    50% {
        fill: #f5f5f5;
    }
    100% {
        fill: #eee;
    }
}

/* 当加载时显示骨架屏 */
.aiwriter_submit.loading ~ .aiwrlr .skeleton-loading {
    display: block;
}

.aiwriter_submit.loading ~ .aiwrlr textarea {
    display: none;
}

.aiwriter-content {
    margin: 0 auto;
    padding: 15px;      /* 减小内边距 */
    font-size: 14px;    /* 减小基础字体大小 */
}

.aiwriter-content h4 {
    font-size: 16px;    /* 减小标题字体 */
    margin: 12px 0;     /* 减小标题间距 */
}

.aiwriter-content .subtitle {
    font-size: 14px;    /* 减小副标题字体 */
    margin: 8px 0;      /* 减小副标题间距 */
}

.aiwrlf, .aiwrlr {
    padding: 15px;      /* 减小左右两栏的内边距 */
}

.aiwriter-content textarea {
    font-size: 14px;    /* 减小文本框字体 */
    padding: 10px;      /* 减小文本框内边距 */
}

.gaitype div {
    padding: 8px;       /* 减小改写类型选项的内边距 */
}

.gaitype div span {
    font-size: 14px;    /* 减小选项标题字体 */
}

.gaitype div p {
    font-size: 12px;    /* 减小选项描述字体 */
    margin: 4px 0;      /* 减小描述文字间距 */
}

.langselect {
    font-size: 14px;    /* 减小下拉选择框字体 */
    padding: 6px;       /* 减小下拉选择框内边距 */
}

.aiwriter_submit {
    font-size: 14px;    /* 减小提交按钮字体 */
    padding: 8px 15px;  /* 减小提交按钮内边距 */
}

.points-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f97316;  /* 橙色 */
}

.points-icon {
    width: 20px;
    height: 20px;
}

.points-info span {
    font-size: 14px;
    font-weight: 500;
}

 
/* 右侧帮助面板基础样式 */
.help-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

/* 折叠按钮样式 */
.toggle-button {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    padding: 8px;
    cursor: pointer;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
}

.toggle-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

/* 面板内容样式 */
.feature-info, .usage-guide, .usage-tips {
    margin-bottom: 24px;
}

h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
}

.feature-description p {
    color: #666;
    margin-bottom: 12px;
}

.points-info {
    display: flex;
    align-items: center;
    color: #ff6b6b;
}

.points-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

/* 使用步骤样式 */
.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.badge {
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
}

/* 使用技巧样式 */
.tip-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.check-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #52c41a;
}

/* 折叠状态样式 */
.help-panel.collapsed {
    width: 40px;
    padding: 0;
}

.help-panel.collapsed .expanded-content {
    display: none;
}

.help-panel.collapsed .toggle-icon {
    transform: rotate(180deg);
}

.help-panel.collapsed .collapsed-content {
    display: block;
}

.collapsed-content {
    display: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.help-icon {
    width: 24px;
    height: 24px;
    color: #666;
}

/* 快捷键提示样式 */
.shortcut-hint {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.shortcut-hint.show {
    opacity: 1;
    transform: translateY(0);
}
 
/* 帮助面板基础样式 */
.help-panel {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 280px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 1.5;
}

/* 帮助面板头部 */
.help-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.help-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.close-help {
    cursor: pointer;
    font-size: 18px;
    color: #999;
    line-height: 1;
}

/* 积分信息样式 */
.points-info {
    margin: 12px 16px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.points-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    color: #f59e0b;
}

.points-info span {
    color: #666;
    font-size: 13px;
}

/* 帮助内容区域 */
.help-content {
    padding: 12px 16px;
}

.help-section {
    margin-bottom: 16px;
}

.help-section:last-child {
    margin-bottom: 0;
}

.help-section h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.help-section p {
    color: #666;
    margin: 0 0 8px 0;
    font-size: 13px;
}

/* 列表样式 */
.help-section ol,
.help-section ul {
    margin: 0;
    padding-left: 16px;
}

.help-section li {
    color: #666;
    margin-bottom: 6px;
    font-size: 13px;
}

.help-section li:last-child {
    margin-bottom: 0;
}

/* 活跃状态动画 */
.help-panel.active {
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.jcl_head .clear a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #e4e7ed;
    margin: 0;
    text-decoration: none;
    color: #606266;
    background: #fff;
    transition: all 0.3s ease;
}

.jcl_head .clear a:not(:last-child) {
    border-right: none;
}

.jcl_head .clear a:first-child {
    border-radius: 4px 0 0 4px;
}

.jcl_head .clear a:last-child {
    border-radius: 0 4px 4px 0;
}

.jcl_head .clear a.act {
    background: #409eff;
    color: #fff;
    border-color: #409eff;
}

.jcl_head .clear a svg {
    margin-right: 6px;
}

.jcl_head .clear a:hover {
    background: #ecf5ff;
    color: #409eff;
}


    /* 导航栏图标间距 */
.jcl_head .clear a i {
    margin-right: 8px;
}



 
 