::placeholder { /* chÃƒÂ¡Ã‚ÂºÃ‚Â¡y tÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœt trÃƒÆ’Ã‚Âªn Chrome, Firefox, Opera, Safari 10.1+ */
    color: #565656;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* chÃƒÂ¡Ã‚ÂºÃ‚Â¡y trÃƒÆ’Ã‚Âªn Internet Explorer 10-11 */
    color: #565656;
}

::-ms-input-placeholder { /* chÃƒÂ¡Ã‚ÂºÃ‚Â¡y trÃƒÆ’Ã‚Âªn Microsoft Edge */
    color: #565656;
}
.UISearch {
    position: absolute;
    z-index: 999;
    bottom: 65px;
    right: 40px;
}
.UISearch .SearchBorder {
    height: 42px;
    position: relative;
    display: inline-flex;
}
.UISearch .searchBox {
    padding: 13px 10px;
    font-size: 13px;
    width: 330px;
    margin: 0px;
    vertical-align:top;
    border: none;
    background: #ffffff63;
    position:relative;
}
.UISearch .SearchWrap:after {
    content:'';
    width: 70px;
    height: 41px;
    background: #03c2ea94 url(Images/s.png) no-repeat center;
    position:absolute;
    right: 0;
    top: 0;
}
.UISearch .btnSearch {

}
.UISearch .autocomplete {
    max-width: 240px;
    background: #fff;
    padding: 10px 20px;
    margin-top: 1px;
    display:none;
}
.UISearch .autocomplete .list .info {
    height: 24px;
}
.UISearch .autocomplete span.name:hover {
    color:#1979c6;
}
.UISearch .autocomplete a.item img{
    display:none;
}