html, body {
    height: 100%;
    font-size: 15px;
    color: #000;
}

/* 目前只隐藏带有.hide-scroll的滚动条 */
.hide-scroll::-webkit-scrollbar {
    width: 0;
}

input, textarea {
    outline: none;
    resize: none;
}

.container-fluid {
    padding: 0;
    font-size: 1rem;
}


@font-face {
    font-family: 'iconfont';  /* Project id 4079339 */
    src: url('//at.alicdn.com/t/c/font_4079339_pr4y80hy6t.woff2?t=1697078820099') format('woff2'),
    url('//at.alicdn.com/t/c/font_4079339_pr4y80hy6t.woff?t=1697078820099') format('woff'),
    url('//at.alicdn.com/t/c/font_4079339_pr4y80hy6t.ttf?t=1697078820099') format('truetype');
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4336231 */
  src: url('//at.alicdn.com/t/c/font_4336231_b1kls75omf.woff2?t=1749802467474') format('woff2'),
       url('//at.alicdn.com/t/c/font_4336231_b1kls75omf.woff?t=1749802467474') format('woff'),
       url('//at.alicdn.com/t/c/font_4336231_b1kls75omf.ttf?t=1749802467474') format('truetype');
}

.icon {
    font-family: iconfont;
}

.iconfont {
    font-family: iconfont;
    cursor: pointer;
    border-radius: .5rem;
    padding: 0 0.4rem;
    text-align: center;
}

.iconfont-bg:active, .iconfont-bg:hover, .iconfont-bg.selected {
    color: #209d44;
    background-color: #eee;
}
.selected2 {
    color: #209d44 !important;
}

.slide-in {
    animation: slideInFromRight 0.1s ease-in-out;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.slide-out {
    animation: slideOutToRight 0.1s ease-in-out;
}

@keyframes slideOutToRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.slide-up {
    animation: slideUp 0.1s forwards;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.fade-out {
    animation: fadeOut 2s forwards;
}

.iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.modalAD{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.modalAD .AD{
    position: relative;
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.modalAD p{
    margin: 0.8rem 1rem;
    font-size: 1rem;
}
.modalAD .markAD{
    background: #eeeeee;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
}
.modalAD .copyBtn{
    font-size: 1rem;
    text-align: center;
    width: 5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #209d44;
    color: white;
    border-radius: 5px;
}
.modalAD img{
    width: 100%;
    height: auto;
}
.modalAD .rBut{
    position: absolute;
    bottom: 5%;
    width: 50%;
    height: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    background: #0d6efd;
    color: white;
    text-align: center;
    border-radius: 1rem;
}
.modalAD .close{
    position: absolute;
    width: 10%;
    bottom: -15%;
}

.modalAD .close2{
    position: absolute;
    width: 7%;
    max-width: 40px;
    top: 6%;
    right: 11%;
}
.modalAD .close3{
    position: absolute;
    width: 7%;
    max-width: 40px;
    top: 3%;
    right: 5%;
}
.discountBtn{
    width: 50%;
    height:2.8rem;
    line-height:2.8rem;
    position: absolute;
    bottom:12%;
    text-align: center;
    background: linear-gradient(to bottom, #ffe5e8, #ffb1be);
    border-radius: 1.5rem;
    color: #f83169;
    font-weight: 900;
}
.discountPanel{
    display: flex;
    position: absolute;
    top: 33.3%;
    color: #f74c4b;
    background: white;
    border-radius: 5px;
    border: 1px solid #f74c4b;
    padding: 0 0.5rem
}
.signInPanel{
    display: flex;
    margin: 0 auto;
    margin-top: -2.5rem;
    width: 90%;
    min-height: 5rem;
    background: #fef6f6;
    border-radius: 15px;
    padding: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.signInPanel p{
    font-size: 10px;
    margin: 0 ;
    text-align: center;
}
.signInPanel .singDay{
    width: 23%;
    margin: 5px 1%;
    text-align: center;
    background: white;
    border-radius: 5px;
    padding: 3px 0;
    position: relative;
}

.signInPanel .singDay7{
    width: 48%;
    margin: 5px 1%;
    text-align: center;
    background: white;
    border-radius: 5px;
    padding: 3px 2%;
    position: relative;
}

.signInPanel img{
    width: 50%;
}
.singDay7 img{
    width: 90% !important;
}
.signInPanel .cis{
    margin-top: -5px;
    color: #f02b57;
}
.signInPanel .gou{
    display: block;
    width: 100%;
    position: absolute;
    bottom: -0.9rem;
    color: #f02b57;
}
.signInPanel .opaDiv{
    opacity: 0.5
}
.signInPanel .ewai{
    position: absolute;
    top: -3px;
    right: -10px;
    background: linear-gradient(to right, #fdb576, #f02b57);
    color: white;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
}
.signTip{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 14px;
    color: #f02b57
}
.small-window {
    max-width: 1140px;
    max-height: 895px;
    border: 1px solid #dee2e6 !important;
    border-radius: .5rem;
    position: relative;
}

.left-bar {
    min-width: 70px;
    height: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    font-family: iconfont;
}

.left-bar .iconfont {
    font-size: 26px;
    color: #888;
}

.left-bar>div:last-child {
    margin-top: auto !important;
}

.left-bar .iconfont.selected {
    color: #209d44;
}

.left-bar img {
    width: 40px;
    height: 40px;
}

.send-btn {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    margin: 0;
    border-radius: 5px;
}

.icp {
    position: absolute;
    left: .8rem;
    bottom: 0.2rem;
    margin: 0;
    font-size: 12px;
}
.icp2 {
    position: absolute;
    left: 0.8rem;
    color: #ccc !important;
    bottom: 1.2rem;
    margin: 0;
    font-size: 12px;
    padding-right: 5rem;
}

a.icp {
    color: #ccc !important;
    text-decoration: none;
}

.add-btn {
    height: 1.95rem !important;
    width: 2.2rem !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-tools-item {
    font-size: 1.38rem;
    cursor: pointer;
    color: #666;
    margin: .5rem 1rem;
    /*display: inline-block;*/
    /*padding: 0 .2rem !important;*/
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

[v-cloak] {
    display: none !important;
}

.params-box, .api-key-box {
    position: absolute;
    bottom: 200px;
    background-color: #fff;
    padding: 1rem;
    border-radius: .5rem;
    max-width: 100%;
    width: 450px;
}

.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-box {
    position: absolute;
    width: 400px;
    background-color: #fff;
    border-radius: .5rem;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -250px;
    padding: 2rem;
    max-width: 100%;
}

.more-box {
    position: absolute;
    bottom: 20px;
    left: 66px;
    background-color: #fff;
    width: 200px;
    border: 1px solid #eee;
}

.right-box {
    position: absolute;
    width: 375px;
    max-width:80%;
    right: 0;
    top: 0;
    bottom: 0
}

.send-method-box {
    position: absolute;
    bottom: 200px;
    right: 0;
    background-color: #fff;
    padding: 0.6rem;
    border-radius: .5rem;
    cursor: pointer;
    max-width: 100%;
}

.dropdown-item {
    padding: .25rem 1rem .25rem 1rem;
}

.dropdown-item:active {
    background-color: #e9ecef;
    color: #209d44;
}

.dropdown-item.selected::before {
    content: "✓";
}

.chat-bar {
    height: 100%;
    border-right:1px solid #ddd;
    width: 250px;
    flex-shrink: 0;
}
.chat-list {
    height: calc(100% - 60px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 3rem;
}
.chat-list .item {
    padding: 1.1rem 0.8rem;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none !important;
    user-select: none !important;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #efefef9c;
}

.chat-list .item:hover {
    background: #f2f3f5;
}

.chat-list .selected {
    background-color: #f2f3f5;
}

.shadow-selected {
    box-shadow: 1px 1px 10px #ddd;
}

.chat-list .desc {
    color: #6c757d;
    font-size: 0.86rem;
    max-width: 150px;
}

.chat-box {
    height: 100%;
    background-color: #f2f3f5;
    width: calc(100% - 250px);
}

.page-box {
    border-end-end-radius: .5rem;
}

.chat-box .header, .page-box .header {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 0 1rem;
    border-bottom: 1px solid #ddd;
}

.page-box .body {
    height: calc(100% - 60px);
    background-color: #f2f3f5;
    position: relative;
    border-end-end-radius: .5rem;
    overflow: hidden;
}

.chat-box .body {
    height: calc(100% - 260px);
    background-color: #f2f3f5;
    position: relative;
}

.message-list {
    padding: 0 1rem;
}

.message-list li.d-flex:first-child {
    margin-top: 2rem !important;
}

.message-list>li:last-child {
    margin-bottom: 7rem;
}
.message-list>.mt-4{
    margin-top: 4rem!important;
}

.chat-box .body .stop-btn {
    position: absolute;
    bottom: .25rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.chat-box .footer {
    height: 200px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    background: white;
}

.footer {
    min-height: 150px;
    max-height: 300px;
}

.chat-box .footer .tools {
    height: 60px;
    user-select: none;
}
.tools{
    display: flex;
}

.chat-box .footer textarea {
    width: 100%;
    height: 50%;
    padding: 0 6rem 0 1rem;
    border: 0;
}

.f23 {
    font-size: 1.53rem;
}

.f20 {
    font-size: 1.33rem;
}
.f28 {
    font-size: 28px;
}
.f18 {
    font-size: 1.2rem;
}

.f12 {
    font-size: 0.8rem;
}

.f13 {
    font-size: 0.9rem;
}

.f15 {
    font-size: 1rem;
}

.f16 {
    font-size: 1.07rem;
}
.mf5{
    margin-top: -5px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.avatar {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 3rem;
    background-color: #ddd;
}
.expired_notice{
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 1rem;
    z-index: 10000;
}
.notice_body{
    width: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
    background-color: #fff9ed;
    padding:0 1.5rem;
}
.notice_tag{
    width: 98%;
    margin: 0 auto;
    overflow: hidden;

}
@keyframes noticego
{
    from {transform: translateX(70%)}
    to {transform: translateX(-100%)}
}

.notice_body p{
    color: #FD595E;
    display: inline-block;
    min-width: 100%;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    text-align: center;
    padding: 8px 0;
    white-space: nowrap;
    animation:noticego 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.notice_close{
    width: 1rem;
    height: 1rem;
    position: absolute;
    cursor: pointer;
}
.notice_close img{
    width: 100%;
    height: auto;
}

.editor_main {
    width: 100%;
    height: 300px;
}

.editor_image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.015);
    border-radius: 8px;
}
.editor_image  img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 8px;
    user-select: none;
}
.editor_image canvas {
    position: absolute;
    top: 0;
}

.custom-switch-green.custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745;
    border-color: #28a745;
}

.custom-switch-green.custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}

.custom-switch-green.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-switch-green.custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(40, 167, 69, 0.5);
}

.custom-switch-green.custom-control-input:disabled~.custom-control-label {
    color: rgba(40, 167, 69, 0.5);
}

/* 拷贝 */
.block-copy, .block-copy:before, .block-copy:hover, .block-copy:active:before {
    content: '\e711';
    cursor: pointer;
    border-radius: .5rem;
    padding: .25rem .15rem;
}
.block-copy:hover {
    background-color: #eee;
}
.block-copy:active:before {
    background-color: #eee;
    content: '\e742';
}

.message-body p img {
    max-width: 512px;
    height: auto;
    border-radius: .5rem;
}
.message-body .img-fluid{
    max-width: 512px;
}
.icon_font_text{
    font-size: 12px;
    vertical-align:text-bottom;
}

.image-tools {
    max-width: 512px;
    margin-top: 8px;
}

.image-tools .btn {
    min-width: 65px;
    background-color: #6f7d8a;
    border-color: #606972;
    color: #fff;
}

.image-tools .btn.focus, .image-tools .btn:focus, .image-tools .btn:hover, .image-tools .btn.selected {
    background-color: #1d3145;
    border-color: #555f66;
}

.markdown-body {
    overflow-wrap: anywhere !important;
    font-size: 15px !important;
}


.markdown-body>p>img {
    margin-top: .25rem;
    margin-bottom: .25rem;
    border-radius: .25rem;
    max-width: 512px;
    max-height: 512px;
}

.markdown-body pre>code {
    white-space: pre-wrap !important;
    overflow-wrap: anywhere !important;
}

/* 消息 */
.message-list .alert {
    padding: .5rem .75rem;
    color: #000 !important;
    min-height: 2.5rem;
}

.message-list .alert-secondary {
    background-color: #ededed;
}

/* 闪烁的光标 */
.animate-blink {
    animation: blink 1.2s infinite steps(1,start);
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* loading 动画 */
.loading, .img-loading {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-loading {
    max-width: 512px;
    max-height: 512px;
    background-color: #fff;
    border-radius: .5rem;
    width: 512px;
    aspect-ratio: 1/1;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    opacity: 0.3;
    animation: pulse 0.5s ease-in-out infinite alternate;
}
.dot1 {
    animation-delay: 0s;
}
.dot2 {
    animation-delay: 0.2s;
}
.dot3 {
    animation-delay: 0.4s;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}


/* 图片预览浮层 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.overlay>img {
    max-width: 95%;
    max-height: 95%;
}
.overlay .close {
    position: absolute;
    top: 0.67rem;
    right: 0.67rem;
    color: #fff;
    cursor: pointer;
}

.hover-opinion-btn{
    padding: 0;
}
.hover-opinion-btn > img{
    width: auto;
    min-height: 40px;
}

.position-absolute > .iconfont {
    margin: 0 10px;
}


.vip10{
    background: url(https://2022img.123jkb.cn/2023ai/images/index-win-bg.png?id=123) no-repeat;
    background-size: 100%;
    position: absolute;
    top:20%;
    left:50%;
    width: 20rem;
    height: 22.5rem;
    transform: translateX(-50%);
}
.vipBut{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    bottom: 2rem;
}
.vipBut button{
    background: #F00;
    color: #FFF;
    border: 1px solid #000;
    display: inline-flex;
    border-radius: 20px;
    padding: 5px 15px;
}
.vipBut button:nth-child(1){
    background-color: #f28797;
    margin-right: 5px;
}
.vipBut button:nth-child(2){
    background-color: #ea6740;
    border: 2px solid #FFF;
    margin-left: 5px;
}
.vipText{
    margin: 5.8rem 3rem 3rem 3.8rem ;
    font-size: 1rem ;
}
.vipText p{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4rem;
    font-size: 15px !important;
}
.vipText p span{
    color: #F00;
}
.vipText p label{
    font-size: 1.3rem;
    color: #F00;
}

.mob-footer-banner{
    width: 100%;
    height: 100px;
    background-color: #7ba4ff;
    display: flex;
    flex-flow: row;
}
.mob-footer-image{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob-footer-content{
    width: 70%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;

}
.mob-footer-content > span {
    color: white;
    font-size: 0.8rem;
    margin: 3px 10px 3px 0;
}
.text-container{
    top: 10px;
    background: #FFF;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #f5f5f5;
    padding-bottom: 10px;
    border-radius: 20px;
    max-width: 540px;
    z-index: 1000;
    margin-bottom: 5rem;
}
.text-container .form-table{
    padding: 10px;
}
.text-container img{
    padding-bottom: 10px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.text-container h2{
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.text-container.form-groups {
    margin-bottom: 15px;
}
.text-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.text-container input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    text-indent: 8px;
    background: #eff0f2;
}
.text-container textarea {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 90px;
    line-height: 30px;
    text-indent: 8px;
    background: #eff0f2;
}
.text-container input[type="submit"] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.text-container input[type="submit"]:hover {
    background-color: #45a049;
}
.text-container .text-sut{
    background: #2a5ff2;
    color: #FFF;
    border: 1px solid #CCC;
    border-radius: 30px;
    padding: 5px 30px;
}
.text-container .text-not{
    background: #a7a8ab;
    color: #FFF;
    border: 1px solid #CCC;
    border-radius: 30px;
    padding: 5px 30px;
}
.Templates{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 10px;
    margin-bottom: 3rem;
}
.Templates > *{
    background: #dbdada;
    padding: 0 10px;
    display: inline-block;
    margin-right: 0.5rem;
    height: 30px;
    line-height: 30px;
    color: black;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.Templates > a:hover {
    text-decoration: none;
    color: black;
}

.nygBtn{
    background-color: #D7263D;
    color: white;
}
.Template > .nygBtn:hover{
    color: white;
}
.paper{
    background: #FFF;
    padding: 10px;
    margin-bottom: 4rem;
    border-radius: 5px;
}
.paper label{
    display: inline-block;
    margin: 5px;
    background: #b2d8e1;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.88rem;
    cursor: pointer;
}
.paper span{
    margin-right: 10px;
    font-weight: bold;
}
/* end */


/* 文件上传 */
.file-upload-wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 1.5rem;
    bottom: 14rem;
    background-color: white;
    width: 250px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    align-items: center;
    padding: 5px;
}
.upload-btn{
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.text-ellipsis{
    white-space: nowrap;        /* 防止文本换行 */
    overflow: hidden;           /* 超出容器宽度的内容隐藏 */
    text-overflow: ellipsis;    /* 超出部分用省略号表示 */
    width: 130px;               /* 设置一个固定的宽度或根据需要调整 */
    height: 100%;
    font-size: 0.8rem;
    padding: 0 5px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    text-align: center;
    line-height: 38px;
}
.empty-file{
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabbar-text {
    font-size: 0.7rem;
    display: block;
    margin-top: -5px;
    text-align: center;
}


/* 手机适配 */
@media (max-width: 768px) {

    .modalAD{
        transform: translateY(-5rem);
    }
    .icp2 {
        bottom: 0.5rem;
    }

    .hover-opinion-btn{
        position: absolute;
        right: -1.5rem;
        bottom: 87vh;
    }
    .send-btn{
        bottom: 1rem;
    }
    .hover-opinion-btn > img{
        width: auto;
    }
    .border-right{
        border-right: none !important;
    }
    .left-bar {
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        padding-top: 0;
        padding-bottom: 1rem;
        height: 5rem;
        flex-shrink: 0;
        border-top: 1px solid #ccc;
        background-color: #fff;
        z-index:1002;
    }
    .chat-bar {
        width: 100%;
        height: calc(100% - 5rem);
    }
    .left-bar .iconfont {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }
    .avatar {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 3rem;
        background-color: #f2f3f5;
    }
    .chat-list .desc {
        max-width: 70vw;
    }
    .message-list {
        padding: 0 .5rem;
    }
    .message-list>.mt-4{
        margin-top: 2rem!important;
    }
    .image-tools .btn {
        min-width: 50px;
    }
    .center-box, .params-box, .api-key-box {
        width: 96% !important;
        margin:0;
        left: initial !important;
        top: initial !important;
    }
    .center-box {
        position: relative;
    }
    .params-box, .api-key-box {
        bottom: 120px;
    }
    .chat-box .header {
        height: 50px;
    }
    .chat-box .footer {
        height: 140px;
        width: 94%;
        border-radius: 10px;
        margin: 0 auto;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 20px;
        background-color: #fff;
    }
    .chat-box .body {
        height: calc(100% - 50px - 120px);
    }
    .more-box {
        width: 100%;
    }
    .chat-box .avatar {
        width: 2.5rem;
        height: 2.5rem;
    }
    .chat-list {
        /*height: calc(100% - 64px);*/
        height: 100%;
    }
    .chat-list-footer {
        display: none;
    }
    .markdown-body {
        font-size: 1rem !important;
    }
    .message-body img {
        max-width: 70vw !important;
    }
    .img-loading {
        width: 77vw;
    }
    html, body {
        height: 100%;
        font-size: 17px;
    }
    body {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }
    .file-upload-wrapper{
        bottom: 10.5rem;
    }
    .tabbar-text{
        font-size: 0.7rem;
        display: block;
        margin-top: -5px;
        text-align: center;
    }
}