.line {
  overflow: hidden;
}
.line .banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(/expert/web/static/topic-banner/factor.jpg) repeat-x center top;
  background-size: 100% 100%;
}
.line .center {
  height: 190rem;
  width: 380rem;
  background-color: rgba(154, 51, 18, 0.9);
  position: absolute;
  bottom: -95rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.line .center .wrap {
  height: 190rem;
  width: 380rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}
.line .center .wrap span {
  font-family: FZ;
  font-size: 48rem;
  color: #fffaeb;
  margin-bottom: 15rem;
  line-height: 68rem;
}
.line .center .wrap .hook {
  height: 87rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.line .center .wrap .hook img {
  display: block;
  text-align: center;
  position: absolute;
}
.line .center .wrap .hook img:nth-child(1) {
  width: 21rem;
  height: 21rem;
  top: 0;
}
.line .center .wrap .hook img:nth-child(2) {
  width: 1rem;
  height: 50rem;
  top: 21rem;
}
.line .center .wrap .hook img:nth-child(3) {
  width: 48rem;
  position: absolute;
  bottom: 0;
  animation: hookTranslateX 1s ease-in-out 1s 3 forwards;
}
@keyframes hookTranslateX {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -6rem;
  }
  100% {
    bottom: 0;
  }
}
.line .map-wrap {
  background: url(/expert/web/static/common-bg.png);
  background-size: 100% 100%;
  padding-top: 214rem;
  margin-bottom: 56rem;
}
.line .map-wrap .map-nav {
  text-align: center;
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  user-select: none;
}
.line .map-wrap .map-nav > div {
  padding-left: 57rem;
  height: 53rem;
  border-radius: 75rem;
  padding: 0 24rem;
  line-height: 53rem;
  color: #9b8a69;
  font-size: 20rem;
  font-family: 'FZ';
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  background: #fffaee;
  margin: 16rem 28rem;
}
.line .map-wrap .map-nav > div > img {
  margin-top: -10rem;
  vertical-align: middle;
  display: none;
  height: 24rem;
}
.line .map-wrap .map-nav > div > img:nth-child(1) {
  display: inline;
}
.line .map-wrap .map-nav > div.active {
  background: #9a3312;
  color: #fffcf5;
}
.line .map-wrap .map-nav > div.active > img {
  display: none;
}
.line .map-wrap .map-nav > div.active > img:nth-child(2) {
  display: inline;
}
.line .map-wrap .map-container .content {
  position: relative;
  width: 1200rem;
  margin: 0 auto;
}
.line .map-wrap .map-container .content .map {
  width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}
.line .map-wrap .map-container .content .left-box {
  width: 325rem;
  background: #fefaf3;
  position: absolute;
  left: 35rem;
  top: 35rem;
  z-index: 3;
}
.line .map-wrap .map-container .content .left-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5e4a23;
  font-size: 18rem;
  font-weight: 400;
  font-family: 'FZ';
  height: 80rem;
  padding: 0 22rem;
}
.line .map-wrap .map-container .content .left-box .title > img {
  width: 18rem;
  height: 10rem;
  cursor: pointer;
  transition: all 0.2s;
}
.line .map-wrap .map-container .content .left-box .intro {
  border-top: solid 3rem #dac69c;
  width: 281rem;
  color: #9b8a69;
  font-size: 14rem;
  font-family: 'PingFang SC';
  text-align: left;
  font-weight: 300;
  line-height: 24rem;
  padding: 28rem 22rem;
}
.line .map-wrap .map-container .content .left-box .intro .intro-after {
  margin-bottom: 13rem;
}
.line .map-wrap .map-container .content .right-tips {
  position: absolute;
  right: 70rem;
  top: 70rem;
  z-index: 1;
  transform: scale(0.1);
  transform-origin: right top;
}
.line .map-wrap .map-container .content .right-tips > div {
  width: 1180rem;
  height: 280rem;
  border-radius: 300rem;
  background: #f7f0e6;
  margin-bottom: 70rem;
  color: #5e4a23;
  font-size: 100rem;
  font-weight: 400;
  font-family: 'PingFang SC';
  text-align: left;
  line-height: 280rem;
  position: relative;
  text-align: center;
  text-indent: 105rem;
}
.line .map-wrap .map-container .content .right-tips > div img {
  width: 150rem;
  height: 150rem;
  vertical-align: middle;
  position: absolute;
  left: 120rem;
  top: 54rem;
}
.line .map-wrap .map-container .content .right-tips > div .num {
  color: #5e4a23;
  font-size: 160rem;
  font-weight: 400;
  font-family: 'FZ';
  position: absolute;
  left: 60rem;
}
.line .map-wrap .map-container .content .right-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 325rem;
  height: 776rem;
  text-align: center;
  background: #fefaf3;
  display: none;
}
.line .map-wrap .map-container .content .right-box .banner {
  width: 325rem;
  height: 292rem;
  object-fit: cover;
}
.line .map-wrap .map-container .content .right-box .content {
  width: 100%;
}
.line .map-wrap .map-container .content .right-box .content .title {
  height: 20rem;
  color: #9a3312;
  font-size: 24rem;
  font-weight: 400;
  font-family: 'FZ';
  margin-top: 56rem;
  margin-bottom: 6rem;
}
.line .map-wrap .map-container .content .right-box .content .mini-title {
  height: 20rem;
  color: #9b8a69;
  font-size: 14rem;
  font-weight: 400;
  font-family: 'PingFang SC';
  margin-bottom: 24rem;
}
.line .map-wrap .map-container .content .right-box .content .mini-intro {
  color: #9b8a69;
  font-size: 14rem;
  font-weight: 400;
  font-family: 'PingFang SC';
  text-align: left;
  line-height: 24rem;
  padding: 40rem;
  height: 60rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  user-select: none;
}
.line .map-wrap .map-container .content .right-box .look-more {
  width: 135rem;
  position: absolute;
  bottom: 64rem;
  left: calc(50% - 52rem);
  cursor: pointer;
}
.line .map-wrap .map-container .content .right-box .look-more:hover {
  opacity: 0.9;
}
.line .map-wrap .map-container .content .right-box .icons > img {
  position: absolute;
  cursor: pointer;
}
.line .map-wrap .map-container .content .right-box .icons > img:nth-child(1) {
  width: 16rem;
  height: 16rem;
  right: 16rem;
  top: 16rem;
}
.line .map-wrap .map-container .content .right-box .icons > img:nth-child(2) {
  width: 48rem;
  height: 48rem;
  left: -34rem;
  top: 50%;
}
.line .map-wrap .map-container .content .right-box .icons > img:nth-child(3) {
  width: 48rem;
  height: 48rem;
  right: -34rem;
  top: 50%;
}
.line .map-wrap .map-container .content .points .point {
  width: 20rem;
  height: 20rem;
  font-size: 13rem;
  border: 2rem solid #ffffff;
  background: #9a3312;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  left: -100vw;
  top: -100vh;
  cursor: pointer;
}
.line .map-wrap .map-container .content .points .point.active {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}
.line .map-wrap .map-container .content .points .point.none-point {
  width: 1rem;
  height: 1rem;
}
.line .map-wrap .map-container .content .points .point:hover .name:not(.center) {
  transform: scale(1.2);
  transform-origin: center bottom;
  transition: all 0.1s;
}
.line .map-wrap .map-container .content .points .point .name {
  position: absolute;
  left: 30rem;
  bottom: -2rem;
  height: 23rem;
  border-radius: 14rem;
  background: #f7f0e6;
  border: 0 solid #d97f0d;
  box-shadow: 0 2rem 4rem 0 rgba(83, 83, 83, 0.5);
  color: #5e4a23;
  font-size: 16rem;
  font-family: 'FZ';
  text-align: center;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.line .map-wrap .map-container .content .points .point .name.left {
  right: 30rem;
  left: auto;
}
.line .map-wrap .map-container .content .points .point .name.top {
  top: -28rem;
  right: 0;
}
.line .map-wrap .map-container .content .points .point .name.center {
  left: 0;
  top: -16rem;
}
.line .map-wrap .map-container .content .points .point-gray {
  background-color: #5e4a23;
}
.line .map-wrap .map-container .content .points .point-red {
  background: #9a3312;
}
