.mall-con{
    padding-bottom: 0;
}
.mall-con .mall-k:last-child{
    border-bottom: 0;
}
/*具体内容部分*/
.info-img{
    border-radius: 4px;
    overflow: hidden;
}
.info-img img{
    width:320px;
    height:320px;
}
.info-right{
    margin-left: 380px;
}

.list-title{
    display: inline-block;
    width:50px;
    float:left;
}
.list-right{
    height:100%;
    margin-left: 50px;
}
.price-txt{
    color:#0f8549;
    font-size: 22px;
    font-weight: bold;
}
.info-title{
    font-size: 18px;
    font-weight: bold;
}
.info-list{
    height:50px;
    line-height: 50px;
}
.list-ul{
    height:50px;
    box-sizing: border-box;
    /*padding:10px 0;*/
}
.list-ul li{
    height:30px;
    line-height: 30px;
    float:left;
    border:1px solid #aaa;
    margin-right: 10px;
}
.list-ul li .model-txt{
    padding:5px 10px;
    cursor:pointer;
}
.list-ul li.hover,
.list-ul li:hover{
    border-color: red;
    color:red;
}
.price .lab{
    display: inline-block;
    width:52px;
    height:20px;
    overflow: hidden;
    margin-bottom: -4px;
    margin-left: 10px;
}
.tj{
    background: url("../img/offers.png") center center no-repeat;
}
/*数量*/
.count-div .num-input{
    width:50px;
    height:24px;
    text-align: center;
}
.count-div button{
    width: 28px;
    height:28px;
    font-weight: bold;
    font-size: 18px;
}
/*按钮*/
.btns{
    margin-top: 60px;
    padding-left: 20px;
}
.btns .btn{
    display: inline-block;
    width:120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 20px;
}
.purchase-btn{
    background: #0f8549;
    color:#fff;
}
.cart-btn{
    background: #b5b5b5;
    color:#0f8549;
}
/*产品图片*/
.introduce,
.pro-img{
    margin-top: 50px;
    padding:0 40px;
    border-top: 1px solid #9fa0a0;
}
.introduce{
    padding-bottom: 20px;
}
.introduce .introduce-title,
.pro-img .img-title{
    height:54px;
    line-height: 54px;
    font-weight: bold;
}
.img-list img{
    margin:0 auto;
}
.introduce .in-con{
    line-height: 30px;
}