/* ¶Ï¸ùÄÚ±í±ß¾à */
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;
}<!--ºÄÊ±1772250453.9375Ãë-->