 
 

 

@media screen and (max-width:1080px) {
	.main {
		padding: 30px 0;
	}
}
     
/* 
.box {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
} */

.box a {
	margin: 4px 0;
}

.box img {
	width: 28px;
	height: 28px;
}

 
@media screen and (max-width:768px) {
	 
	 

	.box {
		flex-direction: unset;
		justify-content: space-around;
		width: 100%;
		background-color: #fff;
		bottom: 0;
		right: 0;
		top: auto;
		padding: 10px 0;
	} 

} 

 