﻿* {
    margin: 0;
    padding: 0;
}

.ab-pc,
.ab-pc1,
.course-t1,
.course-d1 {
    display: block;
}

.ab-mo,
.ab-mo1,
.course-t2,
.course-d2 {
    display: none;
}

body {
    /* font-family: "PingFang SC", sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
        "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
        sans-serif;
}

body.dark {
    background-color: rgba(0, 0, 0);
}

body.dark .kecheng-box {
    background-color: rgba(0, 0, 0);
}

body.dark .header-content h1,
body.dark .nav-list a p,
body.dark .nav-list a span {
    color: rgba(255, 255, 255, 0.7);
}

body.dark .header-content p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
}

body.dark .nav-list a,
body.dark .nav-list-bottom-mobile a {
    background-color: #171717;
}

body.dark .nav-list {
    transition: box-shadow 0.22s ease;
}

body.dark .nav-list a:hover {
    background-color: #292929;
}

body.dark .mubiao-describe span,
body.dark .title h1,
body.dark .title h3,
body.dark.card-top,
body.dark .card-card-top,
body.dark .card-card-bottom,
body.dark .card-top,
body.dark .card-bottom,
body.dark footer p,
body.dark .nav-list-bottom-mobile a span,
body.dark .nav-list-bottom-mobile a p {
    color: rgba(255, 255, 255, 0.7);
}

body.dark .mubiao-describe p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

body.dark .card {
    background-color: #212122;
    border: 2px solid rgba(255, 255, 255, 0.05);
}

body.dark .card-card {
    background-color: #2c2c2d;
}

body.dark .course-box {
    background-image: url("../../Images/mofang_dark_bg.png");
}

body.dark .biaoge table {
    background-color: #121212;
}

body.dark thead {
    background-color: #121212;
}

body.dark .biaoge th,
body.dark .biaoge td {
    border: 1px solid #5e5b5b;
}

body.dark .biaoge th {
    background-color: #121212;
}

body.dark .biaoge th,
body.dark .biaoge td {
    color: #d1d1d1;
}

.nav-list-bottom-mobile {
    display: none;
}

.wzaElder {
    position: fixed;
    bottom: 0;
    right: 103px;
    height: 24px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 24px;
    background: #000;
    padding: 0 3px;
    color: #fff;
    border-radius: 5px 0 0 0;
    z-index: 999;
    cursor: pointer;
}

.wzaBtnClose {
    position: fixed;
    bottom: 0;
    right: 103px;
    height: 24px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 24px;
    background: #f5801c;
    display: none;
    padding: 0 3px;
    color: #fff;
    border-radius: 5px 0 0 0;
    z-index: 999;
    cursor: pointer;
}

.switch {
    color: #fff;
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 0;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 0 5px 0 0;
    z-index: 999;
    cursor: pointer;
}

.switch-light,
.switch-dark {
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #000;
}

.switch-light {
    border-right: 1px solid #fff;
}

.switch-dark {
    border-radius: 0 5px 0 0;
}

.switch-active {
    background: #f5801c;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
}

a:active {
    color: inherit;
}

a:visited {
    color: inherit;
}

.midd-nav {
    display: none;
}

header {
    position: relative;
    height: 590px;
}

.bg {
    z-index: 1;
    position: absolute;
    height: 555px;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../../Images/top_bg.png") no-repeat center right -55px;
}

.bg1 {
    z-index: 1;
    position: absolute;
    height: 555px;
    top: 66px;
    left: -216px;
    width: 100%;
    background: url("../../Images/top_bg1.png") no-repeat center right;
}

header.light-mode {
    /* background-image: url('../../../Imagess/header_bg.png'); */
    background-image: url("../../Images/top_bg.png");
}

header.dark-mode {
    /* background-image: url('../../../Imagess/header_bg-dark.png'); */
}

.header-content {
    width: 1425px;
    margin: 0 auto 0 auto;
    padding-top: 119px;
    /* padding-left: 174px; */
}

.header-content h1 {
    position: relative;
    z-index: 999;
    color: #071b3f;
    font-size: 60px;
    font-weight: 800;
    /* margin-left: 235px; */
    /*  */
}

.header-content div {
    margin-top: 30px;
    line-height: 38px;
    /* margin-right: 235px; */
}

.header-content p {
    color: #071b3f;
    font-size: 20px;
    font-weight: 400;
}

.logo {
    padding-top: 76px;
}

.logo-box {
    position: relative;
    z-index: 999;
    display: block;
    margin: 0 auto 0 auto;
    padding-right: 1105px;
    width: 318px;
}

.logo-mobile {
    display: none;
}

.logo-pc {
    display: block;
}

.nav {
    width: 1425px;
    height: 500px;
    margin: 0 auto;
    padding-top: 90px;
}

.nav-list {
    display: inline-block;
    background-color: rgba(0, 0, 0, 2%);
    border-radius: 8px;
}

.nav-list a {
    position: relative;
    width: 460px;
    height: 144px;
    display: inline-block;
}

.nav-list a img {
    margin: 32px 30px 0 32px;
}

.nav-list a span {
    position: absolute;
    display: inline-block;
    top: 29px;
    left: 133px;
    font-size: 24px;
    font-weight: 600;
}

.nav-list a p {
    position: absolute;
    display: inline-block;
    top: 68px;
    left: 133px;
    font-size: 14px;
}

.bottom-nav .nav-list-bottom a {
    width: 340px;
    height: 144px;
}

.bottom-nav .nav-list-bottom img {
    margin: 32px 30px 0 25px;
}

.bottom-nav .nav-list-bottom a span {
    top: 29px;
    left: 133px;
    font-size: 22px;
}

.nav-list {
    transition: box-shadow 0.22s ease;
}

.nav-list:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.top-nav {
    padding-top: 30px;
}

.mid-nav {
    margin-top: 20px;
}

.bottom-nav {
    margin-top: 20px;
}

.nav-mr {
    margin-right: 16px;
}

.jiantou {
    position: absolute;
    top: -2px;
    right: 0;
}

.title h1 {
    font-size: 48px;
}

.title h3 {
    font-size: 28px;
    font-weight: 400;
}

.mubiao {
    height: 630px;
}

.mubiao-img {
    vertical-align: top;
    display: inline-block;
    margin-left: 85px;
    margin-top: 50px;
}

.mubiao-img-mobile {
    display: none;
}

.mubiao-img-pc {
    display: block;
}

.mubiao-describe {
    display: inline-block;
    width: 679px;
    font-size: 17px;
    line-height: 32px;
    margin-top: 10px;
}

.mubiao-describe p {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
}

.mubiao-describe span {
    display: block;
    padding-top: 36px;
    padding-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
}

.mubiao-box {
    margin-top: 85px;
    background-image: url("../../Images/mubiao_bg.png");
}

.mubiao {
    width: 1425px;
    margin: 0 auto;
}

/* 表格 */
.kecheng-box {
    height: 100%;
    /* background-color: #F8FBFF; */
}

.kecheng-list {
    width: 1425px;
    margin: 0 auto;
    padding-top: 68px;
}

.biaoge table {
    width: 1440px;
    margin: 40px auto 50px auto;
    border-collapse: collapse;
    background-color: #ffffff;
}

.biaoge th,
.biaoge td {
    border: 1px solid #000;
    padding: 8px;
    font-size: 16px;
    color: #000000;
}

.biaoge th,
.biaoge td {
    border: 1px solid #000;
    padding: 8px;
}

.biaoge th {
    background-color: #ffffff;
}

.kecheng-list .biaoge .center {
    text-align: center;
    vertical-align: middle;
}

#mountNode {
    margin: 20px auto 0 auto;
    width: 1330px;
    height: 762px;
}

.ablity {
    width: 1425px;
    margin: 0 auto;
    padding-top: 75px;
}

#dark {
    background-color: red;
}

.course {
    width: 1425px;
    margin: 0 auto;
    padding-top: 70px;
}

.course-box {
    height: 750px;
    background-image: url("../../Images/mofang_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

.card {
    display: inline-block;
    text-align: center;
    width: 220px;
    height: 440px;
    margin: 40px 0 0 0;
    border-radius: 15px;
    background-color: #edf4ff;
    border: 2px solid #ffffff;
}

.card-top {
    display: block;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}

.card-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 200px;
    height: 80px;
    margin: 0 auto 12px auto;
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
    color: rgb(255, 255, 255, 0.9);
}

.card-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.card-bottom {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 24px;
}

.card-card-top {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
}

.card-card-bottom {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
}

.yinhao1 {
    position: relative;
    top: 42px;
    left: -60px;
}

.yinhao2 {
    position: relative;
    top: 70px;
    right: -60px;
}

/* 底部 */
footer {
    display: flex;
    height: 140px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

footer p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.card-card-last {
    position: relative;
    right: 0;
}

/* 学习行为总览样式优化 */
.fxgl-title {
    display: flex;
    color: #fff;
    width: 1425px;
    font-size: 32px;
    font-weight: 700;
    margin: 40px auto 20px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.fxgl-title span {
    font-weight: 700;
    color: #000;
    background-clip: text;
    font-size: 48px;
}

.fxgl-title a {
    font-size: 15px;
    color: #667eea;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid rgba(102, 126, 234, 0.2);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.fxgl-title a:hover {
    background: rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.2);
    color: #fff;
}

.fxgl {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1423px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 20px 0;
    backdrop-filter: blur(10px);
    gap: 20px;
}

.fxgl-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.fx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 100px;
    height: 100px;
    background: rgb(250, 250, 250);
    border-radius: 12px;
    padding: 12px 8px;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    min-width: 0;
}

.fx:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

body:not(.dark) .fxgl .name {
    color: #2d3748;
    font-weight: 500;
}

.name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
}

.zhi {
    font-family: 'Andada Pro', Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #3662ec;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(74, 74, 74, 0.3);
}

.zhi span {
    font-size: 12px;
    opacity: 0.8;
}

body.dark .fxgl-title span {
    color: rgba(255, 255, 255, 0.7);
}

body.dark .fx {
    background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1471px) {
    .biaoge table {
        width: 1345px;
    }

    .logo-box {
        padding-right: 1067px;
    }

    .nav,
    .mubiao,
    .kecheng-list,
    .ablity,
    .course,
    .header-content {
        width: 1385px;
    }

    .nav-list a {
        width: 447px;
    }

    .bottom-nav .nav-list-bottom a {
        width: 330px;
    }

    .bottom-nav .nav-list-bottom a span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1399px) {
    .nav {
        display: none;
    }

    .midd-nav {
        display: block;
        width: 1000px;
        height: 900px;
        margin: 0 auto;
        padding-top: 90px;
    }

    .midd-nav-list {
        margin-bottom: 35px;
    }

    .midd-nav-mr {
        margin-left: 0px;
        margin-right: 74px;
    }

    .header-content {
        width: 1000px;
    }

    .mubiao-content {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    .logo-box {
        padding-right: 630px;
    }

    .mubiao-box {
        margin: 30px auto 0 auto;
        width: 1000px;
    }

    .mubiao {
        width: 1000px;
        height: 100%;
    }

    .mubiao-img-pc {
        height: 325px;
    }

    .mubiao-describe {
        display: inline-block;
        width: 1000px;
        font-size: 15px;
        line-height: 32px;
        margin-top: 10px;
    }

    .mubiao-img {
        vertical-align: top;
        display: inline-block;
        margin-left: 26px;
        margin-top: 20px;
    }

    .kecheng-list {
        width: 1000px;
    }

    .biaoge table {
        width: 1000px;
    }

    .ablity {
        width: 1000px;
    }

    .course {
        width: 1000px;
    }

    .card-list {
        margin-top: 0px;
    }

    .card {
        margin: 0 35px 20px 0;
    }

    .card:nth-child(3n) {
        margin-right: 0;
    }

    .card-list {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-evenly;
    }

    .course-box {
        width: 1000px;
        height: 1180px;
        overflow: hidden;
        margin: 0 auto;
        background-position-y: 37px;
        background-image: url(../../Images/mofang_bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    body.dark .course-box {
        background: none;
    }

    #mountNode {
        width: 1000px;
        height: 560px;
    }

    .header-content {
        padding-left: 73px;
    }

    .bg1 {
        z-index: 1;
        position: absolute;
        height: 461px;
        top: 155px;
        left: 154px;
        width: 86%;
        background: url(../../Images/top_bg1.png) no-repeat center right;
        background-size: contain;
    }

    .header-content h1 {
        position: relative;
        z-index: 999;
        font-size: 48px;
        margin-top: -25px;
    }

    .header-content div {
        position: relative;
        z-index: 999;
        margin-top: 30px;
        line-height: 38px;
    }
}

@media screen and (max-width: 754px) {
    .nav {
        display: none;
    }

    .midd-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 710px;
        height: 1500px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .midd-nav-list {
        margin-bottom: 15px;
    }

    .nav-list a {
        width: 550px;
    }

    .header-content div {
        display: none;
    }

    .midd-nav-mr {
        margin-left: 0px;
        margin-right: 0px;
    }

    .header-content {
        width: 710px;
    }

    .biaoge th,
    .biaoge td {
        border: 1px solid #000;
        padding: 4px;
        font-size: 9px;
    }

    .title h1 {
        font-size: 32px;
    }

    .title h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .logo-box {
        padding-right: 330px;
    }

    .mubiao-box {
        margin: 30px auto 0 auto;
        width: 710px;
    }

    .mubiao-content {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    .mubiao {
        width: 710px;
        height: 100%;
    }

    .mubiao-img-pc {
        height: 250px;
    }

    .mubiao-describe {
        display: inline-block;
        width: 550px;
        font-size: 15px;
        line-height: 32px;
        margin-top: 10px;
    }

    .mubiao-img {
        vertical-align: top;
        display: inline-block;
        margin-left: 26px;
        margin-top: 10px;
    }

    .kecheng-list {
        width: 710px;
        padding-top: 20px;
    }

    .biaoge table {
        width: 545px;
    }

    .ablity {
        width: 710px;
        padding-top: 0px;
    }

    .course {
        width: 739px;
        padding-top: 0px;
    }

    .card-list {
        margin-top: 0px;
        text-align: center;
    }

    .card {
        margin: 0 52px 20px 0;
        width: 28%;
        height: 285px;
    }

    .yinhao1 {
        position: relative;
        top: 15px;
        left: -30px;
        height: 12px;
    }

    .yinhao2 {
        position: relative;
        top: 32px;
        right: -32px;
        height: 13px;
    }

    .card-top {
        display: block;
        padding-top: 0px;
        padding-bottom: 15px;
        font-size: 18px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.85);
    }

    .card-card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 85%;
        height: 50px;
        margin: 0 auto 12px auto;
        background-color: #ffffff;
        text-align: center;
        border-radius: 6px;
        color: rgb(255, 255, 255, 0.9);
    }

    .card-card-top {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.85);
    }

    .card-card-bottom {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.45);
    }

    .card-bottom {
        display: block;
        padding-top: 0px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.85);
    }

    .course-box {
        width: 100%;
        height: 700px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: -90px;
        background-image: url(../../Images/mofang_bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    #mountNode {
        width: 710px;
        height: 560px;
    }

    .header-content {
        padding-left: 0px;
    }

    .bg1 {
        z-index: 1;
        position: absolute;
        height: 324px;
        top: 245px;
        left: 100px;
        width: 86%;
        background: url(../../Images/top_bg1.png) no-repeat center right;
        background-size: contain;
    }

    .header-content h1 {
        position: relative;
        z-index: 999;
        font-size: 36px;
        margin-top: -65px;
        margin-left: 35px;
        color: rgba(255, 255, 255, 0.9);
    }

    .title {
        margin-left: 80px;
    }

    .header-content div p {
        line-height: 32px;
        font-size: 18px;
    }

    footer {
        display: flex;
        height: 90px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }

    footer p {
        font-size: 12px;
        line-height: 18px;
        color: #000000;
    }
}

/* 移动端 */
@media screen and (max-width: 575px) {
    .logo-box {
        position: relative;
        z-index: 9;
        display: block;
        margin: 0 auto 0 auto;
        padding-right: 0px;
        padding-top: 15px;
        width: 100%;
    }

    .logo-pc .logo {
        z-index: 3;
        position: relative;
        transform: translateX(0);
        margin-top: 15px;
        margin-left: 10px;
        padding-top: 0px;
        /* height: 30px; */
    }

    .logo {
        margin-left: 15px;
        padding-top: 0px;
    }

    .logo img {
        height: 40px;
    }

    .bg {
        z-index: 1;
        position: absolute;
        height: 375px;
        top: 0;
        left: 0;
        background: url(../../Images/top_bg.png) no-repeat;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bg1 {
        z-index: 1;
        position: absolute;
        height: 215px;
        top: 145px;
        left: 45px;
        width: 85%;
        background: url(../../Images/top_bg1.png) no-repeat center right;
        background-size: cover;
        background-position: center;
    }

    header {
        height: 367px;
    }

    .header-content {
        position: relative;
        z-index: 2;
        width: 100%;
        padding-top: 0px;
        margin-top: 20px;
        padding-left: 0px;
    }

    .header-content h1 {
        margin-top: -5px;
        font-size: 25px;
        font-weight: 800;
        margin-left: 15px;
        color: #ffffff;
    }

    .header-content p {
        display: none;
    }

    .content {
        width: 335px;
        margin: 0 auto;
    }

    .nav {
        display: block;
        width: 355px;
        height: 100%;
        padding-top: 0px;
    }

    .middd-nav {
        display: none;
    }

    .nav-list a {
        position: relative;
        width: 355px;
        height: 110px;
        display: inline-block;
    }

    .nav-list a img {
        height: 60px;
        margin: 28px 0px 0 6px;
    }

    .jiantou {
        position: absolute;
        top: -10px;
        right: 17px;
    }

    .nav-mr {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .nav-list a .jiantou {
        height: 30px;
    }

    .nav-list-bottom {
        display: none;
    }

    .nav-list a span {
        position: absolute;
        display: inline-block;
        top: 20px;
        left: 70px;
        font-size: 20px;
        font-weight: 600;
    }

    .nav-list a p {
        position: absolute;
        display: inline-block;
        top: 60px;
        left: 70px;
        font-size: 12px;
    }

    .nav-list-bottom-mobile {
        display: inline-block;
        background-color: rgba(0, 0, 0, 2%);
        border-radius: 8px;
    }

    .nav-list-bottom-mobile a img {
        height: 60px;
        margin: 28px 0px 0 6px;
    }

    .nav-list-bottom-mobile a .jiantou {
        height: 30px;
    }

    .nav-list-bottom-mobile a p {
        position: absolute;
        display: inline-block;
        top: 58px;
        left: 70px;
        font-size: 12px;
    }

    .nav-list-bottom-mobile a {
        position: relative;
        width: 355px;
        height: 110px;
        display: inline-block;
    }

    .nav-list-bottom-mobile a span {
        position: absolute;
        display: inline-block;
        top: 20px;
        left: 70px;
        font-size: 20px;
        font-weight: 600;
    }

    .mubiao {
        width: 355px;
    }

    .title h1 {
        font-size: 28px;
    }

    .title h3 {
        font-size: 16px;
    }

    .mubiao-describe span {
        display: block;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .wzaElder {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        right: 83px;
    }

    .switch-dark,
    .switch-light {
        width: 30px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .mubiao-box {
        width: 100%;
    }

    .mubiao-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mubiao-img-mobile {
        display: block;
    }

    .mubiao-img-pc {
        display: none;
    }

    .title {
        font-size: 12px;
        font-weight: 600;
        padding-top: 13px;
        text-align: center;
        margin-left: 0px;
    }

    .mubiao-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .mubiao {
        margin: 0 auto;
        height: 100%;
    }

    .mubiao-box {
        margin-top: 10px;
    }

    .mubiao-img-mobile {
        height: 166px;
    }

    .mubiao-img {
        width: 308px;
        /* margin: 0 0 0 32px; */
        margin: 0 auto;
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .mubiao-describe {
        width: 335px;
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 15px 20px;
        font-weight: 200;
    }

    /* 表格 */
    .kecheng-list {
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
    }

    .biaoge table {
        width: 331px;
        margin: 20px auto 25px auto;
        border-collapse: collapse;
        background-color: #f2f2f2;
    }

    .biaoge th,
    .biaoge td {
        border: 1px solid #000;
        padding: 0px;
        font-size: 7px;
        color: #000000;
    }

    .biaoge th,
    .biaoge td {
        border: 1px solid #000;
        padding: 0px;
        /* text-align: left; */
    }

    .biaoge th {
        background-color: #f2f2f2;
    }

    .kecheng-list .biaoge .center {
        text-align: center;
        vertical-align: middle;
    }

    .card-top {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: -5px;
        margin-bottom: 9px;
        font-size: 20px;
        color: #000000;
    }

    .card-bottom {
        display: block;
        padding-top: 4px;
        font-size: 14px;
        color: #000000;
    }

    .card-card-bottom {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.45);
    }

    .course-box {
        height: 980px;
        background-image: url("../../Images/mofang_bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 0px;
    }

    .yinhao1 {
        position: relative;
        top: 10px;
        left: -36px;
        height: 13px;
    }

    .yinhao2 {
        position: relative;
        top: 28px;
        right: -37px;
        height: 13px;
    }

    .card-card-last {
        margin-top: 92px;
        position: relative;
        right: 0;
    }

    .course .ml {
        margin-left: 0px;
    }

    .card-card {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 53px;
        margin: 0 auto 5px auto;
        background-color: #ffffff;
        text-align: center;
        font-size: 5px;
        border-radius: 5px;
        color: rgb(255, 255, 255, 0.9);
    }

    .card-card-top {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.85);
    }

    /* 流程图 */
    .ablity {
        width: 100%;
        height: 100%;
        padding-top: 0px;
    }

    .ab-pc,
    .ab-pc1,
    .course-t1,
    .course-d1 {
        display: none;
    }

    .ab-mo,
    .ab-mo1,
    .course-t2,
    .course-d2 {
        display: block;
    }

    #mountNode {
        margin: -10px auto -10px auto;
        width: 100%;
        height: 100%;
    }

    .course {
        width: 355px;
        margin: 0 auto;
        padding-top: 0px;
    }

    .card {
        display: inline-block;
        text-align: center;
        width: 163px;
        height: 265px;
        margin: 20px 4px 0 0;
        border-radius: 15px;
        background-color: #edf4ff;
        border: 2px solid #ffffff;
    }

    .card-list {
        margin-top: 0px;
    }

    .mrr {
        margin-right: 0px;
    }

    .ml {
        margin-right: 4px;
    }

    footer {
        display: flex;
        height: 80px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }

    footer p {
        font-size: 8px;
        line-height: 12px;
        color: #000000;
    }

    .fxgl-title {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        font-size: 28px;
        margin: 30px auto 15px;
        width: 95%;
        padding: 0 15px;
    }
    
    /* 学习行为总览 */
    .fxgl-title {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        font-size: 28px;
        margin: 30px auto 15px;
        width: 95%;
        padding: 0 15px;
    }
    
    .fxgl-title span {
        font-size: 28px;
    }
    
    .fxgl-title a {
        font-size: 14px;
        padding: 7px 14px;
        width: fit-content;
    }
    
    .fxgl {
        width: 100%;
        padding: 20px 15px;
        border-radius: 14px;
        gap: 12px;
        margin: 0 auto 20px;
    }
    
    .fxgl-row {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    
    .fx {
        flex: 0 0 100%;
        width: 90%;
        height: 75px;
        padding: 12px 15px;
        border-radius: 10px;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .name {
        font-size: 14px;
        margin-bottom: 0;
        text-align: left;
        flex: 1;
    }
    
    .zhi {
        font-size: 20px;
        text-align: right;
        min-width: 80px;
    }
    
    .zhi span {
        font-size: 12px;
    }
}