/*
 * XunSearch 搜索页面样式
 * 
 * @package XunSearch
 * @version 1.0.0
 */

.filter {
    padding: 0 15px 15px 15px;
    border-top: 1px solid #eee;
}

.filter-wrap .filter-item {
    position: relative;
    transition: all ease 0.2s;
}
.filter-wrap .title {
    line-height: 1;
    padding-left: 6px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 15px;
    border-left: 4px solid #E6A23C;
}
.filter-wrap ul {
    font-size: 0;
    word-spacing: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.filter-wrap li {
    margin-top: 0px !important;
    padding: 0 8px;
    font-size: 13px;
    cursor: pointer;
    color: #000;
    height: 30px;
    margin-bottom: 4px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    width: 48%;
    transition: all ease 0.2s;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}
.filter-wrap li:last-child {
    margin-right: 0;
}
.filter-wrap li img {
    height: 18px;
}
.filter-wrap li span {
    padding-left: 4px;
}
.filter-wrap li:hover {
    color: #b87100;
    border-color: #b87100;
    background-color: #fff9f1;
    border-width: 1px
}
.filter-wrap li.active {
    color: #b87100;
    font-weight: bold;
    border-width: 1px;
    border-color: #b87100;
    background-color: #fff9f1;
    background-size: 16px 16px;
    background-position: 105px center;
    background-repeat: no-repeat;
    background-image: url(/img/checked.png);
}
.search-tip {
    font-size: 13px;
    margin-top: 15px;
}
.warn-tip {
    padding: 8px;
    color: #b87100;
    line-height: 25px;
    border-radius: 2px;
    background-color: rgba(250,232,208,.75);
    text-align: justify;
    border: 1px solid rgba(73,33,5,0.2);
}
.widget-left{
    margin: 0 10px 0 0 !important;
}

#search-archive em {
    font-style: normal;
    background-color: transparent;
    color: #b87100;
}


.mysearch_page_top {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 64px;
    background-color: #fff;
}
.inner .filter-mobile {
    display: block;
    padding: 5px 10px 10px 10px;
    margin-bottom: 0;
    border-radius: 2px;
    border: 1px solid #eee;
}
.filter-wrap .normal-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 8px;
}
.filter-wrap .normal-filter .filter-item {
    border-radius: 2px;
    word-spacing: 0;
    font-size: 0;
    width: 26%;
    padding: 4px 2px;
    position: relative;
    text-align: center;
    transition: all ease 0.2s;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}
.filter-wrap .normal-filter .filter-item span {
    font-size: 12px;
}
.filter-wrap .normal-filter .filter-item .arrow {
    margin-left: 4px;
    width: 12px;
    vertical-align: 1px;
}
.filter-wrap .normal-filter .filter-item ul {
    font-size: 13px;
    top: 30px;
    left: 0;
    width: 100px;
    z-index: 10;
    position: absolute;
    list-style: none;
    border-radius: 4px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.filter-wrap .normal-filter .filter-item ul li {
    margin-bottom: 1px;
    transition: all ease 0.1s;
    width: 100%;
}
.filter-wrap .special-wrap {
    overflow-y: scroll;
}
.filter-wrap .special-wrap .inner-wrap {
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: space-between;
    min-width:936px;
    width:100%;
}
.filter-wrap .special-wrap .special-item {
    width: 92px;
    padding: 4px 6px;
    margin-right: 5px;
}
.filter-wrap .special-wrap .special-item.active {
    background-image: none;
}
.filter-wrap .special-item li img {
    height: 16px;
}
.filter-wrap .special-item li span {
    padding-left: 4px;
}

.res-list {
    width: 100%;
}
.res-list li {
    display: flex;
    padding: 16px;
    border-bottom: 1px solid #F5F6F7;
}
.res-list li .logo-img {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}
.res-row-top {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.res-row-top a {
    font-weight: 600;
}
.res-row-bottom {
    width: 100%;
    font-size: 12px;
}
.res-row-content {
    margin-top: 8px;
    font-size: 14px;
    color: #AAAEB3;
}
.res-row-content p {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 5px 8px;
    border-radius: 3px;
    word-break: break-all;
}
.res-item {
    width: 100%;
    max-width: calc(100% - 25px);
}
.res-item .res-meta {
    margin-top: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.res-meta .meta-items {
  display: flex;
  align-items: center;
}
.res-meta .share-time {
    color: #888;
}
.res-list .content-tree{
    border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
    .mysearch_page_top {
        display: block;
    }
    .site-header.mysearch-top{
        height:142px !important;
    }
    .res-list li {
        padding: 10px;
    }
    .res-list li .logo-img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        margin-top: 2px;
    }
    .content-tree {
        font-size: 13px;
        padding: 5px 5px 5px 8px;
    }
    .res-row-content p {
        font-size: 13px;
    }
    .res-item .res-meta .meta-item {
        line-height: 16px !important;
        margin-right: 4px !important;
        padding: 2px 8px !important;
    }
    .res-item .res-meta img {
        height: 16px !important;
    }
    .filter-wrap li {
        transition: none;
    }
}
.res-item .res-meta .meta-item {
    line-height: 18px;
    border-radius: 2px;
    padding: 4px 8px;
    margin-right: 6px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    display: inline-flex;
    align-items: center;
    color: #333;
}
.res-item .res-meta .meta-item .em {
    font-weight: bold;
}
.res-item .res-meta .meta-item img {
    height: 18px;
    margin-right: 4px;
}
.search-title-radius {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #F5F6F7;
}
.search-box-radius {
    border-radius: 0 0 4px 4px;
}