﻿@font-face {
  font-family: 'AlimamaFangYuanTiVF';
  src: url('../font/AlimamaFangYuanTiVF-Thin.ttf');
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  font-family: 'AlimamaFangYuanTiVF', 'Microsoft YaHei', '微软雅黑', sans-serif;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  line-height: 1.3;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}
body {
  min-height: 100%;
}
p,
ul,
li {
  margin: 0;
}
a:hover {
  text-decoration: none;
}
dt,
.size0 {
  font-size: 0;
  line-height: 0;
}
img {
  max-width: 100%;
  border: none;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.btn:focus,
.btn:active:focus,
.btn:hover {
  outline: none;
  background: none;
  box-shadow: none;
}
label {
  cursor: pointer;
}
.left {
  float: left;
}
.right {
  float: right;
}
.w1180 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.clear::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 1260px) {
  .w1180 {
    width: 92%;
    max-width: 100%;
    margin: 0 4%;
  }
}
@media screen and (max-width: 750px) {
  .w1180 {
    width: auto;
    max-width: 100%;
    margin: 0 20px;
  }
}