@media screen and (max-width: 1450px) {
    .second-section .container-main {
        width: 90%;
    }

    .source .list {
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        margin-top: 70px;
    }

    .source .list .item {
        width: calc((100% - 40px) / 3);
        margin: 0;
        margin-bottom: 20px;
    }

    .source .list .item:nth-child(3n + 2) {
        margin-left: 20px;
        margin-right: 20px;
    }

    .source .list a {
        width: 100%;
    }

    .product-page .softer-hardware .top-content-area {
        padding-left: calc((100vw / 1920) * 160);
        padding-right: calc((100vw / 1920) * 160);
    }

    .new-footer-form {
        padding-left: 8%;
        padding-right: 8%;
    }

    .board-table tbody tr td:nth-child(2) {
        min-width: auto;
    }
}

@media screen and (max-width: 1230px) {
    .second-section .product-area .product-list .left .item {
        width: calc((100% - 40px) / 2);
    }

    .second-section .product-area .product-list {
        align-items: flex-start;
    }

    .second-section .product-area .product-list .big {
        width: calc((100% - 40px) / 3);
    }

    .second-section .product-area .product-list .big a {
        padding: 70px 20px;
    }

    .second-section .product-area .product-list .big .middle {
        margin-top: 40px;
    }

    .logo-wall {
        padding: calc((100vw / 1920) * 120) 60px;
    }

    .application-two-page .recommend-chip .chip-list,
    .new-applications-page .chip-solution .chip-list {
        margin-top: 30px;
    }

    .application-two-page .recommend-chip .chip-list .item,
    .new-applications-page .chip-solution .chip-list .item {
        width: calc((100% - 60px) / 3);
        margin-bottom: 20px;
    }

    .application-two-page .recommend-chip .chip-list .item:nth-child(4n + 3),
    .new-applications-page .chip-solution .chip-list .item:nth-child(4n + 3) {
        margin-right: 0;
    }

    .application-two-page .recommend-chip .chip-list .item:nth-child(4n + 4),
    .new-applications-page .chip-solution .chip-list .item:nth-child(4n + 4) {
        margin-right: 20px;
    }

    .product-page .chip-area .table-content {
        overflow: auto;
    }

    .product-page .chip-area .table-content table {
        min-width: 1220px;
    }

    .product-page .product-description {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .application-two-page .product-description {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .application-two-page .application-description .text {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .application-two-page .feature {
        padding-left: 100px;
        padding-right: 100px;
    }

}

@media screen and (max-width: 1200px) {
    .common-banner .banner-swiper {
        margin-top: 70px;
    }

    .product-page .softer-hardware .board .board-list .item {
        flex-direction: column;
    }

    .product-description .title .label p{
        width: 100%;
        font-size: 22px;
    }

    .product-page .softer-hardware .board .board-list .item .image {
        width: 100%;
        height: 200px;
    }

    .product-page .softer-hardware .board .board-list .item .text {
        margin-top: 20px;
    }

    .product-page .softer-hardware .board .board-list .item .text {
        margin-left: 0;
    }

    .blog-page .new-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-detail-page .top-container {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1070px) {
    .advance-notice .notice-list {
        flex-direction: column;
    }

    .product-description .title .label p{
        width: 100%;
        font-size: 20px;
    }
    

    .advance-notice .notice-list .item {
        width: 100%;
        max-width: 100%;
    }

    .advance-notice .notice-list .item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .advance-notice .notice-list .item a .text {
        flex: 1;
        width: auto;
    }

    .advance-notice .notice-list .item .image {
        display: block;
        width: calc((100vw / 1920) * 550);
    }

    .advance-notice .notice-list .item .image img {
        transform: translateX(0);
    }

    .advance-notice .notice-list .item .bottom .s-image {
        display: none;
    }

    .product-page .softer-hardware .top-content .description {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 992px) {
    .second-section .scheme .description {
        width: 95%;
    }

    .product-description .title .label p{
        width: 100%;
        font-size: 16px;
    }


    .second-section .product-area .product-list {
        flex-direction: column;
    }

    .second-section .product-area .product-list .left {
        justify-content: space-between;
        width: 100%;
    }

    .second-section .product-area .product-list .left .item {
        width: calc((100% - 20px) / 2);
        margin-right: 0;
    }

    .second-section .product-area .product-list .big {
        width: 100%;
    }

    .new-applications-page .logo-wall .logo-list.reset {
        gap: clamp(10px, calc((100vw / 1920)* var(--gap)), calc(var(--gap) * 1px));
        grid-template-columns: repeat(2, 1fr);
    }

    .source .list {
        justify-content: space-between;
    }

    .source .list .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .source .list .item:nth-child(3n + 2) {
        margin: 0;
        margin-bottom: 20px;
    }

    .source .description {
        width: 95%;
    }

    .advance-notice {
        padding: 50px 5%;
    }

    .advance-notice .notice-list .item a .text {
        margin-top: 10px;
    }

    .recent-news {
        padding: 50px 5%;
    }

    .recent-news .new-top .left {
        width: 100%;
    }

    .recent-news .new-top .image {
        width: 100%;
    }

    .recent-news .new-top .left .bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 20px;
    }

    .recent-news .new-top .left .bottom .time {
        align-self: flex-end;
    }

    .recent-news .new-top .left .bottom .learn-btn {
        margin-top: 10px;
    }

    .recent-news .new-list {
        flex-direction: column;
    }

    .recent-news .new-list .item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .recent-news .new-list .item {
        width: 100%;
    }

    .recent-news .new-list .item .left {
        padding: 5px;
    }

    .application-two-page .recommend-chip .chip-list,
    .new-applications-page .chip-solution .chip-list {
        justify-content: space-between;
    }

    .application-two-page .recommend-chip .chip-list .item,
    .new-applications-page .chip-solution .chip-list .item {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
        margin-right: 0;
    }

    .application-two-page .recommend-chip .chip-list .item:nth-child(4n + 3),
    .new-applications-page .chip-solution .chip-list .item:nth-child(4n + 3) {
        margin-right: 0;
    }

    .application-two-page .recommend-chip .chip-list .item:nth-child(4n + 4),
    .new-applications-page .chip-solution .chip-list .item:nth-child(4n + 4) {
        margin-right: 0;
    }

    .application-two-page .recommend-chip .chip-list .item .image,
    .new-applications-page .chip-solution .chip-list .item .image {
        height: calc((100vw / 1920) * 300);
    }

    .industry-trends .industry-list {
        margin-top: 30px;
    }

    .industry-trends .industry-list .item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    .industry-trends .industry-list .item:not(:last-child) {
        margin-bottom: 30px;
    }

    .industry-trends .industry-list .item:nth-child(3n + 2) {
        margin-right: 0;
    }

    .industry-trends .industry-list .item:nth-child(3n + 3) {
        margin-right: 20px;
    }

    .product-page .product-description {
        padding: 50px 5%;
        padding-bottom: 80px;
    }

    .product-page .product-description .text {
        width: 100%;
    }

    .product-page .chip-area {
        padding: 0 5%;
    }

    .product-page .softer-hardware {
        padding: 50px 0;
        padding-bottom: 0;
    }

    .product-page .softer-hardware .top-content {
        margin-top: 30px;
    }

    .product-page .softer-hardware .top-content .b-title {
        margin-top: 20px;
    }

    .product-page .softer-hardware .top-content-area {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 70px;
    }

    .product-page .softer-hardware .download-area {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 30px;
        margin-top: 30px;
    }

    .product-page .softer-hardware .sdk-list {
        padding-bottom: 20px;
    }

    .product-page .softer-hardware .sdk-list .table-content tbody td {
        height: 65px;
    }

    .product-page .softer-hardware .download-area .text {
        width: 100%;
        max-width: 100%;
    }

    .product-page .softer-hardware .download-area .download-list {
        margin-top: 20px;
    }

    .product-page .softer-hardware .sdk-list {
        padding-left: 5%;
        padding-right: 5%;
    }

    .application-two-page .feature {
        padding-left: 5%;
        padding-right: 5%;
    }

    .application-two-page .feature .feature-list {
        justify-content: space-between;
    }

    .application-two-page .feature .feature-list .item {
        width: calc((100% - 30px) / 2);
    }

    .application-two-page .feature .feature-list .item:not(:nth-child(3n + 3)) {
        margin-right: 0;
    }

    .application-two-page .resource .supplement-list .item {
        width: calc((100% - 60px) / 3);
    }

    .application-two-page .resource .supplement-list .item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .application-two-page .resource .supplement-list .item:nth-child(3n + 4) {
        margin-right: 30px;
    }

    .application-two-page .feature .feature-list .item .icon {
        width: 50px;
        height: 50px;
    }

    .application-two-page .application-description .text {
        padding-left: 0;
        padding-right: 0;
    }

    .product-page .softer-hardware .board .board-list .item {
        padding: 20px;
    }

    .recent-news .new-top a {
        max-height: 100%;
    }

    .new-footer-form {
        padding-left: 5%;
        padding-right: 5%;
    }

    .blog-page .new-top .left .bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 20px;
    }

    .blog-page .main-container {
        padding: 50px 5%;
    }

    .blog-page .new-top .left .bottom .time {
        align-self: flex-end;
    }

    .blog-page .new-top .left .bottom .learn-btn {
        margin-top: 20px;
    }

    .blog-page .new-top {
        margin-top: 50px;
    }

    .common-banner .banner-swiper .more-btn a {
        display: inline-block;
        width: auto;
    }

    .common-banner .banner-swiper .description {
        margin-top: calc(100vw / 1920 * 20);
    }
}

@media screen and (max-width: 768px) {
    .second-section .product-area .product-list .left .item {
        width: 100%;
        margin-right: 0;
    }

    .product-description .title .label p{
        width: 100%;
        font-size: 12px;
    }


    .scheme-list .item {
        width: 100%;
    }

    .source .list .item {
        width: 100%;
    }

    .advance-notice .notice-list .item a {
        flex-direction: column-reverse;
    }

    .advance-notice .notice-list .item .image {
        width: 100%;
        padding-left: 0;
    }

    .advance-notice .notice-list .item .image img {
        width: 100%;
    }

    .recent-news .new-top a {
        max-height: 100%;
        flex-direction: column-reverse;
    }

    .recent-news .new-list .item a {
        flex-direction: column-reverse;
    }

    .recent-news .new-list .item .image {
        width: 100%;
    }

    .recent-news .new-list .item .left {
        margin-right: 0;
        margin-top: 20px;
    }

    .recent-news .new-list .item .time {
        margin-top: 5px;
        text-align: right;
    }

    .application-two-page .recommend-chip .chip-list .item,
    .new-applications-page .chip-solution .chip-list .item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .application-two-page .recommend-chip .chip-list .item:last-child,
    .new-applications-page .chip-solution .chip-list .item:last-child {
        margin-bottom: 0;
    }

    .industry-trends .industry-list .item {
        width: 100%;
    }

    .product-description .product-description-content {
        padding: 0;
    }

    .new-applications-page .application-description {
        padding: 50px 5%;
    }

    .new-applications-page .logo-wall {
        padding: 50px 5%;
    }

    .company-container .main-thin {
        padding: 50px 5%;
    }

    .new-applications-page .logo-wall .logo-list {
        justify-content: space-between;
        gap: 20px;
    }

    .new-applications-page .logo-wall .logo-list .item {
        width: calc((100% - 20px) / 2);
    }

    .new-applications-page .chip-solution {
        padding: 50px 5%;
    }

    .application-two-page .recommend-chip .chip-list .item .image,
    .new-applications-page .chip-solution .chip-list .item .image {
        height: 200px;
    }

    .application-two-page .recommend-chip .chip-list .item .text,
    .new-applications-page .chip-solution .chip-list .item .text {
        padding: 10px;
    }

    .new-applications-page .industry-trends {
        padding: 50px 5%;
    }

    .new-applications-page .industry-trends .industry-list .item {
        margin-right: 0;
    }

    .new-applications-page .industry-trends .industry-list .item .image {
        height: 200px;
    }

    .new-applications-page .industry-trends .industry-list .item .text {
        padding: 10px;
    }

    .new-applications-page .industry-trends .industry-list .item .time {
        text-align: right;
    }

    .top-nav-bar {
        padding-left: 0;
    }

    .product-page .softer-hardware .top-content .description {
        padding-left: 0;
        padding-right: 0;
    }

    .product-page .softer-hardware .download-area .download-list {
        flex-wrap: wrap;
        width: 100%;
    }

    .product-page .softer-hardware .download-area .download-list .item {
        width: 100%;
    }

    .product-page .softer-hardware .download-area .download-list .item:not(:nth-child(3n + 1)) {
        margin-left: 0;
    }

    .product-page .softer-hardware .download-area .download-list .item:not(:first-child) {
        margin-top: 20px;
    }

    .application-two-page .application-description {
        padding: 50px 5%;
    }

    .application-two-page .application-description .text {
        margin-top: 20px;
    }

    .application-two-page .feature {
        padding: 50px 5%;
    }

    .application-two-page .feature .feature-list {
        margin-top: 30px;
    }

    .application-two-page .feature .feature-list .item {
        width: 100%;
    }

    .application-two-page .recommend-chip {
        padding: 50px 5%;
    }

    .application-two-page .recommend-chip .recommend-list {
        flex-direction: column;
        margin-top: 30px;
    }

    .application-two-page .recommend-chip .recommend-list .item {
        width: 100%;
    }

    .application-two-page .recommend-chip .recommend-list .item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .application-two-page .recommend-chip .recommend-list .item .image {
        height: 200px;
    }

    .application-two-page .recommend-chip .recommend-list .item .text {
        padding: 10px;
    }

    .application-two-page .resource .resource-main {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 30px;
    }

    .application-two-page .resource .parts-list .table-content table tbody tr {
        height: 70px;
    }

    .application-two-page .resource .supplement-list .item .bottom {
        margin-top: 10px;
    }

    .application-two-page .resource .parts-list {
        flex-direction: column;
    }

    .application-two-page .resource .parts-list .parts-image {
        width: 100%;
        height: auto;
    }

    .application-two-page .resource .parts-list .table-content {
        margin-left: 0;
    }

    .application-two-page .resource .parts-list .parts-image img {
        width: 200px;
    }

    .application-two-page .resource .supplement-list .item {
        width: 100%;
        margin-right: 0;
    }

    .application-two-page .resource .supplement-list .item:nth-child(3n + 4) {
        margin-right: 0;
    }

    .application-two-page .resource .supplement-list .item a {
        padding: 10px;
    }

    .application-two-page .resource .supplement-list .item .icon {
        width: 50px;
        height: 50px;
    }

    .application-two-page .resource {
        padding: 50px 0;
        padding-bottom: 0;
    }

    .common-banner .banner-swiper .swiper-slide {
        padding: 20px 5%;
    }

    .common-banner .banner-swiper .left-text {
        width: 100%;
        max-width: 100%;
    }

    .new-applications-page .scene {
        position: relative;
        padding: 50px 5%;
    }

    .new-applications-page .scene .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .new-applications-page .scene .top {
        position: relative;
        top: auto;
        left: auto;
        z-index: 2;
        margin-bottom: 20px;
    }

    .new-applications-page .scene .item {
        position: relative;
        left: auto;
        top: auto;
        z-index: 2;
        justify-content: space-between;
        width: 50%;
        padding: 10px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .new-applications-page .scene .item .icon {
        width: 40px;
        height: 40px;
    }

    .new-applications-page .scene .item p {
        font-size: 16px;
    }

    .product-page .softer-hardware .board .board-list {
        flex-direction: column;
    }

    .product-page .softer-hardware .board {
        padding: 0 5%;
    }

    .product-page .softer-hardware .board .board-list .item {
        width: 100%;
    }

    .product-page .softer-hardware .board .board-list .item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .product-page .softer-hardware .board .board-list .item .text .btn {
        margin-top: 20px;
        text-align: right;
    }

    .product-page .softer-hardware .board .reference .reference-btn a {
        width: 90%;
    }

    .bottom-nav-bar {
        padding-left: 5%;
    }

    .new-footer-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .new-footer-form .footer-content {
        flex-direction: column-reverse;
    }

    .new-footer-form .footer-content .form {
        width: 100%;
    }

    .new-footer-form .footer-content .left {
        width: 100%;
    }

    .new-footer {
        padding: 0 5%;
    }

    .new-footer .top {
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .new-footer .bottom {
        flex-direction: column;
        padding-top: 30px;
    }

    .new-footer .bottom .right {
        margin-top: 10px;
    }

    .product-description .product-description-content {
        width: 100%;
    }

    .top-nav-bar span {
        margin: 0 10px;
    }

    .source {
        padding-bottom: 50px;
    }

    .advance-notice .notice-list .item {
        max-width: 100%;
    }

    .application-description .kuang-tu img {
        width: 90%;
    }

    .blog-page .new-top {
        height: auto;
    }

    .blog-page .new-top a {
        max-height: 100%;
        flex-direction: column-reverse;
    }

    .blog-page .new-top .left,
    .blog-page .new-top .image {
        width: 100%;
    }

    .blog-page .new-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-page .condition .year-select {
        width: 100%;
    }

    .blog-detail-page .top-container .top-main {
        padding-left: 5%;
        padding-right: 5%;
    }

    .blog-detail-page .blog-detail-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .blog-detail-page {
        padding-bottom: 50%;
    }

    .blog-detail-page .top-container .top-main .bottom-message {
        padding: 20px 0;
        margin-top: 40px;
    }

    .blog-detail-page .top-container .top-main .title {
        font-size: 34px;
    }


    .blog-detail-page .top-container .top-main-content .time-function-btn {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
        margin-top: 0;
    }

    .new-applications-page .logo-wall .logo-list.reset {
        gap: clamp(10px, calc((100vw / 1920)* var(--gap)), calc(var(--gap) * 1px));
        grid-template-columns: repeat(1, 1fr);
    }

    .new-applications-page .scene.reset {
        padding: 0;
    }

    .new-applications-page .scene.reset .top {
        margin-bottom: 0;
    }

    .new-applications-page .scene.reset .content .bg {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
}