* {
	padding: 0;
	margin: 0;
}
html, body {
  line-height: 1;
  font-family: Helvetica, Arial, "Microsoft YaHei", Verdana, Tahoma, sans-serif;
  color: #232323;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after,
.clearfix {
    clear: both;
    content: "";
}

input,button,a,select,textarea{
  margin: 0;
  padding:0;
  border:none;
  outline:0;
}
input[type="text"], input[type="tel"], input[type="search"], input[type="number"], button, a, textarea{
  -webkit-appearance:none;
}
.input::-webkit-input-placeholder,
.input::-moz-placeholder,
.input:-moz-placeholder,
.input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
  font-size: inherit;
}
strong {
  font-weight:700;
}
cite,em {
  font-style:normal
}
input[type="number"]{
  -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
  margin: 0;
}
.hide {
	display: none !important;
}
.dis{
  display: block;
}
.opac{
  opacity: 0 !important;
}
.wid_ov {
	width: 100%;
	overflow: hidden;
}
.themeColor{
  background-color: #fff;
}
.imgsBar img{
  display: block;
  width: 100%;
}