* {
  margin: 0;
  padding: 0;
}
.chatPage {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f1f6fc;
  padding: 180px 360px;
  position: relative;
}
.chatBGImg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.pageTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
  line-height: 28px;
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 28px;
  color: #031d50;
}
.pageTopLeft img {
  margin-right: 34px;
}
.tlrightDiv {
  position: relative;
  top: 84px;
}
.line{
  position: absolute;
  top: 24px;
}
.yige {
  line-height: 46px;
  font-family: Microsoft YaHei;
  font-size: 46px;
  margin-top: 90px;
}
.qiuchangliao {
  width: 21em;
  line-height: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  margin-top: 50px;
}
.shouji {
  line-height: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  width: 12em;
  text-align: center;
  margin: 12px auto;
}
.about {
  margin-top: 327px;
  z-index: 2;
  position: relative;
  top: 23px;
  left: calc(50% - 232px);
}
.gywm {
  line-height: 46px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 46px;
  color: #031d50;
  text-align: center;
  z-index: 3;
  position: relative;
}
.gywmText {
  line-height: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #031d50;
  margin-top: 32px;
}
.gywmTitle {
  font-weight: bold;
}
.qrCode{
  width: 213px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.page {
  width: 100%;
  height: 100vh;
  background: #F1F6FC;
}
.logoDiv {
  width: 100%;
  text-align: center;
  padding-top: 116px;
  z-index: 2;
  position: relative;
}
.logo {
  width: 102px;
}

.openDiv {
  text-align: center;
  padding: 46px 36px;
  z-index: 2;
  position: relative;
}
.openBtn {
  background: #ffffff;
  border-radius: 10px;
  font-size: 17px;
  color: #77abff;
  padding: 15px;
}

.tipDiv {
  text-align: center;
  margin-top: 62px;
}
.tip1 {
  font-weight: bold;
  color: #333333;
}
.tip2 {
  font-size: 14px;
  color: #333333;
  margin-top: 4px;
}

.btnDiv {
  margin: 20px 36px;
  z-index: 2;
  position: relative;
}
.btnBox {
  border-radius: 10px;
  border: 1px solid #77abff;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  color: #77abff;
  cursor: pointer;
}
.leftBtn {
  display: flex;
  align-items: center;
}
.btn {
  width: 20px;
  margin-right: 15px;
}
.downloadBtn {
  width: 20px;
  border-left: 2px solid #77abff;
  padding-left: 15px;
}

.bodyDiv {
  margin: 21px 12px;
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 18px 0 18px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 8px;
}
.bodyDiv img {
  width: 100%;
  margin: 10px 0;
}

.btnDiv2 {
  margin: 0 12px;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 24px;
  font-style: normal;
  text-transform: none;
}
.btnDiv2 img {
  width: 36px;
  margin-right: 8px;
}

/* 轻提示样式 */
.toast {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.toast.show {
  opacity: 1;
}
