:root {
	--chat--color-primary: #e74266;
	--chat--color-primary-shade-50: #db4061;
	--chat--color-primary-shade-100: #cf3c5c;
	--chat--color-secondary: #20b69e;
	--chat--color-secondary-shade-50: #1ca08a;
	--chat--color-white: #ffffff;
	--chat--color-light: #f2f4f8;
	--chat--color-light-shade-50: #e6e9f1;
	--chat--color-light-shade-100: #c2c5cc;
	--chat--color-medium: #d2d4d9;
	--chat--color-dark: #101330;
	--chat--color-disabled: #777980;
	--chat--color-typing: #404040;

	--chat--spacing: 1rem;
	--chat--border-radius: 0.25rem;
	--chat--transition-duration: 0.15s;

	--chat--window--width: 400px;
	--chat--window--height: 600px;

	--chat--header-height: auto;
	--chat--header--padding: var(--chat--spacing);
	--chat--header--background: var(--chat--color-dark);
	--chat--header--color: var(--chat--color-light);
	--chat--header--border-top: none;
	--chat--header--border-bottom: none;
	--chat--header--border-bottom: none;
	--chat--header--border-bottom: none;
	--chat--heading--font-size: 2em;
	--chat--header--color: var(--chat--color-light);
	--chat--subtitle--font-size: inherit;
	--chat--subtitle--line-height: 1.8;

	--chat--textarea--height: 50px;

	--chat--message--font-size: 1.5rem;
	--chat--message--padding: var(--chat--spacing);
	--chat--message--border-radius: var(--chat--border-radius);
	--chat--message-line-height: 1.8;
	--chat--message--bot--background: var(--chat--color-white);
	--chat--message--bot--color: var(--chat--color-dark);
	--chat--message--bot--border: none;
	--chat--message--user--background: var(--chat--color-secondary);
	--chat--message--user--color: var(--chat--color-white);
	--chat--message--user--border: none;
	--chat--message--pre--background: rgba(0, 0, 0, 0.05);

	--chat--toggle--background: var(--chat--color-primary);
	--chat--toggle--hover--background: var(--chat--color-primary-shade-50);
	--chat--toggle--active--background: var(--chat--color-primary-shade-100);
	--chat--toggle--color: var(--chat--color-white);
	--chat--toggle--size: 64px;
}

.chat-window-wrapper {
  right: 30px;
  bottom: 25px;
}

.chat-window-wrapper .chat-window-toggle {
  width: fit-content;
  height: fit-content;
  background-color: transparent;
}

.chat-window-wrapper .chat-window-toggle:hover {
  background: transparent;
}

.chat-window-wrapper .chat-window-toggle img {
  width: 96px;
}

.chat-layout .chat-header {
  height: 80px;
  background: url(../assets/images/n8nBanner.svg) no-repeat;
  background-size: 100% 100%;
}

.chat-message-markdown ul li, 
.chat-message-markdown ol li {
  font-weight: 700;
}

.chat-message.chat-message-from-user {
  background-color: #7723B6;
}

.chat-message.chat-message-from-user:not(.chat-message-transparent) {
  background-color: #7723B6;
}


.home {
  width: 100%;
}

#cover {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
  background: url(../assets/images/WhatApp.svg) no-repeat;
  background-size: contain;
  z-index: 10000;
}

#cover:hover {
  transform: scale(1.1);
}

/* PC端 */
.banner {
  position: relative;
  width: 100%;
  height: auto;
}

.banner .video-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce {
  width: 800px;
  height: 300px;
  margin: 4% auto;
}

.introduce .download {
  display: block;
  float: left;
  width: 400px;
}

.introduce .download .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "BeVietnamPro-Medium";
}

.introduce .download .content {
  margin: 3% 0;
  font-size: 22px;
}

.introduce .download .down_tips span {
  /* color: #eb1717; */
  font-size: 20px;
  font-weight: 500;
}

.introduce .download .btns {
  width: 100%;
  margin-top: 3%;
}

.introduce .download .btns button {
  width: 130px;
  height: 40px;
  margin-right: 5%;
  border: 0;
}

.introduce .download .btns .appleBtn {
  background: url("../assets/images/webp/appleBtn.webp") no-repeat;
  background-size: 100%;
}

.introduce .download .btns .googleBtn {
  background: url("../assets/images/webp/googleBtn.webp") no-repeat;
  background-size: 100%;
}

.introduce .showImg {
  display: block;
  float: left;
  width: 400px;
}

.introduce .showImg img {
  display: block;
  width: 350px;
  margin: 0 auto;
}

.pc-usp {
  width: 800px;
  margin: 0 auto;
  height: 250px;
  background: url("../assets/images/webp/bg1.webp") no-repeat;
  background-size: 800px 150px;
  background-position: 80% 90%;
}

.pc-usp .title {
  width: 100%;
  font-size: 24px;
  font-weight: 700px;
  font-family: "BeVietnamPro-Medium";
  text-align: center;
}

.pc-usp .row {
  width: 100%;
}

.pc-usp .row .row .item {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
}

.pc-usp .row .item {
  display: block;
  float: left;
  width: 25%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.pc-usp .row .usp_div {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}

.pc-usp .row .usp_div:nth-of-type(1) {
  text-align: right;
}

.pc-usp .row .usp_div span {
  display: block;
}

.pc-usp .img {
  width: 100px;
  height: 100px;
}

.user-guide {
  width: 800px;
  margin: 4% auto 0;
}

.user-guide .row .item {
  text-align: center;
}

.user-guide .row .item img {
  width: 300px;
}

.user-guide .row .item span {
  display: block;
  margin-top: 20%;
  color: #982bad;
  font-size: 35px;
  font-weight: 700;
}

.user-guide .row .item p {
  font-size: 25px;
}

.user-guide .row .text_left {
  text-align: left;
}

.user-guide .row .text_right {
  text-align: right;
}

.photo_div {
  display: flex;
  flex-direction: column;
  width: 1000px;
  margin: 0 auto;
}

.photo_div h3 {
  margin: 30px 0;
  color: #982bad;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.photo_div img {
  display: inline-block;
}

.photo_div .first_line {
  position: relative;
  top: 0;
  right: 0;
  height: 210px;
}

.photo_div .first_line img:nth-of-type(1) {
  position: absolute;
  right: 595px;
  bottom: 0;
  height: 160px;
}

.photo_div .first_line img:nth-of-type(2) {
  position: absolute;
  right: 270px;
  bottom: 0;
  height: 210px;
}

.photo_div .first_line img:nth-of-type(3) {
  position: absolute;
  right: 50px;
  bottom: 0;
  height: 140px;
}

.photo_div .second_line {
  position: relative;
  width: 100%;
  height: 270px;
}

.photo_div .second_line img:nth-of-type(1) {
  position: absolute;
  right: 520px;
  bottom: 0;
  height: 260px;
}

.photo_div .second_line img:nth-of-type(2) {
  position: absolute;
  right: 310px;
  bottom: 0;
  width: 200px;
  height: 260px;
}

.photo_div .second_line img:nth-of-type(3) {
  position: absolute;
  top: 10px;
  right: 90px;
  height: 140px;
}

.photo_div .second_line img:nth-of-type(4) {
  position: absolute;
  right: 150px;
  bottom: 0;
  width: 150px;
  height: 110px;
}

.photo_div .third_line {
  position: relative;
  height: 130px;
}

.photo_div .third_line img:nth-of-type(1) {
  position: absolute;
  right: 420px;
  bottom: 0;
  height: 120px;
}

.photo_div .third_line img:nth-of-type(2) {
  position: absolute;
  right: 230px;
  bottom: 0;
  height: 120px;
}

@media screen and (max-width: 820px) {
  .photo_div {
    width: 360px;
    margin: 0 auto 20px;
  }

  .photo_div h3 {
    font-size: 20px;
  }

  .photo_div .first_line {
    height: 80px;
  }

  .photo_div .first_line img:nth-of-type(1) {
    right: 215px;
    height: 60px;
  }

  .photo_div .first_line img:nth-of-type(2) {
    right: 90px;
    height: 80px;
  }

  .photo_div .first_line img:nth-of-type(3) {
    right: 10px;
    height: 50px;
  }

  .photo_div .second_line {
    width: 100%;
    height: 110px;
  }

  .photo_div .second_line img:nth-of-type(1) {
    right: 190px;
    height: 105px;
  }

  .photo_div .second_line img:nth-of-type(2) {
    right: 115px;
    width: auto;
    height: 105px;
  }

  .photo_div .second_line img:nth-of-type(3) {
    top: 5px;
    right: 20px;
    height: 60px;
  }

  .photo_div .second_line img:nth-of-type(4) {
    right: 50px;
    width: auto;
    height: 40px;
  }

  .photo_div .third_line {
    height: 55px;
  }

  .photo_div .third_line img:nth-of-type(1) {
    right: 165px;
    height: 50px;
  }

  .photo_div .third_line img:nth-of-type(2) {
    right: 85px;
    height: 50px;
  }
}

.marsConnect_div {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(73, 198, 236, 0.1);
}

.marsConnect_div .marsConnect {
  width: 800px;
  height: 360px;
  margin: 4% auto 0;
}

.marsConnect_div .marsConnect .item {
  padding: 0;
}

.marsConnect_div .marsConnect .item img {
  width: 220px;
  margin: 35px 15px;
}

.marsConnect_div .marsConnect .item span {
  display: block;
  margin: 35px 0 0;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "BeVietnamPro-Medium";
}

.marsConnect_div .marsConnect .item ul {
  margin: 10px 0;
  padding-left: 10px;
}

.marsConnect_div .marsConnect .item ul li {
  color: #999999;
  font-size: 16px;
  list-style-type: none;
  background: url("../assets/images/webp/round-circle.webp") no-repeat;
  background-size: 15px 15px;
  background-position: 0 4px;
  padding-left: 20px;
}

.marsConnect_div .marsConnect .item ul li span {
  display: inline;
  margin: 0;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  font-family: "BeVietnamPro-Light";
}

.marsConnect_div .marsConnect .item p {
  margin: 10px 0;
  color: #666;
  font-size: 18px;
}

.banner {
  font-size: 20px !important;
}

.banner .video-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-introduce {
  width: 100%;
  text-align: center;
}

.mobile-introduce .download .item {
  margin: 0 auto;
  text-align: center;
}

.mobile-introduce .download .title {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  font-family: "BeVietnamPro-Medium";
}

.mobile-introduce .download .content {
  margin: 3% 0;
  font-size: 16px;
}

.mobile-introduce .download .down_tips span {
  /* color: #eb1717; */
  font-size: 16px;
  font-weight: 500;
}

.mobile-introduce .download .btns {
  width: 100%;
  margin-top: 3%;
}

.mobile-introduce .download .btns button {
  width: 130px;
  height: 40px;
  margin-right: 10%;
  border: 0;
}

.mobile-introduce .download .btns .appleBtn {
  background: url("../assets/images/webp/appleBtn.webp") no-repeat;
  background-size: 100%;
}

.mobile-introduce .download .btns .googleBtn {
  margin-right: 0;
  background: url("../assets/images/webp/googleBtn.webp") no-repeat;
  background-size: 100%;
}

.mobile-introduce .showImg {
  width: 100%;
}

.mobile-introduce .showImg .showImg_div {
  width: 290px;
  margin: 10px auto;
}

.mobile-introduce .showImg .showImg_div img {
  width: 100%;
}

.mobile-USP {
  width: 100%;
}

.mobile-USP .single-ball {
  height: 175px;
  margin: 0 auto 20px;
  background: url("../assets/images/webp/bg2.webp") no-repeat;
  background-size: 70% 60%;
  background-position: bottom;
}

.mobile-USP .row {
  text-align: center;
}

.mobile-USP .title {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  font-family: "BeVietnamPro-Medium";
  text-align: center;
}

.mobile-USP .item {
  margin-top: -25px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.mobile-USP .usp_div {
  display: flex;
  flex-direction: column;
}

.mobile-USP .usp_div span {
  display: block;
}

.mobile-USP .img {
  width: 150px;
  height: 150px;
}

.mobile-user-guide {
  margin-top: 4%;
}

.mobile-user-guide .row {
  margin: 0;
}

.mobile-user-guide .row .item {
  text-align: center;
}

.mobile-user-guide .row .item img {
  width: 200px;
  margin-top: 15px;
}

.mobile-user-guide .row .item span {
  display: block;
  margin-top: 15px;
  color: #982bad;
  font-size: 20px;
  font-weight: 700;
}

.mobile-user-guide .row .item p {
  font-size: 16px;
}

.mobile-marsConnect_div {
  width: 100%;
  background-color: rgba(73, 198, 236, 0.1);
}

.mobile-marsConnect_div .marsConnect {
  width: 95%;
  margin: 0 auto;
}

.mobile-marsConnect_div .marsConnect .row {
  margin: 0;
}

.mobile-marsConnect_div .marsConnect .row .item img {
  width: 30%;
  margin: 10px 35%;
}

.mobile-marsConnect_div .marsConnect .row .item span {
  color: #333333;
  font-size: 24px;
  font-weight: 700px;
  font-family: "BeVietnamPro-Medium";
}

.mobile-marsConnect_div .marsConnect .row .item ul {
  padding-left: 10px;
}

.mobile-marsConnect_div .marsConnect .row .item ul li {
  color: #999999;
  font-size: 16px;
  list-style-type: none;
  background: url("../assets/images/webp/round-circle.webp") no-repeat;
  background-size: 15px 15px;
  background-position: 0 3px;
  padding-left: 20px;
}

.mobile-marsConnect_div .marsConnect .row .item ul li span {
  display: inline;
  color: #999999;
  font-size: 16px;
  font-family: "BeVietnamPro-Light";
}

.mobile-marsConnect_div .marsConnect .row .item p {
  color: #666;
  font-size: 16px;
}
