div.searchInput {padding: 30px 0;}

.searchInput form {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.searchInput input,.searchInput button {
    border: none;
    outline: none;
}

.searchInput input {
    width: 100%;
    height: 42px;
    padding-left: 13px;
}

.searchInput button {
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}

/*.searchInput {background: #F9F0DA;}*/
.searchInput input {
    border: 2px solid #ff5555;
    border-radius: 5px;
    background: transparent;
    top: 0;
    right: 0;
}
.searchInput button {
    background: #ff5555;
    border-radius: 0 5px 5px 0;
    width: 60px;
    top: 0;
    right: 0;
}
.searchInput button:before {
    content: "搜索";
    font-size: 13px;
    color: #F9F0DA;
}

.complain_type{    font-size: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ff5555;
    padding-bottom: 10px;
    line-height: 32px;}
.complain_type a{
    margin-right: 30px;
    cursor: pointer;
    display: inline-block;
}
.complain_type .active{
    background: #ff5555;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 2px 6px;
}
.wb .l3{height: 30px;
    line-height: 14px;
    font-size: 12px;
 }
.wb .l3 .type{    color: #ff5555;
    margin-left: 10px;}

.complain_type .cate{
    cursor: default;
    display: block;
    float: left;
    width: 60px;
}
.complain_type .cateAll{
    float: left;width: 820px;margin-bottom: 10px;
}
