
html,body,div,header,nav,head,span,object,iframe,section,figure,aside,article,h1,h2,h3,h4,img,ol,ul,dl,p {margin:0;padding:0;border:0;background:transparent;}

body {
    color: #666;
    font-size: 14px;
    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
    margin: 0 auto;
    background: #fff;
}

a:hover,a:focus,a:active {
    text-decoration:none;
    cursor:pointer;
    outline: 0
}

*,*:before,*:after {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.clear {clear:both;}
.clear:after {clear: both;display: table;content: " ";}
article,aside,dialog,footer,header,section,footer,nav,figure,menu {display:block}
h1,h2,h3,h4,h5 {line-height:1.75;font-weight:normal;color:inherit;text-rendering:optimizelegibility;}
h1 {font-size:24px;}h2 {font-size:18px;}h3 {font-size:16px;}h4 {font-size:15px;}h5 {font-size:14px;}
.lf {float:left;}.lr {float:right;}
li {list-style:none;}
a {color:#666;vertical-align:baseline;text-decoration:none;font-size:100%;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-spacing:0;border-collapse:collapse;}
:focus{outline: 0}

.user_alert .fa-sync{
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
    color: #00b277;
}

/******************************************************/
.loads{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.loads i{
    margin-right: 8px;
    display: inline-flex;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    font-size: 22px;
    vertical-align: -3px;
}

@-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)}
}

/******************************************************/

.about{
    padding: 20px;
}

.about>div{
    padding: 5px 0;
}

.about>div>a{
    font-size: 12px;
    margin-right: 15px;
}

.about>p{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
}

/******************************************************/

.navdiv{
    position: fixed;
    left: 0;
    top:0;
    width: 240px;
    height: 100vh;
    background-color: #fff;
    border-right: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
}

.navdiv *{
    position: relative;
    z-index: 2;
}

.navdiv::after{
    /*background: linear-gradient(180deg,#8dcaff,#fff);*/
    
    background: linear-gradient(180deg,#e9f1ff,#f5f9ff);
    /*background-image: url(https://creative-static.cdn.bcebos.com/creativity/dist/static/svg/background_dbfeb062.svg),linear-gradient(180deg,#e9f1ff,#f5f9ff);*/
    content: "";
    height: 120px;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navdiv .logo{
    width: 100%;
    height: 120px;
    display: inline-block;
    text-align: center;
}

.navdiv .logo img{
    width: 130px;
    height: 38px;
    margin-top: 40px;
}

.navdiv .logo .logo_bai{
    display: inline-block;
}

.navdiv .logo .logo_night{
    display: none;
}

.night .navdiv .logo .logo_bai{
    display: none;
}

.night .navdiv .logo .logo_night{
    display: inline-block;
}

.nav{
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.nav li {
    margin-bottom: 4px;
    position: relative;
}

.nav>li>a {
    display: block;
    height: 100%;
    width: 100%;
}

.nav>li.act, .nav>li:hover {
    background-color: #f1f2f5;
}


.nav>ul li{
    margin: 0 5px;
}

.nav>ul li.act{
    background-color: #f1f2f5;
}

.nav li a{
    padding-left: 32px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #3e3e3e;
    font-size: 1rem;
}

.nav li .jian{
    position: absolute;
    right: -80px;
    top: 13px;
    color: #444;
}

.nav li a i{
    color: #5d89f7;
    margin-right: 20px;
}

.nav li>ul{
    display: none;
    padding: 10px 0;
    background-color: #eef0f9;
    margin: 10px 10px 10px 10px;
    border-radius: 10px;
}

.nav li>ul li{

}

.nav li>ul li a:hover {
    color: #5d89f7;
}



.nav li>ul li a{
    height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    padding-left: 30px;
}


 

.nav li>ul li a i{
    color: #444;
}

.navdiv_two{

}

.navdiv_two .hdas{
    display: block;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.navdiv_two .hdas img{
    width: 100%;
    display: block;
}

.navdiv_two>.busts{
    background: linear-gradient(90deg,#0a57fc,#4991ff);
    
    /*background: linear-gradient(90deg,#fcc453,#fef1bd );*/
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 #0000000d;
    margin-bottom: 15px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width:100%;
    border:0;
    font-size: 16px;
    display: inline-block;
    
}

.navdiv_two>.busts:hover {
    background: linear-gradient(180deg,#1b5eee,#2779f5);
    box-shadow: 8px 8px 20px rgba(55,99,170,.2);
}


 

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

.navdiv_two div {
    border-bottom: none; /* 或者你可以使用更细的边框，如1px dashed，来覆盖继承的边框 */
    padding: 15px 0;
}



.navdiv_two div a:hover{
  color: #007aff;
}

 
 .navdiv_two_fankui{
    align-items: center;
    color: #13161b;
    font-size: 14px!important;
    font-weight: 500;
}

.fan_kui {
  background: url(./img/feedBg.31ea0a62.png);
}

.navdiv_two > a.busts > img  {
    width: 9rem;
}

.navdiv_two div a i{
    margin-right: 4px;
}

.navdiv_two div a img{
    margin-right: 4px;
    width: 14px;
    height: 14px;
    vertical-align: -1.5px;
}

.navdiv_two > a.busts > span {
    color: #fff;
    display: inline-block;
    /* font-size: 21px; */
    font-weight: 500;
    left: 54px;
    text-align: center;
    position: absolute;
    z-index: 2;
}

.navfoot{
    border-top: 0px !important;
    background-color: #f5f5f5;
    padding: 5px !important;
    border-radius: 6px;
}

.navfoot span{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    width: calc(50% - 2.5px);
    text-align: center;
    border-radius: 6px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

.navfoot span:last-child{
    margin-right: 0;
}

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

/******************************************************/

.headdiv{
    position: fixed;
    left: 240px;
    top:0;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: none;
    border-bottom:1px solid #efefef;
    height: 60px;
    width: calc(100% - 240px);
    z-index: 99;
}

.headdiv .navbar{
    position: relative;
    font-size: 18px;
    cursor: pointer;
    float: left;
    top: 20px;
    left: 20px;
}

.headdiv .retpage{
    float: left;
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 19px;
}

.headdiv .retpage a{
    margin-right: 10px;
}

.headdiv .login_a{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background: #0052d9;
    color: #fff !important;
    padding: 0 15px;
    border-radius: 5px;
    float: right;
    margin-top: 12.5px;
    margin-right: 15px;
}

.headdiv .login_a:hover {
    text-decoration: none;
    background-color: #2670e8;
    transition: all .3s ease-in-out;
}

.headdiv .login_a i{
    margin-right: 10px;
}

.fa-bullhorn{
    right: 377px;
    top: 20px;
    color: #999;
    font-weight: 100!important;
    font-size: 1px;
    width: 15px;
}

.index-golistdiv {
    position: absolute;
    top: 20px;
    right: 151px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    margin: -5px 0px 0px 0;
    padding: 5px 17px;
    border-radius: 16px;
    background-color: #f0f0f0;
    color: #111;
    font-size: 15px;
    background: hsla(0,0%,100%,.76);
    display: none;
}

.index-golistdiv li {
    cursor: pointer;
}

.gong{
 
}

.gong_close {
    font-size: 24px;
    color: #888;
    cursor: pointer;
}

.gong_close {
    position: absolute;
    z-index: 99999999;
    top: 10px;
    right: 30px;
    color: #3fa9ff;
}

.gong_alert {
    padding: 0 20px;
    max-width: 960px;
    margin: auto;
}

.gong_alert h2 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #3fa9ff;
    color: #3fa9ff;
}

.art-text p {
    padding: 5px 0;
    line-height: 1.95em;
    color: #2A2A2A;
    font-size: 14px;
}

.art-text {
    padding: 20px 0 20px 0;
    overflow: hidden;
    line-height: 32px;
    font-size: 15px;
}

.head_r {
    height: 60px;
    position: relative;
    margin-right: 15px;
    /*width: 300px;*/
    float: right;
    text-align: right;
}

.head_r > img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 15px;
}

.user_alert {
    text-align: left;
    background-color: #fff;
    position: absolute;
    top: 55px;
    right: 0px;
    width: 300px;
    border: 1px solid #e5e6ec;
    border-radius: 5px;
    padding: 10px 20px;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

 .user_alert::before {
    border: 10px solid transparent;
    border-bottom-color: #e5e6ec;
    content: "";
    right: 5px;
    margin-left: -8px;
    position: absolute;
    top: -20px;
    width: 16px;
    height: 16px;
}

.user_alert > span {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    display: inline-block;
}

.user_alert > div {
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 12px;
    background: #e9faf8;
    border-radius: 2px;
    border: 1px solid #cdf0ec;
    position: relative;
}

.user_alert > div p {

}

.user_alert > div p a {
    font-size: 12px;
    color: #00b278;
    float: right;
}

.user_alert > a {
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.user_alert > a i {
    margin-right: 8px;
}

.user_alert hr {
    border: none;
    height: 1px;
    background-color: #e5e6ec;
    margin: 10px 0 10px 0;
}


/******************************************************/

.indmod{
    position: fixed;
    left: 240px;
    top: 0;
    width: calc(100% - 240px);
    background-color: #fff;
    padding: 15px 30px; 
    padding-top: 75px;
    height: calc(100vh - 0px);
    overflow-y: scroll;
    background-color: #f7f8fa;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.indmod::-webkit-scrollbar {
    width: 0;
}

.indmod_mod_left{
    width: 20%;
    float: left;
    display: inline-block;
    padding: 10px;
}

.indmod_mod_left>div{
    background-color: #fff8f2;
    border-radius: 10px;
    overflow: hidden;
}

.indmod_mod_left>div:hover {
     border-color: #c7d1f6;
     transform: scale(1.1);
}


.indmod_mod_left>div a{
    display: block;
    padding: 125.5px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.indmod_mod_left>div a i{
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    background-color: #40a9ff;
    color: #fff;
    padding: 0 15px 0 20px;
    border-radius: 0 0 0 20px;
    font-style: normal;
    font-weight: bold;
}

.indmod_mod_left>div img{
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -2px;
}

.indmod_mod_left>div h2{
    display: inline-block;
    font-size: 18px;
}

.indmod_mod_left>div p{
    display: none;
}

.indmod_mod_rig{
    width: 100%;
    float: left;
    display: inline-block;
}

.indmod_mod_rig a{
    width: calc(100%/4);
    display: inline-block;
    float: left;
    padding: 10px;
}

.indmod_mod_rig a>div{
     padding: 45px 0;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background-size: cover; /* 确保背景图片覆盖整个元素 */
}

.indmod_mod_rig a>div:hover {
    cursor: pointer;
    box-shadow: -4px -4px 12px hsla(0,0%,100%,.5), 4px 4px 12px rgba(55,99,170,.2);
    background-color:#e9ecf1;
}

.indmod_mod_rig a>div i{
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    background-color: #40a9ff;
    color: #fff;
    padding: 0 15px 0 20px;
    border-radius: 0 0 0 20px;
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(110deg,#fffcf8,#feda96),#fff;
    box-shadow: inset 1px -1px 0 0 #fff;
    font-size: 14px;
 
    font-weight: 500;
    color: #674532;
}

.indmod_mod_rig a img{
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -2px;
}

.indmod_mod_rig a h2{
    display: inline-block;
    font-size: 18px;
        color: #13161b;
}

.indmod_mod_rig a p{
 
}

.indmod_a {
    background: url(../style/img/a08-2.png) no-repeat;
    background-position: right -2rem top -3rem;

    background-size: 50% auto !important;
    background-color: #f2f4f8;
}

 

.indmod_b {
    background: url(../style/img/L4-3e6fcd99bbc90ffa6a4b8a7f0e1ac589b28a520b.png) no-repeat;
    background-position: right -2rem top -3rem;
    background-size: 50% auto !important;
    background-color: #f2f4f8;
 

}

 

.indmod_c{
    background: url(../style/img/L5-b913da204b5dc8eead2184dedb8806bb33bbadad.png) no-repeat;
    background-position: right -2rem top -3rem;
    background-size: 50% auto !important;
    background-color: #f2f4f8;
}

 

.indmod_d{
    background: url(../style/img/L11-610a522f96d5278020351d549f7af9cc6a582644.png) no-repeat;
    background-position: right -2rem top -4rem;
    background-size: 50% auto !important;
    background-color: #f2f4f8;

}

@keyframes magicFlow4 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.indindex{
    padding: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.indindex img{
    width: 100%;
    display: block;
    border-radius: 10px;
 
        height: auto;
}



    .text-left {
        text-align: left;
        padding-left: 40px; /* 添加左间距为 20px */
    }

    .text-left h2 {
        margin-bottom: 10px; /* 设置 h2 标签的下边距为 10px */
    }

    .text-left p {
       
        margin-top: 10px; /* 设置 p 标签的上边距为 10px */
        font-size: 16px;
    line-height: 24px;
    color: #181818;
    overflow: hidden;
    font-weight: 500;
    word-break: break-all;
    }

/*******************/

.indfoot{
    padding: 10px;
   
}

.indfoot>div{
    /*background-color: #e3ecfa;*/
    border-radius: 10px;
}

.indfoot .indfoot_submenm{
    height: 50px;
    line-height: 50px;
    padding-left: 0px;
}

.indfoot .indfoot_submenm span{
 
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
 
 
 
    justify-content: center;
 
    transition: all .3s;
    
    font-size: 13px;
    font-weight: 500;
 
    
}

.indfoot .indfoot_submenm span:hover{
 
color: #0052d9;
}

.indfoot .indfoot_submenm span.act{
color: #0052d9;
}

.indfoot .nologin{
    padding: 0 0 0 20px;
    border-radius: 10px;
    padding-left: 0px;
        background: linear-gradient(180deg,#f3f5f8,#fff);
    border: 1px solid #fff;
    box-shadow: 4px 4px 12px rgba(55,99,170,.05), -4px -4px 12px hsla(0,0%,100%,.5);
    border-radius: 2px;
    
    
}

.indfoot .nologin>div{
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
    color: #151626;
    border-radius: 10px;
    font-size: 18px;
}

.indfoot .nologin>div>div{
    /*margin-top: 60px;*/
}

.indfoot .nologin>div>div div{
    width: 240px;
    height: 160px;
    background-color: #e3ecfa;
    display: inline-block;
    border-radius: 10px;
    margin: 0 10px;
    padding: 20px;
    text-align: left;
    position: relative;
    background-image: linear-gradient(317deg, #a1c4fd 0%, #c2e9fb 100%);
}

.nologin .aa:hover {
 
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
}



.nologin .aa{
    background-image: linear-gradient(317deg, #f3e8ff 0%, #abcffd 100%) !important;
}

.nologin .bb{
    background-image: linear-gradient(317deg, #fdf6f0 0%, #f3e8ff 100%) !important;
}


.nologin .bb:hover {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
}



.indfoot .nologin>div>div div a{
    display: block;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.indfoot .nologin>div>div div a h3{
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding-left: 10px;
    border-left: 2px solid #2d4eed;
    color: #151626;
}

.indfoot .nologin>div>div div a i{
    font-size: 60px;
    right: 15px;
    bottom: 15px;
    position: absolute;
    color: #fff;
    opacity: 0.4;
}

.indfoot .tapdiv{
    border-radius: 10px;
}

.indfoot .tapdiv>div {
    text-align: center;
    background-color: #fff;
    color: #0b7894;
    border-radius: 10px;
    text-align: left;
}

.indfot_batch,.indfot_novel{
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 10px !important;
    min-height: auto !important;
}

.indfot_batch ul li{
    padding: 10px;
}

.indfot_novel{
    display: none;
}

.indfot_chat{
    display: none;
}

.indfoot .newa{
    background-color: #f7faff;
    background-image: linear-gradient(65deg, rgba(255, 207, 237, .04) 30%, rgba(111, 255, 151, .03) 45%, rgba(140, 213, 255, .09));
    overflow: hidden;
    display: block;
    text-align: center;
    border-radius: 6px;
    padding: 60px 0;
    width: calc(100%/5);
    border: 1px solid #e3ecfa;
    color:#0b7894;
    margin: 10px;
}

/* 24-3-1*/
.newa {
 display: block;
  text-align: center;
}

.newa span {
  margin-left: 10px;
}
.newa img {
    height: 64px;
    width: 64px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.indfot_batch.batch > ul > a:hover{
    border: 1px solid #a8caff;
    /*box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);*/
    border-radius: 12px;
    color: #151b26;
    cursor: pointer;
 
    overflow: hidden;
    position: relative;
    transform: rotate(0deg);
    transition: border, box-shadow .15s ease-in-out;
}

/******************************************************/

.tool_body{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
}

.tool_body .clear{
   
}

.tool_body .tool_lf,.tool_body .tool_lr{
    width: 50%;
    float: left;
    display: inline-block;
    padding: 40px 40px 10px 40px;
    min-height: calc(100vh - 60px);
}

.tool_body .tool_lf{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #efefef;
    position: sticky;
    top: 60px;
    height: calc(100vh - 145px);
}

.tool_body .tool_lf>div:first-child{
    overflow-y: scroll;
    max-height: calc(100% - 100px);
    padding-right: 5px;
}

.tool_body .tool_lf>div:first-child::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.tool_body .tool_lf>div:first-child::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #f2faff;
}

 .tool_title{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #3fa9ff;
    position: relative;
    background-color: #f5faff;
}

.tool_title::before{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(180deg,#3fa9ff,#fff);
}

.tool_title::after{
    position: absolute;
    right: 25px;
    top: 35px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(312deg,#3fa9ff,#fff);
}

.tool_title span{
    font-size: 12px;
}

.tool_title span i{
    margin-right: 10px;
}

.tool_title h2{
    margin-top: 10px;
    color: #3fa9ff;
}


.tool_texts textarea{
    border: 1px solid #bebedd;
    width: 100%;
    min-height: 160px;
    resize: none;
    padding: 10px;
    line-height: 24px;
    font-size: 13px;
    overflow-y: hidden;
    color: #555;
    border-radius: 6px;
}

.tool_body .tool_lf>div:first-child textarea::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.tool_body .tool_lf>div:first-child textarea::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.tool_body .tool_lf>div:first-child textarea:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.tool_body .tool_lf>div:first-child textarea:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.tool_body .tool_lf>div:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
}

.tool_body .tool_lf>div:last-child span{
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #3fa9ff;
    border-radius: 10px;
}

.tool_body .tool_lf .tool_tip{
    margin-top: 20px;
    border: 1px solid #f2d3b4;
    background-color: #fff7f1;
    padding: 15px;
    border-radius: 6px;
}

.tool_body .tool_lf .tool_tip p{
    font-size: 12px;
    line-height: 24px;
    color: #bd6f21;
}

.tool_body .tool_texts{
    position: relative;
}

.tool_body .tool_texts input{
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #bebedd;
    padding-left: 10px;
    border-radius: 4px;
}

.tool_body .tool_texts i{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #bebedd;
    font-size: 12px;
}

.tool_body .tool_lf .tit{
    color: #555;
    font-size: 13px;
    font-weight: 700;
    margin: 30px 0;
}

.tool_body .tool_buts{
    margin-top: 10px;
}

.tool_body .tool_buts>div{
    display: inline-block;
}

.tool_body .tool_buts>div select{
    height: 30px;
    line-height: 30px;
    max-width: 150px;
    width: 100px;
    border: 1px solid #e5e6ec;
    display: inline-block;
    padding: 0 5px;
    color: #666;
}

.tool_body .tool_buts>span{
    border: 1px solid #ddd;
    color: #888;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #dadce0;
    border-radius: 4px;
    float: right;
}

.tool_body .tool_lr{

}


.tool_body .tool_lr .tool_lr_tip{
    min-height: calc(100vh - 110px);
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: -40px;
}

.tool_body .tool_lr .tool_lr_tip i{
    font-size: 100px;
    color: #e1f0fe;
}

.tool_body .tool_lr .tool_lr_tip p{
    margin-top: 20px;
    color: #e1f0fe;
    font-size: 16px;
}

.tool_body .tool_lr .infoext_ret_no{
    min-height: calc(100vh - 220px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    border: 1px solid #f5f5f5;
    background-color: #fcfcfc;
    margin-bottom: 20px;
}

.tool_body .tool_lr .infoext_ret_no i{
    font-size: 100px;
    color: #dddddd;
}

.tool_body .tool_lr .infoext_ret_no span{
    display: block;
    margin-top: 20px;
    color: #dddddd;
}


.tool_body .tool_lr .txterr_ret_no {
    min-height: calc(100vh - 220px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    border: 1px solid #f5f5f5;
    background-color: #fcfcfc;
    margin-bottom: 20px;
}

.tool_body .tool_lr .txterr_ret_no i{
    font-size: 65px;
    color: #008001;
    margin-bottom: 20px;
}

.tool_body .tool_lr .txterr_ret_no span{
    display: block;
    margin-top: 20px;
    color: #008001;
    display: block;
}


/******************************************************/
.infoext_cent{
    min-height: 300px !important;
}
.infoext_ret{

}

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

.infoext_ret fieldset legend{
    padding-right: 10px;
    font-size: 13px;
}

.infoext_ret fieldset span{
    padding: 5px 10px;
    border: 1px solid #e0f1e9;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

/******************************************************/
.txterr_cent{
    min-height: 350px !important;
}
.txterr_ret{

}

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

.txterr_ret fieldset legend{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
}

.txterr_ret .txterr_err {
    border:1px solid #ff9800;
}

.txterr_ret .txterr_err legend{
    color: #ff9800;
}

.txterr_ret .txterr_ok {
    border: 1px solid green;
}

.txterr_ret .txterr_ok legend{
    color: green;
}


/******************************************************/

.searchwords .tits{
    color: #555;
    font-size: 13px;
    font-weight: 700;
    margin: 30px 0;
}

.searchwords_like{
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #ff9800;
    border-radius: 4px;
    background-color: #fffaf7;
    position: relative;
    overflow: hidden;
}

.searchwords_like::before{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(223deg,#ffeadb,#fffaf7);
}

.searchwords_like::after{
    position: absolute;
    right: 25px;
    top: 35px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(312deg,#ffeadb,#fff);
}

.searchwords_like>span{
    margin-bottom: 10px;
    display: inline-block;
}

.searchwords_like>span i{
    color: #2d4eed;
    margin-right: 10px;
    font-weight: 500;
}

.searchwords_like>div{

}

.searchwords_like>div span{
    font-size: 13px;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    cursor: pointer;
}


/******************************************************/

.searchwords_ret{

}

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

.searchwords_ret fieldset legend{
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    font-size: 13px;
}

.searchwords_ret fieldset span{
    padding: 5px 10px;
    border: 1px solid #e0f1e9;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

.searchwords_ret fieldset p{
    line-height: 24px;
    font-size: 13px;
    color: rgb(78,89,105);
}

.searchwords_ret fieldset ul{
    padding-left: 2em;
}

.searchwords_ret fieldset ul li{
    list-style: unset;
    font-size: 13px;
    line-height: 24px;
    color: #444;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}


/******************************************************/

.txtcom{
    padding: 40px;
}

.txtcom_lf,.txtcom_lr{
    width:50%;
    display: inline-block;
    float: left;
}

.txtcom_lf{
    padding-right: 40px;
}

.txtcom_lr{
    padding-left: 40px;
}

.txtcom textarea{
    min-height: 450px;
}

.txtcom_lf{   
    position: relative;
}



.txtcom_lr{
  
}

.txtcom_lf m{
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #eb234e;
    border-radius: 20px;
    transform: translate(50%,-50%);
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
}

.txtcom_lf>span,.txtcom_lr>span{
    color: #555;
    font-size: 13px;
    font-weight: 700;
    margin: 15px 0;
    display: inline-block;
}

.txtcom_lf button{
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
    margin-top: 20px;
    background-color: #3fa9ff;
}

.txtcom_lr .clears{
    color: #888;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #dadce0;
    border-radius: 4px;
    float: right;
}

.txtcom_ret{
    display: none;
}

.txtcom_ret>div{
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 4px;
}

.txtcom_duidu{
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: green;
    font-size: 12px;
}

.txtcom_ret .searchwords_duformat{
    color:#2196F3;
    margin-left: 15px;
}

.txtcom_ret .searchwords_duformat i{
    display: inline-block;
    font-style: normal;
    border: 1px solid #64aff4;
    padding: 2px 5px;
    border-radius: 3px;
    transform: scale(0.8);
    -moz-user-select: none;
    user-select: none;
    font-size: 12px;
    margin-right: 5px;
}

.txtcom_ret .searchwords_duformat i.act{
    background-color: #64aff4;
    color: #fff;
}

.txtcom_ret .duibi-diff{
    display: block;
    padding: 10px;
    border: 1px solid #f5f5f5;
    font-size: 13px;
    line-height: 26px;
}

.txtcom_ret .duibi-diff span,.txtcom_ret .duibi-diff del,.txtcom_ret .duibi-diff ins{
    margin-right: 2px;
}

/******************************************************/

.create_ret{
    padding: 10px;
    border: 1px solid #a8d4aa;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 4px;
}

.create_cent{
    min-height: 400px !important;
}

.create_ret p{
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(78,89,105);
}

.create_ret p:last-child{
    margin-bottom: 0;
}

.create_ret_duibidiv{
    border: 1px solid #ddd;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.create_ret_duformatdiv{
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: green;
    font-size: 12px;
}

.create_ret_duformat{
    color:#2196F3;
    margin-left: 15px;
}

.create_ret_duformat i{
    display: inline-block;
    font-style: normal;
    border: 1px solid #64aff4;
    padding: 2px 5px;
    border-radius: 3px;
    transform: scale(0.8);
    -moz-user-select: none;
    user-select: none;
    font-size: 12px;
    margin-right: 5px;
}

.create_ret_duformat i.act{
    background-color: #64aff4;
    color: #fff;
}

.create_ret_duibi{
    display: block;
    padding: 10px;
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 26px;
}

.create_ret_duibi span,.create_ret_duibi del,.create_ret_duibi ins{
    margin-right: 2px;
}

.create_ret_no{
    min-height: calc(100vh - 220px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.create_ret_no div span{
    display: block;
    margin-top: 20px;
    color: #ebc7ab;
}

/******************************************************/

.tokenssize_cent{
    min-height: 350px !important;
}

.tokenssize{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
}

.tokenssize>.clear{
    padding: 40px;
}

.tokenssize .tit{
    color: #555;
    font-size: 13px;
    font-weight: 700;
    margin: 30px 0;
}

.tokenssize .tokenssize_but{
    margin-top: 20px;
}

.tokenssize .tokenssize_but span{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: block;
    background: linear-gradient(135deg,#ff381e,#ff5600 50%,#ff6e2d);
}

.tokenssize_artdiv{
    margin: 15px;
    padding: 10px;
    border: 1px solid #c6f390;
    background-color: #fbfff6;
}

.tokenssize_artdiv p{
    font-size: 13px;
    line-height: 24px;
}

.tokenssize_artdiv p span{
    color: green;
}

.tokenssize_artdiv p i{
    font-size: 12px;
    font-style: normal;
    margin-left: 10px;
    color: #aaa;
}

/******************************************************/


.buystip{
    border: 1px solid #ddd;
    padding: 10px 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.buystip span{
    font-size: 12px;
    font-style: normal;
    background-color: #aaa;
    color: #fff;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 3px;
}

.buystip span i{
    font-style: normal;
}

.buystip span.viptips{
    background: linear-gradient(135deg,#ab04b5,#d42490 31%,#d90368 65%,#f93333);
}

/******************************************************/

.apps{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 40px;
}

.apps_cate{
    padding: 10px;
}

.apps_cate span{
    display: inline-block;
    font-size: .875rem;
    padding: 3px 15px;
    border-radius: 3px;
    margin-right: 5px;
    color: #1c1d23;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 #1e1e1f0a;
}

.apps_cate span.act,.apps_cate span:hover{
    color: #1c1d23;
    background-color: #2e2e3814;
}

.apps ul{

}

.apps ul li{
    width: calc(100% / 5);
    float: left;
    padding: 10px;
}

.apps ul li a{
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    border-radius: 4px;
    display: block;
    padding: 20px;
}


.apps ul li a:hover {
    box-shadow: 0 10px 12px 0 rgba(28,31,35,.1); 
}

.apps ul li a img{
    float: left;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.apps ul li a div{
    height: 60px;
    line-height: 30px;
}

.apps ul li a div h2{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #34495e;
    display: list-item;
    font-weight: 500;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apps ul li a div p{
    -webkit-line-clamp: 2;
    color: #9aabb8;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.app_tool{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 20px;
}

.app_tool_head{
    height: 45px;
    line-height: 45px;
    background-color: #f5f5f5;
    padding: 0 15px;
    background: linear-gradient(225deg,#e6ebf3,#fff);
    border: 1px solid #f4fafe;
}

.app_tool_head a{
    margin-right: 15px;
}

.app_tool_body{

}

.app_tool_lf,.app_tool_lr{
    width:50%;
    float: left;
    display: inline-block;
}

.app_tool_lf{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #efefef;
    position: sticky;
    height: calc(100vh - 145px);
    padding: 20px 5px 20px 20px;
}

.app_tool_lf>div:first-child{
    overflow-y: scroll;
    max-height: calc(100% - 100px);
    padding-right: 35px;
}

.app_tool_lf>div:first-child::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.app_tool_lf>div:first-child::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #f2faff;
}

.app_tool_lf>div:first-child::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.app_tool_lf>div:first-child h4{
    color: #444;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0 30px 0;
}

.app_tool_lf>div:first-child .tool_items{
    margin-bottom: 25px;
}

.app_tool_lf>div:first-child .tool_items>span{
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.app_tool_lf>div:first-child .tool_items>span>i{
    margin-left: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    position: relative;
}

.app_tool_lf>div:first-child .tool_items>span>i m{
    position: absolute;
    width: 200px;
    left: 0;
    top: -3px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    transform: translate(25px, 0);
    color: #000;
    line-height: 18px;
    font-size: 12px;
    z-index: 9999;
}

.app_tool_lf>div:first-child .tool_items>span>i m::before{
    border: 8px solid transparent;
    border-right-color: #ddd;
    content: "";
    left: -16px;
    top: 0px;
    position: absolute;
    width: 16px;
    height: 16px;
}

.app_tool_lf>div:first-child .tool_items>span>m{
    margin-left: 5px;
}

.app_tool_lf>div:first-child .tool_items>span>m::before{
    content: '•';
    color: #ff381e;
    font-size: 16px;
}

.app_tool_lf>div:first-child .tool_items>div{
    position: relative;
}

.app_tool_lf>div:first-child .tool_items div input + i{
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    cursor: pointer;
    font-size: 22px;
    color: #ddd;
}

.app_tool_lf>div:first-child .tool_items div input + i:hover{
    color: #2d4eed;
}

.app_tool_lf>div:first-child .tool_items div input + i m{
    position: absolute;
    transform: translate(-40%, -140%);
    left: 0;
    width: 50px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
}

.app_tool_lf>div:first-child .tool_items div input + i m::before{
    border: 8px solid transparent;
    border-top-color: #000;
    content: "";
    left: 20px;
    bottom: -16px;
    position: absolute;
    width: 16px;
    height: 16px;
}

.app_tool_lf>div:first-child .tool_items div textarea + i{
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    right: 0px;
    top: 0px;
    z-index: 99;
    cursor: pointer;
    font-size: 22px;
    color: #ddd;
}

.app_tool_lf>div:first-child .tool_items div textarea + i:hover{
    color: #2d4eed;
}

.app_tool_lf>div:first-child .tool_items div textarea + i m{
    position: absolute;
    transform: translate(-40%, -140%);
    left: 0;
    width: 50px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
}

.app_tool_lf>div:first-child .tool_items div textarea + i m::before{
    border: 8px solid transparent;
    border-top-color: #000;
    content: "";
    left: 20px;
    bottom: -16px;
    position: absolute;
    width: 16px;
    height: 16px;
}

.app_tool_lf>div:first-child .tool_items input[type="text"]{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    padding-right: 45px;
    color: rgb(29,33,41);
}

.app_tool_lf>div:first-child .tool_items input[type="text"]:hover {
    border-color: #0052D9;
    outline: 0;
}

.app_tool_lf>div:first-child .tool_items input::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.app_tool_lf>div:first-child .tool_items input::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.app_tool_lf>div:first-child .tool_items input:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.app_tool_lf>div:first-child .tool_items input:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.app_tool_lf>div:first-child .tool_items textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 120px;
    resize: none;
    color: rgb(29,33,41);
}

.app_tool_lf>div:first-child .tool_items textarea::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.app_tool_lf>div:first-child .tool_items textarea::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.app_tool_lf>div:first-child .tool_items textarea:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.app_tool_lf>div:first-child .tool_items textarea:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.app_tool_lf>div:first-child .tool_items select{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0 !important;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
}

.app_tool_lf>div:first-child .tool_items .raddiv{
    border: 1px solid #e0e0e0;
    padding-left: 15px;
    border-radius: 4px;
}

.app_tool_lf>div:first-child .tool_items label{
    position: relative;
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 25px;
    font-size: 13px;
}

.app_tool_lf>div:first-child .tool_items label input[type="radio"]{
    display: none;
}

.app_tool_lf>div:first-child .tool_items label input[type="radio"] + span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

.app_tool_lf>div:first-child .tool_items label input[type="radio"]:checked + span:after {
    content: ' ';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-color: #2196f3;
    border-radius: 50%;
}

.app_tool_lf>div:first-child .tool_items label input[type="checkbox"]{
    display: none;
}

.app_tool_lf>div:first-child .tool_items label input[type="checkbox"] + span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 5px;
}

.app_tool_lf>div:first-child .tool_items label input[type="checkbox"]:checked + span:after {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    background-size: 10px 10px !important;
    background: url(img/duihao.svg) 2px 2px no-repeat;
    box-sizing: border-box;
    background-color: #2196f3;
}

.app_tool_lf>div:first-child .tool_items>.ttips{
    position: relative;
}

.app_tool_lf .app_tool_foot{
    padding-right: 35px;
}
.app_tool_lf .app_tool_foot span{
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background: #266fe8;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
}

.app_tool_lf .app_tool_foot span:hover{
    background: #266fe8;
    color: #fff;
    box-shadow: none;
}
.app_tool_lr{
    height: calc(100vh - 145px);
    overflow-y: scroll;
}

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

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

.app_tool_lr_tip{
    min-height: calc(100vh - 165px);
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: -40px;
}

.app_tool_lr_tip p {
    margin-top: 20px;
    color: #999;
    font-size: 16px;
}

.app_tool_lr_tip i{
    width: 54px;
    height: 68px;
    background-image: url(https://cloudcache.tencent-cloud.cn/open_proj/proj_qcloud_v2/gateway/shopcart/css/sprite/calc-202201251702.png)!important;
    display: block;
    margin: 40px auto 20px;
    background-position: -140px 0px;
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before{
   display:none;
}

.app_tool_lrrets{
    padding: 30px;
    margin: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 13px;
    background-color: #f4faff;
    border: 1px solid #d7ecff;
}

.app_tool_lrrets .copys{
    color: #ff6826;
    cursor: pointer;
}

.app_tool_buytip{
    margin: 0 40px;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
    mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
    display: block
}

.markdown-body summary {
    display: list-item
}

.markdown-body [hidden] {
    display: none !important
}

.markdown-body a {
    background-color: transparent;
    text-decoration: none;
    color: #FF9800;
}

.markdown-body abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.markdown-body dfn {
    font-style: italic
}

.markdown-body h1 {
    margin: .67em 0;
    padding-bottom: .3em;
    font-size: 2em;
}

.markdown-body small {
    font-size: 90%
}

.markdown-body sub,
.markdown-body sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.markdown-body sub {
    bottom: -.25em
}

.markdown-body sup {
    top: -.5em
}

.markdown-body img {
    border-style: none;
    max-width: 100%;
    box-sizing: content-box;
     max-width: 100%; /* 图片的最大宽度将自动适应容器的宽度 */
    height: auto; /* 图片的高度将自动按比例调整以保持原始宽高比 */
    display: block; /* 使图片成为块级元素，以在前后带有 <p> 标签时能够换行 */
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
    font-family: monospace;
    font-size: 1em
}

.markdown-body figure {
    margin: 1em 40px
}

.markdown-body hr {
    box-sizing: content-box;
    overflow: hidden;
    background: transparent;
    height: .25em;
    padding: 0;
    margin: 24px 0;
    border: 0
}

.markdown-body input {
    font: inherit;
    margin: 0;
    overflow: visible;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
    -webkit-appearance: button
}

.markdown-body [type=checkbox],
.markdown-body [type=radio] {
    box-sizing: border-box;
    padding: 0
}

.markdown-body [type=number]::-webkit-inner-spin-button,
.markdown-body [type=number]::-webkit-outer-spin-button {
    height: auto
}

.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.markdown-body ::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

.markdown-body ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.markdown-body a:hover {
    text-decoration: underline
}


.markdown-body hr:after,
.markdown-body hr:before {
    display: table;
    content: ""
}

.markdown-body hr:after {
    clear: both
}

.markdown-body table {
    border-spacing: 0;
    border-collapse: collapse;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto
}

.markdown-body td,
.markdown-body th {
    padding: 0
}

.markdown-body details summary {
    cursor: pointer
}

.markdown-body details:not([open])>:not(summary) {
    display: none !important
}

.markdown-body [role=button]:focus,
.markdown-body a:focus,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=radio]:focus {
    outline-offset: -2px;
    box-shadow: none
}

.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible),
.markdown-body input[type=checkbox]:focus:not(:focus-visible),
.markdown-body input[type=radio]:focus:not(:focus-visible) {
    outline: 1px solid transparent
}

.markdown-body [role=button]:focus-visible,
.markdown-body a:focus-visible,
.markdown-body input[type=checkbox]:focus-visible,
.markdown-body input[type=radio]:focus-visible {
    outline-offset: -2px;
    box-shadow: none
}

.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=checkbox]:focus-visible,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=radio]:focus-visible {
    outline-offset: 0
}

.markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    line-height: 10px;
    vertical-align: middle;
    border-radius: 6px;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1.25
}

.markdown-body h2 {
    padding-bottom: .3em;
    font-size: 1.5em;
}

.markdown-body h3 {
    font-size: 1.25em
}

.markdown-body h4 {
    font-size: 1em
}

.markdown-body h5 {
    font-size: .875em
}

.markdown-body h6 {
    font-size: .85em;
}

.markdown-body p {
    margin-top: 0;
    margin-bottom: 10px
}

.markdown-body>p:last-child{
    margin-bottom: 0;
}

.markdown-body blockquote {
    margin: 0;
    padding: 0 1em;
}

.markdown-body ol,
.markdown-body ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2em
}

.markdown-body ol li,.markdown-body ul li{
    margin-bottom: 0 !important;
}

.markdown-body ol li p,.markdown-body ul li p{
    margin: 5px 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
    list-style-type: lower-roman
}

.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
    list-style-type: lower-alpha
}

.markdown-body dd {
    margin-left: 0
}

.markdown-body code,
.markdown-body pre,
.markdown-body samp,
.markdown-body tt {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 12px
}

.markdown-body pre {
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: normal
}

.markdown-body .octicon {
    display: inline-block;
    overflow: visible !important;
    vertical-align: text-bottom;
    fill: currentColor
}

.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.markdown-body:after,
.markdown-body:before {
    display: table;
    content: ""
}

.markdown-body:after {
    clear: both
}

.markdown-body>:first-child {
    margin-top: 0 !important
}

.markdown-body>:last-child {
    margin-bottom: 0 !important
}

.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none
}

.markdown-body .anchor {
    float: left;
    padding-right: 4px;
    margin-left: -20px;
    line-height: 1
}

.markdown-body .anchor:focus {
    outline: none
}

.markdown-body blockquote,
.markdown-body details,
.markdown-body dl,
.markdown-body ol,
.markdown-body p,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
    margin-top: 0;
    margin-bottom: 16px
}

.markdown-body blockquote>:first-child {
    margin-top: 0
}

.markdown-body blockquote>:last-child {
    margin-bottom: 0
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
    vertical-align: middle;
    visibility: hidden
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
    text-decoration: none
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
    visibility: visible
}

.markdown-body h1 code,
.markdown-body h1 tt,
.markdown-body h2 code,
.markdown-body h2 tt,
.markdown-body h3 code,
.markdown-body h3 tt,
.markdown-body h4 code,
.markdown-body h4 tt,
.markdown-body h5 code,
.markdown-body h5 tt,
.markdown-body h6 code,
.markdown-body h6 tt {
    padding: 0 .2em;
    font-size: inherit
}

.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
    display: inline-block
}

.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
    margin-left: -40px
}

.markdown-body summary h1,
.markdown-body summary h2 {
    padding-bottom: 0;
    border-bottom: 0
}

.markdown-body ol.no-list,
.markdown-body ul.no-list {
    padding: 0;
    list-style-type: none
}

.markdown-body ol[type=a] {
    list-style-type: lower-alpha
}

.markdown-body ol[type=A] {
    list-style-type: upper-alpha
}

.markdown-body ol[type=i] {
    list-style-type: lower-roman
}

.markdown-body ol[type=I] {
    list-style-type: upper-roman
}

.markdown-body div>ol:not([type]),
.markdown-body ol[type="1"] {
    list-style-type: decimal
}

.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.markdown-body li>p {
    margin-top: 16px
}

.markdown-body li+li {
    margin-top: .25em
}

.markdown-body dl {
    padding: 0
}

.markdown-body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
}

.markdown-body dl dd {
    padding: 0 16px;
    margin-bottom: 16px
}


.markdown-body table td,
.markdown-body table th {
    padding: 10px 13px;
    border: 1px solid #e0e3c0;
    font-size: 12px;
}

.markdown-body table   {
    background-color: #F9FBE7;
    width: 100%; 
    margin: 0 auto;
}

.markdown-body table img {
    max-width: 100%;
    height: auto; 
    display: block; 
}

.markdown-body img[align=right] {
    padding-left: 20px
}

.markdown-body img[align=left] {
    padding-right: 20px
}

.markdown-body .emoji {
    max-width: none;
    vertical-align: text-top;
    background-color: transparent
}

.markdown-body span.frame {
    display: block;
    overflow: hidden
}

.markdown-body span.frame>span {
    display: block;
    float: left;
    width: auto;
    padding: 7px;
    margin: 13px 0 0;
    overflow: hidden;
}

.markdown-body span.frame span img {
    display: block;
    float: left
}

.markdown-body span.frame span span {
    display: block;
    padding: 5px 0 0;
    clear: both;
}

.markdown-body span.align-center {
    display: block;
    overflow: hidden;
    clear: both
}

.markdown-body span.align-center>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: center
}

.markdown-body span.align-center span img {
    margin: 0 auto;
    text-align: center
}

.markdown-body span.align-right {
    display: block;
    overflow: hidden;
    clear: both
}

.markdown-body span.align-right>span {
    display: block;
    margin: 13px 0 0;
    overflow: hidden;
    text-align: right
}

.markdown-body span.align-right span img {
    margin: 0;
    text-align: right
}

.markdown-body span.float-left {
    display: block;
    float: left;
    margin-right: 13px;
    overflow: hidden
}

.markdown-body span.float-left span {
    margin: 13px 0 0
}

.markdown-body span.float-right {
    display: block;
    float: right;
    margin-left: 13px;
    overflow: hidden
}

.markdown-body span.float-right>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: right
}

.markdown-body code,
.markdown-body tt {
    padding: .2em .4em;
    margin: 0;
    font-size: 85%;
    white-space: break-spaces;
    border-radius: 6px
}

.markdown-body code br,
.markdown-body tt br {
    display: none
}

.markdown-body del code {
    text-decoration: inherit
}

.markdown-body samp {
    font-size: 85%
}

.markdown-body pre code {
    font-size: 100%;
    position: relative;
}

.markdown-body pre code i{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #888;
    font-weight: bold;
    font-size: 14px;
}

.markdown-body pre>code {
    padding: 0;
    margin: 0;
    word-break: normal;
    background: transparent;
    border: 0
}

.markdown-body .highlight {
    margin-bottom: 16px
}

.markdown-body .highlight pre {
    margin-bottom: 0;
    word-break: normal
}

.markdown-body .highlight pre,
.markdown-body pre {
    padding: 16px 16px 8px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    border-radius: 6px
}

.markdown-body pre code,
.markdown-body pre tt {
    display: inline-block;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
    padding: 5px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    white-space: nowrap
}

.markdown-body .csv-data .blob-num {
    padding: 10px 8px 9px;
    text-align: right;
    background: var(--color-canvas-default);
    border: 0
}

.markdown-body .csv-data tr {
    border-top: 0
}

.markdown-body .csv-data th {
    border-top: 0
}

.markdown-body [data-footnote-ref]:before {
    content: "["
}

.markdown-body [data-footnote-ref]:after {
    content: "]"
}

.markdown-body .footnotes {
    font-size: 12px;
}

.markdown-body .footnotes ol {
    padding-left: 16px
}

.markdown-body .footnotes ol ul {
    display: inline-block;
    padding-left: 16px;
    margin-top: 16px
}

.markdown-body .footnotes li {
    position: relative
}

.markdown-body .footnotes li:target:before {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -24px;
    pointer-events: none;
    content: "";
    border-radius: 6px
}

.markdown-body .footnotes li:target {
    color: var(--color-fg-default)
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
    font-family: monospace
}

.markdown-body .pl-sr .pl-cce {
    font-weight: 700;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
    font-weight: 700;
}

.markdown-body .pl-mi {
    font-style: italic;
}

.markdown-body .pl-mb {
    font-weight: 700;
}

.markdown-body .pl-mdr {
    font-weight: 700;
}

.markdown-body .pl-corl {
    text-decoration: underline;
}

.markdown-body g-emoji {
    display: inline-block;
    min-width: 1ch;
    font-family: Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1em;
    font-style: normal !important;
    line-height: 1;
    vertical-align: -.075em
}

.markdown-body g-emoji img {
    width: 1em;
    height: 1em
}

.markdown-body .task-list-item {
    list-style-type: none
}

.markdown-body .task-list-item.enabled label {
    cursor: pointer
}

.markdown-body .task-list-item+.task-list-item {
    margin-top: 4px
}

.markdown-body .task-list-item .handle {
    display: none
}

.markdown-body .task-list-item-checkbox {
    margin: 0 .2em .25em -1.4em;
    vertical-align: middle
}

.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
    margin: 0 -1.6em .25em .2em
}

.markdown-body .contains-task-list {
    position: relative
}

.markdown-body .contains-task-list:focus-within .task-list-item-convert-container,
.markdown-body .contains-task-list:hover .task-list-item-convert-container {
    display: block;
    width: auto;
    height: 24px;
    overflow: visible;
    clip: auto
}

.markdown-body ::-webkit-calendar-picker-indicator {
    filter: invert(50%)
}

.markdown-body {
    /*!
  Theme: Tokyo-night-Dark
  origin: https://github.com/enkia/tokyo-night-vscode-theme
  Description: Original highlight.js style
  Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
  License: see project LICENSE
  Touched: 2022
*/
}

.markdown-body pre {
    padding: 0
}

.markdown-body code,
.markdown-body pre {
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace
}

.markdown-body pre code {
    display: block;
    overflow-x: auto;
    padding: 1em
}

.markdown-body code {
    padding: 3px 5px
}

.markdown-body .hljs,
.markdown-body pre {
    background: #1a1b26;
    color: #cbd2ea
}

.markdown-body .hljs-comment,
.markdown-body .hljs-meta {
    color: #565f89
}

.markdown-body .hljs-deletion,
.markdown-body .hljs-doctag,
.markdown-body .hljs-regexp,
.markdown-body .hljs-selector-attr,
.markdown-body .hljs-selector-class,
.markdown-body .hljs-selector-id,
.markdown-body .hljs-selector-pseudo,
.markdown-body .hljs-tag,
.markdown-body .hljs-template-tag,
.markdown-body .hljs-variable.language_ {
    color: #f7768e
}

.markdown-body .hljs-link,
.markdown-body .hljs-literal,
.markdown-body .hljs-number,
.markdown-body .hljs-params,
.markdown-body .hljs-template-variable,
.markdown-body .hljs-type,
.markdown-body .hljs-variable {
    color: #ff9e64
}

.markdown-body .hljs-attribute,
.markdown-body .hljs-built_in {
    color: #e0af68
}

.markdown-body .hljs-keyword,
.markdown-body .hljs-property,
.markdown-body .hljs-subst,
.markdown-body .hljs-title,
.markdown-body .hljs-title.class_,
.markdown-body .hljs-title.class_.inherited__,
.markdown-body .hljs-title.function_ {
    color: #7dcfff
}

.markdown-body .hljs-selector-tag {
    color: #73daca
}

.markdown-body .hljs-addition,
.markdown-body .hljs-bullet,
.markdown-body .hljs-quote,
.markdown-body .hljs-string,
.markdown-body .hljs-symbol {
    color: #9ece6a
}

.markdown-body .hljs-code,
.markdown-body .hljs-formula,
.markdown-body .hljs-section {
    color: #7aa2f7
}

.markdown-body .hljs-attr,
.markdown-body .hljs-char.escape_,
.markdown-body .hljs-keyword,
.markdown-body .hljs-name,
.markdown-body .hljs-operator {
    color: #bb9af7
}

.markdown-body .hljs-punctuation {
    color: #c0caf5
}

.markdown-body .hljs-emphasis {
    font-style: italic
}

.markdown-body .hljs-strong {
    font-weight: 700
}
.markdown-body li{
    list-style: unset;
}
/******************************************************/

.chat{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 55%, rgb(217 238 255), rgba(255, 255, 255, 0) 25%), radial-gradient(circle at 85% 33%, rgb(225 240 254), rgba(255, 255, 255, 0) 25%);
}

.chat_lf{
    float: left;
    display: inline-block;
    width: 240px;
    min-height: calc(100vh - 80px);
    background: linear-gradient(180deg,#d6ecff,#fff);
    border: 1px solid #d7edff;
    padding: 10px;
    border-bottom: 0;
}

.chat_lf .newchat{
    display: inline-block;
    background-color: #3fa9ff;
    text-align: center;
    width: 100%;
    height: 38px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 3px;
}

.chat_lf ul{
    height: calc(100vh - 220px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
    margin-right: -5px;
}

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

.chat_lf ul::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #2d4eed;
}


.chat_lf ul li{
    margin-bottom: 10px;
    position: relative;
}

.chat_lf ul li>div{
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.chat_lf ul li>m{
    font-size: 12px;
    position: absolute;
    bottom: 14px;
    left: 95px;
    color: #FF9800;
    cursor: pointer;
}

.chat_lf ul li>m:hover{
    color: red;
}

.chat_lf ul li>div.act{
    border: 1px solid #3fa9ff;
}

.chat_lf ul li .act + m {
    display: none;
}

.chat_lf ul li>div>div:first-child{
    font-size: 12px;
    margin-bottom: 15px;
    -webkit-line-clamp: 1;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.chat_lf ul li>div>div:nth-child(2){
    font-size: 12px;
    color: #666;
}

.chat_lf ul li>div>div:nth-child(2) span{
    float: right;
    color: #bbb;
    font-size: 12px;
}

.chat_lr{
    float: left;
    display: inline-block;
    width: calc(100% - 240px);
    height: calc(100vh - 80px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat_chatdiv{
    height: calc(100vh - 305px);
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 400px;
}

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

.chat_chatdiv::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #2d4eed;
}

.chat_loads{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: text-bottom;
}
.chat_loads i{
    margin-right: 8px;
    display: inline-flex;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    font-size: 22px;
    vertical-align: -3px;
    font-size: 16px;
    margin-left: 10px;
    color: #ff9800;
}



.chat_jiaose h2{
    margin: 20px 20px 10px 20px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.chat_jiaose h2 i{
    margin-right: 10px;
    color: #3fa9ff;
}

.chat_jiaose .chat_jiaose_cate{
    padding: 10px 20px;
}

.chat_jiaose .chat_jiaose_cate span{
    display: inline-block;
    font-size: 12px;
    padding: 3px 15px;
    border-radius: 3px;
    margin-right: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #60a5db;
    color: #60a5db;
}

.chat_jiaose .chat_jiaose_cate span:hover{
    background-color: rgba(36,104,242,.15);
    border-color: rgba(36,104,242,.15);
}

.chat_jiaose .chat_jiaose_cate span.act{
    border: 1px solid #3fa9ff;
    color: #fff;
    background-color: #3fa9ff;
}

.chat_jiaose ul{
    padding: 10px;
}

.chat_jiaose ul li{
    width: calc(100% / 4);
    float: left;
    padding: 10px;
}

.chat_jiaose ul li>div{
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #a2cef1;
    background-color: #eef7ff;
    overflow: hidden;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.chat_jiaose ul li>div *{
    position: relative;
    z-index: 9;
}

.chat_jiaose ul li>div::before{
    position: absolute;
    right: -30px;
    top: -60px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(313deg,#a2cef1,#fff);
    z-index: 1;
}

.chat_jiaose ul li>div::after{
    position: absolute;
    right: -40px;
    bottom: -20px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(133deg,#a2cef1,#fff);
    z-index: 1;
}

.chat_jiaose ul li>div>div:first-child{
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.chat_jiaose ul li>div>div:last-child{
    font-size: 12px;
    margin-top: 10px;

    -webkit-line-clamp: 1;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.chat_postdiv{
    width: 100%;
    padding: 15px 40px 40px 40px;
    background-color: #eef7ff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chat_postdiv .chat_postdiv_top{
    margin-bottom: 10px;
}

.chat_postdiv .chat_postdiv_top .chat_mod{
    display: inline-block;
    border: 1px solid #f8f8f8;
    background-color: #bfddf5;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    float: left;
}

.chat_postdiv .chat_postdiv_top .chat_mod:hover {
    border: 1px solid #165dff;
    color: #165dff;
}

.chat_postdiv .chat_postdiv_top .chat_mod:hover:before {
    content: "点击我，施展更多不同模型能力";
    position: absolute;
    bottom: 28%; /* 将top改为bottom，使提示文字朝上显示 */
    left: 8%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #165dff;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.chat_postdiv .chat_postdiv_top .chat_mod:hover:before {
    opacity: 1;
    visibility: visible;
}

@keyframes twinklingStars {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.chat_postdiv .chat_postdiv_top .chat_mod img{
    width: 18px;
    vertical-align: bottom;
    margin-right: 8px;
    border-radius: 100%;
    border: 1px solid #f5f5f5;
}

.chat_postdiv .chat_postdiv_top .chat_upimgbut{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-top: 4px;
    cursor: pointer;
}

.chat_postdiv .chat_postdiv_top .chat_upimgbut i{
    font-size: 24px;
    color: #3fa9ff;
}

.night .chat_postdiv .chat_postdiv_top .chat_upimgbut i{
    color:#ddd;
}

.chat_linkimgadiv{
    margin: 10px;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.chat_linkimgadiv input{
    height: 35px;
    width:100%;
    border: 1px solid rgb(190, 190, 221) !important;
    border-radius: 6px;
    padding-left: 15px;
}

.night .chat_linkimgadiv input{
    background-color: #222;
    border: 1px solid #666 !important;
    color: #eee;
}

.chat_postdiv .chat_postdiv_top .chat_linkimgbut{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-top: 4px;
    cursor: pointer;
}

.chat_postdiv .chat_postdiv_top .chat_linkimgbut i{
    font-size: 20px;
    color: #3fa9ff;
}

.night .chat_postdiv .chat_postdiv_top .chat_linkimgbut i{
    color:#ddd;
}

.chat_postdiv .chat_postdiv_top .chat_upimgbut input{
    position: absolute;
    left: 0px;
    opacity: 0;
    border: 1px solid rgb(190, 190, 221);
    width: 30px;
}

.chat_mod_alert_div{
    padding: 10px 10px;
}

.chat_mod_alert_div li{
    border: 1px solid #ededed;
    padding: 10px 10px;
    cursor: pointer;
    float: left;
    width:50%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}

.chat_mod_alert_div li i{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    background-color: #03A9F4;
    color: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: -40px;
    top: 4px;
}

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

.chat_mod_alert_div li:hover{
    background-color: #f5f5f5;
}

.chat_mod_alert_div li img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ddd;
}

.chat_mod_alert_div li>div{
    float: right;
    width: calc(100% - 50px);
}

.chat_mod_alert_div li>div h2{
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-bottom: 4px;
}

.chat_mod_alert_div li>div p{
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    -webkit-line-clamp: 1;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


.chat_postdiv textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #bfddf5;
    border-radius: 4px;
    resize: none;
    color: #666;
    padding: 10px;
    line-height: 24px;
    font-size: 13px;
}

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

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

.chat_postdiv textarea::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.chat_postdiv textarea::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.chat_postdiv textarea:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.chat_postdiv textarea:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.chat_postdivbut{
    height: 40px;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chat_postdivbut span{
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #3fa9ff;
    color: #fff;
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.chat_postdivbut span.chat_postdivbutclear{
    background-color: #fff;
    border: 1px solid #bfddf5;
    color: #666;
}

.chat_postdivbut .loads i{
    font-size: 14px;
    vertical-align: baseline;
}

.chat_postdivbut select{
    height: 30px;
    line-height: 30px;
    width: 150px;
    border-radius: 15px;
    padding-left: 10px;
    border: 1px solid #2d4eed;
    color: #2d4eed;
}

.chat_list{
    padding: 20px 40px;
}

.chat_list_load{
    background-color: #FFF3E0; 
    padding: 30px 20px; 
    border-radius: 6px;
}

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

.chat_list .admin , .chat_list .user{
    clear: both;
    margin-bottom: 50px;
    position: relative;
}

.chat_list .admin::after,.chat_list .user::after{
    clear: both;
    display: table;
    content: " ";
}

.chat_list .admin>img , .chat_list .user>img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.chat_list .admin>img{
    margin-right: 15px;
    float: left;
}

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

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

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

.chat_list .user{
    position: relative;
}

.chat_list .user>img{
    float: right;
    margin-left: 15px;
}

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

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

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

.chat_list .admin .centbutdiv{
    position: absolute;
    bottom: -30px;
    left: 0px;
    font-size: 12px;
}

.chat_list .centbutdiv span{
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
    color: #5b748a;
    background-color: #e9f5ff;
}

.chat_list .centbutdiv span i{
    margin-right: 5px;
    font-size: 12px;
}

.chat_list .markdown-body>:nth-last-child(-n+2){
    margin-bottom: 0px !important;
}

.chat_alert_lidiv{
    padding: 10px;
    padding-bottom: 0px;
}

.chat_alert_lidiv>div{
    border: 1px solid #FFE0B2;
    height: 200px;
    padding: 10px;
    color: #2c3e50;
    line-height: 30px;
    font-size: 14px;
    overflow-y: scroll;
}

.chat_alert_lidiv>div::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

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

.chat_alert_lidiv>div>span{
    background-color: #FFF3E0;
    word-break: break-word;
    white-space: pre-wrap;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0 5px;
    border: 1px solid #FF9800;
}

.chat_alert_li .layui-layer-btn{
    padding-right: 10px;
}

.chat_alert_li .layui-layer-btn a{
    margin-right: 0px;
    margin-left: 15px;
    margin-top: 0px;
}

.chat_copy_but{
    cursor: pointer;
}

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

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

.chat_user_imgs{
    text-align: right;
}

.chat_user_imgs img,.chat_img_now{
    display: inline-block;
    max-width: 240px;
    margin-bottom: 10px;
    border: 1px solid #fffaf6;
    border-radius: 6px;
    overflow: hidden;
    padding: 8px;
    background-color: #fff;
}

.night .chat_user_imgs img,.night .chat_img_now{
    border: 1px solid #444;
    background-color: #888;
}

.chat_img_now{
    margin-bottom: 0px;
}

/******************************************************/

.batch{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 25px 25px;
}

.batch li{
    float: left;
    width: calc(100% / 5);
    display: inline-block;
    padding: 15px 15px;
}

.batch .batch_add>span{
    height: 75px;
    display: block;
    font-size: 60px;
    text-align: center;
    position: relative;
    color: #3fa9ff;
    border: 1px solid #3fa9ff;
    border-style: dashed;
}

.batch .batch_add>span::before{
    content: "+";
    position: absolute;
    left: calc(50% - 18px);
    top: -5px;
}

.batch li>div{
    /*background-color: #e3f1ff;*/
   background-color: #fff; 
    border: 1px solid #edf2ff;
    padding: 15px;
    border-radius: 6px;
    cursor: pointer;
 
}

.batch li>div:hover {
    background: #f3f6ff;
    border-radius: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(31,49,156,.15);
    box-shadow: 0 0.1rem 0.5rem 0 rgba(31,49,156,.15);
}

.batch li>div h4{
    margin-bottom: 15px;
    height: 20px;
    line-height: 20px;
}

.batch li>div h4 span{
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.batch li>div h4 i{
    background-color: #FFB74D;
    font-size: 12px;
    border-radius: 3px;
    height: 20px;
    padding: 0 8px;
    line-height: 20px;
    float: right;
    font-style: normal;
    color: #fff;
}

.batch li>div h4 i.b{
    background-color: #10a37f;
}

.batch li>div h4 i.a{
    background-color: #FF5722;
}

.batch li>div a div{
    -webkit-line-clamp: 2;
    color: #444;
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.batch li>div>p{
    height: 14px;
    line-height: 14px;
    font-size: 12px;
}

.batch .batch_add p{
    text-align: center;
    color: #3fa9ff;
    margin-top: 15px;
}

.batch li>div>p span{
    font-size: 12px;
    color: #9f9f9f;
    float: left;
}

.batch li>div>p i{
    float: right;
    margin-left: 15px;
    font-size: 12px;
}

.batch li>div>p i.fa-trash-alt{
    color: red;
}

.batch_new_type_div{
    padding: 0 15px 0px 15px;
    margin: 15px;
    margin-bottom: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.batch_new_type_spandiv{
  
}

.batch_new_type_defs_title{
    margin-top: 25px;
}

.batch_new_type_spandiv span{
    font-size: 12px;
    color: #ba7571;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #d9b9b7;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
    overflow: hidden;
}

.batch_new_type_spandiv span.act{
    border: 1px solid #d85851;
    position: relative;
    color: #d85851;
}

.batch_new_type_spandiv span.act::before{
    position: absolute;
    right: -1.5px;
    bottom: -1.5px;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(img/jiaobiao.svg);
    background-size: 20px 20px;
}

.batch_new_type_spandiv span i{
    margin-right: 10px;
}

.batch_new_type_defs{
    display: none;
}

.batch_new_type_titlediv{
    margin-bottom: 10px;
    color: #9e4a46;
    font-size: 12px;
}

.batch_new_type_titlediv i{
    margin-right: 10px;
}

.batch_new_type_textdiv{

}

.batch_new_type_textdiv textarea{
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #d9b9b7;
    border-radius: 6px;
    resize: none;
}

.batch_new_type_textdiv textarea::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.batch_new_type_textdiv textarea::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.batch_new_type_textdiv textarea:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.batch_new_type_textdiv textarea:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.batch_page{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.batch_page_head{
    padding: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #3fa9ff;
    border-radius: 6px;
}

.batch_page_head span,.batch_page_head a{
    padding: 6px 15px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    float: left;
    border: 1px solid #e5e5e5;
}

.batch_page_head a.now{
    background-color: #3fa9ff;
    color: #fff;
    border: 1px solid #3fa9ff;
}

.batch_page_head span.lr,.batch_page_head a.lr{
    float: right;
    margin-right: 0;
    margin-left: 10px;
    position: relative;
}

.batch_page_head span i,.batch_page_head a i{
    margin-right: 10px;
    font-size: 12px;
}

.batch_page_head span.lr m{
    margin-left: 10px;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    display: inline-block;
}

.batch_page_head .dowcents{
    display: none;
    position: absolute;
    right: -15px;
    top: 30px;
    margin: 10px;
}

.batch_page_head .dowcents::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 24px;
    right: 0px;
    top: -15px;
}

.batch_page_head .dowcents a{
    display: block;
    margin: 10px 0;
    width: 240px;
    font-size: 12px;
}

.batch_page_head .dowbuts:hover .dowcents{
    display: block !important;
}

.batch_ren_alert{
    margin: 10px;
    margin-bottom: 0;
}

.batch_ren_alert textarea{
    width:100%;
    height: 120px;
    resize: none;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.batch_body{
    width: 100%;
    height: calc(100vh - 160px);
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.batch_lf{
    width:560px;
    display: inline-block;
    float: left;
    height: calc(100vh - 160px);
    border-right: 1px solid #f5f5f5;
    overflow-y: scroll;
}

.batch_lf::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #f5f5f5;
}

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

.batch_lf ul{
   
}

.batch_lf ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    position: relative;
}

.batch_lf ul li .ss{
    width: calc(100% - 70px);
    display: inline-block;
}

.batch_lf ul li .cont{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 150px);
    float: left;
}


.batch_lf ul li:hover{
    background-color: #f5f5f5;
}

.batch_lf ul li .s{
    width: 50px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    float: left;
}

.batch_lf ul li.act{
    background-color: #f5f5f5;
}

.batch_lf ul li .i{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    font-style: inherit;
    border-radius: 6px;
    background: #e2e2e2;
    color: #666;
    border-color: #e2e2e2;
    margin-right: 20px;
    float: left;
    margin-top: 13px;
}

.batch_lf ul li i.act{
    background: #10a37f !important;
    color: #fff !important;
    border-color: #10a37f !important;
}

.batch_lf ul li i.load{
    background: #FF9800 !important;
    color: #fff !important;
    border-color: #FF9800 !important;
}

.batch_lf ul li .ibuts{
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
    font-size: 12px;
    width: 70px;
    text-align: right;
    padding-right: 10px;
    display: none;
}

.batch_lf ul li:hover .ibuts{
    display: block;
}

.batch_lf ul li .ibuts i{
    cursor: pointer;
    margin-right: 10px;
} 

.batch_lf ul li .ibuts i.fa-trash-alt{
    color: red;
}

.batch_lr{
    width:calc(100% - 560px);
    float: right;
    display: inline-block;
    height: calc(100vh - 160px);
    background-color: #f5f5f5;
    padding: 30px 40px;
    overflow-x: scroll;
}

.batch_lr::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #f5f5f5;
}

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

.batch_lr .batch_lr_res{
    background-color: #fff;
    width: 100%;
    min-height: 450px;
    padding: 0 30px 30px 30px;
}

.batch_lr .batch_lr_res h2.titles{
    padding: 50px 0;
    text-align: center;
    font-size: 20px;
}

.batch_lr .batch_lr_res p{
    color: #444;
    font-size: 14px;
    white-space: pre-wrap;
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 28px;
}

.batch_lr .batch_lr_res img{
    width: 90%;
}

.batch_lr_res_footer .plays{
    color: #10a37f;
    cursor: pointer;
}

.batch_lr_res_footer .plays i{
    margin-right: 10px;
}

.batch_loads{
    background-color: #fff8f2;
    padding: 10px;
    color: #FF9800;
    display: block;
    font-size: 12px;
}

.batch_loads i{
    margin-right: 10px;
    display: inline-flex;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    font-size: 14px;
}

.batch_lr_res_content{

}

.batch_lr_res_content h2{
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.batch_lr_res_content h3{
    font-size: 16px;
    margin: 10px 0;
    color: #333;
}

.batch_lr_res_content h4{
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}

.batch_lr_res_content h5{

}

.batch_lr_res_content p{

}

.batch_lr_res_content>ol{
    padding-left: 18px; 
}

.batch_lr_res_content>ol>li{
    font-size: 14px;
    list-style: auto;
    margin: 8px 0;
}

.batch_lr_res_content>ul{
    padding-left: 18px;    
}

.batch_lr_res_content>ul>li{
    list-style: auto;
    margin: 8px 0;
    font-size: 14px;
}

.batch_lr_res_content li p{
    
}

.batch_lr_res_content li ul{
    padding-left: 15px;
}

.batch_lr_res_content li ul li{
    margin: 5px 0;
    font-size: 14px;
    list-style: disc;
}

.batch_lr_res_footer{
    margin-top: 30px;
    font-size: 13px;
}

.batch_lr_res_footer span{
    margin-right: 20px;
    color: #10a37f !important;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
}

.batch_lr_res_footer .batch_lr_res_footer_erdiv{
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}

.batch_lr_res_footer span:hover .batch_lr_res_footer_erdiv{
    display: block !important;
}

.batch_lr_res_footer .batch_lr_res_footer_erdiv::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: -20px;
    left: 0;
}

.batch_lr_res_footer .batch_lr_res_footer_erdiv a{
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.batch_lr_res_footer .batch_lr_res_footer_erdiv a:hover{
    color: #2d4eed;
}

.batch_lr_res_footer span i{
    margin-right: 4px;
}

.batch_lr_res_footer span.lr{
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.batch_ran_paysalls{
    padding: 30px 50px;
}

.batch_ran_paysalls p{
    line-height: 26px;
    font-size: 13px;
}

.batch_ran_paysalls p i{
    margin-right: 4px;
    display: inline-flex;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    font-size: 13px;
}

.batch_ran_paysalls p span{
    color: #FF9800;
    font-size: 13px;
    font-weight: bold;
}

.batch_ran_paysalls p span.act{
    margin-left: 10px;
    cursor: pointer;
}

.batch_upalertdiv{
    padding: 15px;
    padding-bottom: 0px;
}

.batch_upalertdiv .batch_upalertdiv_tips{
    padding: 10px;
    border: 1px solid #FF9800;
    background-color: #FFF3E0;
    border-radius: 6px;
}

.batch_upalertdiv .batch_upalertdiv_tips p{
    font-size: 12px;
    line-height: 22px;
    color: #FF9800;
}

.batch_upalertdiv_event{
    position: relative;
}

.batch_upalertdiv_event>div{
    background-color: #B3E5FC;
    border: 1px solid #03A9F4;
    padding: 8px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #03A9F4;
    font-size: 12px;
    cursor: pointer;
}

.batch_upalertdiv_event input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 36px;
    width: 100%;
    cursor: pointer;
}

.batch_file_input_span{
    color:#FF5722;
}

/******************************************************/
.novel{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 25px 25px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}

.novel ul{

}

.novel ul li{
    width: calc(100% / 5);
    float: left;
    padding: 10px;
}

.novel ul li>div{
    padding: 15px;
    border-radius: 10px;
    background-color: #edf2ff;
    border: 1px solid #edf2ff;
}


.novel ul li>div:hover{
    background: #f3f6ff;
    border-radius: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(31,49,156,.15);
    box-shadow: 0 0.1rem 0.5rem 0 rgba(31,49,156,.15);
}

.novel ul li>div h2{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
}

.novel ul li>div h2 i{
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    margin-right: 10px;
    background-color: #FF9800;
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 2px;
    color: #fff;
}

.novel ul li>div .t{
    margin-top: 15px;
    display: block;
    color: #aaa;
    font-size: 12px;
}

.novel ul li>div .z{
    margin-top: 15px;
    display: block;
    font-size: 13px;
    color: #666;
}

.novel ul li>div .z m{
    margin: 0 10px;
    color: #bbb;
    font-size: 12px;
    vertical-align: 1px;
}

.novel ul li>div .f{
    font-size: 12px;
    margin-top: 15px;
    display: block;
    color: #aaa;
}

.novel ul li>div .f i{
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.novel ul li>div .fa-trash-alt{
    color: red;
}

.novel ul li>div .fa-highlighter{
    color: green;
}

.novel .adds{
    text-align: center;
    cursor: pointer;
}

.novel .adds div span{
    height: 85px;
    line-height: 85px;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 14px;
    color: #3fa9ff;
}

.novel .adds div p{
    color: #3fa9ff;
}

.novel_newalertdiv{
    padding: 15px;
    padding-bottom: 0;
}

.novel_newalertdiv>div{
    margin-bottom: 15px;
}

.novel_newalertdiv>div:last-child{
    margin-bottom: 0px;
}

.novel_newalertdiv>div>span{
    width: 80px;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.novel_newalertdiv>div>input{
    height: 35px;
    line-height: 35px;
    width: calc(100% - 100px);
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding-left: 10px;
    color: #666;
}

.novel_newalertdiv>div>select{
    height: 35px;
    line-height: 35px;
    width: calc(100% - 100px);
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding-left: 10px;
    color: #666;
}

.novel_newalertdiv>div>textarea{
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding: 10px;
    width: calc(100% - 100px);
    resize: none;
    height: 180px;
    color: #666;
}

.novel_newalertdiv>div>textarea::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.novel_newalertdiv>div>textarea::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.novel_newalertdiv>div>textarea:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.novel_newalertdiv>div>textarea:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.novel_newalertdiv>div>input::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.novel_newalertdiv>div>input::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.novel_newalertdiv>div>input:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
.novel_newalertdiv>div>input:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}

.novel_page{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 25px 25px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}

.novel_page_head{
    margin-bottom: 20px;
}

.novel_page_head span{
    padding: 6px 15px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    float: left;
    border: 1px solid #e5e5e5;
}

.novel_page_head span i{
    margin-right: 10px;
    font-size: 12px;
}

.novel_page_head span.lr{
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    position: relative;
}

.novel_page_head span.lr m {
    margin-left: 10px;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    display: inline-block;
}

.novel_page_head .dowcents{
    display: none;
    position: absolute;
    right: -15px;
    top: 30px;
    margin: 10px;
}

.novel_page_head .dowcents::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 24px;
    right: 0px;
    top: -15px;
}

.novel_page_head .dowcents a{
    display: block;
    margin: 10px 0;
    width: 240px;
    font-size: 12px;
}

.novel_page_head .dowbuts:hover .dowcents{
    display: block !important;
}

.novel_page_main{
    width:100%;
    height: calc(100vh - 165px);
}

.novel_page_mlf{
    width: 650px;
    height: calc(100vh - 165px);
    display: inline-block;
    border-right: 1px solid #efefef;
    overflow-y: scroll;
    overflow-x: hidden;
}

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

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

.novel_page_mlf ul{
    padding-right: 20px;
}

.novel_page_mlf ul li{
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    clear: both;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.novel_page_mlf ul li.act,.novel_page_mlf ul li:hover{
    border: 1px solid #3fa9ff;
    background-color: #e9f4ff;
}

.novel_page_mlf ul li.act::before{
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-left-color: #3fa9ff;
    width: 16px;
    height: 16px;
    right: -30px;
    z-index: 999;
    top: calc(50% - 8px);
}

.novel_page_mlf ul li::after{
    clear: both;
    display: table;
    content: " ";
}


.novel_page_mlf ul li>span{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    font-style: inherit;
    border-radius: 6px;
    background: #f5f5f5;
    color: #666;
    border-color: #e2e2e2;
    margin-right: 20px;
    float: left;
    margin-top: 13px;
}

.novel_page_mlf ul li>span.ok{
    background-color: #4CAF50;
    color: #fff;
}

.novel_page_mlf ul li>span.load{
    background-color: #FF9800;
    color: #fff;
}

.novel_page_mlf ul li>div{
    width: calc(100% - 130px);
    float: left;
}

.novel_page_mlf ul li>div h2{
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}

.novel_page_mlf ul li>div p{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.novel_page_mlf ul li>i{
    float: right;
    display: inline-block;
    margin-top: 6px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #3fa9ff;
    display: none;
}

.novel_page_mlf ul li:hover i{
    display: block;
}

.novel_page_mlf ul li>i span{
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    left: 0;
    top: 35px;
    padding: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 99;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    display: none;
}

.novel_page_mlf ul li>i:hover span{
    display: block;
}

.novel_page_mlf ul li>i span::before{
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    left: 0;
    margin-left: 8px;
    position: absolute;
    top: -16px;
    width: 16px;
    height: 16px;
}

.novel_page_mlf ul li>i span m{
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 5px 0;
    width: 45px;
    cursor: pointer;
}

.novel_page_mlf ul li>i span m:hover{
    color: #03A9F4;
}

.novel_page_mlf ul li>i span m.del:hover{
    color: red;
}


.novel_page_mlr{
    width: calc(100% - 650px);
    display: inline-block;
    padding: 0px 20px;
    float: right;
    height: calc(100vh - 165px);
    padding-right: 0px;
}

.novel_res{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    height: calc(100vh - 165px);
    overflow-y: scroll;
}

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

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


.novel_res_title{
    font-size: 20px;
}

.novel_res_info{
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin: 20px 0;
    border-radius: 6px;
    font-size: 13px;
    line-height: 28px;
}

.novel_res_content{

}

.novel_res_content p{
    color: #444;
    font-size: 14px;
    white-space: pre-wrap;
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 28px;
}


.novel_res_content h2{
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.novel_res_content h3{
    font-size: 16px;
    margin: 10px 0;
    color: #333;
}

.novel_res_content h4{
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}

.novel_res_content h5{

}

.novel_res_content p{

}

.novel_res_content>ol{
    padding-left: 18px; 
    margin-bottom: 16px;
}

.novel_res_content>ol>li{
    font-size: 14px;
    list-style: auto;
    margin: 8px 0;
}

.novel_res_content>ul{
    padding-left: 18px;    
    margin-bottom: 16px;
}

.novel_res_content>ul>li{
    list-style: auto;
    margin: 8px 0;
    font-size: 14px;
}

.novel_res_content li p{
    
}

.novel_res_content li ul{
    padding-left: 15px;
}

.novel_res_content li ul li{
    margin: 5px 0;
    font-size: 14px;
    list-style: disc;
}

.novel_res_foot{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 30px;
    font-size: 13px;
}

.novel_res_foot span{
    color: #3fa9ff;
    cursor: pointer;
    margin-right: 20px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
}

.novel_res_foot .novel_res_foot_erdiv{
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}

.novel_res_foot span:hover .novel_res_foot_erdiv{
    display: block !important;
}

.novel_res_foot .novel_res_foot_erdiv::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: -20px;
    left: 0;
}

.novel_res_foot .novel_res_foot_erdiv a{
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.novel_res_foot .novel_res_foot_erdiv a:hover{
    color: #2d4eed;
}

.novel_res_foot span i{
    margin-right: 4px;
}

.novel_res_foot span.lr{
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.novel_res_foot select{
    font-size: 12px;
    border: 0;
    float: right;
    padding: 0 10px;
    color: #3fa9ff;
}

.nover_res_loads{
    background-color: #fff8f2;
    padding: 10px;
    color: #FF9800;
    display: block;
    font-size: 12px;
}

.nover_res_loads i{
    margin-right: 10px;
    display: inline-flex;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    font-size: 14px;
}

.agic_pstdiv{
    padding: 20px;
}

.agic_pstdiv p{

}

.night .agic_pstdiv p{
    color:#ddd;
}

.agic_pstdiv div{
    padding: 15px;
    border: 1px solid #3fa9ff;
    background-color: #e9f4ff;
    margin-top: 15px;
    border-radius: 6px;
}

.night .agic_pstdiv div{
    border: 1px solid #444;
    background-color: #444;
}

.agic_pstdiv div span{
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
    color: #3fa9ff;
}

.night .agic_pstdiv div span{
    color: #ddd;
}

/******************************************************/

#jianyi_pst{
    padding: 15px;
    padding-bottom: 0;
}

#jianyi_pst>div{
    margin-bottom: 15px;
}

#jianyi_pst>div:last-child{
    margin-bottom: 0;
}

#jianyi_pst>div>span{
    width: 80px;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

#jianyi_pst>div>input{
    height: 35px;
    line-height: 35px;
    width: calc(100% - 100px);
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding-left: 10px;
    color: #666;
}

#jianyi_pst>div>input::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
#jianyi_pst>div>input::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
#jianyi_pst>div>input:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
#jianyi_pst>div>input:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}


#jianyi_pst>div>textarea{
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding: 10px;
    width: calc(100% - 100px);
    resize: none;
    height: 180px;
    color: #666;
}

#jianyi_pst>div>textarea::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
#jianyi_pst>div>textarea::-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
#jianyi_pst>div>textarea:-moz-placeholder{ 
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}
#jianyi_pst>div>textarea:-ms-input-placeholder{  
    color:#ccc;
    opacity: 1;
    font-size: 13px;
}


/******************************************************/

.wechat_mp{
    overflow: hidden;
    border-radius: 4px;
}

.login_alert{
    height: 315px;
    overflow: hidden;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(243, 245, 248) 100%);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(55, 99, 170, 0.1) 8px 8px 20px 0px, rgb(255, 255, 255) -8px -8px 20px 0px;
    border-radius: 4px;
    
}

.login_alert .login_lf{
    display: inline-block;
    float: left;
    width: 260px;
    background-color: #03A9F4;
    overflow: hidden;
}

.login_alert .login_lf img{
    width:100%;
    height: 100%;
    display: block;
}

.login_alert .login_lr{
    display: inline-block;
    float: left;
    text-align: center;
    padding: 35px 45px;
    position: relative;
    overflow: hidden;
}

.login_alert .login_lr span{
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 12px;
    font-style: normal !important;
    width: 86px;
    background-color: #FF9800;
    color: #fff;
    padding: 10px 0px;
    border-radius: 50%;
    transform: rotate(37deg);
    display: none;
}

.login_alert .login_lr span::before{
    border: 8px solid transparent;
    border-bottom-color: #FF9800;
    content: "";
    left: 38px;
    position: absolute;
    bottom: -6px;
    width: 16px;
    height: 16px;
    transform: rotate(318deg);
}

.login_alert .login_lr span i{
    font-style: normal;
    font-size: 12px;
}

.login_alert .wqrcode{
    width: 150px;
    height: 150px;
    border: 1px solid #0052d9;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(243, 245, 248) 100%);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(55, 99, 170, 0.1) 8px 8px 20px 0px, rgb(255, 255, 255) -8px -8px 20px 0px;
    border-radius: 4px;
}

.login_alert .wqtip{
    width: 150px;
    height: 150px;
    float: right;
}

.login_alert p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    border-radius: 15px;
    margin-top: 20px;
    background-color: #0cc160;
    position: relative;
}

.login_alert p span{
    position: absolute;
}


.login_alert .login_alert_divs{
    margin-top: 20px;
    color: rgba(0,0,0,.4);
    font-size: 12px;
}

.login_alert .login_alert_divs a{
    margin: 0 5px;
    color: rgba(0,0,0,.9);
}

.login_alert p i{
    margin-right: 6px;
    font-size: 14px;
}

.xieyi_adiv{
    
}

.xieyi_adiv .layui-layer-title{
    position: relative;
    text-align: center;
    border-bottom: 1px solid #d1d9eb;
}

.xieyi_adiv::before{
    content: '';
    background: linear-gradient(180deg,#d2def7,#fff);
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
}

.xieyi_adiv_cent{
    padding: 20px 20px 0 20px;
}

.xieyi_adiv_cent p{
    font-size: 13px;
    margin-bottom: 15px;
}

.xieyi_adiv_foot{
    padding: 0 20px;
}

.xieyi_adiv_foot p{
    height: 35px;
    line-height: 35px;
}

.xieyi_adiv_foot p label{
    cursor: pointer;
    position: relative;
    vertical-align: -3px;
}

.xieyi_adiv_foot p label input[type="checkbox"]{
    display: none;
}

.xieyi_adiv_foot p label input[type="checkbox"] + span {
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 5px;
}

.xieyi_adiv_foot p label input[type="checkbox"]:checked + span:after {
    content: ' ';
    width: 16px;
    height: 16px;
    background-size: 12px 12px !important;
    background: url(img/duihao.svg) 2px 2px no-repeat;
    box-sizing: border-box;
    background-color: #2196f3;
    display: inline-block;
    position: absolute;
}

.xieyi_adiv_foot_div{
    text-align: center;
    padding: 30px;
}

.xieyi_adiv_foot_div span{
    padding: 10px 15px;
    background-color: #4FC3F7;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    cursor: pointer;
}

/******************************************************/

.night .navdiv{
    background-color: #181a1b;
    border-right: 1px solid #444;
}

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

.night .nav li a{
    color: rgba(255, 255, 255, 0.82);
}

.night .nav li .jian{
    color:#ddd;
}

.night .nav li>ul{
    background-color: #444;
}

.night .nav li>ul li a i{
    color:#ddd;
}

.night .nav>li.act, .night .nav>li:hover{
    background-color: #4a4e4f;
}

.night .navdiv::after{
    display: none;
}

.night .navdiv_two div{
    /*border-top:1px solid #444;*/
}


 

.night .navdiv_two div a{
    color: #bbb;
}

.night .navfoot , .night .navfoot span{
    background-color: #4a4e4f;
    color: #ddd;
}

.night .navfoot span.act{
    background-color: #181a1b;
    color: #ddd;
}

.night .headdiv{
    background-color: #181a1b;
    border-bottom: 1px solid #444;
    color: #ddd;
}

.night .indmod{
    background-image: none;
    background-color: #232627;
}

.night .indfoot .indfoot_submenm{
    background-color: #242627;
}

.night .tool_body{
    background-color: #232627;
}

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

.night .tool_title{
    border:1px solid #666;
    background-color: #181a1b;
}

.night .tool_title span{
    color: #bbb;
}

.night .tool_title h2{
    color: #ddd;
}

.night .tool_title::before{
    background: linear-gradient(180deg,#444,#000);
}

.night .tool_title::after{
    background: linear-gradient(180deg,#444,#000);
}

.night .searchwords .tits{
    color: #ddd;
}

.night .tool_body .tool_texts input{
    background-color: #222;
    border: 1px solid #666;
    color: #eee;
}

.night .searchwords_like{
    border: 1px solid #444;
    background-color: #222;
    color: #aaa;
}

.night .searchwords_like::after{
    display: none;
}

.night .searchwords_like::before{
    display: none;
}

.night .tool_body .tool_lr .tool_lr_tip i,.night .tool_body .tool_lr .tool_lr_tip p{
    color: #666;
}

.night .searchwords_ret fieldset{
    border: 1px solid #888;
}

.night .searchwords_ret fieldset legend{
    background-color: #242627;
    color: #888;
}

.night .searchwords_ret fieldset span{
    border: 1px solid #bbb;
    color: #bbb;
}

.night .searchwords_ret fieldset p{
    color:#bbb;
}

.night .buystip{
    background-color: #181a1b;
    border: 0 !important;
}

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

.night .tool_body .tool_lr .infoext_ret_no{
    background-color: #222;
    border: 1px solid #444;
}

.night .tool_body .tool_lr .infoext_ret_no i , .night .tool_body .tool_lr .infoext_ret_no span{
    color: #666;
}

.night .txtcom_lf>span,.night .txtcom_lr>span{
    color: #ddd;
}

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

.night .txtcom_duidu{
    background-color: #181a1b;
    border: 1px solid #222;
}

.night .txtcom_ret>div{
    border:1px solid #444;
}

.night .txtcom_ret .duibi-diff{
    border:1px solid #444;
    color: #ddd;
}

.night .txtcom_ret .duibi-diff del,.night .txtcom_ret .duibi-diff ins{
    color: #444;
}

.night .txtcom_lr .clears{
    border:1px solid #888;
}

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

.night .tool_body .tool_lf .tit{
    color: #ddd;
}

.night .tool_body .tool_buts>div select{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #ddd;
}

.night .tool_body .tool_buts>div>span{
    color: #ddd;
}

.night .tool_body .tool_buts>span{
    color: #aaa;
    border: 1px solid #444;
}

.night .create_ret{
    color: #bbb;
    border: 1px solid #888;
}

.night .create_ret p{
    color: #bbb;
}

.night .searchwords_ret fieldset ul li{
    color:#bbb;
    border-bottom: 1px solid #444;
}

.night .create_ret_duibidiv{
    border: 1px solid #888;
}

.night .create_ret_duformatdiv{
    border: 0;
    background-color: #181a1b;
}

.night .create_ret_duibi{
    border: 1px solid #888;
    color: #bbb;
}

.night .create_ret_duibi del, .night .create_ret_duibi ins{
    color: #444;
}

.night .tool_body .tool_lr .txterr_ret_no{
    background-color: #222;
    border: 1px solid #444;
}

.night .txterr_ret fieldset{
    color: #bbb;
}

.night .tool_body .tool_lf .tool_tip{
    background-color: #181a1b;
    border: 1px solid #444;
}

.night .tool_body .tool_lf .tool_tip p{
    color: #bbb;
}

.night .infoext_ret fieldset legend{
    color: #888;
}

.night .infoext_ret fieldset{
    border: 1px solid #888;
}

.night .infoext_ret fieldset span{
    border: 1px solid #bbb;
    color: #bbb;
}

.night .apps{
    background-color: #232627;
}

.night .apps ul li a{
    background-color: #181a1b;
}

.night .apps ul li a div h2{
    color:#ddd;
}

.night .apps ul li a div p{
    color: #aaa;
}

.night .app_tool{
    background-color: #232627;
}

.night .app_tool_head{
    background: linear-gradient(225deg,#e6ebf3,#fff);
    border: 1px solid #444;
    color: #ddd;
}

.night .app_tool_head a{
    color: #ddd;
}

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

.night .app_tool_lf>div:first-child::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.night .app_tool_lf>div:first-child::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #444;
}

.night .app_tool_lf>div:first-child h4{
    color: #ddd;
}

.night .app_tool_lf>div:first-child .tool_items>span{
    color:#ddd;
}

.night .app_tool_lf>div:first-child .tool_items>span>i{
    color:#ddd;
}

.night .app_tool_lf>div:first-child .tool_items input[type="text"]{
    background-color: #222;
    border: 1px solid #666 !important;
    color: #eee;
}

.night .app_tool_lf>div:first-child .tool_items textarea{
    background-color: #222;
    border: 1px solid #666 !important;
    color: #eee;
}

.night .app_tool_lf>div:first-child .tool_items div textarea + i{
    color: #666;
}

.night .app_tool_lf>div:first-child .tool_items select{
    background-color: #222;
    border: 1px solid #666 !important;
    color: #eee;
}

.night .app_tool_lf>div:first-child .tool_items>span>i m{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #fff;
}

.night .app_tool_lf>div:first-child .tool_items>span>i m::before{
    border: 8px solid transparent;
    border-right-color: #444;
}

.night .app_tool_lr_tip i{
    color: #666;
}

.night .app_tool_lr_tip p{
    color: #999;
}

.night .app_tool_lf>div:first-child .tool_items .raddiv{
    border: 1px solid #666;
    color: #ddd;
}

.night .app_tool_lrrets{
    background-color: #181a1b;
    color: #ddd;
    border: 1px solid #444;
}

.night .app_tool_lr::-webkit-scrollbar-thumb {
    background-color: #444;
}

.night .chat{
    background: #232627;
}

.night .chat_lf{
    background: #222;
    border: 1px solid #222;
}

.night .chat_lf ul li>div{
    background-color: #181a1b;
    color: #ddd;
    border:1px solid #333;
}


.chat_lf ul li:hover{
box-shadow: 0 4px 12px 0 rgba(36,104,242,.2);
 transform: translateY;
}

.night .chat_postdivbut{
    color:#bbb;
}

.night .chat_jiaose ul li>div{
    background-color: #181a1b;
    border: 1px solid #444;
}

.night .chat_jiaose ul li>div>div:first-child{
    color: #ddd;
}

.night .chat_jiaose ul li>div>div:last-child{
    color: #aaa;
}

.night .chat_jiaose ul li>div::before{
    background: linear-gradient(313deg,#181a1b,#242627);
}

.night .chat_jiaose ul li>div::after{
    background: linear-gradient(133deg,#242627,#242627);
}

.night .chat_postdiv{
    background-color: #181a1b;
    border-top: 2px solid #444;
}

.night .chat_postdiv textarea{
    background-color: rgb(68, 68, 68);
    border: 1px solid #444 !important;
    color: #eee;
}

.night .chat_postdiv .chat_postdiv_top .chat_mod{
    border: 1px solid #444;
    color: #ddd;
    background-color: #444;
}

.night .chat_postdivbut span.chat_postdivbutclear{
    background-color: #181a1b;
    border: 1px solid #666;
    color: #bbb;
}

.night .chat_list .admin>div>div{
    background-color: #111;
    color: #bbb;
}

.night .chat_list .admin>div>div::before{
    border-right-color: #111111;
}

.night .chat_list .user>div>div{
    background-color: #444;
    color: #ddd;
}

.night .chat_list .user>div>div::before{
    border-left-color: #444444;
}

.night .chat_list .centbutdiv span{
    background-color: #444;
    color: #ddd;
}

.night .chat_chatdiv::-webkit-scrollbar-thumb {
    background-color: #111111;
}

.night .chat_mod_alert,.night .chat_alert_li{
    background-color: #111213;
    border: 1px solid #444;
}

.night .layui-layer-title{
    border-bottom: 1px solid #444;
    color: #fff;
}

.night .chat_mod_alert_div li>div h2{
    color: #ddd;
}

.night .chat_mod_alert_div li>div p{
    color: #aaa;
}

.night .chat_mod_alert_div li:hover{
    background-color: #4a4e4f;
}

.night .chat_alert_lidiv>div{
    background-color: #444;
    color: #ddd;
    border: 0px;
}

.night .chat_alert_lidiv>div>span{
    color:#444;
}

.night .layui-layer-btn .layui-layer-btn1{
    background-color: transparent;
    color: #ddd;
    border: 1px solid #444;
}

.night .batch{
    background-color: #232627;
}

.night .batch li>div{
    background-color: #181a1b;
    border: 1px solid #444;
}

.night .batch li>div h4 span{
    color:#ddd;
}

.night .batch li>div a div{
    color:#bbb;
}

.night .batch li>div>p i{
    color:#aaa;
}

.night .layui-layer{
    background-color: #111213;
    border: 1px solid #444;
}

.night .layui-layer-title{
    border-bottom: 1px solid #444;
    color: #fff;
}

.night .batch_new_type_div{
    background-color: #111;
    border: 1px solid #444;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
}

.night .batch_new_type_titlediv{
    color:#ddd;
}

.night .batch_new_type_spandiv span{
    border: 1px solid #666;
    color: #bbb;
}

.night .batch_new_type_spandiv span.act{
    border: 1px solid #FF9800;
    color: #ff9800;
}

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

.night .batch .batch_add>span{
    background-color: #222;
    border: 1px solid #444;
}

.night .batch .batch_add>span::before{
    color:#aaa;
}

.night .batch .batch_add p{
    color:#aaa;
}

.night .batch_page{
    background-color: #232627;
}

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

.night .batch_page_head span,.night .batch_page_head a{
    background-color: #242627;
    border: 1px solid #444;
    color: #ddd;
}

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

.night .batch_lf{
    border-right: 1px solid #111;
}

.night .batch_lf::-webkit-scrollbar {
    background-color: #111;
}

.night .batch_lf::-webkit-scrollbar-thumb {
    background-color: #242627;
}

.night .batch_lf ul li{
    border-bottom: 1px solid #444;
    color: #ddd;
}

.night .batch_lf ul li.act{
    background-color: #111;
}

.night .batch_lf ul li:hover{
    background-color: #111;
}

.night .batch_lr{
    background-color: #111;
}

.night .batch_lr::-webkit-scrollbar {
    background-color: #111;
}

.night .batch_lr::-webkit-scrollbar-thumb {
    background-color: #242627;
}

.night .batch_lr .batch_lr_res{
    background-color: #242627;
    color: #ddd;
}

.night .batch_lr .batch_lr_res p{
    color: #ddd;
}

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

.night .batch_upalertdiv_event>div{
    background-color: #191b1b;
    border: 1px solid #444;
    color: #ddd;
}

.night .batch_upalertdiv .batch_upalertdiv_tips{
    border: 1px solid #444;
    background-color: #191b1b;
}

.night .batch_upalertdiv .batch_upalertdiv_tips p{
    color:#aaa;
}

.night .batch_lr_res_footer .batch_lr_res_footer_erdiv{
    background-color: #242627;
    border: 1px solid #444;
}

.night .batch_lr_res_footer .batch_lr_res_footer_erdiv a{
    color:#ddd;
}

.night .batch_loads {
    background-color: #111;
}

.night .batch_ran_paysalls p{
    color:#ddd;
}

.night .novel{
    background-color: #232627;
}

.night .novel ul li>div{
    background-color: #181a1b;
    border: 1px solid #444;
}

.night .novel ul li>div h2{
    color:#ddd;
}

.night .novel .adds div span{
    color:#0d75fc;
}

.night .novel .adds div p{
    color:#bbb;
}

.night .novel_newalertdiv>div>span{
    color:#ddd;
}

.night .novel_newalertdiv>div>input,.night .novel_newalertdiv>div>textarea{
    background-color: #222;
    border: 1px solid #666;
    color: #eee;
}

.night .novel_newalertdiv>div>input::-webkit-input-placeholder{
    color:#666;
}
.night .novel_newalertdiv>div>input::-moz-placeholder{ 
    color:#666;
}
.night .novel_newalertdiv>div>input:-moz-placeholder{ 
    color:#666;
}
.night .novel_newalertdiv>div>input:-ms-input-placeholder{  
    color:#666;
}

.night .novel_newalertdiv>div>textarea::-webkit-input-placeholder{
    color:#666;
}
.night .novel_newalertdiv>div>textarea::-moz-placeholder{ 
    color:#666;
}
.night .novel_newalertdiv>div>textarea:-moz-placeholder{ 
    color:#666;
}
.night .novel_newalertdiv>div>textarea:-ms-input-placeholder{  
    color:#666;
}

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

.night .novel_page{
    background-color: #232627;
}

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

.night .novel_page_head .dowcents a{
    color:#ddd;
}

.night .novel_page_mlf ul li>div h2{
    color:#eee;
}

.night .novel_page_mlf ul li>div p{
    color: #aaa;
}

.night .novel_page_mlf ul li{
    border:1px solid #444;
}

.night .novel_page_mlf ul li.act,.night  .novel_page_mlf ul li:hover{
    border: 1px solid #444;
    background-color: #181a1b;
}

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

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

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

.night .novel_res_content p{
    color: #eee;
}

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

.night .novel_res::-webkit-scrollbar-thumb {
    background-color: #444;
}

.night .novel_res_foot .novel_res_foot_erdiv{
    background-color: #181a1b;
    border: 1px solid #444;
}

.night .novel_res_foot .novel_res_foot_erdiv a{
    color:#eee;
}

.night .novel_res_content h3{
    color:#fff;
}

.night .novel_res_content h4{
    color:#f5f5f5;
}

.night .novel_page_mlf ul li>i span{
    background-color: #181a1b;
    border: 1px solid #444;
}

.night .novel_page_mlf ul li>i span::before{
    border-bottom-color: #444;
}

.night .novel_page_mlf ul li>i span m{
    color:#ddd;
}

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

.night .user_alert::before{
    border-bottom-color: #444;
}

.night .user_alert hr{
    background-color: #444;
}

.night .user_alert > a{
    color:#ddd;
}

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

.night .gong_alert{
    color:#ddd;
}

.night .art-text p{
    color:#ddd;
}

.night .gong_close i{
    color:#ddd;
}

.night .indmod_mod_left>div{
    background-color: #181a1b;
}

.night .indmod_mod_left>div a{
    color:#ddd;
}

.night .indmod_a {
    background-image: radial-gradient(180px at -5% -20%, #111, #333);
}

.night .indmod_b {
    background-image: radial-gradient(180px at -5% -20%, #111, #333);
}

.night .indmod_c {
    background-image: radial-gradient(180px at -5% -20%, #111, #333);
}

.night .indmod_d {
    background-image: radial-gradient(180px at -5% -20%, #111, #333);
}

.night .indmod_mod_rig a h2{
    color:#fff;
}

.night .indmod_mod_left>div:hover {
    box-shadow: 4px 10px 16px 0 rgba(23,49,143,.1), 0 0 1px 0 rgba(49,89,227,.25), inset 2px 6px 10px 0 #222;
    border-color: #444;
}

.night .indmod_mod_rig a>div:hover {
 
 
}

.night .indfoot>div {
    background-color: #242627;
}

.night .indfoot .indfoot_submenm span{
    color:#ddd;
}

.night .indfoot .tapdiv>div{
    background-color: #444;
}

.night .indfoot .newa{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #bbb;
}

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

.night .indfoot .nologin>div{
    background-color: #181a1b;
}

.night .indfoot .nologin>div p{
    color: #ddd;
}

.night .indfoot .nologin>div>div div{
    background-image: linear-gradient(317deg, #181a1b 0%, #444 100%) !important;
}

.night .indfoot .nologin>div>div div a h3 {
    color:#ddd;
}

.night .indfoot .nologin>div>div div a i{
    color:#444;
}

.night #jianyi_pst>div>textarea{
    background-color: #222;
    border: 1px solid #666 !important;
    color: #eee;
}

.night #jianyi_pst>div>input{
    background-color: #222;
    border: 1px solid #666 !important;
    color: #eee;
}

.night .apps ul li a svg path{
    fill: #FFFFFF; 
}

.night .apps ul li a svg path{
    stroke: #FFFFFF; 
}

@media (max-width: 1500px) {
    .batch li{
        width:calc(100%/4);
    }

    .novel ul li{
        width:calc(100%/4);
    }
    .indmod{
        padding: 15px;
    }

    .tool_body .tool_lf, .tool_body .tool_lr{
        padding: 20px 10px 10px 20px;
    }
    .tool_body .tool_lf>div:first-child{
        padding-right: 10px;
    }
}

@media (max-width: 1200px) {
    .batch li{
        width:calc(100%/3);
    }

    .novel ul li{
        width:calc(100%/3);
    }
}

@media (max-width: 1099px) {
    .batch li{
        width:calc(100%/2);
    }

    .novel ul li{
        width:calc(100%/2);
    }

    .indmod{
        padding: 0px;
    }
}


#company_intro {
    padding: 20px;
}

#company_intro p {
    margin-bottom: 10px;
    line-height: 1.5;
}


#nav_links {
    display: flex;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

/* 当<body>标签具有类名'night'时，应用以下样式 */
body.night #nav_links {
    display: flex;
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
}

.night .indmod_mod_rig a p {
    color: #FFF!important;
}


/* 夜间模式下的样式 */
body.night .custom-link {
    filter: grayscale(100%) !important; /* 增加优先级 */
}


.navdiv_two_fankui {
    padding: 0 10px;
}


.chat_postdivbut > m{
    color: #c3c4d5;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.text-img {
    /* height: 30px; */
    height: 1.6rem;
}

body > div.indmod > div.indmod_mod.clear > h2.index_tuijianh2 {
    font-weight: bold; /* 加粗样式 */
    position: relative; /* 使 ::after 伪元素定位在其内部 */
    margin-left: 1rem;
}

body > div.indmod > div.indmod_mod.clear > h2.index_tuijianh2::after {
    background: #165dff;
    border-radius: 4px;
    border-radius: .208333rem;
    bottom: -1px;
    content: "";
    height: 7px;
 
    left: 0;
    opacity: .25;
    position: absolute;
    width: 2.5%;
}

.custom-link {
    display: inline-block;
    height: 200px;
    width: 300px;
    background-image: url('../style/img/team_none.7229310.png'); /* 图片地址 */
    background-size: cover; /* 图片尺寸自适应 */
}

/******************************************************/
.paper_one_open_infos{
    display: none;
}

.keyboard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; 
    border: 1px solid #ccc; 
    border-radius: 10px; 
    padding: 15px; 
    display: none;
}

.night .keyboard{
    border: 1px solid #666;
}

.key-row {
    display: flex;
    justify-content: space-between; 
}

.key {
    background-color: #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px; 
    height: 40px; 
    cursor: pointer;
    animation: blink 0.5s infinite;
}

@keyframes blink {
    0%, 100% { background-color: #ddd; }
    50% { background-color: #bbb; }
}

.key-row:first-child .key {
    margin: 0 5px; 
}

.key-row:not(:first-child) .key {
    margin: 0 5px; 
}

.loading-text {
    text-align: center;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 57%; 
    width: 100%; 
}

.key.clicked {
    background-color: #4373f8;
    color:#fff;
    animation: none; 
}

.paper_loadtips{
    text-align: left;
    background-color: #f5f5f5;
    padding: 15px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin-top: 8px;
}

.night .paper_loadtips{
    background-color: #222;
    border: 1px solid #444;
    color: #ddd;
}

.paper_loadtips p{
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.paper_loadtips p .loadsize{
    color: #009688;
}

.paper{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 40px;
    position: relative;
}

.night .paper{
    background-color: #232627;
}

.paper.ind,.paper_two.ind{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.paper_cents{
    width: 450px;
    text-align: center;
    margin-top: -100px;
}

.paper_cents .plogo{
    width: 200px;
    height: 50px;
}
 
.paper_cents .paper_subtitle{
    letter-spacing: 6px;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 36px;
    color: #242424;
}

.night .paper_cents .paper_subtitle{
    color: #ddd;
}

.paper_cents .paper_subtitle .gradient-text-dark{
    background: linear-gradient(to right, #576bff, #55df49); /* 施了魔法的感觉的蓝色渐变 */
    -webkit-background-clip: text; /* 对于 Safari */
    background-clip: text; /* 对于其他浏览器 */
    color: transparent; /* 确保文字颜色是透明的，以便背景色显示 */
    font-size: 24px; /* 示例字体大小，您可以根据需要调整 */
    /* 其他样式规则 */
}

.paper_cents .paper_in input{
    height: 50px;
    line-height: 50px;
    width: 320px;
    border: 1px solid rgb(190, 190, 221);
    padding-left: 20px;
    border-radius: 16px 0 0 16px;
    float: left;
    font-size: 16px;
}

.night .paper_cents .paper_in input{
    background-color: rgb(34, 34, 34) !important;
    border: 1px solid #666 !important;
    color: rgb(238, 238, 238);
}


.paper_cents .paper_in span{
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #4373f8;
    color: #fff;
    width: 130px;
    border-radius: 0 16px 16px 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-size: 17px;
}

.paper_cents .paper_foe{
    text-align: left;
    margin-top: 20px;
}

.paper_cents .paper_foe select{
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    text-align: left;
    border: 1px solid rgb(190, 190, 221);
    padding: 0 6px;
}

.night .paper_cents .paper_foe select{
    background-color: rgb(34, 34, 34) !important;
    border: 1px solid #666 !important;
    color: rgb(238, 238, 238);
}

.see_daganglist{
    color: #4373f8;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

.see_daganglist i{
    font-weight: bold;
    margin-left: 5px;
}

.dagang_logalert{

}

.dagang_logalert ul{
    padding: 0px 25px;
    display: none;
    font-size: 12px;
    padding-bottom: 0px;
}

.dagang_logalert ul.act{
    display: block;
}

.dagang_logalert ul li{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e2e8f0;
}

.night .dagang_logalert ul li{
    border-bottom: 1px solid #444;
}

.dagang_logalert ul li:first-child{
    color: #6f93c2;
}

.dagang_logalert ul li>span{
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.night .dagang_logalert ul li>span{
    color:#ddd;
}

.dagang_logalert ul li>span:nth-child(1){
    width: calc(100% - 120px - 60px - 100px);
    display: inline-block;
    padding-right: 15px;
}

.dagang_logalert ul li>span:nth-child(2){
    width: 120px;
    display: inline-block;
}

.dagang_logalert ul li>span:nth-child(3){
    width: 50px;
    text-align: center;
    display: inline-block;
}

.dagang_logalert ul li>span:last-child{
    width: 100px;
    text-align: right;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.dagang_logalert ul li>span:last-child a{
    background-color: #03A9F4;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
}

.dagang_logalert ul li>span:last-child span{
    background-color: #EF6C00;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
}

.app_search_bar{
    padding: 10px 25px 20px 25px;
}

.app_search_bar span{
    padding: 3px 10px;
    display: inline-block;
    border: 1px solid #f5f5f5;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.night .app_search_bar span{
    color: #999;
    border:1px solid #999;
}

.app_search_bar span.act{
    background-color: #01a9f4;
    color: #fff;
    border:1px solid #01a9f4;
}

/******************************************************/

.paper_two{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    padding: 40px;
    position: relative;
    min-height: calc(100vh - 60px);
}

.night .paper_two{
    background-color: #232627;
}

.night .paper_two_lf h1{
    color:#ddd;
}

.paper_info_tips{
    padding: 15px;
    border: 1px solid #01a9f4;
    margin: 20px 0;
    border-radius: 6px;
    color: #01a9f4;
}

.paper_info_tips i{
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -2px;
}

.paper_two_lf{
    width:calc(100% - 430px);
    display: inline-block;
    float: left;
    padding-left: 40px;
    padding-right: 50px;
    border-right: 1px solid #f5f5f5;
}

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

.paper_two_lr{
    width:430px;
    padding-left: 50px;
    display: inline-block;
    float: left;
    padding-right: 50px;
}

.paper_two h1 .fa-download{
    float: right;
    font-size: 18px;
    display: inline-block;
    margin-top: 12px;
    cursor: pointer;
    color: #01a9f4;
}

.paper_ulinfo{

}

.paper_ulinfo>li{
    background-color: #f5f5f5;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 6px;
}

.night .paper_ulinfo>li{
    background-color: #222;
}

.night .paper_ulinfo>li>h3{
    color: #ddd;
}

.paper_ulinfo>li>h3 i{
    float: right;
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.paper_ulinfo>li>h3:hover i{
    display: block;
}

.paper_ulinfo>li>ul{
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
}

.night .paper_ulinfo>li>ul{
    background-color: #444;
}

.paper_ulinfo>li>ul>li{
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    position: relative;
}

.night .paper_ulinfo>li>ul>li {
    border-bottom: 1px solid #333;
    color: #ccc;
}

.paper_ulinfo>li>ul>li i{
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    display: none;
}

.paper_ulinfo>li>ul>li i.fa-highlighter{
    right: 30px;
}

.paper_ulinfo>li>ul>li:hover i{
    display: block;
}

.paper_ulinfo>li>ul>li>h4{
    
}

.paper_ulinfo>li>ul>li>p{
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}

.night .paper_ulinfo>li>ul>li>p{
    color: #bbb;
}

.paper_info_alert{
    padding: 15px;
    padding-bottom: 0;
}

.paper_info_alert>div{
    margin-bottom: 15px;
}

.paper_info_alert>div:last-child{
    margin-bottom: 0;
}

.paper_info_alert>div span{
    width: 80px;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.night .paper_info_alert>div span{
    color:#ddd;
}

.paper_info_alert>div input{
    height: 35px;
    line-height: 35px;
    width: calc(100% - 85px);
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding-left: 10px;
    color: #666;
}

.paper_info_alert>div textarea{
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding: 10px;
    width: calc(100% - 85px);
    resize: none;
    height: 120px;
    color: #666;
}

.night .paper_info_alert>div input,.night .paper_info_alert>div textarea{
    background-color: #222;
    border: 1px solid #666;
    color: #eee;
}

.addpaperinfro{
    height: 40px;
    line-height: 40px;
    border: 2px solid #f5f5f5;
    text-align: center;
    font-size: 13px;
    background-color: #f9f9f9;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 50px;
}

.night .addpaperinfro{
    background-color: #222;
    border:2px solid #222;
    color: #bbb;
}

.paper_two_lr .btu{
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #01a9f4;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
}

.paper_two_lr .btu.save{
    background-color: #d3f1ff;
    color: #444;
}

.paper_two_lr .btu.paper_infrosave{
    background-color: #FF5722;
    color: #fff;
}

.paper_two_lr .btu i{
    margin-right: 10px;
}

.paper_type{
    border: 1px solid #baddee;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 15px;
}

.night .paper_type{
    border: 1px solid #666;
}

.paper_type span{
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    display: inline-block;
}

.night .paper_type span{
    color:#ddd;
}

.paper_type ul{

}

.paper_type .fa-clone{
    margin-left: 15px;
    color: #aaa;
    font-size: 12px;
    vertical-align: 1px;
    cursor: pointer;
}

.paper_type ul li{
    width: calc(100% / 3);
    float: left;
    padding: 4px;
}

.paper_type ul li div{
    text-align: center;
    border: 1px solid #baddee;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.night .paper_type ul li div{
    border: 1px solid #bbb;
    color: #ddd;
}

.paper_type ul li div.act{
    background-color: #01a9f4;
    color: #fff;
    border: 1px solid #01a9f4;
}

/******************************************************/

.paper_three{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    min-height: calc(100vh - 60px);
    padding: 0px 0px 0 0px;
    position: relative;
}

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

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

.paper_th_lf{
    display: inline-block;
    float: left;
    padding-right: 10px;
    font-size: 12px;
    width: 300px;
}

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

.paper_th_lf ul::-webkit-scrollbar {
    width: 0px;
}

.paper_th_lf ul::-moz-scrollbar{
    width: 0px;
}

.night .paper_th_lf ul{
    background-color: #444;
    color: #ddd;
}

.paper_th_lf ul li{
    line-height: 30px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.papaer_three_fontsizes{
    position: absolute;
    display: inline-block;
    width: 100px;
    right: 30px;
    text-align: right;
    top: 38px;
    font-size: 12px;
    color: #888;
}

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

.paper_th_cent input{
    padding: 10px 0 20px 0;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    font-size: 24px;
    outline: none;
    width: calc(100% - 10px);
    line-height: 1;
    margin-left: 10px;
}

.night .paper_th_cent input{
    background-color: #444;
    color: #eee;
    border-bottom: 1px solid #eee !important;
}

.paper_th_cent input::-webkit-input-placeholder{
    color:#ccc;
}

.paper_th_cent input::-moz-placeholder{ 
    color:#ccc;
}

.paper_th_cent input:-moz-placeholder{ 
    color:#ccc;
}

.paper_th_cent input:-ms-input-placeholder{  
    color:#ccc;
}

.night .paper_th_cent input::-webkit-input-placeholder{
    color:#666;
}

.night .paper_th_cent input::-moz-placeholder{ 
    color:#666;
}

.night .paper_th_cent input:-moz-placeholder{ 
    color:#666;
}

.night .paper_th_cent input:-ms-input-placeholder{  
    color:#666;
}

.night .w-e-text-placeholder{
    color:#666;
}


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

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

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

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

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

.w-e-scroll::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #d5d5d5;
}

.night .w-e-scroll::-webkit-scrollbar {
    background-color: #444;
}

.night .w-e-scroll::-webkit-scrollbar-thumb {
    background-color: #333;
}

.w-e-toolbar {
    background-color: #fafafa !important;
}

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

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

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

.night .w-e-bar svg{
    fill: #DDDDDD;
}

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

.night .w-e-bar-item-group .w-e-bar-item-menus-container{
    background-color: #242627;
    border: 1px solid #444;
}

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

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

.w-e-bar-show{
    align-items: center;
    justify-content: center;
}

.w-e-text-container [data-slate-editor]{
    padding: 0 0 0 10px !important;
}

.w-e-text-container [data-slate-editor] p{
    color: #333 !important;
    margin: 20px 0;
    line-height: 1.8;
}

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

.w-e-text-container [data-slate-editor] h2{
    font-weight: bold;
    color: #000;
}

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

.w-e-text-container [data-slate-editor] h3{
    font-weight: 500;
    color: #333;
}

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

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

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

.night .paper_th_lr{
    background-color: #444;
    border:1px solid #444;
    border-left: 1px solid #888;
}

.paper_th_lr .paper_th_lr_close{
    position: absolute;
    right: 38px;
    top: 28px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.night .paper_th_lr .paper_th_lr_close{
    color:#bbb;
}

.paper_th_lr .titl{
    padding: 10px 0 23px 0;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    font-size: 24px;
    outline: none;
    width: calc(100% - 10px);
    line-height: 1;
}

.night .paper_th_lr .titl{
    color:#eee;
}

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

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

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

.paper_th_lr .tip img{
    width: 250px;
    height: 250px;
    margin-top: -100px;
}

.gaixie_loads{
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    padding: 0 10px;
    margin-top: 15px;
}

.night .gaixie_loads{
    background-color: #333333;
    color: #ddd;
}

.gaixie_loads i{
    margin-right: 10px;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
}

.paper_th_lr .tip p{
    font-weight: bold;
}

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

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

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

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

.night .paper_th_lrr{
    background-color: #444;
    border: 1px solid #444;
    border-left: 1px solid #888;
}

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

.paper_th_lrr span.yu{
    padding: 15px;
}

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

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

.paper_th_lrr span.yu i{
    margin-bottom: 10px;
}

/******************************************************/

.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_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;
}

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

.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;
}

.night .gaixie_buts span,.night .kuoxie_buts span{
    color: #ddd;
}

.paper_tx_t{
    margin-top: 15px;
}

.night .paper_tx_t>span{
    color: #ddd;
}

.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;
}

.paper_tx_t>div::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

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

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

.paper_tx_res{
    margin-top: 15px;
}

.paper_tx_res .res_ok{
    padding: 15px 20px;
    background-color: #F1F8E9;
    border: 1px solid #4CAF50;
    border-radius: 4px;
}

.paper_tx_res .res_ok i{
    color: #008001;
    margin-right: 10px;
}

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

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

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

.night .paper_tx_res .res_no fieldset.res_no_err p{
    color: #ddd;
}

.paper_tx_res .res_no fieldset legend {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
}

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

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

.night .paper_tx_res .res_no fieldset.res_no_ok div{
    color: #ddd;
}

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

.paper_tx_res .res_no .res_no_event span{
    color: green;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 13px;
}

.zhuli{
    display: flex;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}

.zhuli .zhuli_chat{
    padding: 20px 0 20px 0;
    height: calc(100vh - 365px);
    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: 30px;
    position: relative;
}

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

.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;
}

.zhuli .admin>div>div .fa-spinner{
    margin-right: 10px;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
}

.zhuli .user{
    clear: both;
    margin-bottom: 30px;
    position: relative;
}

.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_chat_txt{
    height: 120px;
    background-color: #f5f5f5;
    padding: 0 10px 10px 10px;
    border-top: 1px solid #ddd;
    position: relative;
}

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

.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;
}

.night .zhuli_chat_txt .zhuli_chat_ischeck{
    color: #ddd;
}

.zhuli_chat_txt .zhuli_chat_ischeck label{

}

.zhuli_chat_txt .zhuli_chat_ischeck label input{
    margin-right: 5px;
    vertical-align: text-bottom;
}

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

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

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

.zhuli_chat_txt span{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #2252e9;
    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 span .fa-spinner{
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
}


.paper_jiansuo_res{
    margin-top: 20px;
}

.paper_jiansuo_res ul{

}

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

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

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

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

.paper_jiansuo_res ul li>div{
    
}

.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;
}

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

.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;
}

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

.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;
}

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

.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::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 12px;
    display: block;
    z-index: 10;
}
.night .paper_jiansuo_res .res_tip::before{
    background: #666;
}
.paper_jiansuo_res .res_tip::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 12px;
    display: block;
    z-index: 10;
}
.night .paper_jiansuo_res .res_tip::after{
    background: #666;
}

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

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

/*******************************/

.paper_yuyi_res{
    margin-top: 20px;
}

.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;
}

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

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

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

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

/*******************************/

.appcate{
    margin-top: 60px;
    margin-left: 240px;
    width: calc(100% - 240px);
    background-color: #fff;
    padding: 40px 40px;
    position: relative;
    min-height: calc(100vh - 60px);
    background-color: #f8fafc;
    
}

.appcate_head{

}

.appcate_head h1{
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    color: #222;
    float: left;
}

.appcate_head>div{
    display: inline-block;
    float: right;
    background-color: #fff;
    padding: 2px 2px;
    border-radius: 6px;
    position: relative;
    border-radius: 14px;
}

.appcate_head>div input{
    height: 30px;
    line-height: 30px;
    width: 250px;
    border: 1px solid rgb(190, 190, 221);
    padding-left: 20px;
    border-radius: 14px;
}

.appcate_head>div span{
    position: absolute;
    right: 5px;
    top: 4px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.appcate_head>div span i{
    font-size: 18px;
    color:rgb(190, 190, 221);
}

.appcate_submem{
    margin-top: 26px;
}

.appcate_submem span{
    margin-right: 20px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.appcate_submem span.act{
    color:#2252e9;
    border-bottom: 2px solid #2252e9;
}

.appcate_cents{
    margin-top: 30px;
}

.appcate_cents>ul{
    clear:both;
    margin: 0 -20px;
    display: none;
}

.appcate_cents>ul::after{
    clear: both;
    display: table;
    content: " ";
}

.appcate_cents>ul.act{
    display: inline-block;
}

.appcate_cents>ul li{
    float: left;
    width: calc(100% / 4);
    padding: 20px;
    cursor: pointer;
}

.appcate_cents>ul li div:hover {
    border: 2px solid #1890ff;
}



.appcate_cents>ul li div{
    padding: 24px;
    border: 2px solid #0000;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgb(146 146 146 / 12%);
    background-color: #ffffff;
}

.appcate_cents>ul li div h2{
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    color: #000;
}

.appcate_cents>ul li div h2 i{
    margin-right: 10px;
    color: red;
}

.appcate_cents>ul li div h2 img{
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

.appcate_cents>ul li div p{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}