/*  reset  */
html, body {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body, div, ul, li, input, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    display: block;
}

em, i, s, b, th {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

*, *:before, *:after {
    word-break: break-all;
    outline: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input {
    user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
}

a {
    text-decoration: none;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}

.inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1920px;
    height: 960px;
    background: no-repeat center/cover;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container, .swiper-wrapper, .swiper-pagination {
    z-index: auto !important;
}

.swiper-notification {
    display: none !important;
}

/* index */
.index {
    position: absolute;
    top: 0;
    left: 0;
    background: url(//imgstatic.szdywtech.com/res/images/26/0d/260ddb3eac52c42d1fed89e2206b282c.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.appointment_position_img1,
.appointment_position_grid,
.appointment_position_android,
.appointment_position_window {
    display: none;
}

.hero_topbar {
    position: fixed;
    top: 8px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 8;
}

.hero_logo {
    position: relative;
    width: 98px;
    height: 46px;
    padding: 4px 8px;
}

.hero_logo_mark {
    color: #f7f7f2;
    font-size: 28px;
    line-height: 38px;
    font-family: 'AlimamaDongFangDaKai', 'Microsoft YaHei', sans-serif;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.hero_logo_tag {
    position: absolute;
    top: 4px;
    right: 6px;
    padding: 3px 2px;
    background: linear-gradient(180deg, #b93f37 0%, #792521 100%);
    color: #fff2d2;
    font-size: 10px;
    line-height: 1;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    border-radius: 2px;
}

.hero_nav_group {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 4px 14px;
}

.hero_nav_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 28px;
    color: rgba(34, 36, 41, 0.88);
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.hero_nav_item span {
    position: relative;
    z-index: 1;
}

.hero_nav_item:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.hero_nav_item_active:not(:last-child)::after {
    right: -12px;
}

.hero_nav_item_active {
    margin-right: 14px;
    margin-left: 14px;
    padding: 0 20px;
    color: #fff;
    position: relative;
}

.hero_nav_item_active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateY(-50%);
    width: calc(100% + 18px);
    height: 42px;
    background: url("//imgstatic.szdywtech.com/res/images/86/b0/86b0baae79b04d627cd8f5a442d4aad7.png") no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.hero_social_rail {
    position: fixed;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
}

.hero_social_shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 7px;
}

.hero_social_item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    transition: transform .25s ease;
}

.hero_social_login {
    cursor: pointer;
}

.hero_social_icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.hero_social_icon_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .25s ease;
}

.hero_social_icon_img.is-hover {
    opacity: 0;
}

.hero_social_item:hover {
    transform: translateY(-2px);
}

.hero_social_item:hover .hero_social_icon_img.is-default {
    opacity: 0;
}

.hero_social_item:hover .hero_social_icon_img.is-hover {
    opacity: 1;
}

.play {
    position: absolute;
    left: 50%;
    bottom: 136px;
    width: 90px;
    height: 90px;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    z-index: 5;
    transition: transform .25s ease;
}

.play img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.play:hover {
    transform: translateX(-50%) scale(1.04);
}

.hero_play_triangle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    transform: translate(-35%, -50%);
}

.hero_download_panel {
    position: absolute;
    left: 50%;
    top: 58.5%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 6;
}

.hero_qrcode_card {
    width: 109px;
    height: 112px;
    background: transparent;
    box-shadow: none;
    display: block;
}

.hero_qrcode_card_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero_store_group,
.hero_cta_group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero_store_button,
.hero_cta_button {
    width: 115px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    gap: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: transparent;
    transition: transform .25s ease;
}

.hero_store_button {
    width: 102px;
    height: 47px;
}

.hero_qrcode_card_contact {
    cursor: pointer;
}

.hero_image_button_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .25s ease;
}

.hero_image_button_img.is-hover {
    opacity: 0;
}

.hero_image_button:hover,
.hero_qrcode_card_contact:hover {
    transform: translateY(-2px);
}

.hero_image_button:hover .hero_image_button_img.is-default {
    opacity: 0;
}

.hero_image_button:hover .hero_image_button_img.is-hover {
    opacity: 1;
}

.hero_cta_button {
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
}

.hero_cta_button_gold {
    width: 96px;
    height: 40px;
}

.hero_cta_button_blue {
    width: 96px;
    height: 40px;
}

.hero_cta_button_done {
    background: linear-gradient(180deg, #5d748e 0%, #3f536b 100%);
    color: rgba(255, 255, 255, 0.88);
}

.index2 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(//imgstatic.szdywtech.com/res/images/df/e1/dfe175e9acc0d84908fc3901a68e0b15.png) no-repeat;
    background-size: 100% 100%;
}

.introduce_mobile {
    display: none;
}

.figure {
    position: absolute;
    left: 46%;
    bottom: 63px;
    width: 530px;
    transform: translateX(-62%);
    margin: 0 auto;
    overflow: hidden;
    z-index: 3;
}

.introduce_left {
    position: absolute;
    left: calc(50% - 416px);
    bottom: 82px;
    width: 65px;
    height: 34px;
    background: url(//imgstatic.szdywtech.com/res/images/54/c5/54c554d4edaefe35d64db481cb71b144.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
}

.introduce_right {
    position: absolute;
    right: calc(50% - 280px);
    bottom: 82px;
    width: 65px;
    height: 34px;
    background: url(//imgstatic.szdywtech.com/res/images/8e/4c/8e4c4939929b74bc6f6a6eef25b4b78c.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
}


/* 滑块样式 */
.mySwiper3 .swiper-slide {
    cursor: pointer;
    position: relative;
    opacity: .92;
    transform: scale(.86);
    transform-origin: center bottom;
    transition: opacity .25s ease, transform .25s ease;
}

.introduce_avatar_img {
    display: block;
    width: 100%;
    height: auto;
}

.introduce_avatar_img.is-active {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .2s ease;
}

.mySwiper3 .swiper-slide-active {
    opacity: 1;
}

.mySwiper3 .swiper-slide:hover .introduce_avatar_img.is-active,
.mySwiper3 .swiper-slide-active .introduce_avatar_img.is-active {
    opacity: 1;
}

.mySwiper3 .swiper-slide:hover .introduce_avatar_img.is-default,
.mySwiper3 .swiper-slide-active .introduce_avatar_img.is-default {
    opacity: 0;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: opacity .3s ease, transform .3s ease;
}

.slide-fade-enter-from {
    opacity: 0;
    transform: translateX(30px);
}

.slide-fade-leave-to {
    opacity: 0;
    transform: translateX(-30px);
}

.introduce_name {
    position: absolute;
    top: 0;
    right: 0;
    width: .56rem;
    height: 2.16rem;
}

.introduce_ban_icon {
    position: absolute;
    top: 50%;
    left: 43%;
    width: 58%;
    transform: translate(-50%, -55%);
    z-index: 2;
}

.introduce_stage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.introduce_figure_panel {
    flex: 0 0 68%;
    display: flex;
    align-items: center;
    position: relative;
}

.introduce_ban_name {
    display: none;
}

.introduce_content_panel {
    flex: 0 0 460px;
    max-width: 460px;
}

.introduce_pc_name {
    position: static;
    transform: none;
    margin-bottom: 28px;
}

.introduce_pc_trumpet {
    position: relative;
    width: 100%;
}

.introduce_skill_header {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.skill_header {
    font-size: 24px;
    font-weight: 700;
    color: #26354a;
    margin-bottom: 20px;
}

.introduce_skill_list {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}

.introduce_pc_skill {
    width: 120px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: #5f6f86;
    text-align: center;
    transition: transform .2s ease, opacity .2s ease, color .2s ease;
}

.introduce_pc_skill:hover {
    transform: translateY(-2px);
}

.introduce_pc_skill.is-active {
    color: #283750;
}

.introduce_pc_skill .skill_image{
    width: 110px;
    height: 110px;
    margin: 0 0 10px;
    border-radius: 50%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.introduce_pc_skill.is-active .skill_image {
    transform: scale(1.05);
    border-color: rgba(91, 118, 159, 0.58);
    box-shadow: 0 12px 24px rgba(62, 88, 128, 0.24);
}

.skill_name {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
}

.skill_desc_panel {
    position: relative;
    min-height: 126px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(160, 171, 190, 0.4);
}

.skill_desc_arrow {
    position: absolute;
    top: -8px;
    width: 14px;
    height: 14px;
    background: #f1f3f5; /* 稍微深一点的颜色以匹配半透明背景叠加后的视觉效果，或者直接用 rgba */
    background: rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(160, 171, 190, 0.4);
    border-top: 1px solid rgba(160, 171, 190, 0.4);
    transform: translateX(-50%) rotate(45deg);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.skill_desc_title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #26354a;
    margin-bottom: 10px;
}

.skill_text{
    font-weight: 400;
    font-size: 18px;
    color: #2A2A2A;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.introduce_pc_name_img {
    width: 327px;
    max-width: 100%;
    margin-bottom: 20px;
}

.introduce_pc_tags {
    font-size: 24px;
    font-weight: 500;
    color: #26354a;
    margin-bottom: 12px;
}

.introduce_pc_info_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(38, 53, 74, 0.4) 0%, rgba(38, 53, 74, 0) 100%);
    margin: 16px 0;
}

.introduce_pc_info_item {
    margin-bottom: 10px;
    line-height: 1.6;
}

.info_label {
    font-weight: 700;
    font-size: 18px;
    color: #26354a;
}

.info_value {
    font-size: 18px;
    color: #4a5a73;
}

.introduce_ban_img {
    width: 87%;
    height: auto;
    margin-left: 25px    ;
    margin-bottom: 65px;
}

.index3 {
    width: 100%;
    height: 100%;
    background-image: url(//imgstatic.szdywtech.com/res/images/77/fc/77fc4105294ccdc1b555898defb55687.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.journalism_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1332px;
    height: 607px;
    background: url("//imgstatic.szdywtech.com/res/images/0d/e0/0de0bfcef54f6dc3a97213e56d5b7509.png") no-repeat center/100% 100%;
    display: flex;
    padding:37px 38px;
    box-sizing: border-box;
}

.journalism_bg {
    width: 640px;
    height: 360px;
    position: relative;
}

.journalism_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.journalism_content_bg {
    flex: 1;
    margin-left: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.journalism_content_bg_pd {
    padding: 80px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.journalism_mobile {
    display: block;
    height: 93%;
}

.journalism_title_grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 20px 0 30px;
    gap: 0;
}

.journalism_title {
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background: none;
    cursor: pointer;
    transition: color 0.3s;
}

.journalism_title:hover {
    color: #FF5A5A;
}

.journalism_title span::after {
    content: "/";
    margin: 0 20px;
    color: #fff;
}

.journalism_title:last-child span::after {
    content: "";
    margin: 0;
}

.title_action {
    color: #FF5A5A;
    background: none;
}

.journalism_content {
    width: 100%;
    flex: 1;
    overflow: hidden;
    padding: 10px 0 0;
}

.journalism_content_grid {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #A0C1E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px;
    border-bottom: 1px solid transparent;
    background: url("//imgstatic.szdywtech.com/res/images/23/53/2353cf7a05c165ef5494df0427fe3566.png") no-repeat bottom center;
    background-size: 100% 2px;
}

.webkit_box1 {
    display: flex;
    align-items: center;
    flex: 1;
    font-weight: 400;
    font-size: 20px;
    color: #C7C7C7;
}

.news_new_tag_time{
    font-weight: 400;
    font-size: 20px;
    color: #C7C7C7;
}

.webkit_box{
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.news_new_tag {
    width: 46px;
    height: 24px;
    background: url("//imgstatic.szdywtech.com/res/images/68/73/68738d545046dcde37faa3befc39e84c.png") no-repeat center/contain;
    margin-right: 15px;
    flex-shrink: 0;
}

.journalism_tIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.pagination_btn {
    border: 1px solid #C7C7C7;
    font-weight: 400;
    font-size: 14px;
    color: #C7C7C7;
    cursor: pointer;
    width: 59px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s;
}

.pagination_btn:hover {
    background: #C7C7C7;
    color: #fff;
}

.pagination_num {
    color: #C7C7C7;
    font-weight: 400;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    line-height: 25px;
    border: 1px solid #C7C7C7;
}

.pagination_num:hover {
    color: #fff;
    border: none;
    background-color: #B34741;
}

.pagination_num.active {
    color: #fff;
    background-color: #B34741;
}

.journalism_bg .swiper-pagination {
    bottom: -70px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
}

.journalism_bg .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #1a1a1a;
    opacity: 0.8;
    margin: 0 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.journalism_bg .swiper-pagination-bullet-active {
    background: #be2d2d;
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(190, 45, 45, 0.5);
}

/* 新闻轮播图tabs */
.journalism_tabs {
    position: absolute;
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.journalism_tab {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.journalism_tab:hover {
    transform: scale(1.1);
}

.journalism_tab img {
    width: auto;
    height: 20px;
    display: block;
}

/* 游戏特色轮播 tabs */
.feature_tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.feature_tab {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.feature_tab:hover {
    transform: scale(1.1);
}
.feature_tab img {
    width: auto;
    height: 20px;
    display: block;
}

.index4 {
    width: 100%;
    height: 100%;
    background-image: url(//imgstatic.szdywtech.com/res/images/e8/41/e841c0d023ff3db1992e8d6e0bdce50f.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.feature_banner {
    position: absolute;
    width: 1460px;
    height: 620px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature_banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    overflow: visible;
}

.feature-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.feature-carousel_track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.feature-carousel_slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1004px;
    aspect-ratio: 1004 / 574;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.84);
    transition: transform .55s ease, opacity .55s ease, filter .55s ease;
}

.feature_card {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    opacity: .48;
    filter: grayscale(.42) brightness(.7);
    transition: transform .55s ease, opacity .55s ease, filter .55s ease, box-shadow .55s ease;
}

.feature_card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.feature-carousel_slide.is-active,
.feature-carousel_slide.is-prev,
.feature-carousel_slide.is-next {
    opacity: 1;
    pointer-events: auto;
}

.feature-carousel_slide.is-active {
    z-index: 3;
    transform: translate(-50%, -50%) scale(1);
}

.feature-carousel_slide.is-active .feature_card {
    opacity: 1;
    filter: none;
    box-shadow: 0 28px 54px rgba(20, 18, 18, 0.32);
}

.feature-carousel_slide.is-prev,
.feature-carousel_slide.is-next {
    z-index: 2;
}

.feature-carousel_slide.is-prev {
    transform: translate(-82%, -50%) scale(.8);
}

.feature-carousel_slide.is-prev .feature_card {
    opacity: 1;
}

.feature-carousel_slide.is-next {
    transform: translate(-18%, -50%) scale(.8);
}

.feature-carousel_slide.is-next .feature_card {
    opacity: 1;
}

.feature_banner_pagination {
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    z-index: 5;
}
.feature_banner_dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(44, 35, 31, 0.38);
    opacity: 1;
    transition: transform .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.feature_banner_dot.is-active {
    background: #8f302f;
    transform: scale(1.15);
    box-shadow: 0 0 0 3px rgba(143, 48, 47, 0.15);
}

.feature_banner_dot:focus-visible {
    outline: 2px solid rgba(143, 48, 47, 0.6);
    outline-offset: 3px;
}

.feature_card.is-error {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(233, 226, 213, 0.96) 0%, rgba(209, 196, 174, 0.96) 100%);
}

.feature_card.is-error::after {
    content: "鍥剧墖鍔犺浇澶辫触";
    color: rgba(78, 50, 38, 0.8);
    font-size: 24px;
    letter-spacing: 2px;
}

.introduce-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.introduce-nav > img {
    width: 72px;
    height: 78px;
}

.prev {
    left: 110px;
}

.next {
    right: 110px;
}

.index5 {
    width: 100%;
    height: 100%;
    background-image: url(//imgstatic.szdywtech.com/res/images/01/9e/019efe17bfe7a1722aec275302ab0a1f.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -0.01rem;
    overflow: hidden;
}

.index5_img {
    width: 500px;
    /*height: 426px;*/
    margin: 82px auto 0;
}

.tail-social {
    position: absolute;
    left: 50%;
    bottom: 118px;
    transform: translateX(-50%);
    width: 1360px;
    height: 420px;
}

.tail-social::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    width: 1260px;
    height: 180px;
    background: url("http://imgstatic.szdywtech.com/res/images/13/68/1368689d426fc7b78ad6fc56a56740f2.png") no-repeat center/100% 100%;
    opacity: .9;
    display: none;
}

.tail-social-item {
    position: absolute;
    width: 285px;
    height: 320px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    transition: transform .25s ease;
}

.tail-social-item:hover {
    transform: translateY(-8px);
}

.tail-social-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .25s ease;
}

.tail-social-img.is-hover {
    opacity: 0;
}

.tail-social-item:hover .tail-social-img.is-default,
.tail-social-item:focus-visible .tail-social-img.is-default {
    opacity: 0;
}

.tail-social-item:hover .tail-social-img.is-hover,
.tail-social-item:focus-visible .tail-social-img.is-hover {
    opacity: 1;
}

.tail-social-item:focus-visible {
    outline: 2px solid rgba(180, 255, 219, 0.85);
    outline-offset: 4px;
    border-radius: 50%;
}

.tail-social-item-weibo {
    right: 125px;
    top: -281px;
    width: 320px;
    height: 335px;
}

.tail-social-item-xiaohongshu {
    left: 783px;
    top: 84px;
    width: 222px;
    height: 243px;
}

.tail-social-item-bilibili {
    left: 268px;
    top: 30px;
}

.tail-social-item-download {
    left: 590px;
    top: -136px;
    width: 218px;
    height: 221px;
    z-index: 3;
}

.tail-social-item-kuaishou {
    top: 2px;
    width: 226px;
    height: 215px;
    right: 0px;
}

.tail-social-item-gzh {
    left: 0;
    top: -183px;
}

.tail-social-item-qywx {
    left: 289px;
    top: -314px;
    width: 200px;
    height: 211px;
}
.index4_make {
    display: none;
}

.t-popup {
    background: transparent;
}

.popup_login {
    width: 1029px;
    height: 663px;
    background: url("//imgstatic.szdywtech.com/res/images/eb/f6/ebf69e7ff5b8b6196fe9000e761b01f2.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.popup_login_bg {
    width: 91%;
    height: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 30px 0 0 0;
}

.popup_type_bg{
    width: 253px;
    height: 72px;
    position: relative;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    left: 40%;
    transform: translate(-50%,0);
    font-family: PingFang SC;
}

.popup_android {
    width: 253px;
    height: 72px;
    margin: 0 auto;
    text-align: center;
    line-height: 72px;
}

.popup_android_action{
    color: #ffffff;
    line-height: 72px;
    z-index: 9;
}

.popup_ios {
    width: 253px;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    text-align: center;
}

.popup_ios_action{
    color: #ffffff;
    z-index: 9;
}

.popup_phone {
    width: 60%;
    height: 78px;
    border-radius: 10px;
    margin: 31px auto 0;
    border: 1px solid #424242;
}

.t-input {
    padding: 0 15px 0 30px;
    height: 100%;
    background: transparent;
}

.t-input__wrap--prefix {
    align-items: center;
}

.t_input_image {
    width: 23px;
    height: 37px;
    margin-right: 20px;
}

.t_input_code {
    width: 30px;
    height: 39px;
}

.t-input__label:not(:empty) {
    font-size: 32px;
    height: 39px;
    line-height: 39px;
    padding-right: 17px;
    border-right: 2px solid #ffffff;
}

.t-input__control {
    font-size: 28px;
}

input::placeholder {
    color: #878E9B; /* 淇敼涓轰綘鎯充娇鐢ㄧ殑棰滆壊 */
}

.suffix {
    display: flex;
    align-items: center;
    --td-button-extra-small-padding-horizontal: 0;
}

.t-button--size-extra-small {
    font-size: 30px;
    color: #7AC5FF;
}

.suffix--line {
    width: 2px;
    height: 39px;
    background-color: #f6f6f6;
    margin-right: 16px;
}

.t-radio {
    padding: 0 0;
    background: transparent;
}

.t-radio__title {
    font-weight: 500;
    font-size: 20px;
    color: #212121;
}

.popup_pitch {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    font-size: 20px;
    color: #212121;
    width: 60%;
    line-height: 30px;
    margin: 25px auto 0;
}

.popup_pitch .popup_pitch_img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.popup_button {
    display: block;
    width: 371px;
    height: 124px;
    text-align: center;
    margin: 10px auto 0;
}

.popup_close {
    background: url("//imgstatic.szdywtech.com/res/images/a8/e5/a8e5edabdb8dcb7a05d3d3c7a25422ae.png") no-repeat;
    background-size: 100% 100%;
    width: 104px;
    height: 103px;
    position: absolute;
    top: 15px;
    right: -5px;
}

.milestone {
    width: 1509px;
    height: 596px;
    font-size: 24px;
    background: url("//imgstatic.szdywtech.com/res/images/74/af/74affa62f2ebaf7b50ea391929548cc0.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.popup_close2 {
    background: url("//imgstatic.szdywtech.com/res/images/a8/e5/a8e5edabdb8dcb7a05d3d3c7a25422ae.png") no-repeat;
    background-size: 100% 100%;
    width: 104px;
    height: 103px;
    position: absolute;
    top: 9px;
    right: -6px;
    z-index: 9;
}

.milestone_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 83%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    padding: 40px 0 0 0;
}

.milestone_bg_title {
    font-weight: 400;
    font-size: 52px;
    color: #000000;
    padding-left: 40px;
    font-family: AlimamaDongFangDaKai;
}

.milestone_bg_unreached {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr);
    padding: 10px 0 0 0;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.milestone_bg_unreached .milestone_bg_content, .milestone_bg_content1 {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.milestone_title {
    font-family: AlimamaDongFangDaKai;
    font-weight: 400;
    font-size: 44px;
    color: #000000;
    width: 215px;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.milestone_subhead {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 26px;
    color: #D8712E;
    text-align: center;
    width: 215px;
    position: absolute;
    bottom: -300px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.milestone_img {
    width: auto;
    height: 105px;
    display: inline-block;
}

.milestone_bg_content::before, .milestone_bg_content1::before {
    content: '';
    position: absolute;
    bottom: -65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 43px;
    height: 42px;
    background: url("//imgstatic.szdywtech.com/res/images/9e/61/9e61c812e2109281db93b6cd93cb6841.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.milestone_bg_content::after, .milestone_bg_content1::after {
    content: '';
    position: absolute;
    bottom: -36%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 261px;
    height: 8px;
    background: url("//imgstatic.szdywtech.com/res/images/f5/17/f517573cb3b95ded22b80d7d14b4424b.png") no-repeat;
    background-size: 100% 100%;
}

/* 鏈揪鍒伴绾︽暟锛氱疆鐏版樉绀?*/
.milestone_bg_content.unreached::before,
.milestone_bg_content.unreached::after,
.milestone_bg_content1.unreached::after,
.milestone_bg_content1.unreached::before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.popup_journalism {
    width: 1059px;
    height: 700px;
    font-size: 24px;
    background: url("//imgstatic.szdywtech.com/res/images/fd/bd/fdbdc6e8fbe7054539c3ffd673e7b779.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.popup_journalism_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 760px;
    height: 600px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup_journalism_header {
    width: 467px;
    height: 35px;
    background: url("//imgstatic.szdywtech.com/res/images/b3/db/b3db3e00425c12d0bb2739c5c4412f8b.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.popup_journalism_title {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.popup_journalism_tiem {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.popup_journalism_content {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

.popup_journalism_content::-webkit-scrollbar {
    width: 6px;
}

.popup_journalism_content::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 3px;
}

.popup_journalism_content::-webkit-scrollbar-track {
    background: transparent;
}

.popup_journalism_content p img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.popup_journalism_close {
    background: url("//imgstatic.szdywtech.com/res/images/e8/b0/e8b084f61ee31dc9581672157e0e573d.png") no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 20px;
    right: -30px;
    z-index: 9;
    cursor: pointer;
}

.popup_attention {
    background: url('//imgstatic.szdywtech.com/res/images/9b/f7/9bf7c6ec5857267bf8244f6495a34889.png') no-repeat;
    background-size: 100% 100%;
    width: 979px;
    height: 609px;
}

.popup_attention_close {
    background: url("//imgstatic.szdywtech.com/res/images/a8/e5/a8e5edabdb8dcb7a05d3d3c7a25422ae.png") no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 9;
}

.popup_attention_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 94%;
    height: 91%;
    padding: 30px 30px;
}

.popup_attention_title {
    margin: 30px auto 0;
    text-align: center;
    width: 70%;
}

.popup_attention_code {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

.popup_attention_code_title {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    margin-bottom: 10px;
}

.popup_attention_code_img {
    width: 230px;
    height: 230px;
    position: relative;
}

.popup_attention_code_img {
    content: '';
    background: url("//imgstatic.szdywtech.com/res/images/46/0c/460c83dadb9e8195e315e37f8b9ac7e4.png") no-repeat;
    width: 336px;
    height: 281px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_subscribe {
    width: 1351px;
    height: 800px;
    font-size: 24px;
    background: url("//imgstatic.szdywtech.com/res/images/5a/cb/5acb27ee0b7d8f2cb9f2bd5a5ad6594f.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.popup_subscribe_close {
    background: url("//imgstatic.szdywtech.com/res/images/a8/e5/a8e5edabdb8dcb7a05d3d3c7a25422ae.png") no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 9;
}

.popup_subscribe_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 95%;
    height: 94%;
    padding: 30px 30px;
}

.popup_subscribe_title {
    background: url("//imgstatic.szdywtech.com/res/images/ef/ef/efef3d8d36678dbef4c07c9bb9306717.png") no-repeat;
    background-size: 100% 100%;
    width: 596px;
    height: 58px;
    margin: 20px auto 0;
    text-align: center;
}

.popup_subscribe_phone {
    font-weight: 400;
    font-size: 44px;
    color: #000;
    margin-top: 20px;
    text-align: center;
}

.popup_subscribe_grid {
    display: grid;
    align-items: center;
    text-align: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr); /* 鍒涘缓涓ゅ垪 */
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.popup_subscribe_grid_img {
    display: block;
    margin: 0 auto 10px;
    width: 20%;
}

.popup_subscribe_grid_icon {
    display: block;
    margin: 20px auto 0;
    width: 40%;
}

.popup_subscribe_grid div:nth-child(3) {
    grid-column: span 2;
    font-weight: 500;
    font-size: 30px;
    color: #444444;
    margin-top: 37px;
}

.popup_subscribe_else {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_subscribe_else::after {
    content: "";
    background: url("//imgstatic.szdywtech.com/res/images/43/ad/43ad327c25dff53fc4ad7f837efd33b0.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -50%;
    bottom: 50%;
    width: 162px;
    height: 3px;
}

.popup_subscribe_else::before {
    content: "";
    background: url("//imgstatic.szdywtech.com/res/images/a9/b8/a9b89e0364f631fba1b51e2887b3df69.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -50%;
    bottom: 50%;
    width: 162px;
    height: 3px;
}

.popup_subscribe_else_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_subscribe_else_grid div {
    width: 142px;
    height: 57px;
    font-size: 28px;
    font-weight: 600;
    border-radius: 15px;
    line-height: 57px;
    color: #47554b;
    text-align: center;
    margin-right: 21px;
    border: 1px solid rgba(150, 190, 178, 1);
    background: rgba(150, 190, 178, 0.5);
}

.order {
    position: fixed;
    top: 50%;
    right: 0;
    width: 202px;
    height: 252px;
    transform: translateY(-50%);
    z-index: 700;
    transition: transform 0.35s ease;
}

.order_panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 142px;
    height: 252px;
}

.order_panel_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.order_toggle {
    position: absolute;
    top: 30px;
    left: 17px;
    width: 60px;
    height: 98px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.order_toggle_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order_img {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.order_type {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.order_tab {
    position: relative;
    width: 58px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.order_tab_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .25s ease;
}

.order_tab_img.is-hover {
    opacity: 0;
}

.order_tab:hover .order_tab_img.is-default,
.order_tab.is-active .order_tab_img.is-default {
    opacity: 0;
}

.order_tab:hover .order_tab_img.is-hover,
.order_tab.is-active .order_tab_img.is-hover {
    opacity: 1;
}

.order_download_btn {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 138px;
    height: 20px;
    transform: translateX(-50%);
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.order_download_img {
    position: absolute;
    width: 118px;
    bottom: -50px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    transition: opacity .25s ease, transform .25s ease;
}

.order_download_img.is-hover {
    opacity: 0;
}

.order_download_btn:hover .order_download_img.is-default {
    opacity: 0;
}

.order_download_btn:hover .order_download_img.is-hover {
    opacity: 1;
}

.order.collapsed {
    transform: translate(142px, -50%);
}

.order.collapsed .order_panel {
    pointer-events: none;
}

.popup_quCode {
    background: url('//imgstatic.szdywtech.com/res/images/55/e1/55e1c1423080296a2289060188a2204c.png') no-repeat;
    background-size: 100% 100%;
    width: 1289px;
    height: 596px;
}

.popup_quCode_close {
    background: url("//imgstatic.szdywtech.com/res/images/a8/e5/a8e5edabdb8dcb7a05d3d3c7a25422ae.png") no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 9;
}

.popup_quCode_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 94%;
    height: 91%;
    padding: 30px 30px;
}

.popup_quCode_title {
    margin: 30px auto 0;
    text-align: center;
    width: 467px;
    height: 35px;
}

.popup_quCode_code {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin: 50px auto 0;
    width: 80%;
}

.popup_quCode_code_title {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
}

.popup_quCode_code_img {
    width: 255px;
    height: 255px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_quCode_code_img img{
    width: 216px;
    height: 216px;
    margin-left: 54px;
    margin-bottom: 20px;
}

.popup_quCode_code_img::before {
    content: '';
    background: url("//imgstatic.szdywtech.com/res/images/0e/29/0e2953a8f9849291a20468ff0ddff863.png") no-repeat;
    background-size: 100% 100%;
    width: 319px;
    height: 240px;
    position: absolute;
    top: 46%;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.popup_quCode_card.is-wecom .popup_quCode_code_img::before {
    background-image: url("//imgstatic.szdywtech.com/res/images/96/7a/967a88acad70f4d6facc64adf3b329b3.png");
}

.popup_quCode_card.is-community .popup_quCode_code_img::before {
    background-image: url("//imgstatic.szdywtech.com/res/images/58/42/584265c47bc0e7a7767ab2c68a635454.png");
}

.popup_quCode_card.is-official-account .popup_quCode_code_img::before {
    background-image: url("//imgstatic.szdywtech.com/res/images/43/83/4383f66653f5c83fd6bcb88329141834.png");
}

.t-button--default.t-button--disabled{
    background: transparent;
}
.t-button--text.t-button--hover:after{
    background: transparent;
}

.video_bg{
    width: 100%;
    position: relative;
}

.video_bg video{
    width: 100%;
    height: 100%;
}

.video_bg_close{
    background: url("//imgstatic.szdywtech.com/res/images/a8/e5/a8e5edabdb8dcb7a05d3d3c7a25422ae.png") no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -23px;
    right: -23px;
    z-index: 9;
}
