﻿/*左filter樣式 Start*/
.filter-content {
    border-right: 1px solid #e0e0e0;
    border-top: 5px solid #199fbc;
    padding: 10px 0;
    background: #fff;
}
.filter-block {
    margin-bottom: 20px;
}
.filter-content h3 {
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
}
.select-tag .tag-list .tag-name {
    padding: 4px 6px;
    border-radius: 2px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 12px 12px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
    position: relative;
    padding-right: 30px;
    line-height: 1.3;
}
.select-tag .tag-list .tag-name:hover {
    color: #4985e6;
}
.select-tag .tag-list span {
    display: inline-block;
    font-size: 14px;
}
.select-tag .tag-list i {
    position: absolute;
    top: 7px;
    right: 6px;
    margin-left: 12px;
    font-size: 12px;
}
.select-tag .clear-all {
    color: #4985e6;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.select-tag .clear-all:hover {
    opacity: .8;
}
.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 10px;
    color: #4d87e5;
    cursor: pointer;
}
.filter-item:nth-of-type(n+7) {
    display: none;
}
.filter-item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 10px;
}
.filter-item .item-content:hover {
    background-color: #eeeeee;
}
.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;
}
.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-item .fa {
    font-size: 20px;
    margin-top: 4px;
    color: #666;
    cursor: pointer;
}
.filter-item .item-tree {
    margin-left: 15px;
}
.filter-item .item-lev2 {
    position: relative;
}
.filter-item .item-lev2:hover .list-three-container {
    display: block;
}

.list-three-container {
    position: absolute;
    border-radius: 2px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    left: 93%;
    top: 0;
    z-index: 10;
    display: none;
}
.halo-tree {
    width: 797px;
    padding: 24px 20px 24px 12px;
    max-height: 380px;
    box-sizing: border-box;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    -webkit-transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
    transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
}
.halo-tree li {
    margin-right: 16px;
}
/*左filter樣式 End*/

/*右側 列表 Start*/
.card-list {
    margin-top: 20px;
}
.card-item {
    position: relative;
    border: 1px solid #E6E6E6;
    width: 270px;
    height: 300px;
    margin-right: 16px;
    margin-bottom: 20px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
}
.card-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.card-item:hover .card-content {
    background: #F5F5F5;
}
.card-item:nth-child(3n) {
    margin-right: 0px;
}
.card-item .card-img {
    width: 100%;
    height: 173px;
}
.cover-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.card-item .card-content {
    color: #333333;
    padding: 10px;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.card-item .card-conten h5 {
    font-size: 14px;
}
.card-item .content-buttom {
     display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.card-item .content-buttom .price-wrap {
    color: #FF2965;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 10px
}
.card-item .content-buttom .price-wrap span {
    font-size: 22px;
    font-weight: bold;
    margin-left: 2px;
}
.card-item .content-buttom .location-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    word-break: break-word
}
.card-item .content-buttom .location-wrap img {
    width: 16px;
    margin-right: 5px;
}
.card-item .start-date-wrap {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    margin-top: 10px;
    padding-left: 10px;
 }
.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;
}
.load-btn:hover, .load-btn:focus {
    color: #fff;
    border: none;
}
.empty-container h1 {
    text-align: center;
    font-size: 26px;
    margin-top: 100px;
}
/*右側 列表 End*/
