.sacrifice {
  margin-bottom: 106rem;
}
@keyframes opacityShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sacrifice .horizontal {
  height: 740rem;
  overflow: hidden;
  background: url(/expert/web/static/horizontal-rock.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 320rem;
  background-color: #e6d8ba;
  position: relative;
  user-select: none;
  transition: all 0s linear 1s;
  -webkit-user-drag: none;
}
.sacrifice .horizontal .prev,
.sacrifice .horizontal .next {
  position: absolute;
  top: calc(50% - 60rem);
  z-index: 9;
  height: 60rem;
  width: 60rem;
  cursor: pointer;
}
.sacrifice .horizontal .prev {
  left: calc((100vw - 1400rem) / 2);
  margin-left: -90rem;
}
.sacrifice .horizontal .next {
  right: calc((100vw - 1400rem) / 2);
  margin-right: -90rem;
}
.sacrifice .horizontal .container {
  width: 200vw;
  height: 100%;
  display: flex;
  position: relative;
  left: 0;
  transition: all 1s;
}
.sacrifice .horizontal .container .item {
  width: 100vw;
  height: 100%;
  position: relative;
}
.sacrifice .horizontal .container .item .content {
  width: 1400rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 700rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sacrifice .horizontal .container .item .describtion {
  background: url(/expert/web/static/description-bg.png);
  background-size: 100%;
  overflow: hidden;
  text-align: left;
  width: 584rem;
  padding: 64rem;
  z-index: 2;
  position: absolute;
  left: 0;
}
.sacrifice .horizontal .container .item .describtion .title {
  font-family: FZ;
  font-size: 24rem;
  color: #5e4a23;
  margin-bottom: 22rem;
}
.sacrifice .horizontal .container .item .describtion p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16rem;
  color: #5e4a23;
  line-height: 28rem;
  margin-bottom: 24rem;
}
.sacrifice .horizontal .container .item .img-box {
  z-index: 1;
  text-align: right;
  position: absolute;
  right: 0;
}
.sacrifice .horizontal .container .item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.sacrifice .horizontal .container .item .img-box .icon-title {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14rem;
  color: #9b8a69;
  text-align: center;
  margin-top: 16rem;
}
.sacrifice .horizontal .container .item .img-box .icon-title img {
  height: 30rem;
  vertical-align: middle;
}
.sacrifice .horizontal .container .item .img-box .icon-title img.top {
  transform: rotate(90deg);
  width: 16rem;
  vertical-align: middle;
  margin-bottom: 2rem;
  margin-right: 8rem;
}
.sacrifice .horizontal .container .item .img-box .icon-title p {
  line-height: 1.5;
}
.sacrifice .brief {
  overflow: hidden;
  position: relative;
}
.sacrifice .brief .dash-point {
  width: 1rem;
  position: absolute;
  left: calc(50% - 4rem);
  top: 0;
  background: url(/expert/web/static/vertical-dash-line.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: growDashPoint 1s linear 1s forwards;
}
.sacrifice .brief .dash-point::after {
  content: "";
  position: absolute;
  bottom: -33rem;
  left: -16rem;
  width: 33rem;
  height: 33rem;
  background: url(/expert/web/static/point.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation: showPoint 2s linear 2s forwards;
}
@keyframes growDashPoint {
  0% {
    height: 0;
  }
  100% {
    height: 12vh;
  }
}
@keyframes showPoint {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sacrifice .brief .content {
  max-width: 1400rem;
  display: flex;
  margin: 0 auto;
  margin-top: 100rem;
  height: 756rem;
  overflow: hidden;
  opacity: 0;
  animation: opacityShow 1s ease 2.6s forwards;
}
.sacrifice .brief .content .switch {
  background: #e8d6b7;
  display: flex;
  padding: 32rem 0 32rem 60rem;
}
.sacrifice .brief .content .switch .tabs {
  display: flex;
  flex-direction: column;
  padding-right: 36rem;
}
.sacrifice .brief .content .switch .tabs .tab {
  margin-bottom: 22rem;
  width: 203rem;
  height: 42rem;
  line-height: 42rem;
  text-align: center;
  background: #fffaeb;
  border-radius: 21rem;
  font-family: FZCUJINLJW--GB1-0;
  font-weight: 0;
  font-size: 18rem;
  color: #5e4a23;
  cursor: pointer;
}
.sacrifice .brief .content .switch .tabs .tab.active {
  background: #9a3312;
  color: #ffffff;
}
.sacrifice .brief .content .switch .item {
  box-sizing: border-box;
}
.sacrifice .brief .content .switch .item img {
  width: 360rem;
  height: 100%;
}
.sacrifice .brief .content .switch .item img.hide {
  display: none;
}
.sacrifice .brief .content > img {
  padding-left: 135rem;
  padding-top: 25rem;
  padding-bottom: 46rem;
  background-color: rgba(153, 103, 36, 0.15);
}
.sacrifice .brief .content .descrbe {
  flex: 1;
  background-color: rgba(153, 103, 36, 0.15);
}
.sacrifice .brief .content .descrbe .inner {
  margin: 0 34rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sacrifice .brief .content .descrbe .inner .title {
  font-family: FZ;
  font-weight: 0;
  font-size: 48rem;
  color: #9a3312;
  margin-top: 95rem;
  margin-bottom: 24rem;
}
.sacrifice .brief .content .descrbe .inner p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16rem;
  color: #5e4a23;
  line-height: 24rem;
  margin-bottom: 20rem;
}
.sacrifice .brief .content .descrbe .inner .bottom {
  padding-bottom: 46rem;
}
.sacrifice .brief .content .descrbe .inner .bottom .icon-title,
.sacrifice .brief .content .descrbe .inner .bottom p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14rem;
  color: #9b8a69;
}
.sacrifice .brief .content .descrbe .inner .bottom .icon-title p,
.sacrifice .brief .content .descrbe .inner .bottom p p {
  margin-top: 4rem;
}
.sacrifice .brief .content .descrbe .inner .bottom .icon-title img,
.sacrifice .brief .content .descrbe .inner .bottom p img {
  width: 9rem;
  height: 19rem;
  vertical-align: middle;
}
.sacrifice .common-wrap {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sacrifice .common-wrap > .title {
  height: 35rem;
  font-family: FZ;
  font-weight: 0;
  font-size: 45rem;
  color: #9a3312;
  margin-top: 100rem;
  margin-bottom: 40rem;
}
.sacrifice #sky .box1 > img {
  width: 800rem;
  height: 500rem;
}
.sacrifice #sky .box1 .icon-title {
  position: relative;
  bottom: 122rem;
}
.sacrifice #sky .box2 > img {
  width: 600rem;
  height: 600rem;
}
.sacrifice #sky .box2 .icon-title {
  position: relative;
  bottom: 87rem;
  text-align: left;
  left: 483rem;
}
.sacrifice #sky .box3 > img {
  width: 769rem;
  height: 500rem;
}
.sacrifice #farming .box1 > img {
  width: 600rem;
  height: 600rem;
}
.sacrifice #farming .box1 .icon-title {
  position: absolute;
  top: 524rem;
  right: -70rem;
  text-align: left;
}
.sacrifice #farming .box1 .icon-title > p {
  text-indent: 20rem;
}
.sacrifice #farming .box3 > img {
  width: 800rem;
  height: 500rem;
}
.sacrifice #farming .box3 .icon-title {
  position: absolute;
  bottom: 48rem;
  width: 100%;
}
.sacrifice #farming .box2 > img {
  width: 769rem;
  height: 500rem;
}
.sacrifice #temple .box1 > img {
  width: 769rem;
  height: 500rem;
}
.sacrifice #temple .box1 .icon-title {
  position: absolute;
  left: 354rem;
  bottom: -36rem;
}
.sacrifice #temple .box2 > img {
  width: 600rem;
  height: 600rem;
}
.sacrifice #temple .box2 .icon-title {
  position: absolute;
  bottom: 40rem;
  right: -30rem;
}
.sacrifice #altar .box1 > img {
  width: 800rem;
  height: 500rem;
}
.sacrifice #altar .box1 .icon-title {
  position: absolute;
  left: 344rem;
  bottom: 20rem;
}
.sacrifice #altar .box2 > img {
  width: 600rem;
  height: 600rem;
}
.sacrifice #altar .box2 .icon-title {
  position: absolute;
  width: 230rem;
  text-align: left;
  left: 500rem;
  top: 475rem;
}
.common-wrap .title {
  opacity: 0;
  transition: all 0s linear 1.5s;
}
.horizontal {
  transition: all 0s linear 1s;
  transform: translate(0, 100%);
  user-select: none;
  -webkit-user-drag: none;
}
.horizontal .description:nth-child(1) {
  transition: all 0s linear 0.5s;
  transform: translate(-200%, 0);
}
.horizontal .description:nth-child(2) {
  transition: all 0s linear 0.5s;
  transform: translate(200%, 0);
}
.horizontal .bg-imgs img:nth-child(1) {
  transition: all 0s linear 0.5s;
  transform: translate(200%, 0);
}
.current .common-wrap .title {
  opacity: 1;
  transition: all 0.7s linear 1s;
}
.current .common-wrap .horizontal {
  transition: all 0.7s linear 1s;
  transform: translate(0, 0);
}
.current .horizontal .description,
.current .horizontal .bg-imgs img:nth-child(1) {
  transition: all 1s linear 1.5s;
  transform: translate(0, 0);
}
