  .main .materials {
  background: url(/static/assets/images/materialsBack.png) no-repeat;
  width: 100%;
  height: 768px;
  display: flex;
  overflow: hidden;
  background-size: cover;
}
.main .materials .materials-title {
  width: 672px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.main .materials .material-swiper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.main .materials .materials-title .headline .number {
  font-size: 120px;
  font-family: DINCond-MediumAlternate-Regular, DINCond-MediumAlternate;
  font-weight: 400;
  color: #ffffff;
}
.main .materials .materials-title .headline .residue {
  font-size: 48px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.main .materials .materials-title .border {
  width: 402px;
  height: 0px;
  opacity: 1;
  border: 1px solid #ffffff;
}

.main .materials .materials-title .material-content {
  width: 340px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
  line-height: 25px;
}
.main .materials .materials-title .arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}
.main .materials .materials-title .arrow .previous {
  cursor: pointer;
}
.main .materials .materials-title .arrow .next {
  margin-left: 30px;
  cursor: pointer;
}

.main .materials .material-swiper swiper-container swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 547px;
  width: 490px !important;
  border-radius: 20px;
  position: relative;
}

.main .materials .material-swiper swiper-container swiper-slide img {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 1;
}
.main .materials .material-swiper swiper-container swiper-slide .slide-content {
  position: absolute;
  bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main
  .materials
  .material-swiper
  swiper-container
  swiper-slide
  .slide-content
  .slideTitle {
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
}
.main
  .materials
  .material-swiper
  swiper-container
  swiper-slide
  .slide-content
  .description {
  height: 53px;
  width: 334px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  margin: 20px 0;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
  line-height: 25px;
}
.main
  .materials
  .material-swiper
  swiper-container
  swiper-slide
  .slide-content
  .buttonText {
  display: flex;
  width: 167px;
  height: 40px;
  background: #ffffff;
  border-radius: 27px 27px 27px 27px;
  opacity: 1;
  border: 1px solid #016d3b;
  flex-direction: row;
  overflow: hidden;
  color: #016d3b;
  line-height: 40px;
}
.main
  .materials
  .material-swiper
  swiper-container
  swiper-slide
  .slide-content
  .buttonText
  .button1 {
  width: 50%;
  background: transparent;
  border: none;
  color: #016d3b;
}
.main
  .materials
  .material-swiper
  swiper-container
  swiper-slide
  .slide-content
  .buttonText
  .button2 {
  width: 50%;

  background: #016d3b;

  color: #fff !important;
  border: none;
}
.slide-in-from-none {
  transform: translateX(1500px); /* 初始位置，可以根据需要调整 */
}
.slide-in-from-right {
  transition: transform 1s ease;
  transform: translateX(0); /* 初始位置，可以根据需要调整 */
}
