* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'SourceHanSansSC-Regular';
  src: url('../fonts/SourceHanSansSC-Regular-2.otf') format('woff');
}

@font-face {
  font-family: 'SourceHanSansSC-Medium';
  src: url('../fonts/SourceHanSansSC-Medium-2.otf') format('woff');
}

@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-VF-2.otf') format('woff');
}

body,
html {
   font-family: 'SourceHanSansSC-Regular';
}

select {
  font-family: customize;
}

li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #fd8442;
}

img {
  width: 100%;
  vertical-align: middle;
}

input {
  padding: 0;
  border: none;
  outline: none;
  color: #333;
}

button {
  cursor: pointer;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

select {
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

select {
  /* display: none; */
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.re-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}