a, .transition, :before, img, .g-nav {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.yema {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.yema ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  font-size: 24px;
}
.yema ul li {
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 3px;
  background: none;
  margin: 0 7px;
  transition: .3s;
  border: 1px solid transparent;
}
.yema ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #787878;
  font-size: 24px;
}
.yema ul li a:hover {
  background: #c3eb22;
  color: #fff;
}
.yema ul li a.active {
  background: #c3eb22;
  color: #fff;
}
.yema ul .prev {
  width: 88px;
}
.yema ul .next {
  width: 88px;
}
.yema ul li.active {
  background: #c3eb22;
  color: #fff;
}





@media screen and (max-width: 1480px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {

	
}
@media screen and (max-width: 539px) {
	
	
}

@media screen and (max-width: 375px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 320px) {}