﻿html, body {
    height: 100% !important;
}

/* 清除IE10及以上版本input的叉叉（X）和密码输入框的眼睛图标 */
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

/*清除谷歌浏览器下的 search 叉号 */
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*清除IE下的 search 叉号 */
input[type=search]::-ms-clear {
    display: none;
}

.gtvisible {
    width: 0px;
    height: 0px;
    position: absolute;
    top: -9999px;
    left: -9999px;
}



/*.clear-x {
    display: none;
    pointer-events: auto !important;
    cursor: pointer;
    width: 20px !important;
    z-index: 0;
}

.clear-input {
    padding-right: 20px !important;
}

    .clear-input:valid + .clear-x {
        display: inline;
    }

    .clear-input:read-only {
        background-color: white;
    }

.clear-x-show {
    display: inline !important;
}*/






