@charset "utf-8";

/*每日上新*/
.sort {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
}

.sort li {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
}

.sort li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.sort li .iconfont {
    font-size: 14px;
}

.sort li a.active,
.sort li a:hover {
    color: #fa6419;
}

/*分类*/
.category {
    background-color: #fff;
    position: sticky;
    top: 0;
    /* 触发阈值 */
    z-index: 999;
    /* 层级 */
}

.category {
    overflow: hidden;
    padding: 5px 0;
}

.category .section {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f5f5f5;
    /*防止页面刷新时显示*/
}

.category .section .item {
    display: none;
}

/* Slick 初始化后显示 */
.category .slick-initialized {
    background-color: #fff;
}

.category .slick-initialized .item {
    display: block;
}

.category .section .item {
    float: left;
    background-color: #f5f5f5;
    margin: 0 3px;
    border-radius: 6px;
}

.category .section .item .icon {
    color: #fa6419;
    font-size: 24px;
}

.category a {
    display: block;
    width: 98px;
    height: 62px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.category .time {
    height: 36px;
    line-height: 36px;
    color: #fa6419;
    font-size: 20px;
    font-weight: 700;
}

.category .status {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.category .active .title span {
    background-color: #fa6419;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
}

.category .container,
.category .section {
    overflow: visible;
    height: 62px;
}

/*箭头颜色*/
.slick-prev:before,
.slick-next:before {
    color: #a1a1a1;
    font-size: 20px;
}

.activity-status {
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fa6419;
    font-weight: bold;
    padding-right: 15px;
}

.activity-status span {
    padding: 0 8px;
    font-size: 16px;
    color: #333;
}

/*高度自适应*/
.section-auto-height {
    height: auto;
}

/*翻页*/
.page,
.page-status,
.loading {
    margin: 20px 0;
    display: none;
}

.page .page-btn,
.loading span {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #fe664c;
    text-align: center;
    border-radius: 4px;
}

.loading span {
    background: url(../image/loading.gif) left center no-repeat;
    color: #999;
    text-align: left;
    padding-left: 35px;
}

.page-status p {
    color: #8b8a8a;
    text-align: center;
}

/*分类*/

.left-fix {
    position: fixed;
    left: 10px;
    top: 25%;
    z-index: 90;
}

.left-fix .icon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(../image/icon-sheng.gif) center 3px no-repeat;
}

.left-fix ul {
    width: 86px;
}

.left-fix li {
    padding: 0 6px;
}

.left-fix .item span {
    color: #333;
    font-size: 14px;
}

.left-fix .item .iconfont {
    color: #fa6419;
    font-size: 18px;
    padding-right: 3px;
}

.left-fix .cate-more {
    left: 86px;
}

/*推荐*/
.recommend-main{
    display: none;
}
.recommend-section {
    position: relative;
}

.recommend-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ebeef5;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.recommend-section p {
    z-index: 9;
    position: relative;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    width: 100px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}