*{
    margin: 0;
    padding: 0;
}


.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fixedbody{
    input{
        color:transparent;
        text-shadow: 0px 0px 0px #333;
    }
}
::after, ::before {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}
input, textarea {
    -webkit-user-select: text;
}
html, body, div, figure, ul, li, header, article, footer, nav, aside, section, h1, h2, h3, h4, h5, h6, input, select, span, dd, dl {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-drag: none;
    font-family: arial,sans-serif;
}
img{
    -webkit-user-select: none;
    -webkit-user-select: none;
}
li{
    list-style: none;
}

a {
    text-decoration: none;
    color: #006ae2;
    -webkit-tap-highlight-color: rgba(0,0,0,0.4)
}
a:reset{
  color: #006ae2;
}
/* 移除安卓版qq浏览器中的链接高亮 by picheng */
html.android.qqbrowser a {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

input[type="search"] {
    font-size: 18px;
    color: #fff;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
}
input{
    -webkit-appearance: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: Microsoft YaHei, sans-serif, Lantinghei SC, Open Sans, Arial, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}



input, select, textarea {
    font-size: 100%
}

h1, h2, h3, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

fieldset,
    img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal
}

div,
    span,
    a,
    p,
    li,
    h1,
    h2,
    h3,
    h5,
    h6,
    a {
    word-viewport: break-word;
    white-space: normal
}

li {
    list-style: none
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
    aside,
    dialog,
    figure,
    footer,
    header,
    menu,
    nav,
    section {
    display: block
}

audio,
    canvas,
    video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.pcl {
    display: block;
    position: absolute
}

a:focus,
    input:focus,
    textarea:focus {
    outline: none
}

#root,.App{
    width: 100%;
    height: 100%;
}

html,
    body {
    height: 100%;
    position: relative;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *height: 1%
}


body {
    -webkit-transform: none;
/*    -webkit-overflow-scrolling: touch;*/
}
/*::-webkit-scrollbar-track-piece {background: #fff;}
::-webkit-scrollbar {width: 0px;height: 12px;display: none;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {background: -webkit-gradient(linear,left);}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {border-radius: 6px;background: #bdbdbd;}
::-webkit-scrollbar-thumb:hover {background: #8e8e8e;}
::-webkit-scrollbar-thumb:active {background: #828181;}*/
