a:focus, a:hover {
  text-decoration: none;
}
.btn:active:after, .state:active:after,a:active:after,a:focus:after,a:hover:after{
  text-decoration: none;
  box-shadow: none;
  background-color: rgba(255,255,255,0);
}
p{margin-bottom: 0;}
img{margin-bottom: 0;}
.setoneline{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.bottom-tabs,.nav>.bottom-tabs{
  text-align: center;
  /* Firefox */
  display:-moz-box;
  -moz-box-orient:vertical;

  /* Safari、Opera 以及 Chrome */
  display:-webkit-box;
  -webkit-box-orient:vertical;

}
