.yclj{margin-left: 153px;}
.search {
    width: 200px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid rgb(74 74 74);
    position: relative;
    padding-right: 32px;}
.search input[type='text'] {
    background: none;
    padding-left: 20px;
    height: 32px;
    border: none;
    outline: none;}
.search button {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    outline: none;
    right: 05px;
    top: 0;
    background: none;}
.search button {
    vertical-align: middle;}
