
/*
@font-face{font-family:HarmonyOS_Sans_SC_Medium;font-style:normal;font-display:swap;
src:url(HarmonyOS_Sans_SC_Medium.subset.woff2) format('woff2')}
*{font-family:HarmonyOS_Sans_SC_Medium !important;}
*/



a {color: #3578e5;}

.fixed {
    position: fixed;
}


.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 1px;
}
.tooltip-inner{ font-size: 12px; }

/* 自定义滚动条样式 */
.wsidebar-right::-webkit-scrollbar, textarea::-webkit-scrollbar {
width: 8px; /* 滚动条的宽度 */
}

.wsidebar-right::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
background: rgba(51, 51, 51, 0.1); /* 滚动条轨道的背景颜色 */
}

.wsidebar-right::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
background: #ef476f; /* 滚动条滑块的背景颜色 */
border-radius: 4px; /* 滑块的圆角 */
}

.wsidebar-right::-webkit-scrollbar-thumb:active, textarea::-webkit-scrollbar-thumb:active {
background-color: #ef476f; /* 滑块在被激活时的背景颜色 */
}

/* Firefox 的滚动条样式 */
.wsidebar-right, textarea {
scrollbar-width: thin; /* 设置为细滚动条 */
scrollbar-color: #ef476f rgba(51, 51, 51, 0.1); /* 滑块颜色和轨道颜色 */
}

.toggleButton {
    color: #eb7350;
    cursor: pointer;
    font-size: .7rem;
    margin: 0 0 5px 0;
}

.full {
    display: none;
    line-height: 30px;
    background: #e5f0ff;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.Tr span:after {
    content: atTr(data-number);
    border-radius: 50%;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #7B7B7D;
    opacity: 0.8;
    width: 15px;
    height: 15px;
    top: -6px;
    right: -20px;
    line-height: 15px;
}

.Tr span {

}

.gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.red {color: red;}

.login-box{
    display: none;
}

.header-actions {
display: flex;
align-items: center;
justify-content: flex-end;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
  z-index: 99; /* 确保遮罩在最顶层 */
}

.container{
  z-index: 999;    
  margin: 0;
  top: 150px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 9px;
  width: 320px;
  height: 250px;
  box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
}

.box h4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #5c6bc0; 
  font-size: 18px;
  margin: 30px 0;
 
}

.ts {
    position: relative;
}

.ts::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    background-color: rgba(255, 255, 0, 0.7);
}

.ts .txt {
    font-style: normal;
    position: relative;
    opacity: 1;
        color: #495057;
}

.ps{
  position: relative;  
}



.box h4 span {
  color: #dfdeee;
  font-weight: lighter;
}

.box h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  color: #a1a4ad;
  letter-spacing: 1.5px;
  margin-top: -15px;
  margin-bottom: 70px;
}

.box input[type = "text"],.box input[type = "password"] {
  display: block;
  margin: 20px auto;
  background: #f0f6ff;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  width: 90%;
  outline: none;
  color: #000;
}


.btn1 {
    border: 0;
    background: #7f5feb;
    color: #dfdeee;
    border-radius: 8px;
    width: 68px;
    height: 30px;
    font-size: 13px;
}

.btn1:hover {
  background: #5d33e6;
}

.side_clo_btn{ 
position: absolute;
top: 10px;
left: -40px;
background-color: white;
border: 1px solid #f0eff5;
border-width: 1px 0 1px 1px; /* 上 右 下 左 */
}

/* 手机端 */
@media (max-width: 576px) {
 .chat-conversation{
    margin: 10px !important;
    padding: 10px !important;
 }   
  
 .prompt-box .chat-avatar{
     display: none;
 }
 .prompt-box .sys_ask{
     margin-top: 0px;
 }
 .sider-menu{
     display: none;
 }
 .chat_input{
         padding: 20px 30px 0px!important;
 }
 .min-w{
     min-width: 100% !important;
     padding: 20px !important;
 }
 .header-nametext{
     display: none;
 }
 .ft_si_img{
     border: 0.5px solid rgba(0,102,255,.15); 
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
 }
 .tobsc{
     display: none;
 }
 textarea.chatask_css,textarea.group_chatask_css{
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    
 }
 textarea.chatask_css::placeholder,textarea.group_chatask_css::placeholder {
     color: transparent; /* 将 placeholder 的文本颜色设置为透明 */
 }
 .chat-conversation {
    height: calc(100vh - 160px)!important;
}
 .chat_tips{
     display: none !important;
 }
 .upload_li{
     display: none;
 }
 .sider-single{
     display: none;
 }
 .ai_web{
     display: none;
 }
 .chat-conversation .chat-avatar{
     display: none;
 }
 .chat-input-links .btn-group-lg>.btn, .btn-lg{
    padding: 0.2rem 0.5rem !important;
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
 }
 .chat-conversation li .ask-p{
   left: 0px !important;
 }
 .chat_btn_sw{ display:none; }
 .btn{ transition:none; border:none}
 .ai_flex_all{ display:none; }
 .chat-conversation{
    margin: 0 !important;
    padding: 0 20px!important;
 }
}


/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
 
.ai_flex_all{ margin: 0px 40px 0px; }

.chat_btn_sw button{ line-height: 1.3; }
 
.containers_gay {
  column-count: 5;
  column-gap: 5px;
}

.mob_btn{
    opacity: 1;
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 18px;
    color: #636465;
    cursor: pointer;
}

.login-div{
    display: flex;
    width: 700px;
    height: auto;
    justify-content: space-between;
}
.login-div .login-img{
    margin: 24px 15px 34px 14px;
    overflow: hidden;
    width: 450px;
}
.login-div .login-form{
    margin: 20px;
    width: 250px;
}
.login-div .login-form .box{
    margin-top: 60px;
    text-align: left;
}
.login-div .login-form h5{
    margin: 0 0 10px;
    font-weight: 400;
    color: #1f2329;
}
.login-div .login-form .box h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #5c6bc0;
    font-size: 30px;
    margin: 30px 0 20px;
}
.login-div .login-form .box input{
    width: 100%;
}
.login-div .login-form .box .btn1 {
    width: 80px;
    text-align: center;
}

 
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, .2);
	background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4);
	background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

.waves-notransition {
	-webkit-transition: none !important;
	transition: none !important
}

.waves-button,
.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	z-index: 1
}

.waves-button {
	padding: .85em 1.1em;
	border-radius: .2em
}

.waves-button-input {
	margin: 0;
	padding: .85em 1.1em
}

.waves-input-wrapper {
	border-radius: .2em;
	vertical-align: bottom
}

.waves-input-wrapper.waves-button {
	padding: 0
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%
}

.waves-float {
	-webkit-mask-image: none;
	-webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	-webkit-transition: all .3s;
	transition: all .3s
}

.waves-float:active {
	-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
	display: block
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, .4)
}

.waves-effect.waves-primary .waves-ripple {
	background-color: rgba(114, 105, 239, .4)
}

.waves-effect.waves-success .waves-ripple {
	background-color: rgba(6, 214, 160, .4)
}

.waves-effect.waves-info .waves-ripple {
	background-color: rgba(80, 165, 241, .4)
}

.waves-effect.waves-warning .waves-ripple {
	background-color: rgba(255, 209, 102, .4)
}

.waves-effect.waves-danger .waves-ripple {
	background-color: rgba(239, 71, 111, .4)
}

select:disabled, .form-control:disabled, .form-control[readonly] {
    background-color: #bfbfbf !important;
    cursor: not-allowed;
}

.user-sta{
    color: red;
    margin: 0 5px;
}

.unen{
    text-transform: uppercase;
    font-size: 12px;
}

.avatar-xs {
	height: 2.2rem;
	width: 2.2rem
}

.avatar-sm {
	height: 3rem;
	width: 3rem
}

.avatar-md {
	height: 4.5rem;
	width: 4.5rem
}

.avatar-lg {
	height: 6rem;
	width: 6rem
}

.avatar-xl {
	height: 7.5rem;
	width: 7.5rem
}

.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #7269ef;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.font-size-10 {
	font-size: 10px !important
}

.font-size-11 {
	font-size: 11px !important
}

.font-size-12 {
	font-size: 12px !important
}

.font-size-13 {
	font-size: 13px !important
}

.font-size-14 {
	font-size: 14px !important
}

.font-size-15 {
	font-size: 15px !important
}

.font-size-16 {
	font-size: 16px !important
}

.font-size-17 {
	font-size: 17px !important
}

.font-size-18 {
	font-size: 18px !important
}

.font-size-20 {
	font-size: 20px !important
}

.font-size-22 {
	font-size: 22px !important
}

.font-size-24 {
	font-size: 24px !important
}

.font-weight-medium {
	font-weight: 500
}

.font-weight-semibold {
	font-weight: 600
}

/* 动态为footer添加类fixed-bottom */
.fixed-bottom{position:fixed;bottom:0;width:100%;}

.chat_tips{
    margin-bottom: 10px;
     display: none; /* 默认隐藏 */
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    background: white;
    padding: 15px 10px;
    border-radius: 8px;
}
.chat_tips i{
    font-size: 14px;
    vertical-align: bottom;
}

.chat_tips span:hover{
    background-color: #cbd5ea;
}

.chat_tips span{
    font-size: 12px;
    line-height: 20px;
    padding: 6px 10px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #e6ebf5;
    color: #495057;
    border-radius: 0.4rem;
    border-color: #c2cee6;
}


.social-list-item {
	height: 2rem;
	width: 2rem;
	line-height: calc(2rem - 4px);
	display: block;
	border: 2px solid #adb5bd;
	border-radius: 50%;
	color: #adb5bd;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s
}

.social-list-item:hover {
	color: #7a7f9a;
	background-color: #f5f7fb
}

.w-xs {
	min-width: 80px
}

.w-sm {
	min-width: 95px
}

.w-md {
	min-width: 110px
}

.w-lg {
	min-width: 140px
}

.w-xl {
	min-width: 160px
}

.custom-accordion .card+.card {
	margin-top: .5rem
}

.custom-accordion a i.accor-plus-icon {
	font-size: 16px
}

.custom-accordion a.collapsed i.accor-plus-icon:before {
	content: "\F0142"
}

.custom-checkbox-primary .custom-control-input:checked~.custom-control-label:before,
.custom-radio-primary .custom-control-input:checked~.custom-control-label:before {
	background-color: #7269ef;
	border-color: #7269ef
}

.custom-checkbox-secondary .custom-control-input:checked~.custom-control-label:before,
.custom-radio-secondary .custom-control-input:checked~.custom-control-label:before {
	background-color: #7a7f9a;
	border-color: #7a7f9a
}

.custom-checkbox-success .custom-control-input:checked~.custom-control-label:before,
.custom-radio-success .custom-control-input:checked~.custom-control-label:before {
	background-color: #06d6a0;
	border-color: #06d6a0
}

.custom-checkbox-info .custom-control-input:checked~.custom-control-label:before,
.custom-radio-info .custom-control-input:checked~.custom-control-label:before {
	background-color: #50a5f1;
	border-color: #50a5f1
}

.custom-checkbox-warning .custom-control-input:checked~.custom-control-label:before,
.custom-radio-warning .custom-control-input:checked~.custom-control-label:before {
	background-color: #ffd166;
	border-color: #ffd166
}

.custom-checkbox-danger .custom-control-input:checked~.custom-control-label:before,
.custom-radio-danger .custom-control-input:checked~.custom-control-label:before {
	background-color: #ef476f;
	border-color: #ef476f
}

.custom-checkbox-pink .custom-control-input:checked~.custom-control-label:before,
.custom-radio-pink .custom-control-input:checked~.custom-control-label:before {
	background-color: #e83e8c;
	border-color: #e83e8c
}

.custom-checkbox-light .custom-control-input:checked~.custom-control-label:before,
.custom-radio-light .custom-control-input:checked~.custom-control-label:before {
	background-color: #e6ebf5;
	border-color: #e6ebf5
}

.custom-checkbox-dark .custom-control-input:checked~.custom-control-label:before,
.custom-radio-dark .custom-control-input:checked~.custom-control-label:before {
	background-color: #343a40;
	border-color: #343a40
}

.custom-checkbox-dark .custom-control-input:checked~.custom-control-label:before,
.custom-radio-dark .custom-control-input:checked~.custom-control-label:before {
	color: #343a40
}

.custom-control-label {
	cursor: pointer
}

.custom-switch-md {
	padding-left: 3rem
}

.custom-switch-md .custom-control-label {
	line-height: 20px
}

.custom-switch-md .custom-control-label:before {
	width: 40px;
	height: 20px;
	border-radius: 30px;
	left: -3rem
}

.custom-switch-md .custom-control-label:after {
	width: calc(20px - 4px);
	height: calc(20px - 4px);
	left: calc(-3rem + 2px)
}

.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
	-webkit-transform: translateX(1.25rem);
	transform: translateX(1.25rem)
}

.custom-switch-lg {
	padding-left: 3.75rem
}

.custom-switch-lg .custom-control-label {
	line-height: 24px
}

.custom-switch-lg .custom-control-label:before {
	width: 48px;
	height: 24px;
	border-radius: 30px;
	left: -3.75rem
}

.custom-switch-lg .custom-control-label:after {
	width: calc(24px - 4px);
	height: calc(24px - 4px);
	left: calc(-3.75rem + 2px);
	border-radius: 50%
}

.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
	-webkit-transform: translateX(1.5rem);
	transform: translateX(1.5rem)
}

.custom-control-label::before {
	background-color: #fff
}

[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0 !important;
	bottom: 0;
	right: 0 !important;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	padding: 0 !important
}



.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none
}


.simplebar-content:after,
.simplebar-content:before {
	content: ' ';
	display: table
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 7px;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #a2adb7;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	-webkit-transition: opacity 0s linear;
	transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none
}

.custom-scroll {
	height: 100%
}

.form-control{
    font-size: 13px;
    background: #F7F9FF;
}

.modal-footer .btn,.myaikey_btn,.all_btn{
    font-size: 13px;
    line-height: 1;
    
}


.calltxt .modal-footer{
    padding: 0rem;
}

.side-menu {
	min-width: 60px;
	max-width: 60px;
	
	min-height: 570px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 0;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12)
}

@media (max-width:991.98px) {
	.side-menu {
		position: fixed;
		bottom: 0;
		height: 60px;
		min-width: 100%;
		min-height: auto;
		display: block;
		border-top: 1px solid #f0eff5
	}
}

.side-menu .navbar-brand-box {
	text-align: center
}

@media (max-width:991.98px) {
	.side-menu .navbar-brand-box {
		display: none
	}
}

.side-menu .navbar-brand-box .logo {
	line-height: 70px
}

.rotate-animation {
transition: transform 0.4s ease-in-out; /* 设置过渡效果 */
}

.rotate-animation:hover {
animation: rotate 2s linear infinite; /* 鼠标悬停时开始动画 */
}

@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.side-menu .navbar-brand-box .logo-light {
	display: block
}

.side-menu .theme-mode-icon:before {
	content: ""
}

.side-menu-nav .nav-item {
	margin: 7px 0
}

@media (max-width:991.98px) {
	.side-menu-nav .nav-item {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 5px 0
	}
}

.side-menu-nav .nav-item .nav-link {
	text-align: center;
	font-size: 24px;
	color: #878a92;
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 0
}

@media (max-width:991.98px) {
	.side-menu-nav .nav-item .nav-link {
		font-size: 20px;
		width: 48px;
		height: 48px;
		line-height: 48px
	}
}

.side-menu-nav .nav-item .nav-link.active {
	background-color: #f7f7ff;
	color: #7269ef
}

.side-menu-nav .nav-item.show>.nav-link {
	background-color: #f7f7ff;
	color: #7269ef
}

.side-menu-nav .profile-user {
	height: 36px;
	width: 36px;
	background-color: #f0eff5;
	padding: 3px
}

.chat-leftsidebar {
	height: 100vh;
	background-color: #f3f4f6
}

.chat-leftsidebar {
width: 350px; /* 固定宽度 */
transition: width 0.3s ease, opacity 0.3s ease; /* 添加宽度和透明度的过渡效果 */
opacity: 1; /* 默认不透明 */
overflow: hidden; /* 防止内容溢出 */
border-right: 0.5px solid rgba(0,0,0,.08);

}

.chat-leftsidebar.hidden {
width: 0; /* 设置宽度为0 */
opacity: 0; /* 设置透明度为0 */
overflow: hidden; /* 确保内容隐藏 */
}

#task_input,#group_task_input { position: relative; }


@media (min-width:992px) {

}
.news-creation:hover{
       background: #d2dbed;
}
.news-creation{
  border-radius: 12px;
  align-items: center;
  background: #e5ebf7;
  color: #0057ff;
  height: 40px;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 10px;
  border: 0.5px solid rgba(0,102,255,.15);
  }
.news-creation-txt{
    font-size: 13px;
    font-weight: 600;
    color: #e83e8c;
}
.news-creation-let{
  font-size: 11px;
  color: white;
  color: #7a7f9a;
  border: 0.5px solid rgba(0,102,255,.15);
  padding: 2px 5px;
  background: #f0f6ff;
  cursor: pointer;
  }



.chat-search-box .form-control {
	border: 0
}

.chat-search-box .search-icon-btn {
	font-size: 16px;
	position: absolute;
	right: 13px;
	top: 0
}


.chat-message-list {
	height: calc(100vh - 150px);

}

@media (max-width:991.98px) {
	.chat-message-list {
		height: calc(100vh - 150px);
	}
	.ai_check_name{
	    display: none;
	}
	#ai_txt{
	    padding-left: 20px !important
	}
}



.chat-group-list {
	height: calc(100vh - 160px)
}

@media (max-width:991.98px) {
	.chat-group-list { height: calc(100vh - 194px) }
}

.group_chat.active i {
color: red; /* 将文本颜色设置为红色 */
}

textarea.chatask_css{
    height: 43px;
    line-height: 25px;
    resize: none;
    max-height: 400px;
    padding-left: 15px;
    padding-right: 45px;
}

textarea.group_chatask_css{
    height: 43px;
    line-height: 25px;
    resize: none;
    max-height: 400px;
    padding-right: 45px;
}


.text_prompt .ai_check_name{
    opacity: 1;
    position: absolute;
    top: 7px;
    left: 10px;
    color: #212529;
    background-color: #cbd5ea;
    border-color: #c2cee6;
    
}
.ai-card-body .ai_url{ float:right; }
.input-group .btn{ border-radius:0 .25rem .25rem 0; padding: 0.42rem 0.75rem;      font-size: .7rem; }
.ai-card-body .tok{ margin-top:5px; }
.ai_web{
    opacity: 1;
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 18px;
    color: #636465;
    cursor: pointer;
}

.ai_att {
    opacity: 1;
    position: absolute;
    top: 9px;
    right: 14px;
    font-size: 18px;
    color: #636465;
    cursor: pointer;
}

.ai_att button{
    background: none;
    border: 0px;
    color: #636465;
    margin: 0;
    padding: 0px;
}

.user-chat-content{
    position: relative;
}

.restart,.aishare,.copy_btn {
font-size: 48px; /* 调整图标的大小 */

}

.rotate {
animation: rotate360 2s linear infinite;
}

@keyframes rotate360 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.conversation-list i:hover{
    /**color: red;**/
}

/* 隐藏所有的 <i> 元素，并设置初始透明度 */
.conversation-list i {
opacity: 0;
transition: opacity 0.3s ease;
}

/* 当鼠标悬停在 .conversation-list 上时，显示其直接子元素 <i> */
.conversation-list:hover > .user-chat-content > i,
.conversation-list:hover > .align-self-start > a > i {
opacity: 1;
}



.user-chat-content .redel{
    position: absolute;
    top: 0px;
    left: -24px;
    font-size: 16px;
    cursor: pointer;
}

.user-chat-content .ipnext{
    position: absolute;
    bottom: 0px;
    right: 66px;
    font-size: 16px;
    cursor: pointer;
}

.user-chat-content .aishare{
    position: absolute;
    bottom: 0px;
    right: 44px;
    font-size: 16px;
    cursor: pointer;
}

.user-chat-content .restart{
    position: absolute;
    bottom: 0px;
    right: 22px;
    font-size: 16px;
    cursor: pointer;
}

.user-chat-content .copy_btn{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    cursor: pointer;
}

.user_list_login a i{
    font-size: 15px;
    margin-top: -2px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #00c97e;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,150,94,.25)
}

.author-info-card {
    visibility: hidden;
    opacity: 0;
    width: 350px;
    top: 50%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    padding: 15px;
    position: absolute;
    z-index: 999;
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px -2px 15px rgba(0,0,0,.15);
}

.author-infos:hover .author-info-card {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    top: 35px;
}

.header-top img {
    float: left;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    height: 40px;
}

.header-top{
    display: flex;
    flex-wrap: wrap;
}
.header-top .user-names{
  margin-bottom: 3px;
}
.header-name{width:100%}
.header-top span{
    color: red;
    font-size: 12px;
    font-weight: 600;
}
.header-top p {
    color: #8495a0;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.header-top .badge{
    font-size: .725rem;
    color: #fff;
    line-height: 120%;
    font-weight: 400;
    padding: 4px 8px;
}

.group_user_img .chat-user-img{
    margin-right: 5px;
    border-radius: 6px;
    background: #fff;
    padding: 5px;
    border: 0.5px solid rgba(0,102,255,.15);
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    
}
.group_user_img .avatar-xs{
    height: 1.5rem;
    width: 1.5rem;
}

.group_btn_ap{
    cursor: pointer;
}

.see_ad{      background: #000; }
.see_ad img{ width:100%; border-radius: 12px; }
.hot_new{
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.hot_new li{
    margin-top: 0 !important;
}
.hot_new li>a:hover{
    background-color: #e6ebf5;
}
.hot_new li a{
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;
    padding: 8px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 4px;
}
.hot_new li{
list-style-type: none; /* 去掉小圆点 */
}
.hot_new li .view {
    float: right;
    font-size: 11px;
    color: #ef476f;
    line-height: 2;
    font-style: normal;
}
.ran1 {
    background-color: #FF4A4A !important;
    color: #FFFFFF;
}
.ran2 {
    background-color: #FF7701 !important;
    color: #FFFFFF;
}
.ran3 {
    background-color: #FFB400 !important;
    color: #FFFFFF;
}
.rank {
    background-color: #2299DD;
}
.rank {
    display: inline-block;
    padding: 3px 7px;
    line-height: 1.2;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

@media (min-width: 600px){
.dropdown-menu-xlg {
    width: 520px;
}
}

.timeline-activity {
	margin: 10px 0;
}

.timeline-activity .activity-log {
	padding-left: 1.8rem;
	padding-bottom: 0.8rem;
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 15px 0;
}



.timeline-activity .activity-log a{  }

.timeline-activity .activity-log:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: #1273eb;
	border: 3px solid #f5f8fd;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	z-index: 1;
}

.records_info .log-details:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -26px;
    background: #f5f8fd;
    border: 3px solid #1273eb;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    z-index: 1;
}

.timeline-activity .activity-log:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 10px;
	border-left: 1px dashed #e1e8f3;
	height: 100%;
	width: 1px;
}

.timeline-activity .activity-log .log-name {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 600;
}

.timeline-activity .activity-log .log-name span{
    margin-right: 3px;
    cursor: pointer;
}

.timeline-activity .activity-log .log-details {
	font-size: .75rem;
    color: #5e6973;
    margin: 2px 0 4px;
    line-height: 2.5;
    position: relative;
}

.timeline-activity .activity-log .log-details a,.timeline-activity .activity-log .log-details a:hover{
    color: #e83e8c;
}

.timeline-activity .activity-log .log-details .taskinfo{
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #e2e6f0;
    border-radius: 6px;
    width: 100%;
    background: #f6f6fd;
    margin-bottom: 10px;
}
.timeline-activity .activity-log .log-details .taskinfo .taskname{
    font-size: 12px;
    color: #1273eb;
    font-weight: 600;
}

/**悬浮组件**/

.ft_si:first-of-type::before {
content: none; /* 或者使用不显示的内容，例如 ' ' */
}
.ft_si{
    position: relative;
}
.ft_si::before{ 
    content: '';
    display: block;
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid #cbd5ea;
}
.group_chat,.prompt_chat{
    margin: 8px 0;
    padding: 2px 7px;
    border-radius: 6px;
    background: #fff;
    border: 0.5px solid rgba(0, 102, 255, .15);
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    position: relative;
}
.hide{ display:none !important; }
.sider-footer{ padding: 5px 10px;
    background: #fff;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
    z-index: 99;
    transition: all 1s ease 0s;
    position: fixed;
    cursor: pointer;
}

.sider-footer i:hover{
    color: red;
}

.sider-footer-user{ padding: 5px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
    animation: hidebottom 0.6s;
    z-index: 99;
}

.izan .agree-num{ font-size: 12px; text-align: center; margin-top: -8px}

.izan:hover i,.izan:hover .agree-num,.zan_on i,.zan_on .agree-num{ color:red !important; }

.sider-footer i { font-size: 20px;  color: #4f4c4c; font-style: normal; border-radius: 50%; display: block;}  

.sider-footer button.text,.sider-footer .button.text{ background: none;  padding: 0;  font-weight: 400;  display: inline-block;  line-height: 1;  color: #000;  height: auto;  border: 0;   }
             
.footer-author{ margin-top: 10px; }

.footer-author span { margin-bottom: 5px; display: block;  margin-top: 5px;}

.sider-footer span { display: block;}

/**.sider-footer .dot { margin: 2px 5px;  border-top: 1px solid #e8e8e8;}**/

.sider-footer a { display: block; line-height: 1.5; }

.sider-menu{ 
    top:100px;
}

.sider-group{ 
    bottom: 0; 
    transition: left 0.3s ease; /* 添加过渡效果 */
    z-index: 1;
    margin-bottom: 100px;
}
.sider-group.online {
left: 285px;
}
.sider-single{ 
    bottom: 0; 
    transition: left 0.3s ease; /* 添加过渡效果 */
    z-index: 1;
    margin-bottom: 100px;
}
.ft_si_img img{ width:25px; }

.ft_si_img{ 
    margin: 8px 0;
    padding: 5px;
    border-radius: 6px;
    background: #fff;
   border: 0.5px solid rgba(0,102,255,.15);
  box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    position: relative;
}
    
.ft_si_img:hover{
    background: #e5ebf7;
}    

.sider-footer .onck{
    background: #e5ebf7;
}

.header-name-info{ display: inline-flex;
    justify-content: space-between; }

.header-name-userimg{ text-align: center; }

.header-nametext{  
    font-size: .75rem;
    color: #000;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;    
    display: none;
}

/**悬浮组件**/



.media .badge{
    margin: 0 5px 0 0;
}

.activity-log .badge{
    padding: 0.2rem 0.5rem;
}
.badge {
    border-radius: 2px;
    font-weight: 400;
    padding: 0 5px;
    line-height: 20px;
    font-size: .725rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}
.badge i{ vertical-align: bottom; }



.log-name .badge{
    margin-left: 10px;
    margin-bottom: 0;
}
.timeline-activity .badge i{
    vertical-align: bottom;
}
.aibtn-overlay-div:hover{
    background-color: #cbd5ea;
}
.aibtn-overlay-div {
    cursor: pointer;
    display: none;
    position: absolute;
    top: -18px;
    left: 175px;
    max-width: 300px;
    min-width: 50px;
    background: #e6ebf5;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    transform: translateX(-50%);
}
.dot{ margin: 0 5px; border-left: 1px solid #cbd5ea; }
.chat_input {
    position: relative;
    padding: 30px 138px 0px;
}
.flex_btn i{ font-size: 18px;  }
.flex_btn{ display: flex; flex-wrap: wrap; }
.flex_btn p {  cursor: pointer; margin: 0 5px; }
.flex_btn i:hover{ color:red }
.chat-user-list .tsi .badge {  color: #ef476f;}
.chat-user-tit{ color: #495057; }
.btn_ip{ margin-right:10px; height: 20px; }

.sliding{ position: relative; overflow: hidden; }

.sliding:hover::before{
    -webkit-transform: scale3d(9,9,1);
    transform: scale3d(9,9,1);
}

.sliding:before {
    background-color: #e6ebf5;
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 15%;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1,2,1);
    transform: scale3d(1,2,1);
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

#display_ainame{
    position: absolute;
    top: -25px;
    left: 0px;
}

.ai_ap_img{
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%!important;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 99;
}

.index-card-img {
margin: 0px 40px 0px;
}

.card-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: 100%;
column-gap: 20px;
margin: 0 auto;

}

.card-container .card-layout-item-container {
width: 180px;
height: 240px;
/**width: 270px;
    height: 360px;**/
margin-bottom: 20px;
}

.card-item-container {
background: var(--bg_white_1, #fff);
box-shadow: 0 4px 12px rgba(17, 49, 95, .08);
border-radius: 16px;
background-size: cover;
position: relative;
flex: 1;
box-sizing: border-box;
width: 100%;
height: 100%;
cursor: pointer;
}

.card-item-container .card-blur-mask {
transition: backdrop-filter .5s ease, -webkit-backdrop-filter .5s ease;
}

.card-item-container .card-mask {
position: absolute;
width: 100%;
height: 100%;
border-radius: 16px;
}

.card-item-container .card-darken-mask {
transition: background-color .5s ease, opacity .5s ease;
background-color: transparent;
background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .4));
opacity: 0;
}

.card-item-container .card-darken-mask.active {
opacity: 1;
}

.card-item-container .card-tags-container {
position: absolute;
left: 8px;
top: 8px;
display: flex;
flex-direction: row;
}

.card-item-container .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 16px 16px 10px;
    gap: 6px;
    position: absolute;
    width: 100%;
    max-height: 160px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    transition: max-height .5s ease;
    text-align: left;
}

.card-item-container .card-content .card-title {
height: 20px;
font-family: PingFang SC;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
color: #fff;
max-height: 20px;
overflow: hidden;
}

.card-item-container .card-content .card-desc {
    max-height: 160px;
    overflow-y: hidden;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    transition: max-height .5s ease;

    margin: 0 6px;
    padding: 3px 8px;
    background: rgb(0 22 255 / 50%);
    border: 2px solid #5865f2;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(88,101,242,.4);
}

/**
.card-item-container:hover .card-blur-mask {
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
**/

.chat-list { margin: 0 }
.chat-list li.active a { background-color: #e6ebf5 }
.chat-list li .chat-user-tit {
	position: relative;
	display: block;
	padding: 12px 15px 12px 30px;
	transition: all .4s;
	border-radius: 4px
}

.chat-list li a:hover {
	color: #495057;
}

.chat-list li .chat-user-message {
	font-size: 12px
}

.chat-list li.typing .chat-user-message {
	color: #7a7f9a;
	font-weight: 500
}

.chat-list li.typing .chat-user-message .dot {
	background-color: #7269ef
}

.chat-list li .unread-message {
	position: absolute;
	display: inline-block;
	right: 24px;
	top: 20px
}

.chat-list li .ai_bet{
    position: absolute;
    right: 24px;
    top: 13px;
}

.chat-list li .unread-message .badge {
	line-height: 16px;
	font-weight: 600;
	font-size: 10px
}

.chat-user-img {
	position: relative
}

.chat-user-i{
    height: 20px;
    text-align: center;
    width: 25px;
    margin: 0 auto;
}

.chat-user-i i{
        font-size: 18px;
    line-height: 19px;
    vertical-align: top;
}


.media .ri-delete-bin-line{
    font-size: 14px;
    display: none;
    height: 20px;
}


/* 定义动画效果 */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

/* 当鼠标悬停在 .media 元素上时显示删除图标并添加动画效果 */
.media:hover .ri-delete-bin-line {
display: inline-block; /* 或者 display: block; 根据你的需要选择 */
animation: fadeIn 0.3s ease; /* 0.3 秒的渐显动画 */
}

.chat-user-img .user-status {
	width: 10px;
	height: 10px;
	background-color: #adb5bd;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0
}

.chat-user-img.online .user-status {
	background-color: #06d6a0
}


.ft_si_img .header-name-userimg .user-status {
    background-color: #06d6a0;
}
.header-name-userimg .user-status {
    width: 12px;
    height: 12px;
    background-color: #9aa1b9;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
}

.chat-user-img.away .user-status {
	background-color: #ffd166
}

.contact-list li {
	cursor: pointer;
	padding: 10px 20px
}

.dropdown-item{
    font-size: 13px;
    padding: 0.8rem 1.5rem;
}

.profile-user {
	position: relative;
	display: inline-block
}

.profile-user .my_pic{
    cursor: pointer;
}

.profile-user .profile-photo-edit {
	position: absolute;
	right: 0;
	bottom: 0
}

.user-chat {
    position: relative;
	background-color: #fff;
	transition: all .4s
}

.copy_btn i,.save_btn i{
    font-size: 15px;
    padding: 4px;
    color: #7a7f9a;
}

.chat-mo-set{
    display: none;
}

@media (max-width:991.98px) {
	.user-chat {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 99
	}
    .chat-set,.ai_mol{
        display: none;
    }
    .chat-mo-set{
        display: block;
    }    
    .chat-input-links{
        margin-left: 0.5rem!important;
    }
	.user-chat.user-chat-show {
	    
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.new_ask{ display:none }

.ask_img{ width:100%; max-width:250px; }
.ask_img_lg{ width:100%; max-width:650px; min-width:300px; }
.mj_um{
    font-size: 10px;
    color: white;
    color: #7a7f9a;
    border: 0.5px solid rgba(0,102,255,.15);
    padding: 2px 5px;
    background: #f0f6ff;
    float: right;
 }
.mj_code_footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
        background-color: #e5ebf7c7;
}
.mj_code{ margin: 10px; }
.mj_code_name{ 
    line-height: 21px;
    height: 20px;
    color: #000;
}

.mj_webimg{ position: relative; } 
.mj_webimg:hover .mj_img_cover{ opacity: 1;}
.mj_img_cover{
    justify-content: center;
    left: 40%;
    position: absolute;
    top: 46%;
    z-index: 100;
    opacity: 0;
}
.mj_detail_btn{
    background: rgb(0 0 0 / 50%);
    border: 2px solid #5865f2;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(88,101,242,.4);
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 5px 10px;
    text-align: center;
}
.mj_detail_btn:hover{
    color: #fff;
}
.mj_fy,.mj_mpt_diy{
    font-size: 12px;
    color: #7a7f9a;
    border: 0.5px solid rgba(0,102,255,.15);
    padding: 2px 5px;
    background: #f0f6ff;
    cursor: pointer;
}
.mj_code p{ 
    cursor: pointer;
    font-size: 11px;
    color: white;
    color: #7a7f9a;
    border: 0.5px solid rgba(0,102,255,.15);
    padding: 2px 5px;
    background: #f0f6ff; 
    margin-left: 10px;
    margin-bottom: 0;
    border-radius: 4px;
}
.mj_code p:hover {
    background: #d2dbed;
}

.user-chat-nav .nav-btn {
	height: 40px;
	width: 40px;
	line-height: 40px;
	box-shadow: none;
	padding: 0;
	font-size: 20px;
	color: #7a7f9a
}

.user_list_login .avatar-xs{
    vertical-align: baseline;
}

.chat-conversation{
    /**background: linear-gradient(180deg, #f5fdff 0%, #fff 100%);**/
}

.chat-conversation li {
	clear: both;
	position: relative;
	margin-top: 20px;
}
.chat-conversation li .ask-p{
    position: absolute;
    top: -23px;
    left: 42px;
    color: rgb(60, 60, 67, 60%);
    font-size: 12px;
}


.chat-conversation .chat-avatar {
	margin-right: 8px;

}

.author-infos{
    	position: relative;
    cursor: pointer;
}

.chat-conversation .chat-avatar img {
	width: 36px;
	height: 36px;
	border-radius: 50%
}

.chat-conversation .chat-day-title {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 12px
}

.chat-conversation .chat-day-title .title {
	background-color: #e5f0ff;
	position: relative;
	font-size: 13px;
	z-index: 1;
	padding: 6px 12px;
	border-radius: 5px
}

.chat-conversation .chat-day-title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #e5f0ff;
	top: 10px
}

.chat-conversation .chat-day-title .badge {
	font-size: 12px
}

.chat-conversation .conversation-list {
	margin-bottom: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.chat-conversation .conversation-list .ctext-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}



.chat-conversation .conversation-list .ctext-wrap-content {
	padding: 15px 15px;
	background-color: #e5f0ff;
	border-radius: 8px 8px 8px 0;
	color: #343a40;
	position: relative;
	font-size: 14px;
    box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
}
.chat-conversation .conversation-list .min-w{
    min-width: 850px;
}


.chat-conversation .conversation-list .GPT4o{
    background-color: #ffebe5;
}
.chat-conversation .conversation-list .GPT4o:before{
    border-left-color: #ffebe5 !important ;
    border-top-color: #ffebe5 !important ;
}
.chat-conversation .conversation-list .DeepSeek{
    background-color: #eae5ff;
}
.chat-conversation .conversation-list .DeepSeek:before{
    border-left-color: #eae5ff !important ;
    border-top-color: #eae5ff !important ;
}
.chat-conversation .conversation-list .Zhipuai{
    background-color: #fff8e5;
}
.chat-conversation .conversation-list .Zhipuai:before{
    border-left-color: #fff8e5 !important ;
    border-top-color: #fff8e5 !important ;
}
.chat-conversation .conversation-list .Claude{
    background-color: #e5fff4;
}
.chat-conversation .conversation-list .Claude:before{
    border-left-color: #e5fff4 !important ;
    border-top-color: #e5fff4 !important ;
}

.chat-conversation .chat-right .calltxt{
    text-align: left !important;
}
.chat-conversation .chat-right .aicalltxt{
    text-align: left !important;
}


.chat-conversation .chat-left .calltxt{
    
}

.chat-conversation .chat-left .typing-text{
    
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt i{
    opacity: 100%;
    font-style: normal;
}
.chat-conversation .conversation-list .ctext-wrap-content .calltxt a{
    /**display: inline-block;**/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px;
}
.chat-conversation .conversation-list .ctext-wrap-content .calltxt p{
    margin-bottom: 0rem;
    line-height: 2.2;
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt ul,.chat-conversation .conversation-list .ctext-wrap-content .calltxt ol{
    margin: 0;
    padding: 0;
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt li{
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: disc;
    margin-left: 20px;
    line-height: 30px;
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt h3,.chat-conversation .conversation-list .ctext-wrap-content .calltxt h4,.chat-conversation .conversation-list .ctext-wrap-content .calltxt h2,.chat-conversation .conversation-list .ctext-wrap-content .calltxt h1{
    font-size: 14px;
    margin: 10px 0;
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt b, .chat-conversation .conversation-list .ctext-wrap-content .calltxt strong{
    
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt table {
  border-collapse: collapse;
  width: 100%;
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt th, 
.chat-conversation .conversation-list .ctext-wrap-content .calltxt td {
  border: 1px solid #ddd;
  padding: 8px;
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt tr:nth-child(even) {
  background-color: #f2f2f2;
}

.chat-conversation .conversation-list .ctext-wrap-content .calltxt th {
  background-color: #dc3545;
  color: white;
}


.chat-conversation .conversation-list .ctext-wrap-content:before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-left-color: #e5f0ff;
	border-top-color: #e5f0ff;
	left: 0;
	bottom: -6px
}

.chat-conversation .conversation-list .conversation-name {
	font-weight: 500;
	font-size: 12px
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
	font-size: 18px;
	padding: 4px;
	color: #7a7f9a
}

@media (max-width:575.98px) {
	.chat-conversation .conversation-list .dropdown .dropdown-toggle {
		display: none
	}
}

.chat-conversation .conversation-list .chat-time {
	font-size: 13px;
	margin-top: 0px;
	text-align: right;
	color: rgba(255, 255, 255, .5)
}

.chat-conversation .conversation-list .message-img {
	border-radius: .2rem;
	position: relative
}

.chat-conversation .conversation-list .message-img .message-img-list {
	position: relative
}

.chat-conversation .conversation-list .message-img img {
	max-width: 150px
}

.chat-conversation .conversation-list .message-img .message-img-link {
	position: absolute;
	right: 10px;
	bottom: 10px
}

.chat-conversation .conversation-list .message-img .message-img-link li>a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center
}

.chat-conversation .right .chat-avatar {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 0;
	margin-left: 8px
}

.chat-conversation .right .chat-time {
	text-align: left;
	color: #7a7f9a
}

.chat-conversation .right .conversation-list {
	float: right;
	text-align: right
}

.chat-conversation .right .conversation-list .user-chat-content{
        -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	background-color: #e5f0ff;
	color: #343a40;
	text-align: right;
	border-radius: 8px 8px 0 8px
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
	border: 5px solid transparent;
	border-top-color: #e5f0ff;
	border-right-color: #e5f0ff;
	left: auto;
	right: 0
}

.chat-conversation .right .conversation-list .dropdown {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.chat-conversation .right .dot {
	background-color: #343a40
}

.chat-conversation {
	height: calc(103vh - 200px);
	padding: 20px 138px 0px;
}

.prompt-text p{
    margin: 0 0 5px 0;
    line-height: 2.5;
}

.prompt-text h1,.prompt-text h2, .prompt-text h3{
    font-size: 20px;
    margin: 20px 0;
}

.prompt-box{
    height: calc(103vh - 100px);
}

.prompt-text ul{
    margin-bottom: 10px;
}

@media (max-width:991.98px) {
	.chat-conversation {
		height: calc(100vh - 152px)
	}
}

.chat-input-links .list-inline-item:not(:last-child) {
	margin: 0
}

.animate-typing .dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 4px;
	background: #000;
	-webkit-animation: wave 1.3s linear infinite;
	animation: wave 1.3s linear infinite;
	opacity: .6
}

.animate-typing .dot:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.animate-typing .dot:nth-child(3) {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes wave {

	0%,
	100%,
	60% {
		-webkit-transform: initial;
		transform: initial
	}

	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@keyframes wave {

	0%,
	100%,
	60% {
		-webkit-transform: initial;
		transform: initial
	}

	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

.user-profile-sidebar,.user-History-sidebar,.user-myset-sidebar,.user-prompt-sidebar {
    box-shadow: 0 5px 65px -5px rgba(131, 140, 157, .2);
    position: fixed;
    right: 0;
    top: 0;
	height: 100vh;
	background-color: #fff;
	display: none;
	min-width: 500px;
	max-width: 500px
	
}

.user-prompt-sidebar{
	min-width: 400px;
	max-width: 400px
}

@media (min-width:992px) {
	.user-profile-sidebar,.user-History-sidebar,.user-myset-sidebar,.user-prompt-sidebar {
		border-left: 1px solid #f0eff5
	}
}

@media (max-width:1199.98px) {
	.user-profile-sidebar,.user-History-sidebar,.user-myset-sidebar,.user-prompt-sidebar {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99
	}
}

@media (max-width:575.98px) {
	.user-profile-sidebar,.user-History-sidebar,.user-myset-sidebar,.user-prompt-sidebar {
		min-width: 100%
	}
}

.user-profile-desc {
	/**height: calc(100vh - 300px)**/
	    height: calc(100vh - 50px);
}

@media (max-width:991.98px) {
	.user-profile-desc {
		height: calc(100vh - 324px)
	}
}

.auth-logo .logo {
	margin: 0 auto
}

.auth-logo .logo-dark {
	display: block
}

.auth-logo .logo-light {
	display: none
}

.chat-set i:hover{ color:red; }



/*# sourceMappingURL=app.min.css.map */

/* hljs行号 */ 

.user_chat_box .card{ margin:0; }

.user_chat_box code>ol { list-style: decimal; margin: 0 0 0 40px !important; padding: 0 }

.user_chat_box code>ol li { font-size: 13px; list-style: decimal-leading-zero; border-left: 1px solid #ddd !important; margin: 0 !important; white-space: pre; padding: 0 10px; line-height: inherit; }

.user_chat_box code { line-height: 2; color: #6c5555; font-size: 13px; padding: .065em .4em;margin: 20px 5px; background-color: #f4f0bd;}

.user_chat_box pre code {  color: #6c5555; margin: 0; padding: .5em; display: block; white-space: pre-line;  background: #ffffff00;}

.user_chat_box pre{ position: relative;
    font-size: 15px;
    margin: 20px 0;
    background: #f6f8fb;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
}  


/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

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

