.Conten-swiper {
  width: 100vw;
  min-width: 1920px;
  height: 480px;
  overflow: hidden;
  position: relative;
  z-index: 8;
}
.Conten-swiper .picture {
  width: 100vw;
  height: 480px;
  display: flex;
}
.Conten-swiper .picture li {
  list-style: none;
  float: left;
  position: relative;
  width: 100vw;
  min-width: 1920px;
}
.Conten-swiper .pictureImg {
  width: 100vw;
  height: 480px;
  min-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Conten-swiper .pictureImg img {
  height: 480px;
  width: 1920px;
  margin: 0 auto;
}
.Conten-swiper .swiperDot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-width: 1180px;
  height: 100px;
  display: flex;
  justify-content: center;
}
.Conten-swiper .circle {
  list-style-type: none;
  width: 1180px;
}
.Conten-swiper .circle li {
  float: left;
  margin: 0 3px;
  cursor: pointer;
  width: 24px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  opacity: 0.5;
}
.Conten-swiper .circle .current {
  background: #D6061C;
}
.Conten-swiper .pictureContent {
  width: 100vw;
  min-width: 1180px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.Conten-swiper .pictureText {
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 66px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.Conten-swiper .pictureInfo {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.Conten-swiper .pictureBtn {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.Conten-swiper .pictureBtn .btn {
  width: 154px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.Conten-swiper .pictureBtn .know {
  background: #D6061C;
  color: #FFFFFF;
}
.Conten-swiper .pictureBtn .BtnActiveRes:hover {
  background: #B60013;
}
.Conten-swiper .pictureBtn .BtnActiveAsh:hover {
  background: #e2e2e2;
}
.informationInfo {
  width: 100vw;
  min-width: 1180px;
  margin-top: -60px;
  position: relative;
  z-index: 9;
}
.informationInfo .InfoBox {
  width: 1180px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 18px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.informationInfo .InfoBoxItem {
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.informationInfo .InfoBoxItem .InfoBoxItem-top {
  font-weight: bold;
  color: #D6061C;
}
.informationInfo .InfoBoxItem .InfoBoxItem-bottom {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.description {
  width: 100vw;
  overflow: hidden;
  min-width: 1170px;
}
.description .bigText {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  margin-top: 75px;
}
.description .smallText {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-top: 18px;
}
.description .descripImg {
  width: 744px;
  height: 372px;
  margin-top: 56px;
  padding: 0;
}
.description .replenishment {
  width: 1170px;
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.description .replenishment .replenishmentImg {
  width: 390px;
  height: 260px;
  padding: 0;
}
.description .replenishment .replenishmentText {
  text-align: left;
}
.description .replenishment .replenishmentText .topText {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.description .replenishment .replenishmentText .bottomText {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-top: 10px;
}
