* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,SimSun,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  color: #4b403c;
}

hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both;
}

.ywcl-clear {
  clear: both;
  *zoom: 1;
}

.ywcl-clear:after {
  content: '\20';
  clear: both;
  *zoom: 1;
  display: block;
  height: 0;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  color: #4b403c;
}

a:hover {
  color: #606266;
}

.el-link--default {
  color: #606266;
}

.el-link--default:hover {
  color: #4c4032;
}

.el-link--primary {
  color: #4c4032;
}

.el-link--primary:hover {
  color: #4c4032;
}

a:hover {
  color: #fc5531;
}

a cite {
  font-style: normal;
  *cursor: pointer;
}
