html,
body,
#app {
  width: 100vw;
  /* height: 100vh; */
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#app {
  overflow-y: auto;
  background-attachment: fixed;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(7, 21, 61);
  /* background: pink; */
}

#app::-webkit-scrollbar {
  display: none;
}

a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 0 15px;
  margin-bottom: 10px;
}

#content {
  width: 100vw;
  /* height: 100vh; */
  height: 100%;
  min-height: 100vh;
  /* background: url(../image/bg.png) top no-repeat; */
  /* background-image: url(../image/bgen.png); */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  color: #fff;
  text-align: center;
  padding-top: 6.66vw;
  box-sizing: border-box;
  position: relative;
}

p {
  color: #ffffff;
  text-shadow: 0 0 0.2em #0f66a2;
  letter-spacing: 4px;
  font-size: 4.2vw;
  line-height: 1.4;
}

.title {
  color: #f6c775;
  text-shadow: 0 0 0.2em #f6c775;
  letter-spacing: 0;
  font-size: 5.4vw;
  margin-bottom: 3.2vw;
}

.title span {
  color: #a3d7fe;
  text-shadow: 0 0 0.2em #5b8fc4;
  margin-left: 6px;
}

.bigtitle {
  color: #fff;
  font-weight: bold;
  font-size: 8.8vw;
  text-shadow: 0 0 0.3em #0f66a2, 0 0 0.3em #0f66a2, 0 0 0.3em #0f66a2;
  /* text-shadow: 0 0 0.2em #0f66a2, 0 0 0.2em #0f66a2, 0 0 0.2em #0f66a2; */
  letter-spacing: 0;
}

.bigtitle1 {
  text-shadow: -2px 0 0.1em #0f66a2, 0 2px 0.1em #0f66a2, 2px 0 0.1em #0f66a2, 0 -2px 0.1em #0f66a2;
  position: relative;
  -webkit-text-stroke: 2px #0f66a2;
}

.downloadBox {
  position: absolute;
  top: 80%;
  /* top: 136vw; */
  /* left: 50%; */
  left: 0;
  /* transform: translateX(-50%); */
  width: 100%;
}

.download {
  position: relative;
  display: inline-block;
  background: url(../image/down-bg.png) center no-repeat;
  background-size: 100%;
  /* width: 73.33vw; */
  width: 73.33%;
  /* max-width: 500px; */
  /* height: 13.33vw; */
  height: 13.33%;
  /* max-height: 85px; */
  /* line-height: 85px; */
  /* line-height: 13.33vw; */
  line-height: 200%;
  text-decoration: none;
  text-shadow: 0 0 0.3em #d50202, 0 0 0.3em #d50202, 0 0 0.3em #d50202;
  font-size: 6.66vw;
  font-weight: bold;
}

.download::after {
  display: block;
  content: '';
  /* width: 6.4vw; */
  /* height: 6.4vw; */
  width: 7.4%;
  height: 50%;
  background: url(../image/down.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 10%;
  top: 25%;
  /* transform: translateY(-50%); */
}

.learnMore {
  letter-spacing: 0;
  color: #e9b969;
  font-size: 4vw;
}

.middle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.ruleBox {
  width: 84.53vw;
  max-width: 340px;
  /*height: 65.66vw;*/
  height: 110.66vw;
  max-height: 120vh;
  background-color: #061c58;
  border: 1px solid #0091f7;
  box-sizing: border-box;
  padding-top: 25px;
  text-align: center;
  /* opacity: 0; */
}

.ruleContent {
  font-size: 12px;
  overflow: auto;
  width: 80%;
  height: 80%;
  line-height: 1.4em;
  text-align: left;
  /* background-color: #fff; */
  margin: 12px auto 7.5px;
}

.ruleContent p {
  margin-bottom: 6px;
  text-shadow: none;
  letter-spacing: 0;
  font-size: 3.2vw;
  line-height: normal;
  color: #a4d3fa;
}
.ruleContent p a {
  color: #f6c775;
  text-align: left;
  padding: 0;
}
.ruleContent a {
  color: #f6c775;
  text-align: left;
  font-weight: bold;
  font-size: 4.0vw;
  padding: 0;
}

.ruleContent .minititle {
  color: #a4d3fa;
  font-weight: bold;
  font-size: 3.3vw;
  padding: 6px 0;
}

.close {
  position: absolute;
  width: 28.125px;
  top: 0;
  right: 0;
  z-index: 10;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

@media screen and (min-width:640px) {
  p {
    font-size: 26px;
  }

  .title {
    font-size: 37px;
  }

  .downloadBox {
    top: 80%;
    height: auto;
  }

  .learnMore {
    margin-bottom: 10vw;

  }

  .download {
    width: 500px;
    font-size: 42px;
    height: 115px;
    line-height: 115px;
  }

  .download::after {
    width: 41px;
    height: 41px;
    left: 64px;
  }

  .learnMore {
    font-size: 25px;
  }

  .ruleBox {
    max-width: 84.53vw;
    height: 84vw;
  }

  .ruleContent p {
    font-size: 2.2vw;
  }
  .ruleContent a {
    font-size: 2.4vw;
  }
  .ruleContent .minititle {
    font-size: 2.3vw;
  }

}


/* 横板 */
@media screen and (orientation : landscape) {
  #app {
    background-color: #0b1b47;
  }
  #content {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    max-width: 100vw;
    height: 56.3vw;
  }

  .detail {
    position: absolute;
    right: 5.06%;
    /* right: 5.06vh; */
    /* top: 4vw; */
    top: 4%;
  }

  p {
    letter-spacing: 2px;
    font-size: 2.9vh;
    line-height: 1.4;
  }

  .title {
    font-size: 4.2vh;
    margin-bottom: 2.1vh;
  }

  .downloadBox {
    top: auto;
    bottom: 15%;
  }

  .download {
    width: 72.8vh;
    height: 13.33vh;
    line-height: 13.33vh;
    font-size: 6.233vh;
  }

  .download::after {
    width: 6.4vh;
    height: 6.4vh;
    left: 10vh;
  }

  .learnMore {
    font-size: 3.73vh;
    margin-bottom: 0;
  }

  .ruleBox {
    max-width: 80vw;
    max-height: 70vh;
  }

  .ruleContent p {
    font-size: 14px;
  }
  .ruleContent a {
    font-size: 15px;
  }


  .ruleContent .minititle {
    font-size: 15px;
  }
}

@media screen and (min-width:1000px) {

  .download {
    width: 400px;
    font-size: 32px;
    height: 115px;
    line-height: 115px;
  }

  .download::after {
    width: 40px;
    height: 40px;
    left: 64px;
  }

  .learnMore {
    font-size: 25px;
  }

}

@media screen and (min-height:1024px) {
  .downloadBox {
    top: 65%;
  }
}

@media screen and (width:768px) {
  .downloadBox {
    top: 80%;
  }
}

@media screen and (min-height:10240px) and (min-width:1366px) {
  .downloadBox {
    top: 65%;
  }
}
@media screen and (height:768px) {
  .downloadBox {
    /* top: 70%; */
    height: auto;
  }
}

@media screen and (min-height:760px) {
  /* .downloadBox {
    bottom: 14%;
  } */

  .learnMore {
    margin-bottom: 10vw;
  }

  .title {
    font-size: 22px;
    margin-bottom: 2.1vw;
  }

  p {
    font-size: 18px;
  }

  #content {
    padding-top: 35px;
  }
  .ruleBox {
    height: 70%;
  }
}

@media screen and (min-height: 812px )and (max-height:840px) {
  .title {
    font-size: 5.4vw;
    margin-bottom: 3.2vw;
  }
  p {
    font-size: 4.2vw;
  }
}

/* @media screen and (min-width:900px) {

  .voteBox {
    max-height: 414px;
  }
} */