.all_search {
    margin: 20px 0 0 90px;
    overflow: hidden;
    height: 50px;
}

.f_box {
    width: 33px;
    height: 33px;
    background-color: #ff962d;
    border-radius: 50%;
    float: left;
}

.fangdajing {
    height: 9px;
    width: 9px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid white;
    margin: 6px 0 0 7px;
    position: relative;
}

.fangdajing:after {
    content: '';
    width: 3px;
    height: 9px;
    background-color: white;
    position: absolute;
    right: -5px;
    top: 8px;
    transform: rotate(-45deg);
}

.all_search_inp {
    height: 25px;
    width: 240px;
    border: 1px solid #ff962d;
    font-size: 14px;
    float: left;
    margin-top: 5px;
}

.all_search_btn {
    background-color: #fe9730;
    color: white;
    border: 0;
    height: 27px;
    width: 60px;
    border-radius:5px;
    outline: none;
    float: left;
    margin-left: 30px;
    margin-top: 6px;
    cursor: pointer;
}