body,html{
	margin: 0;
	height: 100%;
}
ul li{
	list-style: none;
}
.btn2,.btn1{
	cursor: pointer;
}
.cursor{
	cursor: pointer;
}
#footer p a{
	text-decoration: none;
	color: #000000;
}
.footer p a{
	text-decoration: none;
	color: #000000;
}
.swiper-container{
	height: 100%;
}
.zxkf{
	position: fixed;
	right:0;
	top: 70%;
	z-index: 20;
}
.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.col-left {
  align-items: flex-start;
}
.col-end {
  align-items: flex-end;
}
.start {
  justify-content: flex-start;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.end {
  justify-content: flex-end;
}