@charset "utf-8";
* {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul,
li,
ol {
  list-style-type: none;
}
body {
  background: #fff;
  color: #333;
  overflow-x: hidden;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
input,
textarea,
button,
select,
body {
}
input,
textarea,
button,
select,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"] {
  outline: none;
  border-radius: 0;
  resize: none;
}
input[type="button"],
button {
  cursor: pointer;
  outline: none;
}
img,
.block {
  display: block;
}
img {
  max-width: 100%;
}
em {
  font-style: normal;
}
p {
  margin: 0;
}
video {
  display: block;
}
.warp {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.fn_l {
  float: left;
}
.fn_r {
  float: right;
}
.o-hidden {
  overflow: hidden;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.clear {
  clear: both;
}
.te_c {
  text-align: center;
}
.te_r {
  text-align: right;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}
.dis-table {
  display: table;
}
.dis-tell {
  display: table-cell;
  vertical-align: middle;
}

.w50 {
  width: 50%;
}

/* 间距 */
.mt1-5 {
  margin-top: 1.5vw;
}

/* 字号 */
.f-22 {
  font-size: 1.5vw;
}

/* 颜色 */
.color-999 {
  color: #999;
}
.color-main {
  color: #aa3d35;
}

@media screen and (max-width: 992px) {
  .warp {
    padding: 0 15px;
  }
  .w50 {
    width: 100%;
  }
}

@media screen and (max-width: 1301px) {
  .warp {
    padding: 0 15px;
  }
}
