.Search {
    background: url("../images/indexbg.png") no-repeat;
    background-size: cover;
    height: 5.83rem;
    padding: 1.28rem 0.24rem 0;
}

.Search .searchbox {
    height: 0.74rem;
    background: #FFFFFF;
    border-radius: 0.6rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.34rem;
}

.Search .searchbox input {
    font-weight: 400;
    width: 5rem;
    font-size: 0.32rem;
    color: #2E3F46;
}

.Search .searchbox input::placeholder {
    color: #8A9BA2;
}

.Search .right_search {
    display: flex;
    align-items: center;
}

.Search .right_search .bluesearch {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.1rem;
}

.Search .right_search span {
    font-weight: 400;
    font-size: 0.32rem;
    color: #029AD4;
}

/*搜索框*/
.Search .searchIcon {
    position: absolute;
    font-size: 0.34rem;
    height: 0.7rem;
    line-height: 1.5rem;
    right: 0.8rem;
    color: #24aa98;
}

.Search .searchTxt {
    width: 90%;
    margin: 5%;
    text-indent: 0.5rem;
    line-height: 0.8rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.Search .selectcg {
    position: absolute;
    right: 0.8rem;
    margin: 0.6rem;
    line-height: 0.5rem;
    background: #fff;
    height: 0.5rem;
    font-size: 0.2rem;
    border: none;
    color: #999;
}

/*轮播图*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container i {
    font-size: 0.8rem;
    color: #24aa98;
    opacity: 0.8;
    margin-top: -3rem;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

.swiper-pagination {
    bottom: 0px !important;
}

/*分类导航*/
.nav {
    margin-top: -3.2rem;
    width: 100%;
    background: #fff;
    padding: 0.2rem 0;
    border-radius: 0.32rem 0.32rem 0px 0px;
}

.nav a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    margin: 0.2rem 0;
}

.nav a img {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
}

.nav a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 0.32rem;
    color: #001214;
    text-align: center;
}

/*热门药品*/
.drugList {
    margin: 0.16rem 0;
    background: #F7F0E7;
    padding: 0.32rem 0.24rem 0.08rem;
}
.drugList .topimg {
    display: flex;
    justify-content: center;
    margin-bottom: 0.32rem;
}
.drugList .topimg img{
    width: 3.5rem;
    height: 0.74rem;
}

.drugList .drugbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.drugList .drugbox .goodscard {
    width: 3.45rem;
    padding: 0.32rem 0 0.4rem;
    background: #FFFFFF;
    margin-bottom: 0.32rem;
    border-radius: 0.24rem;
}

.drugList .drugbox .goodscard img {
    width: 3.45rem;
    height: 3.45rem;
}

.drugList .drugbox .goodscard .goodsname {
    margin-top: 0.24rem;
    padding: 0 0.24rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #001214;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.drugList .drugbox .goodscard .goodsinfo {
    margin: 0.24rem 0 0.16rem;
    padding: 0 0.24rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #5C6E70;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.drugList .drugbox .goodscard .goodsprice {
    padding: 0 0.24rem;
    font-weight: bold;
    font-size: 0.36rem;
    color: #FD3D00;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*肿瘤专区*/
.tumourList {
    margin: 0.2rem 0;
    background: #DBF2FF;
    padding: 0.32rem 0.24rem 0.08rem;
    font-size: 0;
}
.tumourList .h3box {
    border-bottom: 1px solid #E4E9EB;
    padding: 0 0.24rem;
    display: flex;
    height: 0.72rem;
}

.tumourList .h3box h3 {
    position: relative;
    font-weight: bold;
    font-size: 0.36rem;
    color: #01ADEF;
    height: 0.72rem;
    line-height: 0.58rem;
    width: max-content;
}
.tumourList .h3box h3::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 0.06rem;
     background: #029AD4;
     border-radius: 0.04rem; /* 只设置底部圆角 */
}

.tumourList .disbox{
    padding: 0.32rem 0 0.08rem 0.24rem ;
}
.tumourList .disbox a {
    display: inline-block;
    font-weight: 400;
    font-size: 0.32rem;
    color: #2E3F46;
    background: #FFFFFF;
    border-radius: 0.98rem;
    margin: 0 0.24rem 0.24rem 0;
    border: 0.02rem solid #01ADEF;
    padding: 0.12rem 0.24rem;

}

/*咨询 资讯*/
.consultNews {
    position: relative;
    margin: 0.2rem 0;
}

.consultNews a {
    position: relative;
}

.consultNews a .zixun {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.consultNews .dianji {
    width: 50%;
    position: absolute;
    left: -0.1rem;
    bottom: -1.3rem;
}

/*好药精选*/
.drugSelection {
    margin: 0.2rem 0;
    background: #FFFFFF;
    padding-bottom: 0.2rem;
}

.drugSelection h3 {
    font-size: 0.4rem;
    font-weight: 700;
    height: 0.9rem;
    line-height: 0.9rem;
    color: #24AA98;
    text-align: center;
    margin-bottom: 0.2rem;
    border-bottom: 0.02rem solid #ccc;
}

.drugSelection ul li {
    float: left;
    width: 46%;
    height: 4.1rem;
    margin: 2%;
    padding: 5px;
    border: 2px solid #24AA98;
    text-align: center;
}

.drugSelection ul li img {
    width: 2.7rem;
    height: 2.7rem;
    display: inline-block;
}

.drugSelection ul li h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    padding-top: 8px;
    font-size: 0.3rem;
    color: #24AA98;
    text-align: center;
}

.drugSelection ul li span {
    display: block;
    line-height: 0.6rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #e5655d;
    text-align: center;
}

/*药品资讯*/
.drugNews {
    margin: 0.2rem 0 0 0;
    background: #FFFFFF;
    padding-bottom: 0.4rem;
}

.drugNews .tab li {
    float: left;
    width: 50%;
    font-size: 0.32rem;
    line-height: 0.8rem;
    color: #FFFFFF;
    background: #24AA98;
    text-align: center;
    border-right: 0.01rem solid #ffffff;
}

.drugNews .tab li.active {
    background: #FFFFFF;
    color: #000;
    font-weight: bold;
    border-top: 3px solid #24AA98;
}

.drugNews .tabcon ul li {
    padding: 0.3rem 0;
    margin: 0 0.3rem;
    border-bottom: 0.02rem dashed #ccc;
    position: relative;
}

.drugNews .tabcon ul li:last-child {
    border-bottom: none;
}

.drugNews .tabcon ul li .newsLeft {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.2rem;
}

.drugNews .tabcon ul li .newsRight {
    width: 4.4rem;
    height: 2.2rem;
}

.drugNews .tabcon ul li .newsLeft img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.drugNews .tabcon ul li h5 {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.drugNews .tabcon ul li p {
    font-size: 0.3rem;
    color: #666;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.drugNews .tabcon ul li span {
    font-size: 0.3rem;
    color: #ccc;
    position: absolute;
    bottom: 0.3rem;
    right: 0rem;
}

.more-allli {
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.3rem auto;
    font-size: 0.32rem;
    background: #66CDAA;
    color: #FFFFFF;
}

/*公告滚动*/
* {
    margin: 0;
    padding: 0
}

.scroll-box {
    height: 41px; /* 必要元素 */
    line-height: 33px;
    overflow: hidden;
    font-size: 0.2rem;
}

.scroll-box ul {
    list-style: none;
    margin-left: 0.3rem;
}

.scroll-box ul li {
    height: 25px;
    padding-left: 10px;
    list-style: none;
}

.scroll-box a {
    float: none;
    width: 25%;
    display: inline;
    text-align: center;
    margin-left: 0.1rem;
}

.scroll-box a:hover {
    color: blue;
}

/*问答咨询组件*/
.question_news{
    margin-top: 0.16rem;
    background: #FFFFFF;
    padding-top: 0.32rem;
}
.question_news .qn_head{
    border-bottom: 0.01rem solid #E4E9EB;
    display: flex;
    justify-content: flex-start;
}
.question_news li{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;
    margin: 0 0.24rem 0 0.24rem;
}
.question_news .qn_head .qn_check{
    color: #01ADEF;
    border-bottom: 0.08rem solid #01ADEF;
}
.question_news .qn_list{
    padding: 0 0.24rem 0.32rem 0.24rem;
}
.question_news .qn_list .qn_card{
    margin-top: 0.32rem;
}
.question_news .qn_list .qn_card .qn_title{
    font-weight: bold;
    font-size: 0.32rem;
    color: #2E3F46;
    line-height: 0.32rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.question_news .qn_list .qn_card .qn_content{
    font-weight: 400;
    font-size: 0.28rem;
    color: #5C6D74;
    line-height: 0.56rem;
    margin-top: 0.24rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.question_news .qn_list .qn_card .qn_info{
    display: flex;
    justify-content: space-between;
    padding: 0.24rem 0;
    border-bottom: 0.01rem dashed #E4E9EB;
}
.question_news .qn_list .qn_card .qn_info .info_font{
    font-weight: 400;
    font-size: 0.24rem;
    color: #8A9BA2;
    line-height: 0.24rem;
}