/* CSS Document */ @keyframes index_icon { 70% { height: 110px; } 80% { height: 150px; } 90% { height: 130px; } 95% { height: 125px; } } * { padding: 0; margin: 0; } body, button, input, select, textarea { font: 17px/1.2 "Microsoft YaHei",arial; } body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr { margin: 0; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } li { list-style: none; } fieldset, img { border: 0; } q:before, q:after { content: ''; } a:focus, input, textarea { outline-style: none; } /*input[type="text"], input[type="password"], textarea { outline-style: none; -webkit-appearance: none; }*/ textarea { resize: none; } address, caption, cite, code, dfn, em, i, th, var, b { font-style: normal; font-weight: normal; } abbr, acronym { border: 0; font-variant: normal; } b { font-weight: bold; } a { text-decoration: none; } a:hover { text-decoration: underline; } a { color: #434343; text-decoration: none; } a:hover { text-decoration: none; color: #268bcb; } body { color: #464646; } .warp { clear: both; margin: 0 auto; width: 1200px; }