#ContentUs {
  width: calc(100% - 30px);
  min-height: calc(100vh - 30px);
  background-color: #f1f1f1;
  padding: 15px;
}

.pageTitle {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 40px;
}

.item {
  color: #000000;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #FFF;
}

.itemTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.itemMain {
  width: 100%;
  display: flex;
}

.itemLeft {
  width: calc(100% - 120px);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.itemRight {
  width: 100px;
}

.itemLabel {
  min-width: 75px;
}

.itemMore .itemLabel {
  min-width: 100px;
}

.itemValue {
  line-height: 20px;
  word-break: break-all;
  position: relative;
  top: -2px;
}

.itemCell {
  display: flex;
  font-size: 14px;
  margin-bottom: 14px;
}

.qrCodeImg {
  width: 100px;
  height: 100px;
}

.qrCodeView {
  width: 100%;
  display: flex;
}

.qrCodeWrap {
  flex: 1;
}

.qrCodeWrapImgView {
  display: flex;
  justify-content: center;
}

.remark {
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
}

