.top-header-a{
    color: #666;
    margin-right:10px;
}
a.top-header-a:hover{
    color: #c81623;
}

.brand-nominate{
    width:1210px;
    margin: 0 auto;
}
.brand-nominate-title{
    font-size: 20px;
    color: #333;
    font-family:"Microsoft Yahei","宋体";
    height: 30px;
    border-bottom: 2px solid #c81623;
}
.brand-nominate-box{
    margin-top:10px
}
.brand-nominate-box li{
    float: left;
    width:121px;
    height:79px;
    background: #ececec;
    border-right: solid 1px #d8d2d26b;
    box-sizing: border-box;
    position: relative;
    padding:10px;
    box-sizing: border-box
}
.brand-nominate-box li a.brand-nominate-in{
    position: absolute;
    top: 0;
    left: 0;
    font-family:"Microsoft Yahei","宋体";
    width: 121px;
    height: 79px;
    text-align: center;
    box-sizing: border-box;
    border: solid 2px #c81623;
    z-index: 999;
    background: hsla(0,0%,100%,.7) none repeat scroll 0 0!important;
}
.brand-nominate-box li a.brand-nominate-in span{
    display: block;
    width: 65px;
    line-height: 20px;
    margin: 30px auto;
    background-color: #c81623;;
    border-radius: 12px;
    color: #f9f9f9;
    font-style: normal;
}
.brand-nominate-box li:nth-child(10n){
    border-right: solid 0 #d8d2d26b;
}
.brand-nominate-box li:nth-child(n+10){
    border-top: solid 1px #d8d2d26b;
}
.brand-nominate-box li img{
    vertical-align:bottom;
    width:96px;
    height:63px;
    margin: 0 auto
}