@charset "UTF-8";
@media (max-width: 767px) {
  .hy912 {
    background: #000;
  }
  .hy912 .banner {
    width: 100%;
    height: 133.33vw;
    background-image: url("https://cdn.hollyland.com/file/landing/we-connect/2025/sounds/pe/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 23.2vw;
  }
  .hy912 .banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hy912 .banner img {
    width: 289px;
    height: 270px;
  }
  .hy912 .banner .desc {
    width: 325px;
    color: #CCC;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
  }
  .hy912 .banner .join {
    margin-top: 20px;
    display: block;
    text-decoration: none;
    width: 120px;
    height: 30px;
    border-radius: 40px;
    background: #B7F24A;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 30px; /* 133.333% */
  }
}
@media (min-width: 768px) {
  .hy912 {
    background-color: black;
    padding-bottom: 200px;
  }
  .hy912 .banner .banner-box {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hy912 .banner .banner-box .banner-gradient {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
    background: radial-gradient(100% 100% at 0% 0%, #578238 0%, transparent 100%);
  }
  .hy912 .banner .banner-content {
    width: 1345px;
    height: 663px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .hy912 .banner .banner-content .box {
    width: 1345px;
    height: 663px;
    background-image: url("https://cdn.hollyland.com/file/landing/we-connect/2025/sounds/banner.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .hy912 .banner .banner-content .box1 {
    width: 1345px;
    height: 663px;
    background-image: url("https://cdn.hollyland.com/file/landing/we-connect/2025/sounds/banner2.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* 默认情况下，用mask隐藏整个box1 */
    mask: radial-gradient(circle 0px at 50% 50%, white 0%, transparent 0%);
    -webkit-mask: radial-gradient(circle 0px at 50% 50%, white 0%, transparent 0%);
    transition: mask 0.15s ease-out, -webkit-mask 0.15s ease-out;
  }
  .hy912 .banner .banner-content .box1 .mask {
    display: none;
  }
  .hy912 .banner .banner-content .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 1345px;
    height: 663px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hy912 .banner .banner-content .content .title {
    width: 861px;
    height: 380px;
  }
  .hy912 .banner .banner-content .content .desc {
    width: 900px;
    color: #CCC;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .hy912 .banner .banner-content .content .join {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 240px;
    height: 60px;
    border-radius: 40px;
    background: #FFF;
    color: rgba(0, 0, 0, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 133.333% */
  }
}
@media (max-width: 767px) {
  .hy912 {
    /* 可选：添加发光效果 */
  }
  .hy912 .display-progress-container {
    height: 5px;
    position: relative;
    flex-shrink: 0;
    width: 100%;
  }
  .hy912 .display-progress-track {
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.5); /* 灰色轨道背景 */
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .hy912 .display-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #b7f24a 0%, #8bc34a 100%); /* 绿色渐变填充 */
    border-radius: 5px;
    transition: width 0.6s ease-out; /* 平滑动画过渡 */
    position: absolute;
    top: 0;
    left: 0;
  }
  .hy912 .display-progress-fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(183, 242, 74, 0.3) 50%, transparent 100%);
    border-radius: 5px;
  }
  .hy912 #danmu-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hy912 #danmu-container div[data-client-load=Display] {
    position: absolute;
    z-index: 999;
    left: auto;
    right: auto;
    margin: 0 auto;
    display: flex;
    width: 285px;
    flex-direction: column;
    align-items: center;
  }
  .hy912 #danmu-container .display-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 285px;
    padding: 15px 17.5px;
    border-radius: 15px;
    background: rgba(46, 46, 46, 0.7);
    box-shadow: 0px -3px 0.75px 0px rgba(0, 0, 0, 0.25) inset, 0px 3px 0px 0px #555 inset;
    backdrop-filter: blur(10px);
    gap: 15px;
  }
  .hy912 #danmu-container .display-container .display-title .display-text-line {
    color: #B7F24A;
    text-align: center;
    font-family: Antonio;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
  }
  .hy912 .danmu-item {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background: rgba(100, 181, 100, 0.85);
    border-radius: 15px;
    color: white;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .hy912 .danmu-item::before {
    content: "🔊";
    margin-right: 6px;
    font-size: 11px;
  }
  .hy912 .danmu-move {
    animation: slide-left linear forwards;
  }
  @keyframes slide-left {
    from {
      transform: translateX(100vw);
    }
    to {
      transform: translateX(-100%);
    }
  }
}
@media (min-width: 768px) {
  .hy912 {
    /* 可选：添加发光效果 */
  }
  .hy912 .display-progress-container {
    height: 10px;
    position: relative;
    flex-shrink: 0;
    width: 100%;
  }
  .hy912 .display-progress-track {
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.5); /* 灰色轨道背景 */
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .hy912 .display-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #b7f24a 0%, #8bc34a 100%); /* 绿色渐变填充 */
    border-radius: 5px;
    transition: width 0.6s ease-out; /* 平滑动画过渡 */
    position: absolute;
    top: 0;
    left: 0;
  }
  .hy912 .display-progress-fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(183, 242, 74, 0.3) 50%, transparent 100%);
    border-radius: 5px;
  }
  .hy912 #danmu-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hy912 #danmu-container div[data-client-load=Display] {
    width: 570px;
    position: absolute;
    z-index: 999;
    left: auto;
    right: auto;
    margin: 0 auto;
  }
  .hy912 #danmu-container .display-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 570px;
    padding: 30px 35px;
    border-radius: 30px;
    background: rgba(46, 46, 46, 0.7);
    box-shadow: 0px -3px 0.75px 0px rgba(0, 0, 0, 0.25) inset, 0px 3px 0px 0px #555 inset;
    backdrop-filter: blur(10px);
    gap: 15px;
  }
  .hy912 #danmu-container .display-container .display-title .display-text-line {
    color: #B7F24A;
    text-align: center;
    font-family: Antonio;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
  }
  .hy912 .danmu-item {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background: rgba(100, 181, 100, 0.85);
    border-radius: 15px;
    color: white;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .hy912 .danmu-item::before {
    content: "🔊";
    margin-right: 6px;
    font-size: 11px;
  }
  .hy912 .danmu-move {
    animation: slide-left linear forwards;
  }
  @keyframes slide-left {
    from {
      transform: translateX(100vw);
    }
    to {
      transform: translateX(-100%);
    }
  }
}
@media (max-width: 767px) {
  .hy912 .event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hy912 .event .top {
    width: 263.5px;
    height: 200px;
    margin-bottom: 20px;
  }
  .hy912 .event .list {
    width: 295px;
  }
  .hy912 .event .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 7px;
    background: #141414;
    padding: 25px 35px;
    gap: 15px;
  }
  .hy912 .event .list .item img {
    width: auto;
    height: 71px;
  }
  .hy912 .event .list .item .date {
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px; /* 87.5% */
  }
  .hy912 .event .list .item .desc {
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
  }
}
@media (max-width: 767px) {
  .hy912 .prize.is-pe #progress-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hy912 .prize.is-pe .progress-wrapper {
    position: relative;
  }
  .hy912 .prize {
    padding-top: 40px;
  }
  .hy912 .prize .text {
    width: 325px;
    margin: 0 auto;
    margin-top: 40px;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
  }
  .hy912 .prize .title {
    display: block;
    width: 375px;
    height: 171px;
    margin: 0 auto;
  }
  .hy912 .prize .desc1 {
    width: 325px;
    margin: 0 auto;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    margin-bottom: 10px;
  }
  .hy912 .prize .desc2 {
    width: 325px;
    margin: 0 auto;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
  }
  .hy912 .prize .box {
    display: flex;
    width: 275px;
    margin: 0 auto;
    margin-top: 40px;
    height: 1259px;
  }
  .hy912 .prize .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .hy912 .prize .prize1 {
    width: 270px;
    height: 205.5px;
  }
  .hy912 .prize .prize2 {
    width: 270px;
    height: 243.5px;
  }
  .hy912 .prize .prize3 {
    width: 270px;
    height: 243.5px;
  }
  .hy912 .prize .prize4 {
    width: 270px;
    height: 243.5px;
  }
  .hy912 .prize .prize5 {
    width: 270px;
    height: 243.5px;
  }
}
@media (min-width: 768px) {
  .hy912 .prize {
    padding: 20px;
    /* 进度条容器 */
    /* SVG 进度条 */
    /* 分段进度条 */
    /* 各段进度条位置 */
    /* 进度节点 */
    /* 节点位置 - 根据实际轨迹精确定位 */
  }
  .hy912 .prize .contain {
    width: 1230px;
    margin: 0 auto;
    background-image: url("https://cdn.hollyland.com/file/landing/we-connect/2025/sounds/prize-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hy912 .prize .contain .title {
    width: 813px;
    height: 192px;
  }
  .hy912 .prize .contain .the1 {
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; /* 140% */
    margin-bottom: 20px;
  }
  .hy912 .prize .contain .the2 {
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    margin-bottom: 40px;
  }
  .hy912 .prize .progress-container {
    width: 1010px;
    height: 160px;
    margin: 0 auto;
    position: relative;
  }
  .hy912 .prize .progress-track {
    display: block;
  }
  .hy912 .prize .progress-bg {
    fill: none;
    stroke: #797979;
    stroke-width: 10;
    stroke-linecap: round;
  }
  .hy912 .prize .progress-segment {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .hy912 .prize .progress-segment.active {
    opacity: 1;
  }
  .hy912 .prize .segment-0-300 {
    top: 0;
    left: 0;
  }
  .hy912 .prize .segment-300-500 {
    top: 0;
    left: 153px;
  }
  .hy912 .prize .segment-500-2000 {
    top: 0;
    left: 503px;
  }
  .hy912 .prize .segment-2000-5000 {
    top: 0px;
    left: 697px;
  }
  .hy912 .prize .segment-5000-10000 {
    top: 150px;
    left: 317px;
  }
  .hy912 .prize .segment-10000-11000 {
    top: 150px;
    left: 0px;
  }
  .hy912 .prize .progress-node {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #797979;
    border: 4px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .hy912 .prize .progress-node.active {
    background: #B7F24A;
    box-shadow: 0 0 15px rgba(183, 242, 74, 0.6);
  }
  .hy912 .prize .progress-node-label {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  .hy912 .prize .node-300 {
    top: 80px;
    left: 158px;
  }
  .hy912 .prize .node-500 {
    top: 80px;
    left: 311px;
  }
  .hy912 .prize .node-2000 {
    top: 5px;
    left: 661px;
  }
  .hy912 .prize .node-5000 {
    top: 80px;
    left: 974px;
  }
  .hy912 .prize .node-10000 {
    top: 155px;
    left: 630px;
  }
  .hy912 .prize .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .hy912 .prize .prize-bottom.list {
    gap: 80px;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .joinnow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .joinnow .title {
    width: 330px;
    height: 136px;
  }
  .joinnow .title img {
    width: 330px;
    height: 136px;
  }
  .joinnow .desc {
    width: 325px;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-bottom: 25px;
  }
  .joinnow .box {
    width: 325px;
  }
  .joinnow .box .left .itembox {
    border-radius: 20px;
    background: #141414;
    margin-bottom: 10px;
  }
  .joinnow .box .left .item1 .head {
    border-radius: 20px 20px 0px 0px;
    background: #B7F24A;
  }
  .joinnow .box .left .item2 .head {
    border-radius: 20px 20px 0px 0px;
    background: #327DFF;
  }
  .joinnow .box .left .head {
    color: #000;
    font-family: Antonio;
    font-size: 24px;
    font-weight: 500;
    line-height: 56px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .joinnow .box .left .head svg {
    width: 35px;
    height: 35px;
  }
  .joinnow .box .left .list {
    padding: 20px;
  }
  .joinnow .box .left .list .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .joinnow .box .left .list .item .content {
    width: 256px;
    color: #FFF;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
  .joinnow .box .left .list .item svg {
    width: 16px;
    height: 16px;
  }
  .joinnow .box .right {
    border-radius: 20px;
    background: #141414;
  }
  .joinnow .box .right .head {
    width: 325px;
    height: 56px;
    border-radius: 20px 20px 0px 0px;
    background: #B7F24A;
    color: #000;
    text-align: center;
    font-family: Antonio;
    font-size: 24px;
    font-weight: 500;
    line-height: 56px;
  }
  .joinnow .box .right .form-box {
    padding: 20px;
  }
  .joinnow .box .right .form-box .ant-form-item input {
    font-size: 12px !important;
  }
  .joinnow .box .right .form-box .ant-form-item label span {
    color: #FFF;
    font-family: "HarmonyOS Sans";
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
}
@media (min-width: 768px) {
  .joinnow {
    width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .joinnow .title {
    width: 836.5px;
    height: 199px;
    margin: 0 auto;
  }
  .joinnow .title img {
    width: 836.5px;
    height: 199px;
  }
  .joinnow .desc {
    padding-top: 40px;
    padding-bottom: 40px;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
  }
  .joinnow .box {
    width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .joinnow .box .left {
    width: 490px;
  }
  .joinnow .box .left .item1 {
    width: 490px;
    height: 476px;
    border-radius: 40px;
    background: #141414;
    margin-bottom: 20px;
  }
  .joinnow .box .left .item1 .head {
    width: 490px;
    height: 112px;
    border-radius: 40px 40px 0px 0px;
    background: #B7F24A;
    backdrop-filter: blur(10px);
    color: #000;
    font-family: Antonio;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: space-between;
  }
  .joinnow .box .left .item1 .list {
    padding: 40px;
  }
  .joinnow .box .left .item1 .list .item {
    color: #FFF;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .joinnow .box .left .item1 .list .item .content {
    width: 363px;
  }
  .joinnow .box .left .item2 {
    width: 490px;
    height: 424px;
    border-radius: 40px;
    background: #141414;
  }
  .joinnow .box .left .item2 .head {
    width: 490px;
    height: 112px;
    border-radius: 40px 40px 0px 0px;
    background: #327DFF;
    backdrop-filter: blur(10px);
    color: #000;
    font-family: Antonio;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: space-between;
  }
  .joinnow .box .left .item2 .list {
    padding: 40px;
  }
  .joinnow .box .left .item2 .list .item {
    color: #FFF;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .joinnow .box .left .item2 .list .item .content {
    width: 363px;
  }
  .joinnow .box .right {
    width: 490px;
    height: 920px;
    border-radius: 40px;
    background: #141414;
  }
  .joinnow .box .right .head {
    width: 490px;
    height: 112px;
    border-radius: 40px 40px 0px 0px;
    background: #B7F24A;
    color: #000;
    text-align: center;
    font-family: Antonio;
    font-size: 48px;
    font-weight: 500;
    line-height: 112px;
  }
  .joinnow .box .right .form-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .hy912 .light {
    padding-top: 50px;
  }
  .hy912 .light .title {
    width: 264px;
    height: 199px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .hy912 .light .title img {
    width: 264px;
    height: 199px;
    display: block;
    margin: 0 auto;
  }
  .hy912 .light .desc {
    width: 325px;
    margin: 0 auto;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
  }
  .hy912 .light .box {
    width: 100%;
    height: 600px;
    position: relative;
  }
  .hy912 .light .box #googlemap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
  }
  .hy912 .light .box #googleselect {
    z-index: 99;
    width: 100%;
    height: auto;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .hy912 .light {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hy912 .light .title {
    color: #FFF;
    font-family: Antonio;
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 .light .title span {
    color: #B7F24A;
    font-family: Antonio;
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 .light img {
    width: 746px;
    height: 68px;
    margin-bottom: 30px;
  }
  .hy912 .light .box {
    width: 1040px;
    height: 600px;
    position: relative;
    border-radius: 14px;
    margin-bottom: 40px;
  }
  .hy912 .light .box #googlemap {
    position: absolute;
    top: 0;
    left: 0;
    width: 1040px;
    height: auto;
    flex-shrink: 0;
    border-radius: 14px;
  }
  .hy912 .light .box #googleselect {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 400px;
    height: auto;
  }
  .hy912 .light .desc {
    margin-top: 40px;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
}
@media (max-width: 767px) {
  .hy912 .unlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hy912 .unlock .title {
    width: 324px;
    height: 261px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .hy912 .unlock .title img {
    width: 324px;
    height: 261px;
    display: block;
  }
  .hy912 .unlock .desc {
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .hy912 .unlock .box {
    width: 275px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .hy912 .unlock .box .list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .hy912 .unlock .box .list .unlock1 {
    width: 270px;
    height: 243.5px;
  }
  .hy912 .unlock .box .list .unlock2 {
    width: 270px;
    height: 243.5px;
  }
  .hy912 .unlock .box .list .unlock3 {
    width: 270px;
    height: 243.5px;
  }
}
@media (min-width: 768px) {
  .hy912 .unlock {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hy912 .unlock .contain {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hy912 .unlock .contain .title {
    width: 737px;
    height: 381px;
  }
  .hy912 .unlock .contain .desc {
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 40px;
  }
  .hy912 .unlock .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .hy912 .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hy912 .faq .left {
    width: 325px;
    margin: 0 auto;
    color: #FFF;
    font-family: Antonio;
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .hy912 .faq .right {
    width: 325px;
    margin: 0 auto;
  }
  .hy912 .faq .right .accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    margin-bottom: 0;
  }
  .hy912 .faq .right .accordion .accordion-item:last-child {
    border-bottom: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    padding: 10px 0;
    border: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: Antonio;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #A3FA56;
    background-color: transparent;
    box-shadow: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    border: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    transform: scale(1.2) rotate(-90deg);
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-collapse {
    border: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: transparent;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 0 25px 0;
    border: none;
    color: #A3FA56;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .hy912 .faq {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .hy912 .faq .left {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Antonio;
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -5.2px;
    text-transform: uppercase;
  }
  .hy912 .faq .right {
    width: 800px;
  }
  .hy912 .faq .right .accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    margin-bottom: 0;
  }
  .hy912 .faq .right .accordion .accordion-item:last-child {
    border-bottom: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    padding: 20px 0;
    border: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: Antonio;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #A3FA56;
    background-color: transparent;
    box-shadow: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    border: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    transform: scale(1.2) rotate(-90deg);
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-collapse {
    border: none;
  }
  .hy912 .faq .right .accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: transparent;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 0 25px 0;
    border: none;
    color: #A3FA56;
    font-family: "HarmonyOS Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .ant-modal-content {
    padding: 0 !important;
    background: rgba(28, 28, 28, 0.7) !important;
  }
  .thank {
    width: 325px;
    height: 347px;
    border-radius: 7px;
    background: rgba(28, 28, 28, 0.7);
    backdrop-filter: blur(20px);
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .thank img {
    width: 126px;
    height: 75px;
    margin-bottom: 7.5px;
  }
  .thank .title {
    color: #B7F24A;
    text-align: center;
    font-family: Antonio;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
  }
  .thank .text {
    color: rgba(255, 255, 255, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 50px;
  }
  .thank .link {
    color: #327DFF;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
@media (min-width: 768px) {
  .ant-modal-content {
    padding: 0 !important;
  }
  .thank {
    width: 650px;
    height: 694px;
    border-radius: 14px;
    background: rgba(28, 28, 28, 0.7);
    backdrop-filter: blur(20px);
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .thank img {
    width: 252.01px;
    height: 150.417px;
    margin-bottom: 15px;
  }
  .thank .title {
    color: #B7F24A;
    text-align: center;
    font-family: Antonio;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
  }
  .thank .text {
    color: rgba(255, 255, 255, 0.8);
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 100px;
  }
  .thank .link {
    color: #327DFF;
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
@media (max-width: 767px) {
  .hy912 #player {
    width: 300px;
    height: auto;
    border-radius: 7px;
    background: rgba(24, 24, 24, 0.6);
    backdrop-filter: blur(4px);
    margin: 0 auto;
    margin-top: 20px;
  }
  .hy912 #player .video-player {
    padding: 7.5px 20px;
  }
  .hy912 #player .video-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hy912 #player .video-title {
    color: #B7F24A;
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 #player .video-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-family: "HarmonyOS Sans";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 #player .progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hy912 #player .time-display {
    flex-shrink: 0;
    width: 35px;
    font-size: 7px;
    color: #fff;
    font-weight: 500;
    margin-right: 5px;
  }
  .hy912 #player .progress-bar {
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
  }
  .hy912 #player .progress-filled {
    height: 100%;
    background: #90ff5a;
    border-radius: 2px;
    width: 35%;
    position: relative;
  }
  .hy912 #player .progress-thumb {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #90ff5a;
    border-radius: 50%;
    cursor: pointer;
  }
  .hy912 #player .player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
  }
}
@media (min-width: 768px) {
  .hy912 #player .video-player {
    width: 600px;
    height: 111px;
    border-radius: 14px;
    background: rgba(24, 24, 24, 0.6);
    backdrop-filter: blur(4px);
    margin: 0 auto;
    padding: 15px 40px;
  }
  .hy912 #player .video-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hy912 #player .video-title {
    color: #B7F24A;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 #player .video-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-family: "HarmonyOS Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }
  .hy912 #player .progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hy912 #player .time-display {
    flex-shrink: 0;
    width: 70px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
  }
  .hy912 #player .progress-bar {
    width: 100%;
    height: 4px;
    background: #333;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
  }
  .hy912 #player .progress-filled {
    height: 100%;
    background: #90ff5a;
    border-radius: 2px;
    width: 35%;
    position: relative;
  }
  .hy912 #player .progress-thumb {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #90ff5a;
    border-radius: 50%;
    cursor: pointer;
  }
  .hy912 #player .player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sound-share {
    width: 325px;
    height: 282px;
    border-radius: 7px;
    background: rgba(28, 28, 28, 0.7);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .sound-share .box .title {
    color: #B7F24A;
    text-align: center;
    font-family: Antonio;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.24px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .sound-share .box .list {
    text-align: center;
    width: 178px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sound-share .box .list .item {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 107.143% */
  }
  .sound-share .box .list .item .icon {
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: rgba(157, 157, 157, 0.04);
    margin-bottom: 7.5px;
  }
  .sound-share .box .list .item .icon svg {
    width: 25px;
    height: 25px;
  }
  .share-modal {
    width: 325px !important;
  }
}
@media (min-width: 768px) {
  .sound-share {
    width: 650px;
    height: 383px;
    border-radius: 14px;
    background: rgba(28, 28, 28, 0.7);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .sound-share .box .title {
    color: #B7F24A;
    text-align: center;
    font-family: Antonio;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.24px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .sound-share .box .list {
    text-align: center;
    width: 356px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sound-share .box .list .item {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 107.143% */
  }
  .sound-share .box .list .item .icon {
    width: 98px;
    height: 98px;
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 37.333px;
    background: rgba(157, 157, 157, 0.04);
    margin-bottom: 15px;
  }
  .sound-share .box .list .item .icon svg {
    width: 50px;
    height: 50px;
  }
  .share-modal {
    width: 650px !important;
  }
}
.share-modal .ant-modal-content {
  background: rgba(28, 28, 28, 0.9) !important;
  backdrop-filter: blur(20px);
  border: none;
}
.share-modal .ant-modal-close {
  color: #fff;
}
.share-modal .ant-modal-close:hover {
  color: #B7F24A;
}

.sound-share .box .list .item {
  cursor: pointer;
  transition: all 0.3s ease;
}
.sound-share .box .list .item:hover {
  transform: translateY(-2px);
}
.sound-share .box .list .item:hover .icon {
  background: rgba(157, 157, 157, 0.1);
}

.weconnect-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  color: white;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
.weconnect-navbar .weconnect-navbar-container {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.weconnect-navbar .weconnect-navbar-container .weconnect-navbar-brand {
  color: #b7f24a;
  font-family: "HarmonyOS Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.weconnect-navbar .weconnect-navbar-container .weconnect-navbar-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.weconnect-navbar .weconnect-navbar-container .weconnect-navbar-menu .weconnect-navbar-item {
  color: #fff;
  font-family: "HarmonyOS Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.weconnect-navbar.visible {
  transform: translateY(0);
}

.ant-form-item .ant-form-item-label > label.ant-form-item-required::before {
  display: none;
}

@media (max-width: 768px) {
  .weconnect-navbar .weconnect-navbar-container .weconnect-navbar-brand {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .hy912 {
    background: #000;
  }
  .hy912 #danmu-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
    overflow: hidden;
  }
  .hy912 .danmu-item {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background: rgba(100, 181, 100, 0.85);
    border-radius: 15px;
    color: white;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .hy912 .danmu-item::before {
    content: "🔊";
    margin-right: 6px;
    font-size: 11px;
  }
  .hy912 .danmu-move {
    animation: slide-left linear forwards;
  }
  @keyframes slide-left {
    from {
      transform: translateX(100vw);
    }
    to {
      transform: translateX(-100%);
    }
  }
}
@media (min-width: 768px) {
  .is-pe {
    display: none !important;
  }
  /* 自定义光晕指针 */
  .cursor-glow {
    position: fixed;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.2);
  }
  .hy912 {
    background-color: black;
    padding-bottom: 200px;
  }
  .hy912 #danmu-container {
    width: 100%;
    height: 444px;
    overflow: hidden;
  }
  .hy912 .event {
    width: 1042px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hy912 .event .top {
    display: flex;
    align-items: flex-end;
  }
  .hy912 .event .top .cell {
    color: #FFF;
    font-family: Antonio;
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 130px;
  }
  .hy912 .event .top .green {
    color: #B7F24A;
  }
  .hy912 .event .line {
    width: 758px;
    height: 74.129px;
  }
  .hy912 .event .arrow {
    width: 125px;
    height: 50px;
  }
  .hy912 .event .list {
    padding-top: 30px;
    width: 1042px;
    display: flex;
    justify-content: space-between;
  }
  .hy912 .event .list .item {
    width: 334px;
    height: 440px;
    border-radius: 14px;
    background: #141414;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
  }
  .hy912 .event .list .item img {
    width: auto;
    margin-bottom: 36px;
  }
  .hy912 .event .list .item .date {
    color: #FFF;
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    margin-bottom: 20px;
  }
  .hy912 .event .list .item .desc {
    white-space: normal;
    word-break: break-all;
    width: 275px;
    color: rgba(204, 204, 204, 0.8);
    text-align: center;
    font-family: "HarmonyOS Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
  }
}

/*# sourceMappingURL=index.css.map */
