body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'HarmonyOS';
    src: url('/font-family/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS-light';
    src: url('/font-family/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS-Bold';
    src: url('/font-family/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS-Regular';
    src: url('/font-family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

body {
    background: #f1f1f1;
    text-align: center;
    font-family: 'HarmonyOS-Regular';
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    align-items: flex-start;
    /* 强制左对齐 */
    background-color: black !important;
}

.middle {
    position: relative;
    width: 100vw;
    /* top: -2vw; */
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: HarmonyOS Sans SC;
    overflow-x: hidden;
}

.coming {
    width: 100%;
    margin-top: 2.8vw;
}

.topD8 {
    z-index: 9999;
    width: 100vw;
    height: 2.8vw;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}

.topD8 .title {
    margin-left: 20.7vw;
    color: #383838;
    font-size: calc(18 / 1920 * 100vw);
    font-family: 'HarmonyOS';
    font-weight: 500;
}

.topD8 .aBox {
    display: flex;
    flex-direction: row;
    margin-right: calc(400 / 1920 * 100vw);
    gap: calc(20 / 1920 * 100vw);
}

.topD8 a {
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(18.75 / 1920 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(4 / 1920 * 100vw);
    font-weight: 400;
    font-family: 'HarmonyOS-Regular';

}

.bookButton {
    background-color: #10069F;
    color: #fff;
    padding: calc(6 / 1920 * 100vw) calc(14 / 1920 * 100vw) calc(5 / 1920 * 100vw) calc(10 / 1920 * 100vw);
}

.goButton {
    color: #10069F;
    border: calc(1 / 1920 * 100vw) solid #10069F;
    padding: calc(6 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(5 / 1920 * 100vw) calc(10 / 1920 * 100vw);
}

.under {
    width: 100%;
    display: flex;
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
}

.under .content6 {
    height: calc(780 / 1920 * 100vw);
    width: 100%;
    margin-top: calc(120 / 1920 * 100vw);
    display: flex;
    position: relative;
    scroll-margin-top: 6.8vw;
}

.under.under .content6 .img2 {
    position: absolute;
    width: calc(1515 / 1920 * 100vw);
    left: calc(46 / 1920 * 100vw);
}

.under .content6 .textList {
    width: calc(444 / 1920 * 100vw);
    margin-top: calc(230 / 1920 * 100vw);
    margin-left: calc(1056 / 1920 * 100vw);
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.under .content6 .textList .box {
    width: calc(192 / 1920 * 100vw);
    display: flex;
    flex-direction: column;
    text-align: left;

    .topTitle {
        font-size: calc(22 / 1920 * 100vw);
        line-height: calc(25.78 / 1920 * 100vw);
        color: #383838;
        font-family: 'HarmonyOS-Bold';
        font-weight: 700;
    }

    .num {
        font-size: calc(18 / 1920 * 100vw);
        line-height: calc(21.1 / 1920 * 100vw);
        color: #10069F;
        font-family: 'HarmonyOS-Regular';
        font-weight: 400;
        margin-top: calc(20 / 1920 * 100vw);
    }

    .num:nth-child(2) {
        margin-top: calc(40 / 1920 * 100vw);
    }

    .numTitle {
        font-size: calc(14 / 1920 * 100vw);
        line-height: calc(16.41 / 1920 * 100vw);
        color: #383838;
        font-family: 'HarmonyOS-light';
        font-weight: 300;
        margin-top: calc(5 / 1920 * 100vw);
    }
}

.content6 .textList .box a {
    width: calc(192 / 1920 * 100vw);
    height: calc(52 / 1920 * 100vw);
    font-size: 0.9375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3125vw;
    border: 0.1042vw solid #10069F;
    margin-top: calc(60 / 1920 * 100vw);
}

.under .content6 .textList .box .a1 {
    color: #10069F;
}

.under .content6 .textList .box .a2 {
    color: #ffffff;
    background-color: #10069F;
}

#bottom {
    position: relative;
    /* top: 391vw; */
}

.floatText {
    position: absolute;
    font-size: calc(26 / 1920 * 100vw);
    z-index: 9
}

.floatTextBlack {
    position: absolute;
    font-size: calc(26 / 1920 * 100vw);
    z-index: 9;
    background-color: #131313;
    padding: calc(10 / 1920 * 100vw);
    line-height: calc(25.78 / 1920 * 100vw);
    border-radius: calc(10 / 1920 * 100vw)
}

.leftText {
    left: calc(40 / 1920 * 100vw);
    font-family: 'HarmonyOS-light';
}

.rightText {
    right: calc(40 / 1920 * 100vw);
    font-family: 'HarmonyOS-light';
}

.middle2 {
    width: 100vw;
    position: relative;
    background-color: rgb(0, 0, 0);
    height: calc(900 / 1920 * 100vw);
}

.middle2 img {
    position: relative;
    width: 100%;
    /* top: -0.05vw; */
    opacity: 1;
}

.middle2world {
    width: 100vw;
    /* position: absolute; */
    background-color: rgb(0, 0, 0);
    opacity: 1;

    .textTitle {
        color: rgb(255, 255, 255);
        font-size: calc(18 / 1920 * 100vw);
        font-weight: 400;
        line-height: calc(21.1 / 1920 * 100vw);
    }
}

.middle2world p {
    position: absolute;
    font-family: 'HarmonyOS-Regular';
}