/* É¨³ýÄÚÍâ±ß¾à */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ½á¹¹ÔªËØ */
dl, dt, dd, ul, ol, li, /* list elements ÁÐ±íÔªËØ */
pre, /* text formatting elements ÎÄ±¾ÃûÌÃÔªËØ */
fieldset, lengend, button, input, textarea, /* form elements ±íµ¥Î»ËØ */
th, td { /* table elements ±í¸ñÔªËØ */
    margin: 0;
    padding: 0;
}
*{
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
}
/* ÉèÖÃÄ¬ÈÏ×ÖÌå */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "ËÎÌå", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; outline:none;/* ÓÃ ascii ×Ö·ûÌåÏÖ£¬£¬£¬Ê¹µÃÔÚÈÎºÎ±àÂëÏÂ¶¼ÎÞÎÊÌâ */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* ½«Ð±Ìå·öÕý */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* Í³Ò»µÈ¿í×ÖÌå */
small { font-size: 12px; } /* Ð¡ÓÚ 12px µÄÖÐÎÄºÜÄÑÔÄ¶Á£¬£¬£¬ÈÃ small Õý³£»£»£»£»¯ */

/* ÖØÖÃÁÐ±íÔªËØ */
ul, ol { list-style: none; }

/* É¨³ýa±êÇ©Ä¬ÈÏÑùÊ½ */
a { text-decoration: none; color: #fbf2d0}
a:hover { text-decoration: none;  color: #fbf2d0;}
/* É¨³ýa±êÇ©µã»÷Åä¾°ÖÂ */
a{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
/* ÖØÖÃÎÄ±¾ÃûÌÃÔªËØ */
abbr[title], acronym[title] { /* ×¢£º1.ie6 ²»Ö§³Ö abbr; 2.ÕâÀïÓÃÁËÊôÐÔÑ¡Ôñ·û£¬£¬£¬ie6 ÏÂÎÞÐ§¹û */
border-bottom: 1px dotted;
cursor: help;
}

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

/* ÖØÖÃ±íµ¥Î»ËØ */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img ³Ë³µ£ºÈÃÁ´½ÓÀïµÄ img ÎÞ±ß¿ò */
/* ×¢£ºoptgroup ÎÞ·¨·öÕý */
button, input, select, textarea {
    font-size: 100%; /* Ê¹µÃ±íµ¥Î»ËØÔÚ ie ÏÂÄÜ¼ÌÐø×ÖÌå¾ÞÏ¸ */
}
input{
    border: none;
}
/* ÖØÖÃ±í¸ñÔªËØ */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ÖØÖÃ hr */
hr {
    border: none;
    height: 1px;
}
img{
    display: block;
}
.textover{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}<!--ºÄÊ±1754955646.7374Ãë-->