@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-family: "微软雅黑";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  word-warp: break-word;
  word-break: break-all;
}
::-webkit-scrollbar {
  /* 垂直滚动条宽度，设置成极细，比如4px/6px，数值越小越细 */
  width: 4px;
  /* 水平滚动条高度（如果需要） */
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background-color: #E1E2E7;
  border-radius: 3px;
}
.corporate_information {
  position: fixed;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 240px;
  background: #ffffff;
  box-shadow: 2px 4px 8px 0px rgba(65, 0, 0, 0.1);
}
.input_field {
  position: fixed;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  left: 240px;
  height: 199px;
  border-top: 1px solid #FFF3F3;
  background: #ffffff;
}
.dialog_box {
  position: fixed;
  z-index: 1;
  top: 0px;
  right: 0px;
  left: 240px;
  bottom: 200px;
  background: #FFFAFA;
  padding: 16px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}
.service_div, .customer_div {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: nowrap;
}
.customer_div {
  flex-direction: row-reverse;
}
.customer_txt {
  margin-top: 3px;
  max-width: 82%;
  border-radius: 8px;
  background: #4883DF;
  box-shadow: 0px 4px 4px 0px rgba(0, 29, 102, 0.2);
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 10px 12px;
  line-height: 1.6;
}
.service_avatar {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 0px 8px 0px rgba(65, 0, 0, 0.2);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 8px;
}
.service_avatar img {
  width: 32px;
  height: 32px;
}
.customer_avatar {
  width: 32px;
  height: 38px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 0px 8px 0px rgba(65, 0, 0, 0.2);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 10px 8px 0px 8px;
}
.customer_avatar img {
  width: 32px;
  height: auto;
}
.service_message {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service_message > * {
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}
.customer_message {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
}
.customer_message > * {
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}
.service_title {
  min-width: 117px;
  height: 18px;
  font-size: 14px;
  color: #AAAAAA;
  text-align: left;
}
.service_txt {
  max-width: 82%;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(65, 0, 0, 0.2);
  padding: 10px 12px;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 14px;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
}
.service_emoji {
  width: 32px;
  height: 32px;
}
.service_emoji img {
  width: 32px;
  height: 32px;
}
.service_pic {
  width: 224px;
  cursor: pointer;
}
.service_pic img {
  max-width: 224px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 29, 102, 0.2);
}
.service_file_div {
  max-width: 82%;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(65, 0, 0, 0.2);
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
}
.service_file_ico {
  width: 32px;
  height: 32px;
}
.service_file_ico img {
  width: 32px;
  height: 32px;
}
.service_file_txt {
  line-height: 1.6;
  font-size: 14px;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 4px;
  margin-bottom: 4px;
}
.auto_reply {
  min-width: 306px;
  max-width: 80%;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(65, 0, 0, 0.2);
  padding: 12px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.auto_reply_ask {
  min-width: 210px;
  height: 18px;
  font-size: 14px;
  color: #000000;
  text-align: left;
}
.auto_reply_title {
  min-width: 80px;
  height: 21px;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.auto_reply_txt {
  min-width: 306px;
  min-height: 18px;
  font-size: 14px;
  color: #4883DF;
  cursor: pointer;
  text-align: left;
}
.logo {
  position: fixed;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 240px;
  height: 200px;
  text-align: center;
}
.logo img {
  width: 200px;
  height: 200px;
}
.service_philosophy {
  position: fixed;
  z-index: 3;
  top: 200px;
  left: 44px;
  width: 150px;
  height: 70px;
  border-left: 1px solid #380000;
  border-right: 1px solid #380000;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.service_philosophy_txt {
  width: 120px;
  height: 27px;
  font-size: 20px;
  font-weight: bold;
  color: #380000;
}
.WeCom {
  position: fixed;
  z-index: 3;
  left: 68px;
  bottom: 96px;
  width: 104px;
  height: 104px;
}
.WeCom img {
  width: 104px;
  height: 104px;
}
.WeCom_mark {
  position: fixed;
  z-index: 3;
  left: 88px;
  bottom: 72px;
  width: 64px;
  height: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.WeCom_logo {
  width: 16px;
  height: 16px;
}
.WeCom_logo img {
  width: 16px;
  height: 16px;
}
.WeCom_txt {
  width: 40px;
  height: 13px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
}
.technical_support {
  position: fixed;
  z-index: 3;
  left: 0px;
  bottom: 40px;
  width: 240px;
  height: 16px;
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.multi_line_input {
  position: fixed;
  z-index: 2;
  left: 272px;
  right: 32px;
  bottom: 80px;
  height: 103px;
  border: 0px;
  outline: 0px;
  background-color: transparent;
  font-size: 16px;
  color: #000000;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
  line-height: 1.6;
}
.multi_line_input::placeholder {
  color: #aaaaaa;
}
.send_button {
  position: fixed;
  z-index: 2;
  right: 32px;
  bottom: 29.5px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: #DE4747;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.send_button:hover {
  background: #F35151;
}
.send_button:active {
  background: #C02A2D;
}
.header {
  position: fixed;
  z-index: 1;
  top: 44rem;
  width: 375rem;
  height: 44rem;
  line-height: 44rem;
  font-size: 18rem;
  text-align: center;
  color: #133D2B;
  background: #ffffff;
}
.arrow {
  position: absolute;
  z-index: 2;
  top: 10rem;
  left: 24rem;
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
}
.arrow img {
  width: 24rem;
  height: 24rem;
}
.dialog_box_phone {
  position: fixed;
  z-index: 1;
  top: 88rem;
  left: 0rem;
  right: 0rem;
  padding: 16rem;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 49rem); /* 新iOS+安卓 */
  bottom: calc(constant(safe-area-inset-bottom, 0px) + 49rem); /* 旧iOS */
  background: #F7F8FA;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16rem;
  overflow-y: auto;
}
.dialog_box_phone::-webkit-scrollbar {
  display: none;
}
.input_field_phone_div {
  position: fixed;
  z-index: 1;
  width: 343rem;
  height: 37rem;
  bottom: constant(safe-area-inset-bottom, 0px); /* 旧iOS */
  bottom: env(safe-area-inset-bottom, 0px); /* 新iOS+安卓 */
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 6px 16rem;
  gap: 10rem;
  background: #F7F8FA;
  box-shadow: 0px -2px 8px 0px rgba(78, 105, 83, 0.1);
}
.input_field_phone {
  width: 238rem;
  height: 27rem;
  padding: 5rem 8rem;
  border-radius: 8rem;
  background: #FFFFFF;
  color: #000000;
  font-size: 14rem;
  border: 0rem;
  outline: 0rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow-y: auto;
}
.input_field_phone::-webkit-scrollbar {
  display: none;
}
.send_button_phone {
  width: 80rem;
  height: 37rem;
  line-height: 37rem;
  border-radius: 4rem;
  background: #36B37E;
  font-size: 16rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.service_div_phone, .customer_div_phone {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 10rem;
  flex-wrap: nowrap;
}
.customer_div_phone {
  flex-direction: row-reverse;
}
.service_avatar_phone {
  width: 22rem;
  height: 22rem;
  background: #ffffff;
  border-radius: 16rem;
  box-shadow: 0px 0px 8px 0px rgba(19, 61, 43, 0.25);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5rem;
}
.service_avatar_phone img {
  width: 22rem;
  height: 22rem;
}
.customer_avatar_phone {
  margin-top: 6rem;
  width: 22rem;
  height: 26rem;
  background: #ffffff;
  border-radius: 16rem;
  box-shadow: 0px 0px 8px 0px rgba(19, 61, 43, 0.25);
  flex-grow: 0;
  flex-shrink: 0;
  padding: 6rem 5rem 0rem 5rem;
}
.customer_avatar_phone img {
  width: 22rem;
  height: auto;
}
.service_message_phone {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.service_message_phone > * {
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}
.service_title_phone {
  min-width: 100rem;
  height: 17rem;
  font-size: 12rem;
  color: #AAAAAA;
  text-align: left;
}
.auto_reply_phone {
  width: 256rem;
  border-radius: 8rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(19, 61, 43, 0.25);
  padding: 12rem;
  display: flex;
  gap: 10rem;
  flex-direction: column;
}
.auto_reply_ask_phone {
  min-width: 210rem;
  height: 20rem;
  font-size: 14rem;
  color: #000000;
  text-align: left;
}
.auto_reply_title_phone {
  min-width: 80rem;
  height: 22rem;
  color: #000000;
  text-align: left;
  font-size: 16rem;
  font-weight: bold;
}
.auto_reply_txt_phone {
  min-width: 256rem;
  font-size: 14rem;
  color: #4883DF;
  text-align: left;
}
.customer_txt_phone {
  max-width: 259rem;
  border-radius: 8rem;
  background: #36B37E;
  box-shadow: 0px 0px 8px 0px rgba(19, 61, 43, 0.25);
  box-sizing: border-box;
  font-size: 14rem;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 12rem;
  line-height: 1.6;
}
.service_txt_phone {
  max-width: 259rem;
  border-radius: 8rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(19, 61, 43, 0.25);
  padding: 12rem;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 14rem;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
}
a {
  text-decoration: none;
}