.ai_float{
    position: fixed;
    right:4px;
    bottom:110px;
    width:130px;
    height: auto;
}
.ai_float img{
	width:100%;
	height: auto;
}
.ai_float1{
    position: fixed;
    right:4px;
    bottom:130px;
}
.service_float{
    position: fixed;
    left:4px;
    bottom:110px;
}
.pupai{
    width: 1200px;
    height: 750px;
    background:linear-gradient(0deg,#ffffff 20%, #f0f6fd,#2a5ed4 );
    border-radius: 5px;
    position: fixed;
    left: calc(50% - 600px);
    top: calc(50% - 375px);
    z-index: 1001;
}

 /* 全屏显示 */
.pupai_full{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
/* 放大/缩小 */
.zoom_fd,.zoom_sx{
    position: absolute;
    right:44px;
    top:22px; 
    cursor: pointer;
}
/* 关闭按钮 */
.zoom_close{
    position: absolute;
    right:12px;
    top:22px; 
    cursor: pointer;
}
/* 全屏后修改下主体内容宽度 */
.pupai_full .ai_cnt{
    width:calc(100% - 50px);
}


/* ai助手弹窗头部内容开始 */
.ai_top{
    width: 100%;
    height: 70px;
    overflow: hidden;
}
.ai_name{
    width: 60px;
    font-size: 16px;
    line-height: 88px;
    color: #ffffff;
    padding-left: 115px;
    float: left;
}
.ai_top_tit{
    width: auto;
    height: auto;
    margin: 12px 85px 0 0;
    float: right;
    border:3px solid #81b7fe;
    border-radius: 5px;
}
.ai_top_tit p{
    display: block;
   /*  width: 125px; */
    float: left;
    font-size: 17px;   
    text-align: center;
    line-height: 34px;  
    border-right:2px solid #6dabfc;
    padding:4px 25px;
}
.ai_top_tit p:first-of-type{
    border-radius: 5px 0 0 5px;
}
.ai_top_tit p:last-of-type{
    border-right:none;
    border-radius:0 5px 5px 0;
}
.ai_top_tit p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.ai_top_tit a{
    color:#f6f9fd;
}
.ai_top_tit p.curai{
    background-color: #ffffff;
}
.ai_top_tit p.curai a{
    font-weight: bold;
    color:#4595fd;
}
/* ai助手主要内容开始 */
.ai_cnt{
    width: calc(100% - 30px);
    height: calc(100% - 80px);
    margin: auto;
    background-color: #f6f9fd;
    border-radius: 5px;
    position: relative;
}
.ai_topimg{
    position: absolute;
    left: 22px;
    top: -50px;
}
.ai_box{
    width: 100%;
    height: auto;
    overflow: auto;
}
.chart{
    padding-bottom:5px;
    overflow: hidden;
    font-size: 14px;
}

/* 滚动条样式开始 */
.ai_box {
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: rgba(246, 249, 253, 1) rgba(246, 249, 253, 1);
}

/* 针对 WebKit 浏览器的滚动条整体样式 */
.ai_box::-webkit-scrollbar {
  width: 8px;
}

/* 滚动条滑块部分 */
.ai_box::-webkit-scrollbar-thumb {
  background-color: rgba(246, 249, 253, 1);
  scrollbar-width:none;
}

/* 滚动条轨道部分 */
.ai_box::-webkit-scrollbar-track {
  background-color: rgba(246, 249, 253, 1);
 scrollbar-width:none;
}

/* 当鼠标悬停在滚动条上时的样式 */
.ai_box::-webkit-scrollbar-thumb:hover {
  background-color: rgba(246, 249, 253, 1);
  scrollbar-width:none;
}
/* 滚动条样式结束 */




/* ai回答 */
.ai_chat{
    display: inline-block;
    width: 100%;
    /* width: calc(100% - 155px); */
    max-width: calc(100% - 155px);
    margin: auto;
    min-height: 24px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    text-align: justify;
    margin: 13px 0 0 60px;
    padding:12px 15px;
    line-height: 24px;
    position: relative;
}
.ai_block .chart:first-of-type .ai_chat:first-of-type{
    margin-top: 18px;
}
.ai_chat::before{
    content: "" !important;
    width: 40px !important;
    height: 40px;
    position: absolute;
    left: -40px;
    top:5px;
    background: url("../images/AI/icon_ai2.png") no-repeat;
    visibility: inherit !important;
}
.ai_chat p.p_strong{
    font-weight: bold;
    margin: 10px;
}
.p_in{
    margin:0 10px;
}

/* 用户提问发送后 */
.setq_box{
    color: #999999;;
}
.user_chat{
    display: inline-block;
    width: auto;
    max-width: calc(100% - 155px);
    margin: auto;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    text-align: justify;
    margin: 13px 65px 0 50px;
    padding:12px 15px;
    line-height: 24px;
    float: right;
    position: relative;
}
.user_chat::before{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: -45px;
    top:2px;
    background: url("../images/AI/icon_user2.png") no-repeat;
}
.user_chat p{
    color: #126ffd;
}
/* 用户文件上传点击发送后 */
.user_chat_file{
    padding:8px 12px;
}
.user_chat_file::before{
    display: none;
}
.user_chat_file img{
    float: left;
    margin-top: 5px;
}
.file_name{
    /* width: calc(100% - 45px); */
    max-width: 220px;
    float: right;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    margin-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fileinfo{
    display: block;
    font-size: 12px;
    color:#666666;
    font-weight:normal;
}
/* 用户提问输入框开始 */
.word_cnt{
    width: calc(100% - 30px);
    height: auto;
    margin: auto;
    border-radius: 5px;
    border:1px solid #e5e5e5;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.word_chat{
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    text-align: justify;
    padding:8px 15px;
    line-height: 24px;
    overflow: hidden;
}
.word_chat textarea{
    font-size: 14px;
    width: 100%;
    resize: none;
    line-height: 24px;
    height: 54px;
    outline: none;
    border: none;
}
.word_operate{
    float: right;
}
.upload{
    width: 38px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.word_operate img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: absolute;
    left: 6px;
    top: 0;
}
.upload input{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.send{
    display: inline-block;
    padding: 4px 16px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #176bfd;
}
.send:hover{
    box-shadow:  2px 2px 5px rgb(0 0 0 / 10%);
}
.file_cnt{
    display: inline-block;
    width: auto;
    max-width: calc(100% - 130px);
    margin: auto;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    text-align: justify;
    margin:10px 0 10px 10px;
    padding:8px 12px;
    line-height: 24px;
    position: relative;
}
.file_cnt img{
    display: inline-block;
}
.file_cnt .delete_f{
    width: 16px;
    height: auto;
    position: absolute;
    right: -8px;
    top: -8px;
}
.file_cnt .delete_f img{
    width: 100%;
    height: auto;
}

/* 思考过程 */
.p_think_tit{
    margin-top: 20px;
}
.p_think_tit img{
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
.p_think{
    font-size: 13px;
    color: #999999;
    line-height: 24px;
    margin-top: 12px;
    white-space:pre-wrap;
    word-break:break-all;
}

/* 知识自查 */
.inline_select{
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #999999;
    border-radius: 10px;
    border:1px solid #999999;
    background-color: #ffffff;
    line-height: 28px;
    padding: 0 16px;
    margin: 0 5px 12px 5px;
    cursor: default;
}
.inline_select_attr{
    color: #126ffd;
    border:1px solid #126ffd;
}
.inline_select select{
    border:none;
    width: auto;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.outline{ 
    width: 100%;
    line-height: 24px;
    font-size: 14px;
}
.outline label{
    display: block;
    margin-bottom: 5px;
}
.outline label .title_l{
    display: inline-block;
    width: 75px;
    font-size: 13px;
    font-weight: bold;
}
.outline label input,.outline label select{
    width: calc(100% - 80px);
    border: none;
    outline: none;
}
/* 智能教学 */
.ai_chat a.stb{
    color: #999999;
    margin:2px 22px 2px 0;
    cursor: default;
    display: inline-block;
    font-weight: bold;
}
.ai_chat a.stb_attr{
    color: #126ffd;
}
.setq_topic,.amount{
   display: inline-block;
   color: #999999;
}
.setq_topic input{
    border: none;
    width: 35px;
}
.setq_topic li,.amount li{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    border-radius: 10px;
    border:1px solid #999999;
    background-color: #ffffff;
    line-height: 28px;
    padding: 0 16px;
    margin: 0 5px 12px 5px;
    cursor: default;
}
.setq_topic li.attr{
    color: #126ffd;
    border: 1px solid #126ffd;
}
.amount li{
    margin-left: 10px;
    color: #126ffd;
    border: 1px solid #126ffd;
}
.amount li input{
    width: 20px;
    border: none;
    outline: none;
}
.stb_copy{
    float: right;
    color: #999999;
    cursor: copy;
}
/* 智能教学大纲 */
.outline{ 
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
}
.outline label{
    display: block;
    margin-bottom: 5px;
}
.outline label .title_l{
    display: inline-block;
    width: 80px;
    font-size: 13px;
    font-weight: bold;
}
.outline label input,.outline label select,.outline label textarea{
    width: calc(100% - 80px);
    border: none;
    outline: none;
}
.outline label select{
    width: auto;
}
.ai_chat_file{
    width: auto;
    max-width:calc(100% - 130px);
}
.ai_chat_file::before{
    display: none;
}
.ai_chat_file img{
    float: left;
    margin-top: 5px;
}
.file_name{
    min-width: 140px;
    max-width: 250px;
    float: right;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    margin-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fileinfo{
    display: block;
    font-size: 12px;
    color:#666666;
    font-weight:normal;
}
.stb_download{
    float: right;
    margin-top: -15px;
    color: #126ffd;
}
.user_chat_dg{
    width: auto;
    max-width: 948px;
}

/* 撰写论文 */
.setq_box_par{
    position: relative;
}
.setq_topic input[type="number"]{
    width: 35px;
}
.select_more{
    position: absolute;
    left:calc(50% - 400px);
    bottom:-50px;
    z-index: 999;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    width:800px;
    height: 500px;
    background: #ffffff;
    color: #333333;
    padding:15px 25px;
    display: none;
}
.pup_tit{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}
.pup_tit i.fa{
    float: right;
    color: #d1d1d1;
}
.pupcon_operate{
    font-size: 15px;
    height: 36px;
	line-height: 36px;
	text-align: left;
	margin: 5px 0 15px 0; 
}
.pupcon_operate input{
	width: 280px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dcdcdc;
    background-color: #f0f2f6;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 15px;
    color: #333333;
}
.pupcon_operate > a{
    display: inline-block;
	padding: 0 18px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background-color: #126ffd;
    margin-left: 5px;
}
.addflie{
    display: inline-block;
    margin-left: 10px;
    line-height: 48px;
    color: #666666;
    position: relative;
}
.addflie input{
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
    border: none;
    opacity: 0;  
}
.addflie a{
    color: #1d6cfd;
}

.pup_online{
    position: relative;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    margin: 5px 0 0 0;
}
.pup_online input{
    position: absolute;
    left: 120px;
    top: 4px;
    opacity: 0;
    width: 210px;
    height: 35px;
}
.pup_online_stb{
    display: inline-block;
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dcdcdc;
    background-color: #f0f2f6;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 15px;
    color: #333333;
}
.pup_online_stb_info{
    display: inline-block;
    width: auto;
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background-color: #126ffd;
    margin-left: 5px;
}
.pup_list{
    width: 100%;
    height: 320px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    margin-top: 12px;
}
.select_more p{
    line-height: 32px;
    padding-left: 15px;
}
.select_more p input{
    margin-right:5px ;
}
.select_more p:hover{
   background-color: #ade1f5;
   color: #ffffff;
}
.pup_stb{
    margin-top: 12px;
    text-align: right;
}
.pup_stb_a{
    padding:6px 18px;
    background-color: #126ffd;
    color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.stb_online{
    display: block;
    color: #999999;
    border-radius: 6px;
    border: 1px solid #999999;
    background-color: #ffffff;
    line-height: 28px;
    padding: 0 16px;
    margin: 5px 0 12px 0;
    float: left;
    cursor: default;
}
.stb_online_attr{
    border: 1px solid #126ffd;
    color: #126ffd;
}
/* 默认搜索关键词隐藏 */
.outline label.title_l_search{
    display: none;
}
.disabledss {
    pointer-events: none;
    color: grey;
    cursor: not-allowed;
    opacity: 0.5;
} 


/* 批改论文 */
.right_list{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}
.right_list table{
    width:90%;
}
.right_list table tr input[type="checkbox"]{
    width:20px;
}
.right_list table tr input[type="text"]{
    width: 100%;
    border:none;
}
.right_list table tr input.criteria_name{
    width: 80px;
}
.right_list table tr td{
    width: auto;
}
.select_work{
    left:calc(50% - 400px);
    bottom:-50px;
    width:800px;
    height: 362px;
} 
.select_work .pup_list{
    height: 230px;
    overflow: auto;
}
/* 批改论文问答区 */
.ai_chat p{
    line-height: 26px;
    /* margin-top: 5px; */
    font-weight: normal;
}
.ai_chat h1{
    font-size: 22px;
    margin: 18px 0;
}
.ai_chat h2{
    font-size: 20px;
    margin: 15px 0;
}
.ai_chat h3{
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 10px 0;
}
.ai_chat h4{
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}
.ai_chat ol{
    line-height: 32px;
    font-weight: bold;
}
.ai_chat ul{
    padding-left: 26px;
}
.ai_chat ul li{
    line-height: 28px;
    font-weight: normal;
}
.ai_chat ul li::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border:1px solid #666666;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.ai_chat hr{
    border: none; /* 去掉默认边框 */
    height: 1px; /* 设置高度 */
    background-color: #eeeeee; /* 设置颜色 */
    margin: 12px 0; /* 设置上下间距 */
}
.ai_chat table{
    width: calc(100% - 20px);
    height: auto;
    text-align: left;
    padding: 10px;
    margin-top: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
}
.ai_chat table tr:nth-of-type(odd) td{
    background-color: #f0f6fe;
}
.ai_chat table tr th,.ai_chat table tr td{
    border: 1px solid #ddd;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 26px;
}

/* 个人知识库 */
/* 管理知识库 */
.file_knowledge{

}
.word_chat strong span{
    font-size: 14px;
    color: #666666;
}
.file_operate{
    margin-top: 10px;
}
.file_operate input{
    width: 280px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f0f2f6;
    background-color: #f0f2f6;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 15px;
    color: #333333;
}
.file_operate a{
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background-color: #126ffd;
    margin-left: 5px;
}
.file_operate a.inline_select_blue{
    border: none;
    color: #126ffd;
    background: none;
}
.fileblock{
    width: 100%;
    height: 540px;
    background-color: #f0f2f6;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
}
.pupfilelist{
    height: calc(100% - 10px);
    padding:5px 20px;
    overflow: auto;
}
.pupfilelist li{
    line-height: 28px;
}
.pupfilelist li span:hover {
    color: #0e84ef;
    cursor: pointer;
}
.nofile{
    margin-left: calc(50% - 111px);
    margin-top:55px;
    display: none;
}
.file_bottom{
    margin-top: 10px;
}
.file_bottom .pagination2{
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
}
.stb_file{
    border-radius: 4px;
    color: #333333;
    margin: 0;
}
.inline_select_blue{
    border: none;
    color: #126ffd;
}
.inline_select_red{
    border: none;
    color: red;
}
/* 页码 */
.pagination>.currentD>a, .pagination>.currentD>a:focus, .pagination>.currentD>a:hover, .pagination>.currentD>span, .pagination>.currentD>span:focus, .pagination>.currentD>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #126ffd;
    border-color: #448aca;
}