.wxc-cell {
  /*height: 100px;*/
  flex-direction: row;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #ffffff;
}

.cell-margin {
  margin-bottom: 24px;
}

.cell-title {
  flex: 1;
}

.cell-indent {
  padding-bottom: 30px;
  padding-top: 30px;
}

.has-desc {
  padding-bottom: 18px;
  padding-top: 18px;
}

.cell-top-border {
  border-top-color: #e2e2e2;
  border-top-width: 1px;
}

.cell-bottom-border {
  border-bottom-color: #e2e2e2;
  border-bottom-width: 1px;
}

.cell-label-text {
  font-size: 30px;
  color: #666666;
  width: 188px;
  margin-right: 10px;
}

.cell-arrow-icon {
  width: 22px;
  height: 22px;
}

.cell-content {
  color: #333333;
  font-size: 30px;
  line-height: 40px;
}

.cell-desc-text {
  color: #999999;
  font-size: 24px;
  line-height: 30px;
  margin-top: 4px;
  margin-right: 30px;
}
.extra-content-text {
  font-size: 28px;
  color: #999999;
  margin-right: 4px;
}
