* {margin: 0;padding: 0;color: inherit;font-style: normal;list-style: none;outline: none;font-family: "Microsoft Yahei";box-sizing: border-box;}
table,
tr,
th,
td { border-collapse: collapse; border-spacing: 0; }
textarea { resize: none; overflow: auto; }
a,
a:link,
a:active,
a:visited,
a:hover { text-decoration: none; cursor: pointer; outline: none; }

img {object-fit: cover;max-width: 100%;}
html,
body,
iframe,
frame { border: 0; }
html { height: 100%; }
body { height: 100%; font-family: 'Microsoft Yahei', sans-serif; font-size: 14px; color: #333;  }
.fl { float: left; }
.fr { float: right; }
.fc { margin: 0 auto; }
.vertical-middle { vertical-align: middle; }
.hidden { display: none; }
.clear { clear: both; }
.iconfont { font-size: inherit; }
.overflow { overflow: hidden; }
.posR { position: relative; }
.posA { position: absolute; }
.posF { position: fixed; }
.fontB { font-weight: bold }
.textL { text-align: left; }
.textC { text-align: center; }
.textR { text-align: right; }
.text2em { text-indent: 2em }
.word-hidden { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.fs0 {font-size: 0;}



.wrap-clear:after { content: ''; display: block; clear: both; }
.wrap-clear {zoom: 1; }