/* ===== 首页视觉主题 ===== */
:root {
    --sse-brand-blue: #002f7b;
    --sse-table-header: #4088cc;
    --sse-brand-gold: #b49a6d;
    --sse-page-bg: #eef2f7;
    --sse-section-bg: #e4eaf3;
    --sse-card-bg: #ffffff;
    --sse-card-border: #d5deea;
    --sse-text: #3d4654;
    --sse-text-muted: #6b7788;
    --sse-link: #002f7b;
    --sse-link-hover: #b49a6d;
    --sse-row-hover: #edf2fa;
    --sse-stripe: #f6f8fb;
    --sse-shortcut-bg: #dce6f4;
    --sse-shortcut-hover: #002f7b;
    --sse-title-font: "Source Han Serif SC", "Noto Serif SC", "SimSun", "STSong", serif;
    --sse-body-font: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif;
}

body {
    box-sizing: border-box;
    background-color: var(--sse-page-bg);
    font-family: var(--sse-body-font);
    color: var(--sse-text);
}

.feedback-textarea {
    resize: none;
}

.feedback-box.is-visible,
#opacity.is-visible {
    display: block;
}

#floating-ad.floating-ad--visible {
    display: block;
}

#floating-ad.floating-ad--closing {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.member-logo-marquee {
    overflow: hidden;
    width: 100%;
    margin: 10px auto 20px;
}

.member-logo-marquee__track {
    display: flex;
    width: max-content;
    animation: member-logo-scroll 90s linear infinite;
}

.member-logo-marquee__track:hover {
    animation-play-state: paused;
}

.member-logo-marquee__track > div {
    flex: 0 0 auto;
    padding: 0 12px;
}

.member-logo-marquee__track img.image_css {
    height: 120px;
    width: auto;
    border: 1px solid #888888;
}

@keyframes member-logo-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
#scsj1 a, #scsj1 a:hover, #scsj1 a:visited, #scsj1 a:active {
    text-decoration: none;
}

#chanel a, #chanel a:hover, #chanel a:visited, #chanel a:active {
    text-decoration: none;
}

#scsj1 a {
    color: #FFFFFF;
}

#chanel a {
    color: var(--sse-brand-blue);
    font-family: var(--sse-body-font);
    font-size: 15px;
    font-weight: 600;
}

#chanel a:hover {
    color: var(--sse-link-hover);
}

.sselink a, .sselink a:hover, .sselink a:visited, .sselink a:active {
    text-decoration: none;
}

#scsj1 {
    background-image: none;
    background-color: #f5f5f5;
    width: 1170px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}

#scsj1 > div {
    width: 100%;
    float: none;
}

#scsj1 ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

#scsj1 li {
    background-image: none;
    background-color: #0066CB;
    flex: 1 1 0;
    height: 100px;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 0 1px;
    list-style: none;
    box-sizing: border-box;
}

#chanel li {
    display: inline-block;
}


#scsj1 li.kstd:first-child {
    width: 130px;
}



#scsj1 li:first-child {
    background-color: #81D202;
    margin-left: 0;
}

#scsj1 a.arrow_box {
    background: url(/images/menu.png) no-repeat;
    background-position: 0px 0px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
}

#scsj1 a.ico1 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -5px 0px;
}

#scsj1 a.ico2 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -128px -5px;
}

#scsj1 a.ico3 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -259px -5px;
}

#scsj1 a.ico4 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -388px -5px;
}

#scsj1 a.ico5 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -525px -5px;
}

#scsj1 a.ico6 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -650px -5px;
}

#scsj1 a.ico7 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -785px -5px;
}

#scsj1 a.ico8 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -915px -5px;
}

#scsj1 a.ico9 {
    background: url(/images/menu1.png) no-repeat;
    background-position: -1035px 0px;
}

#scsj1 li a {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-top: 60px;
    font-size: 20px;
}

#chanel li a {
    display: inline-block;
}

#scsj1 li.kstd a {
    font-size: 16px;
    width: 120px;
    height: 30px;
    padding: 0 0 0 10px;
    float: left;
}

#scsj1 li.kstd a:before {
    content: '\25CF';
    margin-right: 5px;
}

#scsj1 li.kstd a:hover {
    color: #FD9701;
}

#scsj1 li:not(.kstd):hover {
    background-color: #014588;
}



#kstd {
    width: 304px;
    height: 100px;
    background-color: #0066CB;
    padding: 0;
    color: #333;
    font-size: 14px;
    margin: 0 0 0 1px;
}

#headlines {
    padding-left: 10px;
}

#headlines li {
    list-style-type: disc;
    text-align: left;
    line-height: 30px;
}

#headlines li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    width: 520px;
    color: #666666;
}

#headlines li span {
    float: right;
    width: 40px;
}

#headlines > a {
    float: right;
    text-align: right;
    color: #666666;
    margin-right: 10px;
}

#headlines li span {
    color: #666666;
    margin-right: 10px;
}

.slick-slider {
    margin: 0 auto;
}

#indextb {
    width: 460px;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    table-layout: fixed;
}

#indextb th {
    background-color: var(--sse-table-header);
    color: #FFFFFF;
    height: 50px;
    width: 100px;
    border-top: 1px solid var(--sse-table-header);
    border-bottom: 1px solid var(--sse-table-header);
}

#indextb td {
    background-color: var(--sse-card-bg);
    height: 50px;
    width: 100px;
    color: var(--sse-text-muted);
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
}

#indextb th:first-child {
    width: 160px;
    text-align: left;
    padding-left: 10px;
}

#indextb tr td:first-child {
    text-align: left;
    padding-left: 10px;
}

#indextb tbody tr:hover td {
    background-color: var(--sse-row-hover);
}

#reportlist {
    line-height: 30px;
}

#reportlist a.sselink {
    color: #666666;
}

#reportlist a.sselink:hover {
    color: var(--sse-link-hover);
}

.ssetitle {
    font-family: var(--sse-title-font);
    display: inline-block;
    height: auto;
    line-height: 1.4;
    padding-bottom: 8px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    flot:left;
    color: var(--sse-brand-blue);
    border-bottom: solid 2px var(--sse-brand-blue);
    box-sizing: border-box;
}

.ssetitlespace {
    display: inline-block;
    height: auto;
    min-height: 36px;
    padding-bottom: 8px;
    border-bottom: solid 2px #c8d3e0;
    float: right;
    box-sizing: border-box;
}

a.more {
    float: right;
    background: url(/images/more.png) no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 0 6px 0;
    padding: 0;
}

#data1, #data2, #chanel, #marketreports {
    border: 1px solid var(--sse-card-border);
    background-color: var(--sse-card-bg);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 47, 123, 0.06);
    box-sizing: border-box;
}

#servicelist {
    font-size: 0;
}

#servicelist a {
    background: url(/images/service2.png) no-repeat;
    background-position: -122px 10px;
    display: inline-block;
    width: 148px;
    line-height: 40px;
    padding-top: 90px;
    text-align: center;
    font-family: "SimHei";
    font-size: 20px;
    color: #0066CB;
}

#servicelist a:first-child {
    width: 110px;
    background-position: 4px 10px;
    height: 40px;
    color: #FFFFFF;
    background-color: #0066cc;
}

#servicelist a.arrow_box:after {
    border-left-color: #0066cc;
}

#servicelist a.arrow_box:hover {
    background-color: #0066cc;
}

#servicelist a:hover {
    background-color: #014588;
    color: #FFFFFF;
}

#servicelist .ico2:hover {
    background-position: -122px -150px;
}

#servicelist .ico3 {
    background-position: -260px 10px;
}

#servicelist .ico3:hover {
    background-position: -260px -150px;
}

#servicelist .ico4 {
    background-position: -395px 10px;
}
#servicelist .ico4:hover {
    background-position: -395px -150px;
}

#servicelist .ico5 {
    background-position: -535px 10px;
}
#servicelist .ico5:hover {
    background-position: -535px -150px;
}

#servicelist .ico6 {
    background-position: -655px 10px;
}
#servicelist .ico6:hover {
    background-position: -655px -150px;
}

#servicelist .ico7 {
    background-position: -780px 10px;
}
#servicelist .ico7:hover {
    background-position: -780px -150px;
}

#servicelist .ico8 {
    background-position: -900px 10px;
}
#servicelist .ico8:hover {
    background-position: -900px -150px;
}

ul#price
{
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

ul#price li {
    display: inline;
}

ul#price li a {
    color: #CCCCCC;
    font-size: 20px;
}

ul#price li.active a {
    color: #0066CB;
}



ul#price li a:hover {
    color: #FD9701;
}

#data2, #sseNews, #policy, #news {
    border: 1px solid var(--sse-card-border);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 47, 123, 0.06);
    background-color: var(--sse-card-bg);
}

#ssenews li, #rules li {
    list-style-type: disc;
    text-align: left;
    line-height: 40px;
    height: 40px;
    margin-left: 20px;
    overflow: hidden;
}

#ssenews li a, #rules li a {
    color: var(--sse-text-muted);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hotnews li a:hover, #ssenews li a:hover, #rules li a:hover {
    color: var(--sse-link-hover);
}

#sseNews ul#ssenews li a {
    padding-right: 55px;
    position: relative;
}

#sseNews ul#ssenews li a span {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    color: var(--sse-text-muted);
}

#shippricetb, #filingpricetb {
    width: 100%;
    border-spacing: 0;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

#shippricetb tr td, #filingpricetb tr td {
    color: var(--sse-text-muted);
    border-bottom: 1px solid #e8edf3;
}

#shippricetb tr.even td, #filingpricetb tr.even td {
    background-color: var(--sse-stripe);
}

#shippricetb tr th, #filingpricetb tr th {
    color: #FFFFFF;
    font-weight: normal;
    background-color: var(--sse-table-header);
    border-left: 1px solid var(--sse-table-header);
}

#shippricetb tr th:last-child, #filingpricetb tr th:last-child {
    border-right: 1px solid var(--sse-table-header);
}

ul#ssenews li, #rules li {
    color: var(--sse-text-muted);
}
ul#ssenews li a, ul#rules li a {
    color: var(--sse-text-muted);
}

.bluetitle {
    color: var(--sse-brand-blue);
}

#shortcut ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-height: 0;
}

#shortcut ul li {
    flex: 1 1 0;
    width: 190px;
    max-width: 190px;
    min-height: 88px;
    float: none;
    text-align: center;
    background-color: var(--sse-shortcut-bg);
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    filter: none !important;
}

#shortcut ul li:hover {
    background-color: var(--sse-shortcut-hover);
    filter: none !important;
}

#shortcut ul li:hover a {
    color: #ffffff;
}

#shortcut ul li.odd,
#shortcut ul li.even {
    width: 190px;
    max-width: 190px;
    margin: 0;
}
#chanel a {
    padding-top: 65px;
    height: 20px;
}

#chanel a.ico1 {
    background: url(/images/way.png) no-repeat;
    background-position: -15px -10px;
}

#chanel a.ico2 {
    background: url(/images/way.png) no-repeat;
    background-position: -115px -10px;
}

#chanel a.ico3 {
    background: url(/images/way.png) no-repeat;
    background-position: -5px -102px;
}

#chanel a.ico4 {
    background: url(/images/way.png) no-repeat;
    background-position: -115px -102px;
}

#chanel a.ico5 {
    background: url(/images/way.png) no-repeat;
    background-position: -15px -194px;
}

#chanel a.ico6 {
    background: url(/images/way.png) no-repeat;
    background-position: -115px -194px;
}

#scsj1 ul li div {
    width: 100%;
}

#scsj1 .dropdown-content {
    max-width: 1170px;
    width: 1170px;
}

#scsj1 .dropdown-content a {
    padding: 15px 0 0 0;
    color: #0066CC;
}
#scsj1 .dropdown-content a:hover {
    color: #b63b4d;
}

#forumSvc.dropdown:hover .dropdown-content.forum-dropdown {
    display: flex;
}

#forumSvc .dropdown-content.forum-dropdown {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 630px;
    max-width: 630px;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

#forumSvc .dropdown-content.forum-dropdown a {
    flex: 0 0 90px;
    width: 90px;
    padding: 15px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    display: block;
    color: #0066CC;
    background-color: #f9f9f9;
}

#forumSvc .dropdown-content.forum-dropdown a:hover {
    color: #b63b4d;
    background-color: #f1f1f1;
}

/* ===== 首页排版（Grid / Flex，无内联样式） ===== */

.home-module-title {
    position: relative;
    width: 100%;
    height: 46px;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.home-module-title .title-left {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    min-height: 0;
    line-height: 1.4;
    font-family: var(--sse-title-font);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--sse-brand-blue);
    border-bottom: none;
    box-sizing: border-box;
    z-index: 1;
}

.home-module-title .title-right {
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    bottom: 0;
    border-bottom: 2px solid var(--sse-brand-blue);
    box-sizing: border-box;
    flex: none;
    min-height: 0;
    pointer-events: none;
}

.home-module-title .title-right .more {
    position: absolute;
    right: 0;
    top: -31px;
    float: none;
    margin: 0;
    z-index: 2;
    pointer-events: auto;
}

.home-module-title--allblue .title-right {
    border-bottom-color: var(--sse-brand-blue);
}

#sseNews .home-panel-head,
#policy .home-panel-head {
    position: relative;
    height: 46px;
    margin-bottom: 14px;
    box-sizing: border-box;
    flex-shrink: 0;
}

#sseNews .home-panel-head .ssetitle,
#policy .home-panel-head .ssetitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    text-align: center;
    border-bottom: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}

#sseNews .home-panel-head .ssetitlespace,
#policy .home-panel-head .ssetitlespace {
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--sse-brand-blue);
    box-sizing: border-box;
    flex: none;
    min-height: 0;
    pointer-events: none;
}

#sseNews .home-panel-head .ssetitlespace .more,
#policy .home-panel-head .ssetitlespace .more {
    position: absolute;
    right: 0;
    top: -31px;
    float: none;
    margin: 0;
    z-index: 2;
    pointer-events: auto;
}

.home-panel-head {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 12px;
}

.home-panel-head--center {
    justify-content: center;
}

.home-panel-head--center .ssetitle {
    width: 100%;
    text-align: center;
    border-bottom: none;
    padding-bottom: 4px;
}

.home-panel-head .ssetitle {
    float: none;
    flex-shrink: 0;
    color: var(--sse-brand-blue);
    border-bottom: 2px solid var(--sse-brand-blue);
}

.home-panel-head .ssetitlespace {
    float: none;
    flex: 1;
    border-bottom: 2px solid #c8d3e0;
    min-height: 36px;
    padding-bottom: 8px;
    box-sizing: border-box;
}

#row2 {
    display: grid;
    grid-template-columns: 215px minmax(0, 1fr);
    gap: 8px;
    width: 1170px;
    margin: 0 auto 12px;
    padding: 12px;
    background-color: var(--sse-section-bg);
    border-radius: 8px;
    box-sizing: border-box;
    align-items: stretch;
}

#chanel {
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 300px;
    height: 100%;
}

#shortcut {
    flex: 1;
    display: flex;
    min-height: 0;
}

#data1 {
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 300px;
    height: 100%;
}

#data1-body {
    display: flex;
    gap: 8px;
    align-items: stretch;
    flex: 1;
    min-height: 0;
}

#indextb {
    flex: 0 0 460px;
    margin-top: 0;
}

.index-chart {
    flex: 1 1 auto;
    min-width: 0;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.index-chart img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.index-chart img.is-active {
    display: block;
}

#row4 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    grid-template-rows: 372px 372px;
    column-gap: 15px;
    row-gap: 10px;
    width: 1170px;
    margin: 12px auto;
    padding: 12px;
    background-color: var(--sse-section-bg);
    border-radius: 8px;
    box-sizing: border-box;
}

#data2 {
    grid-column: 1;
    grid-row: 1 / span 2;
    float: none;
    width: auto;
    min-height: 0;
    padding: 10px;
    box-sizing: border-box;
    align-self: stretch;
}

#sseNews {
    grid-column: 2;
    grid-row: 1;
    float: none;
    width: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 14px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
}

#policy {
    grid-column: 2;
    grid-row: 2;
    float: none;
    width: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 14px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    clear: none;
}

#sseNewsList,
#policyList {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.features_div {
    clear: both;
    width: 100%;
    margin: 0 auto 30px;
    padding: 1px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: visible;
}

body.home-page #end {
    clear: both;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

#features.blue {
    margin: 10px auto;
    text-align: center;
}

#features.blue h3 {
    font-size: 0;
    line-height: 0;
    padding: 2%;
    margin: 0;
    position: relative;
    text-align: center;
}

#features .content {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

#features .slider.autoplay {
    margin: 0 auto;
}

#features .slick-slider {
    margin: 30px auto 20px;
}

#features .slick-slide {
    text-align: center;
}

#features .slick-slide img.image_css {
    width: 100%;
    height: 120px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    object-fit: contain;
}

/* 与 slick.css 一致：箭头在轮播区外侧 ±31px，使用 pev.jpg / next.jpg */
#features .slick-prev,
#features .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}

#features .slick-prev {
    left: -31px;
    background-image: url("/images/pev.jpg");
}

#features .slick-next {
    right: -31px;
    background-image: url("/images/next.jpg");
}

#features .slick-prev:before,
#features .slick-next:before {
    content: "";
}

.slick-slide img {
    height: 120px;
}

#marketSvc .dropdown-content.dropdown-market {
    left: -131px;
}

#marketSvc .dropdown-content.dropdown-market a {
    width: 230px;
}

#shipSvc .dropdown-content.dropdown-ship {
    left: -391px;
}

#shipSvc .dropdown-content.dropdown-ship a {
    width: 180px;
}

#shipSvc .dropdown-content.dropdown-ship a:nth-child(n+4) {
    width: 200px;
}

#floating-ad {
    bottom: 100px;
    right: 50px;
}

.home-notice {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.home-notice.notice-left {
    left: 10px;
}
.home-notice.notice-left a,
.home-notice.notice-right a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.home-notice.notice-right {
    right: 10px;
}
.home-notice img {
    width: 100px;
    cursor: pointer;
}
.home-notice .notice-txt{
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #0a7ab4;
}

/* 首页顶部横幅 */
#home-banner {
    position: relative;
    width: 1170px;
    margin: 12px auto 0;
    box-sizing: border-box;
}

#home-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.home-banner-slogan {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    padding-left: 36px;
    box-sizing: border-box;
    pointer-events: none;
}

.home-banner-slogan__line {
    margin: 0;
    font-family: var(--sse-title-font);
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 4px;
    line-height: 1.65;
    text-shadow: 0 2px 8px rgba(0, 47, 123, 0.45);
    white-space: nowrap;
}

.home-banner-slogan__line--1 {
    padding-left: 0;
}

.home-banner-slogan__line--2 {
    padding-left: 5em;
}

.home-banner-slogan__line--3 {
    padding-left: 10em;
}

/* 首页内容区与正文 */
.body {
    background-color: var(--sse-page-bg);
}

#content {
    background-color: transparent;
}

#reportlist a.sselink {
    color: var(--sse-text-muted);
}

#indextb th,
#shippricetb tr th,
#filingpricetb tr th {
    font-family: var(--sse-body-font);
    font-weight: 600;
    letter-spacing: 0.5px;
}

#indextb td,
#shippricetb tr td,
#filingpricetb tr td {
    font-size: 15px;
}
