* {
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}

body,
html {
  margin: 0 !important;
  padding: 0;
  border: 0;
  font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei", SimSun, Arial, Tahoma, Helvetica;
  font-size: 14px;
  background: #17171A;
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

div {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0;
}

header {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: 700px;
  height: 44px;
  padding-top: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .back, header .setUp {
  width: 120px;
  height: 100%;
  cursor: pointer;
}
header .setUp {
  width: 120px;
  height: 100%;
}
header .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 1;
}
header .title img {
  width: 71px;
  height: 20px;
}
header .back {
  background: url("//image.gamersky.com/webimg13/zhuanti/nightFairTopic/back.png") no-repeat 16px center/20px;
}

#app {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
#app .slogan {
  width: 100%;
}
#app .container {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  padding-bottom: 34px;
}
#app .container .slogan_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
#app .container .slogan_link a {
  display: block;
  flex: 1;
  margin-right: 7px;
}
#app .container .slogan_link a:last-of-type {
  margin-right: 0;
}
#app .container .slogan_link a img {
  width: 100%;
}
#app .container .nightFairTopic_hr {
  width: 100%;
  margin-bottom: 14px;
}
#app .container .nightFairTopic_activityTitle {
  width: 100%;
  margin: 0 auto 13px;
}
#app .container .nightFairTopic_activityContent {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
#app .container .nightFairTopic_activityContent .nightFairTopic_activityContentBg {
  width: 100%;
}
#app .container .nightFairTopic_activityContent .nightFairTopic_activityContentButton {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 22px 32px 0;
  box-sizing: border-box;
}
#app .container .nightFairTopic_activityContent .nightFairTopic_activityContentButton a {
  display: block;
  flex: 1;
  margin-right: 22px;
}
#app .container .nightFairTopic_activityContent .nightFairTopic_activityContentButton a:last-of-type {
  margin-right: 0;
}
#app .container .nightFairTopic_activityContent .nightFairTopic_activityContentButton a img {
  width: 100%;
}
#app .container .nightFairTopic_club {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#app .container .nightFairTopic_club img {
  width: 100%;
}
#app .container .nightFairTopic_introduceTitle {
  width: 100%;
  margin: 0 auto 11px;
}
#app .container .nightFairTopic_introduceContent {
  width: 100%;
  margin-bottom: 22px;
}
#app .container .nightFairTopic_introduceContent .nightFairTopic_introduceContentTitle {
  font-size: 14px;
  color: #F0C496;
  font-family: PingFang SC-Medium;
  font-size: 500;
  line-height: 22px;
  margin-bottom: 1px;
}
#app .container .nightFairTopic_introduceContent .nightFairTopic_introduceContentText {
  font-size: 14px;
  color: rgba(240, 196, 150, 0.6);
  font-family: PingFang SC-Regular;
  line-height: 22px;
}
#app .container .nightFairTopic_introduceButton {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .container .nightFairTopic_introduceButton a {
  display: block;
  flex: 1;
  margin-right: 7px;
}
#app .container .nightFairTopic_introduceButton a:last-of-type {
  margin-right: 0;
}
#app .container .nightFairTopic_introduceButton a img {
  width: 100%;
}

.loadingBox {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 700px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #17171A;
}
.loadingBox img {
  width: 46px;
  height: 46px;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */