/*搜索框*/ 
.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{
    width: 100%;
    background: #fff;
    padding:0.2rem 0;
}
.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: normal;
    font-size: 0.3rem;
    color: #000;
    text-align: center;
}
/*热门药品*/
.drugList{
    margin: 0.2rem 0;
    background: #FFFFFF;
    padding-bottom: 0.1rem;
}
.drugList 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;
}
.drugList ul li{
    display: none;
    height: 3rem;
}
.drugList ul li a{
    width: 25%;
    float: left;
    text-align: center;
}
.drugList ul li a img{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
}
.drugList ul li a span{
    margin: 0.3rem 0;
    padding: 0 0.1rem;
    font-size: 0.3rem;
    word-break:break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*肿瘤专区*/
.tumourList{
    margin: 0.2rem 0;
    background: #FFFFFF;
    padding-bottom: 0.4rem;
    font-size:0;
}
.tumourList h3{
     font-size: 0.4rem;
     font-weight:700;
     height: 0.9rem;
     line-height: 0.9rem;
     color: #24AA98;
     text-align: center;
     border-bottom: 0.02rem solid #ccc;
    margin-bottom: 0.3rem;
 }
.tumourList a{
    display: inline-block;
    font-size: 0.3rem;
    font-weight: 400;
    color: #01adef;
    margin: 0.2rem;
    padding: 0.12rem 0.24rem;
    box-shadow:1px 1px 6px 1px rgb(32 33 36 / 28%);
    border-radius: 15px;

}
/*咨询 资讯*/
.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 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;
}
.drugNews ul li{
    padding: 0.3rem 0;
    margin: 0 0.3rem;
    border-bottom: 0.02rem dashed #ccc;
    position: relative;
}
.drugNews ul li:last-child{
    border-bottom: none;
}
.drugNews ul li .newsLeft{
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.2rem;
}
.drugNews ul li .newsRight{
    width: 4.4rem;
    height: 2.2rem;
}
.drugNews ul li .newsLeft img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.drugNews 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 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 ul li span{
    font-size: 0.3rem;
    color: #ccc;
    position: absolute;
    bottom: 0.3rem;
    right: 0rem;
}
.more-allli{
    width: 50%;
    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:0 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;
}

/*footer开始*/
.footer{
    width: 100%;
    padding: 50px 0;
    background: #66CDAA;
    color:#FFFFFF;
}
.footer .fl {
    float: left;
}

.footer a{
    font-size: 0.3rem;
    color: #FFFFFF;
}
.footer a:hover{
    text-decoration: underline;
}
.footer h5{
    font-size: 0.3rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer ul li{
    line-height: 0.6rem;
}
.footer .footer-nav1{
    width: 27%;
    margin-left: 7%;
    border-right: 1px solid;
    float: left;
}

.footer .shopGuide{
    width: 20%;
    margin-left: 7%;
}
/*footer结束*/