html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  background: url('../images/icons/background.png') no-repeat;
  background-size: cover;
}
.top-header {
  width: 100%;
  height: 2.5rem;
  background-color: rgba(137, 194, 177, 0.8);
  position: fixed;
  z-index: 1000;
}
.top-header .top-nav {
  width: 42%;
}
.top-header .top-nav .top-img {
  width: 2.225rem;
  height: 2.225rem;
  margin-top: 0.125rem;
  margin-left: 0.625rem;
}
.top-header .top-nav .top-img img {
  width: 100%;
  height: 100%;
}
.top-header .top-nav .top-name {
  width: 8.125rem;
  padding-left: 3.2rem;
  padding-top: 0.25rem;
  box-sizing: border-box;
}
.top-header .top-nav .top-name h1 {
  font-size: 0.825rem;
  color: #010101;
}
.top-header .top-nav .top-name span {
  display: inline-block;
  width: 8.5rem;
  font-size: 0.5rem;
  color: #3f3f3f;
}
.top-header .top-yuyue {
  width: 9rem;
  height: 100%;
}
.top-header .top-yuyue .top-yuyue-btn {
  width: 4rem;
  height: 1.5rem;
  outline: none;
  background: url('../images/icons/mobile_nav_btn.png') no-repeat;
  background-size: cover;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
}
.top-header .top-yuyue .yuyue-word {
  font-size: 0.5rem;
  margin-top: 1.5rem;
}
.sq-role-intro {
  width: 100%;
}
.sq-role-intro .swiper-slide {
  position: relative;
}
.sq-role-intro .swiper-slide .sq-voide {
  position: absolute;
  top: 2.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: rgba(88, 88, 88, 0);
  z-index: 998;
}
