.systemlist {
  width: 100%;
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 25px 0;

}

.lits {
  margin-right: 30px;
}

.litA {
  position: absolute;
  top: 4%;
  left: 2%;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #14141436;
  z-index: 100;
}

.panel {
  position: absolute;
  margin: 0px;
  padding: 5px;
  width: 50vw;
  height: 60vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  display: none;
}

.Exhibition_all {
  overflow-x: auto;
  position: relative;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: left;
  top: 27%;
  z-index: 5;

}

.Exhibition_list {
  margin-right: 15px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  background: #fefeff;
  color: #333;
  position: relative;
}

.Exhibition_current {
  position: absolute;
  padding: 3px 5px;
  top: 10px;
  left: 10px;
  background: linear-gradient(90deg, #124da5, #d14646);
  z-index: 6;
  width: 32vh;
  color: #FFF;
}

.Exhibition_current .current {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 10%;
  background: #15ff3e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.Exhibition_name {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.Exhibition_img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
  transform: scale(1.4);
}

.Exhibition_imgbox {
  width: 35vh;
  height: 28vh;
  overflow: hidden;
  position: relative;
}

.Exhibition_show {
  display: none;
}

.lits .icon_img {
  width: 65px;
  height: 65px;
}

.lits {
  margin-right: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lits .icon_img {
  width: 35px;
  height: 35px;
}

.icon_imgbxo {
  position: absolute;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.div-container {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5) !important;
  /* 兼容ie几不知道，好像ie5 */
  background: #000;
  filter: Alpha(opacity=60);
}

/*设置div-child的父元素主要是将要此元素的父元素透明特性继承过来，故div-child不会半透明，而是不透明，解决了父元素透明，子元素也透明的bug */
.div-child-container {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 60vw;
  /* height: 50vh; */
  margin: auto;
  top: 50%;
  left: 50%;
  /* background: #fff; */
  z-index: 250;
  /*z-index要放在父元素之上 */
}

.div-child {
  width: 50vw;
  /* height: 50vh; */
  /* padding: 10px; */
  margin: auto;
  z-index: 300;
  /*z-index要放在父元素之上 */
  text-align: center;

}

.child_title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  background: linear-gradient(90deg, #14141400 0%, #869097 50%, #10101052 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
}

.baeckbox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;

  /* border-bottom: 1px solid #888787; */
}



.child_center {

  height: 600px;
  position: relative;
}

.child_span {
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 20px;
  top: 15%;
  left: 8%;
  position: absolute;
  z-index: 8;
}

.child_span p {
  padding: 0;
  margin: 0;
  text-indent: 2em;
}

.Announcement_img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  top: 50%;
  left: 50%;

}

.guanbi {
  position: absolute;
  top: 6px !important;
  right: 5% !important;
  cursor: pointer;
}

/* 系统 */
.Settings_center {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40vw;
  height: 30vh;
  margin: auto;
  top: 50%;
  left: 50%;
  background: linear-gradient(180deg, #FFE4E3 0%, #FFF 100%);
  z-index: 250;
  padding: 10px;
}

.Settings_title {
  position: relative;
  text-align: center;

}

.Settings_title h4 {
  font-size:
    25px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.Settings_title .baeck {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;

  cursor: pointer;
}

.Settings_select {
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  top: 56%;
  left: 50%;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Settings_li {
  background-color: #F9F8F8;
  /* width: 180px; */
  border-radius: 24px;
  padding: 10px 30px;
  text-align: center;
  cursor: pointer;

}

.Settings_select :hover {
  transform: scale(1.1) translateZ(0);
  transition: all 0.3s;

}

.Settings_li:hover  {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.Settings_li p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

ul li {
  list-style: none;
  cursor: pointer;
}

/* 隐藏range控件默认样式 */
[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  outline: 0;
  background-color: transparent;
  width: 380px;
}

/* 定义range控件轨道的样式 */
[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #c5c5c5;
}

/* 定义range控件容器的样式 */
[type="range" i]::-webkit-slider-container {
  height: 20px;
  overflow: hidden;
}

/* 定义range控件拇指的样式 */
[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f44336;
  border: 1px solid transparent;
  margin-top: -8px;
  /* 使用border-image属性给拇指添加渐变边框 */
  border-image: linear-gradient(#f44336, #f44336) 0 fill / 8 20 8 0 / 0px 0px 0 2000px;
}

.Audiobox {
  width: 100%;
}

.Audio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.Audio_img {
  width: 60px;
  height: 60px;
}

.range_span {
  width: 50px;
}

.save {
  display: flex;
  justify-content: right;
}

.save button {
  width: 60px;
  height: 30px;
  font-size: 14px;
  color: #FFF;
  background-color: #f44336;
  border-radius: 20px;
  border: 1px solid #f44336;
  cursor: pointer;
}

/* 提示弹窗 */
.msgge {
  width: 100px;
  height: 30px;
  background-color: #000000ad;
  padding: 5px;
  border-radius: 10px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  justify-content: center;
  align-items: center;
  top: 56%;
  left: 50%;
  z-index: 9999;

}

.msgges {
  /* width: 140px; */
  height: 30px;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  color: #03c100;
  font-size: 16px;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 30%;
  left: 50%;
  z-index: 9999;
}

.msggess {
  display: flex !important;
  background-color: #5353539a;
  color: #f1f1f1;
  left: 60%;
}

/* 聊天 */
.chitchat {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 55vw;
  height: 70vh;
  margin: auto;
  top: 50%;
  left: 50%;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  z-index: 250;
  border-radius: 4px;
  display: flex;
  justify-content: left;

}

.addition {
  width: 35px;
  height: 35px;
}

.filterfield {
  width: 12%;
  height: 100%;
  background: linear-gradient(90deg, #181717 10%, #444444 100%);
}

.message {
  padding: 10px 0;
  width: 23%;
  background-color: #F5F5F5;
}

.chat_frame {
  position: relative;
  width: 65%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F2 80%, #FFDFD9 100%);
  /* background: linear-gradient(90deg, #FFFFFF 10%, #FFDFD9 100%); */
}

.filterfield_avatar {
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
}

.avatar {}

.avatar_img {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  margin: auto;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #444444;
}

.avatar_name {
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: auto;
  top: 110%;
  left: 50%;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.message_switchover {
  margin-top: 30px;
  height: 60%;
  overflow-y: auto;
}

.message_person {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.message_person img {
  filter: invert(50%) sepia(77%) saturate(5%) hue-rotate(180deg);
  width: 40px;
  height: 40px;
}

.message_person p {
  position: absolute;
  font-size: 16px;
  color: #FFF;
  padding: 10px;
  margin: 0;
  bottom: 0;
}

.message_pitch {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFCD4E !important;
  cursor: pointer;
  background: linear-gradient(90deg, #35251F 0%, #f52604 100%);
}

.message_pitch img {
  filter: invert(50%) sepia(77%) saturate(5%) hue-rotate(180deg);
  width: 40px;
  height: 40px;
}

.message_pitch p {
  position: absolute;
  font-size: 16px;

  padding: 10px;
  margin: 0;
  bottom: 0;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}

.search_box {
  width: 100%;
  padding: 8px;
  background-color: #E2E2E2;
  border-radius: 10px;
  display: flex;
  justify-content: left;
  align-items: center;

}

.Frame {
  width: 20px;
  height: 20px;
}

.searchinput {
  color: #333;
  height: 20px;
  border: none;

  background-color: #E2E2E2;
}

.append {
  margin-left: 10px;
  height: 36px;
  width: 36px;
  cursor: pointer;

}

.searchinput[type=text]:focus {
  outline: 0px;
}

.searchinput {
  border: none;
  height: 20px;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 95%;
  padding-left: 10px;
}

.information_list {
  height: 90%;
  overflow-y: auto;

}

.message_list {
  height: 60px;
  padding: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;

}

.message_listpitch {
  height: 60px;
  padding: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  background-color: #FFF;

}

.Graphics {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #4444444b;
  margin-right: 10px;
}

.Graphics_box {
  position: relative;
}

.Graphics_name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;

}

.Graphics_point {
  position: absolute;
  background: #ff0000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
}

.system_point {
  position: absolute;
  background: #ff0000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 1%;
  right: -56%;
  transform: translate(-50%, -50%);
}

.center {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.chat_message {
  width: 100%;
}

.chat_title {
  border-bottom: 1px solid #444444;
}

.chattitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.cahtbaeck {
  cursor: pointer;
}

.avatar_you2 {
  width: 50px;
  height: 50px;
  border: 1px solid #444444;
  border-radius: 50%;
}

.avatar_me {
  width: 50px;
  height: 50px;
  border: 1px solid #444444;
  border-radius: 50%;

}

#sendbox {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.sendbox {
  width: 100%;
  display: none;
  justify-content: left;
  padding: 10px;
  align-items: center;
}

.operation_card {
  position: relative;
  height: 100%;
  width: 15%;
  margin-bottom: 10px;
}

.sendboxbottom {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFDFD9 80%, #FFDFD9 100%);
}

.Callingcards {
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #474e59;
  border-radius: 5px;
}

.operation_card p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #5e5e5e;
}

.send_input {}

.operation {
  display: none;
  margin: 5px 10px 0 10px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}

.mistake {
  width: 30px;
  height: 30px;
}

.send_box {
  background: #FFF;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 20px;
  width: 67%;
}

.send_input {
  /* background-color: #FFFFFF; */
  width: 80%;
  /* height: 44px; */
  border: none;
  font-size: 16px;

}

.send_input[type=text]:focus {
  outline: 0px;
}

.send_button {
  width: 100px;
  height: 54px;
  color: #F5F5F5;
  background-color: #CD0600;
  border-radius: 10px;
  border: 0px solid #000;
  font-size: 16px;
  cursor: pointer;
}

.chat_center {
  width: 100%;
  height: 80%;
  overflow-y: auto;
  position: relative;
  margin-top: 2px;
}

.maseglist {
  padding: 10px;
  /* width: 100%; */
  display: flex;
  justify-content: left;
  /* align-items: center; */
}

.maseglistme {
  padding: 10px;
  display: flex;
  justify-content: right;
  /* align-items: center; */
}

.avatar_you1,
.avatar_you {
  display: none;
}

.chatinformation {
  margin: 0 10px;


}

.chatinformation_name {
  text-align: right;
  margin: 0;
}

.chatinformation_center {
  border-radius: 8px;
  padding: 10px;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
}

.guanbi {
  width: 45px;
  height: 45px;
  right: 19%;
}

#input_box {
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: hidden;
}

.send_input {
  width: 100%;
  height: 35px;
}

.send_button {
  width: 89px;
  height: 44px;
}

.orientLayers {
  display: none !important;
}

@media screen and (max-width :1366px) and (orientation: landscape) {

  /* 横屏样式 */
  .lits {
    margin-right: 13px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lits .icon_img {
    width: 35px;
    height: 35px;
  }

  .icon_imgbxo {
    position: absolute;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
  }

  .systemlist {
    padding: 30px 0;
  }

  .guanbi {
    width: 40px;
    height: 40px;
    right: 18%;
    top: 32px;
  }

  .div-child {
    width: 60vw;
  }

  .Announcement_img {

    left: 50%;
  }

  .child_span {
    padding: 10px;
    left: 2%;
  }

  .Settings_center {
    height: 39vh;
    /* width: 70vw; */
  }

  .Settings_select {
    width: 80%;

  }

  .Settings_li .icon_img {
    width: 60px;
    height: 60px;
  }

  .Audio_img {
    width: 40px;
    height: 40px;
  }

  [type="range"] {
    width: 256px;
  }
}

@media screen and (max-width :1024px) and (orientation: landscape) {

  /* 横屏样式 */


  .lits {
    margin-right: 13px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lits .icon_img {
    width: 35px;
    height: 35px;
  }

  .icon_imgbxo {
    position: absolute;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
  }



  .systemlist {
    padding: 17px 0;
  }

  .child_center {
    height: 300px;
  }

  .guanbi {
    width: 30px;
    height: 30px;
    right: 19%;
  }

  .div-child {
    width: 60vw;
  }

  .Announcement_img {
    left: 50%;
  }

  .child_span {
    font-size: 14px;
    padding: 10px;
    left: 2%;
  }

  .Settings_center {
    height: 39vh;
    width: 70vw;
  }

  .Settings_select {
    width: 80%;

  }

  .Settings_li .icon_img {
    width: 60px;
    height: 60px;
  }

  .Audio_img {
    width: 40px;
    height: 40px;
  }

  [type="range"] {
    width: 256px;
  }
}


/* 滚动条 */
.chitchatVertical::-webkit-scrollbar {
  width: 5px;
}

/*定义滚动条轨道 内阴影+圆角*/
.chitchatVertical::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

/*定义滑块 内阴影+圆角*/
.chitchatVertical::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgba(0, 0, 0, 0.1);
}

.lits .icon_img {
  width: 25px;
  height: 25px;
}

.icon_imgbxo {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.lits {
  margin-right: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 好友 */
.Friendformation {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portrait {
  height: 80px;
  width: 80px;
  border-radius: 10px;
}

.transmit {
  width: 89px;
  height: 44px;
  color: #F5F5F5;
  background-color: #CD0600;
  border-radius: 10px;
  border: 0px solid #000;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 88%;
  left: 50%;
}

@media screen and (max-width :950px) and (orientation: landscape) {

  /* 横屏样式 */
  .child_title {
    height: 40px;
  }

  .lits .icon_img {
    width: 25px;
    height: 25px;
  }

  .icon_imgbxo {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
  }

  .avatar_you2 {
    width: 60px;
    height: 60px;
    border: 1px solid #444444;
    border-radius: 50%;
  }

  .avatar_me {
    width: 60px;
    height: 60px;
    border: 1px solid #444444;
    border-radius: 50%;

  }

  .lits {
    margin-right: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .systemlist {
    padding: 17px 0;
  }

  .child_center {
    height: 300px;
  }

  .guanbi {
    width: 30px;
    height: 30px;
    right: 19%;
  }

  .div-child {
    width: 60vw;
  }

  .Announcement_img {

    left: 50%;
  }

  .child_span {
    font-size: 14px;
    padding: 10px;
    left: 2%;
  }

  .Settings_center {
    height: 71vh;
    width: 70vw;
  }

  .Settings_select {
    width: 80%;

  }

  .Settings_li .icon_img {
    width: 60px;
    height: 60px;
  }

  .Audio_img {
    width: 40px;
    height: 40px;
  }

  [type="range"] {
    width: 256px;
  }

  .chitchat {
    width: 83vw;
    height: 90vh;
  }

  .avatar_img {
    width: 45px;
    height: 45px;
  }

  .filterfield_avatar {
    height: 70px;
  }

  .avatar_name {
    font-size: 14px;
  }

  .message_pitch,
  .message_person {
    height: 65px;
  }

  .message_pitch img,
  .message_person img {
    width: 25px;
    height: 25px;
  }

  .message_pitch p,
  .message_person p {
    font-size: 14px;
    padding: 4px;
  }

  .Graphics {
    width: 35px;
    height: 35px;
  }

  .message_listpitch,
  .message_list {
    height: 50px;
  }

  .chat_message {
    width: 70%;
  }

  .sendbox {
    width: 95%;
    justify-content: left;
  }

  .send_box {
    height: 35px;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
    width: 60%;
  }

  #recoding {
    width: 100%;
    height: 35px;
  }

  #input_box {
    height: 100%;
    display: flex;
    align-items: center;
    overflow-y: hidden;
  }

  #bt_recoding {
    width: 100%;
    height: 35px;
    border: 0px solid #000;
    border-radius: 10px;
  }

  .send_input {
    width: 88%;
    height: 35px;
  }

  .send_button {
    width: 89px;
    height: 44px;
  }

  .avatar_you2,
  .avatar_me {
    width: 40px;
    height: 40px;
  }

  .chat_center {
    height: 63%;
  }

  .append {
    height: 29px;
    width: 30px;
  }

  .search_box {
    padding: 3px 5px;
    border-radius: 6px;
  }

  .close {
    align-items: flex-start;
  }

  .chatinformation_center {
    font-size: 14px;
  }

  .panel {
    width: 70vw;
    height: 60vh;
  }

  .Exhibition_all {
    top: 24% !important;
  }

}