html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary,
.navbar {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.5;
}
ul,
ol {
  list-style: none;
}
a {
	-webkit-transition: all .300s;
	-moz-transition: all .300s;
	-o-transition: all .300s;
	transition: all .300s;
}

a,
a:focus,
a:hover,
a:active {
	outline: 0;
  cursor: pointer;
  text-decoration: none;
}
.pr {
  position: relative;
}
a,button,input{ 
  border: none;
  outline: none;

}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
/* @font-face {
  font-family: SourceHanSansCN;
  src: url('../fonts/SourcehansanscnNormal.ttf');
}
@font-face {
  font-family: CALIFR;
  src: url('../fonts/CALIFR.ttf');
}
@font-face {
  font-family: castellar;
  src: url('../fonts/castellar.ttf');
} */
body {
  font-family: "Source Han Sans CN", Arial, verdana, "微软雅黑", SimHei, "微软雅黑", "microsoft yahei";
  font-size: 16px;
  background-color: #131313;
  color: #333;

}
body.wfEditorMode a.wfEditorMode {
  display: block;
  height: 1.3em;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0.5em;
  background: white;
  color: #99ccff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
body.wfEditorMode .add_class >a.wfEditorMode {
  top: -22px;
}
select option {
  color: #000;
}
select option:hover {
  color: #000;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: none;
  color: #fff;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../images/arrow.png) no-repeat scroll right center transparent;
  line-height: initial;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
      -webkit-transition-delay: 9999999s;
    -webkit-transition: color 9999999s ease-out, background-color 9999999s ease-out;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }