body {
  background:white !important;
}
.banner {
  width:100vw;
  position:relative;
}
.banner img {
  width:100%;
}
.banner .banner_title {
  position:absolute;
  width:100%;
  top:1.8rem;
  font-weight:bold;
  font-size:0.68rem;
  color:#FFFFFF;
  display:flex;
  justify-content:center;
}
.content {
  width:80%;
  margin:0 auto;
}
.dec-footer-box {
  padding:0.05rem;
  border-top:0.01rem solid #E6E6E6;
  display:flex;
  align-items:center;
  width:80%;
  margin:0 auto;
  margin-top:0.8rem;
  margin-bottom:0.4rem;
  justify-content:space-between;
}
.dec-footer-box .dec-footer-link-box .link-box {
  display:flex;
}
.dec-footer-box .dec-footer-link-box .link-box .title {
  cursor:pointer;
  margin-top:0.21rem;
  font-weight:500;
  font-size:0.18rem;
  color:#222222;
}
.dec-footer-box .dec-footer-link-box .link-box .dec {
  cursor:pointer;
  margin-top:0.21rem;
  font-weight:400;
  font-size:0.18rem;
  color:#666666;
}
.dec-footer-box .dec-footer-link-box:hover {
  color:#164C35 !important;
}
.dec-footer-box .dec-footer-link-box:hover .title {
  border-bottom:0.01rem solid #164C35;
  color:#164C35 !important;
}
.dec-footer-box .dec-footer-link-box:hover .dec {
  border-bottom:0.01rem solid #164C35;
  color:#164C35 !important;
}
.dec-footer-box .callback-btn {
  cursor:pointer;
  width:1.2rem;
  height:0.44rem;
  background:#FFFFFF;
  border-radius:0.06rem 0.06rem 0.06rem 0.06rem;
  border:1px solid #C3C3C3;
  font-size:0.16rem;
  color:#999999;
  text-align:center;
  line-height:0.44rem;
}
/*# sourceMappingURL=newDetails.css.map*/