





.fui-btn-group.fui-btn-group-danger a.active,
.fui-btn-group.fui-btn-group-danger a:active {
    background: #ef4f4f;
}

.badge {
    background-color: #ff5555;
    border-radius: 5rem;
    color: #fff;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 1;
    padding: 0.15rem 0.45rem 0.15rem;
}

.badge.badge-success {
    background: #04ab02;
    color: #fff;
}

.badge.badge-primary {
    background: #0290be;
    color: #fff;
}

.badge.badge-danger {

    background: #ff5555;
    color: #fff;
}

.badge.badge-warning {
    background: #ff8000;
    color: #fff;
}

.fui-navbar, .fui-footer {
    position: fixed;
	display: table;
    width: 100%;
    bottom: 0;
    height: 4.45rem;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.option-picker .fui-navbar {
    height: 2.25rem;
}

.fui-navbar .nav-item.btn {
    color: #fff;
    border-radius: 0;
}

.fui-navbar .nav-item {
    position: relative;
    display: table-cell;
    height: 3.45rem;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    color: #999;
}

.page-goods-detail .fui-navbar .nav-item {
    height: 3.45rem;
}

.fui-navbar .nav-item.active,
.fui-navbar .nav-item:active {
    color: red
}

.fui-navbar .nav-item .label {
    display: block;
    font-size: 1.1rem;
    position: relative;
    top: 0.1rem;
	white-space: normal;
	padding: 0;
}

.fui-navbar .nav-item .icon {
    font-size: 1rem;
    padding: 0;
}

.fui-navbar .nav-item .badge {
    background: red none repeat scroll 0 0;
    border-radius: 0.5rem;
    color: white;
    font-size: 0.6rem;
    height: 0.8rem;
    left: 50%;
    line-height: 8rem;
    margin-left: 0.1rem;
    min-width: 0.8rem;
    padding: 0 0.2rem;
    position: absolute;
    top: 0.5rem;
    vertical-align: top;
    z-index: 100;
}

