.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 .infoDsc {
  width: 100%;
  min-height: 4.54rem;
  background-image: url('../img/productInfo/bg2.png');
  background-size: 100% 100%;
  margin-top: 0.53rem;
  display: flex;
}
.pageBody .bodyItem .infoDsc .boxImg {
  width: 4rem;
  height: 4.52rem;
  margin-right: 0.69rem;
}
.pageBody .bodyItem .infoDsc .details {
  flex: 1;
}
.pageBody .bodyItem .infoDsc .details h2 {
  width: 100%;
  font-family: 'DreamHanSerifCN20';
  font-size: 0.3rem;
  color: #A56838;
  line-height: 0.36rem;
  /*margin-top: 0.66rem;*/
  margin-top: .2rem;
}
.pageBody .bodyItem .infoDsc .details .detailSections {
  margin-top: 0.38rem;
  display: flex;
  flex-wrap: wrap;
}
.pageBody .bodyItem .infoDsc .details .detailSections .detailSection {
  width: 4.32rem;
  margin-right: 0.88rem;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
}
.pageBody .bodyItem .infoDsc .details .detailSections .detailSection .label {
  margin-left: 0.14rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.18rem;
  color: #A56838;
  line-height: 0.24rem;
  letter-spacing: 0.03rem;
}
.pageBody .bodyItem .infoDsc .details .detailSections .detailSection .value {
  margin-top: 0.08rem;
  margin-left: 0.22rem;
  font-family: 'Microsoft YaHei-Light';
  font-weight: 300;
  font-size: 0.16rem;
  color: #A56838;
  line-height: 0.2rem;
}
.pageBody .bodyItem .title {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.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 .swiperCon {
  width: 15.93rem;
  height: 4.46rem;
  position: relative;
  margin-top: 1.14rem;
  margin-bottom: 0.98rem;
}
.pageBody .bodyItem .swiperCon .productInfoSwiper {
  width: 100%;
  height: 100%;
}
.pageBody .bodyItem .swiperCon .productInfoSwiper .swiper-slide {
  padding: 0 0.2rem;
}
.pageBody .bodyItem .swiperCon .productInfoSwiper .swiper-slide .slideItem {
  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 .swiperCon .productInfoSwiper .swiper-slide .slideItem .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 .swiperCon .productInfoSwiper .swiper-slide .slideItem .imgCon > img {
  width: 4.48rem;
  height: 2.18rem;
  margin-top: 0.07rem;
}
.pageBody .bodyItem .swiperCon .productInfoSwiper .swiper-slide .slideItem .imgCon h3 {
  margin-top: 0.33rem;
  font-family: 'DreamHanSerifCN20';
  font-size: 0.25rem;
  color: #A56838;
  line-height: 0.3rem;
}
.pageBody .bodyItem .swiperCon .productInfoSwiper .swiper-slide .slideItem .imgCon .description {
  margin-top: 0.18rem;
  font-family: 'DreamHanSerifCN10';
  font-size: 0.16rem;
  color: #A56838;
  line-height: 0.22rem;
  width: 3.42rem;
}
.pageBody .bodyItem .swiperCon .productInfoSwiper .swiper-slide .slideItem .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 .swiperCon .swiper-button-prev,
.pageBody .bodyItem .swiperCon .swiper-button-next {
  width: 0.25rem;
  height: 0.5rem;
  position: absolute;
  top: 1.98rem;
  background-size: 100% 100%;
}
.pageBody .bodyItem .swiperCon .swiper-button-prev::after,
.pageBody .bodyItem .swiperCon .swiper-button-next::after {
  display: none;
}
.pageBody .bodyItem .swiperCon .swiper-button-prev {
  left: -0.53rem;
  background-image: url('../img/index/normal.png');
  transform: rotate(180deg);
}
.pageBody .bodyItem .swiperCon .swiper-button-next {
  right: -0.53rem;
  background-image: url('../img/index/normal.png');
}
.pageBody .bodyItem .swiperCon .swiper-button-prev.swiper-button-disabled {
  background-image: url('../img/index/disable.png');
  transform: rotate(0deg);
  opacity: 1;
}
.pageBody .bodyItem .swiperCon .swiper-button-next.swiper-button-disabled {
  background-image: url('../img/index/disable.png');
  transform: rotate(180deg);
  opacity: 1;
}
.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%;
}
