
.el-pagination {
    --el-pagination-hover-color: #28a13a
}


.cate-block {
    margin: 0 auto;
    width: 100vw;
}

.cate-block .content {
    display: flex;
    flex-direction: column;
    padding: 3vw 0;

    /*justify-content: center;*/
}

.cate-block .cate-level1 {
    display: flex;
    flex-direction: row;
    padding: 3vw 0;
    /*margin-bottom: 4vw;*/
    color: #303030;
    overflow-y: auto;
    width: 100vw;
}

.cate-block .cate-level1 .item {
    min-width: 18vw;
    padding: 0 2vw;
    margin-right: 2vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 14px;
    text-align: center;
    /*margin-bottom: 3vw;*/

}

.cate-block .cate-level1 .label {
    padding: 0;
}

.cate-block .cate-level1:last-child {
    padding-bottom: 0;
}

.cate-block .cate-level1 .option {
    background-color: var(--primary-color-light);
    color: #303030;
    /*box-shadow: -2px 2px 4px 2px rgba(0,0,0,0.1);*/
    border-radius: 3px;

}

.cate-block .cate-level1 .option.active {
    background-color: var(--primary-color);
    color: #fff;
}

.product-block {
    /*width: 1200px;*/
    padding: 3vw;
    width: 100%;
    box-sizing: border-box;
}

.product-block .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.product-block .item {
    margin-right: 3vw;
    margin-bottom: 3vw;
    box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    text-decoration: unset;

}

.product-block .item:nth-child(3n) {
    margin-right: 0;
}

.product-block .item-content {
    box-sizing: border-box;
    width: 29.3vw;
}

.product-block .item-content .info {

}


.product-block .item-content .more {
    padding: 2vw 0;
    font-size: 3vw;
    text-align: center;
    color: #808080;
    flex: 1;
    position: relative;
}

.product-block .item-content .more.is-compare {

    color: #fff;
    background-color:   var(--primary-color);
;

}

.product-block .item-content .more:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60%;
    width: 1px;
    margin: auto 0;
    background-color: #e5e5e5;
}


.product-block .item .thumb-pic {
    height: 29.3vw;

}

.product-block .item .thumb-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.product-block .product-name {
    /*position: absolute;*/
    /*top: 23.3vw;*/
    /*left: 0;*/
    /*right: 0;*/
    font-size: 3.5vw;
    /*height: 6vw;*/
    line-height: 6vw;
    background-color: rgba(210, 183, 140, 0.71);
    color: #303030;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 2vw;
    /*color: #999;*/
}


.popup-block {

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(48, 48, 48, 0.4);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.popup-block>.content {

    width: 100vw;
    min-height: 100vh;
    background-color: #fff;
    /*border-radius: 6px;*/
    box-sizing: border-box;


}

.popup-block .content .title {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 3vw;
    background-color: #01605c;
    height: 14vw;
    line-height: 14vw;
    color: #fff;
}

.popup-block .content .config .item {
    line-height: 2;
    font-size: 3.6vw;
    color: #808080;
    display: flex;
    flex-direction: row;
    padding: 0 4vw;
}
.popup-block .config .item .label {

    min-width: 22vw;
    text-align: right;

}
.popup-block .content .btn {
    width: 40vw;
    height: 9vw;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 9vw;
    margin-top: 4vw;
    font-size: 4vw;
    border-radius: 8vw;
}

.product-spec img {
    width: 100%;
    height: auto;
    padding: 0 3vw;
    font-size: 0;
    box-sizing: border-box;
}

.product-content img {
    width: 100%;
    height: auto;
    display: flex;
}


.compare-btn {
    position: fixed;
    right: 4vw;
    bottom: 15vw;
    height: 15vw;
    background-color: #28a13a;
    width: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);


}

/*.compare-btn.bounce {*/
/*    animation: bounce 200ms;*/
/*}*/

.compare-btn .label {
    font-size: 3.5vw;
    /*width: 16px;*/
    /*font-size: 16px;*/
    /*padding-left: 5px;*/
    color: #fff;
}
.compare-btn .label.num {
    position: absolute;
    right: -1.5vw;
    top: -1.5vw;
    font-size: 3vw;
    background-color: #dd6161;
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    text-align: center;
    border-radius: 100%;

}

.color {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.color-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 3vw;
}
.color-item .color-label {
    line-height: 1.6;
    font-size: 3.2vw;
    /*transform: scale(0.8);*/
}
.color-block {
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 5px;

    /*box-shadow: 0 0  3px rgba(0,0,0,0.2);*/
}

.color-item.active  {
    color: #01605c;

}
.color-item.active .color-block {

    box-shadow: none;
    border:1px solid #01605c;

}

.color-block span {
    display: inline-block;
    height: 3vw;
    width: 6vw;
    font-size: 0;
}


.header-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3vw 4vw;
    width: 100vw;
    box-sizing: border-box;
    background-color: #fff;
}

.header-tab.float {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.header-tab .search-block {
    flex: 1;
    padding: 0;
}


.header-tab .header-compare-btn {
    color: #28a13a;
    padding: 0 2vw;
    position: relative;
}

.search-block .content {
    margin: 0;
}

.header-tab .header-compare-btn .label {
    position: absolute;
    right: -4vw;
    top: -3vw;
    background-color: rgba(40, 161, 58, 0.6);
    color: #fff;
    width: 8vw;
    height: 8vw;
    border-radius: 100%;
    text-align: center;
    line-height: 8vw;
    transform: scale(0.6);
}


.small-tab {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    /*justify-content: center;*/
    padding: 3vw;
    font-weight: bolder;
    position: relative;
}

.small-tab:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #28a13a;
}