* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    /* background: #ececec; */
    color: #222;
    padding-top: 34px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

a:hover {
    color: #f5842b;
}

img {
    display: block;
    width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wrap {
    max-width: 1290px;
    margin: 0 auto
}

.no-hover:hover {
    color: #ffffff !important;
}

/* top bar */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: url(https://att13.skykiwi.com/images/top_nav_bg.jpg) repeat;
    color: #ddd;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.topbar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 34px
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap
}

.topbar-right {
    margin-left: auto
}

.topbar .hot {
    color: #ff9d2e
}

.ad-370-1080-L {
    position: fixed;
    left: calc(47% - 960px);
}

.ad-370-1080-R {
    position: fixed;
    right: calc(47% - 960px);
}

.menu-toggle {
    width: 34px;
    height: 34px;
    margin-left: 14px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.menu-toggle:hover {
    background: rgba(255, 255, 255, .08)
}

.menu-toggle:focus-visible {
    outline: 2px solid #f28729;
    outline-offset: -2px
}

.menu-toggle-bar {
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: relative
}

.menu-toggle-bar::before,
.menu-toggle-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 2px
}

.menu-toggle-bar::before {
    top: -5px
}

.menu-toggle-bar::after {
    top: 5px
}

/* header */
.header {
    background: #fff;
    /* border-bottom: 2px solid #f28729; */
}

.brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 10px;
    border-bottom: 2px solid #f28729;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px
}

.brand-logo {
    width: 235px;
    /* height: 42px;
    background: #f28729;
    border-radius: 8px;
    position: relative */
}

/* .brand-logo:before,
.brand-logo:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%
} */

.brand-logo:before {
    width: 16px;
    height: 16px;
    left: 6px;
    top: 6px
}

.brand-logo:after {
    width: 20px;
    height: 20px;
    right: 6px;
    bottom: 6px
}

.brand-text h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    color: #333
}

.brand-text p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #666;
    letter-spacing: 1px
}

.nav {
    display: flex;
    gap: 24px;
    font-size: 14px;
    padding: 15px 0 12px;
}

.nav a {
    padding-bottom: 10px;
    position: relative;
    font-size: 16px;

}

.nav a:hover::after,
.nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 3px;
    background: #f28729
}

/* 导航栏微信二维码展示 */
/* 遮罩 */
.qr-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.qr-overlay.active {
    display: flex;
}

/* 内容盒子 */
.qr-box {
    background: #fff;
    padding: 24px 20px;
    border-radius: 12px;
    text-align: center;
}

/* 标题 */
.qr-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

/* 图片 */
.qr-box img {
    max-width: 320px;
    width: 100%;
    height: auto;
}



/* mega panel shown in second screenshot */
.mega-panel {
    position: fixed;
    top: 34px;
    left: 0;
    width: 100%;
    z-index: 9998;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    display: none
}

.mega-panel.is-open {
    display: block
}

.mega-panel .inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    padding: 18px 0
}

.mega-panel h3 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #111
}

.mega-panel li {
    font-size: 12px;
    color: #555;
    line-height: 1.9
}

.mega-panel li a {
    font-size: 14px;
}

.mega-panel .stat {
    font-size: 26px;
    color: #f28729;
    font-weight: 700;
    line-height: 1.2
}

.mega-panel .sub {
    font-size: 12px;
    color: #777
}

/* 导航栏应用下载弹窗 */
.topbar-left {
    position: relative;
    display: flex;
    gap: 15px;
}

/* 应用按钮 */
.app-trigger {
    cursor: pointer;
}

/* 弹窗 */
.app-popup {
    position: absolute;
    top: 30px;
    left: 80px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    display: none;
    min-width: 180px;
    z-index: 999;
}

/* 链接样式 */
.app-popup a {
    display: flex;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
}

.app-popup a:hover {
    background: #f5f5f5;
}

.app-popup a i {
    width: 35px;
    margin-right: 10px;
}

.app-popup a i img {
    border-radius: 10px;
}


/* hero ad */
.hero-ad {
    /* background: #fff;
    margin-top: 14px; */
    padding-top: 15px;
    /* border: 1px solid #ddd;
    display: grid;
    grid-template-columns: 120px 1fr 140px;
    gap: 12px;
    align-items: center */
    max-width: 1290px;
    margin: 0 auto;
}

/* 
.hero-ad .thumb {
    height: 76px;
    background: linear-gradient(135deg, #cfd97d, #829b43);
    border-radius: 2px;
    overflow: hidden
}

.hero-ad .copy h2 {
    margin: 0 0 8px;
    font-size: 18px
}

.hero-ad .copy p {
    margin: 0;
    color: #666;
    font-size: 13px
}

.hero-ad .btn {
    justify-self: end;
    background: #222;
    color: #fff;
    padding: 14px 36px;
    border-radius: 24px;
    font-size: 16px
} */

.breaking {
    /* background: #fff;
    border: 1px solid #ddd;
    border-top: none; */
    padding: 10px 0px 10px 10px;
}

.breaking-row {
    display: grid;
    grid-template-columns: 86px 1fr 35px;
    height: 30px;
    align-items: center
}

.breaking-label {
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 35px;
    line-height: 35px
}

.breaking-text {
    background: #f28729;
    color: #fff;
    /* padding: 0 12px; */
    height: 35px;
    line-height: 9px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.breaking-close {
    text-align: center;
    color: #fff;
    background: #000;
    height: 35px;
    line-height: 35px;
    font-size: 25px
}

/* main */
.main {
    display: grid;
    grid-template-columns: 970px 300px;
    gap: 20px;
    margin-top: 10px
}

.left-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.right-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.panel {
    background: #fff;
    padding: 0 10px;
    /* border: 1px solid #ddd */
}

.panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 700
}

.panel-title small {
    font-size: 12px;
    color: #999;
    font-weight: 400
}

.lead-section {
    padding: 0px 0px 14px
}

.lead-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 12px
}

.lead-image {
    height: 245px;
    background: linear-gradient(135deg, #a7c2cf, #dfe5ea 55%, #8d6f6d);
    position: relative;
    overflow: hidden
}

.lead-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .08))
}

.lead-overlay {
    background: linear-gradient(180deg, rgba(242, 135, 41, .85), rgba(0, 0, 0, .82));
    color: #fff;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.lead-overlay h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4
}

.lead-overlay p {
    margin: 0;
    font-size: 12px;
    color: #eee;
    line-height: 1.8
}

.news-columns {
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
    gap: 18px;
    margin-top: 14px
}

.news-columns-div {
    width: 50%;
    float: left;
}

.news-columns-div-2 {
    width: 50%;
    float: left;
    margin-top: 30px;
}

.news-columns>.news-columns-div+.news-columns-div-2 {
    margin-top: 0 !important;
}

.mini-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
}

.mini-thumb {
    height: 80px;
    width: 120px;
    background: #cfd5da;
    overflow: hidden;
}

.mini-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-card h4 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.45;
    height: 49px;
    overflow: hidden;
}

.meta {
    font-size: 11px;
    color: #999
}

.text-list li {
    font-size: 16px;
    line-height: 1.9;
    border-bottom: 1px dotted #eee;
    padding: 2px 0;
    height: 39px;
    overflow: hidden;
    padding-right: 10px;
}

.inline-ad {
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    padding-top: 30px;
    display: flex;
    /* grid-template-columns: 180px 1fr 120px; */
    /* gap: 14px; */
    /* align-items: center; */
    /* margin-bottom: 20px; */
    margin: 0 auto;
    width: 970px;
    display: flex;
    justify-content: space-around;
}

.inline-ad .ad-pic {
    height: 78px;
    background: linear-gradient(135deg, #8db0c6, #ecf0f3)
}

.inline-ad .ad-word {
    font-size: 18px;
    font-weight: 700
}

.inline-ad .open-btn {
    justify-self: end;
    background: #222;
    color: #fff;
    padding: 12px 30px;
    border-radius: 24px
}

.section-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.section-block {
    background: #fff;
    /* border: 1px solid #ddd */
}

.section-head {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    font-weight: 700
}

.section-head span:last-child {
    font-size: 14px;
    color: #999;
    font-weight: 400
}

.feature {
    padding: 10px 12px
}

.feature-pic {
    height: 220px;
    background: #c8d1d8;
    margin-bottom: 10px;
    overflow: hidden;
}

.feature h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.45;
    height: 50px;
    overflow: hidden;

}

.small-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px
}

.small-item {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 8px
}

.small-item .pic {
    height: 52px;
    background: #d8dde1
}

.small-item h5 {
    margin: 0;
    font-size: 12px;
    line-height: 1.45
}

.right-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px
}

.right-box h3 {
    margin: 0 0 10px;
    font-size: 16px
}

.right-box ul li {
    font-size: 14px;
    line-height: 1.85;
    border-bottom: 1px dotted #eee;
    padding: 3px 0;
    height: 30px;
    overflow: hidden;
}

.redlist li {
    color: #e55353
}

.app-ad {
    background: linear-gradient(180deg, #ff7f4f, #ff5c43);
    color: #fff;
    padding: 16px 14px;
    position: relative;
    overflow: hidden
}

.app-ad::before,
.app-ad::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12)
}

.app-ad::before {
    width: 120px;
    height: 120px;
    right: -30px;
    top: -30px
}

.app-ad::after {
    width: 90px;
    height: 90px;
    left: -20px;
    bottom: -20px
}

.app-ad h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 1
}

.app-ad p {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.7;
    position: relative;
    z-index: 1
}

.app-ad .cta {
    display: inline-block;
    background: #fff;
    color: #ff613f;
    padding: 8px 18px;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.quote-box {
    font-size: 12px;
    color: #777;
    line-height: 1.8
}

.promo-box {
    height: 250px;
    background: linear-gradient(180deg, #e7eef4, #4d93c1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 20px
}

.footer-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 16px
}

.footer-card {
    background: #fff;
    /* border: 1px solid #ddd */
}

.footer-card .pic {
    /* height: 70px; */
    background: #c9d1d8
}

.footer-card .txt {
    padding: 8px 10px
}

.footer-card h4 {
    margin: 0 0 6px;
    font-size: 18px
}

.footer-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5
}

.site-footer {
    background: #fff;
    border-top: 1px solid #ddd;
    margin-top: 24px
}

.footer-links {
    padding: 22px 0 16px;
    text-align: center;
    color: #666;
    font-size: 14px
}

.footer-links a {
    margin: 0 18px;
    position: relative
}

.footer-links a:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -20px;
    color: #ccc
}

.footer-meta {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding-bottom: 22px
}

.socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 10px 0
}

.socials span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px */
}

.wb {
    background: #d64a43
}

.fb {
    background: #1877f2
}

.yt {
    background: #ff0000
}

.wx {
    background: #10b864
}

/* @media (max-width: 1080px) {
    .topbar-left {
        gap: 12px;
        overflow: hidden
    }

    .topbar-right {
        gap: 12px
    }

    .topbar-left span:nth-child(2),
    .topbar-left span:nth-child(3) {
        display: none
    }

    .topbar-right span:not(.hot):not(:last-child) {
        display: none
    }
}

@media (max-width: 1080px) {
    .wrap {
        width: 94%
    }

    .main {
        grid-template-columns: 1fr
    }

    .right-col {
        order: 2
    }

    .hero-ad,
    .inline-ad {
        grid-template-columns: 1fr
    }

    .hero-ad .btn,
    .inline-ad .open-btn {
        justify-self: start
    }

    .lead-grid,
    .section-grid-2,
    .news-columns,
    .footer-cards,
    .mega-panel .inner {
        grid-template-columns: 1fr
    }
} */