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;
  box-sizing: border-box;
}
.pr {
  position: relative;
}
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: BebasNeueBold;
  src: url('BebasNeueBold.ttf');
}*/
@font-face{
  font-family: 'BebasNeueBold';
  src: url('BebasNeueBold.eot')/*tpa=http://www.chinese-mg.com/themes/basicen/skin/css/BebasNeueBold.eot*/;
  src: url('BebasNeueBold.eot-#iefix')/*tpa=http://www.chinese-mg.com/themes/basicen/skin/css/BebasNeueBold.eot?#iefix*/ format('embedded-opentype'),
       url('BebasNeueBold.ttf')/*tpa=http://www.chinese-mg.com/themes/basicen/skin/css/BebasNeueBold.ttf*/ format('truetype');
}
/* @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",sans-serif,serif;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  line-height: 1.5;
}
/* 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 {
  margin-top: -4em;
}
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)/*tpa=http://www.chinese-mg.com/themes/basicen/skin/images/arrow.png*/ no-repeat scroll right center transparent;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  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; }

.pagebox ul {
  display: inline-block;
}
.pagebox ul li {
  display: inline-block;
  text-align: center;
  margin: 0 9px;
  position: relative;
}
.pagebox ul li a {
  display: block;
  color: #a1a1a1;
  padding: 0 7px;
}
.pagebox ul li:hover:before , 
.pagebox ul li.selected:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffb819;
}
.pagebox ul li:hover a, 
.pagebox ul li.selected a {
  color: #ffb819;
}
.pagebox ul li.first,
.pagebox ul li.last {
  display: none!important;
}
.pagebox ul li.previous,
.pagebox ul li.next {
  display: inline-block!important;
  visibility: inherit!important;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
}
.pagebox ul li.previous a,
.pagebox ul li.next a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.pagebox ul li.previous:hover,
.pagebox ul li.next:hover {
  border-color: #ffb819;
}