.mui-content {
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

/*.mui-pull {*/
/*    color: #fff;*/
/*}*/

.mui-card {
    border-radius: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.46);
}

/*搜索框*/
.search {
    width: 100%;
    padding: 7px 10px 8px;
}

.search-btn {
    padding: 0 10px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 13px;
}

.search-btn .search-icon {
    width: 31px;
    height: 30px;
    float: left;
    background: url(../images/index/search.png) no-repeat center;
    background-size: 16px;
}

.search-btn .search-title {
    float: left;
    padding-left: 10px;
    color: #d2d2d2;
    position: relative;
}

.search-btn .search-title:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    left: 0;
    top: 7px;
    background-color: #d2d2d2;
}

/*轮播图*/
.banner {
    position: relative;
    overflow: hidden;
}

.banner .banner-cover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.banner .banner-cover.hidden {
    transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
}

.banner .mui-slider{
    border-radius: 13px;
}

.banner .mui-slider .mui-slider-group .mui-slider-item img {
    overflow: hidden;
    border-radius: 13px;
}



.index-bg {
    width: 100%;
    min-height: 95vw;
    position: relative;
}

.index-bg .index-top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/*热门搜索*/
.hot-search {
    /*padding: 0 10px;*/
    margin-bottom: 10px;
    margin-top: 10px
}

.hot-search ul li {
    /*padding: 10px;*/
    text-align: center;
}

.hot-search ul li img {
    vertical-align: top;
}


.hot-search ul li a p {
    font-size: 12px;
    line-height: 24px;
    color: #555;
}

/*市场头条*/
.top-lines {
    margin: 0 10px;
    position: relative;
}

.top-lines > img {
    vertical-align: top;
}

.top-lines .top-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 8px 12px 0;
    box-sizing: border-box;
}

.top-lines .hot-top {
    flex: 1;
    margin-top: 10px;
}

.top-lines .hot-top a {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top-lines .top-watch {
    margin-left: 15px;
}

.recommend-store {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin: 9px 0;
}

.flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*推荐*/
.recommend ul li {
    border-bottom: 0.5px solid #eee;
    border-right: 0.5px solid #eee;
    padding: 5px;
}

.recommend ul li a h2 img {
    width: 17px;
    height: 15px;
    margin-right: 5px;
}

.recommend ul li a h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    color: #000
}

.recommend ul li a h3 {
    font-size: 12px;
    color: #999;
    line-height: 1;
}

.recommend ul li a .pic img {
    width: 70px;
    height: 70px;
    padding: 4px;
}


.floor-title {
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-left: 13px;
    font-weight: bold
}

.floor-title span {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    padding-left: 10px;
}

.floor-detail ul li {
    padding: 12px 9px;
}

.floor-detail ul li img {
    vertical-align: top
}

.floor-detail ul li a .tit {
    margin-bottom: 10px;
    display: flex
}

.floor-detail ul li a .tit .floor img {
    margin: 5px;
}

.floor-detail ul li a .tit .wenzi {
    margin-left: 10px;
}

.floor-detail ul li a .tit .wenzi h2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.floor-detail ul li a .tit .wenzi h3 {
    font-size: 12px;
    color: #999;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qr-code {
    margin-top: 20px;
}

.qr-code span {
    font-size: 12px;
    line-height: 20px;
    background-color: #2D88F2;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block
}

.floor-item-wrap {
    width: 100%;
    height: 55px;
    background-color: #fff;
}

#floor-tab {
    height: 100%;
}

#floor-tab .mui-scroll {
    height: 100%;
}

.floor-item-wrap .floor-part {
    height: 100%;
    display: flex;
    align-items: center;
}

.floor-item-wrap .floor-part .floor-item.mui-active {
    border: none;
}

.floor-item-wrap .floor-part .floor-item .name {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1;
}

.floor-item-wrap .floor-part .floor-item .tag {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 1;
}

.floor-item-wrap .floor-part .floor-item.mui-active .name {
    color: #FD6050;
}

.floor-item-wrap .floor-part .floor-item.mui-active .tag {
    color: #FD6050;
}

.store-list .mui-card {
    box-shadow: 1px 1px 2px rgba(49, 77, 77, 0.20);
}

.store-list .mui-card-header.mui-card-media {
    display: flex;
    align-items: stretch;
}

.store-list .avatar {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    margin-right: 15px;
}

.store-list .detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1;
}

.store-list .detail .name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.store-list .detail .hot {
    font-size: 12px;
    color: #FD4E40;
}

.store-list .detail .num {
    font-size: 12px;
    color: #aaaaaa;
}

.store-list .detail .tag {
    min-height: 16px;
}

.store-list .detail .tag > span {
    padding: 2px 7px;
    background-color: #FFE8CA;
    display: inline-block;
    font-size: 12px;
    color: #FD4E40;
    margin-right: 7px;
}

.store-list .enter {
    align-self: flex-end;
    width: 70px;
    line-height: 34px;
    border-radius: 5px;
    background-color: #FD6050;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-left: 15px;
}