.component-fixed-bar-null {
  height: 70px;
}
@media (min-width: 769px) {
  .component-fixed-bar-null {
  display: none;
  }
}
.fiexd-component {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 70px;
}
@media (min-width: 769px) {
  .fiexd-component {
    display: none !important;
  }
}
.fiexd-component .fiexd-component-blue {
  margin-right: 16px;
  background: #597EF7;
  border-radius: 8px;
  width: 40%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #597EF7;
  position: relative;
  z-index: 2;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  display: block;
  cursor: pointer;
  max-width: 200px;
}
.fiexd-component .fiexd-component-blue:hover {
  opacity: 0.8;
}
.fiexd-component .fiexd-component-white {
  color: #597EF7;
  max-width: 200px;
  background: #fff;
  border-radius: 8px;
  width: 40%;
  line-height: 40px;
  border: 1px solid #597EF7;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.fiexd-component .fiexd-component-white:hover {
  opacity: 0.8;
}
.fiexd-component .fiexd-component-left-bg {
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 19px;
  width: 32px;
  height: 26px;
}
.fiexd-component .fiexd-component-right-bg {
  width: 48px;
  right: 8%;
  top: 10px;
  z-index: 1;
  height: 66px;
  position: absolute;
}
.contact-us {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 999;
  top: 0;
  display: none;
}
.contact-us .contact-us-code {
  width: 344px;
  padding: 0px 0 40px;
  background: white;
  border-radius: 12px;
  position: absolute;
  z-index: 991;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 414px) {
  .contact-us .contact-us-code {
    width: 280px;
  }
}
.contact-us .contact-us-code .us-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e274c;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 500px) {
  .contact-us .contact-us-code .us-title {
    font-size: 20px;
    margin-top: 20px;
  }
}
.contact-us .contact-us-code img {
  margin: 20px auto 0;
  width: 180px;
  display: block;
}
@media (max-width: 500px) {
  .contact-us .contact-us-code img {
    width: 150px;
  }
}
.contact-us .contact-us-code .us-name {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 500px) {
  .contact-us .contact-us-code .us-name {
    font-size: 14px;
    margin-top: 2px;
  }
}
.contact-us .contact-us-code .us-tel {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 500px) {
  .contact-us .contact-us-code .us-tel {
    font-size: 14px;
    margin-top: 8px;
  }
}
.contact-us .contact-us-code .us-button {
  width: 224px;
  height: 36px;
  background: #ffaf00;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: CENTER;
  line-height: 36px;
  color: #ffffff;
  margin: 12px auto 0;
  cursor: pointer;
}
@media (max-width: 500px) {
  .contact-us .contact-us-code .us-button {
    width: 216px;
    height: 36px;
    font-size: 16px;
  }
}
.fiexd-component-pc {
  position: fixed;
  bottom: 36px;
  right: 60px;
  z-index: 998;
}
@media (max-width: 768px) {
  .fiexd-component-pc {
    display: none !important;
  }
}
.fiexd-component-pc .fiexd-component-pc-top {
  cursor: pointer;
  display: flex;
  width: 150px;
  height: 48px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 10px 0;
  justify-content: center;
  margin-bottom: 12px;
  flex-direction: column;
  overflow: hidden;
}
.fiexd-component-pc .fiexd-component-pc-top .fiexd-component-pc-code {
  height: 0;
  width: 100px;
  margin-bottom: 8px;
}
.fiexd-component-pc .fiexd-component-pc-top:hover {
  height: 156px;
}
.fiexd-component-pc .fiexd-component-pc-top:hover #fiexd-component-svg {
  margin-right: 0px;
  width: 0;
}
.fiexd-component-pc .fiexd-component-pc-top:hover #fiexd-component-img {
  display: block;
}
.fiexd-component-pc .fiexd-component-pc-bottom {
  display: flex;
  width: 150px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 10px 0;
  justify-content: center;
}
.fiexd-component-pc .fiexd-component-pc-txt {
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
}
.fiexd-component-pc .fiexd-component-pc-txt .fiexd-component-pc-icon {
  width: 28px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.fiexd-component-pc .fiexd-component-pc-txt .fiexd-component-pc-icon img {
  width: 100%;
}
.fiexd-component-pc #fiexd-component-svg {
  transition: 0.2s all;
}
.fiexd-component-pc #fiexd-component-img {
  height: 100px;
  display: none;
}
/*# sourceMappingURL=./component-fixed_bar.css.map */