@charset "UTF-8";
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  overflow-x: hidden;
  cursor: default;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scroll-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(46, 46, 46, 0.3);
}

.scroll-list {
  padding-right: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.page-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 4.1666666667vw;
  box-sizing: border-box;
  padding: 0 2.6041666667vw;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.page-header .logo {
  width: 8.90625vw;
  height: 100%;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% auto;
}
.page-header .phone {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 1.875vw;
  background: url("../images/header_icon_phone.png") no-repeat 0 50%;
  background-size: 1.1458333333vw auto;
}

.page-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.1666666667vw;
  font-size: 0.7291666667vw;
  color: #666;
}
.page-footer a {
  color: #666;
}

.allm-bg-transparent[aria-label=Options],
.allm-mt-4.allm-pb-4.allm-h-fit.allm-gap-y-2.allm-z-10 *,
#anything-llm-embed-chat-button svg {
  display: none;
}

#anything-llm-embed-chat-button {
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(left, #00dcff, #00abf8) !important;
  font-size: 25px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

#anything-llm-embed-chat-button:hover {
  opacity: 0.9;
}

#anything-llm-embed-chat-button::before {
  content: "\e67c";
  font-family: "iconfont";
  color: #fff;
}/*# sourceMappingURL=common.css.map */