.section_two{
    min-height: 1200px;
}

.ai_width{
    width: 1200px;
}

.section_two_ai{
    width: 725px;
}

.section_three_ai{
    width: 460px;
    height: 190px;
    margin-bottom: 5px;
}

.section_ai{
    margin-top: 0px;
    border: solid 1px #EFF0F5;
    border-radius: 10px;
    float: right;
    width: 460px;
    min-height: 500px;
    max-height: 1000px;
    display: none;
    flex-direction: column;
    background: white;
    overflow: auto;
}

.section_ai_desc{
    float: right;
    height: 30px;
    width: 460px;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.customerSerL{
    flex:1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.chatCont{
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.chatL{
    display: flex;
    /*padding: 8px 0px 8px 0px;*/
    align-items: initial;
}

.bubbleBoxL{
    width: auto;
    height: auto;
    /*border:1px solid #D9D9D9;*/
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px ;
    color: #333333;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,MIUI,Hiragino Sans GB,Microsoft YaHei,sans-serif;
}

.bubbleBoxL hr{
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    border: none;
    height: 0px;
    width: 0px;
}

#relate_div{
    float:left;
    margin-right:5px;
    margin-bottom:10px;
    width:60px;
    border-radius: 10px;
    background:#EFF0F5;
    padding:2px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,MIUI,Hiragino Sans GB,Microsoft YaHei,sans-serif;
}

#relate_div> a{
    text-decoration:none;
}

.deepseek-thought{
    background: #F4F4F4;
    padding: 10px;
    border-radius: 10px;
}

.csp-ck-article{
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,MIUI,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    font-size: 14px;
}


/* 自定义滚动条整体样式 */
.section_ai::-webkit-scrollbar {
    width: 8px; /* 滚动条的宽度 */
    height: 12px; /* 滚动条的高度（适用于水平滚动条） */
}

/* 滚动条轨道 */
.section_ai::-webkit-scrollbar-track {
    /*background: #f1f1f1; !* 轨道背景色 *!*/
    border-radius: 10px; /* 轨道圆角 */
}

/* 滚动条滑块 */
.section_ai::-webkit-scrollbar-thumb {
    /*background: #888; !* 滑块背景色 *!*/
    border-radius: 10px; /* 滑块圆角 */
}



/* 代码块容器 */
.code-container {
    position: relative;
}

.chatCont pre {
    padding: 0px;
    margin: 10px 0px;
    background-color: transparent;
    border: none;
}

.chatCont pre code{
    border-radius: 0px 0px 12px 12px;
    /*background-color: #374151;*/
    background-color: #FAFAFA;
    color: #24292E;
    display: block;
    overflow-x: auto;
    padding: 1em;
    font-size: 14px;
    line-height: 25px;
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/*pre code.hljs{*/
/*	border-radius: 12px;*/
/*	!*background-color: #374151;*!*/
/*	background-color: #FAFAFA;*/
/*	color: #24292E;*/
/*}*/

/* 代码块样式 */
.code-block {
    display: block;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family:  -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,MIUI,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    /*monospace;*/
}

.code-copy-div{
    background: #E6E7ED;
    border-radius: 10px 10px 0px 0px;
    height: 32px;
}

/* 复制按钮样式 */
.code-copy-button {
    float: right;
    margin: 4px 20px 0px 0px;
    font-size: 14px;
    font-family:  -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,MIUI,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    background-color: transparent;
    color: #24292E;
    border: none;
    cursor: pointer;
    opacity: 1;
}


.chatCont ol {
    list-style-type: decimal;
}

.chatCont ol>li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: decimal;
    margin-left: 20px;
}

.chatCont li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.chatCont h1{
    font-size: 1.75em;
}
.chatCont h2{
    font-size: 1.55em;
}
.chatCont h3{
    font-size: 1.38em;
}
.chatCont h4{
    font-size: 1.25em;
}
.chatCont h5{
    font-size: 1.13em;
}
.chatCont h6{
    font-size: 1em;
}
.chatCont h1,h2,h3,h4,h5,h6{
    margin-top: 14px;
    margin-bottom: 8px;
}
.chatCont p{
    margin: 8px 0px;
}


.handleRunning{
    border: 1px solid #D9D9D9;
    padding: 10px;
    border-radius: 10px;
}


.info-modal{
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 6px 12px;
    background-color: #444444;
    font-size: 12px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none; /* 默认隐藏 */
    text-align: center;
    z-index: 9999;
}

.bubbleBoxL a {
    text-decoration: underline;
}