.footer_sec {
    background-color: #515151;
    color: #fff;
    padding: 9px 0 0;
    font-size: 14px;
   
}

.footer-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.footer-section {
    margin-right: 20px;


}

.footer-section .link-list {
    margin: 21px 50px 0 60px
}

.footer-section:last-child {
    margin-right: 0;
}

.footer-section h3 {
    font-size: 18px;
    margin: 20px 0;
    font-weight: initial;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-section ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: text-top;
    margin: 20px 0 0 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li p{margin:1em 0}
.footer-section ul li p:first-child{
    margin-top: 0;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.qrcode_sec_main {
    margin-top: 20px;
    display: flex;
    margin-bottom: 15px;
}
.qrcode_sec {
    padding: 9px 10px 9px 8px;
    /* border-radius: 4px; */
    background: #fff;
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;

    img {
        width: 80px;
    }
}
.qrcode-text {
    margin-top: 15px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.qrcode_sec>img {
    width: 80px;
}

.footer-bottom {
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #f5f5f5;

}

.footer-bottom p {
    margin: 8px 0;
    color: #565656;
    font-size: 13px;
}