﻿@charset "UTF-8";

.product-list-page .main-content .notice-link > a:hover, .product-list-page .main-content .notice-link > p > s, .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a:hover, .product-list-page .main-content .products h3 .more:hover {
    text-decoration: none;
}

.product-list-page .main-content .products {
    margin: .3rem 0 .4rem 0;
    padding: 0 .2rem;
}

    .product-list-page .main-content .products h3 {
        position: relative;
        width: 100%;
        height: 1rem;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }

    .product-list-page .main-content .products h3 .tit {
        font-size: .45rem;
        line-height: 1.1;
        width: 70%;
    }

        .product-list-page .main-content .products h3 .swiper-nav {
            position: absolute;
            top: 50%;
            right: 1.1rem;
            height: 100%;
            width: 1.7rem;
            -webkit-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
            text-align:center;
        }

            .product-list-page .main-content .products h3 .swiper-nav > div {
                position: absolute;
                top: 50%;
                height: .35rem;
                -webkit-transform: translate(0,-50%);
                -ms-transform: translate(0,-50%);
                transform: translate(0,-50%);
            }

            .product-list-page .main-content .products h3 .swiper-nav .button-next, .product-list-page .main-content .products h3 .swiper-nav .button-prev {
                width: .35rem;
            }

                .product-list-page .main-content .products h3 .swiper-nav .button-next > span, .product-list-page .main-content .products h3 .swiper-nav .button-prev > span {
                    font-size: .35rem;
                }

                .product-list-page .main-content .products h3 .swiper-nav .button-next:active, .product-list-page .main-content .products h3 .swiper-nav .button-next:focus, .product-list-page .main-content .products h3 .swiper-nav .button-prev:active, .product-list-page .main-content .products h3 .swiper-nav .button-prev:focus {
                    -webkit-transform: scale(.95) translate(0,-50%);
                    -ms-transform: scale(.95) translate(0,-50%);
                    transform: scale(.95) translate(0,-50%);
                }

            .product-list-page .main-content .products h3 .swiper-nav .button-prev {
                left: 0;
            }

            .product-list-page .main-content .products h3 .swiper-nav .pagination {
                left: .35rem;
                margin: 0;
                width: 1rem;
                color: #2d282f;
                font-size: .2rem;
                text-align: center;
                line-height: 2;
            }

            .product-list-page .main-content .products h3 .swiper-nav .button-next {
                right: 0;
                -webkit-transform: translate(0,-50%);
                -ms-transform: translate(0,-50%);
                transform: translate(0,-50%);
            }

                .product-list-page .main-content .products h3 .swiper-nav .button-next:active, .product-list-page .main-content .products h3 .swiper-nav .button-next:focus {
                    -webkit-transform: scale(.95) translate(0,-50%);
                    -ms-transform: scale(.95) translate(0,-50%);
                    transform: scale(.95) translate(0,-50%);
                }

        .product-list-page .main-content .products h3 .more {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            top: 50%;
            right: 15px;
            width: .8rem;
            height: .32rem;
            -webkit-border-radius: .03rem;
            border-radius: .08rem;
            border: 1px solid #2d282f;
            color: #2d282f;
            text-align: center;
            font-size: .18rem;
            -webkit-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
            line-height: 1.8em;
        }

    .product-list-page .main-content .products .products-swiper {
        overflow: hidden;
    }

        .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a {
            display: block;
        }

            .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a > img {
                width: 100%;
                border-radius:10px;
            }

            .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a > p {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 0;
                margin: .1rem 0;
            }

                .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a > p > span {
                    font-size: .22rem;
                    color: #2d282f;
                }

                .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a > p > i {
                    display: inline-block;
                    height: .2rem;
                    width: .45rem;
                    margin: 0 .1rem;
                    -webkit-border-radius: .06rem;
                    border-radius: .06rem;
                    font-size: .12rem;
                    color: #fff;
                    text-align: center;
                    line-height: .2rem;
                }

                    .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a > p > i.new {
                        background: #f0a683;
                    }

                    .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a > p > i.under {
                        background: #c9c9c9;
                    }

            .product-list-page .main-content .products .products-swiper .swiper-wrapper .swiper-slide > a > span {
                font-size: .14rem;
                color: #999;
				display:block;
				height:0.8rem;
				overflow:hidden;
            }

    .product-list-page .main-content .products .products-list {
        width: 100%;
    }

        .product-list-page .main-content .products .products-list > div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
        }

            .product-list-page .main-content .products .products-list > div > div {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                width: 50% !important;
                padding: .1rem;
            }

                .product-list-page .main-content .products .products-list > div > div > a {
                    display: block;
                    width: 100%;
                    text-decoration: none;
                }

                    .product-list-page .main-content .products .products-list > div > div > a > img {
                        width: 100%;
                        max-width: 100%;
                        border-radius:7px;
                    }

                    .product-list-page .main-content .products .products-list > div > div > a > p {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: start;
                        -webkit-justify-content: flex-start;
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font-size: 0;
                        margin: .1rem 0 0 0;
                    }

                        .product-list-page .main-content .products .products-list > div > div > a > p > span {
                            font-size: .2rem;
                            color: #2d282f;
                        }

                        .product-list-page .main-content .products .products-list > div > div > a > p > i {
                            display: inline-block;
                            height: .2rem;
                            width: .45rem;
                            margin: 0 .1rem;
                            -webkit-border-radius: .06rem;
                            border-radius: .06rem;
                            font-size: .13rem;
                            color: #fff;
                            text-align: center;
                            line-height: .2rem;
                        }

                            .product-list-page .main-content .products .products-list > div > div > a > p > i.new {
                                background: #f0a683;
                            }

                            .product-list-page .main-content .products .products-list > div > div > a > p > i.under {
                                background: #c9c9c9;
                            }

                    .product-list-page .main-content .products .products-list > div > div > a > span {
                        text-align: left;
                        font-size: .16rem;
                        color: #999;
                    }

.product-list-page .main-content .notice-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem auto 1rem;
}

    .product-list-page .main-content .notice-link > p {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #2d282f;
    }

        .product-list-page .main-content .notice-link > p > s {
            font-size: .36rem;
        }

        .product-list-page .main-content .notice-link > p > span {
            font-size: .16rem;
        }

    .product-list-page .main-content .notice-link > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: .1rem;
        width: .8rem;
        height: .8rem;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: .16rem;
        color: #2d282f;
        background: #f0a683;
        text-align: center;
        line-height: .6rem;
    }
    @media (max-width:767px) {
        .product-list-page .main-content .products {
            margin-bottom: .5rem;
            padding: 0;
        }
        .product-list-page .main-content .products .products-list > div > div > a > p > span {
            font-size: .32rem;}
        .product-list-page .main-content .products .products-list > div > div > a > span {
            font-size: .26rem;
			height: 1.9rem;
			display: block;
			overflow: hidden;
			
        .product-list-page .main-content .products h3 .more {
            width: 1rem;
    height: .40rem;
    font-size: .26rem;
        }
        .product-list-page .main-content .products h3 {
        position: relative;
        width: 100%;
        height: 1rem;
        padding: .1rem;
    }
    .product-list-page .main-content .products h3 .more {
    right:5px;
}
    
    }

    