/*响应式/Daxone_5.18ZF19/index.html*/
.product-area {

}

.pb-135 {
    padding-bottom: 135px;
}

.product-wrap {
    position: relative;
}

.product-wrap .product-img {
    position: relative;
    overflow: hidden;
}

.product-wrap .product-img a img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.product-wrap .product-img > span {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #ff5151;
    top: 10px;
    transition: all .3s ease 0s;
}

.product-wrap .product-img > span.price-dec {
    line-height: 45px;
    right: 10px;
}

.product-wrap .product-img > span.font-dec {
    font-size: 12px;
    left: 10px;
}

.product-wrap .product-img > span.new-stock {
    font-size: 12px;
    line-height: 58px;
    right: 10px;
}

.product-wrap .product-img > span.new-stock > span {
    line-height: 1;
    display: inline-block;
}

.product-wrap .product-img .product-action {
    position: absolute;
    left: 20px;
    bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-wrap .product-img .product-action a {
    font-size: 22px;
    color: #737373;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    margin: 5px 0 5px -20px;
    opacity: 0;
    visibility: hidden;
}

.product-wrap .product-content > span {
    color: #737373;
    font-size: 14px;
}

.product-wrap .product-content h4 {
    font-size: 16px;
    margin: 0px 0 5px;
}

.product-wrap .product-content h4 a {
    font-size: 16px;
}

.product-wrap .product-content .price-addtocart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination-style ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pagination-style ul li {
    display: inline-block;
}

.pagination-style ul li a {
    font-size: 18px;
    color: #706c6c;
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 100%;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    transition: all .3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .pagination-style ul li a {
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 15px;
    }
}

.pagination-style ul li a.active, .pagination-style ul li a:hover {
    color: #fff;
    background-color: #ff5151;
}

.pagination-style ul li a.next {
    width: 48px;
    color: #fff;
    background-color: #ff5151;
    height: 35px;
    border-radius: 0 50px 50px 0px;
    margin: 0 0px 0 20px;
}

@media only screen and (max-width: 767px) {
    .pagination-style ul li a.next {
        width: 35px;
        margin: 0 0px 0 5px;
        line-height: 35px;
    }
}

.pagination-style ul li a.next:hover {
    background-color: #333;
}

.pagination-style ul li a.prev {
    width: 48px;
    color: #fff;
    background-color: #ff5151;
    height: 35px;
    border-radius: 50px 0px 0px 50px;
    margin: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
    .pagination-style ul li a.prev {
        width: 35px;
        margin: 0 5px 0 0;
        line-height: 35px;
    }
}

.pagination-style ul li a.prev:hover {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .pagination-style.mt-40 {
        margin-top: 0;
    }
}
