@charset "utf-8";
* {
  padding: 0px;
  margin: 0px;
}
@font-face {
  font-family: 'sourceHanSans-Normal';
  src: url('/SourceHanSansCN-Normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  /*background: url('/images/front/customerBG.png') no-repeat right top;*/
  padding: 0px;
  margin: 0px;
  color: #333;
  font: normal 14px/1 "sourceHanSans-Normal";
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
table,
tbody,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  margin: 0;
  padding: 0;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
figcaption,
menu {
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
html,
body {
  -webkit-text-size-adjust: none;
}
img {
  border: none;
  display: block;
  max-width: 4096px;
  width:100%;
  height: auto;
}
*:focus {
  outline: none;
}
/*解决chrome浏览器输入框输入时有聚焦问题*/
input {
  outline: none;
  vertical-align: middle;
}
input {
  outline: 0px;
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
i {
  display: inline-block;
  overflow: hidden;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
