.footer {
	/*max-width: 1920px;*/
      width: 100%;
    height: 80px;
    padding-top: 20px;
    margin: 0 auto;
    background-color: black;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
}

.tuiguang{
    display: flex;
    
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.tuiguang img{
    width: 30px;
    height: 30px;
}
.bam{
       display: flex;
    flex-direction: row-reverse;
    font-size: 17px;
    padding-right: 10vw;
    align-items: center;
}
.bam a{
    color: rgba(255,255,255,0.7);
}
@media (max-width: 1280px) and (min-width: 768px) {
	.footer {
		max-width: 1280px;
		width: 100%;
		height: 180px;
		padding-top: 20px;
		background-color: black;
		display: flex;
		flex-direction: column;
		gap: 15px;
		justify-content: space-around;
	}

	.footer-ul1 {
		text-align: center;
	}

	.footer-ul2 {
		text-align: center;
	}

	li {
		color: white;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.footer {
		max-width: 767px;
		width: 100%;
		height: 150px;
		padding-top: 5px;
		background-color: black;
		display: flex;
		flex-direction: column;
		gap: 5px;
		justify-content: space-around;
	}

	.footer-ul1 {
		text-align: center;
	}

	.footer-ul2 {
		text-align: center;
	}

	li {
		color: white;
		font-size: 8px;
	}
}