html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,hgroup,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    background: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    line-height: 1;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    word-break: break-word;
}
article, aside, details, figcaption, figure, footer, hgroup,header, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
b,strong,i,em {
    font-weight: normal;
    font-style: normal;
}

:focus {
    outline:none;
}
a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
button {
    width: auto;
    overflow: visible
}

input {
    outline: none;
}
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
input[type="radio"],
input[type="checkbox"] {
    font-size: 110%;
    position: relative;
    top: -1px
}
input[type="search"] {
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd
}
img,
video {
    max-width: 100%;
    height: auto;
    border: 0;
}

img {
    -ms-interpolation-mode: bicubic
}
div, header,main {
    position: relative;
}
.clear{
    clear: both;
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

.anim::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.anim::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.anim:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.anim:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.anim:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.anim:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.anim:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.anim:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}