
.button{
  border-radius: 18rpx;
  //height: 80rpx;
  padding: 10px 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-direction: row;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1.41176471;
  //border-width: 1px;
  //border-style: solid;
}

.button-lg{
  border-radius: 20rpx;
  //height: 80rpx;
  padding: 12px 22px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-direction: row;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1.41176471;
  //border-width: 1px;
  //border-style: solid;
}

.button-default {
  color: #07c160;
  background-color: rgba(0, 0, 0, 0.05);
}

.button-primary{
  color: #FFFFFF;
  background-color: #07c160;
}
button{
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  line-height: inherit;
}

button::after{
  border: none;
}
