﻿.medList{
    list-style: none;
    margin: .2rem -.2rem;
}
.medList li{
    width: 33.33%;
    padding: 0 .2rem;
    margin-bottom: .3rem;
}
.medLink{
    display: block;
}
.medImg{
    padding-bottom: 56.57%;
    margin-bottom: .15rem;
    border-radius: 6px;
    overflow: hidden;
}
.medTit{
    color: #333333;
    line-height: 1.5;
    margin: .15rem 0 .06rem;
    font-weight: normal;
    transition: all .3s;
}
.medLine{
    display: block;
    width: 36px;
    height: 1px;
    background-color: #E8E8E8;
    margin: .06rem auto .1rem;
    transition: all .3s;
}
.medCon{
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    max-height: 5.4em;
    -webkit-line-clamp: 3;
    margin: .1rem 0;
    overflow: hidden;
}
.medLink:hover .medImg .imgBg{
    transform: scale(1.05);
}
.medLink:hover .medTit{
    color: var(--baseColor);
}
.medLink:hover .medLine{
    background-color: var(--baseColor);
    transform: scaleX(1.2);
}

.medH4{
    color: #000000;
    line-height: 1.1;
    margin: .3rem 0;
}
.medH4 + .caseList li:first-child a{
    padding-top: 0;
}
.treatIntro{
    margin: .3rem 0 .4rem;
}
.treatImg{
    position: relative;
    float: left;
    float: right;
    max-width: 44.32%;
    margin-left: .3rem;
}
.treatImg img{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.treatText{
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    overflow: hidden;
}
.treatText strong{
    color: var(--baseColor);
}
.advantageList{
    list-style: none;
    margin: .3rem 0;
    margin-bottom: -.3rem;
}
.advantageList li{
    width: 48%;
    max-width: 410px;
    margin-bottom: .3rem;
}
.advItem{
    padding: .2rem;
    height: 100%;
    border: 1px solid #D8D8D8;
    transition: all .3s;
}
.advIco{
    flex-shrink: 0;
    width: 46px;
    height: 40px;
    max-width: .5rem;
    max-height: .5rem;
    margin-right: .2rem;
}
.advText{
    flex: auto;
    overflow: hidden;;
}
.advItem:hover{
    border-color: var(--baseColor);
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.advItem:hover .advIco img{
    animation: pulse 1s linear 1;
}
.videoList li{
    width: 48%;
    max-width: 410px;
    margin-bottom: .2rem;
}
.videoLink{
     cursor: pointer;
}
.videoImg{
    padding-bottom: 60.98%;
    border-radius: 5px;
}
.videoTit{
    font-size: 14px;
    line-height: 2;
    color: #666666;
    font-weight: normal;
    padding: .1rem 0;
}
.videoLink:hover .imgBg{
    transform: scale(1.1);
}
.videoLink:hover .videoTit{
    color: var(--baseColor);
}
.symptom{
    margin: .3rem -.15rem;
}
.symptom li{
    padding: 0 .15rem;
    margin-bottom: .2rem;
}
.symptom li span,
.symptom li a{
    display: block;
    color: #666666;
    line-height: 20px;
    padding: .2rem .3rem;
    border: 1px solid #D8D8D8;
    border-radius: calc(10px + .2rem);
    transition: all .4s;
}
.symptom li span:hover,
.symptom li a:hover{
    color: #FFFFFF;
    background-color: var(--baseColor);
    border-color: var(--baseColor);
}
/* faq */
.faqList{
    margin: .3rem 0;
}
.faqList li{
    margin-bottom: .2rem;
}
.faqItem{
    padding: .1rem .2rem;
    border: 1px solid #D8D8D8;
}
.faqTit{
    font-size: 14px;
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    margin: .1rem 0;
    padding-left: 20px;
    background: url(../image/faqIco1.webp) left center no-repeat;
    font-weight: normal;
    transition: all .3s;
}
.faqText{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin: .1rem 0;
    padding-left: 20px;
    background: url(../image/faqIco2.webp) left 5px no-repeat;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.faqCon,
.faqSee{
    display: inline;
}
.faqSee{
    color: var(--baseColor);
    font-weight: bold;
    cursor: pointer;
}
.faqItem:hover .faqTit{
    color: var(--baseColor);
}
/* case */
.caseList{
    margin: 0 0 .3rem;
}
.caseList li{
    border-bottom: 1px solid #EAEAEA;
}
.caseLink{
    display: block;
    padding: .3rem 0;
    overflow: hidden;
}
.caseImg{
    float: left;
    width: 32.8%;
    max-width: 280px;
    height: 164px;
    margin-right: .4rem;
    border-radius: 4px;
    overflow: hidden;
}
.caseImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.caseText{
    padding-bottom: 1px;
    overflow: hidden;
}
.caseTit{
    font-size: 14px;
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
    margin: .1rem 0;
    font-weight: normal;
}
.caseTit span{
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 35px);
}
.caseTit .equipIco{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.caseCon{
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
    margin: .1rem 0 .15rem;
    -webkit-line-clamp: 2;
    height: 3.4em;
}
.caseLink:hover .caseImg img{
    transform: scale(1.1);
}
.caseLink:hover .caseTit{
    color: var(--baseColor);
}
.caseLink:hover .equipIco{
    background-image: url(../image/equipIco2.webp);
}
.medSerSwiper{
    margin: .3rem 0 .6rem;
}
.medSerSwiper .swiper-pagination{
    display: none;
}
.medSerLink{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 2.08rem;
    font-size: 14px;
    color: #333333;
    line-height: 2;
    padding: .3rem .15rem;
    background-color: #FFFFFF;
}
.medSerIco{
    width: 62px;
    height: 62px;
    max-width: .7rem;
    max-height: .7rem;
    margin: 0 auto .2rem;
}
.medSerLink:hover{
    color: var(--baseColor);
}
.medSerLink:hover .medSerIco img{
    animation: pulse 1s linear;
}
/* read */
.readList{
    list-style: none;
    margin: .3rem 0;
}
.readList li{
    margin-bottom: .2rem;
}
.readLink{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding: .2rem;
    border: 1px solid #D8D8D8;
    transition: all .3s;
}
.readImg{
    float: left;
    width: 132px;
    height: 77px;
    max-width: 36%;
    margin-right: .2rem;
    border-radius: 5px;
    overflow: hidden;
}
.readImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.readRight{
    overflow: hidden;
}
.readText{
    flex: auto;
    width: 510px;
    max-width: 80%;
    overflow: hidden;
}
.readTit{
    font-size: 14px;
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    font-weight: normal;
    transition: all .3s;
}
.readCon{
    height: 48px;
    -webkit-line-clamp: 2;
}
.readTime{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 10px;
}
.readLink:hover{
    border-color: var(--baseColor);
}
.readLink:hover .readImg img{
    transform: scale(1.1);
}
.readLink:hover .readTit{
    color: var(--baseColor);
}
.readLink:hover .equipIco{
    background-image: url(../image/equipIco2.webp);
}

.medCase{
    margin: .2rem -.15rem;
}
.medCase .swiper-container{
    padding: .15rem;
}
.medCase .swiper-slide{
    height: auto;
}
.medCase .swiper-pagination{
    display: none;
}
.medCase .hmBox4Link{
    padding: .1rem;
}
.medCase .hmBox4Tit{
    height: auto;
    margin-bottom: 0;
}
.medicalMore a{
    transition: all .3s;
}
.medicalMore a:hover{
    padding: 10px 20px;
    color: #FFFFFF;
    background-color: var(--baseColor);
    margin: -10px 0;
    border-radius: 5px;
}

@media (max-width:1600px){
    .advantageList li{
        max-width: none;
    }
    .videoList li{
        max-width: none;
    }
    .symptom{
        margin: .3rem -.1rem;
    }
    .symptom li{
        padding: 0 .1rem;
    }
    .symptom li span,
    .symptom li a{
        padding: .15rem .2rem;
    }
}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .medList{
        margin: .2rem -.1rem;
    }
    .medList li{
        padding: 0 .1rem;
        margin-bottom: .2rem;
    }
    .medSerLink{
        min-height: 1.6rem;
    }
    .medSerIco{
        width: 48px;
        height: 48px;
    }

}
@media (max-width:991px){
    .medSerSwiper .swiper-pagination{
        display: block;
    }

}
@media (max-width:767px){
    .medList li{
        width: 50%;
    }
    .treatImg{
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }
    .caseImg{
        margin-right: .2rem;
    }
    .caseTit{
        margin: 5px 0;
    }
    .caseCon{
        margin: 5px 0;
    }
    .readRight{
        display: block;
    }
    .readText{
        width: 100%;
        max-width: 100%;
    }
    .readCon{
        height: 24px;
        -webkit-line-clamp: 1;
    }
    .readTime{
        flex-direction: row;
        margin: 5px 0 0
    }

}
@media (max-width:640px){
    .advantageList{
        margin: .3rem 0;
    }
    .advantageList li{
        width: 100%;
        margin-bottom: .2rem;
    }
    .caseImg{
        height: 110px;
    }
    .caseTit{
        font-size: 16px;
    }
    .faqTit{
        font-size: 16px;
    }
    .readTit{
        font-size: 16px;
    }

}
@media (max-width:460px){
    .videoList li{
        width: 100%;
    }
    .caseImg{
        min-width: 40%;
        height: 90px;
    }
    .caseImg + .caseText .caseCon{
        -webkit-line-clamp: 1;
        height: 1.7em;
    }

}