/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*\
    resetcss
    Version: 1.0.3
    Licence: MIT
    Repo   : https://github.com/chharvey/resetcss.git
    Home   : https://github.com/chharvey/resetcss#readme
    Author : Chris Harvey <chrisharvey2pi@gmail.com> (https://chharvey.github.io/)
\*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*================================*\
    reset.less
\*================================*/
body {
  text-align: left;
  background: #fff;
  color: #000;
}
sup,
sub {
  vertical-align: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
figure,
blockquote,
pre,
ol,
ul,
dl,
dd,
fieldset {
  margin: 0;
}
ol,
ul,
th,
td,
legend {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
pre,
th,
em,
strong,
i,
small,
dfn,
b,
var,
cite,
sup,
sub,
code,
kbd,
samp {
  font: inherit;
}
caption,
th {
  text-align: inherit;
}
pre {
  white-space: inherit;
}
mark {
  background: transparent;
}
a,
u,
s,
ins,
del {
  text-decoration: none !important; 
}
a{
	color:#000;
}
ol,
ul {
  list-style: none;
}
q {
  quotes: none;
}
a,
mark {
  color: inherit;
}
a{
	color:normal;
}
input::-ms-clear,::-ms-reveal{
    display: none;
}

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

html{
   font-family:"Microsoft YaHei", Arial,"Hiragino Sans GB", Helvetica,tahoma,sans-serif;
}
body,html{
  width: 100%;height: 100%;
}

.input1::-webkit-input-placeholder { color:#fff; }
.input1::-moz-placeholder { color:#fff; } /* firefox 19+ */
.input1:-ms-input-placeholder { color:#fff; } /* ie */
.input1 input:-moz-placeholder { color:#fff; }



