.contentContainer {
  background: white;
  padding-bottom: 1.28rem;
}

.contactUsContent {
  background: white;
  width: 100%;
}

.contactUsContentInner {
  padding: 0 .48rem 0 .48rem;
  width: 100%;
}

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


.usInfo .usInfoLeft {
  width: 100%;
  display: flex;
  flex-direction: column;
}

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

.usInfoItem .userInfoTitle {
  width: 1.6rem;
  font-weight: bold;
  margin-top: .02rem;
  font-size: .32rem;
  flex-shrink: 0;
  color: #2A314F;
}

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

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

.usInfo .usInfoLeft {
  width: 100%;
  flex-shrink: 0;
}

.officialAccountBox {
  padding: .2rem;
  width: 100%;
  margin-top: 1.2rem;
  height: 2.12rem;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 39, 73, 0.16);
}

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

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

.officialRight .officialTitle {
  font-size: .24rem;
  color: #2A314F;
}

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

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


.usInfo .usInfoRight {
  margin-top: .24rem;
  flex-shrink: 0;
  width: 100%;
  display: flex;

}

.usInfoRight .usInfoRightInner {
  width: 100%;
}

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

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

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

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

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

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

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

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

.submitBtnWrapper{
  margin-top: .48rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.submitBtn {
  width: 2.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .24rem;
  color: #FFFFFF;
  height: .72rem;
  background: #002CAA;
}

.contactUsContentInner .mapArea{
  width: 100%;
  height: 6rem;
  overflow: hidden;
  margin-top: 1.4rem;
}