@charset "utf-8";

.page_product .main {
    background-color: #fff;
    padding: 32px 16px;
}

@media (max-width: 768px) {
    .page_product .main {
        padding: 15px;
    }
}

/*
list_filter_bar
*/
.list_filter_bar .dl {
    margin-bottom: 10px;
    display: flex;
}

.list_filter_bar .dt {
    min-width: 60px;
    padding-right: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.list_filter_bar .dd {
    width: 100%;
}

.list_filter_bar .dd .link {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 5px;
}

.list_filter_bar .dd .link.active {
    color: #E04858;
    border: 1px solid #E04858;
}

.list_filter_bar .list_filter_quick {
    display: flex;
}

.list_filter_bar .list_filter_quick .item {
    margin: 10px;
}

.list_filter_bar .list_filter_quick .active {
    color: #E04858;
}

/*
wap_list_filter_bar
*/
.wap_list_filter_bar {
    display: none;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.wap_list_filter_bar .item_left {
    display: flex;
}

.wap_list_filter_bar .item {
    margin: 10px;
}

.wap_list_filter_bar .active {
    color: #E04858;
}

.wap_list_filter_bar_sp {
    height: 40px;
    display: none;
}


.wap_list_cate_bar {
    display: none;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    overflow-x: auto;
    align-items: center;
}

.wap_list_cate_bar .link {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    white-space: nowrap;
}

.wap_list_cate_bar .link.selected {
    background-color: #30975d;
    color: #fff;
}

@media (max-width: 992px) {
    .wap_list_filter_bar {
        display: flex;
    }

    .wap_list_filter_bar_sp {
        display: block;
    }

    .wap_list_cate_bar {
        display: flex;
    }

    .list_filter_bar .pc_list_filter_panel {
        display: none;
    }

}


/*
product_cat_list
*/
.product_cat_list {
    max-width: 1200px;
    margin: 0 15px;
}

.product_cat_list .item {
    margin: 20px auto;
    overflow: hidden;

    position: relative;
    display: flex;
}

.product_cat_list .item:nth-child(even) {
    flex-direction: row-reverse;
}

.product_cat_list .pic {
    width: 50%;
}

.product_cat_list .pic img {
    max-width: 100%;
    display: block;
}

.product_cat_list .pic .dt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    font-size: 24px;
    background-color: rgba(48, 151, 93, 0.6);
}

.product_cat_list .pic .dt .link {
    color: #fff;
}

.product_cat_list .txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 50%;
    height: 100%;
    padding: 20px;
}

.product_cat_list .txt .dt {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

.product_cat_list .txt .dd {
    width: 100%;
    color: #777;
}

@media (max-width: 768px) {
    .product_cat_list .item {
        position: relative;
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

    .product_cat_list .pic {
        width: 100%;
        display: block;
    }

    .product_cat_list .pic .dt {
        display: flex;
    }

    .product_cat_list .txt {
        display: none;
    }
}


/*
product_base
*/
.product_base {
    display: flex;
    margin-bottom: 30px;
}

.product_base .pics_view_wrapper {
    width: 420px;
    padding: 10px;
}


.product_base .product_info {
    flex: 1;
    padding-left: 20px;
}


.product_base .product_info h1 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
}

.product_base .product_info .price {
    font-size: 22px;
    color: #FC7500;
}

.product_base .product_info .price em {
    font-size: 15px;
}

/*
 * product_view_pics
 * */
.product_pics_view {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.product_pics_view .pic {
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_pics_view .item {
    cursor: pointer;
}

.product_pics_view .item img {
    max-width: 100%;
    max-height: 100%;
}

.product_pics_nav {
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.product_pics_nav .pic {
    margin: 0 10px;
    border: 1px solid #ddd;
}

.product_pics_nav .item img {
    max-width: 100%;
    max-height: 100%;
}

.product_pics_nav .slick-arrow {
    width: 30px;
    height: 100%;
    top: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #eee;
}

.product_pics_nav .slick-arrow ::before {
    font-size: 20px;
}

.product_pics_nav .slick-prev {
    left: -10px;
}

.product_pics_nav .slick-next {
    right: -10px;
}


@media (max-width: 400px) {
    .product_pics_nav {
        display: none;
    }
}

@media (max-width: 1300px) {
    .product_base .pics_view_wrapper {
        width: 360px;
        padding: 10px;
    }

    .product_pics_view .pic {
        width: 340px;
        height: 340px;
    }
}


.product_pics_view .slick-arrow {
    width: 30px;
    height: 30px;
}

.product_pics_view .slick-arrow::before {
    font-size: 20px;
}

.product_pics_view .slick-prev {
    left: -10px;
}

.product_pics_view .slick-next {
    right: -10px;
}

@media (max-width: 768px) {
    .product_pics_view .pic {
        width: 100%;
        height: 100%;
    }
}


@media (max-width: 768px) {
    .product_base {
        display: block;
        min-height: auto;
        padding: 0;
        margin: 0;
    }

    .product_base .pics_view_wrapper {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        padding: 15px 0;
    }

    .product_base .product_info {
        margin: 0 5px;
        padding-left: 0;
    }

    .product_pics_view .pic {
        width: 100%;
        height: 100%;
    }
}


