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

html {
    scroll-behavior: smooth;
}

body {
    color: #10182a;
    background: #fffdf7;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font: inherit;
}

.headup {
    position: sticky;
    top: 0;
    z-index: 60;
    background: #fffdf7;
    border-bottom: 2px solid #10182a;
}

.navinn {
    width: min(1200px, calc(100% - 40px));
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
}

.logbox {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
}

.logbox img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 50%;
}

.logbox span {
    display: flex;
    flex-direction: column;
}

.logbox b {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}

.logbox small {
    margin-top: 5px;
    color: #fa4e5e;
    font-size: 9px;
    font-weight: 900;
}

.navset {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 19px;
}

.navset a,
.footnv a {
    font-size: 13px;
    font-weight: 700;
}

.navset a:hover,
.footnv a:hover {
    color: #135ee8;
}

.appbtn {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: #135ee8;
    border: 2px solid #10182a;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 4px 4px 0 #10182a;
}

.appbtn:hover {
    color: #10182a;
    background: #ffdc45;
}

.menuk {
    display: none;
}

.herobg {
    color: #ffffff;
    background: #135ee8;
    overflow: hidden;
}

.heroin {
    width: min(1200px, calc(100% - 40px));
    min-height: 650px;
    margin: 0 auto;
    padding: 70px 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.onair {
    width: fit-content;
    margin-bottom: 23px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #10182a;
    background: #ffdc45;
    border: 2px solid #10182a;
    font-size: 11px;
    font-weight: 900;
}

.onair i {
    color: #fa4e5e;
    font-size: 16px;
}

.herotx h1 {
    font-size: 70px;
    line-height: 1.05;
    font-weight: 900;
}

.herotx > p {
    max-width: 520px;
    margin-top: 25px;
    color: #dce7ff;
    font-size: 16px;
    line-height: 1.9;
}

.heroac {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.herobt {
    min-height: 60px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #10182a;
    background: #ffdc45;
    border: 2px solid #10182a;
    box-shadow: 7px 7px 0 #10182a;
    font-size: 16px;
    font-weight: 900;
}

.herobt:hover {
    background: #ffffff;
    transform: translate(3px, 3px);
    box-shadow: 4px 4px 0 #10182a;
}

.heroac > span {
    max-width: 140px;
    color: #dce7ff;
    font-size: 11px;
    line-height: 1.6;
}

.heroac > span b {
    display: block;
    color: #ffffff;
    font-family: Consolas, monospace;
}

.airbox {
    color: #10182a;
    background: #fffdf7;
    border: 2px solid #10182a;
    box-shadow: 16px 16px 0 #fa4e5e;
}

.airtop {
    min-height: 47px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #10182a;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.airtop b {
    color: #ffdc45;
}

.airday {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #10182a;
}

.airday span {
    padding: 13px 3px;
    text-align: center;
    border-right: 1px solid #c7c9c9;
    font-family: Consolas, monospace;
    font-size: 10px;
    font-weight: 800;
}

.airday span:last-child {
    border-right: 0;
}

.airday .today {
    color: #ffffff;
    background: #fa4e5e;
}

.aircnt {
    padding: 21px;
    display: grid;
    grid-template-columns: 155px 1fr;
    gap: 20px;
}

.phonep {
    padding: 7px;
    background: #10182a;
    border-radius: 18px;
}

.phonep img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 11px;
}

.airlst {
    display: flex;
    flex-direction: column;
}

.airlst > div {
    padding: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #c9cccf;
}

.airlst > div:first-child {
    padding-top: 4px;
}

.airlst time {
    color: #135ee8;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.airlst p {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.airlst p b {
    font-size: 13px;
}

.airlst p span {
    margin-top: 4px;
    color: #747b87;
    font-size: 10px;
}

.airlst i {
    color: #fa4e5e;
    font-size: 22px;
}

.airft {
    min-height: 49px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #10182a;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.airft strong {
    color: #135ee8;
    font-size: 14px;
}

.bander {
    min-height: 57px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    color: #10182a;
    background: #ffdc45;
    border-top: 2px solid #10182a;
    border-bottom: 2px solid #10182a;
    font-size: 13px;
    font-weight: 900;
}

.bander i {
    color: #fa4e5e;
}

.secton {
    padding: 92px 0;
}

.wrapin {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.faqinn {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
}

.sectit {
    margin-bottom: 48px;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
}

.sectit::after {
    content: "";
    width: 54px;
    height: 7px;
    margin: 13px auto 0;
    display: block;
    background: #fa4e5e;
    border: 1px solid #10182a;
}

.showbg {
    background: #fffdf7;
}

.screen {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.shotxx {
    padding: 10px;
    background: #ffffff;
    border: 2px solid #10182a;
    box-shadow: 5px 5px 0 #cbd8f5;
}

.shotxx > span {
    height: 30px;
    display: block;
    color: #135ee8;
    font-family: Consolas, monospace;
    font-size: 10px;
    font-weight: 900;
}

.shotxx img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border: 1px solid #c1c6cf;
}

.shotxx figcaption {
    padding: 14px 3px 4px;
    font-size: 13px;
    font-weight: 800;
}

.featbg {
    background: #e7efff;
    border-top: 2px solid #10182a;
    border-bottom: 2px solid #10182a;
}

.featls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.featcr {
    min-height: 235px;
    padding: 28px;
    position: relative;
    background: #fffdf7;
    border: 2px solid #10182a;
}

.featcr > span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #9fa6b2;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.featcr > i {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #135ee8;
    border: 2px solid #10182a;
    font-size: 25px;
}

.featcr:nth-child(2n) > i {
    color: #10182a;
    background: #ffdc45;
}

.featcr:nth-child(3n) > i {
    background: #fa4e5e;
}

.featcr b {
    display: block;
    font-size: 18px;
}

.featcr p {
    margin-top: 12px;
    color: #5e6674;
    font-size: 13px;
    line-height: 1.8;
}

.downbg {
    color: #ffffff;
    background: #10182a;
}

.downbg .sectit::after {
    background: #ffdc45;
    border-color: #ffffff;
}

.downls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.downit {
    min-height: 150px;
    padding: 22px;
    display: grid;
    grid-template-columns: 48px 1fr 38px;
    align-items: center;
    gap: 14px;
    position: relative;
    color: #10182a;
    background: #fffdf7;
    border: 2px solid #ffffff;
}

.downit > span {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #8e95a1;
    font-family: Consolas, monospace;
    font-size: 9px;
    font-weight: 900;
}

.downit > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #135ee8;
    font-size: 24px;
}

.downit div b {
    display: block;
    font-size: 16px;
}

.downit div p {
    margin-top: 7px;
    color: #777d88;
    font-size: 11px;
}

.downit a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #10182a;
    background: #ffdc45;
    border: 1px solid #10182a;
}

.downit a:hover {
    color: #ffffff;
    background: #fa4e5e;
}

.flowbg {
    background: #fffdf7;
}

.timeln {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.timeln::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: #135ee8;
}

.stepit {
    padding: 0 24px;
    position: relative;
    text-align: center;
}

.stepit > span {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
    background: #ffdc45;
    border: 2px solid #10182a;
    border-radius: 50%;
    font-family: Consolas, monospace;
    font-size: 13px;
    font-weight: 900;
}

.stepit:nth-child(even) > span {
    color: #ffffff;
    background: #fa4e5e;
}

.stepit b {
    font-size: 17px;
}

.stepit p {
    margin-top: 10px;
    color: #646b77;
    font-size: 13px;
    line-height: 1.75;
}

.faqbg {
    background: #ffdc45;
    border-top: 2px solid #10182a;
    border-bottom: 2px solid #10182a;
}

.faqitm {
    margin-bottom: 10px;
    background: #fffdf7;
    border: 2px solid #10182a;
    box-shadow: 4px 4px 0 #10182a;
}

.faqbtn {
    width: 100%;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
}

.faqbtn i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #ffffff;
    background: #135ee8;
}

.faqans {
    display: none;
    padding: 0 65px 20px 22px;
}

.faqans p {
    color: #5b626e;
    font-size: 13px;
    line-height: 1.85;
}

.faqitm.active .faqans {
    display: block;
}

.newsbg {
    background: #fffdf7;
}

.newsls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.newsit {
    min-height: 210px;
    padding: 26px;
    position: relative;
    border: 2px solid #10182a;
}

.newtop {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    color: #8a919c;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.newtop span {
    color: #135ee8;
    font-weight: 900;
}

.newsit > b {
    padding-right: 35px;
    display: block;
    font-size: 17px;
}

.newsit > p {
    margin-top: 12px;
    padding-right: 35px;
    color: #646b76;
    font-size: 13px;
    line-height: 1.8;
}

.newsit > i {
    position: absolute;
    right: 23px;
    bottom: 24px;
    color: #fa4e5e;
    font-size: 22px;
}

.ratebg {
    color: #ffffff;
    background: #135ee8;
}

.ratebg .sectit::after {
    background: #ffdc45;
    border-color: #ffffff;
}

.ratels {
    columns: 3;
    column-gap: 16px;
}

.rateit {
    width: 100%;
    margin: 0 0 16px;
    padding: 24px;
    display: inline-block;
    break-inside: avoid;
    color: #10182a;
    background: #fffdf7;
    border: 2px solid #10182a;
    box-shadow: 5px 5px 0 #10182a;
}

.ratop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ratop span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 900;
}

.ratop b {
    color: #fa4e5e;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.rateit p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.85;
}

.rateit time {
    margin-top: 20px;
    display: block;
    color: #7d8490;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.footer {
    background: #fffdf7;
    border-top: 2px solid #10182a;
}

.footin {
    width: min(1200px, calc(100% - 40px));
    min-height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.footnv {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 18px;
}

.copyrt {
    min-height: 44px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #ffffff;
    background: #10182a;
    font-size: 11px;
}

@media (max-width: 767px) {
    .navinn {
        width: calc(100% - 28px);
        min-height: 68px;
        position: relative;
    }

    .logbox img {
        width: 40px;
        height: 40px;
    }

    .logbox b {
        font-size: 19px;
    }

    .menuk {
        width: 40px;
        height: 40px;
        margin-left: auto;
        display: grid;
        place-items: center;
        background: #ffdc45;
        border: 2px solid #10182a;
        font-size: 20px;
    }

    .navinn > .appbtn {
        display: none;
    }

    .navset {
        display: none;
        position: absolute;
        top: 67px;
        left: -14px;
        right: -14px;
        padding: 12px 14px 17px;
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
        background: #10182a;
    }

    .navset.active {
        display: grid;
    }

    .navset a {
        padding: 13px 8px;
        color: #10182a;
        background: #fffdf7;
        text-align: center;
    }

    .heroin {
        width: calc(100% - 28px);
        min-height: auto;
        padding: 56px 0 62px;
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .herotx h1 {
        font-size: 43px;
    }

    .herotx > p {
        font-size: 14px;
    }

    .heroac {
        align-items: stretch;
        flex-direction: column;
    }

    .herobt {
        width: 100%;
    }

    .heroac > span {
        max-width: none;
        text-align: center;
    }

    .airbox {
        box-shadow: 9px 9px 0 #fa4e5e;
    }

    .aircnt {
        padding: 16px;
        grid-template-columns: 112px 1fr;
        gap: 13px;
    }

    .airlst > div {
        padding: 11px 0;
        gap: 7px;
    }

    .airlst p span,
    .airlst i {
        display: none;
    }

    .bander {
        padding: 15px 18px;
        flex-wrap: wrap;
        gap: 10px 16px;
        font-size: 11px;
    }

    .bander i:nth-of-type(even) {
        display: none;
    }

    .secton {
        padding: 66px 0;
    }

    .wrapin,
    .faqinn {
        width: calc(100% - 28px);
    }

    .sectit {
        margin-bottom: 35px;
        font-size: 29px;
    }

    .screen {
        margin-right: -14px;
        padding: 0 14px 8px 0;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .shotxx {
        min-width: 76vw;
        scroll-snap-align: start;
    }

    .featls,
    .downls,
    .newsls {
        grid-template-columns: 1fr;
    }

    .featcr {
        min-height: 210px;
    }

    .timeln {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .timeln::before {
        top: 25px;
        bottom: 25px;
        left: 25px;
        width: 4px;
        height: auto;
    }

    .stepit {
        padding: 0;
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 18px;
        text-align: left;
    }

    .stepit > span {
        width: 52px;
        height: 52px;
        margin: 0;
    }

    .faqbtn {
        padding: 18px;
        font-size: 14px;
        line-height: 1.6;
    }

    .faqans {
        padding: 0 18px 18px;
    }

    .ratels {
        columns: 1;
    }

    .footin {
        width: calc(100% - 28px);
        padding: 38px 0;
        align-items: stretch;
        flex-direction: column;
    }

    .footnv {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: stretch;
    }

    .footnv a {
        padding: 6px 0;
    }

    .footin > .appbtn {
        width: 100%;
    }

    .copyrt {
        padding: 15px;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }
}
