﻿/* 列表 start */
.card-list-container {
    margin-top: 10px;
}
.card-list.loading {
    opacity: .8;
}
.card-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    min-height: 400px;
    width: 270px;
    margin-right: 16px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}
.card-item .card-img {
    width: 100%;
    height: 173px;
    padding: 20px 0;
}
.card-item:nth-child(3n) {
    margin-right: 0px;
}
.card-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #F5F5F5;
}
.card-item .cover-img {
    width: 100%;
    height: 173px;
}
.card-item .card-content {
    color: #969696;
    font-size: 14px;
    padding: 10px;
}
.card-item .card-content h4 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.card-item .card-content h5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-item .card-content p {
    margin: 0;
}
.card-item .content-top span::after {
    content: '/';
    margin-right: 5px;
}
.card-item .content-top span:nth-last-of-type(1)::after {
    content: '';
}
.card-item .content-top span img {
    width: 16px;
    margin-right: 4px;
}
.card-item .content-btm .price-wrap span {
    font-size: 22px;
    font-weight: bold;
}
.btn-wrap {
    text-align: center;
}
.load-btn {
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background-color: #FF2965;
    border: none;
    outline: none;
}
.empty-container h1 {
    text-align: center;
    font-size: 26px;
    margin-top: 100px;
}
/* 列表 end */

/*Filter start*/
.filter-container {
    position: relative;
}
.filter-container .filter-body{
   border: 1px solid #E6E6E6;
   background: #fff;
   padding: 0 15px 25px;
}
.filter-header {
    height: 58px;
    color: #fff;
    font-size: 18px;
    line-height: 58px;
    position: relative;
    padding-left: 10px;
}
.filter-header .clear-btn {
    border: 1px solid #fff;
    border-radius: 3px;
    right: 15px;
    position: absolute;
    bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    cursor: pointer;
}
.filter-header .clear-btn:hover {
    opacity: .8;
}
.u-checkbox-square span {
    color: #666 !important;
}
.filter-item .flex-vc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.filter-item .u-checkbox-square {
    padding: 6px 0 6px 0;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    height: 25px;
}
.filter-block {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    padding-top: 20px;
}
.filter-block .view-all-btn {
    display: block;
    border-radius: 2px;
    border: 1px solid #4d87e5;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 0;
    color: #4d87e5;
    cursor: pointer;
}
.filter-item.hide, .view-all-btn.hide {
    display: none;
}
.filter-block p label {
    color: #898989;
    font-size: 16px;
}
.filter-block p i {
    color: #898989;
    cursor: pointer;
    font-size: 20px;
}
.u-checkbox-square input.check-tree {
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: initial;
}
.u-checkbox-square input {
    position: absolute;
    margin: 0;
    cursor: pointer;
}
.u-checkbox-square input[type=checkbox] + label {
    position: relative;
    padding: 0 0 0 25px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.u-checkbox-square input[type=checkbox] + label span, .u-checkbox-square input[type=checkbox] + label a {
    display: inline-block;
    white-space: normal;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 0;
    vertical-align: middle;
}
.u-checkbox-square input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
}
.u-checkbox-square input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0;
    -webkit-transform: none;
    transform: none;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
}
.u-checkbox-square input[type=checkbox]:checked+label:before {
    background: #ff5722;
    border: 1px solid #ff5722;
}
.u-checkbox-square input[type=checkbox]:checked+label:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    top: 50%;
    left: -8px;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg) translateY(-88%);
    transform: rotate(-45deg) translateY(-88%);
}
.u-checkbox-square input[type=checkbox]:checked + label::after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    left: 3px;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 2px solid white;
    border-top: none;
    border-right: none;
}
.u-checkbox-square input.halfcheck[type=checkbox] + label::after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    border: none;
    top: 7px;
    left: 4px;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
}
/*Filter end*/