.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 .feedbackForm {
  margin-top: 0.52rem;
  width: 100%;
  background-image: url('../img/feedback/border.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem h2 {
  height: 0.8rem;
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.3rem;
  color: #843200;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #843200;
}
.pageBody .bodyItem .form-section {
  display: flex;
  border-bottom: 1px solid #843200;
}
.pageBody .bodyItem label {
  width: 2.37rem;
  height: 0.76rem;
  display: flex;
  align-items: center;
  color: #A56838;
  padding-left: 0.26rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  border-left: 1px solid #843200;
  font-size: 0.18rem;
  font-weight: 400;
}
.pageBody .bodyItem label > span {
  color: #FF0000;
  margin-right: 0.06rem;
}
.pageBody .bodyItem label:first-child {
  border-left: none;
}
.pageBody .bodyItem input {
  flex: 1;
  background: none;
  padding-left: 0.24rem;
  border-left: 1px solid #843200;
}
.pageBody .bodyItem input::placeholder {
  color: #CEAF97;
}
.pageBody .bodyItem .submit {
  margin-top: 0.59rem;
  margin-bottom: 0.87rem;
  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;
}
.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%;
}
