.uni-app--showtabbar uni-page-wrapper {
    display: block;
    height: calc(100% - 50px);
    height: calc(100% - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 50px - env(safe-area-inset-bottom));
}
uni-page-body {
    height: 100%;
    width: 100%;
}
uni-page-body {
    margin: 0;
    padding: 0;
    background: #fff;
}
uni-image {
    height: auto;
    vertical-align: middle;
}
uni-image, uni-video {
    width: 100%;
}
.uni-load-more[data-v-0af76499] {
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.uni-load-more__text[data-v-0af76499] {
    font-size: 14px;
    margin-left: 8px;
}
.category-fixed[data-v-3b25e9f5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fdf003;
}
.search[data-v-6d9ca7fc] {
    display: flex;
    width: 100%;
    background-color: #fdf003;
    position: relative;
}
.search-main1[data-v-6d9ca7fc] {
    width: 70%;
    display: table;
}
.search-main1[data-v-6d9ca7fc] {
    width: 100%;
}
.search-main2[data-v-6d9ca7fc] {
    width: 100%;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
}
.search-main3[data-v-6d9ca7fc] {
    width: 100%;
    display: flex;
    height: 30px;
}
.search-input[data-v-6d9ca7fc] {
    box-sizing: border-box;
    margin: 0 10px;
}
.search-input-text[data-v-6d9ca7fc] {
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border: 1px solid #d6b003;
    border-radius: 20px;
    background-color: #fff;
    font-size: 13px;
}
.search-input-placeholder[data-v-6d9ca7fc] {
    line-height: 30px;
    color: #bfbfbf;
    font-size: 12px;
}
.typeTab[data-v-3b25e9f5] {
    height: 40px;
    width: 100%;
    display: flex;
    box-shadow: 0 2px 4px 0 rgba(116,110,0,.2);
}
.typeTab-category[data-v-3b25e9f5], .typeTab-brand[data-v-3b25e9f5] {
    width: 50%;
    background-color: #fdf003;
    display: flex;
    align-items: center;
    justify-content: center;
}
.typeTab-category-text.selected[data-v-3b25e9f5], .typeTab-brand-text.selected[data-v-3b25e9f5] {
    border-bottom: 2px solid #262626;
    color: #262626;
    font-size: 16px;
}
.typeTab-category-text[data-v-3b25e9f5], .typeTab-brand-text[data-v-3b25e9f5] {
    width: 40%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #7e7701;
    font-size: 14px;
}
.typeTab-category[data-v-3b25e9f5], .typeTab-brand[data-v-3b25e9f5] {
    width: 50%;
    background-color: #fdf003;
    display: flex;
    align-items: center;
    justify-content: center;
}
.typeTab-category-text[data-v-3b25e9f5], .typeTab-brand-text[data-v-3b25e9f5] {
    width: 40%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #7e7701;
    font-size: 14px;
}
.category-center[data-v-3b25e9f5] {
    width: 100%;
    display: flex;
    margin-top: 2px;
}
.category-center-left[data-v-3b25e9f5] {
    width: 25%;
    flex: 1;
    /* height: auto; */
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
}
.ccl-item.selected[data-v-3b25e9f5] {
    background-color: #fff;
    color: #d6b003;
}
.ccl-item[data-v-3b25e9f5] {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #7f7f7f;
    background-color: #f7f7f7;
	overflow:hidden;
}
.category-center-right[data-v-3b25e9f5] {
    width: 75%;
    /* flex: 3; */
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ccr-subCate[data-v-3b25e9f5] {
    width: 100%;
}
.ccr-subCate-title[data-v-3b25e9f5] {
    display: flex;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
}
.cst-left[data-v-3b25e9f5] {
    width: 80%;
    text-align: left;
    color: #262626;
    font-size: 14px;
}
.cst-right[data-v-3b25e9f5] {
    width: 20%;
    text-align: right;
    color: #7f7f7f;
    font-size: 12px;
}
.cst-right .iconfont-right[data-v-3b25e9f5] {
    font-size: 12px;
    margin-left: 5px;
}
.iconfont {
    font-family: iconfont!important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ccr-subCate-items[data-v-3b25e9f5] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ccr-subCate-item[data-v-3b25e9f5] {
    flex-direction: column;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    /*margin:0 20px;*/
}
.ccr-subCate-item-img[data-v-3b25e9f5] {
    height: 80px;
    width: 90px;
}
.ccr-subCate-item-text[data-v-3b25e9f5] {
    height: 20px;
    width: 100%;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -5px;
    background-color: #fafafa;
    z-index: 2;
	padding:20px 0;
}
.bc-hotBrand-text[data-v-3b25e9f5], .bc-allBrand-text[data-v-3b25e9f5] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7f7f7f;
    font-size: 16px;
}
.bc-hotBrand[data-v-3b25e9f5] {
    display: flex;
    padding: 0 10px;
    height: auto;
    flex-wrap: wrap;
	margin-left:20px;
}
.bc-hotBrand-item[data-v-3b25e9f5] {
    width: 23%;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #f5f5f5;
    margin: 0 8px 5px 0;
}
.bhi-img[data-v-3b25e9f5] {
    height: 80px;
    width: 120px;
}
.bc-hotBrand-text[data-v-3b25e9f5], .bc-allBrand-text[data-v-3b25e9f5] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7f7f7f;
    font-size: 16px;
}
.bc-allBrand-container[data-v-3b25e9f5] {
    display: flex;
    width: 100%;
}
.bac-left[data-v-3b25e9f5] {
    width: 50px;
    display: flex;
    flex-direction: column;
}
.bac-left-item[data-v-3b25e9f5] {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #bc9b03;
    font-size: 20px;
}
.bac-center[data-v-3b25e9f5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.bac-center-item[data-v-3b25e9f5] {
    display: flex;
    margin-bottom: 10px;
}
.bci-img[data-v-3b25e9f5] {
    width: 120px;
    height: 52px;
    border: 1px solid #f5f5f5;
    text-align: center;
}
.bci-img uni-image[data-v-3b25e9f5] {
    height: 100%;
    width: auto;
}
.bci-title[data-v-3b25e9f5] {
    flex: 1;
    line-height: 34px;
    padding-left: 15px;
    color: #7f7f7f;
    font-size: 14px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.bac-right[data-v-3b25e9f5] {
    width: 50px;
    display: flex;
    flex-direction: column;
}
.bac-right-item[data-v-3b25e9f5] {
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #7f7f7f;
}
.bac-right-item.selected[data-v-3b25e9f5] {
    border-radius: 50%;
    background: #bc9b03;
    color: #fff;
}