@charset "UTF-8";
/* ===========================
     整体背景
  =========================== */

.index-wrapper {
    background: url("../images/news-price-background-img.png") no-repeat center;
    padding: 5px 0 5px;
    margin-bottom: 32px;
}


/* ===========================
   市场行情条
=========================== */

.market-strip {
    width: 1200px;
    height: 116px;
    margin: -70px auto 40px;   /* 负 margin 关键 */
    position: relative;
    z-index: 5;                /* 高于 banner */
    background: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.market-strip .strip-left {
    width: 116px;
    height: 116px;
    /*background: #c62828;*/
    color: #fff;
    text-align: center;
    border-radius: 10px;
    /*padding: 30px 20px;*/
}

.market-strip .strip-left img {
    width: 116px;
    height: 116px;
}

.market-strip .strip-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.market-strip .strip-right {
    flex: 1;
    padding: 25px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 40px;
}

.market-strip .strip-right .strip-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;  /* 关键！！防止文字被挤 */
}

.market-strip .strip-right .strip-item a {
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;       /* 不换行 */
    overflow: hidden;
    text-overflow: ellipsis;   /* 省略号 */
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #191D26;
}
.market-strip .strip-right .strip-item .strip-title-prefix {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3D3D3D;
}
.market-strip .strip-right .strip-item .strip-title-split {
    color: #D8D8D8;
    padding: 0 5px;
}
.market-strip .strip-right .strip-item a:hover {
    color: #FB1627;
}

.dot {
    width: 6px;
    height: 6px;
    background: #FB1627;
    border-radius: 50%;
    margin-right: 10px;
}

.strip-date {
    color: #999;
    font-size: 12px;
}


/* ===========================
   下半部分布局
=========================== */

.market-bottom {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    margin-bottom: 32px;
}


/* ===========================
   左侧轮播
=========================== */
.news-slider {
    width: 584px;
    height: 379px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    /*box-shadow: 0 6px 20px rgba(0,0,0,0.08);*/
}

/* 标题区域 */
.news-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.dot-header {
    width: 21px;
    height: 20px;
    background-image: url("../images/icon-title-prefix.png");
    /*border-radius: 50%;*/
    margin-right: 8px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center top;
}

.news-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #191D26;
}
/* 轮播容器 */
.slider-container {
    position: relative;
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.12); */
    /* background: #000; */
}

/* 包裹层 */
.slider-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}

/* 每张图 */
.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 图片底部标题渐变 */
.slide-title {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgba(25, 29, 38, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-container .slider-wrapper:hover .slidesjs-navigation {
    display: block
}

.slider-container .slider-wrapper .slidesjs-slide {
    transition: none
}

.slider-container .slider-wrapper .slidesjs-slide img {
    width: 584px;
    height: 379px;
}

.slider-container .slider-wrapper .slidesjs-slide img:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.slider-container .slidesjs-pagination {
    /*position: absolute;*/
    /*left: 50%;*/
    /*text-align: center;*/
    /*bottom: 30px;*/
    /*width: 200px;*/
    /*margin-left: -100px;*/
    /*z-index: 10;*/
    /* 完全隐藏分页控件 */
    display: none !important;
}

.slider-container .slidesjs-pagination li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-left: 12px
}

.slider-container .slidesjs-pagination li a {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: url("../images/index_banner_num.png") repeat
}

.slider-container .slidesjs-pagination li a.active {
    background: #d7000f
}

.slider-container a.slidesjs-navigation {
    display: none;
    width: 30px;
    height: 70px;
    background: url("../images/cut.png") no-repeat;
    z-index: 998;
    position: absolute;
    line-height: 200px;
    overflow: hidden;
    top: 130px
}

.slider-container a.slidesjs-navigation.slidesjs-previous {
    left: 0;
    background-position: 0 0
}

.slider-container a.slidesjs-navigation.slidesjs-next {
    right: 0;
    background-position: -1162px 0
}


/* ===========================
   右侧价格
=========================== */

.market-price {
    width: 584px;
    height: 382px;
    /*background: #fff;*/
    border-radius: 10px;
    /*padding: 10px;*/
    /*box-shadow: 0 6px 20px rgba(0,0,0,0.08);*/
}

.price-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.price-header .tab {
    margin-right: 20px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    color: #A1A7B2;
}

.price-header .tab.active {
    font-weight: bold;
    color: #191D26;
}

.price-header .tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #FB1627;
}

.price-header .more {
    margin-left: auto;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: flex;
    align-items: center;
}


.price-header .more:hover {
    color: #FB1627;
}

.mr4 {
    margin-right: 4px;
}


/* ===========================
   表格
=========================== */

.price-table {
    width: 100%;
}

.price-table.thead {
    background: #EEEFF0;
    font-weight: 600;
    position: sticky;
    top: 0;
    font-size: 12px;
    z-index: 10;
}

/* 表头行 */
.price-table.thead .row {
    font-weight: bold;           /* 加粗 */
    display: flex;
    align-items: center;
    border: 1px solid #EEEFF0; /* 底部边框 */
    border-right: 0;
    height: 48px;
    background-color: #f8fafb;
}

/* 表头列 */
.price-table.thead .cell {
    border-right: 1px solid #EEEFF0; /* 列间边框 */
    text-align: center;
    line-height: 48px;
    font-size: 12px;
    font-weight: bold;
    color: #191D26;
    padding-left: 5px; /* 左边距 5px */
}


.price-table .row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECEEF3;
    height: 46px;
}
.price-table .row .cell {
    text-align: center;
}

.price-table .row:hover {
    background: #f5f5f5;
}

.price-table .cell {
    flex: 1;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #191D26;
    font-weight: normal;
    line-height: 22px;
}

.price-table .cell.seq { flex: 0 0 50px; text-align: center; }
.price-table .cell.breed { flex: 1 0 120px; }
.price-table .cell.standard { flex: 1 0 120px; }
.price-table .cell.market, .price-table .cell.origin { flex: 1 0 100px; }
.price-table .cell.price { flex: 1 0 70px; }
.price-table .cell.change { flex: 1 0 70px; }

.rank-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #A1A7B2;
    font-size: 14px;
    font-weight: bold;
}

.rank-1 { color: #FB1627; } /* 红色 */
.rank-2 { color: #FB6621; } /* 橙色 */
.rank-3 { color: #20AD43; } /* 绿色 */


/*!* 涨跌颜色 *!*/

.price-change.up {
    color: #FB1627;
    font-weight: bold;
}

.price-change.down {
    color: #4BC540;
    font-weight: bold;
}

.price-change.flat {
    color: #191D26;
    font-weight: bold;
}

#originPriceScroll,#marketPriceScroll {
    height: 285px;
    overflow: hidden;
}

/*#############################################*/
/* 招标信息 */
.container {
    width: 1200px;
    margin: 20px auto;
    padding: 5px 0 5px;
    display: flex;
    /*gap: 30px;*/
    /*font-family: "Microsoft YaHei", Arial, sans-serif;*/
}

/* 公共标题栏 */
.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.panel-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #191D26;
    flex: 1px;
}

.panel-header .more {
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.panel-header .more:hover {
    color: #FB1627;
}

/* 左侧 */
.left-panel {
    width: 789px;
    /*flex: 2;*/
    background: #fff;
    /*border: 1px solid #eee;*/
    /*padding: 20px;*/
}

/* 表格 */
.table-wrapper {
    background: #fff;
    /*border: 1px solid #eee;*/
}

.bid-table {
    width: 100%;
    border-collapse: collapse;
}

.bid-table thead {
    background: #f7f7f7;
}

.bid-table th {
    padding: 14px 10px;
    text-align: left;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.bid-table td {
    padding: 14px 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.bid-table tr:hover {
    background: #fafafa;
}

.ellipsis {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.click-row {
    cursor: pointer;
    transition: background 0.2s ease;
}

.click-row:hover {
    background-color: #f7f9fc;
}

/* 右侧 */
.right-panel {
    width: 379px;
    /*flex: 1;*/
    background: #fff;
    /*border: 1px solid #eee;*/
    /*padding: 20px;*/
    margin-left: 30px;
}

/* 药企列表 */
/* 两行两列布局 */
.purchase-list.two-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* 每个占一半 */
.purchase-list.two-row .purchase-item {
    width: calc(50% - 10px);
    background: #fff;
    padding: 15px 0;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s ease;
}

/* hover效果 */
.purchase-list.two-row .purchase-item:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* logo居中 */
.purchase-list.two-row .company-info {
    margin-bottom: 15px;
}

.purchase-list.two-row .logo {
    width: 120px;
    height: 46px;
    object-fit: contain;
}

/* 文字 */
.purchase-list.two-row .purchase-total {
    font-size: 14px;
    color: #333333;
}

.purchase-list.two-row .number {
    color: #FB1627;
    /*font-weight: 600;*/
}

/* 入驻按钮 */
.join-btn {
    margin-top: 20px;
    text-align: center;
}

.join-btn a {
    display: inline-block;
    width: 316px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    border: 1px solid #FB1627;
    color: #FB1627;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s;
}

.join-btn a:hover {
    background: #FB1627;
    color: #fff;
}

/* 空数据 */
.empty {
    text-align: center;
    padding: 20px;
    color: #999;
}

/*######################################*/
/* ===== 现货信息 ===== */
.index-container {
    width: 100%;
    /*height: 764px;*/
    background: url("../images/spot-supply-background-img.png") no-repeat center;
}
.spot-supply {
    width: 1200px;
    margin: 0 auto;
    /*padding: 20px 0;*/
}

/* ===== 头部 ===== */
.spot-header {
    position: relative;
    width: 1200px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.spot-header .log {
    display: block;
    max-width: 100%;
    height: 100%;
}

.spot-header a {
    position: absolute;
    right: 0;
}

.spot-header a .more {
    height: 24px;
}

/*.spot-header h3 {*/
/*    font-size: 22px;*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*}*/

/*.spot-header .more {*/
/*    font-size: 14px;*/
/*    color: #999;*/
/*    text-decoration: none;*/
/*}*/

/*.spot-header .more:hover {*/
/*    color: #ff4d4f;*/
/*}*/

/* ===== 列表布局 ===== */
.spot-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 15px 0;
}

/* ===== 单个商品 ===== */
.spot-item {
    /*border: 1px solid #eee;*/
    width: 228px;
    height: 327px;
    box-sizing: border-box;
    padding: 4px;
    /*padding: 5px;*/
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.spot-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ===== 图片区域 ===== */
.spot-img {
    position: relative;
    /* width: 228px;
    height: 327px; */
    overflow: hidden;
    border-radius: 8px;
}

.spot-img img {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    box-sizing: border-box;
    /*object-fit: cover;*/
}

.spot-content {
    margin-left: 10px;
}

/* ===== 标签 ===== */
.spot-content .spot-tags {
    height: 20px;
}

.spot-content .spot-tags .tag {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border-radius: 8px;
    margin-right: 5px;
}

.spot-content .spot-tags .orange {
    color: #FB1627;
    background: #FFEAE8;
}

.spot-content .spot-tags .blue {
    color: #0D6EFD;
    background: #E8F5FF;
}

/* ===== 标题 ===== */
.spot-content .spot-title {
    margin: 8px 0px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.spot-content .spot-title .place {
    color: #666;
}

/* ===== 价格 ===== */
.spot-content .spot-price {
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #FB1627;
}

.spot-content .spot-price .price-rmb {
    font-size: 12px;
}

.spot-content .spot-price .unit {
    font-size: 12px;
    color: #A1A7B2;
    font-weight: normal;
}
/*######################################*/
/* ===== 行情资讯 ===== */
/* ================= 整体区域 ================= */
.market-news {
    width: 1200px;
    margin: 40px auto;
    background: #fff;   /* 加这一行 */
}
.market-header {
    background: #ffffff;
    padding: 0 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.market-header .big-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    letter-spacing: 2px;
}

.market-header .small-title {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3D3D3D;
    letter-spacing: 1px;
}

/* ================= 三列布局 ================= */
.market-news .market-content {
    display: flex;
    justify-content: space-between;
}

.market-news .news-col {
    width: 32%;
}

/* ================= 列标题 ================= */
.market-news .col-header {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.red-bar {
    width: 4px;
    height: 18px;
    background: #FB1627;
    margin-right: 8px;
}

.market-news .col-header h3 {
    font-size: 20px;
    flex: 1;
    font-weight: 600;
    color: #191D26;
}

.market-news .col-header .more {
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.market-news .col-header .more:hover {
    color: #FB1627;
}

/* ================= 视频区域 ================= */
/*.market-news .video-item {*/
/*    position: relative;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.market-news .video-item img {*/
/*    width: 379px;*/
/*    height: 214px;*/
/*    border-radius: 8px;*/
/*}*/

.market-news .play-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.market-news .play-btn:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    border-left: 15px solid #FB1627;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* ================= 横幅 ================= */
.market-news .banner {
    position: relative;
    margin-bottom: 15px;
}

.market-news .banner img {
    width: 100%;
    height: 85px;
    object-fit: cover;
}

.market-news .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 8px 20px;
}

/* ================= 列表 ================= */
.market-news .news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.market-news .news-list li {
    display: flex;
    align-items: center;
    /* padding: 10px 0; */
    height: 23px;
    line-height: 23px;
    margin: 16px 0;
}

/* 左侧红点 */
.market-news .news-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #FB1627;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

/* 标题 */
.market-news .news-list li a {
    flex: 1; /* 关键：占满剩余空间 */
    color: #191D26;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 日期 */
.market-news .news-list li .date {
    font-size: 14px;
    color: #A1A7B2;
    margin-left: 15px;
    flex-shrink: 0;
}

/* hover */
.market-news .news-list li a:hover {
    color: #FB1627;
}
/*######################################*/
/* ===== 金融服务 ===== */
.index-financial{
    width: 1200px;
    height: 474px;
    margin: 40px auto;
    background: #fff;

    /*!*display: flex;*!*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*gap: 24px;*/
}

/* 标题 */
.service-header {
    text-align: center;
    margin-bottom: 20px;
}

.service-header h3 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 2px
}

.service-header p {
    font-size: 14px;
    color: #3D3D3D;
    letter-spacing: 1px;
}
/* 布局：左大右两小 */
.service-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;   /* 左侧更大 */
    gap: 10px;
}

/* 图片卡片 */
.service-item {
    display: block;
    height: 372px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 图片 */
.service-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* hover 效果 */
/*.service-item:hover {*/
/*    transform: translateY(-6px);*/
/*    box-shadow: 0 15px 30px rgba(0,0,0,0.15);*/
/*}*/

.index-foot {
    background: #191D26;
    width: 100%;
}
#bottom {
    background: #191D26;
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-top: 1px solid #f1f1f1
}

#bottom ul {
    padding-top: 18px
}

#bottom ul li {
    float: left;
    padding-left: 50px;
    width: 170px
}

#bottom ul li span, #bottom ul li a {
    display: block
}

#bottom ul li span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px
}

#bottom ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #666
}

#bottom ul li a:hover {
    text-decoration: underline
}

#bottom ul li.wxsaoma {
    background-position: 40px -460px;
    width: 250px;
    height: 180px;
    border-left: 1px solid #e5e5e5;
    padding-left: 40px
}

#foot {
    background: #191D26;
    width: 100%;
    height: 140px;
    overflow: hidden
}

#foot p {
    padding-top: 20px;
    text-align: center;
    color: #666;
    line-height: 24px
}

#foot p.ptnone {
    padding-top: 0
}

#foot p.ptnone a {
    color: #666;
    font-size: 12px
}

#foot p a {
    font-size: 14px;
    color: #acacac;
    padding: 0 0 0 8px;
    line-height: 28px
}

#foot p a:hover {
    text-decoration: underline
}


.more-right {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid currentColor;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.more-right::after {
    content: "";
    font-size: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translateX(-0.5px) rotate(45deg);
}

