/* 顶部排序搜索 */
.tax-header .tax-info {
    position: relative;
    z-index: 1;
    padding: 20px 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tax-info-item {
    margin-right: 14px;
    /* display: flex; */
    align-items: center;
}
.tax-info-item .fliter-button:hover {
    color: initial;
}
.tax-info-item .fliter-button {
    background-color: #fff;
    border: 0;
    color: #121212;
    font-size: 14px;
    padding: 7px 16px;
    display: block;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}
button:hover, .button:hover {
    opacity: .9;
    transition: opacity .2s;
}
.tax-fliter-hot {
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #fff;
    z-index: 6;
    padding: 5px;
    box-shadow: 0px 12px 23px 0px rgba(51,51,51,.2);
}
.tax-fliter-hot .order-items a {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
}
.tax-search {
    position: relative;
    width: 220px;
}
.tax-search form {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
}
.tax-search input {
    width: 100%;
    font-size: 14px;
    border: 0;
    background: #fff;
    padding: 7px 10px 7px 38px;
    box-sizing: border-box;
}
.tax-search button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    background: none;
}
.tax-title {
    flex: 1;
    text-align: right;
}
.tax-title h1 {
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}
/* 栏目分类 */
.tax-fliter-cat {
    z-index: 3;
    width: 100%;
    left: 0;
}
.filters-box > ul {
    padding: 10px 0;
}
.filters-box ul li {
    display: flex;
    padding: 8px 16px;
    align-items: baseline;
    margin-bottom: -10px;
}
.filter-name {
    color: #b2bac2;
    width: 55px;
    text-align: right;
}
.filter-items {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.filter-items a {
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid rgba(255,255,255,0);
    max-width: 120px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 10px;
}
.wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: auto;
    margin-bottom: 16px;
    width: 100%;
}
/* 图片模块 */
.post-modules-top {
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.module-title {
    font-size: 22px;
    text-align: left;
    margin-right: 10px;
    font-weight: 600;
}
/* 栏目选项 */
.post-list-cats{position:relative;overflow:hidden;overflow-x:scroll;overflow-y:hidden;padding:8px 16px;background-color:#f9f9f9}
.cat-item{width:100%;height:30px;white-space:nowrap;box-sizing:border-box}
.post-list-cats::-webkit-scrollbar {display: none;}
.post-list-cats a {display: inline-block;font-size: 12px;}
.picked.cat-list span {color: #ff9d00;background-color: rgba(255, 157, 0, 0.18)!important;}
.post-list-cats a span {
    position: relative;
    padding: 8px 12px;
    display: block;
    border-radius: 5px;
    color: #8590A6;
    background-color: #fff;
}
ul.sh-flex {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
}
ul.sh-flex>li {
    width: 25%;
}
.item-in {
    margin: 7px;
    overflow: hidden;
    border-radius: 5px;
}
.post-module-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
}
.post-thumb {
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-color: #F5F6F7;
    width: 100%;
    height: 100%;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}
.thumb-link img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* 详情类 */
.post-info h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 11px 16px;
    font-size: 15px;
    font-weight: 600;
}
.post-list-meta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 16px;
    color: #AAAEB3;
}
a.post-list-cat-item {
    color: rgb(255, 157, 0);
    height: 19px;
    display: inline-block;
    line-height: 19px;
    font-size: 12px;
}
.post-list-meta {
    display: flex;
    font-size: 12px;
    align-items: center;
}
.list-footer {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #F5F6F7;
    color: #797C80;
}
.post-list-meta-avatar {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}
.post-list-meta-avatar img {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 4px;
    position: relative;
}
.post-list-meta li + li {
    padding-left: 5px;
}
.post-list-meta li span {
    height: 19px;
    display: inline-block;
    line-height: 19px;
    margin-left: 10px;
}
.post-list-item:hover .post-list-meta-box.hover {
    transform: translate(0,-32px);
    transition: transform .3s,background-color .3s ease-out;
    background: rgba(0, 0, 0, 0.25);
    padding: 6px;
    margin: auto;
}
.post-list-meta-box.hover span {
    color: #fff;
}
/* 全图背景 */
.item-post-style-3 .post-module-thumb {
    position: initial;
    overflow: initial;
}
.item-post-style-3 .post-info {
    position: relative;
    z-index: 2;
    color: #fff;
    background: linear-gradient( 1turn ,rgba(9,15,29,.65),transparent);
    overflow: hidden;
}
.item-post-style-3 .post-excerpt {
    color: rgba(255, 255, 255, 0.78);
}
.item-post-style-3 .post-list-meta-box {
    color: rgba(255, 255, 255, 0.78);
}
.item-post-style-3 .list-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* 其他 */
.shop-list-item, .shop-normal-item-in, .user-search-list li > div, .home-collection .home-collection-content, .post-3.post-3-li-dubble .sh-flex>li .item-in {
    margin-bottom: 16px;
    margin-right: 16px;
    overflow: hidden;
}
/* 左图右文内容 */
.list-Imagetext .item-in {
    display: flex;
    position: relative;
    align-items: stretch;
    border: 0;
    padding: 10px;
}
.list-Imagetext ul.sh-flex>li .post-module-thumb {
    width: 190px;
    min-width: 190px;
    height: auto;
    margin-right: 16px;
	border-radius: 5px;
}
.post-3 .post-info {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 4px 0;
}
.post-3 .post-info h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 0;
}
.post-excerpt {
    font-size: 12px;
    color: #797C80;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin: 0 16px 13px;
    height: 37px;
}
.post-3 .post-excerpt {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.post-3 .post-list-meta-box {
    margin: 0;
    margin-top: auto;
}
.post-3 .post-list-meta {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    color: #bcbcbc;
}
.post-3 .post-list-meta li:nth-child(1) {
    flex: 1;
    padding: 0;
}
.post-3 .post-list-meta li + li {
    margin-left: 5px;
}
.post-3 .post-list-meta li {
    padding-right: 0;
}
/* 软件类栏目显示 */
.list-soft-plate .plate-list li .button {
    margin-top: -30px;
	float: right;
}
/* 分页按钮 */
.sh-pagenav {
    padding: 10px;
}
.ajax-pager > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.btn-group {
    display: flex;
}
.ajax-pager .button[disabled], .ajax-pager .button.selected {
    border-color: #ccc0;
    color: #ccc;
    cursor: default;
}
.ajax-pager .button {
    margin-right: 5px;
    font-weight: 600;
    padding: 10px 16px;
    border: 0;
    background: #f4f5f6;
    font-size: 12px;
}
.ajax-pager .button.bordernone {
    border: 0;
    color: #b2bac2;
    cursor: default;
    font-weight: 300;
    padding: 6px;
    background: none;
}
.pager-center {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1) inset;
    color: #b2bac2;
    cursor: pointer;
    font-size: 12px;
    background-color: #fff;
    padding: 0 8px 0 5px;
}
.pager-center input {
    width: 40px;
    border: 0;
    padding: 0;
    padding: 9px 5px;
    background: #F5F6F7;
    border-radius: 3px;
    margin-right: 2px;
    background: none;
}
.sh-pagenav .btn-pager {
    justify-content: flex-end;
    display: flex;
    flex: 1 0 auto;
}
.ajax-pager .btn-pager .button {
    margin-right: 0;
    margin-left: 5px;
}
/* 默认分页按钮 */
.pages{text-align:center;display:block;font-size:14px;margin:10px 0 0;color:#666}
.pages li{display:inline}
.pages li{padding:unset;border:1px solid #007bf5;border-radius:21px;width:30px;height:30px;display:inline-block;line-height:30px;color:#007bf5;margin:15px 5px 10px 5px}
.pages li:hover{color:#1b8eff}
.pages .active {background:#1b8eff;color:#fff;border-color:#1b8eff}
.pages .active :hover{color:#fff}
/* 标签类 */
div#tag-widget {
    overflow: hidden;
    padding: 11px;
    border-top: 1px solid #f3f3f3;
}
#tag-widget ul ol {
	float: left;
    margin-right: 5px;
}
#tag-widget ul ol a {
    display: block;
    margin: 0 5px 10px 0;
    padding: 4px 12px;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    color: #888;
    transition: .3s all;
}
#tag-widget ul ol a:hover {
    border-color: #5298ff;
    background: #5298ff;
    color: #fff;
}
/* 大屏处理 */
@media screen and (min-width: 720px) {
.list-Imagetext ul.sh-flex>li {
    width: 50%;
}
.list-Image5 ul.sh-flex>li {
    width: 20%;
}
}
/* 小屏显示 */
@media screen and (max-width: 768px) {
.tax-header .tax-info {
    padding: 12px 5px 58px;
}
.tax-search.tax-info-item {
    position: absolute;
    top: 52px;
    left: 5px;
    width: auto;
    right: 5px;
    margin-right: 0;
}
.wrapper {
    flex-flow: column;
}
/* 顶部栏目分类 */
.tax-fliter-cat {
    z-index: 10;
    top: 48px;
    position: absolute;
    display: none;
}
.fliter-show.tax-fliter-cat {
    display: block;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}
ul.sh-flex>li {
    width: 50%;
}
.post-3 ul.sh-flex>li {
    width: 100%;
}
.list-Imagetext ul.sh-flex>li .post-module-thumb {
    width: 100px;
    min-width: 100px;
}
.post-3 .post-info h2 {-webkit-line-clamp: 2;}

/* .post-list-cats a {display: none;} */
.post-list-cats a.post-load-button-more {display: block;}
.post-list-meta-avatar img {display: none;}
/* 分页按钮 */
.ajax-pager .btn-group > a {
    display: none;
}
}