.breadcrumb {
	margin-bottom:0;
}
.img-circle{
	max-width:32px;
}
.form-tag{
	background:#ddd;
	padding:10px;
}
.form-group{
	margin-bottom:5px;
}
.activity-name{
	font-size: 1.1em;
  font-weight: 900;
  color: darkblue;
}
.activity-time {
    font-size: xx-small;
    color: gray;
    margin-top: 7px;
}
.sold_goods{
	background: aliceblue;
}
.breadcrumb-right > li + li:before {
    content: none;
}
.hyb-price {
    color: red;
    margin-top: 1em;
    border: 1px solid;
    border-radius: 0.9em;
    padding: 0.2em 0.7em;
    width: fit-content;
    min-width: 5em;
    text-align: center;
    font-size: unset;
}