#choose-amount {
    height: 100%;
}
/* 加减 */
#choose-amount .wrap-input {
    position: relative;
    height: 40px;
    line-height: 40px;
}

#choose-amount .wrap-input div {
    float: left;
    width: 20px;
    height: 100%;
    margin-right: 4px;
}

#choose-amount .wrap-input a {
    overflow: hidden;
    width: 30px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #999;
    float: left;
}

#choose-amount .wrap-input font {
    font-size: 12px;
}
#choose-amount .text {
    border: #999 1px solid;
    padding: 2px;
    width: 38px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    border-right: none;
}

/*详细信息右侧店铺信息*/
#shop-info {
    width: 240px;
    min-height: 370px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    background: url(../../images/goodlist/gyxx_bg.jpg) no-repeat;
}

#shop-info .shop-name {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0;
    text-align: center;
}
#shop-info .shop-name>div{
    width:220px;
    margin: 0 auto;
    border-bottom: solid 1px #e5e5e5; 
}
#shop-info .shop-title dt {
    width: 100%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#shop-info .shop-title a {
    color: #fff;
}

#shop-info .shop-info-detail {
    width:100%;
    margin: 10px auto;
}

#shop-info .shop-info-detail .shop_des{
    height:145px;
    text-align: center;
}
#shop-info .shop-info-detail .shop_des img{
    
    margin-top: 20px;
}
#shop-info dl:nth-child(3) {
    border-bottom: none;
}
.business_license {
    width: 80px;
    height: 80px;
    margin: 55px auto 0;
}

.business_license img {
    width: 100%;
    height: 100%;
}

/*购买须知*/
.goods-sales-support {
    padding: 10px 15px;
    line-height: 2em;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.goods-sales-support .sales-support-info {
    margin-top: 10px;
}

.goods-sales-support .state {
    margin-top: 10px;
    padding-top: 10px;
    border-top: #dedede 1px dotted;
    overflow: hidden;
    zoom: 1
}