/* 2.5.28 新增 start */
.footer-container {
    /* padding-top: 95px; */
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}
.footer-content-min {
    width: 1280px;
    height: 100%;
    padding: 0 65px 0 65px;
}
.footer-content {
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
}
.footer-content-left {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    width: 275px;
    height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-content-left img {
    margin-left: 35px;
    width: 135px;
    height: 28px;
}
.footer-content-left span {
    margin-top: 15px;
    margin-left: 39px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
}
.footer-record {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-record span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}
.footer-content-right {
    margin-left: 100px;
    display: flex;
}
.footer-content-right dl {
    margin: 0;
}
.footer-content-right dl:nth-child(2) {
    margin-left: 172px;
}
.footer-content-right dl:nth-child(3) {
    margin-left: 190px;
}
.footer-content-right dl dt {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 400;
}
.footer-content-right dl dd {
    margin-top: 20px;
    position: relative;
}
.footer-content-right dl dd a {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    text-decoration: none;
}
.qr-official-dd {
    margin-top: 12px !important;
}
.qr-official {
    width: 72px;
    height: 72px;
}
.qr-mark {
    position: absolute;
    left: -16px;
    bottom: 30px;
    width: 96px;
    height: 114px;
    display: none;
}
.qr-mark-content {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qr-mark span {
    margin-top: 5px;
}
.qr-arrow {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.7);
}
/* 2.5.28 新增 end */
