body {
  color: #0a0d31;
  font-family: "Microsoft Yahei", sans-serif;
  background: #fff;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */

html {
  font-size: 100px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #0a0d31;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #f10808;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  padding: 0 1.6rem;
  width: 100%;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(1px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: sticky;
  left: 0;
  top: 0;
  line-height: 0.56rem;
  background: #f10808;
  font-size: 0.16rem;
}

.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  position: relative;
  margin-left: 0.4rem;
}
.header .nav > li > a {
  display: block;
  position: relative;
  color: #fff;
}

/**/
.homepage .d {
  position: relative;
}
.footer {
  text-align: center;
  padding: 0.2rem 0;
  line-height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.footer a {
  color: #fff;
}
