#app {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  font-variant-east-asian: simplified;
}

.down-map[data-v-e1144a71] {
  height: auto;
  min-height: 620px;
}

.down-main[data-v-e1144a71] {
  position: relative;
  top: auto;
  min-height: 620px;
  height: auto;
  justify-content: center;
  gap: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.feedback-notice {
  width: 100%;
  max-width: 800px;
  padding: 12px 0 12px 16px;
  border-left: 3px solid #dcbd72;
  background: linear-gradient(90deg, rgb(0 0 0 / 55%), transparent);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 15px;
  font-variant-east-asian: simplified;
  line-height: 1.8;
}

.feedback-notice__title {
  display: block;
  margin-bottom: 2px;
  color: #e5cc83;
  font-weight: 700;
}

.feedback-notice__copy {
  margin: 0;
}

.float-map .float-official-channel {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  border-radius: 25px;
  background-color: #dcbd72;
  background-image: linear-gradient(to bottom, #e5cc83, #d1af61);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-variant-east-asian: simplified;
}

.float-map .float-official-channel img {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #d1af61;
}

.float-map .float-official-channel span {
  margin: 0 10px;
  line-height: 40px;
}

@media (orientation: portrait) {
  .down-map[data-v-e1144a71],
  .down-main[data-v-e1144a71] {
    min-height: 720px;
  }

  .down-main[data-v-e1144a71] {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feedback-notice {
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.7;
  }

  .float-map[data-v-3a344f23] {
    flex-direction: row;
  }

  .float-map .float-official-channel,
  .float-cust[data-v-3a344f23] {
    margin-top: 0;
    margin-left: 10px;
  }

  .float-map .float-official-channel span {
    display: none;
  }

  .float-map .float-official-channel::after {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #5c461d;
    color: #fff;
    content: "官";
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (orientation: landscape) and (max-width: 660px) {
  .float-map[data-v-3a344f23] {
    flex-direction: row;
  }

  .float-map .float-official-channel,
  .float-cust[data-v-3a344f23] {
    margin-top: 0;
    margin-left: 10px;
  }

  .float-map .float-official-channel span {
    display: none;
  }

  .float-map .float-official-channel::after {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #5c461d;
    color: #fff;
    content: "官";
    font-size: 10px;
    line-height: 16px;
  }
}
