﻿* {
    padding: 0px;
    margin: 0px;
}

a:link { text-decoration: none; color:#127299; }
a:visited { text-decoration: none; color:#127299; }
a:hover { text-decoration: none; color:#127299; }
a:active { text-decoration: none; color:#127299; }

body {
    background-color: #fff;
}

/*首页banner*/
.banner1 {
    width: 100%;
    height: 100px;
    border-bottom: solid 1px #C0C0C0; 
}

.banner1-main {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
   
    display:flex;
    flex-direction:row;
    justify-content:space-between; 
}

.banner1-left { 
    width: 200px;
    font-size: 40px;
    color: darkcyan;
    line-height: 100px; 
}

.banner1-middle { 
    min-width: 500px;
    box-sizing: border-box;
    text-align: center;

    display: flex;
    flex-direction: row;
    align-items: center; 
}
.banner1-middle form { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center; 
}
.banner1_text {
    width: 360px;
    height: 36px;
    border: solid 2px darkcyan;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.banner1_button {
    box-sizing: border-box;
    width: 60px;
    height: 36px;
    line-height: 32px;
    background-color: #FFFFFF;
    border: solid 2px darkcyan;
    border-left: 0;
    font-size: 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} 


.banner1-right { 
    min-width: 200px;
    text-align: right;
    
}
.banner1login {
    margin-top: 30px; 
}







.mall-banner {
    width: 1000px;
    margin: 0 auto;
}
.list-banner {
    width: 1000px;
    margin: 0 auto;
    padding-top:15px;
}
.mall-block {
    width: 1000px;
    margin: 0 auto;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding-top:20px;
    padding-bottom:20px;
}
.block-img {
    width: 100px;
    height: 100px;
}
.block-a { 
    display: inline-block;
    text-align: center;
    border: 0;
}







.category {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 10px;
}

.category-placeholder {
    display: inline-block;
    width: 100px;
}
.category-link {
    text-decoration: none;
    background-color: #008B8B;
}
.category-block {
    display: inline-block;
    width: 100px;
}

.category-icon {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bgcolor {
    background-color: #f5af33;
}
.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;
        text-decoration: none;
    }

        .category-icon a:active {
            background-color: #11aaaa;
        }

        .category-icon a:hover {
            background-color: #000000;
        }

.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;
    background-color: #fff; 
     
}

.drugimg {
    width: 180px;
    height: 180px;
}




.stock-div {
    text-align: left;
    font-size: 13px;
}

.stock-span {
    margin-left: 40px;
}

.stock-tips {
    color: #a0a0a0;
}

.stock-qty {
    font-size: 15px;
    font-weight: bold;
}



.drugprice {
    width: 180px;
    text-align: left;
}

.drugtocart {
    box-sizing:border-box;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    border: solid 1px #008B8B; 
}
    .drugtocart a {
        text-decoration: none;
        color: red;
    }

.drugtobuy {
    box-sizing: border-box;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    border: 0;
    border-left: solid 1px #008B8B; 
}

    .drugtobuy a {
        text-decoration: none;
        color: red;
    }

.drugbuy {
    box-sizing: border-box;
    width: 180px;
    margin-top: 10px;
    border: solid 1px #008B8B;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.drugtobuyQty {
    width: 85px;
    height: 26px;
    border: 0;
}











.maincontent {
    width: 1000px;
    min-height: 800px;
    margin: 0 auto;
    text-align: left;
}

.price-new {
    font-size: 16px;
    color: #fb4848;
    font-weight: bold;
}
.price-old {
    font-size: 14px;
    color: #909090;
    text-decoration: line-through;
    margin-left: 10px;
}


.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;
}
.nodata {
    text-align: center;
    margin-top: 120px;
    font-size: 16px;
}
.app-logo {
    vertical-align: middle;
    width: 60px;
    height: 60px;
}






.footer {
    box-sizing: border-box;
    width: 1000px;  
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    border-top: solid 1px #C0C0C0;
}
.footer-copyright { 
    padding-bottom: 40px;
}


.border-float {
    text-align: left;
    margin-top: 5px;
}

    .border-float a {
        color: #666;
    }

        .border-float a:hover {
            text-decoration: none;
            color: #f83333;
        }

.border-color {
    display: inline-block;
    width: 20px;
    color: #666;
    border: 1px solid #666;
    height: 20px;
    text-align: center;
}

.title-align {
    text-align: left;
}

.title-bgcolor {
    color: #666;
}

.border-bgcolor {
    border: 1px solid #CFE9E9;
    color: #666;
}

.input-image {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    border: 0px;
    background-image: url(/img/market/shopping-cart.jpg);
    float: right;
    background-color: #fff;
}
/*购物车加减*/
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: 80px;
        right: 2px;
        background: #00b19f;
        line-height: 15px;
        padding: 2px 4px;
        color: #fff;
        border-radius:2px;
        font-size:12px;
    }

.druImgdiv {
    position: relative;
}

.drugimg {
    max-width: 100%;
}





.overlay {
    position: absolute;
  /*  top: 0;*/
    left: 0;
   /* width: 100%;
    height: 100%;*/
   width:179px;
   height:179px;
    background-color: rgb(145 135 135 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #605c5c;
    font-size: 25px;
    z-index: 1;
    pointer-events: none;
}


.overlay-text {
    font-size: 40px;
}

.sold-out .overlay {
    display: block;
}




/*.banner1-container {
    display: flex;
    align-items: center;
}

.app-name-test {
    font-size: 15px;  
    color: #01b09f;   
    margin-left: -22px;  
    margin-bottom:55px;
}*/

.banner1-container {
    display: flex;
    align-items: center;
}

.app-name-test {
    font-size: 20px;
    color: #069183;
    margin-left: -5px;
    margin-bottom: 5px;
    /*background: linear-gradient(90deg, #ffdf00, #ff9e00, #ffdf00);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s linear infinite;*/
}

/*@keyframes shine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}*/
