/**
 * Created by dujunyan on 2016/05/26. 商标分类查询
 */
.main{
    background-color: #eceef1;
}
.slide-index,
.slide-index .ui-switchable-content .ui-switchable-panel{
    height: 300px;
}
.middle-banner {
    position: absolute;
    margin-left: -960px;
    left: 50%;
}
.slide-index .ui-switchable-nav{
    display: block;
}
.sort-main {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 100px;
}
/* 内页 搜索框添加背景图片 */
.search-block{
    width: 100%;
    height: 110px;
    overflow: hidden;
    background: url("../../img/sort/search-bj.jpg")/*tpa=http://biaoju.zbjimg.com/www/img/sort/search-bj.jpg*/ no-repeat center;
}
/* 当前位置 */
.grid{
    line-height: 52px;
    color: #666;
    font-family: "simsun";
    letter-spacing: 2px;
}
.grid a{
    font-weight: bold;
    color: #46529d;
    text-decoration: underline;
}
.grid span{
    margin: 0 6px;
}
.grid strong{
    margin: 0 6px;
}
.blue{
    color: #46529d;
}
.red{
    color: #ff0000;
}
/* 提交按钮 */
.btn-apply{
    cursor: pointer;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    background-color: #ff7930;
    color: #fff;
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.disabled{
    cursor: not-allowed;
    background-color: #ddd;
    color: #888;
}