.body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.body-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 35rem;
  padding: 0 8rem;
  background: url(../imgs/cps-bg.png) no-repeat;
  background-size: 100% 35rem;
}

.body-bg > span:nth-child(1) {
  position: relative;
  z-index: 2;
  font-size: 6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.body-bg > span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -4rem;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid #d80e19;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  transform: rotate(-45deg);
}

.body-bg > span:nth-child(2) {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.nav-list-temp {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  height: 8.5rem;
  padding: 0 2rem;
}

.nav-list {
  display: flex;
  align-items: center;
  width: 999999rem;
  height: 8.5rem;
}

.nav-list a {
  width: auto;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 3rem;
  font-size: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #414141;
  text-align: center;
}

.nav-list-active {
  font-weight: 600 !important;
  color: #d80e19 !important;
}

/* 鍐呭 */
.body-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 6rem 4rem;
}

.body-container-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  margin-bottom: 4rem;
  background-color: #f2f2f2;
}
.body-container-img > img {
  width: 7.5rem;
  height: 18rem;
}

.body-container-title {
  width: 100%;
  margin-bottom: 5rem;
  font-size: 4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d80e19;
}

.body-container-label {
  width: 100%;
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #282828;
}

.body-container-text {
  width: 100%;
  line-height: 4rem;
  margin-bottom: 8rem;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4d4d4d;
}

.body-container-img-list {
  display: flex;
  flex-wrap: wrap;
  width: 54rem;
  min-height: 11rem;
  margin-bottom: 4rem;
}
.body-container-img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(54rem / 4);
  height: 11rem;
}
.body-container-img-item > img {
  width: 10rem;
  height: 10rem;
}

.my-swiper-title {
  width: 100%;
  margin-bottom: 4.5rem;
  font-size: 4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d80e19;
}

.my-swiper-temp {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 23.5rem;
}

.my-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 23.5rem;
  padding: 0 5rem;
}

.my-swiper-box {
  display: flex;
  position: relative;
  width: 999999rem;
  height: 23.5rem;
}

.my-swiper-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 29.5rem;
  height: 23.5rem;
}

.my-swiper-item img {
  width: 26.5rem;
  height: 18.5rem;
}

.my-swiper-item span {
  width: 26.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a4a4a;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 5rem;
}

.left-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  pointer-events: none;
}

.right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  pointer-events: none;
}

.avtive-btn {
  background: #c20a14;
  opacity: 0.6;
  pointer-events: auto !important;
}
