body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea,
th {
    color: #000;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1.5em;
    font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

li {
    list-style: none
}

img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
    display: block
}

input[type="button"],
input[type='submit'] {
    cursor: pointer
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #e10713
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc
}

.ellipsis {
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
    text-overflow: ellipsis;
    /* 显示省略号来代表被修剪的文本 */
}

input:focus {
    outline: none;
}

/* 通用 */
html,
body {
    width: 100%;
    min-height: 100vh;
    /* 保证全屏高度 */
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    /* 可自定义背景 */
}

.Box {
    max-width: 480px;
    /* 设置最大宽度，适合手机格式 */
    width: 100%;
    margin: 0 auto;
    /* 居中显示 */
    box-sizing: border-box;
    text-align: center;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #9D4EDD;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 15px rgba(0, 25, 155, .2);
}

.head .logo {
    display: flex;
    font-size: 20px;
    color: #ffffff;
    align-items: center;
}

.head .logo img {
    width: 40px;
    margin-right: 5px;
}

.navbar-toggler {
    width: 30px;
}

.navbar-toggler img {
    width: 100%;
}

.navbar-toggler {
    pointer-events: auto;
    /* 确保可以点击 */
}


.ban {
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* 垂直布局 */
    justify-content: center;
    /* 垂直居中 */
    background: linear-gradient(to bottom, #9D4EDD, #ffffff);
    box-sizing: border-box;
    padding: 44px 1rem 1rem;
    text-align: left;
    color: white;
    box-shadow: 0 4px 20px #ffffff;
}

.ban h1 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.ban p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.title {
    text-align: center;
}

.title p {
    font-size: 1rem;
    line-height: 1.3;
    /* margin-top: 2rem; */
    margin-bottom: 0;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.ban .btn {
    background: #FFCA3A;
    cursor: pointer;
    margin: 40px auto 20px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-size: 1.25rem;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
}

.ban .btn a {
    color: #FFF;
}

.ban .btn-share {
    background: #9D4EDD;
    cursor: pointer;
    margin: 20px auto 0px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-size: 1.25rem;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
}

.ban .btn-share a {
    color: #FFF;
}


.ban .btn:active {
    background: #FF9F1C;
    transform: scale(1.05);
}

.ban .btn img {
    width: 30px;
    margin-right: 10px;
}

.customer-service .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.ban .ewm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban .ewm img {
    width: 40%;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%,
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0.5) 40%,
            rgba(224, 191, 252, 0.15) 70%,
            transparent 100%);
    box-shadow:
        inset 0 2px 5px rgba(255, 255, 255, 0.7),
        0 0 8px rgba(224, 191, 252, 0.3);
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    opacity: 0.6;
    transform-origin: center;
    animation: floatRotateScale 6s ease-in-out infinite;
    will-change: transform, opacity;
}

/* 动画 */
@keyframes floatRotateScale {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(10px, -20px) rotate(15deg) scale(1.1);
        opacity: 0.9;
    }

    100% {
        transform: translate(0, -40px) rotate(0deg) scale(1);
        opacity: 0;
    }
}


@keyframes floatMove {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
        filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
    }

    50% {
        transform: translate(var(--x-move), var(--y-move)) scale(var(--scale));
        opacity: 0.5;
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
        filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
    }
}

.card {
    padding: 1rem;
}

.card .title {
    margin-bottom: 0.938rem;
    font-family: "Montserrat", sans-serif;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    margin-top: 2rem;
    padding: 30px;
    border-bottom: 1px solid #FFCA3A;
    letter-spacing: 1px;
    padding-top: 0;
}

/* 服务优势=========================================================== */
.card.fwys {
    max-width: 480px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.card.fwys .list {
    display: flex;
    flex-direction: column;
    /* 一行一个 */
    gap: 25px;
    /* 间距 */
}

.card.fwys .item {
    position: relative;
    display: flex;
    flex-direction: column;
    /* 竖直排列 */
    align-items: center;
    /* 居中对齐 */
    background: linear-gradient(135deg, #9D4EDD, #d8a9ff);
    padding: 40px 16px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}



.card.fwys .item:hover {
    transform: translateY(-5px);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.card.fwys .item svg {
    width: 48px;
    /* 图标尺寸 */
    height: 48px;
    margin: 0 0 12px 0;
    /* 底部留空隔开文字 */
}


.card.fwys .item span {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 5px;
    color: #FFCA3A;
}


/* 漂浮气泡容器 */
.bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 1;
}

.bubble {
    position: absolute;
    bottom: -20px;
    border-radius: 50%;
    opacity: 0.7;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* 不同大小气泡 */
.bubble.small {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    animation-name: riseSmall;
    animation-duration: 5s;
}

.bubble.medium {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
    animation-name: riseMedium;
    animation-duration: 7s;
}

.bubble.large {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.3);
    animation-name: riseLarge;
    animation-duration: 10s;
}

/* 动画 */
@keyframes riseSmall {
    0% {
        transform: translateX(0) translateY(0) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translateX(10px) translateY(-60px) scale(1.2);
        opacity: 1;
    }

    100% {
        transform: translateX(-10px) translateY(-120px) scale(1);
        opacity: 0;
    }
}

@keyframes riseMedium {
    0% {
        transform: translateX(0) translateY(0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translateX(-15px) translateY(-90px) scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: translateX(15px) translateY(-160px) scale(1);
        opacity: 0;
    }
}

@keyframes riseLarge {
    0% {
        transform: translateX(0) translateY(0) scale(1);
        opacity: 0.4;
    }

    50% {
        transform: translateX(20px) translateY(-130px) scale(1.05);
        opacity: 0.6;
    }

    100% {
        transform: translateX(-20px) translateY(-230px) scale(1);
        opacity: 0;
    }
}










/* 服务介绍 */
.fwjs {
    background:
        linear-gradient(135deg, #9D4EDD, #6B2C9F);
    position: relative;
    padding: 1rem 1rem 3rem 1rem;
}

.fwjs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(155deg, rgba(255 255 255 / 0.3) 49.5%, transparent 50.5%);
    pointer-events: none;
}


.fwjs .title {
    color: #fff;

}

.fwjs .list .item {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    cursor: pointer;
}

.fwjs .list .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(157, 78, 221, 0.5);
    background: rgba(255, 255, 255, 0.25);
}

.fwjs .list .item .left {
    width: 15%;
    margin-right: 5%;
}

.fwjs .list .item .left img {
    width: 100%;
}

.fwjs .list .item .right {
    width: 80%;
    text-align: left;
}

.fwjs .list .item .right h1 {
    color: #ffbb00;
    /* 主题粉紫色 */
    font-size: 1.1725rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.fwjs .list .item:hover .right h1 {
    color: #FFFFFF;
    /* hover 高亮白色 */
}

.fwjs .list .item .right p {
    color: #ffffff;
    /* 温柔浅灰色 */
    font-size: 0.95rem;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.fwjs .list .item:hover .right p {
    color: #FFFFFF;
    /* hover 高亮白色 */
}





/* 常见问题 */

.faq .list {
    padding-bottom: 1.5rem;
    margin-top: 2rem;
}

.faq .title {
    background: #9D4EDD;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    border-bottom: none;
    border-radius: 5px;
}

.faq .list .item {
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 1rem;
}


.faq .list .item .wen {
    display: flex;
    align-items: center;
    color: #1B2E4B;
    font-size: 1.1725rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1b2e4b;
    margin-bottom: 1rem;

}

.faq .list .item .wen img {
    width: 25px;
    margin-right: 5px;
}

.faq .list .item .da {
    display: flex;
    align-items: center;
    color: #696969;
}

.faq .list .item .da img {
    width: 25px;
    margin-right: 5px;
}



/* 客户评价 */

.khpj {
    background:
        linear-gradient(135deg, #9D4EDD, #6B2C9F);
    position: relative;
    padding: 1rem 1rem 3rem 1rem;
}

.khpj::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(205deg, rgba(255 255 255 / 0.3) 49.5%, transparent 50.5%);
    pointer-events: none;
}

.khpj .title {
    color: #fff;
}

.khpj .cje {
    text-align: center;
    color: #fff;
}

.khpj .cje img {
    display: block;
    margin: 1rem auto;
    width: 30%;
}

.khpj .cje h1 {
    font-size: 1.1725rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
}

.khpj .wzpj img {
    width: 100%;
    margin-top: 2rem;
}


/* 活动中心 */
.card.hd {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card.hd .title {
    background: #9D4EDD;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    border-bottom: none;
    border-radius: 5px;
}

.card.hd .item {
    border-bottom: 1px solid #eee;
    -webkit-tap-highlight-color: transparent;
}


.card.hd .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px 20px;
    transition: background-color 0.3s;
}

.card.hd .header:hover {
    background-color: #f0f0f0;
}

.card.hd .header.active {
    background-color: #ede4fb;
}

.card.hd .header .img img {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.card.hd .header .text {
    flex: 1;
    font-weight: bold;
}

/* SVG箭头容器 */
.arrow-svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
    color: #9D4EDD;
}

/* 旋转箭头 */
.header.active .arrow-svg {
    transform: rotate(90deg);
}

.card.hd .content {
    display: none;
    padding: 0 20px;
    font-size: 0.95rem;
    color: #555;
    animation: fadeIn 0.3s ease;
    background-color: #ede4fb;
}

.card.hd .content .invite-card {
    text-align: left;
    padding: 20px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.card.hd .content .invite-card p {
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.card.hd .content .invite-card p:last-child {
    margin-bottom: 0;
}

.card.hd .content .invite-card strong {
    color: #9D4EDD;
}








/* 最新资讯 */

.news .list {
    margin: 0 auto;
}

.card.news .title {
    background: #9D4EDD;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    border-bottom: none;
    border-radius: 5px;
}

.news .list .item {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}




.news .list .item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}



.news .list .right {
    flex: 1;
}

.news .list .wz {
    font-weight: 550;
    font-size: 1rem;
    color: #1b2e4b;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.news .list .time {
    font-size: 0.85rem;
    color: #999;
    display: flex;
    align-items: center;
}

.news .list .time img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

/* 弹窗遮罩 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9998;
}

/* 弹窗主体 */
.modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    background: #fff;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow-y: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 20px 30px;
}

.modal-window.active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.modal-header {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #9D4EDD;
    margin-bottom: 12px;
}

.modal-content {
    text-indent: 2em;
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
    text-align: left;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 1.6rem;
    color: #999;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: #9D4EDD;
}




/* 联系我们 */
.lxwm img {
    display: block;
    margin: 0 auto;
}

.lxwm .warp {

    margin: 2rem auto 0;
    width: 100%;
    max-width: 300px;
    height: 420px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;

}

.lxwm .ico {
    width: 20%;
}

.lxwm .ewm2 {
    padding: 20px 0;
}

.lxwm .ewm2 img {
    width: 50%;
    border-radius: 5px;
}

.lxwm .warp h1 {
    color: #1B2E4B;
    font-size: 1.1725rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.25;
    color: #1b2e4b;
    text-align: center;
}

.lxwm .warp .wxh {
    text-align: center;
}

.lxwm .warp .wxh span {
    display: inline-block;
    background: #EEEEEE;
    color: #9D4EDD;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    margin-top: 1rem;
}

.lxwm .warp h3 {
    text-align: center;
    color: #9D4EDD;
}

.lxwm .warp .btn {
    text-align: center;
    margin-top: 1rem;

}

.lxwm .warp .btn span {
    background: #FFCA3A;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 30px;

}

.lxwm .warp .btn span a {
    color: #9D4EDD;

}

.lxwm .warp h2 {
    text-align: center;
    margin-top: 1rem;
    color: #9D4EDD;
}




.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.warp.flipped .flip-inner {
    transform: rotateY(180deg);
}

/* 正面样式 */
.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
}

.flip-front {
    z-index: 2;
}

.flip-back {
    transform: rotateY(180deg);
    text-align: center;
}

.flip-back h2 {
    margin-top: 20px;
    color: #9D4EDD;
}

.flip-back p {
    margin: 10px 0;
    color: #333;
}

.flip-btn {
    margin-top: 20px;
    background: #9D4EDD;
    border: none;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-tap-highlight-color: transparent;
}

.flip-btn a {
    color: #fff;
}




.foot {
    background: #9D4EDD;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 3rem 1.5rem 1rem;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}



.foot .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.foot .col {
    flex: 1 1 250px;
    min-width: 200px;
}

.foot h4 {
    margin: 1.5rem 0;
    font-size: 1.5rem;
}

.foot p,
.foot span,
.foot a {
    font-size: 1rem;
    color: #f0f0f0;
}

.footer-links {
    list-style: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;

}

.footer-links li {
    margin-bottom: 0.8rem;
}


.social-links a {
    color: #f0f0f0;
    display: inline-block;
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    color: #f9ffeb;
    transition: transform 0.3s, color 0.3s;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.contact-icon {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #f9ffeb;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 2rem;
    padding-top: 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: #ddd;
}

.qr-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.qr-popup.show {
    opacity: 1;
    pointer-events: auto;
}

.qr-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    opacity: 0;
}

.qr-popup.show .qr-content {
    transform: scale(1);
    opacity: 1;
}

.qr-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.qr-content p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.menu {
    background: linear-gradient(135deg, #9D4EDD, #ffeab0);
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    box-shadow: 0px 0px 15px rgba(0, 25, 155, .2);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.menu.active {
    max-height: 500px;
    /* 足够显示所有菜单项 */
}

.menu .item {
    color: #fff;
    padding: 1rem;
    cursor: pointer;
}

.menu .btn {
    background: #fff;
    display: inline-block;
    margin: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    color: #9D4EDD;
    cursor: pointer;
}

.menu .btn a {
    color: #9D4EDD;
}

#waveCanvas {
    width: 100%;
    height: 120px;
    /* 可调整高度 */
    display: block;
}