body,
div,
footer,
header,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
embed,
main,
img {
    padding: 0;
    margin: 0;
    font-family: Alibaba PuHuiTi;
}

html,
body {
    -family: Alibaba PuHuiTi, sans-serif;
    /* 字体名称，可以自定义 */
    src: url("/css/ttf/AlibabaPuHuiTi-2-85-Bold.ttf") format("truetype");
    /* 字体文件路径和格式 */
}

li {
    list-style: none;
}

main {
    /* padding-top: 62px; */
}

/* .module1 {
    width: 100%;
    background-color: #eff3f8;
    position: relative;
    height: 476px;
    position: relative;
} */

.module-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.module-bg-inner {
    position: absolute;
    width: 2800px;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-size: 100% 100%;
    background-position: 50%;
}

.cont-inner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: fit-content;
    left: 0;
    top: 0;
}

.main {
    width: 100%;
    overflow-x: hidden;
}
.a-active {
    color: #2c7bfd !important;
    font-weight: 700 !important;
    position: relative;
    width: fit-content;
}
.a-active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #2c7bfd;
    left: 0;
    bottom: 0;
}