@charset "utf-8"; body, video, p, h1, h2, h3, h4, h5, h6, dl, ol, li, ul, dd, input, textarea, button { padding: 0; margin: 0; } img { vertical-align: top; border: 0; } a { color: inherit; text-decoration: none; } li { list-style: none; } body { font-family: "微软雅黑", "宋体", Arial; font-size: 12px; color: #666; width: 100%; min-width: 1200px; } input { color: inherit; font-size: inherit; font-family: inherit; } textarea { resize: none; } input:focus, button:focus, textarea:focus, select:focus { outline: none; } /*input,button,textarea,select{ outline: none; }*/ input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; } input { background: none; outline: none; border: none; } a:hover { color: #53cac3 !important; } .sl { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .w { width: 1170px; margin-left: auto; margin-right: auto; } .cl:after { content: ""; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; } .cl { zoom: 1; }