/**!
 * ä¾¿æ°‘æç¤º
 * author: fxyue;
 * date:2019-10-9
 */

.ewb-infos span{
    padding-right: 10px;
    text-align: right;
}
.make-search {
    width: 25%;
    border: 2px solid #e2303c;
    box-sizing: border-box;
    float:right;
}

.make-search>input {
    float: left;
    width: calc(100% - 80px);
    height: 30px;
    text-indent: 16px;
    font-size: 16px;
}

.make-btn {
    float: left;
    width: 80px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    background-color: #e2303c;
}
