.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url('../img/contactUs/page_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.85rem;
}
.pageBody .bodyItem .title {
  display: flex;
  align-items: center;
  margin-top: 0.98rem;
}
.pageBody .bodyItem .title .left {
  width: 1.05rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/title_left.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .title .text {
  font-family: 'DreamHanSerifCN19';
  font-size: 0.36rem;
  color: #894426;
  line-height: 0.43rem;
  margin: 0 0.12rem;
}
.pageBody .bodyItem .title .right {
  width: 1.05rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/title-right.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .crumbs {
  width: 100%;
  margin-top: 0.28rem;
  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 .content {
  width: 100%;
  height: 5.56rem;
  display: flex;
  background-image: url('../img/contactUs/border_bg.png');
  background-size: 100% 100%;
  margin-top: 1.31rem;
  margin-bottom: 2.03rem;
  padding: 0.16rem 0.12rem 0.1rem 0.12rem;
}
.pageBody .bodyItem .content .info {
  width: 5.35rem;
  height: 5.3rem;
  background-image: url('../img/contactUs/bg1.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .content .info .title {
  font-family: 'DreamHanSerifCN20';
  font-size: 0.3rem;
  color: #A56838;
  line-height: 0.36rem;
  margin-top: 0.46rem;
  margin-left: 0.58rem;
}
.pageBody .bodyItem .content .info .address,
.pageBody .bodyItem .content .info .tel {
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.2rem;
  color: #A56838;
  line-height: 0.27rem;
  margin-top: 0.55rem;
  margin-left: 0.58rem;
}
.pageBody .bodyItem .content .info .address .addressText,
.pageBody .bodyItem .content .info .tel .addressText,
.pageBody .bodyItem .content .info .address .telText,
.pageBody .bodyItem .content .info .tel .telText {
  margin-top: 0.02rem;
  margin-left: 0.07rem;
}
.pageBody .bodyItem .content .info .tel {
  margin-top: 0.31rem;
}
.pageBody .bodyItem .content .info .qr {
  margin-top: 0.35rem;
  margin-left: 0.63rem;
  display: flex;
}
.pageBody .bodyItem .content .info .qr .qrItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.47rem;
}
.pageBody .bodyItem .content .info .qr .qrItem .qrImg {
  width: 1.19rem;
  height: 1.19rem;
  margin-bottom: 0.2rem;
}
.pageBody .bodyItem .content .info .qr .qrItem .qrText {
  font-family: 'DreamHanSerifCN7';
  font-size: 0.16rem;
  color: #A56838;
  line-height: 0.19rem;
}
.pageBody .bodyItem .content .info .qr .qrItem:first-child {
  margin-left: 0;
}
.pageBody .bodyItem .content .img {
  width: 9.91rem;
  height: 5.3rem;
}
.pageBody .introduction {
  background-image: url('../img/aboutJinniu/introduction_bg.jpg');
  background-size: 100% 100%;
}
.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%;
}
