.footer {
  margin-top: .25rem;
  width: 100vx;
  /* background: linear-gradient( #cbd0df86,#00aaff); */
}
.footer-content {
  justify-content: space-between;
  /* margin: .625rem; */
  padding: .5rem;
  background: rgba(0, 0, 0, 0.251);
  flex-wrap: wrap;

}
p{
	line-height: 2em;
}
/* .footer-top{
    width: 100vx;
    height: 5rem;
    background: url("/file/website/images/footer(1).jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    position: relative;
}

.footer-top-text{
    display: block;
    font-size: 50rem;
    padding: .2rem  ;
    font-weight: bolder;
    background-color: rgba(0, 0, 0, 0.281);
} */

/* .footer-top-btn{
    position: absolute;
    bottom: 100rem;
} */

.footer-content-bg {
  /* background: linear-gradient( #afd7f3da,#102637); */
  background: rgba(0, 0, 0, 0.651);
  background: url('/file/website/images/footer999.jpg');
  background-repeat: no-repeat;
  /* background-size: 100%; */
  background-position: 2 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: #102637; */
  /* padding: .3rem 0; */
  color: #fff;
  /* margin-top: .5rem; */
}

.footer-content-imgbox {
  display: flex;
  justify-content: space-around;
}
.footer-content-img img {
  width: 1rem;
  height: 1rem;
  border: .01rem solid #fff;
}

.footer-content p {
  color: #fff;
}
.banquan {
	padding-top: .5rem;
	text-align: center;
	width: 100%;
}
.banquan a{
	color: #fff;
}
