footer {
    background-color: #0A3C63;
    color: white;
    padding: 35px 0 35px 0;
    position: relative;
    z-index: 1;
}
.footer-container {
    width: 100%;
    /* position: fixed; */
    bottom: 0;
}
.footer_box {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	margin: 0 auto;
	padding: 3rem calc(var(--bs-gutter-x)* .5);
}

.wrap1310 {
    width: 1370px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.footer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
    height: 100%;
}

.footer-column {
    text-align: left;
    line-height: 30px;
	padding: 0 10px;
}


.footer-column h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #bcd2ff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}
.product_category_li {
    font-size: 16px;
    color: #bcd2ff;
}
.footer-column ul li {
    margin-bottom: 10px;
    padding-left: 20px !important;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
    color: #bcd2ff;
}

.qr-code {
    text-align: center;
}

.qr-code img {
    width: 120px;
    height: auto;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
}

.footer-bottom span {
    margin-right: 10px;
    color: #fff;
}

.footerlogo {
    background-color: transparent;
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
}

/* 自适应媒体查询*/
@media (max-width: 1430px) {
    .wrap1310 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .footer_box {
		grid-template-columns: 1fr 1fr 1fr;
	}
    .footer-list {
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .footer_box {
        grid-template-columns: 1fr 1fr;
    }
    .wrap1310 {
        padding: 0 15px !important;
    }
}