@charset "UTF-8";
@import url(./public.css);
@import url(./footer.css);
@import url(./header.css);
@import url(./Navlist.css);
.mainTop01{
    display: none;
}
.main{
    width: 100%;
    overflow-x: hidden;
}
.mainTop:hover{
    cursor: pointer;
}
.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainTop .swiper-slide{
    height: auto;
}
.banner .swiper-pagination-bullet-active{
    background: #FFFFFF !important;
    border-radius: 6px !important;
}
.banner .swiper-pagination-bullet{
    background: #dfd9d9;
    border-radius: 50%;
    opacity: 1 !important;
}

.main_top_text{
    position: absolute;
    top: 32%;
    left: 10%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.main_top_text h1{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 600;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 68px;
    letter-spacing: 3px;
    margin-bottom: 17px;
}
.main_top_text span{
    font-family: Alimama FangYuanTi VF, Alimama FangYuanTi VF;
    font-weight: 300;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 34px;
    margin-bottom: 58px;
}
.main_top_text .fazx{
    width: 170px;
    height: 55px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.fazx:hover{
    opacity: 0.5;
}

/* 中间 */
.middle{
    width: 100%;
}
.box01{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #ECECEC;
    padding-bottom: 60px;
}
.box01_top{
    width: 100%;
    height: 620px;
    background: url(../wapimages/ban_img01.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}
.box01_top_title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 35px;
    color: #1E1E1E;
}
.box01_top_hx{
    display: flex;
    align-items: center;
    margin:25px 0;
}
.box01_top_hx div:nth-child(1){
    width: 23px;
    height: 5px;
    background: #333333;
    border-radius: 10px;
    margin-right: 12px;
}
.box01_top_hx div:nth-child(2){
    width: 60px;
    height: 5px;
    background: #333333;
    border-radius:10px;
}
.box01_top_span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}
.box01_top_more{
    width: 200px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 55px;
}
.box01_top_more img{
    width: 25px;
    height: 25px;
    margin-left: 12px;
}
.box01_top_more:hover{
    opacity: 0.5;
    cursor: pointer;
    background-color: #f2f2f2;
    color: #fff;
}

.box01_info{
    width: 90%;
    margin-left: 10%;
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: -220px;
    z-index: 9;
}
.wapbox01_Swiper{
    display: none;
}
.box01_item{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 60px 60px 60px 60px;
    box-sizing: border-box;
}

.box01_item:hover{
    cursor: pointer;
    background: rgba(1, 72, 128, 0.8); /* 将 #496ad5 转为 rgba 并添加透明度 */
    transition: background 0.3s ease, transform 0.3s ease; /* 仅过渡背景和位移 */
    transform: translateY(-40px);
}
.box01_item:hover .box01_item_title,.box01_item:hover .box01_item_text{
    color: #fff !important;
}
.box01_item:hover .box01_item_text b{
    color: #fff !important;
}
.box01_item:hover .box01_item_icon .box01_item_r02{
    display: block;
}
.box01_item:hover .box01_item_icon .box01_item_r01{
    display: none;
}
.box01_item_logo{
    width: 177px;
    height: 94px;
}
.box01_item_title{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin: 25px 0;
}
.box01_item_text{
    height: 150px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: rgba(15,19,44,.88);
    display: -webkit-box;
    overflow: hidden;
}
.box01_item_text b{
    color: #496ad5;
    font-size: 18px;
}
.box01_item_icon{
    display: flex;
}
.box01_item_icon img{
    width: 55px;
    height: 55px;
    margin-top: 50px;
}
.box01_item_r01{
    display: block;
}
.wapbox01_item:hover{
    cursor: pointer;
    background: #496ad5;
    transition: all .3s ease;
    transform: translateY(-40px);
}
.wapbox01_item:hover .wapbox01_item_title,.wapbox01_item:hover .wapbox01_item_text{
    color: #fff !important;
}
.box01_item:hover .box01_item_text b{
    color: #fff !important;
}
.wapbox01_item:hover .wapbox01_item_icon .wapbox01_item_r02{
    display: block;
}
.wapbox01_item:hover .wapbox01_item_icon .wapbox01_item_r01{
    display: none;
}
.box01_item_r02{
    display:none;
}
.box01_hx{
    width: 1px;
    height: 154px;
    margin-top: 85px;
    background-color: #33333340;
}


/* 旗下产品 */
/* 旗下产品 */
.cp{
    width: 100%;
    height:800px;
    background: url(../wapimages/ban_img06.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 120px 0;
}
.cp_info{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.cp_info_title{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom:40px;
}
.cp_tab{
    width: 100%;
}
.cp_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:40px;
}
.cp_list ul{
    width:80%;
    height:48px;
    display: flex;
    align-items: center;
}
.cp_list ul li{
    height: 100%;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #ffffffcf;
    margin-right: 60px;
    cursor: pointer;
}
.cp_active{
    border-bottom: 1px solid #fff;
}
.cp_more{
    width: 135px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.cp_more img{
    width: 23px;
    height: 15px;
    margin-left: 10px;
}
.cp_more:hover{
    opacity: 0.5;
    cursor: pointer;
}

.cp_con{
    width: 100%;
}
.cp_item{
    display: none;
}
.cp_Swiper{
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.cp_Swiper  .swiper-wrapper,
.cp_Swiper .swiper-slide{
    transition: 300ms;
    cursor: pointer;
    height: 400px;
}
.cp_Swiper .swiper-wrapper .swiper-slide-active{
    margin-right: 32px !important;
}

.swiper-scrollbar{
    background-color: #ffffff61 !important;
}
.swiper-container-horizontal>.swiper-scrollbar{
    height: 2px !important;
    width: 100% !important;
    bottom: 10px !important;
}
.swiper-scrollbar-drag {
    width: 20% !important;
    background-color: #fff !important;
    position: relative;
}
.swiper-scrollbar-drag::after{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../wapimages/cp_icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.cp_boxul{
    width: 100%;
    height: 371.5px;
    margin-left: 229px;
}
.cp_box01{
    width: 300px;
    height: 350px;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 25px;
    position: absolute;
    bottom:  0;
}
.cp_box01 p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #1E1E1E;
    margin-bottom: 12px;
}
.cp_box01 div{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 27px;
    margin-bottom:15px;
}
.cp_box01 img{
    width: 80%;
    margin: 0 auto;
}
.cp_box02{
    display: none;
}
.cp_box02{
    width: 500px;
    height: 371.5px;
    height: 100%;
    position: relative;
    /* transform: scale(.8,.8); */
    position: absolute;
    bottom:  0;
}
.cp_box02_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp_box02_text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: url(../wapimages/cp_ban.png) no-repeat;
    background-size: 100% 100%;
}
.cp_box02_text01{
    width: 50%;
    position: absolute;
    bottom: 20px;
    left: 18px;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.cp_box02_text01 p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 19px;
    color: #ffffffc9;
    margin-bottom: 10px;
}
.cp_box02_text01 div{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #ffffffc9;
    line-height: 23px;
}
.wapcp_con{
    display: none;
}






/* 新闻资讯 */
.news{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 80px;
}
.news_top{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.news_top_left{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 600;
    font-size:30px;
    color: #1E1E1E;
    border-bottom: 2px solid #496ad5;
    padding-bottom:20px;
}
.news_top_right{
    width: 135px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
}
.news_top_right img{
    width: 23px;
    height: 15px;
    margin-left: 10px;
}
.news_top_right:hover{
    opacity: 0.5;
    cursor: pointer;
}
.news_info{
    width:80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news_info_left{
    width: 40%;
    height: 440px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.newsimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s, -webkit-transform 1s;
}
.news_info_item:hover img{
    cursor: pointer;
    transform: scale(1.1);
}
.news_info_left:hover .newsimg{
    cursor: pointer;
    transform: scale(1.1);
}
.news_ltit{
    width: 80px;
    height: 36px;
    background: #333333;
    border-radius: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #ffffffc2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.5;
}


.news_ltext{
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 44%, #000000 100%);
}
.news_info_right{
    width: 60%;
    padding-left: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.news_info_item{
    width: 100%;
    display: flex;
}
.news_info_item:first-child{
    margin-bottom: 30px;
}
.newsrl{
    width: 35%;
    height: 200px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}
.newsr_text{
    width: 65%;
    display: flex;
    flex-direction: column;
    padding-left: 3%;
}
.newsr_text_li{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.newsr_text_li:nth-child(1){
    margin-bottom:66px;
}
.newsr_text_li span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666d6;
    margin-bottom: 12px;
}
.newsr_text_li div{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    overflow: hidden;            /* 超出部分隐藏 */
    text-overflow: ellipsis;     /* 超出部分显示省略号（可选，通常 -webkit-line-clamp 会自动处理） */
    -webkit-line-clamp: 2;       /* 限制显示两行 */
    -webkit-box-orient: vertical; /* 设置盒子垂直排列子元素 */
    display: -webkit-box;        /* 将容器设为弹性盒子模型，结合 line-clamp 使用 */
}
.newsr_text_li::after{
    content: "";
    width: 65px;
    height: 2px;
    background: #496ad5;
    position: absolute;
    bottom: -14px;
    left: 0;
    z-index: 9;
}
.newsr_text_li a:hover{ color: #496ad5; font-weight: 600;}


/* 沁铭医疗提供多渠道的官方旗舰店 */
.qd{
    width: 100%;
    background: url(../wapimages/ban_img03.png) no-repeat;
    background-size: 100% 100%;
}
.qd_box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0;
}
.qd_left{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.qd_left p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 600;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 35px;
    margin-bottom: 22px;
}
.qd_left div{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.qd_right{
    width: 55%;
    display: flex;
    align-items: center;
}
.qd_right_item{
    width: 377px;
    height: 158px;
    background: #FFFFFF;
    box-shadow: 0px 1px 25px 0px rgba(156,156,156,0.25);
    border-radius: 10px;
    display: flex;
    padding: 20px 26px;
    margin-right: 25px;
}

.qd_right_item:hover .qd_btn{
    border: 1px solid #496ad5;
    color: #496ad5;
}
.qd_right_item:hover{
    cursor: pointer;
    transition: all .3s ease;
    transform: translateY(-10px);
}
.qd_right_item a{
    width: 100%;
    display: flex;
    align-items: center;
}
.qd_right_item_logo{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.qd_right_item_text{
    width: 69%;
    display: flex;
    flex-direction: column;
}
.qd_title{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #1E1E1E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.qd_btn{
    width: 150px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.qd_btn img{
    width: 20px;
    height: 20px;
    margin-right:10px;
}

.qd_icon01{
    width: 20px;
    display: flex;
    margin-left: 12px;
}

.qd_icon01 img{
    width: 100%;
}
.no_select {
    user-select: none; /* 支持大多数现代浏览器 */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* 老版Firefox */
    -ms-user-select: none; /* IE 10及更早的IE版本 */
}





/* 移动端 */
@media screen and (max-width: 768px){
    .main_top_text{
        top: 16% !important;
    }
    .main_top_text h1{
        font-size: 0.3rem !important;
        line-height: 0.5rem !important;
        margin-bottom: 0.2rem !important;
    }
    .main_top_text span{
        font-size: 0.2rem !important;
        line-height: 0.35rem !important;
        margin-bottom: 0.2rem !important;
    }
    .main_top_text .fazx{
        width: 1.5rem !important;
        height: 0.55rem !important;
        font-size: 0.25rem !important;
    }

    /* 沁铭医疗旗下品牌 */
    .box01{
        padding-bottom: 0.6rem !important;
    }
    .box01_top{
        height: 6rem !important;
        padding-top: 0.9rem !important;
    }
    .box01_top_title{
        font-size: 0.35rem !important;
    }
    .box01_top_hx{
        margin: 0.25rem 0 !important;
    }
    .box01_top_hx div:nth-child(1){
        width: 0.3rem !important;
        height: 0.05rem !important;
        margin-right: 0.15rem !important;
    }
    .box01_top_hx div:nth-child(2){
        width: 0.6rem !important;
        height: 0.05rem !important;
    }
    .box01_top_span{
        font-size: 0.25rem !important;
    }
    .box01_top_more{
        width: 2.4rem !important;
        height: 0.6rem !important;
        font-size: 0.25rem !important;
        margin-top: 0.35rem !important;
    }
    .box01_top_more img {
        width: 0.25rem !important;
        height:0.25rem !important;
        margin-left:0.12rem !important;
    }
    .box01_info{
        display: none;
    }
    .wapbox01_Swiper{
        display: block;
        width: 100%;
        height: 9.2rem;
        overflow: hidden;
        position: relative;
        margin-top: -2rem;
    }
    .wapbox01_Swiper .swiper-slide{
        width: 100%;
    }
    .wapbox01_info{
        width: 90%;
        margin: 0 auto !important;
    }
    .wapbox01_item{
        width: 100% !important;
        padding: 0.5rem 0.3rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #fff;
    }
    .wapbox01_item_logo{
        width: 6rem !important;
    }
    .wapbox01_item_title {
        font-size: 0.3rem !important;
        margin: 0.15rem 0 !important;
        font-weight: bold;
    }
    .wapbox01_item_text{
        height: auto !important;
        font-size: 0.28rem !important;
        line-height: 0.45rem !important;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        color: rgba(15,19,44,.88);
        display: -webkit-box;
        overflow: hidden;
        width: 5.8rem;
    }
    .wapbox01_Swiper.swiper-container-horizontal>.swiper-pagination-bullets,.wapbox01_Swiper .swiper-pagination-custom,.wapbox01_Swiper .swiper-pagination-fraction{
        bottom: 0 !important;
    }
    .wapbox01_item_text b{
        font-size: 0.25rem !important;
    }
    .wapbox01_item_icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wapbox01_item_icon img {
        width: 0.55rem !important;
        height: 0.55rem !important;
        margin-top: 0.3rem !important;
    }
    .wapbox01_item:hover{
        transform: translateY(-10px) !important;
    }

    /* 旗下产品 */
    .cp {
        height: 7.6rem !important;
        padding: 0.6rem 0 !important;
    }
    .cp_info{
        width: 90% !important;
    }
    .cp_info_title {
        font-size: 0.35rem !important;
        margin-bottom: 0.4rem !important;
    }
    .cp_list ul{
        height: 0.6rem !important;
    }
    .cp_list ul li {
        font-size: 0.28rem !important;
        margin-right: 0.3rem !important;
        white-space: nowrap !important;
    }
    .cp_more {
        width: 1.5rem !important;
        height: 0.55rem !important;
        font-size: 0.2rem !important;
        white-space: nowrap !important;
        margin-top: -0.25rem;
    }
    .cp_more img {
        width: 0.23rem !important;
        height: 0.15rem !important;
        margin-left: 0.1rem !important;
    }
    .cp_con{
        display: none;
    }
    .wapcp_con{
        display: block;
    }
    .wapcp_item{
        display: none;
    }
    .wapcp_Swiper{
        width: 100%;
        height: 4.8rem;
        overflow: hidden;
        position: relative;
    }
    .cp_list{
        margin-bottom: 0.4rem !important;
    }
    .wapcp_boxul{
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 0.25rem;
    }
    .wapcp_boxul p{
        font-size: 0.28rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 0.2rem;
    }
    .wapcp_boxul div{
        font-size: 0.2rem;
        color: #333;
        line-height: 0.35rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wapcp_boxul img{
        width: 100%;
        height: 2rem;
        object-fit: contain;
        margin: 0 auto;
        margin-top: 0rem;
    }
    .swiper-scrollbar-drag::after{
        width: 0.45rem !important;
        height: 0.45rem !important;
    }





    /* 新闻资讯 */
    .news{
        margin-top: 0.6rem !important;
        margin-bottom: 0.6rem !important;
    }
    .news_top {
        width: 90% !important;
        margin-bottom: 0.4rem !important;
    }
    .news_top_left {
        font-size: 0.35rem !important;
        padding-bottom: 0.2rem !important;
    }
    .news_top_right{
        width: 1.4rem !important;
        height: 0.55rem !important;
        font-size: 0.2rem !important;
        white-space: nowrap !important;
    }
    .news_top_right img {
        width: 0.23rem !important;
        height: 0.15rem !important;
        margin-left: 0.1rem !important;
    }
    .news_info{
        width: 90% !important;
        flex-direction: column;
    }
    .news_info_left {
        width: 100% !important;
        height: 4rem !important;
        margin-bottom: 0.3rem;
    }
    .news_info_right {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .news_ltit {
        width: 1.3rem !important;
        height: 0.55rem !important;
        font-size: 0.2rem !important;
        transform: scale(0.9);
        left: -0.1rem !important;
    }
    .newsrl{
        width: 40% !important;
        height: 2.2rem !important;
    }
    .news_ltext{
        height: 0.55rem !important;
        line-height: 0.55rem !important;
        font-size: 0.25rem !important;
    }
    .newsr_text{
        width: 60% !important;
    }
    .newsr_text_li:nth-child(1) {
        margin-bottom: 0.45rem !important;
    }
    .newsr_text_li span {
        font-size: 0.28rem !important;
        margin-bottom: 0.1rem !important;
    }
    .newsr_text_li div {
        font-size: 0.25rem !important;
    }
    .newsr_text_li::after {
        content: "";
        width: 0.65rem !important;
        height: 0.02rem !important;
        bottom: -0.14rem !important;
    }

    /* 沁铭医疗提供多渠道的官方旗舰店 */
    .qd_box{
        width: 90% !important;
        padding: 0.6rem 0 !important;
        flex-direction: column;
    }
    .qd_left{
        width: 100% !important;
        margin-bottom: 0.4rem;
    }
    .qd_left p {
        font-size: 0.32rem !important;
        line-height: 0.56rem !important;
        margin-bottom: 0.2rem !important;
        text-align: center;
    }
    .qd_left div{
        font-size: 0.25rem !important;
        line-height: 0.4rem !important;
        text-align: center;
    }
    .qd_right {
        width: 100% !important;
    }
    .qd_right_item {
        width: 3rem !important;
        height: 1.58rem !important;
        padding: 0.2rem !important;
        margin-right: 0.2rem !important;
    }
    .qd_right_item_logo {
        width: 0.8rem !important;
        height: 0.8rem !important;
        margin-right: 0.2rem !important;
    }
    .qd_title {
        font-size: 0.28rem !important;
        margin-bottom: 0.1rem !important;
    }
    .qd_btn {
        width: 1.5rem !important;
        height: 0.4rem !important;
        font-size: 0.2rem !important;
    }
    .qd_btn img {
        width: 0.2rem !important;
        height: 0.2rem !important;
        margin-right: 0.1rem !important;
    }
    .qd_icon01 {
        width: 0.2rem !important;
        margin-left: 0.12rem !important;
    }



    /* 右侧 */
    .owrap{
        width: 1rem !important;
    }
    .owrap_zx_active{
        width: 1rem !important;
        height: 1rem !important;
    }
    .owrap_logo {
        width: 1rem !important;
    }
    .owrap_zx_span {
        width: 1.2rem !important;
        height: 0.5rem !important;
        line-height: 0.5rem !important;
        font-size: 0.2rem !important;
    }
    .owrap ul li {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }
    .owrap .bj_icon {
        width: 0.55rem !important;
        height: 0.55rem !important;
        background: url(../wapimages/nav_bjzx.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
    .owrap .bj_icon01 {
        width: 0.55rem !important;
        height: 0.55rem !important;
        background: url(../wapimages/nav_bjzx01.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
    .owrap .phone_icon {
        width: 0.55rem !important;
        height: 0.55rem !important;
        background: url(../wapimages/nav_phone.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
    .owrap .phone_icon01 {
        width: 0.55rem !important;
        height: 0.55rem !important;
        background: url(../wapimages/nav_phone01.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
    
    .owrap ul li a div, .goTop div{
        margin-bottom: 0.1rem !important;
    }
    .owrap .db_icon {
        width: 0.45rem !important;
        height: 0.2rem !important;
        background: url(../wapimages/nav_up.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
    .owrap .db_icon01 {
        width: 0.45rem !important;
        height: 0.2rem !important;
        background: url(../wapimages/nav_up01.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
}

