/**!
 * 盐都区公共资源电子化综合交易平台建设项目
 * author: xuhai;
 * date:2024-04-08
 */

.ewb-search-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 998px;
    height: 68px;
    padding: 0 20px 0 97px;
    background: url(../images/search_box2.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: 100px;
}

.ewb-search-label {
    height: 30px;
    line-height: 30px;
    width: 90px;
    color: #fff;
    text-align: right;
}

.ewb-search-input {
    width: 246px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    outline: 0;
    text-indent: 10px;
}

.ewb-search-button {
    display: block;
    width: 87px;
    height: 30px;
    padding: 0 0 0 40px;
    border: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    outline: 0;
    /* background: url(../images/s_wico.png) 17px center no-repeat #e35d5d; */
    background: url(../images/s_wico.png) 17px center no-repeat #ffae00;
}

@media (max-width: 979px) {
    .ewb-search-box {
        width: 100%;
        padding-left: 10px;
        margin-left: 0;
    }
    .ewb-search-input {
        flex: 1;
        width: 0;
    }
}

@media (max-width: 767px) {
    .ewb-search-box {
        height: auto;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
        background-position: center;
        background-size: cover;
    }
    .ewb-search-input {
        flex: none;
        width: calc(100% - 90px);
        margin-bottom: 10px;
    }
    .ewb-search-label {
        margin-bottom: 10px;
    }
    .ewb-search-button{
        margin: 0 auto;
    }
}
