/* #28286 START by liwenr 20200910 */
/* clearable input (default) */
.clearable{
    background: #fff url("/common/img/pc_index/icon_search_condition_close.png") no-repeat right -18px center;
   /*border: 0px solid #999;
    border-radius: 3px;
    transition: background 0.4s;*/
}
/* clearable input (show icon) */
.clearable.x  {
    background-position: right 5px center;
}
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

/* #28286 END by liwenr 20200910 */
