.menu-content{
    font-weight: bold;
    color: #333333;
    line-height: 63px;
    font-size: 0.24rem;
}
.introduce{
    font-size: 0.16rem;
    font-weight: 400;
    color: #666666;
    padding: 0.22rem 0 0;
    line-height: 0.26rem;
}
.function{
    text-align: center;
    width: 100%;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
    padding: 0.37rem 0 0.3rem;
}
.functionDetail{
    display: flex;
    justify-content: space-between;
}
.functionDetailLi{
    font-size: 0.16rem;
    font-weight: 400;
    color: #2D3D4B;
    padding: 0.2rem 0.22rem;
    width: 26%;
    /* width: 2.67rem; */
    height: 2.37rem;
}
.bgImg1{
    background: url('../images/microMedical/yiyuan.png') no-repeat 100% 100%;
    background-size: cover;
}
.bgImg2{
    background: url('../images/microMedical/shou.png') no-repeat 100% 100%;
    background-size: cover;
}
.bgImg3{
    background: url('../images/microMedical/shu.png') no-repeat 100% 100%;
    background-size: cover;
}
.bgImg4{
    background: url('../images/microMedical/mofang.png') no-repeat 100% 100%;
    background-size: cover;
}
.bgImg5{
    background: url('../images/microMedical/wenjian.png') no-repeat 100% 100%;
    background-size: cover;
}
.bgImg6{
    background: url('../images/microMedical/rili.png') no-repeat 100% 100%;
    background-size: cover;
}
.functionTitle{
    font-size: 0.24rem;
    color: #333333;
}
.medicalIntroduce{
    color: #5E7596;
    padding: 0.1rem 0 0.08rem;
    font-weight: 400;
    font-size: 0.14rem;
}
.functionDetailLi p{
    padding: 0.06rem 0 0;
    margin:  0;
    font-size: 0.16rem;
    line-height: 0.26rem;
    font-weight: 400;
}

.describeDetailUl{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.describeDetailLi{
    font-size: 0.2rem;
    color: #1A365C;
    padding:0.16rem 0.2rem 0.2rem 0.14rem;
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.describeDetailLi span{
    /* display: inline-block;
    padding-bottom: 0.11rem;
    height: 0.2rem; */
    position: relative;
    padding-left: 0.05rem;
}
.describeActive{
    background: #F0F3F5;
    color: #004EA1;
    border-top-right-radius: 0.08rem;
    border-top-left-radius: 0.08rem;
}
.describeActive span::after{
    content: '';
    position: absolute;
    bottom: -0.15rem;
    left: 0.05rem;
    height: 0.04rem;
    width: 90%;
    background-color: #004EA1;
}
.describeContent{
    background: #F0F3F5;
    display: none;
    padding: 0.63rem 0 0.2rem;
}
.describeTitle{
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    font-size: 0.26rem;
    padding: 0 0.63rem 0.27rem;
}
.describeIntroduce{
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 0 0.63rem 0.2rem;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url('../images/microMedical/pre.png');
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url('../images/microMedical/next.png');
}
.swiper-slide{
    text-align: center;
}
.showDescribe,.showDetail{
    display: block;
}
.height254{
    height: 2.54rem;
}
#describe2 .describeDetailLi{
    margin-right: 0 !important;
}
