.sx {
    font-size: 14px;
}

.sx .xz {
    padding: 0 0.6rem;
    display: flex;
    height: 1.5rem;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
}

.sx .sx_search {
    padding: 0.2rem 0.6rem;
    background: #00733cc7;
    display: flex;

    justify-content: space-between;
    align-items: center;

}

.sx_search .btn {
    color: #fff;
}

.sx_search .input {
    padding: 0 15px;
    background: #fff;
    box-sizing: border-box;
    flex: 1;
    margin-right: 10px;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 5px;
    display: flex;
}

.sx_search input {
    border: 0;
    margin-left: 10px;
    flex: 1;
    font-size: 16px;
}

.box_con {
    height: calc(100vh - 4.8rem - 1.5rem - 1.2rem - 0.4rem);
}

.sx i {
    font-size: 13px;
}