﻿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, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

ul, li, ol, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}


div img {
    display: block;
}


.clearfix:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}


/*::-webkit-scrollbar { */
/*    display: none;*/
/*    width: 0; */
/*    height: 0;*/

/*}*/

/*!**!*/
/*::-webkit-scrollbar-thumb { */
/*    display: none;*/
/*    border-radius: 0px;*/
/*    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);*/
/*    background: rgba(0, 0, 0, 0);*/
/*}*/

/*!**!*/
/*::-webkit-scrollbar-track { */
/*    display: none;*/
/*    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);*/
/*    border-radius: 0px;*/
/*    background: rgba(0, 0, 0, 0);*/

/*}*/


.overflow_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


/*


{
   word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;

}


*/


/** {*/
/*    -webkit-touch-callout: none !important; !* iOS Safari *!*/
/*    -webkit-user-select: none !important; !* Safari *!*/
/*    -khtml-user-select: none !important; !* Konqueror HTML *!*/
/*    -moz-user-select: none !important; !* Firefox *!*/
/*    -ms-user-select: none !important; !* Internet Explorer/Edge *!*/
/*    user-select: none !important; !* Non-prefixed version, currently supported by Chrome and Opera *!*/


/*}*/

