﻿.brandinfo-template {
    position: absolute;
    top: 160px;
    left:334px;
}
.brandinfo-template p {
    width: 55px;
    height: 52px;
    background-color: #8b8b8b;
    margin-bottom: 4px;
}
.brandinfo-template p img{
    margin-top:10px;
    width: 30px;
    height: 30px;
}
.brandinfo-template li {
    cursor:pointer;
    line-height: 52px;
    width: 55px;
    height: 52px;
    background-color: #8b8b8b;
    color: #fff;
    font-size: 14px;
}
.brandinfo-template .active {
    background-color: #646464;
}
