.smiddle .search {
    width: 640px;
    height: 90px;
    margin: 0 auto;
    margin-top: 40px;
}

.smiddle .search2 {
    width: 100%;
    height: 72px;
    margin-top: 0px;
}

.smiddle .search .top span {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 31px;
    text-align: center;
    line-height: 26px;
}

.smiddle .search .top span:first-child {
    margin-left: 10px;
}

.smiddle .search .top span.active {
    color: #ffffff;
    background: url(../img/list/active.png) no-repeat center center;
    background-size: 100% 100%;
}

.smiddle .search .top {
    margin-bottom: 20px;
}

.smiddle .search2 .top {
    margin-bottom: 15px;
}

.smiddle .search .bottom {
    height: 40px;
}

.bottom form {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.bottom form#searchform1 label {
    display: block;
    width: 640px;
    height: 40px;
}

.bottom form#searchform1 label {
    width: 100%;
}

.bottom form#searchform1 label input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
}

.bottom form button {
    width: 104px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: #3388ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.bottom form button a {
    text-decoration: none;
    color: #ffffff;
}

.bottom form#searchform2 label:first-child {
    display: inline-block;
    width: 210px;
    height: 40px;
}

.bottom form#searchform2 label {
    display: inline-block;
    width: 400px;
    height: 40px;
    float:left
}

.search2 form#searchform2 label {
    width: 770px;
}

.bottom form#searchform2 label input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
}

.bottom form label input {
    text-indent: 20px;
    font-size: 16px;
    color: #666666;
}

.bottom form#searchform2 label input:last-child {
    border-right: 0;
}