@import url("./common.css");
@import url("./index/header.css");
@import url("./index/footer.css");
@import url("./leftToNav.css");
.line_1 {
  top: 0.7rem;
  font-size: 0.2rem;
}
.absolute {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.line_2 {
  top: 1.5rem;
  font-size: 0.34rem;
}
.line_3 {
  top: 2.1rem;
  font-size: 0.2rem;
  color: #666;
}
.bg {
  padding: 0.8rem 3.6rem;
}

.title {
  font-size: 0.16rem;
  margin-bottom: 0.3rem;
  text-align: start;
}

.title .font {
  color: #06038d;
  font-size: .16rem;
}
.font_1 {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.font_1 img {
  width: 4rem;
  height: 2rem;
}

.font_2 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
}

.font_3 {
  text-align: center;
  font-size: 0.14rem;
  color: #999;
  margin-top: 0.2rem;
}
.img {
  width: 6rem;
  height: 3.1rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.3rem;
}

.next {
  margin-top: 0.3rem;
  border-top: 0.01rem solid #eee;
  font-size: 0.14rem;
  color: #999;
  padding: 0.1rem 0;
}
.share {
  width: 0.3rem;
  height: 0.3rem;
}
a {
  color: #666;
  text-decoration: none;
}
.pos_1 {
  display: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  html {
    font-size: 50px;
  }
  .bg {
    padding: 0.8rem 0.4rem;
  }
  .title {
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
  }
  .font_1 {
    margin-top: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .font_2 {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .font_3 {
    text-align: center;
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.2rem;
  }
  #share {
    display: none;
  }
  .font {
    color: #333;
  }
}
