@charset 'UTF-8';
/* 公共样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font: 12px/20px "Microsoft YaHei", "宋体", "Arial Narrow", HELVETICA;
  background: #fff;
}
fieldset,
img {
  border: 0;
}
img {
  display: block;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  margin: 0;
  outline-style: none;
}
input,
textarea {
  outline-style: none;
  /* -webkit-appearance: none; */
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: underline;
  text-decoration: none;
}
/* 公共样式结束*/

/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 3659421 */
  src: url("../fonts/font_3659421_xcpweqett1.woff2")
      format("woff2"),
    url("../fonts/font_3659421_xcpweqett1.woff")
      format("woff"),
    url("../fonts/font_3659421_xcpweqett1.ttf")
      format("truetype");
}
