@charset "utf-8";

/* CSS Document */
/*全局样式*/
body {
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5fae\8f6f\96c5\9ed1",Arial,sans-serif;
  font-size: 14px;
  color: #333;
  background: rgba(235, 236, 237, 1);
}

.div1260{
  width: 1260px;
  margin: 0 auto;
}

.bgfff{
  background: #fff;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: none;
}

li {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

.clearfix::after {
  content:"";
  display:block;
  clear:both;
  visibility:hidden;
  height: 0;
  font-size:0;
}

.fl{
  float: left;
}

.fr{
  float: right;
}

input {
  vertical-align: middle;
  border: none;
  background: none;
}

select {
  vertical-align: middle;
  border: none;
  background: none;
}

button {
  text-align: center;
  border: 0;
  cursor: pointer;
}

::selection{background: rgba(237, 207, 164, 1);color: #fff;}
::-moz-selection{background: rgba(237, 207, 164, 1);color: #fff;}
::-webkit-selection{background: rgba(237, 207, 164, 1);color: #fff;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 12px;
}

em,i{
  font-style: normal;
}

.only-pc{display: block;}
.only-h5{display: none;}