.xgtDetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 3rem 6.5rem 3rem;
}
.xgtDetails .xgtDetailsContent {
  width: 100%;
  height: 95.2rem;
  background: #f8f8f8;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}
.xgtDetails .xgtDetailsContent .swiper .swiper-wrapper{
  align-items: center;
}
.xgtDetails .xgtDetailsContent .xgtFanwei {
  margin: auto;
  width: 100%;
  position: relative;
}
.xgtDetailsContent .xgtFanwei > img {
  width: 100%;
  border-radius: 1rem;
}
.xgtDetailsContent .xgtFanwei .textXgt {
  width: 100%;
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0rem;
  background: rgba(0, 0, 0, 0.36);
  border-radius: 0px 0px 1rem 1rem;
}
.xgtDetailsContent .xgtFanwei .textXgt > p {
  padding: 2rem;
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xgtDetails .xgtDetailsBtns {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 6.5rem;
}
.xgtDetails .xgtDetailsBtns > .leifbths {
  width: 24.4rem;
  height: 6rem;
  border: .2rem solid #ff6400;
  border-radius: .4rem;
  font-size: 2.6rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ff6400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xgtDetails .xgtDetailsBtns > div:nth-child(2) {
  background: #ff6400;
  font-size: 2.6rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

