.contentContainer .innerContent {
  background: white;
}

.contactUsContent {
  background: white;
}

.contactUsContentInner {
  margin: 0 auto;
  padding: .98rem 0;
}

.contactUsContentInner .usInfo {
  display: flex;
  width: 100%;
}

.usInfo .usInfoLeft {
  width: 50%;
  padding: .29rem .25rem .47rem 0;
  border-right: .01rem solid #D8D8D8;
  display: flex;
  flex-direction: column;
}

.usInfoLeft .usInfoItem {
  width: 100%;
  margin-top: .34rem;
  display: flex;
}

.usInfoItem .userInfoTitle {
  width: 1rem;
  font-weight: bold;
  font-size: .2rem;
  color: #2A314F;
}

.usInfoItem .userInfoContent {
  font-size: .18rem;
  color: #2A314F;
}

.userInfoContentPhone {
  line-height: .36rem;
}

.usInfo .usInfoLeft {
  width: 7.14rem;
  flex-shrink: 0;
}

.officialAccountBox {
  padding: .12rem;
  width: 3.94rem;
  margin-top: 1.2rem;
  height: 1.28rem;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 39, 73, 0.16);
}

.officialAccountBox .qrCode {
  width: 1.04rem;
  height: 1.04rem;
}

.officialAccountBox .officialRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: .24rem;
}

.officialRight .officialTitle {
  font-size: .16rem;
  margin-top: .02rem;
  color: #2A314F;
}

.officialRight .officialName {
  font-weight: bold;
  font-size: .2rem;
  margin-top: .07rem;
  color: #2A314F;
}

.officialRight .officialTips {
  font-weight: bold;
  font-size: .2rem;
  margin-top: .1rem;
  color: #2A314F;
}

.usInfo .usInfoRight {

  flex-shrink: 0;
  width: 8.86rem;
  display: flex;
  justify-content: flex-end;

}

.usInfoRight .usInfoRightInner {
  width: 7.60rem;
  margin-left: 1.25rem;
}

.usInfoRight .inputBox {
  display: flex;
  width: 7.6rem;
  flex-direction: row;
  justify-content: space-between;
}

.usInfoRight .inputBox .inputItem {
  width: 49%;
}

.usInfoRight .inputItem {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.inputItem .inputTitle {
  font-size: .16rem;
  color: #2A314F;
}

.inputItem .inputTitle>span {
  color: #FF2222;
}

.inputItem .usInput {
  width: 100%;
  font-size: .16rem;
  height: .4rem;
  margin-top: .2rem;
  padding: 0 .16rem;
  background: #FBFBFB;
  border: 1px solid rgba(42, 49, 79, 0.2);
}

.inputItem .usArea {
  height: 2.40rem;
  resize: none;
  background: #FBFBFB;
  padding: .16rem .16rem;
  border: .01rem solid rgba(42, 49, 79, 0.2);
}

.inputItem .inputCount {
  position: absolute;
  font-size: .16rem;
  color: #777777;
  right: .16rem;
  bottom: .08rem;
}

.contactUsContentInner .mapArea {
  width: 16rem;
  height: 7.43rem;
  overflow: hidden;
  margin-top: 1.28rem;
}

.submitBtnWrapper {
  margin-top: .2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.submitBtn {
  width: 1.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .14rem;
  color: #FFFFFF;
  height: .42rem;
  background: #002CAA;
}