.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/rsty-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 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.5rem;
  padding: 0 2rem;
}

.nav-list > a {
  width: calc(100% / 5);
  height: 2.5rem;
  line-height: 2.5rem;
  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%;
  min-height: 23rem;
}

.body-container-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23rem;
  background: url(../imgs/fzlc-bg.png) no-repeat top center;
  background-size: 100% 23rem;
}

/* 鍐呭 */
.body-container-box-temp {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.body-container-box {
  display: flex;
  position: relative;
  z-index: 2;
  top: 0;
  width: 9999rem;
  height: auto;
}

.body-container-item:nth-child(odd) {
  padding-top: 12rem;
}
.body-container-item:nth-child(even) {
  padding-top: 21rem;
}

.body-container-item {
  display: flex;
  justify-content: center;
  width: 37.5rem;
  height: auto;
}

.body-container-item-left {
  position: relative;
  width: 9.5rem;
  height: 19rem;
}

.body-container-item-left::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 4.5rem;
  width: 2rem;
  height: 0.5rem;
  background-color: #ebcbcb;
}

.body-container-item-left::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 6.5rem;
  width: 0.5rem;
  height: 17rem;
  background-color: #ebcbcb;
}

.body-container-item-right {
  display: flex;
  flex-direction: column;
  width: calc(37.5rem - 13rem);
  height: auto;
}

.body-container-item-right > span:nth-child(1) {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: 3rem;
  font-size: 4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d80e19;
}

.body-container-item-right > span:nth-child(2) {
  width: 100%;
  min-height: 3rem;
  line-height: 3rem;
  font-size: 1.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #404040;
}

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 2;
}

.left-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  color: #dcdcdc;
  border: 0.1rem solid #dcdcdc;
  border-radius: 50%;
  pointer-events: none;
}

.right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  color: #dcdcdc;
  border: 0.1rem solid #dcdcdc;
  border-radius: 50%;
  pointer-events: none;
}

.avtive-btn {
  color: #d80e19;
  border: 0.1rem solid #d80e19;
  pointer-events: auto !important;
}
