/**!
* 黑龙江公共资源交易平台项目
* date:2021-07-19
* author: zsy;
*/

.data-search {
    height: 540px;
    padding-top: 98px;
}

.search-box {
    width: 715px;
    margin: 0 auto;
}

.search-pop {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    background-color: #3880d0;
}

.search-pop:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #387fd0 transparent transparent transparent;
}

.search {
    margin-top: 16px;
}

.search-input {
    width: 615px;
    height: 60px;
    line-height: 58px;
    padding: 0 22px;
    box-sizing: border-box;
    border: 1px solid #6fa1d9;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    background-color: #edf3fa;
}

.search input::-webkit-input-placeholder {
    color: #6fa1d9;
}

.search input::-moz-placeholder {
    color: #6fa1d9;
}

.search input:-moz-placeholder {
    color: #6fa1d9;
}

.search input:-ms-input-placeholder {
    color: #6fa1d9;
}

.search-btn {
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 16px;
    background-color: #3880d0;
    cursor: pointer;
}

.propmt {
    line-height: 24px;
    margin-top: 16px;
    font-size: 16px;
    color: #ff9000;
}