﻿.container {
    width:100%;
}
.header-scroll-image {
    width:100%;
}
.header-scroll-image .scroll-item img {
    width:100%;
}
.list-content {
    margin-top:0.07rem;
}
/**cell样式*/
.card-group-ul {
    width:100%;
}
.card-group-list {
    width: 100%;
    border-top: 1px solid #ececec;
    
}
.qmm-card {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin:0 auto;
    color:#333;
    margin: 0 0 0.187rem;
    padding: 0.28rem 0.187rem;
    background-color: #fff;
}
.qmm-card .qmm-card-media {
    width:30%;
}
.qmm-card .qmm-card-media img {
    max-width:100%;
    height:2rem;
}
.qmm-card-content {
    width:69%;
    margin-left:1%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
}
.qmm-card-title {
    width:97%;
    font-size: 0.28rem;
    line-height: 0.448rem;
    height: 0.896rem;
    overflow: hidden;
    margin-bottom: 1px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}
.qmm-card-vicetitle {
    line-height: 0.6rem;
    height:0.6rem;
    font-size: 0.27rem;
    color: #ff6666;
    width: 97%;
    overflow: hidden;
    margin-bottom:0.094rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qmm-card-actions {
    color: #888;
    font-size: 0.224rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qmm-card-actions span {
    white-space: nowrap;
}

.qmm-card-actions .qmm-card-actions-left {
    overflow: hidden;
}
.qmm-card-actions .qmm-card-actions-left .card-btm-user-info {
    line-height: 0.41rem;
}
        
.qmm-card-actions .qmm-card-actions-left>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.qmm-card-actions .qmm-card-actions-left>span span {
    display: inline-block;
    height: 0.243rem;
    line-height: 0.243rem;
    vertical-align: middle;
}

.qmm-card-actions .qmm-card-actions-left .card-btm-user-info span {
    line-height: 0.41rem!important;
    max-width: 1.59rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.41rem;
}

.qmm-card-actions .qmm-card-actions-left .card-btm-user-info img {
    width: 0.41rem;
    height: 0.41rem;
    margin-right: 0.13rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

.qmm-card-actions .qmm-card-actions-right {
    text-align: right;
    white-space: nowrap;
    margin-left: 0.373rem;
}
.header-swiper {
    background:#fff;
}
.icon-swiper {
    padding:0.1rem 0 0.1rem 0;
    background:#fff;
}
.inner-icon-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width:100%;
    text-align: center;
    margin:0 auto;
}
.icon-image {
    width:100%;
    margin-bottom:0.1rem;
}
.icon-image img {
    max-width:1rem;
    max-height:1rem;
    margin: 0 auto;
}
.icon-title {
    width:100%;
    font-size:0.28rem;
}

/*loading*/
.loading {
    width: 100%;
    margin: 0 auto;
    height: 0.448rem;
    padding: 0.28rem 0;
    background-color: #eee;
    text-align: center;
}
.loading img {
    height: 0.448rem;
    vertical-align: top;
}

.hasnomore {
    display: none;
    width: 100%;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
    height: 0.68rem;
    line-height: 0.68rem;
}

.more-box {
    width: 100%;
    text-align: center;
    line-height: 1rem;
    display:none;
}

.more-box a {
    font-size: 0.28rem;
    color: #666;
    border: 1px solid #666;
    padding: 0.15rem 1rem;
    border-radius: 0.01rem;
}
.shop-box {
    width: 100%;
}
.shop-box img {
    width: 100%;
}
.noData {
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.5rem;
    padding-top: 0.5rem;
}