* {
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  font-size: 100px;
  min-width: 1280px;
}
@font-face {
  font-family: Helium-Xlight;
  src: url(../font/Helium-Xlight.otf);
}
.col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.center-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.row-space {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-nav {
  width: 100%;
  height: 0.76rem;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#menu-simple {
  float: right;
  margin-right: 0.5rem;
  height: 0.18rem;
  width: auto;
  margin-top: 0.29rem;
  display: none;
}
#logo {
  width: auto;
  height: 0.3rem;
  margin-top: 0.23rem;
  margin-left: 0.47rem;
}
#menu-ul {
  height: 0.3rem;
  float: right;
  line-height: 0.3rem;
  margin-right: 0.5rem;
  margin-top: 0.22rem;
}
#menu-ul li {
  min-width: 1.22rem;
  height: 100%;
  float: left;
  text-align: center;
}
#menu-ul li a {
  font-size: 0.14rem;
  color: #a7a7a7;
  cursor: pointer;
}
#menu-ul li div {
  width: 100%;
  height: 100%;
  float: left;
  margin-top: -0.04rem;
  padding: 0 0.05rem;
  background-color: #e91b2c;
  border-radius: 0.04rem;
}
#menu-ul li div img {
  height: 0.14rem;
  float: left;
  margin-left: 0.2rem;
  margin-top: 0.08rem;
}
#menu-ul li div p {
  font-size: 0.12rem;
  color: white;
  float: left;
  margin-left: 0.1rem;
  line-height: 0.3rem;
}
#friend-link {
  width: 100%;
  height: 1.5rem;
  background-color: #141414;
}
#relative-link {
  width: 100%;
  height: 0.5rem;
  background-color: #030303;
  align-items: center;
}
#relative-link p,
#relative-link a {
  font-size: 0.12rem;
  color: #454545;
}
#relative-link ul {
  margin-right: 18.75%;
}
#relative-link ul li {
  width: 0.9rem;
  float: left;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
#relative-link ul li p {
  text-align: center;
}
#relative-link ul li img {
  margin-right: 5px;
}
#num {
  margin-left: 18.75%;
}
#relative-link ul li:nth-child(2),
#relative-link ul li:nth-child(4) {
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
}
#left-btn,
#right-btn {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #0d0c0c;
  margin-top: 0.55rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #454545;
  cursor: pointer;
  font-family: "Agency FB";
  transition: all 0.3s linear;
}
#left-btn:hover,
#right-btn:hover {
  color: white;
}
.each-link {
  width: 13.49%;
  cursor: pointer;
}
.each-link p {
  font-size: 16px;
  color: white;
  margin-left: 10%;
}
.active {
  color: #ee1d23 !important;
}
@media screen and (min-width: 1280px) {
  html {
    overflow-x: hidden;
  }
}
#menu-ul li.prd:hover .snto-prd-more {
  display: block;
}
.snto-prd-more {
  display: none;
  width: 80px;
  height: 62px;
  background-color: #ee1d23;
  text-align: center;
  border-radius: 2px;
  position: relative;
  left: 22px;
  top: -4px;
}
.snto-prd-more::after {
  content: "";
  position: absolute;
  right: 16px;
  top: -6px;
  border-bottom: 6px solid #ee1d23;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.snto-prd-more > a {
  display: block;
  height: 50%;
  color: #fff !important;
}
.snto-prd-more > a:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-wrapper {
  width: 1300px;
  overflow: hidden;
  position: relative;
}
.slider-wrapper .slider {
  height: 100%;
  position: absolute;
  width: auto;
  display: flex;
  top: 0;
  left: 0;
}
.slider-wrapper .each-link {
  width: 260px;
  height: 100%;
  color: #5b5b5b;
  font-size: 20px;
}
.slider-wrapper .each-link span {
  font-size: inherit;
}
.slider-wrapper .each-link:hover {
  color: #e5e5e5;
}
