.hide {
    display: none !important;
}

.trade-case-page {
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
    padding-bottom: 48px;
}

.trade-banner {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.trade-hero-inner {
    text-align: center;
}

.trade-banner-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../../assets/image/pc/marketing/marketing-banner.png") center/cover no-repeat;
}

.trade-hero-title {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    letter-spacing: 0.5px;
}

.trade-hero-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.trade-decor {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -40px;
    width: 74px;
    height: 2px;
    background: #d2b347;
    z-index: 100;
}

.trade-decor::after {
    content: "";
    position: absolute;
    right: -14px;
    top: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d2b347;
}

.trade-inner {
    position: relative;
    padding-top: 36px;
}

.trade-seo-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.trade-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 16px;
    margin-bottom: 36px;
}

.trade-tab {
    min-width: 130px;
    height: 68px;
    line-height: 68px;
    padding: 0 18px;
    border: none;
    border-radius: 35px;
    background: #F7F8FC;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
}

.trade-tab:hover {
    opacity: 0.92;
}

.trade-tab.active {
    background: #0148A4;
    color: #fff;
}

.trade-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.trade-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 0 0 20px;
    text-align: center;
}

.trade-card-img {
    height: 160px;
    background: #e8ecf0;
    position: relative;
    overflow: hidden;
}

.trade-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}

.trade-card-whole {
    display: block;
    text-decoration: none;
    color: inherit;
}

.trade-card-whole:hover .trade-card-btn {
    background: #f7fbff;
}

.trade-card-meta {
    margin: 10px 12px 0;
    text-align: left;
}

.trade-meta-line {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #666;
    word-break: break-all;
}

.trade-empty {
    margin-top: 8px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px dashed #d8d8d8;
    border-radius: 4px;
    color: #999;
    font-size: 15px;
}

.trade-card-title {
    margin: 16px 12px 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.trade-card-sub {
    margin: 8px 12px 0;
    font-size: 13px;
    color: #888;
}

.trade-card-btn {
    display: inline-block;
    margin-top: 16px;
    min-width: 100px;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    border: 1px solid #4a90e2;
    border-radius: 6px;
    color: #4a90e2;
    font-size: 13px;
    text-decoration: none;
    background: #fff;
}

.trade-card-btn:hover {
    background: #f7fbff;
}

.index-footer-part {
    width: 100%;
    min-width: 1200px;
    background: #2f3033;
    padding: 40px 0 34px;
}

.index-footer-main {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-company h4 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
}

.footer-company p {
    margin: 6px 0;
    font-size: 12px;
    color: #d1d1d1;
}

.footer-socials {
    margin: 14px 0;
}

.footer-socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    color: #ddd;
    text-decoration: none;
    margin-right: 8px;
    font-size: 12px;
}

.footer-links {
    margin-top: 18px !important;
}

.footer-nav-col {
    width: 180px;
}

.footer-nav-col h5 {
    margin: 0 0 18px;
    font-size: 13px;
    color: #d8d8d8;
    font-weight: 500;
}

.footer-nav-col a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #d1d1d1;
    text-decoration: none;
}