* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-form {
    /* width: 575px; */
    width: 99%;
    overflow: hidden;
}

.search-form .search-bd {
    height: 25px;
}

.search-form .search-bd li {
    font-size: 12px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    cursor: pointer;
    background-color: #eee;
    color: #666;
}

.search-form .search-bd li.selected {
    color: #fff;
    font-weight: 700;
    background-color: #b91318;
}

.search-form .search-hd {
    /* height: 40px; */
    height: 30px;
    position: relative;
    border: 2px solid #b91318;
    padding: 3px 3px 3px 6px;
}

.search-form .search-hd .search-input {
    width: 76%;
    line-height: 22px;
    padding: 4px 0;
    background: none;
    border: 0;
    outline: none;
    position: relative;
    left: 5px;
    top: 0;
    z-index: 5;
    margin-left: -3px;
}

.search-form .search-hd .search-input::placeholder {
    color: #bbbbbb;
    padding-left: 5px;
}

.search-form .search-hd .btn-search {
    /* width: 120px; */
    width: 21.062%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    /* right: 3px; */
    /* top: 3px; */
    border: 0;
    z-index: 6;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #b91318;
    outline: none;
    bottom: 0px;
    font-family: '微軟正黑體';
}

.search-form .search-hd .pholder {
    display: inline-block;
    padding: -3px 0;
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 13px;
    box-sizing: border-box;
    z-index: 4;
    background: url(../images/zoom.jpg) no-repeat 0 0;
    padding-left: 25px;
    top: 11px;
}

.search-form .search-hd .s2,
.search-form .search-hd #s2 {
    display: none;
}

.search-form .search-bg {
    width: 495px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
}