@charset "utf-8";


html{font-size:62.5%;-webkit-text-size-adjust:none;}
html {-webkit-text-size-adjust:100%;-ms-text-size-adjust: 100%;}
/* body,html{
  font-family: "SourceHanSansCN-Light";
} */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
img {
  display: block;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
a:hover,a:focus {
  text-decoration: none
}
p{
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  /* line-height: 28px; */
}

input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  resize: none;
  border: none;
  vertical-align: middle;
  *font-size: 100%;
  outline: none;
}
input::-ms-clear {
  display: none;
}
input::input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder {
  color: #333;
}
input:-moz-placeholder {
  color: #333;
}
input::-moz-placeholder {
  color: #333;
}
input:-ms-input-placeholder {
  color: #333;
}
textarea::textarea-placeholder {
  color: #333;
}
textarea::-webkit-textarea-placeholder {
  color: #333;
}
textarea:-moz-placeholder {
  color: #333;
}
textarea::-moz-placeholder {
  color: #333;
}
textarea:-ms-textarea-placeholder {
  color: #333;
}
body {
  overflow-x: hidden;
  background: #fff;
}
table {
  border-collapse: collapse;
}
body {
  /* color: #333; */
  background: #fff;
  font: 14px/26px "微软雅黑", "Arial Narrow";
  overflow-x: hidden;
}
/* a {
  color: #333;
  text-decoration: none;
} */
/* a:visited {
  color: #333;
} */
/* a:hover,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
} */


.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
}