@import './font/style.css';

html {
    height: 100%;
    color: #333;
    font: 14px/1.5 '-apple-system', 'Helvetica', 'sans-serif';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
html,body{
    position: relative;
    min-height: 100%;
    background-color: #F5F7FA;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, input, textarea, blockquote, pre, address, cite, code, del, dfn, em, ins, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a{
    text-decoration: none;
    color: #333;
}
a:active,a:visited{
    color: #333;
}
ul{
    list-style: none;
}
button, input, optgroup, select, textarea {
    border: 0;
    outline: 0;
    padding: 0;
    font: inherit;
    color: inherit;
}
img{
    border: 0;
    vertical-align: middle;
}
input {
    width: 100%;
    height: 45px;
    font-size: 14px;
    text-indent: 36px;
    border: 1px solid #CED3D9;
    border-radius: 3px;
}
#login input:hover{
    border-color: #B6BABF;
}
#login .inputColor{
    border-color: #09f !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #C2C6CC;  /*输入框提示语的字体样式*/
    font-size: 14px;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}
