/*导航 */
.diseaList {
    width: 240px;
    border-top: 3px solid #01ADEF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.diseaList li {
    width: 240px;
    height: 55px;
    background: #F2F7F9;
}

.diseaList a {
    color: #2E3F46;
    line-height: 55px;
    font-weight: 400;
    font-size: 18px;
}

.diseaList li i {
    font-size: 18px;
}

.diseaList .active {
    background: #029AD4;
}
.diseaList  .isdisease{
    color: #029AD4 !important;
}

.diseaList .active {
    color: #fff;
}
.diseaList .active i {
    color: #fff;
}



.diseaList .dislist {
    border-left: 1px solid #E4E9EB;
    border-right: 1px solid #E4E9EB;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 24px 13px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.diseaList .dislist a {
    display: block;
    width: 95px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #2E3F46;
    line-height: 16px;
    margin-bottom: 24px;
}

.diseaList .dislist a:hover {
    color: #029AD4;
}

.tips {
    margin: 20px 0 30px 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #8A9BA2;
    /*line-height: 14px;*/
}

.tips a {
    margin: 0 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #8A9BA2;
    line-height: 14px;
}

.tips a:hover {
    color: red;
    text-decoration: underline;
}

.bigbox {
    display: flex;
    justify-content: space-between;
}

.contNav ul li {
    line-height: 40px;
    padding-left: 24px;
    cursor: pointer;
}

.contNav ul li:hover {
    background: #029ad4;
}

.contNav ul li:hover  {
    color: #FFFFFF;
}

.contNav ul li i {
    color: #029ad4;
    font-size: 18px;
    margin-right: 5px;
}

.contNav ul li:hover i {
    color: #FFFFFF;
}

/*浏览历史 */
.browHistory {
    margin-top: 30px;
    width: 200px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.browHistory h5 {
    background: #F2F2F2;
    text-align: center;
    line-height: 40px;
    color: #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.browHistory ul li {
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.browHistory ul li:last-child {
    border-bottom: none;
}

.browHistory ul li img {
    width: 180px;
    height: 140px;
    margin-bottom: 10px;
}

.browHistory ul li p {
    line-height: 30px;
    text-align: center;
}

.browHistory ul li .drugPrice {
    color: red;
}

/*药品展示 */
.rightDrug {
    width: 970px;
    margin-left: 30px;
}

.rightDrug .drugList {
    margin-bottom: 50px;
}

.rightDrug .drugList .goodsbox{
    display: flex;
    flex-wrap: wrap;
}

.rightDrug .drugList h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E9EB;
    padding-left: 25px;
    margin-bottom: 23px;
}

.rightDrug .drugList h3 span {
    width: max-content;
    height: 40px;
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #029AD4;
    line-height: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rightDrug .drugList h3 span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #029AD4;
    border-radius: 4px 4px 4px 4px; /* 只设置底部圆角 */
}

.rightDrug .drugList h3 a {
    float: right;
    line-height: 32px;
    margin-right: 5px;
}

.rightDrug .drugList h3 a:hover {
    color: red;
    text-decoration: underline;
}

.rightDrug .drugList ul li {
    width: 230px;
    float: left;
    padding: 10px;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -moz-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -ms-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.rightDrug .drugList ul li a {
    display: block;
}

.rightDrug .drugList ul li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 16px rgba(0, 36, 100, 0.3);
    box-shadow: 0 5px 16px rgba(0, 36, 100, 0.3);
}

.rightDrug .drugList ul li:last-child {
    margin-right: 0;
}

.rightDrug .drugList ul li img {
    width: 180px;
    height: 150px;
    display: inline-block;
}

.rightDrug .drugList ul li h5 {
    margin-top: 15px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    color: #2E3F46;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.rightDrug .drugList ul li p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FD3D00;
    line-height: 20px;
    text-align: left;
    margin-top: 8px;
}

.rightDrug .drugList ul li .specifications {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #2E3F46;
    line-height: 14px;
    text-align: left;
    margin-top: 16px;
}

.rightDrug .drugList ul li .indication {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #5C6D74;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rightDrug .drugList ul li .price {
    color: red;
}

.rightDrug .drugList ul li p span {
    color: #999;
}

/*分页*/
.pageOut {
    text-align: right;
}

.page {
    display: inline-block;
    margin: 50px auto;
}

.page li {
    float: left;
    padding: 0 5px;
}

.page li a {
    font-family: SimHei;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F2F7F9;
    color: #5C6D74;
    cursor: pointer;
}

.page li a:hover {
    background: #029AD4;
    color: #fff;
}

.page .arrow-back {
    margin-right: 10px;
}

.page li a.active {
    background: #029AD4;
    color: #FFFFFF;
}

.whichPage {
    font-family: SimHei;
    color: #666;
    font-size: 16px;
}

.whichPage .whichPageTxt {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #E4E9EB;
    border-radius: 5px;
}

.whichPage .whichPageBtn {
    color: #029AD4;
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #E4E9EB;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Microsoft Yahei", "SimHei", "SimSun", "宋体";
    cursor: pointer;
    background: #FFFFFF;
}

.onlyli {
    margin: 15px 5px 0 5px;
}

