* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  background-color: #0f131e;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

div,
i {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0 auto;
}


.scroll-list {
  width: 100%;
  display: none;
}

.scroll-list>.mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
}

.scroll-list .fix-box {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 4rem;
  z-index: 98;
  padding-top: 2rem;
}

.scroll-list .fix-box .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.scroll-list .fix-box .btn-close span {
  color: #564830;
  font-size: 1.17rem;
  font-weight: bold;
  display: flex;
  margin-top: 1.67rem;
  margin-left: 1.67rem;
}

.scroll-list .search {
  width: 28.92rem;
  height: 4.58rem;
  position: relative;
  top: 3.33rem;
}

.scroll-list .search .ipt-box {
  width: 28.92rem;
  height: 4.58rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 0;
  color: #fff;
  padding: 0 0.83rem 0 1.67rem;
}

.scroll-list .search>img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 14px;
}

.scroll-list span {
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
}

.scroll-list .list .scroll-txt {
  width: 12rem;
  margin: 0 auto;
  height: 3.58rem;
  display: flex;
  color: #fff;
  background-color: rgba(255, 255, 255, .25);
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.share-box {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 99;
}

.share-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.share-content a {
  display: flex !important;
  align-items: center;
  padding-left: 6rem;
  color: #fff;
  background: #4267b2;
  height: 5rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
}

.share-content a:nth-child(2) {
  background: #03A9F4
}

.share-content a:nth-child(3) {
  background: #F2671E;
}

.share-content a:nth-child(4) {
  background: #0073B1
}

.share-content a:nth-child(5) {
  background: #15ACE5
}

.share-content a:nth-child(6) {
  background: #FF4500
}

.share-content a:nth-child(7) {
  background: #36465F
}

.share-content a:hover {
  transform: scale(1.05)
}

.share-content a img {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}

.share—box img {
  width: 40px;
  height: 40px
}

.close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.adv {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  margin-top: 2rem;
}

.adv p {
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
}