/* reset */
@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li,
p,
pre,
form,
button,
input,
textarea,
th,
td,
div,i,span,em {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html,
body,
button,
input,
select,
textarea {
  font: 14px/1.5 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
button,
input,
select,
textarea {
  font-size: 100%;
}
em,
i {
  font-style: normal;
}
form {
  display: inline;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0 none;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
.hidden {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
}
input::-webkit-input-placeholder {
    color: rgba(243,233,209,0.8);
}

input:focus::-webkit-input-placeholder {
    color: #d1ab84;
}

textarea::-webkit-input-placeholder {
    color: rgba(243,233,209,0.8);
}

textarea:focus::-webkit-input-placeholder {
    color: #d1ab84;
}