123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- @charset "utf-8";
- * {
- word-wrap: break-word
- }
- html,
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- hr,
- p,
- iframe,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- pre,
- form,
- button,
- input,
- textarea,
- th,
- td,
- fieldset,
- option {
- margin: 0;
- padding: 0;
- border: 0;
- }
- ul,
- ol,
- dl {
- list-style-type: none
- }
- html,
- body {
- *position: static
- }
- html {
- font-family: sans-serif;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%
- }
- address,
- caption,
- cite,
- code,
- dfn,
- em,
- th,
- var {
- font-style: normal;
- font-weight: normal
- }
- input,
- button,
- textarea,
- select,
- optgroup,
- option {
- font-family: inherit;
- font-size: inherit;
- font-style: inherit;
- font-weight: inherit
- }
- input,
- button {
- overflow: visible;
- vertical-align: middle;
- outline: none
- }
- body,
- th,
- td,
- button,
- input,
- select,
- textarea {
- font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
- font-size: 14px;
- color: #333;
- -webkit-font-smoothing: antialiased;
- -moz-font-smoothing: antialiased
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-size: 100%
- }
- a,
- area {
- outline: none;
- blr: expression(this.onFocus=this.blur())
- }
- a {
- text-decoration: none;
- cursor: pointer;
- color: #333;
- }
- a:hover {
- text-decoration: none;
- outline: none
- }
- a.ie6:hover {
- zoom: 1
- }
- a:focus {
- outline: none
- }
- a:hover,
- a:active {
- outline: none
- }
- :focus {
- outline: none
- }
- /*img*/
- img {
- border: 0;
- vertical-align: middle
- }
- a img,
- img {
- -ms-interpolation-mode: bicubic
- }
- .img-responsive {
- max-width: 100%;
- height: auto
- }
- .fl{
- float:left;
- }
- .fr{
- float:right;
- }
- /*input*/
- input[type="number"]::-webkit-inner-spin-button,
- input[type="number"]::-webkit-outer-spin-button {
- height: auto
- }
- input[type="search"] {
- -webkit-appearance: textfield;
- /* 1 */
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- /* 2 */
- box-sizing: content-box
- }
- input[type="search"]::-webkit-search-cancel-button,
- input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none
- }
- ::-webkit-input-placeholder { /* WebKit browsers */
- color: #999;
- }
- :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: #999;
- }
- ::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: #999;
- }
- :-ms-input-placeholder { /* Internet Explorer 10+ */
- color: #999;
- }
- /*clearfix*/
- .cl:after,
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden
- }
- .cl,
- .clearfix {
- zoom: 1
- }
|