/* yuxue-1.0.0/ ui-base.css Date:2020-06-05 21:59:36 */

a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input, select, textarea, button {
  margin: 0;
  padding: 0
}

html, body {
  min-width: 1200px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  color: #333;
  background-color: #f7f8fa
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

input, select, button {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand{
  display: none;
}

select::placeholder{
  color: #999;
}

button, html input[type=button], input[type=submit] {
  border: none;
  background: none;
  -webkit-apperance: button;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer
}

ol, ul {
  list-style: none
}

img {
  border: 0;
}

em, i, u {
  font-style: normal
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer
}

.fl {
  float: left
}

.fr {
  float: right
}

.clearFix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearFix {
  *zoom: 1
}

.wrapper {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
	font-size: 15px;
}