@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, 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, main, summary, time, mark, audio, video, a, button, input, select,
textarea{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

form{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

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

caption,th{
    text-align: left;
}

q:before,q:after{
    content:'';
}

object,embed{
    vertical-align: top;
}

hr,legend{
    display: none;
}

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

abbr,acronym,fieldset{
    border: 0;
}

img{
    border: 0;
    border: none;
    max-width: 100%;
    vertical-align: bottom;
}

a{
    color: #e62419;
    text-decoration:none;
    opacity: 1; 
    transition: all .3s;
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}


body{
    background: #fff;
    min-width: 320px;
    font-size: 14px;
    line-height: 1;
    color: #1d1717;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

button{
    background-color: transparent;
    border: none; cursor: pointer; 
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
}
