/* reset */

::-moz-selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

::selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

::-moz-selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

::-webkit-selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

html {
  overflow-y: scroll;
  background: #fff;
}

* html,
* html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  color: #2e2e2e;
  font: 12px/1.5 "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: 400;
}

address,
cite,
dfn,
em,
i,
var,
b {
  font-style: normal;
}

small {
  font-size: 12px;
}

legend {
  color: #000;
}

dd,
dl,
dt,
li,
ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

input,
label,
select,
textarea,
button {
  outline: 0;
}

img,
li,
input,
label,
select,
textarea,
button {
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

input[type=submit],
input[type=button] {
  star: expression(this.onFocus=this.blur());
}

input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea,
button {
  font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}

a,
a:link {
  color: #2e2e2e;
  text-decoration: none;
  outline: 0;
  +cursor: pointer;
  star: expression(this.onFocus=this.blur());
}

a:hover {
  text-decoration: underline;
  color: #ffc601;
}

/* end reset */

/* common */

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

img {
  display: inline-block;
  vertical-align: top;
}

.hide {
  display: none !important;
}

.vh {
  visibility: hidden;
}

.vam {
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* end common */
