.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url('../img/feedback/page_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.85rem;
}
.pageBody .bodyItem .crumbs {
  width: 100%;
  margin-top: 1.69rem;
  display: flex;
  align-items: center;
  font-family: 'Microsoft YaHei-Regular';
}
.pageBody .bodyItem .crumbs .icon {
  width: 0.1rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/space1.png');
  background-size: 100% 100%;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .icon.home {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url('../img/aboutJinniu/home.png');
}
.pageBody .bodyItem .crumbs .text {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.21rem;
  font-weight: 400;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .text.last {
  color: #894425;
}
.pageBody .bodyItem .messageForm {
  margin-top: 0.67rem;
  width: 100%;
}
.pageBody .bodyItem .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.pageBody .bodyItem .form-row:last-child {
  margin-top: 0.35rem;
  margin-bottom: 0;
}
.pageBody .bodyItem .form-item {
  width: 7.53rem;
  height: 0.63rem;
  display: flex;
  background-image: url('../img/message/input_bg.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem label {
  width: 1rem;
  height: 0.63rem;
  display: flex;
  align-items: center;
  color: #A56838;
  padding-left: 0.26rem;
  font-family: 'Microsoft YaHei-Regular';
}
.pageBody .bodyItem label > span {
  color: #FF0000;
  margin-right: 0.06rem;
}
.pageBody .bodyItem input,
.pageBody .bodyItem textarea {
  flex: 1;
  background: none;
  padding-left: 0.24rem;
}
.pageBody .bodyItem textarea {
  padding-top: 0.27rem;
  height: 4.05rem;
  background-image: url('../img/message/textarea_bg.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem textarea::placeholder {
  color: #A56838;
}
.pageBody .bodyItem .submit {
  margin-top: 0.79rem;
  margin-bottom: 0.86rem;
  background-image: url('../img/feedback/submit.png');
  background-size: 100% 100%;
  width: 1.72rem;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'DreamHanSerifCN15';
  font-size: 0.2rem;
  color: #843200;
}
.logo {
  position: absolute;
  top: 0.4rem;
  right: 0.85rem;
  width: 1.8rem;
  height: 0.69rem;
  background-image: url('../img/index/logo.png');
  background-size: 100% 100%;
}
