/*搜做样式表*/
.type-top-div{
    width:100%;
    height:130px;
    background-color:#F6F6F6;
}
.type-top-div .search_div{
    width:1000px;
    height:50px;
    margin:auto;
}
.type-top-div .search_type div{
    float:left;
    width:100px;
    margin-right:20px;
    margin-top:10px;
    text-align: center;
    font-size: 19px;
    color:#888;
}
.type-top-div .search_type .libele-lib{
    font-size: 15px;
    width:720px;
    color:#acacac;
    margin-left:10px;
    margin-top:23px;
}
.search_set_have{
    background-color:#3EB53D;
}
.type-top-div .search_input{
    margin-top:15px;
}
.search_input input{
    width:300px;
    height:30px;
    line-height: 35px;
    font-size: 14px;
    color:#777;
    outline: none;
    padding-left: 10px;
    border:1px solid #CCCCCC;
    margin-top: 15px;
    float:left;
    margin-left:150px;
    border-radius: 3px;
}
.search_input div{
    float:left;
    margin-top:15px;
    margin-left:20px;
    text-align: center;
    color:#fff;
    cursor: pointer;
    width:60px;
    height:32px;
    line-height: 32px;
    background-color: #3EB53D;
    font-size: 15px;
    border-radius: 3px;
}
.search_input input:focus{
    box-shadow: 0 0 10px 0.1px #78aeda, 0 0 0.1px #78aeda inset;
}
.search-div{
    width:1000px;
    margin:auto;
    min-height:500px;
}
.search-div .libs{
    height:40px;
    line-height: 40px;
    margin-top:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #dddddd;
}
.search-div .type-line .child-title{
    height:35px;
    width:283px;
    line-height: 35px;
    color:#888;
    border-bottom: 1px solid #dfdfdf;
}
.search-div .type-line .type-card{
    margin-left:25px;
    float:left;
    margin-bottom: 15px;
}
.search-div .type-line .child-list{
    margin-top:5px;
    width:300px;
}
.search-div .type-line .child-list span{
    display:inline-block;
    margin-top:15px;
    margin-right: 5px;
}
.botton-div{
    height:100px;
}

