.j_select {
    margin:0;padding:0;cursor:pointer;position: relative;background:#fff;display:inline-block;width:390px!important;
}
.j_select .current_select {

    margin:0;padding:0;height:40px;line-height:40px;text-indent:1em;border:1px solid #ccc;box-shadow:none;
    margin-left:15px;
    margin-bottom: 10px;
    outline:none;
}
.j_select .current_select .select_icon {
    margin:0;padding:0;position:absolute;right:5px;top:5px;
}
.j_select ul {
    margin:0;padding:0;border:1px solid #eee;border-radius:2px;display:none;box-shadow:1px 1px 2px #ccc;background:#fff;
    position:absolute;width:calc(100% - 17px) !important;max-height:302px;overflow:auto;outline:none;z-index:99 !important;margin-left:15px ;
}
.j_select ul li {
    margin:0;padding:0;line-height:30px;text-indent:1em;list-style:none;
}
.j_select ul li:hover {
    background:#38c4ff;color:#fff;cursor:default;
}
.j_select ul li.current_item {
    background:#38c4ff;color:#fff;cursor:default;
}
.select_current_select_text{
    padding-left: 7px;
}
