.bd{
    background-color: #fff;
}
header{
    border-bottom: none;
}
header .logo{
    width: 1.5rem;
    height: 1.38rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/index/index_03.png);
}
header .search-bar{
    margin: 0 .6rem;
    flex-grow: 1;
    font-size: .7rem;
    height: 1.5rem;
    display: inline-block;
    border: none;
    outline: none;
    padding: 0 .5rem 0 1.5rem;
    border-radius: .2rem;
    background-color: #EEEEEE;
    background-position: .5rem center;
    background-repeat: no-repeat;
    background-size: .8rem .8rem;
    background-image: url(../img/search.png);
}
.search-box{
    padding: 0 .4rem;
    margin-bottom: .8rem;
}

.search-box .title{
    margin: .5rem 0 .2rem;
}
.search-cont li{
    float: left;
    margin: .8rem .8rem 0 0;
    padding: .2rem .6rem;
    border-radius: .8rem;
    background-color: #eee;
}
.search-more{
    margin: 2rem auto 0;
    padding: .2rem 0;
    width: 8rem;
    color: #B4272D;
    border: 1px solid #B4272D;
    border-radius: .8rem;
    text-align: center;
}
















