/* Extra small devices (md, <768px) */
/* 小屏手机（竖屏） */
@media (max-width: 767.98px) {
    .section-title {
        font-size: 22px;
        text-align: center;
    }

    .header-logo img {
        width: 28px;
        height: 28px;
    }

    .navbar {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #F9F9F9;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav {
        gap: 0;
        margin-left: 12px;
    }

    .navbar-nav .nav-item {
        padding: 12px;
        border-bottom: 1px solid #F2F3F4;
        color: #222222 !important;
    }

    .navbar-toggler {
        border: none;
    }

    .nav-link::after {
        background-color: unset !important;
    }

    .nav-link.nav-white {
        color: #222222 !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: none;
    }

    .navbar-toggler .toggle-close-icon {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        display: none;
    }

    .navbar-collapse .language {
        display: none !important;
    }

    .navbar-toggler[aria-expanded="true"] .toggle-close-icon {
        display: inline-block;
    }

    .custom-navbar {
        background-color: #FFFFFF;
        width: 100%;
        position: absolute;
        top: 60px;
        left: -2px;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        z-index: 9999;
    }

    .banner-area {
        position: relative;
        top: 60px;
    }

    .carousel-item {
        height: 400px;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    .carousel-indicators [data-bs-target] {
        width: 40px;
        height: 3px;
        border-radius: 3px;
    }

    .carousel-item.banner-slide-1 .banner-description h1 {
        margin-top: 0;
        font-size: 16px;
        padding: 6px 0 6px 0;
    }

    .carousel-item.banner-slide-1 .banner-description h5 {
        font-size: 14px;
        width: 55%;
        margin-top: 0;
    }

    .carousel-item.banner-slide-1 .banner-description p {
        margin-top: 14px;
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0;
        color: #107FC8;

    }

    .carousel-item.banner-slide-2 .banner-description h1 {
        margin-top: 0;
        font-size: 16px;
        padding: 6px 0 6px 0;
    }

    .carousel-item.banner-slide-2 .banner-description h5 {
        font-weight: 400;
        width: 55%;
        margin-top: 0;
        font-size: 14px;
    }
    .carousel-item.banner-slide-3 .banner-description h1 {
        margin-top: 0;
        font-size: 16px;
        padding: 6px 0 6px 0;
    }

    .carousel-item.banner-slide-3 .banner-description h5 {
        font-weight: 400;
        width: 50%;
        margin-top: 0;
        font-size: 14px;
    }

    .carousel-item.banner-slide-4 {
        background-position: center center;
    }

    .carousel-item.banner-slide-4 .banner-description h1 {
        margin-top: 0;
        font-size: 16px;
        padding: 6px 0 6px 0;
    }

    .carousel-item.banner-slide-4 .banner-description h5 {
        font-weight: 400;
        width: 55%;
        margin-top: 0;
        font-size: 14px;
    }

    /*    为什么你需要 plugos*/
    .carousel-item {
        transition: opacity 0s ease-in-out !important;
    }

    #why-need-md-Carousel {
        box-shadow: 0px 4px 12px 0px #0000000F;
    }

    .custom-divider {
        display: none;
    }

    .why-need {
        margin-top: 60px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .why-you-need h3 {
        font-size: 22px;
        text-align: center;
    }

    .why-you-need p {
        margin-top: 14px;
        font-size: 14px;
        text-align: center;
    }

    .why-need-md-carousel {
        height: 368px;
    }

    .why-need-md-carousel-item {
        border-radius: 16px;
        box-shadow: 0px 4px 16px 0px #0000000F;
        height: 368px;
        text-align: center;
    }

    .why-need-md-carousel-item img {
        /*width: 100%;*/
        height: 226px;
        object-fit: cover; /* 等价于 background-size: cover */
        object-position: center center;
        border-radius: 16px;
    }

    .why-need-md-carousel-item p {
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        padding: 16px;

    }

    /*为什么选择我们*/
    .why-choose-us {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section-tile-blue {
        font-size: 18px;
    }

    .section-description {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px 0 20px;
    }

    .why-choose-us-card {
        height: 100%;
    }

    .card-title {
        font-size: 14px;
        color: #222222;
        margin-top: 14px;
        padding: 0 10px 0 10px;
    }

    .card-description {
        font-size: 14px;
        line-height: 18px;
        color: #666666;
        margin-top: 16px;
        padding: 0 10px 0 10px;
    }

    /*核心特性*/
    .coreCharacteristics {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .coreCharacteristics-Carousel {
        height: 666px;
    }

    .coreCharacteristics-Carousel-item {
        border-radius: 16px;
        height: 100%
    }

    .coreCharacteristics-Carousel-item img {
        width: 100%;
        height: 320px;
        object-fit: cover; /* 等价于 background-size: cover */
        object-position: center center;
        border-radius: 16px;
    }

    .accordion-header p {
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        margin-top: 16px;
    }

    .accordion-body p {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .accordion-body ul {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-description {
        margin-top: 5px;
    }

    /*方案对比*/
    .scheme-area {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    /* 整个滚动条 */
    .compare-section::-webkit-scrollbar {
        height: 3px; /* 水平滚动条设置 height，垂直设置 width */
        background-color: #D8D8D8;
    }

    /* 滚动条滑块 */
    .compare-section::-webkit-scrollbar-thumb {
        background-color: #067AFF;
        border-radius: 4px;
    }

    .compare-card {
        display: grid;
        grid-template-columns: 130px 160px 140px 140px 140px 140px 140px;
    }

    .compare-card-plugos .scheme-feature p {
        font-size: 14px;
        line-height: normal;
    }

    .scheme-feature p {
        font-size: 14px;
    }

    .scheme-title {
        font-size: 14px;
    }

    /*    硬件规格*/
    .size-area {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .product-card {
        padding-top: 0;
        margin-top: 10px;
    }

    /* PlugOS 卡片响应式样式 */
    .plugos-card {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .card-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .card-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .product-image {
        height: 250px;
        border-radius: 16px 16px 0 0;
    }

    .product-image img {
        max-height: 100px;

    }

    .product-name {
        text-align: center;
        padding: 25px 50px 0;
    }

    .product-specs .title {
        font-size: 14px;
        padding: unset;
        margin-bottom: unset;
    }

    .product-specs .description {
        font-size: 14px;
        padding: unset;
        margin-bottom: unset;
    }

    .product-info {
        padding: 0 20px;
    }

    /*行业应用*/
    .applications-area {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .applications-card .card-title {
        font-size: 14px;
    }

    .applications-card .card-description {
        font-size: 14px;
        line-height: 18px;
    }

    .applications-card a {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0;
        line-height: normal;
        bottom: -60px;

    }

    .applications-card-button {
        width: 100px !important;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .applications-card img {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    /* 新页脚响应式样式 */
    .footer-area {
        padding: 2rem 1rem 0 1rem;
        font-size: 14px;
    }
    
    .footer-divider {
        margin: 1.5rem 0;
    }
    
    .footer-copyright {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    /* 新页脚响应式样式 */
    .footer-brand-section {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .footer-logo-img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .right-nav {
        justify-content: center;
    }
    .footer-navigation {
        justify-content: start;
    }
    
    .footer-nav-list {
        gap: 1rem;
        justify-content: left;
    }
    
    .footer-contact-item {
        text-align: left;
    }
    
    .contact-label {
        font-size: 1rem;
    }
    
    .contact-value {
        font-size: 1rem;
    }
    
    .footer-qrcode {
        width: 120px;
        height: 120px;
    }
    
    .footer-qrcode-section {
        justify-content: center;
        margin-top: 1rem;
    }
    
    .qrcode-container {
        text-align: center;
    }

    /* 核心技术样式*/
    .banner-core-technology {
    }

    .banner-core-technology .banner-description h1 {
        margin-top: 0;
        font-size: 28px;
        padding: 6px 0 6px 0;
    }

    .banner-core-technology .banner-description h5 {
        font-size: 14px;
        width: 55%;
        margin-top: 0;
    }

    .core-technology {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    .technology-card {
        margin-top: 48px;
        background-color: #F5F5F5;
        border-radius: 16px;
    }

    .technology-card h2 {
        font-size: 16px;
        line-height: normal;
    }

    .technology-card .description {
        font-size: 14px;
        line-height: 24px;
    }

    .technology-card .icon-80 {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    /*产品系列*/
    .size-area {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    /*产品详情*/
    .banner-core-product .banner-description h1 {
        margin-top: 0;
        font-size: 28px;
        padding: 6px 0 6px 0;
    }

    .banner-core-product .banner-description h5 {
        font-size: 14px;
        width: 55%;
        margin-top: 0;
    }

    .convenient-area {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    .product-detail .section-title {
        padding: 22px 0 22px 0;
        font-size: 24px;
        line-height: 100%;
    }

    .product-detail .feature {
        font-size: 16px;
        line-height: 1.5;
    }

    .product-detail .description {
        font-size: 14px;
    }

    .hardware-features-area {
        background-color: #F1F2F6;
        padding: 0 10px 48px 10px;
    }
    .product-detail-card {
        height: auto;
        margin-bottom: 10px;
    }
    .product-detail-card.double{
        height: auto;
    }
    .product-detail-card img {
        height: 150px;
        object-fit: cover;
        object-position: center center;
        border-radius: 12px;
        padding: 0;
    }

    .product-detail-card.double img {
        height: 150px;
        object-position: center center;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 24px;
        padding: 0;
    }

    .product-detail-card .position-relative{
        align-items: center;
    }

    .product-detail-card .content {
        position: unset;
        padding: 0;
    }
    .hardware-feature-center {
        display: flex;
        align-items: center;
    }

    .product-detail-card .card-title {
        margin-top: 5px;
        font-size: 15px;
        color: #222222;
    }

    .product-detail-card .card-description {
        margin-top: 5px;
        font-size: 14px;
        line-height: 2rem;
        color: #666666;
    }
    .product-detail-card .position-relative img{
        height: 150px;
    }
    .product-detail-card.double .position-relative img{
        height: 150px;
    }
    .detail-size-area {
        padding-bottom: 48px;
        padding-top: 0px;
    }

    .built-in-application-area {
        background-color: #FFFFFF;
        padding-bottom: 48px;
        padding-top: 0px;
    }

    .product-detail ul.description {
        padding-left: 12px;
    }

    .connection-method-area {
        background-color: #F1F2F6;
        padding-bottom: 48px;
        padding-top: 0px;
    }

    .connection-method-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 12px;
    }


    .detail-size {
        padding: 10px 20px 20px 20px;
        border-radius: 12px;
    }

    .detail-size .title {
        font-size: 14px;
        line-height: 100%;
        padding: 0 0 0 10px;
    }

    .detail-size .description {
        font-size: 14px;
        padding: 0 0 0 10px;
        margin-bottom: unset;
        line-height: 1.5;
    }
    .hardware-bottom-item {
        padding: 0;
        margin-left: 10px;
    }

    .detail-size .border-bottom {
        border-bottom: unset !important;
    }

    /*应用场景*/
    .banner-application-scenario {
    }

    .banner-application-scenario .banner-description h1 {
        margin-top: 0;
        font-size: 28px;
        padding: 6px 0 6px 0;
    }

    .banner-application-scenario .banner-description h5 {
        font-size: 14px;
        width: 55%;
        margin-top: 0;
    }

    .banner-application-scenario ul.scenarios {
        margin-top: 10px;
        font-size: 11px;
        line-height: 22px;
        color: #FFFFFF;

    }

    .banner-application-scenario ul.scenarios img {
        width: 10px;
        height: 10px;
        line-height: 10px;

    }

    .scenarios-area {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    .scenarios-title {
        font-weight: 400;
        font-size: 16px;
        height: 64px;
        color: #222222 !important;
    }

    .nav-tabs .nav-item {
        width: 100%;
    }
    .scenarios-area .nav-tabs .nav-link.active {
        color: #107FC8 !important;
        background-color: transparent;
        border: none;
    }

    .scenarios-area .nav-tabs .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #107FC8 !important;
    }

    .scenario-features-item {
        height: 550px;
    }

    .scenario-features-item img {
        object-fit: cover;
        object-position: right center;
        height: 380px;
        width: 100%;
        border-radius: 16px;
    }

    .scenario-intro {
        margin-top: 20px;
    }

    .scenario-intro h2 {


    }

    .scenario-intro h2 {
        margin-top: 20px;
        font-size: 22px;
    }

    .scenario-intro p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.5;
    }

    .scenario-features-item h3 {
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;

    }

    .scenario-features-item p {
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        margin-top: 12px;
        line-height: 20px;
        padding-bottom: 36px;
        letter-spacing: 0;

    }

    .scenario-detail-card {
        background-color: #F5F5F5;
        border-radius: 16px;
        margin-bottom: 40px;
    }

    .scenario-detail-card h2 {
        font-size: 16px;
        margin: 20px 0 5px 0;
        padding-left: 20px;
    }

    .scenario-detail-card p {
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
    }

    .icon-40{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .help-and-support-center {
        background-color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 24px;
    }
    .search-height{
        height: 48px;
    }
    .support-card {
        background-color: #F9F9F9;
        border-radius: 16px;
        height: 100%;
        padding: 5px 5px 10px 5px;
    }
    .support-card p {
        font-size: 14px;
        line-height: normal;
        margin: 10px 0 10px 0;
    }
    .support-card img {
        margin: 20px 0 10px 0;
    }

    .find-more {
        padding-top: 20px;
        padding-bottom: 48px;
    }
    .tool-and-resource-download {
        padding-top: 20px;
        padding-bottom: 48px;
    }
    .support-tab .mobile-nav-tabs{
        background-color: #F5F5F5;
    }
    .support-tab .mobile-nav-tabs .nav-tabs{
        border-bottom: unset;
    }
    .support-tab .mobile-nav-tabs .nav-tabs .nav-link{
        padding: 21px 2px 21px 2px;
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        width: 100%;
    }

    .tab-content .card-item {
        border-bottom: 1px solid #EFEFF1;
        padding: 10px 5px 10px 5px;
        margin: 0;
        border-radius: 4px;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0;
        color: #666666;
    }

    /*doc 样式*/
    .doc-title {
        padding-top: 5px;
        padding-bottom: 4px;
        border-bottom: 1px solid #EFEFF1;
    }
    .toc-title {
        font-size: 16px;
    }
    .toc-card .toc-item a{
        font-size: 14px;
    }
    .toc-card .toc-item{
        padding: 14px;
        font-size: 14px;
        border-bottom: 1px solid #EFEFF1;
    }
    .doc-content h1{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .doc-content h2{
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .doc-content p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 20px
    }
    #next-article {
        width: 120px;
        font-size: 14px;
        border-radius: 12px
    }

    #prev-article {
        font-size: 14px;
        width: 120px;
        border-radius: 12px
    }

}
