* {
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}
body, div,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p {
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    
    
}
a {
    text-decoration: none;
}
a, input, select, textarea {
    blr: expression(this.onfocus=this.blur());
    behavior: url(404.png);
}
input, select, textarea {
    outline: 0;
}
input, textarea {
    border: 0;
    background-color: transparent;
}
textarea {
    resize: none;
    overflow: auto;
}
ul, ol, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a img {
    border: 0;
}
table {
    margin: 0;
    border-collapse: collapse;
}


body, a {
    color: #5a5a5a;
}
a:hover {
    color: #ec0344;
}
.fl {
    float: left;
}
.fr {
    float: right;
    display: inline;
}
.cl, .cll, .clr {
    height: 0px;
    display: none;
}
.cl {
    clear: both;
}
.cll {
    clear: left;
}
.clr {
    clear: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tj{
  text-align: justify;
}
.ct {
    font-weight: bold;
}
.xt {
    font-style: oblique;
}
.qdx {
    text-transform: uppercase;
}
.sdx {
    text-transform: capitalize;
}
.qxx {
    text-transform: lowercase;
}
.sj_2em {
    text-indent: 2em;
}
.transition {
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.no-transition {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}


input, select, textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}



select::-ms-expand {
    display: none;
}