.home-reserve {
  position: relative;
  height: 100%;
  background: url("/expert/web/static/common-bg-2.png") no-repeat center bottom;
  background-size: cover;
}
.reserve {
  height: 600rem;
  max-height: 65vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 285rem;
  display: flex;
  border-radius: 5rem;
  overflow: hidden;
}
.reserve.esdHBG {
  max-height: calc(65vh - 80px);
}
.reserve .item {
  width: 240rem;
  height: 100%;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.6s ease-in, opacity 0.5s ease-out;
  position: relative;
  opacity: 0;
}
.reserve .item:nth-child(even) {
  background-image: url('/expert/web/static/reserve/home-bg_light.png');
}
.reserve .item:nth-child(odd) {
  background-image: url('/expert/web/static/reserve/home-bg_dark.png');
}
.reserve .item .dot {
  width: 24rem;
  height: 24rem;
  box-sizing: border-box;
  position: relative;
  border: 2px dotted #996724;
  border-radius: 100%;
  transition: 0.3s ease-in;
}
.reserve .item .dot.top {
  margin-top: 60rem;
}
.reserve .item .dot.top::after {
  bottom: 12rem;
}
.reserve .item .dot.bottom {
  margin-top: 24rem;
}
.reserve .item .dot.bottom::after {
  top: 12rem;
}
.reserve .item .dot::before {
  content: '';
  width: 12rem;
  height: 12rem;
  background-color: #996724;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6rem 0 0 -6rem;
  transition: 0.3s ease-in;
}
.reserve .item .dot::after {
  content: '';
  border-left: 2px dashed #996724;
  height: 70rem;
  width: 0rem;
  margin-left: -1px;
  position: absolute;
  left: 50%;
  transition: 0.3s ease-in;
}
.reserve .item .square {
  background-color: #996724;
  width: 16rem;
  height: 16rem;
  transform: rotate(45deg);
  margin-top: 80rem;
  transition: 0.3s ease-in;
}
.reserve .item .title {
  font-size: 30rem;
  writing-mode: vertical-lr;
  width: 70rem;
  height: 210rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  color: #5E4A23;
  letter-spacing: 5rem;
  margin-top: 24rem;
}
.reserve .item .desc {
  font-size: 16rem;
  line-height: 26rem;
  color: #fff;
  margin: 12rem 26rem 18rem 26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*第几行裁剪*/
  -webkit-box-orient: vertical;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.reserve .item .more {
  color: #fff;
  text-decoration: none;
  font-size: 28rem;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.reserve .item .figure {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translate(-50%, 0);
  height: 155rem;
  opacity: 0.5;
  transition: 0.5s ease-in;
  z-index: 1;
}
.reserve .item:nth-child(1) .title {
  background-image: url('/expert/web/static/reserve/home-title-bg-1.png');
}
.reserve .item:nth-child(2) .title {
  background-image: url('/expert/web/static/reserve/home-title-bg-2.png');
}
.reserve .item:nth-child(3) .title {
  background-image: url('/expert/web/static/reserve/home-title-bg-3.png');
}
.reserve .item:nth-child(4) .title {
  background-image: url('/expert/web/static/reserve/home-title-bg-4.png');
}
.reserve .item:nth-child(5) .title {
  background-image: url('/expert/web/static/reserve/home-title-bg-5.png');
}
.reserve .item:nth-child(6) .title {
  background-image: url('/expert/web/static/reserve/home-title-bg-6.png');
}
.reserve .item.active {
  width: 420rem;
  background-image: url('/expert/web/static/reserve/home-bg_active.png');
}
.reserve .item.active .dot {
  border-color: #F5D7B5;
}
.reserve .item.active .dot::before {
  background-color: #F5D7B5;
}
.reserve .item.active .dot::after {
  border-color: #F5D7B5;
}
.reserve .item.active .dot.bottom::after {
  height: 0;
}
.reserve .item.active .square {
  margin-top: 0rem;
  opacity: 0;
}
.reserve .item.active .desc,
.reserve .item.active .more {
  opacity: 1;
  transition: 0.3s ease-in 0.5s;
}
.reserve .item.active .title {
  background-image: url('/expert/web/static/reserve/home-title-bg-active.png');
  color: #fff;
  transition: 0.3s ease-in;
  height: 218rem;
  width: 72rem;
}
.reserve .item.active .figure {
  height: 192rem;
  opacity: 1;
}
.current .reserve .item {
  opacity: 1;
}
.current .reserve .item:nth-child(6) {
  transition: 0.6s ease-in, opacity 0.25s ease-in-out 1s;
}
.current .reserve .item:nth-child(5) {
  transition: 0.6s ease-in, opacity 0.25s ease-in-out 1.1s;
}
.current .reserve .item:nth-child(4) {
  transition: 0.6s ease-in, opacity 0.25s ease-in-out 1.2s;
}
.current .reserve .item:nth-child(3) {
  transition: 0.6s ease-in, opacity 0.25s ease-in-out 1.3s;
}
.current .reserve .item:nth-child(2) {
  transition: 0.6s ease-in, opacity 0.25s ease-in-out 1.4s;
}
.current .reserve .item:nth-child(1) {
  transition: 0.6s ease-in, opacity 0.25s ease-in-out 1.5s;
}
