body {
  height: 100vh;
  background-color: #f8fbff;
}

.header {
  width: 100vw;
  height: 2.5rem;
  background: #f9fbff;
  box-shadow: 0px 0.0625rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.header .container .logo img {
  height: 1.5rem;
  width: 1.5rem;
}

.header .container .logo span {
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333;
  margin-left: 0.375rem;
}
.header .container .logo {
  display: flex;
  align-items: center;
}
.header .container .right img {
  width: 1.5rem;
}

.contact-message {
  width: 100%;
  padding: 0 1rem;
}

.contact-message .container {
  display: flex;
  align-items: center;
  flex-direction: column;

  width: 100%;
  padding-top: 1.25rem;
}

.contact-message .container .cg {
  width: 2.5rem;
  margin-bottom: 0.75rem;
}

.contact-message .container .wechart {
  width: 12.5rem;
  margin-bottom: 1.25rem;
}
.contact-message .container .submit-button {
  width: 13.375rem;
  height: 2rem;
  background: #3378fe;
  border-radius: 1.125rem;
  text-align: center;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}

.contact-message .container .title {
  margin-bottom: 17px;
  background-image: url('/m/assets/组 22685@2x.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.25rem;
  height: 3.4375rem;
}
.contact-message .container .staff-allocation {
  margin-bottom: 0.25rem;
}
.contact-message .container .staff-allocation span {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.contact-message .container .staff-allocation .name {
  color: #3378fe;
  font-weight: bold;
}

.contact-message .container .staff-phone-box {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.contact-message .submit-tip {
  width: 100%;
  height: 4.375rem;
  padding: 0.75rem;
  font-size: 1rem;
  color: #377eff;
  background-color: #e1e9ff;
  text-align: center;
}

.contact-message .wechat-add-image {
  width: 16.25rem;
  height: 3.125rem;
  background: #00b516;
  border-radius: 1.5625rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-message .wechat-add-image img {
  height: 1.45rem;
  width: 1.45rem;
  margin-right: 0.625rem;
}

.contact-message .wechat-add-image span {
  font-size: 1.15rem;
  color: #ffffff;
}

.contact-message .phone-call-staff {
  width: 16.25rem;
  height: 3.125rem;
  background: #3378fe;
  border-radius: 1.5625rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-message .phone-call-staff img {
  height: 1.45rem;
  width: 1.45rem;
  margin-right: 0.625rem;
}
.contact-message .phone-call-staff span {
  font-size: 1.15rem;
  color: #ffffff;
}

.contact-message .online {
  width: 16.25rem;
  height: 3.125rem;
  background: #ffa621;
  border-radius: 1.5625rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-message .online img {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.625rem;
}
.contact-message .online span {
  font-size: 1.15rem;
  color: #ffffff;
}

.footer-nav {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 2.5rem;
  background: #e6ebf2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #768dae;
}

.contact-message .container .blank {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem !important;
  color: #333333 !important;
  margin-bottom: 0.375rem !important;
}
