.footer {
    padding: 40px 0;
    line-height: 20px;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    background-image: url(../images/2023/footer-bg.png);
    padding-top: 15px;
    padding-bottom: 10px;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 160px;
}
.footer p {
  margin-top: 7px;
}
.footer a{color: #000;}
.footer-index .qrcode{padding: 0;cursor: pointer;margin-left: 33px;}
.footer-index .qrcode .md{width: 60px;}
.footer-index .qrcode span{width: 100px;margin: auto;display: inline-block;position: relative;}
.footer-index .qrcode .footer-qrcode-lg{position:absolute;width: 130px;left: 85px;}
.footer-index .qrcode .md:hover + .footer-qrcode-lg{display: inline-block !important;}
.layui-fixbar li {
  background-color: #e6b3ba;
}
.footer-top-line{
    height:5px;
    background-image: url(../images/2023/line2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}