/*------------------------------产品特点*/
.mxpro-section-overview-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 17px;
}

.mxpro-section-overview-text {
    margin: 40px 0 0;
    width: 500px;
    text-align: left;
    line-height: 1.7;
}

.mxpro-section-overview-text {
    color: #666;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .mxpro-section-overview-container {
        grid-template-columns: 1fr
    }

    .mxpro-section-overview-text {
        font-size: 10px;
        width: 360px;
    }
}


/*------------------------------四种扫描模式*/
.section-description-container {
    padding: 0.5rem 0;
}

.sf-cn-title h2 {
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    font-family: Noto Sans Hans;
    position: relative;
}

.mxpro-dos-title h4 {
    font-size: 22px;
    text-align: center;
    color: #999999;
    margin: 0.5rem 0 4rem 0;
}

.mxpro-content-padre {
    text-align: center;
    margin-bottom: 5rem;
}

.mxpro-model-four-content {
    position: relative;
    z-index: 3;
    height: 100%;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.mxpro-model-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 60px;
    height: 100%;
}

.mxpro-ml-wp-left {
    max-width: 50%;
    display: flex;
    align-items: center;
}

.mxpro-ml-wp-left video {
    border-radius: 1rem;
}

.mxpro-ml-wp-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.mxpro-ml-wp-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mxpro-ml-wp-right-zw {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mxpro-mlzw-title {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 1rem 0;
}

.mxpro-mlzw-text {
    font-size: 18px;
    color: #666;
    text-align: left;
    margin: 1rem 0 2rem 0;
    line-height: 1.6;
}

.mxpro-mlzw-table {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
}

.mxpro-table-row {
    display: flex;
    width: 100%;
}

.mxpro-header-row {
    background-color: #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}


.mxpro-content-row {
    position: relative;
}

.mxpro-table-cell {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
}

.mxpro-header-cell {
    padding: 18px 20px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.mxpro-tb-cell-color {
    color: #2680EA;
    font-weight: 600;
}

.mxpro-header-cell:first-child {
    border-right: 1px solid #B8B8B8;
}

.mxpro-content-cell {
    padding: 18px 16px;
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.mxpro-content-cell div {
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.mxpro-vertical-divider {
    width: 1px;
    background-color: #e5e7eb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.mxpro-content-cell:hover {
    background-color: #f9f9f9;
}

.mxpro-mlzw-notes {
    margin-top: 1rem;
    text-align: left;
    line-height: 1.5;
}

.mxpro-mlzw-notes p {
    font-size: 12px;
    color: #666;

}

.wrapper-reverse {
    flex-direction: row-reverse;
}

.mxpro-zwtext-fontweight {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .section-description-container {
        padding: 0.5rem 0;
    }

    .sf-cn-title h2 {
        font-size: 2.2rem;
        height: 60px;
    }

    .mxpro-dos-title h4 {
        font-size: 1.8rem;
        margin: 0.5rem 0 1.5rem 0;
    }

    .mxpro-model-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .mxpro-content-padre {
        margin-bottom: 2rem;
    }

    .mxpro-ml-wp-left {
        max-width: 100%;
    }

    .wrapper-reverse {
        flex-direction: column;
    }

    .mxpro-mlzw-title {
        font-size: 22px;
    }

    .mxpro-mlzw-text {
        font-size: 16px;
    }

    .mxpro-header-cell {
        padding: 14px 12px;
        font-size: 14px;
    }

    .mxpro-content-cell {
        padding: 14px 12px;
    }

    .mxpro-content-cell div {
        font-size: 12px;
    }
}


/*--------------------------------------体积精度*/

.r-padre-prm {
    text-align: center;
}

.r-padre-prm p {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #666666;
    font-family: Noto Sans Hans;
}

.r-padre-prm span {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 1rem 0 2rem 0;

}

.mxpro-table-center {
    margin: 3rem auto;
}

.r-padre-picture {
    margin: 2rem 0 2rem 0;
}

/*--------------------------------黑色背景*/
.saa {
    background: linear-gradient(180deg, #050505 0%, #1e1e1e 100%);
}


/*-------------------------------软件*/

.mxpro-software-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    margin: 2rem 0;
}

.mp-softs-image-itme img {
    width: 750px;
}

.mp-softs-phrase-itme p {
    margin-top: 20px;
    text-align: left;
    font-size: 1.15rem;
    max-width: 700px;
    color: #FFFFFF;
    line-height: 2;
}

.mp-softs-phrase-itme strong {
    font-size: 1.5rem;
}

.mxpro-soft-layout-tabs {
    display: flex;
    flex-direction: column;
}

.mxpro-soft-change-tabs {
    margin-bottom: 15px;
    cursor: pointer;
    color: #999;
    text-align: center;
    transition: color 0.3s;
    font-size: 24px;
    flex: 1;
}

.mxpro-soft-change-tabs.active {
    color: #fff;
    border-radius: 5px;
}

.mp-softs-image-itme,
.mp-softs-phrase-itme {
    display: none;
}

.mp-softs-image-itme.active,
.mp-softs-phrase-itme.active {
    display: block;
}

.mxpro-soft-change-tabs:active {
    color: #fff;
}

.mxpro-soft-change-tabs.active {
    color: #fff;
}

@media (max-width:768px) {
    .mxpro-software-content {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .mxpro-soft-layout-tabs {
        flex-direction: row;
    }
}


/*--------------------------------------样式额外切换*/
.first-bj-padding {
    padding-top: 3rem;
}

.color-pd-title {
    padding: 3rem 0 1rem 0;
}

.color-pd-title h2 {
    color: #fff;
}

.color-pd-text p {
    color: #999;
}

.color-pd-text span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}

.gpu-cp {
    display: flex;
    gap: 2rem;
    margin: 2rem 0 1rem 0;
}

.gpu-text {
    text-align: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: 500;
    padding: 2rem 0;
}

.r-padre-picture-notes {
    color: #D9D9D9;
    text-align: right;
}

.color-zw-atblack-title {
    color: #FFFFFF;
}

.color-zw-atblack-text {
    color: #999999;
}

.pd-bottom-last {
    padding: 0 0 5rem 0;
}

@media (max-width: 768px) {

    .color-pd-title {
        padding: 1.5rem 0 0.5rem 0;
    }

    .gpu-cp {
        flex-direction: column;
    }

    .gpu-text {
        font-size: 16px;
    }
}



/*--------------------------------案例*/
.myapp-swiper-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /*padding: 20px;*/
    overflow: hidden;
}

.myapp-swiper {
    position: relative;
}

.myapp-swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    cursor: grab;
    user-select: none;
}

.myapp-swiper-slide {
    flex: 0 0 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.myapp-swiper-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.myapp-slide-content {
    padding: 15px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.myapp-slide-content h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    flex-shrink: 0;
}

.myapp-slide-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    overflow: auto;
    flex-grow: 1;
}

.myapp-swiper-pagination {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.myapp-swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.myapp-swiper-pagination-bullet.active {
    background: #333;
    transform: scale(1.2);
}

.myapp-swiper-wrapper.grabbing {
    cursor: grabbing;
    transition: none;
}

@media (max-width: 768px) {
    .myapp-swiper-slide {
        flex: 0 0 100%;
        padding: 10px;
        height: 450px;
    }

    .myapp-swiper-slide img {
        height: 200px;
    }

    .myapp-slide-content {
        padding: 12px;
    }

    .myapp-slide-content h3 {
        font-size: 16px;
    }

    .myapp-slide-content p {
        font-size: 13px;
    }
}


/*-----------------------------------------------------------------------MetroX vs. MetroX Pro*/

.my-table-container {
    width: 100%;
    overflow-x: auto;
    position: relative;
    border: 1px solid #EDEBEB;
    background: #fff;
}

.my-table-container-wrapper {
    width: 100%;
}

.my-table-container-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.td-header {
    position: sticky;
    left: 0;
    width: 344px;
    min-width: 344px;
    font-weight: 500;
    color: #494949;
    background-color: #f4f4f4;
    border: 1px solid #EDEBEB !important;
    z-index: 1;
}

.my-table-container-wrapper td:not(.td-header) {
    background-color: #fff;
    border: 1px solid #EDEBEB;
    line-height: 1.8;
}

.my-table-container-wrapper td {
    font-size: 16px;
    color: #666666;
    text-align: left;
    height: 100%;
    vertical-align: middle;
    padding: 12px 16px;
}

.td-name-wrapper {
    text-align: center !important;
}

.td-name-wrapper img {
    display: block;
    margin: 8px auto 0;
    max-width: 100%;
    height: auto;
}

a:not([href]) {
    cursor: not-allowed !important;
    color: #999;
    text-decoration: none;
}

@media (max-width: 768px) {
    .td-header {
        width: 200px;
        min-width: 180px;
    }

    .my-table-container-wrapper td:not(.td-header) {
        min-width: 200px;
    }

    .my-table-container-wrapper td {
        font-size: 14px;
        padding: 8px 12px;
    }
}