.md-title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.md-two {

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.md-sub {
    padding: 5px;
    padding-top: 0px;
}

.mu-input {
    margin-bottom: 6px;
}

.mu-divider {
    margin-top: 20px;
}

.mu-appbar-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    height: 48px;
    overflow: hidden;
}

.container {
    padding-right: 4px;
    padding-left: 4px;

}

.mu-card-actions {
    padding: 0px;
    bottom: 0px;
}

.md-item-xj {
    font-size: 14px;
    color: #9b9b9b;
    text-decoration: line-through;
}

.md-tx {
    font-size: 14px;
    color: #9b9b9b;
}

.md-item-qh {
    font-size: 16px;
    min-width: 100px;
}

@media screen and (max-device-width: 576px) {

    .mu-card-media > img {
        max-height: 180px;
    }

    .mu-card {
        min-height: 335px;
    }
}

@media screen and (max-device-width: 768px) {

    .mu-card-media > img {
        max-height: 180px;
    }

    .mu-card {
        min-height: 335px;
    }
}

@media screen and (min-device-width: 992px) {

    .mu-card-media > img {
        max-height: 275px;
    }

    .mu-card {
        min-height: 420px;
    }
}

@media screen and (min-device-width: 1200px) {

    .mu-card-media > img {
        max-height: 275px;
    }

    .mu-card {
        min-height: 420px;
    }
}

.mu-secondary-color {
    background-image: radial-gradient(
            circle at 1px 4px,
            transparent 5px,
            orangered 6px,
            red 0px);
    background-size: 100px 5px;
    background-repeat-x: no-repeat;
    background-color: #ffffff;
}

.mu-badge-float {
    top: -1px;
    left: 1px;
}

.mu-badge-circle {
    border-radius: 0%;
}

.mu-badge {
    margin-left: 2px;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
    width: 100px;
    height: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 10%;
}

.mu-card-text {
    padding: 1px;
}

.mu-alert {
    min-height: 56px;
    padding: 10px 10px;
}
.cBm{
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.backTop {
    width: 30px;
    height: 30px;
    background:white;
    position: fixed;
    right: 10px;
    bottom: 65px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px #000;
    line-height: 37px;
    text-align: center;
    font-size: 17px;
  }
 .mu-pagination>ul li {
    display: inline-block;
    margin: 0 1px;
}