/* cate-header start */
.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: 3px 12px;
}

.head-secrch .head-secrch-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.head-secrch .head-secrch-label {
    width: 100%;
    font-size: 15px;
    color: #757575;
}

.head-secrch .head-secrch-label input {
    width: 100%;
}

.search-check .search-check-icon {
    font-size: 18px;
    color: #66667f;
}

/* cate-header end */
.cate-header .head-secrch-text .secrch-text-link {
    color: #232326;
    font-size: 15px;
}

.head-array-icon {
    font-size: 18px;
    color: #d1cfd1;
}

/* list-nav-tab start */
.list-nav-tab {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    display: flex;
    color: #333;
    align-items: center;
}

.nav-tab-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0;
}

.nav-tab-item a {
    color: #333;
}

.nav-tab-item.active a, .nav-tab-item.active i {
    color: #f92028;
}

/* list-nav-tab end */
.nav-tab-icon {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
}

/* goods-list-warp start */
.goods-list-warp {
    width: 100%;
}

.goods-list-warp .goods-list-modu {
    padding: 0 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.goods-list-item {
    width: 50%;
    padding: 0 4px;
    background: none;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 6px;
}

.goods-list-item .goods-img {
    width: 100%;
    border: 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    padding: 8px;
}

.goods-list-item .goods-img-link {
    width: 100%;
    display: block;
}

.goods-img-link .goods-img-pic {
    width: 100%;
}

.goods-list-item .goods-info {
    flex: 1;
    padding: 8px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.goods-info .goods-info-name {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 0;
}

.goods-info-name .info-name-link {
    min-height: 42px;
    word-break: break-all;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #232326;
}

.goods-info .goods-info-price {
    font-size: 16px;
    padding: 3px 0;
    color: #f92028;
}

.goods-info .goods-info-out {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.goods-info-out .info-out-tag {
    background-color: #fef0f0;
    padding: 1px 5px;
    border-radius: 5px;
    color: #f92028;
    font-size: 13px;
}

.goods-info-out .info-out-em {
    flex: 1;
    color: #999;
    margin-left: 8px;
    font-size: 11px;
}

.info-out-icon {
    font-size: 18px;
    color: #f92028;
}

/* goods-list-warp end */
.footer-tips {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #888;
    padding: 12px;
}

/* goods-list-even start */
.goods-list-warp .goods-list-even.goods-list-modu {
    padding: 0 7px;
    overflow: hidden;
    margin-bottom: 10px;
}

.goods-list-warp .goods-list-even.goods-list-modu .goods-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 6px;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
}

/* goods-list-even end */
.goods-list-warp .goods-list-even.goods-list-modu .goods-list-item .goods-img {
    border: 1px solid #f1f1f1;
    margin-right: 12px;
    max-width: 30%;
    flex-shrink: 0;
}

/* screen-page-wrap start */
.screen-page-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f9;
}

.screen-page-cont {
    height: 100%;
}

.screen-page-cont .screen-page-head {
    background-color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.screen-page-head .page-head-text {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.screen-page-head .page-head-btn .van-switch {
    font-size: 23px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    box-sizing: content-box;
    padding: 11px 22px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.van-switch.van-switch-on {
    background-color: #f92028;
}

.page-head-btn .van-switch_node {
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
    position: absolute;
    border-radius: 100%;
    padding: 11px;
    background-color: #fff;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .05);
}

.page-cont-ul {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 0 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-cont-ul .cont-ul-item {
    text-align: center;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.cont-ul-item .cont-ul-label {
    display: block;
    padding: 5px;
    color: #666;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.page-cont-mod {
    padding: 0;
}

.page-cont-mod .cont-ul-title {
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #e5e5e5;
}

.cont-ul-title .ul-title-text {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont-ul-input {
    padding: 11px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.ul-input-value {
    margin: 0 12px;
    padding: 12px;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.ul-input-control {
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
}

.page-cont-group {
    padding: 12px;
    background-color: #fff;
}

.page-cont-group .page-cont-cell_van {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-cell_van-lab {
    font-size: 16px;
    color: #575757;
}

.page-cont-icon {
    font-size: 15px;
    color: #999;
}

.screen-page-btn {
    display: flex;
    align-items: center;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-btn-bottom {
    width: calc(100% / 2);
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
}

.page-btn-bottom.page-btn-confirm {
    color: #fff;
    background-color: #e93b3d;
}

/* screen-page-wrap end */
.page-btn-bottom.page-btn-close {
    color: #333;
    background-color: #fff;
}

.pagination-box {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
