.ContactUs-bigbox {
  border-top: 1px solid #e5e2de;
  padding: 0.59rem 0.3rem 0 0.3rem;
}

.ContactUs-one {
  margin-top: 0.44rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.37rem;
  border-bottom: 1px solid #dcdcdc;
}

.ContactUs-one-left {
  width: 3.31rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #dcdcdc;
}

.ContactUs-one-left-top {
  display: flex;
  align-items: center;
}

.ContactUs-one-left-top-top-img {
  width: 0.2rem;
  height: 0.18rem;
}

.ContactUs-one-left-top-text {
  margin-left: 0.24rem;
  color: #333333;
  font-size: 0.24rem;
}

.ContactUs-one-left-bom {
  font-size: 0.24rem;
  color: #0a83d0;
}

.ContactUs-one-right {
  width: 3.31rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ContactUs-one-right-top {
  display: flex;
  align-items: center;
}

.ContactUs-one-right-top-top-img {
  width: 0.21rem;
  height: 0.17rem;
}

.ContactUs-one-right-top-text {
  margin-left: 0.24rem;
  color: #333333;
  font-size: 0.24rem;
}

.ContactUs-one-right-bom {
  font-size: 0.24rem;
  color: #0a83d0;
}

.ContactUs-two {
  padding-top: 0.68rem;
}

.ContactUs-two-title {
  text-align: center;
  font-size: 0.3rem;
  color: #2e2e2e;
  font-weight: bold;
}

.ContactUs-two-text {
  text-align: center;
  font-size: 0.2rem;
  color: #818181;
  margin-top: 0.2rem;
}

.ContactUs-two-bom{
  margin-top: 0.45rem;
  padding: 0.63rem 0.25rem 0.73rem 0.25rem;
  background-color: rgba(5, 129, 207, 87%);
  display: flex;
  flex-direction: column;
  grid-gap: 0.37rem;
  margin-bottom: 0.86rem;
}

.ContactUs-two-bom-input{
  padding-left: 0.32rem;
  width: calc(100% - 0.32rem);
  height: 0.82rem;
  border: 0;
  font-size: 0.24rem;
  color: #333333;
}

.ContactUs-two-bom-textarea{
  padding: 0.32rem;
  height: calc(2.34rem - 0.64rem);
  border: 0;
  font-size: 0.24rem;
  color: #333333;
}

.ContactUs-two-bom-butbox{
  display: flex;
  justify-content: center;
}

.ContactUs-two-bom-but{
  height: 0.79rem;
  width: 100%;
  font-size: 0.24rem;
  color: #ffffff;
  background-color: #ce2a31;
  border: 0;
}