::-webkit-scrollbar{
    width: 5px;

}
::-webkit-scrollbar-thumb{
    background: #cccccc;
}
/* flex布局 */

.fw-flex {
    display: flex;
}

.fw-flex-1 {
    flex: 1;
}

.fw-flex-0 {
    flex-shrink: 0;
}

.fw-flex-col {
    display: flex;
    flex-direction: column;
}

.fw-flex-row {
    display: flex;
    flex-direction: row;
}

.fw-flex-wrap {
    flex-wrap: wrap;
}

.fw-flex-nowrap {
    flex-wrap: nowrap;
}

.fw-col-center {
    align-items: center;
}

.fw-col-top {
    align-items: flex-start;
}

.fw-col-bottom {
    align-items: flex-end;
}

.fw-row-center {
    justify-content: center;
}

.fw-row-left {
    justify-content: flex-start;
}

.fw-row-right {
    justify-content: flex-end;
}

.fw-row-between {
    justify-content: space-between;
}

.fw-row-around {
    justify-content: space-around;
}

.fw-self-start {
    align-self: flex-start;
}

.fw-self-end {
    align-self: flex-end;
}

.fw-self-center {
    align-self: center;
}
.clear-both{
    clear: both;
}
.pointer{
    cursor: pointer;
}
.navbar-brand{
    line-height: 27px;
    height: 60px;
}
.container{
    position: relative;
}
.chat-app, .menu, .menu .tac,.chat-app .main{
    height: calc(100vh - 140px) !important;
}
.chat-list{
    height: 600px;
    overflow-y: scroll;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
}
.chat-list .create{
    cursor: pointer;
}
.chat-list .search-wrap{
    padding: 10px 0;
}
.chat-list .list-wrap .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.chat-list .list-wrap .item:hover{
    cursor: pointer;
    background: #f2f4f5;
    border-radius: 5px;
}
.chat-list .list-wrap .item .title-wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    width: 100%;
}
.chat-list .list-wrap .load-more{
    text-align: center;
}
.chat-list .list-wrap .load-more:hover{
    cursor: pointer;
}
.message-list{
    height: calc(100vh - 340px);
    overflow-y: scroll;
}
.welcome{
    display: flex;
}
.welcome .logo{
    margin-right: 10px;
}
.welcome .message{
    padding: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #FFFFFF;
}
.welcome .message .templates-wrap .tips{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.welcome .message .templates-wrap .tips .template-reload{
    cursor: pointer;
}
.welcome .message .templates-wrap .templates{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.welcome .message .templates-wrap .templates .item{
    width: 32.333%;
}
.welcome .message .templates-wrap .templates .item .item-wrap:hover{
    background: #04bdc0;
    color: #FFFFFF;
    cursor: pointer;
}
.welcome .message .templates-wrap .templates .item .item-wrap{
    max-width: 300px;
    background: #f2f4f5;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
    height: 100px;
}
.welcome .message .templates-wrap .templates .item .item-wrap .info{
    margin-bottom: 10px;
}
.welcome .message .templates-wrap .templates .item .item-wrap .info .name{
    margin-left: 10px;
    font-size: 20px;
    color: #000;
}
.welcome .message .templates-wrap .templates .item .desc{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.welcome .logo img,.message-wrap .logo img{
    width: 40px;
    height: 40px;
}
.message-wrap .item{
    margin: 10px 15px;
}
.message-wrap .item .item-wrap{
    display: flex;
}
.message-wrap .item .item-wrap .message{
    margin-left: 10px;
    background: #FFFFFF;
    padding: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.message-wrap .item .item-wrap .message .copy{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;

}
.message-wrap .item .item-wrap .message .copy .item{
    background: #009688;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 6px;
    cursor: pointer;
}
.message-wrap .item .item-wrap .message:hover .copy{
    display: block;
}
.submit{
    padding: 0;
    background: #f4f6f8;
}
.submit .submit-header{
    padding-top: 15px;
    display: flex;
}
.submit .submit-header .linggan{
    cursor: pointer;
    font-size: 15px;
    background: #04bdc0;
    color: #fff;
    min-width: 100px;
    text-align: center;
    border-radius: 5px;
    padding: 2px 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.submit .submit-header .driver-list button{
    border: none;
    padding: 0;
    background: transparent;
    color: #ffffff;
}
.submit .submit-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
}
.submit .submit-wrap .textarea-wrap{
    width: 100%;
}
.submit .submit-wrap .textarea-wrap textarea{
    border: none;
    resize: none;
    box-shadow: none;
}
.submit .submit-wrap .btn-wrap .collect-temp{
    font-size: 13px;
    padding: 15px 10px 15px 0;
    cursor: pointer;
    position: relative;
}

.submit .submit-wrap .btn-wrap .collect-temp button{
    border: none;
    padding: 0;
}

.submit .submit-wrap .btn-wrap .submit-btn{
    padding-right: 15px;
    padding-bottom: 15px;
}
.submit .submit-wrap .btn-wrap .el-button{
    height: 100px !important;
}
.submit .shengming{
    color: rgba(135,138,171,.8);
    font-size: 12px;
    text-align: center;
}
.submit .xieyi{
    text-align: center;
    margin-top: 10px;
}

.popover-item{
    padding: 10px;
    cursor: pointer;
}
#bot-app .recommend .item-wrap{
    gap: 4rem;
}
#bot-app .recommend .left-wrap{
    flex: 1 1;
    overflow: hidden;
}
#bot-app .recommend .left-wrap h1{
    color: #1d1c23;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 8px;
    max-height: 112px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}
#bot-app .recommend .left-wrap p{
    color: rgba(29, 28, 35, .6);
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    margin-bottom: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bot-app .recommend .right-wrap{
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 480 / 270;
    border-radius: 12px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    height: 270px;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 480px;
}
#bot-app .recommend .right-wrap .info{
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
    bottom: 0;
    left: 0;
    padding: 32px 24px 24px;
    position: absolute;
    width: 100%;
    gap: 16px;
}
#bot-app .recommend .right-wrap .info h1,
#bot-app .recommend .right-wrap .info p{
    color: #fff;
    margin: 0;
    padding: 0;
}
#bot-app .recommend .right-wrap .info p{
    font-size: 10px;
}
#bot-app .recommend .right-wrap .info h1{
    font-size: 18px;
    font-weight: 600;
}
#bot-app .bot-list .bot-item{
    background: #fff;
    cursor: pointer;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 20px 20px 16px;
    position: relative;
    width: 100%;
}
#bot-app .bot-list .bot-item:hover{
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.08), 0 8px 24px 0 rgba(0,0,0, .04);
}
#bot-app .bot-list .bot-item .info .title{
    color: #1c1d23;
    font-size: 18px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
#bot-app .bot-list .bot-item .info .sub-title{
    color: #2029459E;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    height: 18px;
}
#bot-app .bot-list .bot-item .info .desc{
    color: rgba(56, 55, 67, .6);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    width: 100%;
    height: 60px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;

}
#bot-app .bot-list .bot-item .divider{
    border-bottom: .5px solid #f0f0f5;
    margin-bottom: 16px;
    margin-top: 20px;
}
#bot-chat-wrap .message-list{
    height: 580px;
    overflow-y: auto;
    padding-bottom: 60px;
}
#bot-chat-wrap .bot-start-wrap .icon-name-wrap{
    text-align: center;
    margin-top: 50px;
}
#bot-chat-wrap .bot-start-wrap .icon-name-wrap .info-name{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
#bot-chat-wrap .bot-start-wrap .onboarding-info .prologue{
    margin-top: 16px;
    max-width: 100%;
    line-height: 20px;
    padding: 12px 16px;
    background: #5768a114;
    border-radius: 8px;
}
#bot-chat-wrap .bot-start-wrap .onboarding-info .suggested-questions{
    margin-top: 16px;
}
#bot-chat-wrap .bot-start-wrap .onboarding-info .suggested-questions .item{
    border: solid 1px #44538240;
    color: rgba(15, 21, 40, 0.82);
    padding: 6px 16px;
    border-radius: 8px;
    margin-bottom: 8px;
    width: fit-content;
    background-color: #fff;
    cursor: pointer;
}
#bot-chat-wrap .message-wrap .logo img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#bot-chat-wrap .message-wrap .item .item-wrap{
    padding-top: 10px;
    display: block;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant {
    width: 100%;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant .right {
    width: 90%;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant .right .right-item-wrap {
    background-color: rgba(87, 104, 161, 0.08);
    border-radius: 0 10px 10px 10px;
    color: #333;
    max-width: 90%;
    min-height: 26px;
    padding: 10px 15px;
    font-size: 15px;
    word-break: break-word;
    margin-top: 5px;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant .right .right-item-wrap .item-list .q-ask{
    color: #04bdc0;
}

#bot-chat-wrap .message-wrap .item .item-wrap .user {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#bot-chat-wrap .message-wrap .item .item-wrap .user .left {
    width: 86%;
    min-height: 41px;

}
#bot-chat-wrap .message-wrap .item .item-wrap .user .left .ask-wrap .title {
    background: #04bdc0;
    border-radius: 10px 0px 10px 10px;
    color: #fff;
    font-size: 15px;
    min-height: 26px;
    padding: 10px 15px;
}
#bot-chat-wrap .message-wrap .item .item-wrap .user .left .user-name {
    width: 100%;
    height: 24px;
    font-size: 13px;
    color: #999;
    display: flex;
}
#bot-chat-wrap .message-wrap .item .item-wrap .message{
    margin-left: 10px;
    background: #f1f1f1;
    padding: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
#bot-chat-wrap .message-wrap .item .item-wrap .message .copy{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #009688;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 6px;
    cursor: pointer;
}
#bot-chat-wrap .message-wrap .item .item-wrap .message:hover .copy{
    display: block;
}
#bot-chat-wrap .message-wrap .onboarding-info .suggested-questions{
    margin-top: 8px;
}
#bot-chat-wrap .message-wrap .onboarding-info .suggested-questions .item{
    border: solid 1px #44538240;
    color: rgba(15, 21, 40, 0.82);
    padding: 6px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    width: fit-content;
}
#bot-chat-wrap .submit-wrap{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    margin-bottom: 5px;
}
#bot-chat-wrap .submit-wrap .trash-wrap{
    padding: 10px;
    border: 1px solid #5768a114;
    border-radius: 50%;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}
#bot-chat-wrap .submit-wrap .right-wrap{
    border: 1px solid #5768a114;
    border-radius: 25px;
    padding: 7px;
}
#bot-chat-wrap .submit-wrap .el-textarea__inner{
    box-shadow: none;
}
.bot-list .load-more{
    text-align: center;
    cursor: pointer;
}