@charset "UTF-8";
html {overflow-x: hidden;}

html, body, div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
body{
  display: block;line-height: 1;
  width: 100%;height: calc(100vh - 3px);
  background-image: url("/component/campus/images/bg_img_1.png");
  background-size: cover;
  background-repeat: no-repeat;position: relative;
}

@font-face {
  font-family: XingKai;src: url("/system_index/font/迷你简行楷.TTF") format("truetype");
}
@font-face {
  font-family: KaiTi;src: url("/system_index/font/楷体_GB2312.ttf") format("truetype");
}

.user_unselect{
  -webkit-touch-callout:none;/*系统默认菜单被禁用*/
  -webkit-user-select:none;/*webkit浏览器*/
  -khtml-user-select:none;/*早起浏览器*/
  -moz-user-select:none;/*火狐浏览器*/
  -ms-user-select:none;/*IE浏览器*/
  user-select:none;/*用户是否能够选中文本*/
}
.logo_bck{
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.logo_bck_f1{float: left;padding: 10px;background: rgb(0, 100, 255, 0.1);transform: skewX(-10deg);border-radius: 3px;}
.logo_bck_f2{float: left;padding: 10px 20px;/*background: rgb(0, 100, 255, 0.7);*/}
.logo_txt{
  font-size: 2em;
  color: #FFF;
  font-family: Times New Roman, Arial;
  font-weight: 600;
  transform: skewX(10deg);
  /*border-radius: 3px;*/
  display: flex;
  gap: 5px;
  align-items: center;
}

.logo_subject_txt{
  width: 50%;
  text-align: right;font-size: 1.6em;font-weight: 600;color: transparent;line-height: 70px;
  padding-right: 10px;
}
.logo_subject_txt::after {
  content: "大数据和大模型 + 智能体 + DeepSeek";
  color: transparent;
  background-image: linear-gradient(to right, rgb(76, 209, 55), rgb(46, 134, 222), rgb(0, 210, 211));
  background-clip: text;
  -webkit-background-clip: text; /* Chrome/Safari */
  -moz-background-clip: text;    /* Firefox */
  -o-background-clip: text;      /* Opera */
}
.video_section{
  width: 100%;height: 100%;position: absolute;z-index: 1;top: 0px;
  background-image: url("/component/campus/images/bg_img_1.png");
  background-size: cover;
  background-position: center center;
}
.bck_video{width: 100%; height: 100%; object-fit: cover;}
.action_section{
  width: 80%;min-width: 900px;
  /*min-height: calc(100vh - 80px);*/
  min-height: 100vh;
  background: rgb(1, 1, 1, 0);
  margin: auto;position: relative;
  display: flex;align-items: center;
}
.content_section{
  width: 100%;
  height: calc(100vh - 20px);
  display: flex;
  flex-direction: column;
}


.new_chat_tips{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
  margin-bottom: 10px;
}
.edu_tips{
  position: relative;
  padding: 10px;background: #f5f6ff;border-radius: 10px;
  height: 165px;
}
.cts_container{
  width: 100%;height: 130px;overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.cts_scroll{
  position: absolute;
  width: 100%;
  display: flex;flex-direction: column;
}
.new_chat_tips .edu_tips .cts_scroll>a{
  padding: 10px;background: #FFFFFF;
  border-radius: 5px;
  margin-top: 10px;font-size: 16px;
  white-space: nowrap; //设置不换行
}
.edu_ft{
  padding: 10px 30px;background: #f5f6ff;border-radius: 10px;
  display: flex;align-items: center;justify-content: space-evenly;flex-direction: column;
}
.edu_ft_container{
  /*padding: 10px 0px;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 10px;
}
.edu_ft_item{
  padding: 6px 6px;border-radius: 20px;background: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 12px;
}
.edu_ft_item:hover{
  background: #01AAED;color: #FFFFFF;
}
.edu_ft_item_sel{
  background: #01AAED;color: #FFFFFF;
}

.topic{
  /*width: 20vw;width: 100%;height: 270px;
  background-color: rgba(0,100,255,.7);border-radius: 9px;padding: 10px 10px 0px;margin-bottom: 10px;*/
}
.topic_title{
  font-size: 1.6em;font-weight: bold;color: #FFFFFF;line-height: 30px;letter-spacing: 2px;border-left: 5px solid #ffffff;padding-left: 10px;
}
.topic_collapse_btn{position: absolute;right: 10px;font-size: 1.4em;font-weight: 100;cursor: pointer;}
.topic_content{
  padding-left: 20px;padding-top: 15px;
}
.topic_detail{padding: 10px;background: rgba(255,255,255,0.7);border-radius: 5px;}
.topic_detail_btn{
  position: absolute;top: 25px;right: 20px;cursor: pointer;
  padding: 5px 10px;border-radius: 5px;background: #1b74ff;
  color: #78adff;
}
.topic_detail_btn:hover{
  background: #0062fb;color: #FFFFFF;
}
.topic_detail_section{background: rgba(0,100,255,.7);border-radius: 5px;padding: 10px 30px;}
.topic_detail_category{font-size: 1.8em;color: #fff;text-align: center;line-height: 38px;}
.topic_detail_logoTitle{font-size: 1.2em;color: #ddd;text-align: center;}
.course_list{margin-top: 10px;}

.topic_content_app{
  /*min-height: 40px;*/margin-top: 8px;
}
.topic_content_app ul li{
  margin-top: 5px;/*background: #01AAED;*/border-radius: 5px;padding: 5px 10px;list-style: none;
  font-size: 16px;color: #01aaed;
  font-weight: 200;border: 1px solid #01aaed;
  cursor: pointer;
}

.audio_play_public_sec{
  position: absolute;z-index: 99999;top: 20px;right: 20px;display: none;
  width: 300px;height: 90px;background: rgb(241, 243, 244, .9);border-radius: 5px;
}
.audio_play_public_sec_clsbtn{
  position: absolute;z-index:100;top: 5px;right: 5px;cursor: pointer;
}
.audio_play_public_sec_question_s{
  padding: 15px 20px 5px 20px;
}
.audio_play_public_sec_question{
  color: #666;white-space:nowrap;width: 100%;overflow:hidden;text-overflow:ellipsis;
}
.audio_play_public_sec_p_e{
  width: 100%;
}

/*li {
  list-style: unset;
  color: #fff;
}
li p{
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  word-wrap: break-word;
  line-height: 35px;
}
li p a{
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  word-wrap: break-word;
  line-height: 35px;
}*/

.layer_open_skin{
  background-color: transparent !important;/*背景透明*/
  /*box-shadow: 0 0 0 rgba(0,0,0,0) !important;前景无阴影*/
}

.mike_bck{
  width: 60px;height: 60px;border-radius: 50px;background: #FFF;cursor: pointer;text-align: center;line-height: 60px;align-items: center;vertical-align: middle;
  float: left;
}
.mike_disable{
  width: 2em;height: 100%;border-radius: 50px;
}
.chat_ani{
  width: 20vw;min-height: 60px;border: 2px solid #FFF;background: #F1F2F3;border-radius: 20px;
  float: left;margin-left: 10px;
}
.chat-history {
  /*height: calc(100vh - 260px);
  height: calc(100vh - 190px);*/
  margin-bottom: 10px;
  overflow: auto;overflow-x: hidden;
  background: rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 10px;
  /*display: table-cell;*/
  /*vertical-align: bottom;*/
  flex: 1 1 auto;/* 允许拉伸以填充剩余空间。允许收缩以避免溢出。基础尺寸由内容高度决定。 */
}
.full_chat_screen_btn{
  position: absolute;top: -10px;right: -10px;
  padding: 10px;background: #01AAED;
  color: #FFFFFF;border-radius: 10px;cursor: pointer;
  display: none;
}
.chat{
  max-width: 90%;padding: 10px 15px;border-radius: 20px;
  line-height: 20px;font-size: 1.2em;letter-spacing: 1px;margin-bottom: 15px
}
.tips_chat{
  clear: both;width: 100%;text-align: center;color: #FFFFFF;font-size: 12px;margin-bottom: 10px;
}
.our_chat{
  float: left;background-color: rgba(221,221,221,.6);color: #000000;
}
.your_chat{
  float: right;background-color: rgba(22,106,255,.8);color: #fff;
}
.chat_txt_sec{
  position: relative;
  /*height: 120px;*/
  padding: 10px;border-radius: 10px;background: #FFFFFF;
}
.chat_voice{
  position: absolute;left: 15px;top: 50%;font-size: 3em;color: #01AAED;transform: translateY(-50%);cursor: pointer;
}
.icon_voice{width: 25px;height: 20px;float: left;}
.record_min{float: left;color: #FFFFFF;}
.chat_voice_dis{
  position: absolute;left: 15px;top: 20px;z-index: 10;font-size: 1em;color: #F25B5A;transform: translateY(-50%);cursor: pointer;display: none;
}
.chat_txt_ipt{
  position: relative;display: block;
  width: 99%;border: 0;border-radius: 7px;
  resize: none;
  color: rgb(var(--ds-rgb-label-1));
  caret-color: rgb(var(--ds-rgb-label-1));
  background-color: #f1f2f3;
  padding: 2px 5px;
}
.chat_touch{
  position: relative;top: -47px;z-index: 100;margin: auto;display: none;
  width: 55%;height: 50px;border: 2px solid #FFFFFF;border-radius: 5px;
  font-size: 1.2em;line-height: 50px;text-align: center;
  background: #F1F2F3;cursor: pointer;
}
.chat_txt_send{
  position: absolute;right: 10px;bottom: 7px;z-index: 100;font-size: 30px;color: #01AAED;cursor: pointer;
}
.chat_show_hide{
  position: absolute;right: 0px;width: 60px;height: 60px;border-radius: 50px;background: #01AAED;cursor: pointer;text-align: center;line-height: 60px;
}
.chat_touch_anim{
  width: 50%;height: 80px;display: none;
  position: absolute;left: 25%;top: 246px;z-index: 10000;
  background: rgba(241, 242, 243, 0.9);
  border-radius: 50px;
}
.chat_model_flag{padding-top: 5px;color: #666;}

.our_chat h1,h2,h3,h4,h5{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.our_chat table {
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  color: #5f5f5f;
  border-collapse: collapse;
  border-spacing: 0;
}
.our_chat table thead {
  display: table-header-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}
.our_chat table tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
.our_chat td, .our_chat th {
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

.time-box{
  text-align: center;position: relative;top: 35px;
}
.time-box .start-taste-line hr {
  background-color: #01AAED;  /*//声波颜色*/
  width: 3px;
  height: 10px;
  margin: 0 0.08rem;
  display: inline-block;
  border: none;
}
.hr_anim {
  animation: note 1s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hr1 {
  animation-delay: -1s;
}

.hr2 {
  animation-delay: -0.9s;
}

.hr3 {
  animation-delay: -0.8s;
}

.hr4 {
  animation-delay: -0.7s;
}

.hr5 {
  animation-delay: -0.6s;
}

.hr6 {
  animation-delay: -0.5s;
}

.hr7 {
  animation-delay: -0.4s;
}

.hr8 {
  animation-delay: -0.3s;
}
.hr9 {
  animation-delay: -0.2s;
}

.hr10 {
  animation-delay: -0.1s;
}

@keyframes note {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(4);
  }
}

.chat_our_service {margin-top: 5px;padding: 10px 10px 10px 20px;background: #01AAED;border-radius: 10px;}
.chat_our_service ul li {font-size: 1em;line-height: 25px;cursor: pointer;list-style: none;}

.chat_our_guess {margin-top: 10px;padding-left: 20px;display: flex;flex-direction: column;gap: 10px;}
.chat_our_guess ul li {font-size: 1em;line-height: 25px;cursor: pointer;color: #01AAED;}
.chat_our_guess_item{
  display: flex;justify-content: space-between;align-items: center;
  background: #f1f2f3;
  border: 1px solid #f1f2f3;padding: 5px 10px;border-radius: 5px;
  cursor: pointer;
  color: #0050e1;font-size: 16px;
}
.more_service{font-size: 0.8em;}

.chat_media_icon{
  font-size: 16px;color: #666;cursor: pointer;clear: both;
}
.chat_media_icon:hover{
  color: #01AAED;
}

.dxan_title{
  width: 87px;
  font-size: 1.7rem;
  font-family: 宋体;
  color: #676767;
  font-weight: 600;
  text-align: center;
  /*background: #ffffff;*/
  /*padding: 0px 10px;*/
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  gap: 0px 0px;
  align-content: space-evenly;
  justify-content: center;
  align-items: stretch;
}
.param_colum{width: 25%;display: flex;flex-direction: column;align-items: center;}
.ipt_required{color: #ff002e;margin-right: 2px;}
.dxan_label{margin-bottom: 5px;color: #676767;}
.dxan-textarea{resize: vertical;border: 1px solid #dcdfe6;line-height: 1.5;color: #606266;padding: 10px;}
.dxan_btn{display: flex;align-items: center;}

.down_to_word{
  width: 100%;display: flex;align-items: center;
  font-size: 0.8rem;color: #cccccc;
  margin-top: 5px;cursor: pointer;
}
.down_to_word:hover{
  color: #FFFFFF;
}

.chat_bar{
  position: absolute;height: 100%;width: 50px;left: 1px;top: 0px;display: flex;align-items: center;
}
.chat_bar_container{
  height: 200px;width: 100%;display: flex;flex-direction: column;justify-content: space-evenly;
  background: rgba(255, 255, 255, .1);border-radius: 10px;
}
.chat_bar_btn{
  display: flex;flex-direction: column;align-items: center;color: #FFFFFF;font-size: 12px;cursor: pointer;
}
.chat_bar_btn_icon{
  width: 30px;height: 30px;background: #FFFFFF;border-radius: 15px;margin-bottom: 5px;
}

/**-滚动条样式  start-**/
.chat-history::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:10px;
  background-color:#F5F5F5;
}
.chat-history::-webkit-scrollbar {
  width:5px;
  height: 10px;
  background-color:#F5F5F5;
}
.chat-history::-webkit-scrollbar-thumb {
  border-radius:5px;
  -webkit-box-shadow:inset 0 0 6px hsla(0,0%,100%,.7);
  background-color:#000000;
}

.topic_content_app::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:10px;
  background-color:#F5F5F5;
}
.topic_content_app::-webkit-scrollbar {
  width:5px;
  height: 10px;
  background-color:#F5F5F5;
}
.topic_content_app::-webkit-scrollbar-thumb {
  border-radius:5px;
  -webkit-box-shadow:inset 0 0 6px hsla(0,0%,100%,.7);
  background-color:#000000;
}
/**-滚动条样式  end-**/