﻿.category-icon {
    width: 1000px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.category-block {
    display: inline-block;
    width: 100px; 
}
.bgcolor {
    background-color: #f5af33;
}
.category-link {
    background-color: #008B8B;
}
    .category-icon a {
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
        margin-top: 10px;
    }
        .category-icon a:link {
            background-color: #11aaaa;
        } 
        .category-icon a:active {
            background-color: #11aaaa;
        }
        .category-icon a:hover {
            background-color: #000000;
        }
.category-brandid {
    width: 100%;
    margin:auto;
    display: flex;
    flex-direction:row;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom:20px;
    background-color:#f9f9f9;
}

    .category-brandid a {
        display: inline-block;
        width: 100px;
        text-align: center;
        color: #FFF;
        margin-top: 10px;
        color: #000;
        cursor: pointer;
        padding-top:10px;
        padding-bottom:10px;
        border:solid 1px #c0c0c0;
    }

        .category-brandid a:link {
            color: #000;
            background-color: #FFF;
        }

        .category-brandid a:active {
            color:#fff;
            background-color: #000;
        }

        .category-brandid a:visited {
            color: #000;
            background-color: #FFF;
        }

        .category-brandid a:hover {
            color: #fff;
            background-color: #000;
        }
.brand-logo {
    width:80px;
    height:80px;
}



.ul-category {
    list-style-type: none;
    display:flex;

}
    .ul-category li {
        width: 102px;
        line-height: 30px;
        list-style-type: none;
        background-color: #11aaaa; 
        color: #fff;
        margin-top: 10px;
        text-align:center;
    }
        .ul-category li a {
            cursor:pointer;            
        }



        .druglist {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

.druginfo {
    width: 180px;
    text-align: center;
    margin-top: 10px;
}

  
.drugimg {
    width: 180px;
    height: 180px; 
}
.drugprice {
    width: 180px;
    text-align: left;
}
.drugtocart {
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    border: solid 1px #008B8B;
    color: red;
}

.border-float {
    text-align: left;
    margin-top: 5px;
}

    .border-float a {
        color: #888;
    }

        .border-float a:hover {
            text-decoration: none;
            color: #f83333;
        }
.border-color {
    display: inline-block;
    width: 20px;
    color: #888;
    border: 1px solid #888;
    height: 20px;
    text-align: center;
}
.title-align {
    text-align: left;
}
.title-bgcolor {
    color: #888;
}
.border-bgcolor {
    border: 1px solid #CFE9E9;
    color: #888;
}
.input-image {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    border: 0px;
    background-image: url(/img/market/shopping-cart.jpg);
    float: right;
    background-color: #fff;
}


.shop {
    background-color: #11b8b8;
    vertical-align: middle;
}
.shopmain {
    width: 800px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 auto; 
}








.pager_div {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.pager_total {
    padding-left: 20px;
    padding-right: 20px;
}

.pager:link {
    color: #606060;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C0C0C0;
}

.pager:visited {
    color: #606060;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C0C0C0;
}

.pager:hover {
    color: red;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C0C0C0;
}

.pager:active {
    color: red;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C0C0C0;
}






.customer-service {
    margin: auto;
    margin-top: 50px; 
    width: 600px;
}
    .customer-service p {
        line-height: 40px;
        width: 600px;
        text-indent:2em;
    }
/*购物车加减*/
ul,
li {
    list-style: none;
}
.num-jian,
.input-num,
.num-jia {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}
.input-num {
    width: 50px;
}
.druImgdiv {
    position: relative;
}

    .druImgdiv .druImgdiv_des {
        position: absolute;
        top: -4px;
        right: 2px;
        background: #00b19f;
        line-height: 15px;
        padding: 2px 4px;
        color: #fff;
        border-radius: 2px;
        font-size: 12px;
    }