/* 检验检测页面样式 */
.ywtx_jyjc_cont .paragraph-base {

    
    color: #333333;
}

.ywtx_jyjc_cont .divider {
    width: 100%;
    height: 2px;
    background: #169cc0;
    margin-top: 30px;
}

.ywtx_jyjc_cont .title-section {
    display: flex;
    align-items: center;
     margin-top: 25px;
    margin-bottom: 25px;
}

.ywtx_jyjc_cont .title-section .large-number {
    color: #e5e5e5;
    

    display: block;
    margin-right: 20px;
}

.ywtx_jyjc_cont .title-section .main-title {
    color: #169cc0;
    

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
 .ywtx_jyjc_cont .title-section .main-title .strong 
   {
     margin-bottom: 6px;
 }

.ywtx_jyjc_cont .title-section .subtitle {
    color: #666666;
    

}

.ywtx_jyjc_cont .content-section {
    margin-bottom: 30px;
}

.ywtx_jyjc_cont .content-section .section-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ywtx_jyjc_cont .content-section .section-title .bullet-point {
    background: #169cc0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 18px;
}

.ywtx_jyjc_cont .content-section .section-title .title-text {
    color: #169cc0;
    

    font-weight: bold;
    /* margin-right: 60px; */
}

.ywtx_jyjc_cont .content-section .section-title .title-text.single {
    margin-right: 60px;
}

.ywtx_jyjc_cont .content-section .content-text {
    color: #666666;
     
    padding: 5px 20px;
}

.ywtx_jyjc_cont .content-section .process-text {
    color: #169cc0; 
}

.ywtx_jyjc_cont .content-section .audience-content {
    clear: both;
    width: 100%; 
    display: flex;
    align-items: center;
}

.ywtx_jyjc_cont .content-section .audience-text {
    color: #666666;
     
    display: block;
    width: 100%; 
    background: linear-gradient(0deg, #a7d9e7, #f3f3f3 260px); 
    line-height: 30px !important;

    padding: 8px 0 8px 20px;
    border-radius: 10px;
}

.ywtx_jyjc_cont .content-section .audience-text.short {
    background: linear-gradient(0deg, #a7d9e7, #f3f3f3 160px);
}

.ywtx_jyjc_cont .advantages-section .advantage-item {
    color: #666666;
    
    /* font-weight: bold; */
    margin: 0 0 12px 18px;
}

/* 细胞存储页面样式 */
.ywtx_jyjc_cont .card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ywtx_jyjc_cont .card-container {
    background-color: #fff;
    margin: 0 0 20px 0;
    border-radius: 6px;
    box-shadow: 1px 1px 5px #CCCCCC;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: stretch;
}

.ywtx_jyjc_cont .card-container.reverse-layout {
    grid-template-columns: 1fr auto;
}

.ywtx_jyjc_cont .card-container .card-image {
    border: 0;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.ywtx_jyjc_cont .card-container .card-content {
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: flex-start;
}

.ywtx_jyjc_cont .card-container:hover {
    box-shadow: 0 0 30px #ccc;
}

.ywtx_jyjc_cont .card-container .card-content .card-title {
    color: #169cc0;
    

}

.ywtx_jyjc_cont .clear-both {
    clear: both;
}

.ywtx_jyjc_cont .list-container {
    list-style: none;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.ywtx_jyjc_cont .list-container .list-item {
    width: 170px;
    text-align: center;
    flex: 1;
    margin-bottom: 20px;
}

.ywtx_jyjc_cont .list-container .list-item .list-item-text {
    color: #666666;
    

}

.ywtx_jyjc_cont .title-section .bullet-point {
    background: #169cc0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 18px;
}

.ywtx_jyjc_cont .notice-text {
    margin: 40px 0 64px 18px;

    
    color: #666666;
}

.ywtx_jyjc_cont .qa-section {
    width: 100%;
    display: flex;
    align-items: center;
}

.ywtx_jyjc_cont .qa-section .question {
    color: #169cc0;
    

    font-weight: bold;
    margin-top: 1px;
}

.ywtx_jyjc_cont .qa-section .answer {
    color: #666666;
    

    display: block;
    width: 100%;
    padding: 10px;
    background: linear-gradient(0deg, #a7d9e7, #f3f3f3 40px);
    padding-left: 16px;
}

.ywtx_jyjc_cont .qa-section .question-large {
    color: #169cc0;
    

    font-weight: bold;
    margin-right: 15px;
}

.ywtx_jyjc_cont .process-step {
    display: flex;
    align-items: center;
}

.ywtx_jyjc_cont .process-text {
    color: #333333;
     
}

.ywtx_jyjc_cont .process-step .step-bullet {
    background: #169cc0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.ywtx_jyjc_cont .process-step .process-title {
    margin-left: 25px;
    color: #333333;
    

}

.ywtx_jyjc_cont .process-step .process-divider {
    flex: 1;
    margin-left: 30px;
    border: 2px dashed #E6E6E6;
}

.ywtx_jyjc_cont .mb-36 {
    margin-bottom: 36px;
}

.ywtx_jyjc_cont .mb-45 {
    margin-bottom: 45px;
}

.ywtx_jyjc_cont .mr-0 {
    margin: 0;
}

.ywtx_jyjc_cont .mt-30 {
    margin-top: 30px;
}

.ywtx_jyjc_cont .inline-block {
    display: inline-block;
}

.ywtx_jyjc_cont .overflow-hidden {
    overflow: hidden;
}

.ywtx_jyjc_content_pc
{
display: block;
}
.ywtx_jyjc_content_pad
{
display: none;
 }


/* 响应式设计 */
@media screen and (max-width: 1400px) {
    .ywtx_jyjc_cont .content-section .section-title .title-text.single {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1250px) {
    .ywtx_jyjc_cont .content-section .section-title .title-text.single {
        margin-right: 20px;
    }
}


@media screen and (max-width: 1024px) {
    .ywtx_jyjc_cont .card-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .ywtx_jyjc_cont .title-section {
      margin-top: 25px;
    margin-bottom: 25px;
    }

    .ywtx_jyjc_cont .title-section .large-number {
        
        margin-right: 15px;
    }

    .ywtx_jyjc_cont .content-section {
        margin-bottom: 30px;
    }

    .ywtx_jyjc_cont .content-section .section-title {
        margin-bottom: 20px;
    }

    .ywtx_jyjc_cont .content-section .content-text {
        
        margin-left: 10px;
    }

    .ywtx_jyjc_cont .content-section .audience-text {
         
       
        line-height: 36px;
    }

    .ywtx_jyjc_cont .advantages-section .advantage-item {
        
        margin: 0 0 20px 10px;
    }

    .ywtx_jyjc_cont .card-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ywtx_jyjc_cont .card-container {
        grid-template-columns: 1fr;
    }

    .ywtx_jyjc_cont .card-container.reverse-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .ywtx_jyjc_cont .card-container .card-image_container {
        text-align: center;
    }

    .ywtx_jyjc_cont .card-container .card-image {
        width: 90%;
        object-fit: cover;
    }

    .ywtx_jyjc_cont .list-container {
        flex-direction: column;
    }

    .ywtx_jyjc_cont .list-container .list-item {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
        margin-bottom: 15px;
    }

    .ywtx_jyjc_cont .list-container .list-item>div {
        display: flex;
        align-items: center;
    }

    .ywtx_jyjc_cont .list-container .list-item .list-item-text {
        margin-left: 15px;
    }

    .ywtx_jyjc_content_pc
{
display: none;
}
.ywtx_jyjc_content_pad
{
display: block;
 }

}

 .ywtx_jyjc_cont .content-section p.content-text.process-text span {
          padding-right: 10px;
    }

@media screen and (max-width: 480px) {
    .ywtx_jyjc_cont .paragraph-base {
        
    }

    .ywtx_jyjc_cont .title-section {
        margin-bottom: 10px;
    }

    .ywtx_jyjc_cont .content-section .section-title {
        margin-bottom: 10px;
    }

    .ywtx_jyjc_cont .title-section .large-number {
        
        margin-right: 10px;
    }

    .ywtx_jyjc_cont .title-section .main-title {
        
    }

    .ywtx_jyjc_cont .content-section .section-title .bullet-point {
        margin-right: 10px;
    }

    .ywtx_jyjc_cont .content-section .section-title .title-text {
        
        margin-right: 10px;
    }

    .ywtx_jyjc_cont .content-section .section-title .title-text.single {
        margin-right: 15px;
    }

    .ywtx_jyjc_cont .content-section .content-text {
        
        margin-left: 5px;
    }

    .ywtx_jyjc_cont .content-section .audience-text {
        
        padding: 10px; 
        line-height: 28px;
    }

    .ywtx_jyjc_cont .advantages-section .advantage-item {
        
        margin: 0 0 15px 5px;
    }

    .ywtx_jyjc_cont .card-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}