.page {
  margin-bottom: 106rem;
}
.wrap {
  padding: 60rem 0;
}
h2.title {
  font-size: 48rem;
  line-height: 53rem;
}
.center {
  text-align: center;
}
.sub_title {
  font-size: 16rem;
  color: #5e4a23;
  line-height: 26rem;
  margin-top: 24rem;
  font-family: PingFangSC;
}
h2.title,
.sub_title {
  opacity: 0;
  transition: 0s ease-in;
}
.wrap {
  width: 100%;
  height: 100%;
  transform-origin: center top;
  overflow: hidden;
  font-family: PingFangSC;
}
.wrap .screen {
  width: 1200rem;
  max-width: 100vw;
  margin: 0 auto;
}
#s2wrap {
  width: 1200rem;
  max-width: 100vw;
  margin: 100rem auto 0 auto;
  padding-bottom: 40rem;
}
.s2 {
  opacity: 0;
  background-color: rgba(153, 103, 36, 0.15);
  transition: 0s ease-in;
}
.s2.screen {
  height: 730rem;
  padding: 40rem 0;
  box-sizing: border-box;
}
.s2 {
  display: flex;
}
.s2 img.map {
  display: block;
  width: 705rem;
}
.s2 .main {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
  justify-content: center;
  width: 370rem;
  margin: 0 62.5rem;
}
.s2 .main h3 {
  margin-bottom: 36rem;
  color: #9a3312;
  font-size: 48rem;
  line-height: 53rem;
}
.s2 .main {
  font-size: 16rem;
  color: #5e4a23;
  line-height: 24rem;
}
.s2 .main .tips {
  position: absolute;
  font-size: 14rem;
  color: #9b8a69;
  bottom: 0rem;
  left: 0rem;
  line-height: 20rem;
}
.s2 .main .tips .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.s2 .main .tips p {
  margin-top: 5rem;
}
.s2 .main .tips img {
  transform: rotate(180deg);
  margin-right: 5rem;
  display: block;
  height: 19rem;
}
/* s3 */
.s3 .content {
  margin-top: 32rem;
  display: flex;
  justify-content: space-between;
}
.s3 .content .title {
  height: 32rem;
  display: flex;
  align-items: center;
  margin-bottom: 16rem;
}
.s3 .content .effect {
  margin-right: 16rem;
  position: relative;
}
.s3 .content .dashed {
  height: 2rem;
  width: 50vw;
  position: absolute;
  top: 15rem;
  right: 14rem;
}
.s3 .content .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;
}
.s3 .content .ball {
  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;
}
.s3 .content .ball::after {
  content: " ";
  width: 14rem;
  height: 14rem;
  background-color: #996724;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  left: 9rem;
  top: 9rem;
}
.s3 .content .text {
  font-weight: 400;
  font-size: 14rem;
  color: #9b8a69;
  line-height: 20rem;
  opacity: 0;
  transition: 0s ease-in;
  font-family: PingFangSC-Regular;
}
.s3 .content .left {
  width: 594rem;
}
.s3 .content .left .switch {
  margin-top: 17rem;
  width: 715rem;
  height: 572rem;
  background: #e8d6b7;
  display: flex;
  padding: 17rem;
}
.s3 .content .left .switch .tabs {
  display: flex;
  flex-direction: column;
  padding-right: 16rem;
}
.s3 .content .left .switch .tabs .tab {
  margin-top: 36rem;
  width: 154rem;
  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;
}
.s3 .content .left .switch .tabs .tab.active {
  background: #9a3312;
  color: #ffffff;
}
.s3 .content .left .switch .item {
  box-sizing: border-box;
}
.s3 .content .right {
  width: 423rem;
}
.s3 .content .right .effect {
  margin-left: 16rem;
}
.s3 .content .right .effect .dashed {
  left: 14rem;
  right: auto;
}
.s3 .content .right .effect .dashed::after {
  float: right;
  background-position: center right;
}
.s3 img {
  display: block;
  width: 100%;
  transition: 0s ease-in;
  opacity: 0;
}
.s3 img.map1 {
  transform: translate(-100%, 0);
}
.s3 img.map2 {
  margin-bottom: 17rem;
  transform: translate(100%, 0);
}
.s3 .hide {
  display: none;
}
.s3.s4 .content .left {
  width: 340rem;
}
.s3.s4 .content .right {
  width: 470rem;
  margin-right: 193rem;
}
.s3.s4 .content img.map1 {
  margin-bottom: 16rem;
}
.s3.s4 .content img.map2 {
  margin-top: 16rem;
}
.s4-wrap {
  background-color: rgba(153, 103, 36, 0.15);
}
.s5 {
  position: relative;
  z-index: 5;
}
.s5-wrap {
  height: 100vh;
  position: relative;
}
.s5-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition: 0s ease;
}
.s5-bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.s5 h2.title,
.s5 .sub_title {
  color: #fff;
}
.s5 h2.title.colorDart,
.s5 .sub_title.colorDart {
  color: #5e4a23;
}
.s6-wrap {
  padding-bottom: 100rem;
  margin-top: 60rem;
  background-color: rgba(153, 103, 36, 0.15);
}
.s6 .accordion {
  height: 540rem;
  display: flex;
  margin-top: 54rem;
  background-color: #f7ecd5;
  opacity: 0;
}
.s6 .accordion dt {
  cursor: pointer;
  width: 64rem;
  writing-mode: vertical-rl;
  font-size: 24rem;
  color: #5e4a23;
  line-height: 64rem;
  letter-spacing: 4rem;
  font-family: Fz;
  padding-top: 28rem;
  box-sizing: border-box;
  border-right: 1rem solid #e8d2af;
  background: url("/expert/web/static/culture/acc_dt_bg.png") no-repeat center;
  background-size: 100% 100%;
  transition: 0.5s ease-in-out;
}
.s6 .accordion dt:last-child {
  border-right: none;
}
.s6 .accordion dt.cur {
  background-image: url("/expert/web/static/culture/acc_dt_bg_cur.png");
}
.s6 .accordion dd {
  width: 0;
  font-size: 16rem;
  color: #5e4a23;
  line-height: 26rem;
  overflow: hidden;
  transition: 1s ease-in-out;
}
.s6 .accordion dd .con {
  width: 888rem;
  padding: 28rem;
}
.s6 .accordion dd img {
  width: 888rem;
  display: block;
  height: 363rem;
  margin-bottom: 28rem;
}
.s6 .accordion dd p.reference {
  font-size: 14rem;
  color: #9b8a69;
  margin-top: 26rem;
}
.s6 .accordion dd.cur {
  width: 944rem;
  border-right: 1rem solid #e8d2af;
}
.p4s2 {
  width: 1200rem;
  max-width: 100vw;
  margin: auto;
  padding-top: 30rem;
  padding-bottom: 100rem;
}
.p4s2 .map {
  width: 1336rem;
  display: block;
  margin-left: -67rem;
  margin-bottom: 183rem;
}
.p4s3.s3 .content .left {
  width: 700rem;
}
.p4s3.s3 .content .right {
  width: 418rem;
}
.p4s4.s3.s4 .content .left {
  width: 430rem;
}
.p4s4.s3.s4 .content .right {
  width: 672rem;
  margin-right: 0;
}
.page7 {
  height: 998rem;
  display: flex;
  padding: 100rem 0;
}
.page7 .left {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page7 .left > p {
  width: 718rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16rem;
  color: #5e4a23;
  line-height: 1.6;
  padding-right: 39rem;
}
.page7 .left > p:nth-child(1) {
  margin-top: 40rem;
}
.page7 .left > p:nth-child(2) {
  margin-top: 20rem;
}
.page7 .left > img {
  width: 481rem;
  height: 468rem;
  margin-top: 152rem;
}
.page7 .right {
  width: 42%;
  height: 100%;
  position: relative;
  background: url(/expert/web/static/folkways/page7-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.page7 .right > p {
  width: 415rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14rem;
  color: #9b8a69;
  margin-top: 24rem;
  line-height: 1.6;
  margin-left: 24rem;
}
.page7 .right > img {
  width: 408rem;
  height: 349rem;
  margin-top: 205rem;
}
.page7 .right .point-right {
  margin-left: 24rem;
  height: 33rem;
  position: relative;
  display: flex;
  line-height: 33rem;
  margin-top: 196rem;
  left: 250rem;
}
.page7 .right .point-right::after {
  content: "";
  width: 50vw;
  height: 33rem;
  position: absolute;
  top: 16rem;
  background: url(/expert/web/static/dash-line-horizontal.png);
  background-repeat: repeat no-repeat;
  background-size: auto 2rem;
}
.page7 .right .point-right .point {
  width: 33rem;
  height: 33rem;
  position: absolute;
  left: -33rem;
}
.page7 .right .point-right span {
  width: 220rem;
  height: 20rem;
  margin-left: -250rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14rem;
  color: #9b8a69;
  display: inline-block;
}
.current h2.title,
.current .sub_title {
  opacity: 1;
  transition: 1s ease-in;
}
.current .s2 {
  opacity: 1;
  transition: all 0.6s ease-in 1s;
}
.current .s3 .effect .dashed::after {
  width: 100%;
  transition: 1s ease-in 0.5s;
}
.current .s3 .effect .ball {
  opacity: 1;
  transition: 0.5s ease-in 1.5s;
}
.current .s3 img.map1,
.current .s3 img.map2 {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.5s ease-in 1.5s;
}
.current .s3 .content .text {
  opacity: 1;
  transition: 0.5s ease-in 1.5s;
}
.current .s5 h2.title,
.current .s5 .sub_title {
  transition: 1s ease-in;
}
.current .s5-bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
}
.current .s6 .accordion {
  opacity: 1;
  transition: 1s ease-in;
}
