/*reset css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,section,article,aside,header,footer,nav,dialog,figure,hgroup {
  margin: 0;
  padding: 0
}

html{
  font-family: sans-serif;
  text-size-adjust: 100%;
}
html,body{
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
input,select,textarea,button{
  font:inherit;
}

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

fieldset,img {
  border: 0
}

caption,th {
  text-align: left
}

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

ul,ol,li {
  list-style: none
}

em,i {
  font-style: normal
}

del {
  text-decoration: line-through
}

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

a {
  text-decoration: none;
  background-color: transparent;
  color: #4A90E2;
}

input,img {
  vertical-align: middle
}

img {
  max-width: 100%
}
button:focus,input:focus,a:focus,a:active,a:hover,textarea:focus {
  outline: 0;
}
