/* ==========================================================================
   沛县便民网二手房 · 房产频道列表页
   布局与配色参考 fc.221600.cn/resoldhome（数据来自千帆分类信息接口）
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
    font: 12px 'Microsoft YaHei', 'YaHei', 'SimHei', Arial, tahoma, sans-serif;
    color: #333;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.dn {
    display: none;
}

.blank20 {
    clear: both;
    height: 20px;
    overflow: hidden;
}

.wapper {
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
}

.wapperout {
    width: 100%;
}

.ovisible,
.overvisible {
    overflow: visible !important;
}

/* ============================ 顶部导航 ============================ */
.nav-bg {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background-color: #d51938;
}

.nav {
    background-color: #d51938 !important;
}

.nav .logo {
    float: left;
    width: 240px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.nav .logo h1 {
    display: none;
}

.nav .logo a {
    color: #fff;
    display: block;
}

.nav ul {
    float: left;
    width: 740px;
    margin-right: 10px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
}

.nav ul li a.current,
.nav ul li a.on,
.nav ul li a:hover {
    background-color: #aa142d;
}

.nav ul li.sub-nav {
    width: 98px;
    text-align: center;
}

.nav ul li.sub-nav a {
    padding: 0;
    width: 98px;
}

.nav ul li .lis {
    position: absolute;
    width: 140px;
    display: none;
    top: 60px;
    left: 0;
    z-index: 999;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #fff;
}

.nav ul li.sub-nav:hover .lis {
    display: block;
}

.nav ul li .lis li a {
    width: 140px;
    padding: 0;
    text-align: center;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.nav ul li .lis li a:hover {
    background-color: #f5f5f5;
    color: #d51938;
}

.nav .login {
    float: right;
    color: #fff;
    font-size: 14px;
    width: 150px;
    text-align: right;
}

.nav .login em {
    margin: 0 6px;
    display: inline-block;
}

.nav .login a {
    display: inline-block;
    color: #fff;
}

/* ============================ 搜索区 ============================ */
.search-wrap {
    background-color: #f9f9f9;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}

.search-wrap.search-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.search-wrap.search-fixed .search-box {
    padding: 9px 0;
}

.search-box {
    position: relative;
    width: 1150px;
    margin: 0 auto;
    padding: 15px 0;
}

.search-box .search-input {
    border: 1px solid #ccc;
    border-right: 0;
}

.search-box .search-input .input {
    width: 350px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #fff;
    border: 0;
    padding: 0 10px;
    outline: none;
}

.search-box .btn {
    display: inline-block;
    background-color: #d51938;
    width: 98px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    margin-right: 15px;
}

.gBtn {
    display: inline-block;
    cursor: pointer;
}

.gBtn_1 {
    width: 126px;
    height: 38px;
    border: 1px solid #d51938;
    color: #d51938;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    background: #fff;
}

.search-box .hot-word {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    margin-left: 20px;
}

.search-box .hot-word a {
    color: #666;
    margin: 0 10px 0 0;
    display: inline-block;
}

.search-box .hot-word a:hover {
    color: #d51938;
}

/* ============================ 面包屑 ============================ */
.p-current {
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.p-current a {
    color: #666;
    margin: 0 5px;
}

.p-current span {
    margin-left: 5px;
    color: #333;
}

/* ============================ 筛选面板 ============================ */
.tabs {
    margin-top: 10px;
}

.tabs .btn-right {
    float: right;
    margin-top: -8px;
}

.tabs .btn-right a {
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 0;
    margin-left: 10px;
    background-color: #d51938;
}

.tabs li {
    float: left;
    display: inline;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.tabs li:last-child {
    border-right: 1px solid #efefef;
}

.tabs a {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 37px;
    padding: 0 30px;
    border: 1px solid #efefef;
    border-bottom: 0;
    border-right: 0;
}

.tabs a.on {
    font-weight: bold;
    position: relative;
    background: #fff;
    color: #333;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    top: 1px;
}

.category-select {
    width: 1148px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0 0;
    background: #fff;
}

.category-select dl {
    overflow: hidden;
    padding: 5px 0;
}

.category-select dt {
    float: left;
    width: 65px;
    text-indent: 20px;
    line-height: 2;
    color: #999;
}

.category-select dd {
    float: left;
    font-size: 0;
    width: 1058px;
}

.category-select dd li {
    display: inline-block;
    font-size: 14px;
    padding: 3px 0;
}

.category-select dd li a {
    display: block;
    padding: 0 7px;
    color: #666;
    white-space: nowrap;
}

.category-select dd li a:hover {
    color: #d51938;
}

.category-select dd li a.on {
    color: #d51938;
    font-weight: bold;
}

.category-select .other {
    overflow: visible;
    height: 52px;
    border: 1px solid #dfdfdf;
    border-width: 1px 0 0 0;
    background-color: #f9f9f9;
    padding: 0;
}

.category-select .other dt,
.category-select .hascheck dt {
    width: 120px;
    height: 52px;
    line-height: 52px;
}

.category-select .other dd,
.category-select .hascheck dd {
    width: 1028px;
    line-height: 52px;
}

.category-select .filter {
    height: 22px;
    line-height: 22px;
    margin-top: 15px;
}

.category-select .filter_sel {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.category-select .filter_sel .dropdown_toggle {
    display: inline-block;
    width: 90px;
    padding-left: 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}

.category-select .filter_sel .dropdown_toggle .caret {
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #999;
    position: absolute;
    top: 9px;
    right: 6px;
}

.category-select .filter_sel .filter_sel_box {
    width: 100%;
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    padding: 0;
}

.category-select .filter_sel .filter_sel_box li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 0;
    display: block;
}

.category-select .filter_sel .filter_sel_box li:last-child {
    border-bottom: 0;
}

.category-select .filter_sel .filter_sel_box li a {
    padding-left: 10px;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.category-select .filter_sel .filter_sel_box li a:hover {
    background-color: #d51938;
    color: #fff;
}

.category-select .hascheck {
    background-color: #f9f9f9;
    border-top: 1px solid #dfdfdf;
    border-bottom: 0;
    padding: 0;
}

.category-select .hascheck dt {
    height: 44px;
    line-height: 44px;
}

.category-select .hascheck dd {
    line-height: 44px;
}

.category-select .hascheck li {
    margin-right: 10px;
    display: inline-block;
}

.category-select .hascheck li a {
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    border: 1px solid #f39aaa;
    display: inline-block;
    color: #666;
}

.category-select .hascheck li a:hover {
    border-color: #d51938;
    color: #d51938;
}

.category-select .hascheck li .k-select-2 {
    padding-left: 25px;
    position: relative;
}

.category-select .hascheck li .icon-clear {
    position: absolute;
    width: 11px;
    height: 12px;
    left: 7px;
    top: 6px;
    background: #d51938;
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
}

/* ============================ 主内容区 ============================ */
.main-left {
    float: left;
    width: 880px;
}

.main-right {
    float: left;
    width: 250px;
    margin-left: 20px;
}

.frame {
    border: 1px solid #dfdfdf;
    background: #fff;
}

/* tabs（全部房源/个人房源…） */
.next-tabs {
    margin-top: 0;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
}

.next-tabs .page-right {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.next-tabs .page-right a {
    color: #333;
    border: 0;
    padding: 0 5px;
}

.next-tabs .page-right a:hover {
    color: #d51938;
}

.next-tabs .page-right .page {
    padding: 0 5px;
    color: #666;
}

.next-tabs .page-right .page em {
    color: #d51938;
    font-style: normal;
}

.next-tabs li {
    float: left;
    display: inline;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.next-tabs li a {
    font-size: 15px;
    color: #333;
    display: block;
    line-height: 37px;
    padding: 0 30px;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    border-right: 0;
}

.next-tabs li a.active {
    font-weight: bold;
    position: relative;
    background: #fff;
    color: #d51938;
    height: 36px;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    border-top: 2px solid #d51938;
}

.next-tabs li:last-child {
    border-right: 1px solid #dfdfdf;
}

/* 排序栏 */
.sort {
    position: relative;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    color: #333;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    border-width: 0 0 1px 0;
}

.sort .mt8 {
    margin-top: 8px !important;
}

.sort .c-main {
    color: #d51938;
    margin: 0 5px;
    font-style: normal;
}

.sort .filter {
    height: 22px;
    line-height: 22px;
    margin-top: 9px;
}

.sort .paixu {
    font-size: 14px;
    margin-right: 10px;
}

.sort .paixu a {
    color: #333;
    margin-right: 10px;
}

.sort .paixu a:hover,
.sort .paixu a.on {
    color: #d51938;
}

.sort .sort-btn {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 22px 0 8px;
    margin-right: 9px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    color: #666;
}

.sort .sort-btn:hover {
    color: #d51938;
}

.sort .sort-btn i {
    position: absolute;
    top: 9px;
    right: 7px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #999;
}

/* ============================ 房源列表 ============================ */
.item-list {
    background: #fff;
    padding: 0;
}

.item-list .item {
    padding: 20px 0;
    border-bottom: 1px dotted #dfdfdf;
    position: relative;
}

.item-list .item:last-child {
    border-bottom: 1px solid #dfdfdf;
}

.item-list .item:hover {
    background-color: #f6f6f6;
}

.item-list .pic {
    position: relative;
    width: 200px;
    height: 150px;
}

.item-list .pic img {
    width: 200px;
    height: 150px;
    border: 1px solid #dfdfdf;
}

.item-list .pic .no-pic {
    display: block;
    width: 200px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #dfdfdf;
    color: #999;
    background: #f5f5f5;
}

.item-list .pic .flag {
    position: absolute;
    top: 4px;
    left: 4px;
}

.item-list .pic .flag .icon-ding {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background-color: #ff6e40;
    text-align: center;
    font-style: normal;
}

.item-list .num {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 12px;
}

.item-list .content {
    margin-left: 23px;
    width: 630px;
    font-size: 14px;
    position: relative;
    line-height: 29px;
}

.item-list .content .title {
    font-size: 20px;
    color: #333;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
}

.item-list .content .title a {
    display: inline-block;
    max-width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.item-list .content .title a:hover {
    color: #d51938;
}

.item-list .content .title .icon-ding {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background-color: #ff6e40;
    text-align: center;
    font-style: normal;
    position: relative;
    top: -10px;
    margin-left: 8px;
}

.item-list .content .detail {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 150px;
}

.item-list .content .detail em {
    margin: 0 10px;
    font-style: normal;
    color: #ccc;
}

.item-list .content .content-snippet {
    max-width: 320px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-list .content .area {
    max-width: 440px;
    overflow: hidden;
    height: 29px;
    padding-right: 150px;
    color: #666;
}

.item-list .content .area a {
    color: #333;
    margin-right: 10px;
}

.item-list .content .area a:hover {
    color: #d51938;
}

.item-list .content .area span {
    color: #999;
}

.item-list .content .agents {
    color: #999;
    padding-right: 150px;
}

.item-list .content .agents a {
    color: #999;
    margin-right: 10px;
}

.item-list .content .agents a:hover {
    color: #d51938;
}

.item-list .content .agents .tag {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    color: #999;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 0 5px;
    margin-right: 10px;
    background-color: #fff;
}

.item-list .content .about-price {
    width: 122px;
    right: 0;
    top: 47px;
    text-align: right;
    position: absolute;
}

.item-list .content .about-price .prices {
    color: #d51938;
    font-size: 28px;
    font-style: normal;
    margin-right: 5px;
    font-weight: bold;
}

.empty-box {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: 0;
    padding: 60px 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

/* ============================ 分页 ============================ */
.page-box {
    margin: 15px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.page-box span {
    border: 1px solid #ddd;
    padding: 0 10px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    color: #666;
    background-color: #fff;
}

.page-box span a {
    color: #666;
    display: block;
}

.page-box span a:hover {
    color: #d51938;
}

.page-box span:hover,
.page-box span.currents {
    background: #d51938;
    color: #fff;
    border-color: #d51938;
}

.page-box span.expand {
    border: none;
    color: #ccc;
    cursor: default;
    padding: 0 4px;
}

.page-box span.expand:hover {
    background: none;
    color: #ccc;
}

/* ============================ 右侧栏 ============================ */
.side-box {
    padding: 5px 10px;
}

.side-box .stitle {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #dfdfdf;
}

.side-box .stitle span {
    font-size: 14px;
    font-weight: bold;
}

.side-box .cate-list {
    padding: 10px 0;
}

.side-box .cate-list li {
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

.side-box .cate-list li a {
    display: block;
    color: #333;
}

.side-box .cate-list li a:hover {
    color: #d51938;
}

.side-box .browse-list {
    padding: 8px 0;
}

.side-box .browse-list li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side-box .browse-list li a {
    color: #666;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side-box .browse-list li a:hover {
    color: #d51938;
}

.side-box .browse-list li .price {
    color: #d51938;
    font-weight: bold;
    float: right;
    margin-left: 8px;
}

.side-box .browse-list li.browse-empty {
    color: #999;
    text-align: center;
}

.side-box .data-note {
    padding: 10px 0;
    line-height: 22px;
    color: #999;
    font-size: 13px;
}

/* ============================ 房产频道首页 ============================ */
.home-page {
    background: #f6f7f9;
    padding-bottom: 36px;
}

.home-hero {
    color: #fff;
    background: linear-gradient(120deg, #971229 0%, #d51938 55%, #e94b62 100%);
}

.home-hero-inner {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-hero-copy {
    width: 520px;
}

.home-kicker {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    background: rgba(92, 0, 18, .28);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(70, 0, 12, .35);
}

.home-hero-copy h2 {
    margin-top: 18px;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.home-hero-copy p {
    margin-top: 14px;
    font-size: 17px;
    color: rgba(255, 255, 255, .88);
}

.home-hero-actions {
    margin-top: 28px;
}

.home-btn {
    display: inline-block;
    min-width: 128px;
    height: 42px;
    margin-right: 12px;
    border-radius: 3px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
}

.home-btn-primary {
    color: #d51938;
    background: #fff;
}

.home-btn-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .65);
}

.home-channel-boxes {
    display: flex;
    gap: 16px;
}

.home-channel {
    width: 205px;
    height: 190px;
    padding: 27px 22px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 6px;
    transition: transform .2s, background .2s;
}

.home-channel:hover {
    color: #fff;
    background: rgba(255, 255, 255, .2);
    transform: translateY(-4px);
}

.home-channel-icon {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    color: #d51938;
    background: #fff;
    font-size: 22px;
    font-weight: bold;
}

.home-channel strong,
.home-channel small {
    display: block;
}

.home-channel strong {
    margin-bottom: 8px;
    font-size: 20px;
}

.home-channel small {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
}

.home-content {
    padding-top: 32px;
}

.home-property-section {
    margin-bottom: 28px;
    padding: 28px 24px 24px;
    background: #fff;
    border-top: 3px solid #d51938;
}

.home-property-zf {
    border-top-color: #e88b23;
}

.home-section-head {
    margin-bottom: 22px;
}

.home-section-title span {
    float: left;
    margin: 4px 12px 0 0;
    color: #d51938;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

.home-property-zf .home-section-title span {
    color: #d57915;
}

.home-section-title h2 {
    float: left;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.home-section-title p {
    clear: both;
    padding-top: 8px;
    color: #999;
    font-size: 13px;
}

.home-section-links {
    padding-top: 14px;
    font-size: 14px;
}

.home-section-links a {
    margin-left: 22px;
    color: #666;
}

.home-section-links a:hover,
.home-section-links .home-more {
    color: #d51938;
}

.home-card-grid {
    margin: 0 -9px;
}

.home-property-card {
    float: left;
    width: calc(33.333% - 18px);
    margin: 0 9px 18px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: box-shadow .2s, transform .2s;
}

.home-property-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .09);
    transform: translateY(-2px);
}

.home-card-cover {
    position: relative;
    display: block;
    height: 188px;
    overflow: hidden;
    background: linear-gradient(145deg, #eceff2, #dfe3e7);
}

.home-card-cover img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.home-property-card:hover .home-card-cover img {
    transform: scale(1.035);
}

.home-card-placeholder {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    text-align: center;
    color: #aeb4ba;
    font-size: 18px;
}

.home-card-kind,
.home-card-top {
    position: absolute;
    z-index: 3;
    top: 12px;
    padding: 4px 9px;
    color: #fff;
    background: rgba(213, 25, 56, .92);
    font-style: normal;
}

.home-card-kind {
    left: 12px;
}

.home-card-top {
    right: 12px;
    background: rgba(31, 31, 31, .78);
}

.home-card-body {
    padding: 15px 16px 16px;
}

.home-card-body h3 {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
}

.home-card-body h3 a:hover {
    color: #d51938;
}

.home-card-meta {
    display: flex;
    justify-content: space-between;
    margin: 9px 0 14px;
    color: #999;
}

.home-card-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 13px;
    border-top: 1px solid #f0f0f0;
}

.home-card-foot strong {
    color: #d51938;
    font-size: 20px;
    font-weight: 600;
}

.home-card-foot span {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #aaa;
}

.home-empty {
    height: 150px;
    line-height: 150px;
    text-align: center;
    color: #999;
    background: #fafafa;
}

.home-publish-banner {
    padding: 26px 34px;
    color: #fff;
    background: #333;
}

.home-publish-banner h2 {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 500;
}

.home-publish-banner p {
    color: #bbb;
    font-size: 14px;
}

.home-publish-banner > a {
    display: block;
    width: 150px;
    height: 42px;
    margin-top: 4px;
    color: #fff;
    background: #d51938;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
}

/* ============================ 底部说明 / 页脚 ============================ */
.h-list {
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
}

.h-list p {
    color: #666;
}

.bg-f2 {
    background-color: #f2f2f2;
}

#footer {
    position: relative;
    line-height: 26px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

#footer a {
    color: #666;
}

#footer p {
    padding: 15px 0;
}

/* ============================ 返回顶部 ============================ */
.float-menu {
    position: fixed;
    bottom: 120px;
    left: 50%;
    margin-left: 585px;
    z-index: 1000;
}

.float-menu dl {
    margin-bottom: 1px;
    cursor: pointer;
    width: 50px;
}

.float-menu dl.gotoTop {
    background-color: #ff8888;
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
}

.float-menu dl.gotoTop:hover {
    background: #d51938;
}

.float-menu dl.gotoTop .top-arrow {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    display: block;
}

/* ============================ 响应式 ============================ */
@media (max-width: 1200px) {
    .wapper,
    .search-box,
    .category-select {
        width: 100%;
        min-width: 960px;
    }

    .float-menu {
        display: none;
    }
}

/* ============================ 过渡页 ============================ */
.transfer-body {
    background: #f5f5f5;
}

.transfer-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.transfer-card {
    width: 720px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: 4px solid #d51938;
    padding: 50px 60px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.transfer-logo {
    font-size: 20px;
    font-weight: bold;
    color: #d51938;
    margin-bottom: 22px;
}

.transfer-title {
    font-size: 30px;
    color: #333;
    margin-bottom: 16px;
}

.transfer-notice {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: 28px;
}

.transfer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.transfer-btn {
    display: inline-block;
    min-width: 150px;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    font-size: 15px;
    color: #fff;
    background-color: #d51938;
    border-radius: 4px;
}

.transfer-btn:hover {
    background-color: #aa142d;
}

.transfer-btn-on {
    background-color: #aa142d;
    box-shadow: 0 0 0 2px #fff inset;
}

.transfer-btn-home {
    background-color: #333;
}

.transfer-btn-home:hover {
    background-color: #111;
}

.transfer-tip {
    font-size: 13px;
    color: #999;
    line-height: 22px;
}

.transfer-tip #transferCountdown {
    color: #d51938;
    font-weight: bold;
}

@media (max-width: 640px) {
    .transfer-card {
        padding: 36px 24px;
    }

    .transfer-title {
        font-size: 24px;
    }

    .transfer-btn {
        min-width: 120px;
        padding: 0 14px;
    }
}
