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;
}

body {
    background: #f1f1f1;
    text-align: center;
    font-family: 'HarmonyOS-Regular';
}

@font-face {
    font-family: "HarmonyOS-Medium";
    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");
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    /* 可选，以防止任何内部元素超出 */
    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;
}

.topD8 {
    z-index: 9999;
    width: 100vw;
    height: 2.8vw;
    background-color: #fff;
    border-top: 0.15vw solid #e5e5e5;
    border-bottom: 0.1vw solid rgba(197, 197, 197, 0);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}

.topD8 .title {
    margin-left: 20.7vw;
    color: #383838;
    font-size: 0.833vw;
}

.topD8 a {
    width: 4.8958vw;
    height: 1.5625vw;
    margin-right: 21.2vw;
    color: #fff;
    background-color: #10069F;
    font-size: 0.8333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2083vw;
}

/* .middle img {
    width: 100%;
    position: relative;
    top: 7.3vw;
}

.middle a {
    position: absolute;
}

.middle p {
    position: absolute;
} */

.banner {
    margin-top: 2.9vw;
    width: 100%;
    height: 41.67vw;
    /* 16:9 比例 (9/16=0.5625) */
    background-image: url('/img/RM-banner.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.banner .content {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12.5vw;
    margin-left: calc(400 / 1920 * 100vw);
}

.banner .content .title {
    font-family: "HarmonyOS-Bold";
    font-size: 2.3958vw;
    line-height: 2.8078vw;
    margin-bottom: 2.0833vw;
    font-weight: 700;
    text-shadow: 0px 2px 5px rgba(7, 2, 79, 1);
    display: flex;
    align-items: center;
}

.banner .content .title span {
    font-family: "HarmonyOS-Regular";
    font-size: 1.3541vw;
    font-weight: 400;
    line-height: calc(30.47 / 1920 * 100vw);
    padding: calc(6 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(5 / 1920 * 100vw) calc(10 / 1920 * 100vw);
    border-radius: 0.3281vw;
    border-width: 0.1vw;
    border-style: solid;
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.7692vw;

    box-shadow: 0px 2px 5px rgba(7, 2, 79, 0.7), inset 0px 2px 5px rgba(7, 2, 79, 0.5);
}

.banner .content .text {
    font-size: 1.3542vw;
    line-height: 1.587vw;
    font-weight: 400;
    text-shadow: 0px 2px 5px rgba(7, 2, 79, 1);
    margin-bottom: 6.25vw;
}

.banner .content a {
    color: #10069F;
    display: flex;
    width: 8.3333vw;
    height: 2.7083vw;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.2563vw;
    font-size: 1.1458vw;
    font-weight: 400;
}

.section1 {
    width: 62.5vw;
    margin-top: calc(160 / 1920 * 100vw);
    color: #fff;
    position: relative;
}

.section1 .text {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
}

.section1 .text .title {
    font-size: 2.3958vw;
    line-height: 2.8078vw;
    margin-left: 2.0833vw;
    font-weight: 500;
    font-family: "HarmonyOS-Medium";
}

.section1 .text .brief {
    font-size: 0.9375vw;
    line-height: 1.4583vw;
    margin-right: 2.0833vw;
    width: 23.4375vw;
    font-weight: 300;
    text-align: justify;
    font-family: "HarmonyOS-Light";
}

.section1 video,
.section1 img {
    width: 100%;
    margin-top: 4.1667vw;
    border-radius: 1.0417vw;
}

.img4 {
    width: 100%;
    margin-top: calc(50 / 1920 * 100vw)
}

.section3 {
    display: flex;
    color: #fff;
    gap: calc(90 / 1920 * 100vw);
    margin-top: calc(160 / 1920 * 100vw);
}

.section3-img {
    width: calc(580 / 1920 * 100vw)
}

.section3-content {
    width: calc(450 / 1920 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section3-title {
    font-size: calc(46 / 1920 * 100vw);
    font-weight: 700;
    line-height: calc(53.91 / 1920 * 100vw);
    font-family: "HarmonyOS-Bold";
    margin-top: calc(80 / 1920 * 100vw);
}

.section3-title-color {
    margin-top: calc(30 / 1920 * 100vw);
    font-size: calc(56 / 1920 * 100vw);
    font-weight: 700;
    line-height: calc(65.63 / 1920 * 100vw);
    font-family: "HarmonyOS-Bold";
    background: linear-gradient(90deg, rgba(16, 6, 159, 1) 0%, rgba(61, 96, 235, 1) 12.6%, rgba(145, 166, 250, 1) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section3-brief {
    font-size: calc(16 / 1920 * 100vw);
    font-weight: 300;
    line-height: calc(28 / 1920 * 100vw);
    font-family: "HarmonyOS-Light";
    text-align: justify;
    margin-top: calc(70 / 1920 * 100vw);
}

.section4 {
    position: relative;
    width: calc(1200 / 1920 * 100vw);
    margin-top: calc(100 / 1920 * 100vw);
    margin-bottom: calc(100 / 1920 * 100vw);
}

.section4 img {
    width: 100%;
}

.section4-content {
    position: absolute;
    top: calc(220 / 1920 * 100vw);
    left: calc(670 / 1920 * 100vw);
    width: calc(450 / 1920 * 100vw);
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section4-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.section4-title {
    font-size: calc(52 / 1920 * 100vw);
    font-weight: 700;
    line-height: calc(60.94 / 1920 * 100vw);
    font-family: "HarmonyOS-Bold";
}

.section4-tip {
    font-size: calc(20 / 1920 * 100vw);
    font-weight: 500;
    line-height: calc(23.44 / 1920 * 100vw);
    padding: calc(4 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(2 / 1920 * 100vw) calc(10 / 1920 * 100vw);
    background-color: #fff;
    color: #000;
    font-family: "HarmonyOS-Medium";
    margin-top: calc(10 / 1920 * 100vw);
    margin-left: calc(10 / 1920 * 100vw);
    border-radius: calc(5 / 1920 * 100vw);
}

.section4-text1 {
    font-size: calc(20 / 1920 * 100vw);
    font-weight: 400;
    line-height: calc(28 / 1920 * 100vw);
    font-family: "HarmonyOS-Regular";
    padding: calc(6 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(4 / 1920 * 100vw) calc(10 / 1920 * 100vw);
    border-radius: calc(5 / 1920 * 100vw);
    border: 1px solid #fff;
    margin-top: calc(20 / 1920 * 100vw);
}

.section4-text2 {
    font-size: calc(16 / 1920 * 100vw);
    font-weight: 400;
    line-height: calc(28 / 1920 * 100vw);
    font-family: "HarmonyOS-Regular";
    text-align: justify;
    margin-top: calc(54 / 1920 * 100vw);
}

.under {
    width: 100%;
    display: flex;
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
}

.under .img5 {
    width: 62.5vw;
    margin-top: 5.7292vw;
}

.under .content6 {
    width: calc(1200 / 1920 * 100vw);
    height: calc(512 / 1920 * 100vw);
    background-color: #fff;
    border-radius: calc(20 / 1920 * 100vw);
    margin-top: calc(122 / 1920 * 100vw);
    margin-bottom: calc(120 / 1920 * 100vw);
    display: flex;
    position: relative;
}

.under .content6 img {
    position: absolute;
    width: 100%;
}

.under .content6 .line {
    position: absolute;
    top: calc(118 / 1920 * 100vw);
    left: calc(696 / 1920 * 100vw);
    width: calc(444 / 1920 * 100vw);
    height: 1px;
    background-color: #A6A6A6;
}

.under .content6 .textList {
    width: calc(444 / 1920 * 100vw);
    margin-top: calc(82 / 1920 * 100vw);
    margin-left: calc(696 / 1920 * 100vw);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
}

.under .content6 .textList .box {
    width: calc(109 / 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 .abox {
    position: absolute;
    bottom: calc(80 / 1920 * 100vw);
    left: calc(696 / 1920 * 100vw);
    display: flex;
    gap: calc(60 / 1920 * 100vw);
    z-index: 3;
}

.content6 .abox a {
    width: 10vw;
    height: 2.7083vw;
    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 .abox .a1 {
    color: #10069F;
}

.under .content6 .abox .a2 {
    color: #ffffff;
    background-color: #10069F;
}

#bottom {
    position: relative;
    /* top: 391vw; */
}

.floatText {
    position: absolute;
    font-size: calc(26 / 1920 * 100vw);
    z-index: 9
}

.leftText {
    left: calc(40 / 1920 * 100vw);
}

.rightText {
    right: calc(40 / 1920 * 100vw);
}