
.chat-menu[data-v-2b0578a4]{
    height: 100%;
    border-radius: 0;
    background-image: url('/templates/zhibo1/old/images/bg-left-85c320d0-398575.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    border-right: 1px solid #e7e7e9;
    width: 201px;
    padding: 0 12px;
}
.chat-menu .menu-wrap .menu .menu-item[data-v-2b0578a4]{
    width: auto;
    text-align: left;
    font-size: 14px;
    color: #1e1d21;
    font-weight: 600;
    line-height: 16px;
    padding: 0 16px;
    border-radius: 8px;
    height: 40px;
}
.chat-menu .menu-wrap .menu .active[data-v-2b0578a4], .chat-menu .menu-wrap .menu .menu-item[data-v-2b0578a4]:hover {
    background: rgba(109, 105, 220, .05);
    border-color: #f8f9fb00;
}
.chat-menu .menu-wrap .menu .active .icon[data-v-2b0578a4], .chat-menu .menu-wrap .menu .menu-item:hover .icon[data-v-2b0578a4] {
    /* color: #4d6bfe; */
    font-weight: 100;
}
.chat-background-block {
    width: 498px;
    height: 288px;
    background: #f4e4ee;
    opacity: .57;
    filter: blur(50px);
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 0;
}
.chat[data-v-2c7eeb8f] {
    background-color: #faf9f7;
}
.send-view .input-send-warp[data-v-cb42331a]{
    position: relative;
}
.send-view .input-send-warp .send-btn[data-v-cb42331a]{
    font-size: 16px;
    background: linear-gradient(87deg, #575cf3 0%, #8153ed 100%);
    width: 120px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    /*position: absolute;*/
    /*bottom: 12px;*/
    /*right: 12px;*/
}
.chat-menu .menu-wrap .menu .menu-item .icon[data-v-2b0578a4]{
    font-weight: 100;
    color: #1e1d21;
}
.chat-menu .menu-wrap .menu[data-v-2b0578a4]{
    margin-top: 0;
}
.menu-logo{
    height: 64px;
    line-height: 64px;
    /*display: flex;*/
    align-items: center;
    padding-left: 16px;
    display: none;
}
.menu-logo-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}
.menu-logo-icon img{
    height: 22px;
}
.menu-logo-icon .menu-logo-icon-text{
    font-weight: 600;
    font-size: 16px;
    color: #1e1d21;
    line-height: 1;
}
.send-view .input-send-warp[data-v-cb42331a] {
    padding: 9px;
    align-items: center;
    border: 1.5px solid #b6adff;
    display: block;
    width: 100%;
}
.message-view .message-list .message-item .content[data-v-49d6e61e] {
    border-radius: 2px 12px 12px;
}
.message-view .message-list .message-item.right_ .content[data-v-49d6e61e]{
    border-radius: 12px 2px  12px 12px;
}
.chat .menu[data-v-2c7eeb8f]{
    position: relative;
    transition: margin-left 0.2s;
}
.toLeft{
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translate(-50%,0);
    padding: 2px;
    background-color: #f3f2fa;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.toRight{
    display: block;
    position: absolute;
    /*right: -86px;*/
    right: 0;
    top: 30%;
    transform: translate(-50%,0);
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    align-items: center;
    text-align: center;
    color: #8e8e90;
    width: 0;
    flex-wrap: wrap;
    justify-content: center;
    transition: right 0.2s,width 0.1s;
    overflow: hidden;
}

.toRight div{
    display: flex;
    background-color: #ffffff;
    border-radius:  5px;
    cursor: pointer;
    padding: 4px 7px;
    align-items: center;
    text-align: center;
    color: #8e8e90;
    width: 46px;
    height: 58px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4px 5px;
}
.active.toRight{
    right: -86px;
    width: 58px;
    border: 1px solid #e5e5e5;
}
.toRight>div:hover{
    background-color: #6d69dc14;
    color: #4d6bfe;
}
.toLeft:hover i{
    color: #4d6bfe;
}
.toRight:hover{
    color: #4d6bfe;
}
.send-view .input-send-warp .input[data-v-cb42331a]{
    /*padding-right: 130px;*/
    height: 60px;
    line-height: 30px;
    width: 100%;
    min-height: 60px;
    margin-bottom: 5px;
}
#textarea{
    visibility:hidden;
    position:absolute;
    width: 100%;
    word-wrap: break-word;
    top: 0;
    left: 0;
    line-height: 30px;
    font-size: .16rem;
    z-index: -1;
}
.deepseek.active{
    color: #4d6bfe;
    background-color: #6e4bfa14;
}
.deepseek{
    color: #272933;
    display: flex;
    align-items: center;
    border-radius: 9px;
    padding: 4px 9px;
    background-color: #f5f6fa;
    cursor: pointer;
    gap: 10px;
}
.deepseek .cs-input-model-icon{
     display: none !important;
}
.deepseek .hide{
     display: block !important;
}
.deepseek.active .hide{
    display: none !important;
}
.deepseek.active .active{
     display: block !important;
}
.deepseek:hover {
    color: #4d6bfe;
    background-color: #6e4bfa14;
}
.deepseek:hover .active{
    display: block !important;
}
.deepseek:hover .hide{
    display: none !important;
}
.layui-form-select{
    color: #4d6bfe;
    display: flex;
    align-items: center;
    background-color: #6e4bfa14;
    border-radius: 9px;
    padding: 4px 9px 4px 28px;
}
#deepseek{
    width: 170px !important;
}
.deepseek img{
    width: 16px;
}
#deepseek .layui-form-selectup dl {
    top: auto;
    bottom: 47px;
    padding: 0;
}
#deepseek .layui-unselect dd {
    position: relative;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding-left: 32px;
}
#deepseek .layui-unselect dd::after {
    content: '';
    background-image: url('/templates/zhibo/ai_tools/img/deepseek.png'); /* 替换为你的图标路径 */
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px; /* 图标宽度 */
    height: 20px; /* 图标高度 */
    position: absolute;
    left: 10px; /* 根据需要调整位置 */
    top: 50%;
    transform: translateY(-50%);
}
#deepseek .layui-form-select::after {
    content: '';
    background-image: url('/templates/zhibo/ai_tools/img/deepseek.png'); /* 替换为你的图标路径 */
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px; /* 图标宽度 */
    height: 20px; /* 图标高度 */
    position: absolute;
    left: 10px; /* 根据需要调整位置 */
    top: 50%;
    transform: translateY(-50%);
}
#deepseek .layui-form-select .layui-input{
    background: none;
    border: none;
    color: #4d6bfe;
}
#deepseek .layui-form-select .layui-edge {
    border-top-color: #4d6bfe;
}
#deepseek .layui-input:focus, .layui-textarea:focus {
    box-shadow: none !important;
}
::-webkit-scrollbar {
    width: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: rgba(196, 206, 248, 0.37);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.h100{
    height: 100%;
}
body,html {
    height: 100%;
}
#app{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.n-config-provider{
    flex-grow: 1;
}
.n-config-provider>div{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.send-view[data-v-cb42331a]{
    overflow: hidden;
}