.flex {
  display: flex;
}
.item-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.bt-50 {
  margin-top: 50rem;
}
.text-center {
  text-align: center;
}
.bg-dark {
  background-color: rgba(153, 103, 36, 0.15);
}
.mt-56 {
  margin-top: 56rem;
}
.mt-36 {
  margin-top: 36rem;
}
.mt-187 {
  margin-top: 187rem !important;
}
.mb-185 {
  margin-bottom: 187rem !important;
}
.indent {
  text-indent: 40rem;
}
.legacy-title {
  height: 53rem;
  opacity: 1;
  color: #9a3312ff;
  font-size: 48rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: center;
  margin-top: 96rem;
}
.legacy-title-min {
  color: #996724ff;
  font-size: 28rem;
  font-weight: 500;
  font-family: "PingFang SC";
}
p {
  color: #5e4a23ff;
  font-size: 20rem;
  font-family: "PingFang SC";
  text-align: left;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 80rem;
}
.floor-1 {
  background-color: rgba(153, 103, 36, 0.15);
  margin-top: 36rem;
  padding: 80rem 0;
}
.floor-1 > div:not(.section) {
  text-align: center;
  color: #5e4a23ff;
  font-size: 20rem;
  font-weight: 500;
  font-family: "PingFang SC";
  padding-bottom: 32rem;
}
.floor-1 > div:not(.section),
.floor-1 > p {
  width: 1000rem;
  margin: 0 auto;
}
.floor-1 p {
  text-indent: 40rem;
  margin-top: 55rem;
}
.floor-2 {
  background-color: rgba(153, 103, 36, 0.15);
  margin-top: 36rem;
  padding: 80rem 0;
}
.floor-2 .legacy-title2 {
  text-align: center;
  color: #996724ff;
  font-size: 28rem;
  font-family: "PingFang SC";
  margin: 88rem auto 50rem !important;
}
.floor-2 .describe {
  color: #5e4a23ff;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 48rem;
}
.floor-2 > div:not(.section),
.floor-2 > p {
  width: 1000rem;
  margin: 0 auto;
}
.section {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.section .title {
  width: 50vw;
  height: 32rem;
  display: flex;
  align-items: center;
  margin-bottom: 16rem;
  position: relative;
}
.section .text {
  padding: 0;
  margin: 0;
  text-align: right;
  color: #996724ff;
  font-size: 24rem;
  font-family: "PingFang SC";
  margin-right: -80rem;
}
.section .effect {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
}
.section .dashed {
  height: 2rem;
  width: 50vw;
  position: absolute;
  top: 15rem;
  right: 0;
}
.section .dashed::after {
  content: ' ';
  height: 100%;
  width: 0;
  float: left;
  background: url('/expert/web/icon/dashed.png') repeat-x center left;
  background-size: 10rem 2rem;
  transition: 0s ease-in;
}
.section .ball {
  left: 100%;
  background-color: rgba(153, 103, 36, 0.5);
  display: block;
  overflow: hidden;
  border-radius: 100%;
  width: 32rem;
  height: 32rem;
  position: relative;
  opacity: 0;
  transition: 0s ease-in;
  bottom: auto;
}
.section .ball::after {
  content: ' ';
  width: 14rem;
  height: 14rem;
  background-color: #996724;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  left: 9rem;
  top: 9rem;
}
.section.right .title {
  width: 50vw;
  left: 50vw;
}
.section.right .text {
  text-align: left;
  margin-right: 0;
  width: 50rem;
  text-indent: 0;
}
.section.right .effect {
  position: relative;
  left: 0;
  flex: 1;
  padding-left: 32rem;
  margin: 0;
  width: 100%;
}
.section.right .dashed {
  height: 2rem;
  position: absolute;
  top: 15rem;
  left: 12rem;
  right: 0;
}
.section.right .dashed::after {
  float: right;
}
.section.right .ball {
  left: -32rem;
}
.current .effect .dashed::after {
  width: 100%;
  transition: 0.5s ease-in 0.5s;
}
.current .effect .ball {
  opacity: 1;
  transition: 0.5s ease-in 1s;
}
.current .text {
  opacity: 1 !important;
  transition: 0.8s ease-in 1.2s;
}
