.my_input_box,
.remove_box{
    position: relative;
}
.my_input_box::after,
.remove_box::after{
    content: '';
    display: block;
    position: absolute;
    top: 20px;
	background-image: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2024121216272237966/cms/image/ac0f7222-fae9-4a38-b0da-a576ca4942be.png_290xaf.png?1748404712556');
	border: none;
	width: 11px;
	height: 6px;
    right: 21px;
}
.my_input,
.remove{
    cursor: pointer;
    width: 350px;
    height: 44px;
    border: 1px solid #9C9FF9;
    text-indent: 21px;
}

.remove{
    width: 350px;
}

.clean_my_input{
    display: none;
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    cursor: pointer;
    width: 9px;
    height: 9px;
}
.clean_my_input2{
    display: none;
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    cursor: pointer;
    width: 9px;
    height: 9px;
}