﻿.maincontent{
    box-sizing: border-box;
    background-color: #FFFFFF; 
    width: 1000px;  
    margin-top:20px;
    padding-bottom:40px;
} 
.drugdetail {
    width: 770px;
    float:left; 
} 
.detailmain {
    box-sizing: border-box;
    background-color: #FFFFFF;
    width: 100%;
} 
.detailmain-img {
    float: left;
    width: 400px;
} 
.detailmain-text {
    box-sizing: border-box;
    float: left;
    margin-left: 8px;
    width: 360px;
}

.mainimg {
    width: 400px;
    height: 400px;
} 
.main-tbl {
    width: 100%;
    border-top: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
}
.main-td-tips {
    color: #909090;
    height: 30px;
    width: 75px;
    padding-right: 5px;
    font-size: 15px;
}
.main-td-content {
    height: 30px;
    font-size: 15px; 
    padding-left:5px;
}  






.detailother {
    width:100%;
}
.other-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.other-content {
}
 


.drugname {
    color: #606060;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}
.textsingleline {
    line-height: 32px;
}
.textmultiline {
    height: 32px;
    line-height: 32px;
}
.batchspec {
    border:solid 1px #C0C0C0;
    padding:10px 10px 10px 10px;
}







.main-add {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
} 
.addtocart {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border: 0px;
    border-radius: 4px; 
    background-color: #11AAAA;
    color: #FFFFFF;
}
.addbuydiv {
    box-sizing: border-box;
    width: 180px;
    height: 36px;
    border: solid 1px #008B8B;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}
.addtobuyQty {
    width: 85px;
    height: 30px;
    border: 0;
    border-radius: 4px;
}
.addtobuy {
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: 0px;
    border-radius: 4px;
    color: #008B8B;
    background-color: #fff;
    border-left: solid 1px #008B8B;
}







.information {
    width: 220px;
    float: right;
    border: 1px solid #c0c0c0;
}
.information a {
    color: black;
    text-decoration:none;
}
.information-title {
    line-height: 35px;
    background-color: #f0f0f0;
    padding-left: 10px;
}

.information input {
    border: none;
    background-color: #fff;
    font-size: 16px;
}

.listitemimage {
    transition: all 0.6s;
    border: solid 1px #333333;
    width: 200px;
}

    .listitemimage:hover {
        transform: scale(1.4);
    }


.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;
}