.bg-search.china {
    background-image: url('../static/images/bg-cn.jpg');
}
.bg-search.hk {
    background-image: url('../static/images/bg-hk.jpg');
}
.bg-search.eu {
    background-image: url('../static/images/bg-eu.png');
}

.bg-search-mobile.china {
    background-image: url('../static/images/bg-cn-mobile.jpg') !important;
    background-size: cover;
    background-position: center;
}
.bg-search-mobile.hk {
    background-image: url('../static/images/bg-hk-mobile.jpg') !important;
    background-size: cover;
    background-position: center;
}
.bg-search-mobile.eu {
}

/* 页面banner */
.search-content-header {
    height: 450px;
    display: flex;
    align-items: center;
    color: #191919;
    position: relative;
}
.search-content-header .search-banner {
    z-index: 1;
}
.search-content-header .search-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 20px;
    font-family: PingFangSC-Medium, Helvetica, 微软雅黑, Arial,  Verdana, sans-serif;

}
.search-content-header .search-info {
    font-size: 16px;
    line-height: 24px;
}

.selectC {
    display: flex;
    min-width: 300px;
}

@media (max-width: 1600px) and (min-width: 1280px) {
    .bg-content-wapper,
    .bg-content,
    .search-content-header {
        height: 360px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .bg-content,
    .bg-content-wapper,
    .search-content-header {
        height: 300px;
    }
}

@media (min-width: 650px) and (max-width: 768px) {
    .bg-content,
    .bg-content-wapper,
    .search-content-header {
        height: 250px;
        background-position-x: -240px;
    }

}

@media (min-width: 500px) and (max-width: 650px) {
    .bg-content,
    .bg-content-wapper,
    .search-content-header {
        height: 250px;
        background-position-x: -390px;
    }
}

@media (min-width: 420px) and (max-width: 500px) {
    .bg-content,
    .bg-content-wapper,
    .search-content-header {
        height: 250px;
        background-position-x: -470px;
    }
}

@media (max-width: 420px) {
    .search-fillter {
        padding: 18px 16px 14px !important;
    }
    .bg-content,
    .bg-content-wapper,
    .search-content-header {
        height: 250px;
        background-position-x: -550px;
    }
}

@media (max-width: 768px) {
    .search-fillter .category-content .category-title {
        width: 100% !important;
    }
    .category-content {
        display: block !important;
    }
    .selectC {
        display: block;
    }
    .search-fillter .category-content .category-all {
        text-align: left !important;
    }
    .category-all .separator {
        display: none;
    }
    .category-other.por-checkbox-group {
        margin-left: 0;
    }
    .search-list .list-card-wapper .list-card-left {
        display: block;
    }
    .search-list .list-card-wapper .list-card-left .list-card-content {
        padding-left: 0;
    }
}

/* 搜索区域 */
.search-form-area {
    padding-bottom: 24px;
    padding-top: 56px;
}
.search-form-area .search-content {
    position: relative;
}
.search-form-area .search-content input {
    padding-left: 56px;
    padding-right: 136px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 32px;
    border: none;
}
.search-form-area .search-content input::placeholder {
    color: #a5a5a5;
    font-size: 16px;
}
.search-form-area .search-content .input-icon {
    position: absolute;
    cursor: pointer;
}
.search-form-area .search-content .input-icon.por-icon-search {
    top: 15px;
    left: 24px;
    font-size: 18px;
}
.search-form-area .search-content .input-icon.por-icon-close {
    display: none;
    top: 12px;
    right: 100px;
    font-size: 24px;
    color: #808080;
}
.search-form-area .search-content .input-icon.por-icon-close:hover {
    color: #191919;
}
.search-form-area .search-content .input-icon.por-icon-close.en {
    right: 110px;
}
.search-form-area .search-content .search-btn {
    display: none;
    position: absolute;
    top: 8px;
    right: 10px;
}

/* 筛选区域 */
.search-fillter {
    margin-top: 16px;
    padding: 36px 32px 28px;
    background-color: #fff;
}
.search-fillter .category-content {
    margin-top: 0;
}
.search-fillter .category-content {
    margin-top: 20px;
}
.search-fillter .category-title-all {
    padding-left: 4px;
    padding-top: 20px;
}
.search-fillter .category-content .category-title {
    width: 120px;
    min-width: 120px;
    padding: 4px;
}
.search-fillter .category-content .category-title.category-type {
    color: #808080;
    padding: 4px;
}
.search-fillter .category-content .category-all {
    padding-right: 26px;
    position: relative;
    min-width: 100px;
    text-align: right;
}
.search-fillter .category-content .category-all .separator {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #C2C2C2;
    line-height: 24px;
}
.search-fillter .category-content .category-other.por-checkbox-group .por-checkbox-inline {
    margin: 0 20px 4px 0;
    padding: 4px 8px;
}
.search-fillter .category-content .category-other.por-checkbox-group .extra-category-list-inner .por-checkbox-inline {
    margin-bottom: 0px;
}
.search-fillter .category-content .category-other.por-checkbox-group .por-checkbox-inline > i {
    font-size: 16px;
    vertical-align: -3px;
    margin-left: 4px;
}
.search-fillter .filter-btn {
    text-align: right;
}
.search-fillter .filter-btn .clear-btn {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 24px;
}
.search-fillter .filter-btn .clear-btn span {
    display: inline-block;
    padding-left: 20px;
    color: #191919;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../static/images/refres.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.search-fillter .filter-btn .clear-btn.shown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
}
.category-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.category-other {
    margin-left: 10px;
    position: relative;
    width: 100%;
}

.por-checkbox-inline input,
.por-checkbox-inline label,
.por-checkbox-inline i {
    cursor: pointer;
}
.extra-category-list-wapper {
    display: none;
}
.extra-category-list-wapper .extra-category-list-inner{
    position: absolute;
    left: 0;
}
.extra-category-list-wapper .extra-category-list-inner .level2{
    display: none;
}
.extra-category-list-wapper .extra-category-list-inner .level2.show{
    display: block;
}
.extra-category-list-wapper.show-list {
    display: block;
    margin-bottom: 4px;
}

.extra-category-list-wapper.show-list .extra-category-list-inner {
    background-color: #f5f5f5;
    padding: 0;
    border-radius: 4px;
}

.extra-category-list-wapper.show-list .extra-category-list-inner .por-checkbox-inline .por-checkbox input[type='checkbox']{
    width: 12px;
    height: 12px;
}
.extra-category-list-wapper.show-list .extra-category-list-inner .por-checkbox-inline .por-checkbox input[type='checkbox']+span i {
    margin: -1px 0 0 -1px;
}
.extra-category-list-wapper.show-list .extra-category-list-inner .por-checkbox-inline .por-checkbox input[type='checkbox']:checked+span i {
    transform: scale(0.8);
}
.extra-category-list-wapper.show-list .extra-category-list-inner .por-checkbox-inline .por-checkbox {
    width: 12px;
    height: 12px;
    vertical-align: -1px;
}
.extra-category-list-wapper.show-list .extra-category-list-inner .por-checkbox-inline label {
    font-size: 12px;
}
.category-all .por-checkbox-inline{
    padding: 4px 8px;
}
.category-all .por-checkbox-inline:hover{
    background-color: #f5f5f5;
    border-radius: 4px;
}
.search-fillter .category-content .category-other.por-checkbox-group .por-checkbox-inline:has(.icon-rotate) {
    background-color: #f5f5f5;
    border-radius: 4px;
}
.category-other > .category-tag > .por-checkbox-inline:hover {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.category-tag {
    display: inline-block;
}

.hide-arrow {
    display: none;
}

.category-all .category-tag > .por-checkbox-inline > .por-checkbox input[type='checkbox']+span,
.category-other > .category-tag > .por-checkbox-inline > .por-checkbox input[type='checkbox']+span {
    border: 1px solid transparent;
}
.category-all .category-tag > .por-checkbox-inline > .por-checkbox input[type='checkbox'].half-checked + span,
.category-other .category-tag > .por-checkbox-inline:has(.icon-rotate) > .por-checkbox input[type='checkbox'].half-checked + span,
.category-other .category-tag > .por-checkbox-inline > .por-checkbox input[type='checkbox'].half-checked + span {
    border: 5px solid #191919;
}
.category-all .category-tag > .por-checkbox-inline:hover > .por-checkbox input[type='checkbox'].half-checked + span,
.category-other .category-tag > .por-checkbox-inline:hover > .por-checkbox input[type='checkbox'].half-checked + span {
    border: 5px solid #191919;
}

.category-all .category-tag > .por-checkbox-inline:hover .por-checkbox input[type='checkbox']+span,
.category-other .category-tag > .por-checkbox-inline:has(.icon-rotate) .por-checkbox input[type='checkbox']+span,
.category-other .category-tag > .por-checkbox-inline:hover .por-checkbox input[type='checkbox']+span{
    border: 1px solid #C2C2C2;
}

.category-all .category-tag > .por-checkbox-inline .por-checkbox input[type='checkbox']:hover+span,
.category-other .category-tag > .por-checkbox-inline .por-checkbox input[type='checkbox']:hover+span{
    border: 1px solid #191919;
}

.filter-btn {
    display: none;
}
.filter-btn .por-btn-primary.por-btn-disabled, .por-btn-primary[disabled]{
    border: 1px solid transparent;
}

/* 列表展示 */
/* 标题 */
.search-list .list-card-wapper {
    display: none;
    margin-bottom: 16px;
    color: #191919;
}

.search-list .total-label {
    display: none;
    margin-bottom: 16px;
    color: #595959;

}

.search-list .list-title-wapper {
    display: none;
    text-align: center;
    margin-top: 52px;
}
.search-list .list-title-wapper .list-title-1 {
    color: #191919;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 25px;
}
.search-list .list-title-wapper .list-info-1 {
    color: #595959;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}
/* 卡片 */
.list-card-wapper .list-card-left {
    border-radius: 16px;
    display: flex;
    padding: 32px 52px 36px 48px;
    background-color: #fff;
    margin-bottom: 20px;
}
.list-card-wapper .list-card-left:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.1)
}
.list-card-wapper .list-card-left .list-card-img-wapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
}
.list-card-wapper .list-card-left .list-card-img-wapper > div {
    width: 100%;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-card-wapper .list-card-left .list-card-img-wapper img {
    display: inline-block;
    width: 100%;
    max-height: 114px;
}
.list-card-wapper .list-card-left .list-card-content {
    padding-left: 32px;
    flex: 1;
}
.list-card-wapper .list-card-left .list-card-content .list-card-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 8px;
}
.list-card-wapper .list-card-left .list-card-content .list-text-info {
    margin: 16px 0 24px;
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 分页 */
.search-list-section .list-pagination {
    min-height: 60px;
}
.search-list-section .list-pagination > div{
    padding: 20px 0;
    display: none;
}
.search-list-section .por-pagination {
    justify-content: end;
}





