* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
}

.home-container {
    width: 1920px;
    background: #F6FAFF;
    margin: 10px auto;
}

.width-center {
    width: 1200px;
    margin: 0 auto;
}

.width-img {}

.width-title {
    font-family: FZRuiZhengHeiZhong;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    text-align: center;
}

.width-tip {
    font-family: FZRuiZhengHeiZhong;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    text-align: center;
    padding: 27px 0 68px;
}

.logo {
    width: 142px;
    height: 32px;
    padding-top: 10px;
}


.top_box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 10px 0;
}

.tab_box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.tab_all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}

.tab_all_active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    background: #3469FF;
    color: #fff;
    border-radius: 45px;
    padding: 12px 0;
    cursor: pointer;
}

.banner_box {
    position: relative;
    width: 1920px;
}

.img_banner {
    width: 1920px;
    height: 694px !important;
    background-image: url('@/img/home/img-banner-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}



.company_introduction_box {
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.right_btn_box {
    position: absolute;
    top: 220px;
    right: 60px;
    display: flex;
    flex-direction: column;
}

.icon_online {
    width: 68px;
    height: 180px;
}

.icon_custom {
    width: 68px;
    height: 68px;
    margin-top: 10px;

}

.img_banner_intro {
    width: 379px;
    height: 181px;
}

.img_advantage {
    width: 383px;
    height: 509px;
}

.product_box {
    background: #fff;
    padding: 65px 0 0;
    margin-top: 118px;
}

.culture_box {
    background: #fff;
    padding: 82px 0 98px;
}


.culture_box {
    background: #fff;
    padding: 82px 0 98px;
}


.honor_box {
    background: #fff;
    padding: 82px 0 98px;
}


.img_bottom_two {
    width: 1920px;
    height: 275px;
    background-image: url('../img/home/img-bottom-two-new.png');
    position: relative;
}

.img_bottom_two .contact_1 {
    font-weight: 550;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 490px;
}

.img_bottom_two .contact_1 span {
    font-size: 18px;
}

.img_bottom_two .contact_2 {
    font-weight: 550;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 110px;
    left: 490px;
}

.img_bottom_two .contact_3 {
    font-weight: 550;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 190px;
    left: 550px;
}

.img_bottom_two .contact_4 {
    font-weight: 550;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 133px;
    left: 1065px;
}

.img_bottom_two .contact_5 {
    font-weight: 550;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 190px;
    left: 1065px;
}

        /* .mobile-menu-toggle {
            border: none;
        } */

        .img_banner {
            width: 1920px;
            height: 694px;
            background-image: url('/img/home/img-banner-new.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;
            text-align: center;
            position: relative;
        }

        /* 标题 */

        .banner_title {
            /* color: #fff; */
            font-size: 40px;
            font-weight: 600;
            padding-top: 70px;
        }

        .min_title {
            width: 60%;
            font-size: 34px;
            padding-top: 25px;
            color: #414758;
            display: flex;
            align-items: center;
            justify-self: center;
        }

        .min_title_line {
            font-size: 22px;
            line-height: 40px;
        }

        /* 搜索 */

        .search-bar {
            margin-top: 40px;
            width: 1000px;
            position: absolute;
            top: 350px;
            left: 50%;
            transform: translateX(-50%);
        }

        .search_box {
            width: 100%;
            margin: 0 auto;
            position: relative;
        }

        .click_icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 30px;
            font-size: 25px;
            color: #409eff;
            cursor: pointer;
        }

        .search_box .el-input__inner {
            font-size: 16px;
            height: 60px;
            border: 1px solid #409eff;
            border-radius: 30px;
            padding-left: 30px;
        }

        .search_box .el-input__icon  {
            line-height: 49px;
        }

        .search_box .el-input-group__append {
            background-color: #409eff;
            border: 1px solid #409eff;
            color: #fff;
        }

        /* 热门搜索 */

        .hot_search_box {
            margin-top: 20px;
            position: absolute;
            top: 450px;
            left: 50%;
            transform: translateX(-50%);
        }

        .hot_search_item {
            display: inline-block;
            padding: 5px 10px;
            margin: 5px;
            background-color: #eef5ff;
            color: #409eff;
            border-radius: 15px;
            cursor: pointer;
        }

        .hot_search_item:hover {
            background-color: #d9e9ff;
        }

        /* 操作卡片 */
        .card_actions_box {
            width: 1200px;
            position: absolute;
            top: 580px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: space-between;
            align-items: center;

        }

        .card_actions_box .card_action_item {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 250px;
            height: 80px;
            border-radius: 30px;
            background-color: #eef5ff;
            color: #409eff;
            cursor: pointer;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

        .action_icon {
            width: 50px;
            height: 50px;
            margin-right: 10px;
        }

        .action_icon img {
            width: 100%;
            height: 100%;
        }

        /* 运营商tab */
        .operator_tab_box {
            margin-top: 20px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .operator_tab_item {
            padding: 10px 20px;
            margin: 0 10px;
            border-radius: 30px;
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
        }

        .operator_tab_item:hover {
            background-color: #2a85ff;
        }

        .operator_tab_item.active {
            background-color: #2a85ff;
        }

        /* 内容区域 */

        .content_box {
            /* width: 1200px; */
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        /* 左侧产品列表 */
        .product_list_box {
            width: 50%;
            background-color: #f5f7fa;
            padding: 20px;
            border-radius: 20px;

        }

        .product_list_box .product_item .product_item_box{
            cursor: pointer;
            width: 100%;
            background-color: #fff;
            /* height: 20px; */
            border-radius: 20px;
            margin-bottom: 20px;
            padding: 20px;
            display: flex;
            /* justify-content: flex-start; */
            /* align-items: center; */
        }

        .product_item .product_item_box .product_img {
            width: 200px;
            height: 200px;
            /* margin: 20px 0 0 20px; */
        }

        .product_item .product_item_box .product_img img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
        }

        .product_item .product_item_box .product_info {
            margin: 0 0 0 20px;
        }

        .product_info .product_name {
            font-size: 22px;
            font-weight: bold;
            color: #4e5358;
        }

        .product_info .product_min_text {
            margin-top: 20px;
            font-size: 18px;
            font-weight: 400;
        }

        .product_info .product_tags {
            margin-top: 40px;
        }

        .product_tags .tag_item {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 8px;
            cursor: pointer;
            margin-right: 10px;
        }
        /* 第1个标签：蓝底白字 */
        .product_tags .tag_item:nth-child(1) {
            background-color: #409eff;
            color: #fff;
        }
        /* 第2个标签：绿底白字 */
        .product_tags .tag_item:nth-child(2) {
            background-color: #67c23a;
            color: #fff;
        }
        /* 第3个标签：橙底白字 */
        .product_tags .tag_item:nth-child(3) {
            background-color: #e6a23c;
            color: #fff;
        }
        /* 第4个标签：红底白字 */
        .product_tags .tag_item:nth-child(4) {
            background-color: #f56c6c;
            color: #fff;
        }
        /* 第5个标签：紫底白字 */
        .product_tags .tag_item:nth-child(5) {
            background-color: #909399;
            color: #fff;
        }
        /* 第6个及以后循环用浅色系 */
        .product_tags .tag_item:nth-child(6n) {
            background-color: #d9ecff;
            color: #409eff;
        }
        .product_tags .tag_item:nth-child(6n+1) {
            background-color: #e1f3d8;
            color: #67c23a;
        }
        .product_tags .tag_item:nth-child(6n+2) {
            background-color: #faecd5;
            color: #e6a23c;
        }
        .product_tags .tag_item:nth-child(6n+3) {
            background-color: #fde2e2;
            color: #f56c6c;
        }
        .product_tags .tag_item:nth-child(6n+4) {
            background-color: #e9e9eb;
            color: #909399;
        }

        .product_age {
            margin-top: 20px;
            font-size: 18px;
            font-weight: 400;
        }

        .load-more {
            text-align: center;
            padding: 20px;
            color: #909399;
            cursor: pointer;
        }
        
        .load-more:hover {
            color: #409eff;
        }

        /* 右侧轮播 */
        .swiper_container {
            width: 40%;
            height: 1150px;
            border-radius: 20px;
            background-color: #fff;
            margin-top: 20px;
            padding-top: 80px;
            margin-right: 50px;
        }

        .swiper_container .swiper_box {
            width: 80% !important;
            margin: 0 auto;
        }

        /* ElementUI Carousel 样式覆盖 */
        .swiper_container .el-carousel {
            border-radius: 20px;
            overflow: hidden;
        }

        .swiper_container .el-carousel__container {
            height: 1000px !important;
            border-radius: 20px;
        }

        .swiper_container .el-carousel__item {
            border-radius: 20px;
        }

        .swiper_container .el-carousel__indicator {
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
        }

        .swiper_container .el-carousel__indicator.is-active {
            background-color: #fff;
        }

        .swiper_container .el-carousel__arrow {
            background-color: rgba(0, 0, 0, 0.3);
            color: #fff;
            border-radius: 50%;
        }

        .swiper_container .el-carousel__arrow:hover {
            background-color: rgba(0, 0, 0, 0.5);
        }

        /* 轮播图指示器位置调整 */
        .swiper_container .el-carousel__indicators {
            bottom: 20px;
        }

        .swiper_container .el-carousel__indicator {
            padding: 0;
            margin: 0 5px;
        }

        .swiper_container .el-carousel__button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
        }

        .swiper_container .el-carousel__indicator.is-active .el-carousel__button {
            background-color: #fff;
        }

        .advantage_box .advantage_title {
            position: absolute;
            top: 0;
            left: 0;
            width: 130px;
            height: 50px;
            line-height: 50px;

            font-weight: 400;
            font-size: 20px;

            background-color: #2a85ff; 
            color: #fff; 
            border-radius: 20px 0 20px 0; 
            text-align: center; 
            border: none; 
        }

        .advantage_box .advantage_icon {
            padding-top: 75px;
            text-align: center;
        }

        .advantage_box .advantage_text {
            padding-left: 40px;
            font-size: 20px;
            padding-top: 20px;
            font-weight: 500;
            display: flex;
            align-items: center;
            color: #404040;

            img {
                padding-right: 20px;
            }

        }


/* 移动端样式 */
@media screen and (max-width: 768px) {
    /* 整体容器优化 */
    .home-container {
        margin-top: 0;
        padding-bottom: 60px; /* 为底部tabbar预留空间 */
    }
    
    /* 导航栏优化 */
    .top_box {
        padding: 8px 0;
    }
    
    .top_box .width-center {
        padding: 0 15px;
    }
    
    .logo {
        height: 25px !important;
        width: auto;
    }

    .mobile_menu_btn {
        display: flex;
        position: relative;
        height: 40px;
    }

    .mobile_menu_btn .mobile-menu-toggle {
        top: 30px;
        border: none;
    }

    .mobile_menu_btn .logo{
        padding-top: 20px;
        position: absolute;
        right: 20px;
    }
    
    /* Banner区域调整 */
    .banner_box {
        height: 300px;
        position: relative;
    }
    
    .img_banner {
        width: 100%;
        height: 300px !important;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .banner_title {
        font-size: 24px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .min_title {
        width: 90%;
        margin: 0 auto;
        /* font-size: 16px; */
        padding-top: 10px;
    }
    
    .min_title_line {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        line-height: 23px;
        font-weight: 500;
        text-align: center;
    }
    
    /* 搜索栏优化 */
    .search-bar {
        width: 80%;
        top: 190px;
        margin-top: 8px;
    }
    
    .search_box .el-input__inner {
        height: 40px;
        font-size: 14px;
        padding-left: 20px;
    }
    
    .click_icon {
        right: 20px;
        font-size: 20px;
    }
    
    /* 隐藏热门搜索区域 */
    .hot_search_box {
        display: none !important;
    }
    
    /* 操作卡片改为两行布局 */
    .card_actions_box {
        /* width: 90%; */
        width: 100%;
        top: 255px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-evenly;
    }
    
    .card_actions_box .card_action_item {
        width: calc(42% - 8px);
        height: 50px;
        border-radius: 20px;
        margin: 0;
        padding: 10px 7px;
        display: flex;
        justify-content: space-between;
    }
    
    .action_icon {
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }

    .action_right {
        flex:  1;
    }
    
    .action_title {
        font-size: 14px;
        font-weight: 500;
    }
    
    .action_min_title {
        font-size: 11px;
        margin-top: 2px;
    }

    /* 移动端轮播图 */
    .swiper_container_mobile {
        width: 92% !important;
        margin: 0 auto;
        margin-top: 135px;
    }

    /* 轮播图在上（长方形） */
    .swiper_container_mobile {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 15px;
    }
    
    .swiper_container_mobile .el-carousel__container {
        height: 120px !important; 
        border-radius: 15px;
    }
    
    .swiper_container_mobile .el-carousel__item {
        border-radius: 15px;
    }
    
    .swiper_container_mobile .el-carousel__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    
    /* 轮播指示器优化 */
    .swiper_container_mobile .el-carousel__indicators {
        bottom: 10px;
    }
    
    .swiper_container_mobile .el-carousel__button {
        width: 8px;
        height: 8px;
    }
    
    /* 运营商tab优化 */
    .operator_tab_box {
        /* margin-top: 20px; */
        padding: 0 5px;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .operator_tab_item {
        padding: 4px 7px;
        margin: 0;
        font-size: 14px;
        border-radius: 20px;
    }
    
    /* 内容区域改为上下布局 */
    .content_box {
        flex-direction: column;
        padding: 0 15px;
        margin-top: 20px;
    }
    
    
    /* 产品列表在下 */
    .product_list_box {
        background-color: #F6FAFF;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .product_item  {
        width: 100% !important;
        margin: 0 auto 15px;
        /* padding: 15px; */
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        overflow: hidden;
    }

    .product_item .product_item_box {
        width: 90%;
        display: flex;
        padding: 20px 30px 0 15px !important;
        margin-bottom: 0 !important;
        /* padding: 15px; */
        /* flex-direction: column; */
        /* flex-direction: column; */
        /* margin-bottom: 15px; */

       
    }
    
    .product_item .product_item_box .product_img {
        width: 120px;
        max-height: 100px;
        margin: 0 0 10px 0;
    }

    .product_item .product_item_box .product_img img {
        width: 100%;
        height: 100%;
    }

    .product_item .product_item_box .product_info {
        width: 60%;
        margin-right: 20px;
    }
    
    .product_item .product_item_box .product_name {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .product_item .product_item_box .product_min_text {
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.4;
        /* margin-right: 28px; */
        /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
    }
    
    .product_item .product_item_box .product_tags {
        margin-top: 10px;
        /* margin-right: 15px; */
        display: flex;
        flex-wrap: wrap;
    }
    
    .product_tags .tag_item {
        padding: 3px 8px;
        font-size: 11px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .product_item .product_age_box {
        /* margin-top: 8px; */
        display: flex;
        /* align-items: center; */
        align-items: baseline;
        justify-content: space-between;
        padding: 0 10px 0 20px;
        margin-bottom: 15px;
    }
    
    .product_age_box .product_age {
        font-size: 12px;
    }

    .product_age_box .product_btn {
        /* padding: 2px 10px !important; */
        height: 30px;
        width: 80px;
        font-size: 12px;
        font-weight: 500;
        border-radius: 10px;
        background-color: #667eea;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* .product_item .product_item_box .product_age {
        font-size: 12px;
        margin-top: 8px;
    } */
    
    /* 加载更多优化 */
    .load-more {
        width: 90%;
        padding: 15px;
        font-size: 14px;
        margin: 0 auto;
    }
    
    /* 右侧按钮优化 */
    .right_btn_box {
        right: 10px;
        bottom: 80px; /* 为tabbar预留空间 */
    }
    
    .icon_online, .icon_custom {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    /* 底部TabBar */
    .mobile-tabbar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: #fff;
        border-top: 1px solid #e4e7ed;
        z-index: 999;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }
    
    .tabbar-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .tabbar-item:hover {
        background: #fff !important;
    }
    
    .tabbar-item.active {
        color: #333 !important;
    }
    
    .tabbar-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .tabbar-text {
        font-size: 12px;
        font-weight: 500;
    }
    
    /* 移动端轮播箭头优化 */
    .swiper_container .el-carousel__arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .swiper_container .el-carousel__arrow--left {
        left: 10px;
    }
    
    .swiper_container .el-carousel__arrow--right {
        right: 10px;
    }

    /* 联系我们-移动端 */
    .contact_mobile {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 30px 20px;
        /* margin-top: 40px; */
        border-radius: 20px 20px 0 0;
        text-align: center;
        position: relative;
    }

    .contact_mobile > div {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.6;
        position: relative;
        z-index: 1;
    }

    .contact_mobile > div:first-child {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #fff;
    }

    /* 二维码容器 */
    .code_box {
        display: flex;
        justify-content: space-around;
        gap: 30px;
        padding: 20px 0;
    }

    .code_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        padding: 15px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 10px;
    }

    .code_item:hover {
        /* transform: translateY(-5px); */
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .code_item:active {
        /* transform: translateY(-2px); */
    }

    /* 二维码图片容器 */
    .qr_container {
        width: 130px;
        height: 130px;
        border-radius: 12px;
        overflow: hidden;
        background-color: #f1f3f0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .qr_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 微信号备用显示 */
    .wechat_fallback {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #409eff;
        font-size: 12px;
        text-align: center;
        padding: 15px 8px;
        background: rgba(64, 158, 255, 0.1);
        border-radius: 10px;
        /* border: 1px solid rgba(64, 158, 255, 0.3); */
        transition: all 0.3s ease;
        cursor: pointer;
        min-height: 100px;
    }

    .wechat_fallback:hover {
        background: rgba(64, 158, 255, 0.15);
        border-color: rgba(64, 158, 255, 0.5);
        /* transform: translateY(-2px); */
    }

    .wechat_fallback .el-icon-chat-dot-round {
        font-size: 28px;
        margin-bottom: 8px;
        color: #409eff;
        background: rgba(64, 158, 255, 0.2);
        padding: 8px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .wechat_fallback:hover .el-icon-chat-dot-round {
        background: rgba(64, 158, 255, 0.3);
        transform: scale(1.1);
    }

    .wechat_id {
        font-size: 13px;
        color: #2c3e50;
        font-weight: 600;
        word-break: break-all;
        line-height: 1.3;
        margin-bottom: 5px;
        letter-spacing: 0.5px;
    }

    .wechat_fallback span:last-child {
        color: #909399;
        font-size: 10px;
        margin-top: 2px;
        opacity: 0.8;
    }

    .code_item p {
        color: white;
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        text-align: center;
    }

    /* 小屏幕优化 */
    /* @media screen and (max-width: 375px) {
        .contact_mobile {
            padding: 25px 15px;
        }
        
        .contact_mobile > div {
            font-size: 13px;
        }
        
        .contact_mobile > div:first-child {
            font-size: 15px;
        }
        
        .code_box {
            gap: 20px;
            margin-top: 20px;
        }
        
        .code_item {
            padding: 12px;
        }
        
        .qr_container {
            width: 70px;
            height: 70px;
        }
        
        .wechat_fallback .el-icon-chat-dot-round {
            font-size: 20px;
        }
        
        .wechat_id {
            font-size: 9px;
        }
    } */

    /* 横屏模式优化 */
    /* @media screen and (max-width: 768px) and (orientation: landscape) {
        .contact_mobile {
            padding: 20px 15px;
        }
        
        .code_box {
            gap: 25px;
            margin-top: 20px;
        }
        
        .code_item {
            padding: 12px 10px;
            flex-direction: row;
            align-items: center;
            gap: 10px;
        }
        
        .qr_container {
            width: 60px;
            height: 60px;
            margin-bottom: 0;
        }
        
        .code_item p {
            font-size: 13px;
        }
    } */
    
    /* 小屏幕手机优化 */
    /* @media screen and (max-width: 375px) {
        .banner_title {
            font-size: 20px;
        }
        
        .min_title {
            font-size: 16px;
        }
        
        .search-bar {
            width: 95%;
        }
        
        .card_actions_box {
            width: 95%;
        }
        
        .card_actions_box .card_action_item {
            height: 65px;
        }
        
        .action_title {
            font-size: 13px;
        }
        
        .swiper_container .el-carousel__container {
            height: 180px !important;
        }
    } */
    
    /* 横屏模式优化 */
    /* @media screen and (max-width: 768px) and (orientation: landscape) {
        .banner_box {
            height: 250px;
        }
        
        .img_banner {
            height: 250px;
        }
        
        .search-bar {
            top: 180px;
        }
        
        .card_actions_box {
            top: 220px;
        }
        
        .swiper_container .el-carousel__container {
            height: 150px !important;
        }
    } */
}