.header .logo {
  background: #fff;
}
.mebuShow .logo {
  background: rgba(0, 0, 0, 0);
}
.main {
  padding: 2.4rem 0.3rem;
}
.main .tabbar {
  background: #fff;
  position: fixed;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.main .tabbar a {
  display: block;
  width: 50%;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #a2a1a3;
}
.main .tabbar a:after {
  content: '';
  display: block;
  width: 1.3rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  margin: 0.1rem auto 0;
}
.main .tabbar i {
  width: 1px;
  height: 0.4rem;
  background: #5c5c5c;
}
.main .tabbar .cdk {
  color: #c955ff;
}
.main .tabbar .cdk:after {
  background: #c955ff;
}
.main .introduce {
  padding: 0.3rem 0.35rem;
}
.main .introduce p {
  font-size: 0.22rem;
  color: #4b494d;
  margin-bottom: 0.4rem;
  line-height: 0.38rem;
}
.main .record {
  display: none;
  margin-top: 0.33rem;
}
.main .record .inner {
  margin-left: 0.54rem;
  background: url(../image/timeLine.png) no-repeat;
  background-size: 0.26rem auto;
  position: relative;
  height: 13rem;
}
.main .record .inner .font .line {
  position: absolute;
  left: 0.61rem;
  top: 0;
}
.main .record .inner .font .line h3 {
  font-size: 0.3rem;
  line-height: normal;
  color: #4b494d;
}
.main .record .inner .font .line p {
  font-size: 0.22rem;
  margin-top: 0.1rem;
  color: #a2a1a3;
}
.content p{
  line-height: .35rem !important;
}
.content img{
  width: 100% !important;
}