.choseBillCont {
    text-align: center;
    margin: 0px auto;
}
.choseBillCont h6 {
    font-size: 32px;
    font-weight: bold;
    color: #00b1db;
    margin-top: 40px;
}
.choseBillCont h1 {
    font-size: 28px;
    color: #d8d8d8;
    margin-top: 0px;
}
.brandTitle{
    font-size: 30px;
    color: #00a8e6;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}
.brandWrap{
    padding: 30px 0;
    background-image: url(/static/index/images/enqinfo/mall5.jpg);
    background-size: cover;
    background-position: center center;
}
.brandPics {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
}

.brandPics .container{
    position: relative;
    width: 260px;
    height: 280px;
    border: 1px solid #737373;
    margin: 10px;
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 0 0 10px #bababa;
}



.brandPics .logo {
    position: absolute;
    width: 150px;
    height: 80px;
    left: 55px;
    top: 150px;
    background-color: white;
    box-shadow: 0 0 10px #bababa;
    border-radius: 5px;
    padding: 0px;
}
.brandPics div.img  {
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    height: 180px;
}

.brandPics .img  img{
    max-height: 200px;
}

.brandPics .logo img {
    max-width: 135px;
    max-height: 45px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.brandPics .name {
    padding-top: 70px;
    color: white;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

.layui-card{
    display: inline-block;
    width: 380px;
}
.itermChoose h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.itermChoose h4 {
    font-size: 14px;
    color: #666666;
}

