@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
img {
  border: none;
  width: 100%;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
i,
s,
em,
u {
  font-style: normal;
  text-decoration: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  *zoom: 1;
}
textarea,
input,
button {
  font: inherit;
  outline: none;
  width: 100%;
  background-color: transparent;
  border: 0;
  color: inherit;
}
body {
  font: 14px/1.5 PingFangSC Microsoft YaHei SimSun, arial;
  color: #333;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 0, 0, 0.4);
}
/* 公共 */

video {
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next:focus {
  outline: none;
}

body.bg {
  background-color: #f7f7f7;
}
body {
  overflow-x: hidden;
}
