	.footer {
			    position: relative;
			    width: 100%;
			    height: 340px !important;
			    background: #005BAA;
			    padding-top: 70px;
overflow: hidden;
			}
			
			.footer-bg {
			    position: absolute;
			    top: -100px;
    left: 0;
    width: 100%;
    height: 440px;
    background-size: 100% 440px;
			    background-position: center;
			    background-repeat: no-repeat;
			    z-index: 0;
			}
			
			.footer-content {
			    position: relative;
			    max-width: 1536px;
			    margin: 0 auto;
			    height: 100%;
			    display: flex;
			    flex-direction: column;
			    justify-content: center;
			    padding: 0 16px;
			}
			
			.footer-main {
			    display: flex;
			    justify-content: space-between;
			    align-items: flex-start;
			    margin-bottom: 0;
			}
			
			.footer-logo {
			    position: absolute;
			    top: -10px;
			    height: 60px;
			}
			
			.footer-info {
			    color: white;
			    display: flex;
			    flex-direction: column;
			    gap: 12px;
				top: 90px;
				position: absolute;
			}
			
			.footer-info p {
			    font-size: 14px;
			}
			
			.qrcode-section {
			    display: flex;
			    gap: 32px;
			}
			
			.qrcode-item {
			    text-align: center;
			}
			
			.qrcode-box {
			    width: 155px;
			    height: 155px;
			    background: white;
			    border-radius: 8px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    margin-bottom: 12px;
			    overflow: hidden;
			}
			
			.qrcode-box img {
			    width: 155px;
			    height: 155px;
			}
			
			.qrcode-item p {
			    color: white;
			    font-size: 14px;
			}
			
			.footer-line {
			    width: 100%;
			    display: flex;
			    justify-content: center;
			    margin-bottom: 10px;
			}
			
			.footer-line hr {
			    width: 1359px;
			    border: none;
			    border-top: 1px solid white;
			}
			
			.footer-copyright {
			    text-align: center;
			    color: white;
			    font-size: 12px;
			    opacity: 0.8;
			}

        .footer-copyright  p{
			    text-align: center;
			}