/* cate-header start */
html,
body,
.category-index-page,
.wrapper {
    height: 100%;
    max-height: 100%;
}

.wrapper {
    overflow: hidden;
}

.cate-header {
    display: flex;
    padding: 12px 14px;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.cate-header .head-back .head-back-link {
    color: #99a6c4;
}

.cate-header .head-secrch {
    flex: 1;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #ddd;
    margin: 0 10px;
    padding: 4px 12px;
}

.head-secrch .head-secrch-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.head-secrch .head-secrch-label {
    font-size: 15px;
    color: #757575;
}

/* cate-header end */
.search-check .search-check-icon {
    font-size: 18px;
    color: #66667f;
}

/* cate-box start */

.cate-box {
    width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.cate-left {
    width: 26%;
    height: 100%;
    max-height: 100%;
    border-right: 1px solid #f5f5f5;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
    padding-bottom: 100px;
}

.cate-list-box .cate-left-list {
    width: 100%;
}

.cate-list-tab {
    text-align: center;
    overflow: hidden;
    padding: 12px 0;
}

.cate-list-tab .list-tab-text {
    margin: 0;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: unset;
    text-overflow: ellipsis;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 8px;
}

/* cate-box end */
.cate-list-tab .list-tab-text.active {
    border-left: .25rem solid #f23030;
    color: #f23030;
}

/* cate-right start */
.cate-right {
    width: 74%;
    max-height: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 26%;
    overflow: scroll;
    padding-bottom: 100px;
}

.cate-right .cate-wrap {
    width: 100%;
    padding: 0 12px;
    display: none;
}

.cate-right .cate-wrap.active {
    display: block;
}

.cate-wrap .wrap-head-img {
    width: 100%;
}

.wrap-head-img img {
    width: 100%;
}

.cate-wrap .wrap-module {
    overflow: hidden;
}

.wrap-module .wrap-module-title {
    margin: 12px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.wrap-module-title .line {
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #e0e0e0;
    margin: 0 8px;
}

.wrap-module-title .modu-titl-link {
    color: #3b3b3b;
}

.wrap-module-goods {
    width: 100%;
}

.wrap-module-goods .module-goods-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.module-goods-list .goods-list-item {
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 14px;
}

.goods-list-link .goods-img {
    display: inline-block;
    width: 62.39px;
}

.goods-img .goods-img-pic {
    width: 100%;
}

/* cate-right end */
.goods-list-link .goods-name {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cate-right .cate-wrap .cate-title {
    margin: 12px 0;
    font-size: 14px;
}

.cate-right .cate-wrap .cate-title a {
    color: #333;
    font-weight: 700;
}
