@charset "utf-8";

/* ——————————————————————————
 * subCate
/* —————————————————————————— */
.subCate {
    text-align: center
}

.subCate ul {
    display: inline-block
}

.subCate ul li {
    float: left;
    padding-left: 35px
}

.subCate ul li:first-child {
    padding-left: 0
}

.subCate ul li a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #9ea5ab;
    line-height: 44px
}

.subCate ul li a:hover {
    color: #212529
}

.subCate ul li a.active {
    font-weight: 700;
    color: #212529
}

.subCate ul li a.active:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a50034
}


/* ——————————————————————————
 * prodList_none
/* —————————————————————————— */
.prodList_none {
    padding: 100px 0 120px;
    text-align: center
}

.prodList_none p {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 40px 0 0
}

.prodList_none p em {
    line-height: 27px;
}

/* ——————————————————————————
 * prodList_sort
/* —————————————————————————— */
.prodList_sort {
    position: relative;
    margin: 30px 0 20px;
    border-top: 1px solid #eee;
    padding-top: 20px
}

.prodList_sort h3 {
    font-size: 18px;
    line-height: 32px
}

.prodList_sort .sorting {
    position: absolute;
    top: 20px;
    right: 0
}


/* ——————————————————————————
 * prod_list
/* —————————————————————————— */
/* prod_list || basic */
.prod_list ul li.list_none {
    width: 100%;
    padding: 120px 0
}

.prod_list ul li.list_none p {
    text-align: center;
    font-size: 18px;
    color: #bbb
}

/* prod_list_swiper */
.prod_list_swiper {
    padding-bottom: 2px
}

.prod_list_swiper .custom_paging {
    position: absolute;
    top: -30px;
    right: 0
}

.prod_list_swiper .custom_paging li {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #999;
    display: none
}

.prod_list_swiper .custom_paging li.slick-active {
    display: block
}

.prod_list_swiper .custom_paging li em {
    color: #000
}

.prod_list_swiper .slick-arrow {
    width: 40px;
    height: 80px;
    background: url("../img/prod_list_swiper_arr.png") no-repeat 0 0 #fff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border: 1px solid #eee;
    margin-top: -40px;
    font-size: 0;
    text-indent: -999999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 10
}

.prod_list_swiper .slick-arrow.slick-prev {
    left: -75px;
    border-left: 0;
    border-radius: 0 20px 20px 0
}

.prod_list_swiper .slick-arrow.slick-next {
    background-position: 100% 0;
    right: -75px;
    border-right: 0;
    border-radius: 20px 0 0 20px
}


/* ——————————————————————————
 * prod_box
/* —————————————————————————— */
/* prod_box || basic */
.prod_box .info .prd_tit {
    height: 85px;
}

.prod_box .info .event_tit {
    color: #e60031;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-top: 10px;
}

.prod_box .info .prd_tit h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 3em;
}

.prod_box .info .prd_tit .model {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    color: #aaa;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prod_box .info .prd_prc {
    border-top: 1px dashed #e4e4e4;
    margin-top: 10px;
    padding-top: 10px;
}

.prod_box .info .prd_prc dl {
    font-size: 15px;
    line-height: 26px;
    color: #495057
}

.prod_box .info .prd_prc dl.card {
    color: #a50034
}

.prod_box .info .prd_prc dd,
.prod_box .info .prd_prc dt {
    width: 50%;
    float: left
}

.prod_box .info .prd_prc dd {
    letter-spacing: 0;
    text-align: right
}

.prod_box .info .prd_prc dd em {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-top: -1px
}


/* prd_combine */
.prod_box a.prd_combine {
    background: #FAF0F0;
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
}

.prod_box a.prd_combine p {
    font-size: 16px;
    line-height: 16px;
    color: #A50034;
}

.prod_box a.prd_combine p span {
    font-weight: 500;
    margin-left: 12px;
}

/* prod_box_min */
.prod_box_min {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.prod_box_min a {
    display: block
}

.prod_box_min .photo {
    position: relative;
    border-radius: 40%;
    overflow: hidden
}

.prod_box_min .photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.05;
    filter: alpha(opacity=5)
}

.prod_box_min .photo img {
    width: 100%;
    height: auto
}

.prod_box_min .info {
    height: 140px;
    padding: 18px 8px 0;
    text-align: center
}

.prod_box_min .info .prd_tit h3 {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 3em;
    color: #888
}

.prod_box_min .info .prd_prc {
    margin-top: 8px
}

.prod_box_min .info .prd_prc dl {
    font-size: 13px;
    line-height: 22px
}

.prod_box_min .info .prd_prc dl.card {
    color: #a50034
}

.prod_box_min .info .prd_prc dd,
.prod_box_min .info .prd_prc dt {
    display: inline-block
}

.prod_box_min .info .prd_prc dd {
    letter-spacing: 0;
    margin-left: 2px
}

.prod_box_min .info .prd_prc dd em {
    display: inline-block;
    font-size: 15px;
    font-weight: 700
}