.search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: fixed;
    top: 10px;
    width: 100%;
}

.search-left {
    display: flex;
    position: relative;

}

.search-left input {
    padding: 6px 15px 5px 1px;
    height: 45px;
    border-radius: 10px;
    background-color: #fff;
    width: 300px;
    font-size: 20px;
    border: 3px solid #4e6ef2;
    
}

.search-left .cancle {

    font-size: 15px;
    color: #9195A3;
    font-family: cIconfont!important;
    font-style: normal;
    position: absolute;
    right: 10px;
}

.search-right {
    background-color: #4e6ef2;
    color: #fff;
    font-size: 9px;
    padding: 5px 15px;
    margin-left: 0px;
    height: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}