.ydModel {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #d9e0ea
}

.ydModel p {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 312px;
}
.pdmsBannerSkin,.tcmsBannerSkin,.cpmsBannerSkin{
    background: url(../../assets/product/product_common.png) no-repeat;
    height: 322px;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.productIntroCon {
    width: 1100px;
    overflow: hidden;
    margin: 20px auto 0
}
.productBannerCon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.productBannerConFont{
    position: relative;
    display: inline-block;
}
.productBannerConFont::before{
    position: absolute;
    content: '';
    display: block;
    top: 12px;
    left: -126px;
    width: 100px;
    height: 4px;
    background: linear-gradient(
        90deg,
        rgba(25, 177, 164, 0.1) 0%,
        rgba(25, 177, 164, 0.5) 50%,
        rgba(25, 177, 164, 0.9) 70%,
        #36d7c8 100%
    );
    box-shadow: 0 2px 8px rgba(25, 177, 164, 0.3);
    border-radius: 2px;
}
.productBannerConFont::after{ 
    position: absolute;
    content: '';
    display: block;
    top: 12px;
    right: -126px;
    width: 100px;
    height: 4px;
    background: linear-gradient(
        90deg,
        #36d7c8 0%,
        rgba(25, 177, 164, 0.9) 30%,
        rgba(25, 177, 164, 0.5) 50%,
        rgba(25, 177, 164, 0.1) 100%
    );
    box-shadow: 0 2px 8px rgba(25, 177, 164, 0.3);
    border-radius: 2px;
}
.productLogoSkin{
   margin-top: 75px;
}
.databaseModel{
    text-align: center;
}
.productIntroCon{
   position: relative;
}
.productIntroConTitle{
    /* display: flex;
    justify-content: center; */
    text-align: center;
    position: relative;
}
.colorCommon{
    color: #19b1a4;
}
.fs32{
    font-size: 32px;
}
.fw{
    font-weight: bold;
}
.fs18{
   font-size: 18px;
}
.fs34{
    font-size: 34px;
}
.mb50{
    margin-bottom: 50px;
}

/* productIntrDetail 布局样式 */
.productIntrDetail {
    width: 100%;
    position: relative;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 80px;
    width: 100%;
    box-sizing: border-box;
  }
  .detail-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 60px;
    width: 100%;
    box-sizing: border-box;
  }
  .detail-grid-3-cpims .detail-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px;
    border: 1px dashed #19b1a4;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
 
  }
  .detail-grid-3-cpims .item-desc{
    color: #19b1a4;
  }
  .detail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 20px 20px;
    border: 1px dashed #19b1a4;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .detail-item:hover {
    border-color: #36d7c8;
    box-shadow: 0 8px 16px rgba(25, 177, 164, 0.15);
    transform: translateY(-2px);
  }
  .item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f0f9f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px dashed #19b1a4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .item-icon-font{
    width: 134px;
    height: 33px;
    border-radius: 17px;
    background-color: #f0f9f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px dashed #19b1a4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #52ACA2;
  }
  .detail-item:hover .item-icon {
    background-color: #e6f5f3;
    border-color: #36d7c8;
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(25, 177, 164, 0.2);
  }
  .item-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  .item-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }
/* 规则自定义单独一行容器 */
.detail-custom-rule {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin-top: 80px;

}
.detail-custom-rule .detail-item {
    width: 100%;
}
.fs20{
    font-size: 20px;
}

/* detail-grid-2-logo-left 样式 - 两行两列卡片布局 */
.detail-grid-2-logo-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px 126px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.detail-grid-2-logo-left .card-item {
    display: flex;
    align-items: center;
    height: 120px;
    justify-content: center;
    border: 1px dashed #19b1a4;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    gap: 20px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.detail-grid-2-logo-left .card-item:hover {
    border-color: #36d7c8;
    box-shadow: 0 4px 12px rgba(25, 177, 164, 0.2);
     transform: translateY(-2px);
}
 .detail-grid-2-logo-left .card-item:hover .card-icon {
    transform:  scale(1.05);
    box-shadow: 0 4px 12px rgba(25, 177, 164, 0.2);
  }

.detail-grid-2-logo-left .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f0f9f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #19b1a4;
    overflow: hidden;
    flex-shrink: 0;
    position: absolute;
    top: 28px;
    left: -30px;
    z-index: 1;
    transition: all 0.3s ease;
}



.detail-grid-2-logo-left .card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.detail-grid-2-logo-left .card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-grid-2-logo-left .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #19b1a4;
}

.detail-grid-2-logo-left .card-desc {
    font-size: 14px;
    color: #666;
}
.mt24{
    margin-top: 24px;
}
.mt12{
    margin-top: 12px;
}
.mt50{
    margin-top: 50px;
}
.fs14{
    font-size: 14px;
}
.mb55{
    margin-bottom: 55px;
}
.mb80{
    margin-bottom: 80px;
}
.flex-center{
    display: flex;
    justify-content:space-between;
}
.productIntroConFontDesc{
    width: 800px;
    font-size: 12px;
    margin:0 auto;
}
.detail-grid-3,.detail-grid-3-cpims{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 60px;
    width: 100%;
    box-sizing: border-box;
}

.detail-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    align-items: start;
}



.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.process-card {
    width: 170px;
    height: 175px;
    background-color: #19b1a4;
    border-radius: 12px;
    color: white;
    text-align: center;
    position: relative;
    /* box-shadow: 0 4px 12px rgba(25, 177, 164, 0.3); */
    transition: all 0.3s ease;
    cursor: pointer;
}
.process-step:not(:last-child) .process-card::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #19b1a4;
}


.process-card:hover {
    transform: translateY(-5px);
   
}

/* RPRC 功能模块布局 */
.rprc-feature-container {
    position: relative;
    border: 1px dashed #19b1a4;
    border-radius: 12px;
    padding: 80px 40px;
    margin: 40px auto;
    width: 1020px;
   

}

.rprc-feature-container::before {
    content: 'RPRC';
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #19b1a4;
    border: 1px dashed #19b1a4;
    border-radius: 29px;
    width: 176px;
    height: 58px;
    font-size:27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rprc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 30px 30px;
    justify-items: center;
    align-items: center;
    position: relative;
}

.rprc-feature-item {
    position: relative;
    width: 200px;
    z-index: 2;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.rprc-feature-item:hover {
    box-shadow: 0 4px 16px rgba(25, 177, 164, 0.15);
    transform: translateY(-5px);
}

/* 移除特殊定位，让项目按照顺序自然排列 */

.rprc-feature-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin: 0 auto;
}


.rprc-feature-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.rprc-feature-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rprc-feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* CPMP 功能模块布局样式 */
.cpmp-feature-container {
    position: relative;
    border: 1px dashed #19b1a4;
    border-radius: 12px;
    padding: 80px 40px;
    margin: 40px auto;
    width: 1020px;
}

.cpmp-feature-container::before {
    content: 'CPMP';
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #19b1a4;
    border: 1px dashed #19b1a4;
    border-radius: 29px;
    width: 176px;
    height: 58px;
    font-size:27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpmp-feature-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    gap: 30px;
}

.cpmp-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    padding: 20px;
    cursor: pointer;
}

.cpmp-feature-icon {
    width: 120px;
    height: 120px;
    border: 1px dashed #19b1a4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.cpmp-feature-icon:hover {
    border-color: #0f8c80;
    box-shadow: 0 0 10px rgba(25, 177, 164, 0.2);
}

.cpmp-feature-icon img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.cpmp-feature-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.cpmp-feature-item:hover .cpmp-feature-title {
    color: #19b1a4;
}

.process-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    border: 1px dashed #19b1a4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.process-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.process-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -10px;
    color: white;
}

.process-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #f0f9f8;
    padding: 20px;
}
.flex-center-colunm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* CPMP 功能模块布局样式 */



/* MTM 功能模块布局样式 */
.mtm-feature-container {
    position: relative;
    border-radius: 12px;
    margin: 40px auto;
    width: 1020px;
}

.mtm-feature-container::before {
    content: 'MTM';
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #19b1a4;
    border: 1px dashed #19b1a4;
    border-radius: 29px;
    width: 176px;
    height: 58px;
    font-size:27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
