.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.pageBody .bodyItem {
  height: 7.19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.85rem;
}
.pageBody .bodyItem .title {
  font-family: 'DreamHanSerifCN27';
  margin-top: 2.28rem;
  font-size: 0.93rem;
  line-height: 1.12rem;
  color: #843200;
}
.pageBody .bodyItem .subTitle {
  font-family: 'DreamHanSerifCN20';
  margin-top: 0.09rem;
  font-size: 0.32rem;
  line-height: 0.38rem;
  color: #843200;
}
.pageBody .bodyItem .tabs {
  display: flex;
  margin-top: 0.44rem;
}
.pageBody .bodyItem .tabs .tab {
  font-family: 'DreamHanSerifCN15';
  font-size: 0.2rem;
  color: #843200;
  width: 1.72rem;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.59rem;
  background-image: url('../img/index/tab.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .tabs .tab.active {
  background-image: url('../img/productDisplay/tab_active.png');
  color: #FCF0DF;
}
.pageBody .bodyItem .tabs .tab:first-child {
  margin-left: 0;
}
.pageBody .bodyItem .tabs .tab a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageBody .bodyItem .imgList {
  display: flex;
  margin-top: 0.76rem;
  flex-wrap: wrap;
}
.pageBody .bodyItem .imgList .imgItem {
  width: 4.91rem;
  height: 4.46rem;
  background: linear-gradient(180deg, #F5F0E6 0%, #FCFBF5 66%, rgba(254, 253, 248, 0) 100%);
  margin-right: 0.38rem;
  margin-bottom: 0.68rem;
  padding: 0.12rem 0.09rem;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
}
.pageBody .bodyItem .imgList .imgItem .imgCon {
  height: 100%;
  background-image: url('../img/aboutJinniu/bg2.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.pageBody .bodyItem .imgList .imgItem .imgCon > img {
  width: 4.48rem;
  height: 2.18rem;
  margin-top: 0.07rem;
}
.pageBody .bodyItem .imgList .imgItem .imgCon h3 {
  margin-top: 0.33rem;
  font-family: 'DreamHanSerifCN20';
  font-size: 0.25rem;
  color: #A56838;
  line-height: 0.3rem;
}
.pageBody .bodyItem .imgList .imgItem .imgCon .description {
  margin-top: 0.18rem;
  font-family: 'DreamHanSerifCN10';
  font-size: 0.16rem;
  color: #A56838;
  line-height: 0.22rem;
  width: 3.42rem;
}
.pageBody .bodyItem .imgList .imgItem .imgCon .productLink {
  position: absolute;
  bottom: 0.26rem;
  width: 0.34rem;
  height: 0.34rem;
  background-image: url('../img/index/product_link.jpg');
  background-size: 100% 100%;
}
.pageBody .bodyItem .imgList .imgItem .imgCon .productLink:hover {
  background-image: url('../img/productInfo/btn.png');
}
.pageBody .bodyItem .imgList .imgItem:nth-child(3n+3) {
  margin-right: 0;
}
.pageBody .bodyItem .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: .5rem;
}
.pageBody .bodyItem .pagination .prev,
.pageBody .bodyItem .pagination .next {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.pageBody .bodyItem .pagination .prev > img,
.pageBody .bodyItem .pagination .next > img {
  width: 0.05rem;
  height: 0.1rem;
}
.pageBody .bodyItem .pagination .pageList {
  display: flex;
}
.pageBody .bodyItem .pagination .pageList > div {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.14rem;
  color: #7D7D7D;
}
.pageBody .bodyItem .pagination .pageList .active {
  background-color: #A56838;
  border: 1px solid #A56838;
  color: #fff;
}
.pageBody .bodyItem .pagination .pageList .point {
  border: none;
  margin-top: -0.04rem;
}
.pageBody .introduction {
  background-image: url('../img/productDisplay/bg1.jpg');
  background-size: 100% 100%;
}
.pageBody .productImage {
  height: fit-content;
  background-image: url('../img/productDisplay/productImage_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%;
}
