#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-size: 12px;
}

img {
    display: block;
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding: 9px 11px;
    background: #f7f8fa;
    font-size: 12px
}

.breadcrumb .breadcrumb-item a {
    color: #999;
    text-decoration: none
}

.breadcrumb .breadcrumb-item.current {
    color: #0f0f0f
}

.breadcrumb .breadcrumb-separator {
    margin: 0 2px;
    color: #999
}

.box1 {
    padding: 0 23px 20px
}

.box1 .goods-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
	padding-bottom: 25px
}

.box1 .stats-info {
    min-width: 100px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    margin: 0 5px;
    flex-shrink: 0;
    padding: 0 10px
}

.box1 .page-info {
    margin-top: 10px;
	text-align: center;
}

.box1 .goods-list .goods-item {
    margin-top: 1px
}

.box2 {
    padding-bottom: 21px
}

.box2 .box2-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px
}

.box2 .box2-title .title {
    font-size: 16px;
    color: #333
}

.box2 .box2-title .text {
    color: #666;
    font-size: 12px
}

.box2 .goods-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 23px
}

.box2 .goods-list .goods-item {
    margin-top: 10px
}

.menu-scroll-container {
    overflow-x: auto;
    padding: 20px;
    -webkit-overflow-scrolling: touch
}

.menu-scroll-container::-webkit-scrollbar {
    display: none
}

.menu-scroll-container {
    scrollbar-width: none
}

.menu-list {
    display: flex;
    min-width: max-content;
    padding-bottom: 5px
}

.menu-list .menu-item {
    min-width: 100px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
	background: #e6e6e6;
    margin: 0 5px;
    flex-shrink: 0;
    padding: 0 10px
}

.menu-list .menu-item a:link,
.menu-list .menu-item a:visited,
.menu-list .menu-item a:hover {
    color: #999;
    background: #e6e6e6;
}

.menu-list .menu-item-sel {
    min-width: 100px;
    line-height: 30px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #fff;
	background: #000;
	margin: 0 5px;
    flex-shrink: 0;
    padding: 0 10px
}

.menu-list .menu-item-sel a:link,
.menu-list .menu-item-sel a:visited,
.menu-list .menu-item-sel a:hover {
    color: #fff;
    background: #000;
}