html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#app{
  width: 100%;
  height: 100%;
}
.dialogue{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

header{
  width: 100%;
  height: 60px;
  background: #032179;
  display: flex;
  align-items: center;
  padding: 0px 20px;  
  box-sizing: border-box;
}
header .title{
  color: #fff;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
header img{
  height: 52px;
  margin-right: 30px;
}


.cont_box{
  width: 100%;
  height: calc(100% - 60px);
  background: #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 4px;
}

.cont_box_left{
  width: 61%;
  height: 100%;
}
.cont_box_left_top{
  width: 100%;
  height: 80%;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* WebKit 浏览器（Chrome、Safari 等）滚动条样式 */
.cont_box_left_top::-webkit-scrollbar {
  width: 4px; /* 滚动条宽度 */
}
/* 滚动条轨道 */
.cont_box_left_top::-webkit-scrollbar-track {
  background-color: #fff; /* 轨道背景颜色 */
  border-radius: 2px; /* 轨道圆角 */
}
/* 滚动条滑块 */
.cont_box_left_top::-webkit-scrollbar-thumb {
  background-color: #fff; /* 滑块背景颜色 */
  border-radius: 2px; /* 滑块圆角 */
}
/* 滑块悬停状态 */
.cont_box_left_top::-webkit-scrollbar-thumb:hover {
  background-color: #ccc; /* 悬停时滑块背景颜色 */
}
/* Firefox 浏览器滚动条样式 */
.cont_box_right_left {
  scrollbar-width: thin; /* 滚动条宽度为细 */
  scrollbar-color: #ccc #fff
}


.bot_myself{
  width: 100%;

}

.bot_myself .moren_botbox{
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.bot_myself .moren_botbox .bot_avatar{
  width: 40px;
  margin-right: 5px;
  transform: rotateY(180deg);
}
.message_cont_box{
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  flex: 1;
  background-color: #F5F7FA;
  border-radius: 6px;
}
.morenwenti{
  font-family: PingFangSC, PingFang SC;
  color: #252E3E;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}
.btnlist{
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.btnlist span{
  font-size: 14px;
  display: inline-block;
  padding: 2px 4px;
  box-sizing: border-box;
  border: 1px solid #1893FF;
  color: #1893FF;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
}


.myself_box{
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
.myself_box .wen{
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #032179;
  color: #fff;
  font-family: PingFangSC, PingFang SC;
  font-size: 15px;
  border-radius: 6px;
}
.myself_box img{
  width: 40px;
  margin-left: 5px;
}

.bot_box{
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.bot_box .da{
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #F5F7FA;
  color: #252E3E;
  font-family: PingFangSC, PingFang SC;
  font-size: 15px;
  border-radius: 6px;
}
.bot_box>img{
  width: 40px;
  margin-left: 5px;
  transform: rotateY(180deg);
}
.bot_box .loading_img{
  width: 30px;
}


.cont_box_left_bottom{
  width: 100%;
  height: 18%;
  border-radius: 4px;
  margin-top: 10px;
  background-color: #fff;
}
.textarea_box{
  width: 100%;
  height: 78%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.textarea_box textarea{
  width: 99%;
  height: 92%;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  resize: none;
  border: none;
  color: #5f5f5f;
  line-height: 20px;
  font-size: 16px;
}
.textarea_box textarea::placeholder{
  font-size: 16px;
}
/* .textarea_box .sentbtn{
  width: 8%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.textarea_box .sentbtn img{
  width: 30px;
  margin-bottom: 10px;
} */
.del_duihua{
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-direction: row-reverse;
}
.del_duihua .tishi{
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #032179;
  font-style: normal;
}
.del_duihua .del{
  height: 100%;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #032179;
  font-style: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.del_duihua .del img{
  width: 16px;
  margin-right: 5px;
}

.sentbtn{
  width: 8%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sentbtn img{
  width: 30px;
}

.cont_box_right{
  width: 38%;
  height: 100%;
  display: flex;
}

.cont_box_right_left{
  /* width: 78%; */
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* border: 1px solid #AECBFF; */
  border-radius: 4px;
}
.cont_box_right_left ul{
  list-style: none;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  /* border-bottom: 1px solid #AECBFF; */
  border-left: none;
  display: flex;
  flex-wrap: wrap;
}
.cont_box_right_left ul>li {
  /* width: 100%; */
  width: 20%;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  min-width: 120px;
}
.cont_box_right_left li img{
  width: 16px;
  margin-left: 20px;
}

.cont_box_right_left ul>li.active {
  background-color: #fff;
  color: #1893FF;
}
.cont_box_right_left li>span{
  margin-left: 10px;
}

.cont_box_right_left .itembox{
  padding: 10px;
  width: 100%;
  height: calc(100% - 68px);
  overflow-y: scroll;
  box-sizing: border-box;
}
/* WebKit 浏览器（Chrome、Safari 等）滚动条样式 */
.cont_box_right_left .itembox::-webkit-scrollbar {
  width: 4px; /* 滚动条宽度 */
}
/* 滚动条轨道 */
.cont_box_right_left .itembox::-webkit-scrollbar-track {
  background-color: #fff; /* 轨道背景颜色 */
  border-radius: 2px; /* 轨道圆角 */
}
/* 滚动条滑块 */
.cont_box_right_left .itembox::-webkit-scrollbar-thumb {
  background-color: #fff; /* 滑块背景颜色 */
  border-radius: 2px; /* 滑块圆角 */
}
/* 滑块悬停状态 */
.cont_box_right_left .itembox::-webkit-scrollbar-thumb:hover {
  background-color: #ccc; /* 悬停时滑块背景颜色 */
}
/* Firefox 浏览器滚动条样式 */
.cont_box_right_left .itembox {
  scrollbar-width: thin; /* 滚动条宽度为细 */
  scrollbar-color: #ccc #fff
}
.itembox_title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #252E3E;
  font-style: normal;
  font-size: 18px;
  padding: 10px 0px 10px 10px;
  box-sizing: border-box;
}

.cont_box_right_left .itembox .itembox_title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #252E3E;
  font-style: normal;
  font-size: 18px;
}
.wenti_list{
  padding-left: 10px;
  box-sizing: border-box;
}
.zk_sq .smtitle{
  display: flex;
  align-items: center;
  /* margin-top: 10px; */
  margin-bottom: 10px;
  cursor: pointer;
}
.zk_sq .smtitle span{
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-style: normal;
  color: #252E3E;
}
.zk_sq .smtitle img{
  width: 14px;
  margin-left: 10px;
}
.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.zk_sq .zksq_cont p{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #252E3E;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
  padding-left: 20px;
  box-sizing: border-box;
}
.zksq_cont{
  display: none;
  background: #F5F7FA;
  padding: 5px 0px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
/* 显示第一个 zksq_cont */
.wenti_list .zk_sq:first-child .zksq_cont {
  display: block;
}

.wenti_list>p{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #252E3E;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
}