﻿.banner1 {
    display: none; 
}
.drugdetail {
    width:1000px; 
}

.main-tbl {
    width: 100%;
    border-top: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
}
.main-td-tips {
    color:#909090;
    height:30px;
    width:60px;
    padding-right:5px;
    font-size:15px;  
}
.main-td-content {
    height: 30px;
    font-size: 15px; 
}

 
.detailmain {
    box-sizing: border-box;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.main-img {
    width: 400px;
    height: 400px;
}
.detailmain-img {
    float: left;
    width: 400px;
}
.detailmain-text {
    width:580px;
    float:left;
    margin-left:10px; 
}

.main-buy {

    
}
.main-add {
    margin-top: 4px;
}

.detailmain-info {
    margin-top:40px;
}
.main-title {
    font-size:16px;
    font-weight:bold;
    margin-top:20px;
}
.main-content {
}
.detailmain-image {
    margin-top: 40px;
}


.drugname {
    color: #606060;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.textsingleline {
    height: 32px;
    line-height: 32px;
}
.textmultiline {
    height: 32px;
    line-height: 32px;
}
.batchspec {
    border:solid 1px #C0C0C0;
    padding:10px 10px 10px 10px;
}




.detailtitle {
    box-sizing: border-box;
    border-bottom: solid 1px #C0C0C0;
    font-size: 20px;
    margin-top: 20px;
}

.detailblock{
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px; 
}





.addtocart-txt {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}
.addtocart-btn {
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border: 0px;
    border-radius: 4px;
}

.border-bgcolor {
    border: 1px solid #CFE9E9;
    color: #888;
}
.span-license {
    font-size: 15px;
    background-color: #1AA;
    color: #fff;
    width: 80px;
    display: block;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.input-image {
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border: 0px;
    background-image: url(/img/market/shopping-cart.jpg);
    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;
}