@charset "utf-8";
.btn {
  width: 180px;
  height: 43px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;

  color: #FFFFFF;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
	font-size: 0.83rem;
}
.btn .right-img {
  width: 9px;
  height: 14px;
}

.btn:hover{transition: all 0.5s ease 0s;padding: 0 5px ;}

@media screen and (max-width:1900px) {}
@media screen and (max-width:1680px) {}