.ai-wrap .des * {
    display: inline;
}

.slide {
    width: 260px;
    min-width: 260px;
    background: #F9FBFF;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.slide .slide-top {
    padding-bottom: 10px;
}

.slide .slide-bottom {
    padding-top: 10px;
}

.slide.min-slide {
    width: 68px;
    min-width: 68px;
}

.slide .slide-container {
    flex: 1;
    overflow-y: auto;
}

.app-link {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 15px 0;
    width: 80%;
    text-align: center;
    border-radius: 10px;
}

.slide .user {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #999;
    cursor: pointer;
    position: relative;
}

.slide .tx {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.ai-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    width: 800px;
}

.ai-page-content {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 20px;
}

.ai-page-content::-webkit-scrollbar {
    display: none;
    /* 隐藏滚动条（Chrome/Safari/Edge） */
}

.ai-wrap {
    padding: 15px;
    box-sizing: border-box;

}

.ai-wrap.min-h {
    min-height: 100vh;
}

.my-ques {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
}

.ai-wrap .title {
    line-height: 1.5;
    max-width: 80vw;
    display: inline-block;
    padding: 7px;
    border-radius: 10px 0 10px 10px;
    background: #f5f5f5;
    box-sizing: border-box;
    font-weight: normal;
}

.content-box {
    padding: 10px;
    border-radius: 0 10px 10px 10px;
    background: #f5f5f5;
    width: 80%;

}

.ai-wrap .des {
    line-height: 2;
    /* margin-bottom: 15px; */
    /* white-space: pre-line; */
}


.des-menu {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-top: -10px;
    position: static;
}

.des-menu .menu-tab {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 5px;
    cursor: pointer;
}

.des-menu .menu-tab .iconfont {
    font-size: 14px;
    color: #aaa;
}

.des-menu .menu-tab .num {
    font-size: 10px;
    color: #aaa;
}

.des-menu .menu-tab.active .iconfont,
.des-menu .menu-tab.active .num {
    color: var(--theme-color);
}

.des-menu .active .icon-dianzan::before {
    content: "\e65e";
}

.analysis-box {
    line-height: 1.8;
    color: #757575;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 7px;
    width: 80%;
}

.ai-tip {
    color: #aaa;
    font-size: 12px;
    padding: 50px 0 25px;
}

.icon-shuaxin {
    font-size: 20px;
    color: #aaa;
    animation: load 1s infinite;
}

@keyframes load {
    100% {
        transform: rotate(360deg);
    }
}

.stop-btn {
    padding: 10px;
    border-radius: 20px;
    background: #eee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stop-btn .iconfont {
    font-size: 20px;
    margin-right: 7px;
}


.ai-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 7px;
    margin-top: 10px;
}

.slide-container .ping-ul .ping-des {
    line-height: 1.5;
    background: #f3f3f3;
    padding: 10px 7px;
    border-radius: 0 10px 10px 10px;
}

.slide-container .ping-ul .list {
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.slide-container .ping-ul .icon-guanbi2fill {
    float: right;
    font-size: 20px;
}

.slide-container .ping-ul .list:hover .ping-des {
    color: var(--theme-color);
}

/* 底部 */
#fx-footer {
    z-index: 1;
    position: absolute;
    bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    padding: 0 10px;
}

#fx-footer .footer {
    padding: 10px;
    background: #fafafa;
    border-radius: 20px;
}

#fx-footer .footer .btn {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 7px;
    padding: 7px;
    margin-right: 10px;
}

#fx-footer .input-wrap {
    line-height: 1.5;
    box-sizing: border-box;
}

#fx-footer .icon-add_fill,
#fx-footer .send-btn {
    margin-bottom: 7px;
}

#fx-footer .input-box {
    position: relative;
    flex: 1;
    border-radius: 10px;
}

#fx-footer .input-box .clear-btn {
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

#fx-footer .input-box .iconfont {
    font-size: 20px;
    color: #ccc;
}

#fx-footer .css-input {
    box-sizing: border-box;
    font-size: 20px;
    word-break: break-all;
    outline: none;
    max-height: 150px;
    min-height: 60px;
    overflow-y: auto;
    -webkit-user-select: text;

}

#fx-footer .css-input:empty::before {
    content: attr(placeholder);
    color: #aaa;
}

#fx-footer .css-input:focus:before {
    content: none;
}

#fx-footer .input-bottom {
    text-align: right;
    line-height: 1;
}

#fx-footer .input-bottom .iconfont {
    font-size: 25px;
    padding: 10px;
    cursor: pointer;
}

#fx-footer .input-bottom .icon-send-s {
    color: #ccc;
}

#fx-footer .input-bottom .iconfont.active {
    color: var(--theme-color);
}

/* 问题推荐 */
.placeholder-wrap {
    padding: 10px 10px 150px;
    display: flex;
}

.placeholder-wrap .tx {
    border-radius: 7px;
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.ques-box {
    /* flex: 1; */
    background: #fff;
    padding: 10px 10px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px #eee;
}

.ques-box .ques .list {
    display: flex;
    align-items: center;
    padding: 7px;
    border-radius: 7px;
    background: var(--theme-bg);
    margin-top: 10px;
    cursor: pointer;
}

.ques-box .ques .list:hover .txt {
    color: var(--theme-color);
}

.ques .list .txt {
    flex: 1;
}

.ques-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../img/ai/ques1.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.ques-box .change {
    padding: 15px 0;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ques-box .change .iconfont {
    margin-right: 7px;
    color: var(--theme-color);
}


.logo {
    width: 35px;
    border-radius: 10px;
    margin: 20px 0;
}

.top-box {
    padding: 10px;
}

.icon-box {
    padding: 10px;
    cursor: pointer;
}

.icon-box .iconfont {
    font-size: 22px;
}

.dy-link {
    border-radius: 10px;
    width: 80%;
    text-align: center;
    padding: 15px 0;
    background: var(--theme-bg);
    color: var(--theme-color);
    display: inline-block;
}

/* 登录 */
.login-logo {
    margin-bottom: 30px;
    text-align: center;
}

.login-logo img {
    width: 50%;
}

.code {
    word-break: keep-all;
    margin-left: 15px;
    cursor: pointer;
}

.login-dialog .el-dialog {
    width: 400px;
}

.login-dialog .el-dialog__body {
    padding: 30px 20px 0;
}

.login-dialog .dialog-footer {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.login-dialog .dialog-footer .el-button {
    width: 100%;
}

.login-dialog .el-dialog__footer {
    position: relative;
}

.login-dialog .el-dialog__footer:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: url(../img/login_bg2.jpg) center bottom no-repeat;
    background-size: contain;
}

.login-dialog .reg {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: var(--theme-color);
}

.login-dialog .warn {
    font-size: 12px;
    color: red;
    line-height: 1;
    margin-top: 5px;
}

.login-dialog .code {
    word-break: keep-all;
    margin-left: 15px;
    cursor: pointer;
    white-space: nowrap;
}

/* 指南 */
.ai-role-wrap #ai-role-header {
    z-index: 1;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.ai-role-wrap .search-box {
    background: #f3f3f3;
    padding: 7px;
    border-radius: 20px;
    display: flex;
    align-items: center;

}

.ai-role-wrap .search-box input {
    flex: 1;
    padding: 10px;
    background: transparent;

}

.ai-role-wrap .search-box .icon-guanbi2fill {
    color: #aaa;
    cursor: pointer;
}

.ai-role-wrap {
    display: flex;
    flex-direction: column;
}

.ai-role-wrap .ai-role-container {
    display: flex;
    flex: 1;
    height: 100px;
}

.ai-role-wrap .ul {
    overflow-y: auto;
    box-sizing: border-box;
}

.ai-role-wrap .ul .list {
    padding: 15px 10px;
    background: #fff;
    cursor: pointer;
}

.ai-role-wrap .ul .list:hover {
    color: var(--theme-color);
}

.ai-role-wrap .left {
    width: 30%;
    min-width: 100px;
    max-width: 150px;
}

.ai-role-wrap .right {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
    background: #f3f3f3;
}

.ai-role-wrap .right .list {
    margin-bottom: 10px;
}

.ai-role-wrap .left .active {
    background: #f3f3f3;
    color: var(--theme-color);

}

.ai-role-wrap .des {
    color: #aaa;
    margin-top: 7px;
}

/* 评论 */
.ping-page {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 75px);
}

.ping-page .ping-wrap {
    flex: 1;
    height: 80vh;
    overflow-y: auto;
}

.ping-page .ping-ul .list {
    margin: 10px;
}

.ping-page .ping-ul .tx {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 7px;
}

.ping-page .ping-ul .ping-des {
    line-height: 1.5;
    background: #f3f3f3;
    padding: 10px 7px;
    border-radius: 0 10px 10px 10px;
    margin-left: 34px;
    margin-top: 10px;
}

.ping-page #fx-ping-footer {
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.ping-page #fx-ping-footer .footer {
    display: flex;
    width: 100%;
}

.ping-page #fx-ping-footer .input {
    flex: 1;
    width: 50px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 7px;
    background: #f3f3f3;
}

.ping-page #fx-ping-footer .btn {
    background: var(--theme-color);
    color: #fff;
    border-radius: 7px;
    padding: 10px;
}

.font-s {
    font-size: 12px;
    color: #aaa;
}

.more-btn {
    text-align: center;
    color: #aaa;
    padding: 15px 0;
    cursor: pointer;
}

.ai-notice{
    position: absolute;
    left: calc(50% - 290px);
    top: calc(50vh - 120px);
    width: 520px;
    height: 100px;
    /*box-shadow: 0 0 10px #ddd;*/
    border-radius: 4px;
    padding: 20px 30px;
}
.ai-notice .title{
    font-size: 13px;
    line-height: 1.6;
}
.ai-notice .desc{
    color: #999;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

/* 移动端 */
@media (max-width: 600px) {
    .ai-page {
        width: 100%;
    }
    .ai-notice{
        left: 8%;
        top: calc(50vh - 120px);
        width: 70%;
        height: auto;
        padding: 14px 20px;
    }
}


.logout{
    position: absolute;
    right: 30px;
}