#fareInform .footer2 {
  margin-top: -3rem;
}

/* #fareInform .page_main {
  height: 13rem;
} */

#fareInform {
  font-family: YOUSHEhaoshenti;
}

#fareInform .content {
  padding-top: 2.4rem;
}

#fareInform .nav {
  text-align: center;
  margin: 0.7rem 0 0.4rem;
}

#fareInform .nav_i {
  width: 1.77rem;
  border: 0.02rem solid #755011;
  border-radius: 1rem;
  text-align: center;
  line-height: 0.45rem;
  display: inline-block;
  position: relative;
  transition: all .6s;
  font-size: 0.3rem;
  margin: 0 0.18rem;
}

#fareInform .nav_i span {
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(#755011, #755011);
  background: linear-gradient(#755011, #755011);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  transition: all .6s;
}

#fareInform .nav_i .shadow {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
}

#fareInform .nav_i::before {
  content: '';
  width: 2.21rem;
  height: 0.93rem;
  position: absolute;
  left: 50%;
  top: -0.16rem;
  transform: translate(-50%, 0);
  background-image: url('../images/news2.png');
  background-size: 100% 100%;
  transition: all .6s;
  opacity: 0;
}

#fareInform .nav_i_active,
#fareInform .nav_i:hover {
  border-color: rgba(117, 80, 17, 0);
}

#fareInform .nav_i_active span,
#fareInform .nav_i:hover span {
  background: -webkit-linear-gradient(#fffcea, #ffd9b0);
  background: linear-gradient(#fffcea, #ffd9b0);
  -webkit-background-clip: text;
  background-clip: text;
}

#fareInform .nav_i_active::before,
#fareInform .nav_i:hover::before {
  opacity: 1;
}

#fareInform .nav_i_active .shadow,
#fareInform .nav_i:hover .shadow {
  text-shadow: 0px 0.02rem 0.04rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.msg {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  width: 650px;
  margin: 0 auto;
}

.msg_active {
  display: block !important;
  opacity: 1;
  pointer-events: auto;
}

.msg2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}