body {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", "Microsoft YaHei New", 微软雅黑, "Microsoft Yahei", "Microsoft JhengHei", 宋体, SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.goup-homepage {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0F1115;
}

.goup-home-item {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.goup-home-item .item-background {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

.goup-home-item .item-wrapper {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.goup-home-item .item-wrapper::-webkit-scrollbar {
    display: none;
}

.goup-home-item .item-wrapper .top-wrapper {
    display: flex;
    margin-top: 16px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.goup-home-item .item-wrapper .top-wrapper .goup-icon {
    width: 80px;
    height: 80px;
}

.top-right-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: row;
    gap: 32px;
}

.top-right-wrapper .download-text {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.download-icon {
    width: 24px;
    height: 24px;
}

.top-right-wrapper .web-text {
    width: 122px;
    height: 41px;
    background: #0BD58A;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-right-wrapper .web-text:hover {
    background: #00EBA6;
}

.menu-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
    position: absolute;
    left: 150px;
}

.menu-wrapper .menu-item {
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: relative;
    font-size: 18px;
}

.menu-wrapper .menu-item-active {
    color: #ffffff !important;
}

.menu-wrapper .active-line {
    width: 28px;
    height: 3px;
    display: flex;
    position: absolute;
    background: #0BD58A;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.goup-aboutUs-introTsxt {
    width: 1336px;
    height: 469px;
    margin: 160px auto 50px auto;
}
