.ai_float{
    position: fixed;
    right:4px;
    bottom:110px;
}
.ai_float1{
    position: fixed;
    right:4px;
    bottom:130px;
}
.service_float{
    position: fixed;
    left:4px;
    bottom:110px;
}
.pupai{
    width: 1100px;
    height: 650px;
    background:linear-gradient(0deg,#ffffff 20%, #f0f6fd,#3d90fd );
    border-radius: 5px;
    position: fixed;
    left: calc(50% - 550px);
    top: calc(50% - 325px);
    z-index: 1000;
}
.stb_close{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fafafa;
    color: #999999;
    position: absolute;
    right: -15px;
    top:-15px;
}
.stb_close i{
    font-size: 16px;
}
/* ai閸斺晜澧滃鍦崶婢舵挳鍎撮崘鍛啇瀵拷婵拷 */
.ai_top{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.ai_name{
    width: 60px;
    font-size: 15px;
    line-height: 68px;
    color: #ffffff;
    padding-left: 125px;
    float: left;
}
.ai_top_tit{
    width: auto;
    height: auto;
    margin: 12px 20px 0 0;
    float: right;
    border:2px solid #81b7fe;
    border-radius: 5px;
}
.ai_top_tit p{
    display: block;
    width: 125px;
    float: left;
    font-size: 15px;   
    text-align: center;
    line-height: 34px;  
    border-right:1px solid #6dabfc;
}
.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% - 70px);
    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: auto;
    /* 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: 36px !important;
    height: 38px;
    position: absolute;
    left: -40px;
    top:4px;
    background: url("../../../images/AI/icon_ai.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_user.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: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 閺呴缚鍏橀弫娆忣劅 */
.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: 30px;
}
.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;
}
.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;
}
.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{
    /* 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;
}
.stb_download{
    float: right;
    margin-top: -15px;
    color: #126ffd;
}
.user_chat_dg{
    width: auto;
    max-width: 948px;
}
.disabledss {
    pointer-events: none;
    color: grey;
    cursor: not-allowed;
    opacity: 0.5;
}