.content{
    min-height: 100px;
    padding-bottom: 15px;
}
.banner img{
    width: 100%;
    display: block;
}
.content-head{
    padding: 0 30px;
    margin: 15px 0 10px;
    background: #fff;
    font-size: 12px;
    color: #000;
}
.content-head .sort{
    padding:10px 0;
    line-height: 36px;
    height: 36px;
    text-align: center;
}
.content-head .sort .sort-title{
    font-size: 0;
    float: left;
    cursor: pointer;
    color: #888888;
}
.content-head .sort .sort-title span,.content-head .sort .sort-title i{
    font-size:16px;
}
.content-head .sort .active{
    color: #be1717;
}
.content-head .sort i{
    color: #888888;
}
.content-head .btn{
    width: 100px;
    background: #be1717;
    color: #fff;
    font-size: 12px;
    line-height: 37px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.content-head .btn:hover {
    background: #f25555;
}
.content-head .ipt-btn{
    width: 30%;
    float: left;
}
.box{
    padding:0 30px 10px;
    background: #fff;
}
.offer-btn{
    width: 100px;
    color: #be1717;
    border: 1px solid #be1717;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}




.el-input{
    width: 70%;
    display: block;
    float: left;
    font-size: 12px;
}
.el-input__inner{
    line-height: 36px;
    height: 36px;
    border-radius: 0;
    color: #000;
}
