@keyframes moving {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
img {
  width: 100%;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 830px) {
  .pc-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 830px) {
  .mobile-only {
    display: block;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (max-width: 830px) {
  body {
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

#head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#head .navContainer {
  position: absolute;
  width: 93%;
  height: 55%;
  top: 26%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 830px) {
  #head .navContainer {
    width: 90%;
    top: 33%;
  }
}
#head .navContainer a {
  width: 6%;
}
@media only screen and (max-width: 830px) {
  #head .navContainer a {
    width: 16%;
  }
}
#head .navContainer a.iconBtn {
  width: 4%;
}
#head .navContainer a:hover {
  filter: brightness(80%);
}
#head .navContainer .viewsIcon {
  transform: translate(0, 5%) scale(1.075);
}
@media only screen and (max-width: 830px) {
  #head .mainLogo {
    position: absolute;
    width: 12.5%;
    top: 3%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#head .fbIcon {
  position: absolute;
  width: 8%;
  top: 5%;
  left: 75%;
}
#head .igIcon {
  position: absolute;
  width: 8%;
  top: 5%;
  left: 90%;
}

#indexBanner2 {
  width: 38vw;
}

#voteStart {
  position: absolute;
  width: 30%;
  height: 30%;
  left: 35%;
  top: 20%;
  z-index: 999;
}
@media only screen and (max-width: 575px) {
  #voteStart {
    width: 80%;
    height: 100%;
    left: 10%;
    top: 35%;
  }
}
#voteStart #close {
  position: relative;
  width: 4%;
  left: 85%;
  top: 14%;
}
@media only screen and (max-width: 575px) {
  #voteStart #close {
    width: 5%;
    left: 83%;
    top: 3%;
  }
}

.vote {
  width: 10%;
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 10%;
  z-index: 999;
  animation: moving 4s infinite;
}
@media only screen and (max-width: 575px) {
  .vote {
    width: 20%;
    top: 30%;
    right: 5%;
  }
}

.container {
  position: relative;
  width: 100vw;
  top: 5%;
  transform: translateY(18vh);
}
@media only screen and (max-width: 575px) {
  .container {
    position: absolute;
    top: 65%;
    transform: translate(-50%, -50%);
    left: 40%;
  }
}
.container .banner {
  width: 85%;
  height: 40vh;
  position: relative;
  top: 1vh;
  left: 7%;
  animation: moving 4s infinite;
}
@media only screen and (max-width: 830px) {
  .container .banner {
    width: 80%;
    top: calc(-25vw - 10vh);
    left: 11%;
  }
}
@media only screen and (max-width: 575px) {
  .container .banner {
    width: 100%;
    height: 40vh;
    top: -20vh;
  }
}
.container .attendBtn {
  width: 30%;
  margin: auto;
  cursor: pointer;
  position: relative;
  top: -5%;
  left: -2%;
  transform: translate(0%, -50%);
}
.container .attendBtn:hover {
  filter: brightness(80%);
}
@media only screen and (max-width: 830px) {
  .container .attendBtn {
    width: 43%;
    top: -10%;
    left: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .container .attendBtn {
    width: 43%;
    top: -10%;
    left: 20%;
  }
}
@media only screen and (max-width: 575px) and (max-height: 690px) {
  .container .attendBtn {
    width: 43%;
    width-top: -10%;
    width-left: 20%;
  }
}
@media only screen and (max-width: 350px) {
  .container .attendBtn {
    width: 43%;
    top: -10%;
    left: 20%;
  }
}

.main {
  padding-top: 10%;
  width: 100%;
  position: relative;
  padding-bottom: 5%;
  min-height: 96.5vh;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 830px) {
  .main {
    padding-top: 40%;
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .main {
    background: none;
    min-height: 95vh;
    padding-bottom: 5%;
  }
}
.main > .teamBtns {
  position: relative;
  top: 10vw;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 15vw;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 830px) {
  .main > .teamBtns {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .main > .teamBtns {
    position: relative;
    top: 10vw;
    margin-top: 30px;
    width: 200px;
    height: 110px;
  }
}
.main > .teamBtns .teamBtn0 {
  cursor: pointer;
  width: 39.3%;
}
.main > .teamBtns .teamBtn {
  cursor: pointer;
  width: 49.3%;
}
.main .search {
  position: relative;
  width: 24%;
  top: 4vw;
  left: 38%;
}
@media only screen and (max-width: 575px) {
  .main .search {
    width: 60%;
    left: 20%;
    top: 1px;
  }
}
.main .search #searchText {
  width: 70%;
  position: absolute;
  top: 10%;
  left: 21%;
  line-height: 3vw;
  background: transparent;
  border: none;
  outline: none;
  font-size: 28px;
}
@media only screen and (max-width: 575px) {
  .main .search #searchText {
    font-size: 22px;
  }
}
.main .search #searchIcon {
  cursor: pointer;
  width: 18%;
  height: 99%;
  position: absolute;
  top: 1px;
  left: 1px;
}
@media only screen and (max-width: 575px) {
  .main .search #searchIcon {
    height: 99%;
  }
}
.main #votedMsg {
  position: fixed;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 20%;
  z-index: 999;
}
@media only screen and (max-width: 575px) {
  .main #votedMsg {
    width: 80%;
    height: 100%;
    left: 10%;
    top: 40%;
  }
}
.main #votedMsg #close {
  position: absolute;
  left: 80%;
  top: 6%;
  width: 8%;
}
@media only screen and (max-width: 575px) {
  .main #votedMsg #close {
    width: 8%;
    left: 80%;
    top: 2%;
  }
}
.main #event_end {
  margin-top: 2%;
}
@media only screen and (max-width: 575px) {
  .main #event_end {
    margin-top: 30%;
  }
}
.main #line_satrt {
  position: relative;
  margin-top: 2%;
}
@media only screen and (max-width: 575px) {
  .main #line_satrt {
    margin-top: 30%;
  }
}
.main #line_satrt .uploadTip3 {
  width: 80%;
  position: absolute;
  top: 3%;
  left: 10%;
}
.main #line_satrt .uploadTip {
  position: absolute;
  width: 40%;
  top: 25%;
  left: 30%;
}
.main #line_satrt .uploadTip2 {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
  top: 60%;
}
@media only screen and (max-width: 575px) {
  .main #line_satrt .uploadTip2 {
    width: 70%;
    left: 15%;
  }
}
.main #line_satrt .lineGo {
  cursor: pointer;
  width: 33%;
  position: absolute;
  bottom: 50%;
  left: 15%;
}
.main #line_satrt .lineClose {
  cursor: pointer;
  width: 33%;
  position: absolute;
  bottom: 50%;
  right: 13%;
}
.main .banner {
  width: 50%;
  position: relative;
  left: 25%;
}
@media only screen and (max-width: 830px) {
  .main .banner {
    width: 75%;
    left: 12.5%;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner {
    width: 95%;
    left: 2.5%;
  }
}
.main .banner .download1 {
  position: absolute;
  width: 11%;
  top: 21.8%;
  left: 35.5%;
  height: 1%;
}
.main .banner .download2 {
  position: absolute;
  width: 11%;
  top: 21.8%;
  left: 51.2%;
  height: 1%;
}
.main .banner .link1 {
  position: absolute;
  width: 8.5%;
  top: 21.8%;
  left: 77.2%;
  height: 1%;
}
.main .banner .link2 {
  position: absolute;
  width: 27%;
  top: 38%;
  left: 59%;
  height: 1%;
}
.main .banner .teamBtns0 {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 830px) {
  .main .banner .teamBtns0 {
    width: 80%;
    top: 10.5%;
  }
}
.main .banner .teamBtns0 .teamBtn {
  cursor: pointer;
  width: 49.3%;
}
.main .banner .teamBtns {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 830px) {
  .main .banner .teamBtns {
    width: 35%;
    top: 7%;
  }
}
.main .banner .teamBtns .teamBtn {
  cursor: pointer;
  width: 49.3%;
}
.main .banner .prizeArea {
  position: absolute;
  left: 10%;
  width: 80%;
}
@media only screen and (max-width: 830px) {
  .main .banner .prizeArea {
    left: 0%;
    width: 100%;
  }
}
.main .banner .prizeArea .prizeTitle {
  width: 67%;
  margin: auto;
}
.main .banner .prizeArea .prizeImg {
  width: 24vw;
  height: 16.9848vw;
  position: relative;
  margin: auto;
  margin-bottom: 2%;
  cursor: pointer;
  background: white;
}
@media only screen and (max-width: 830px) {
  .main .banner .prizeArea .prizeImg {
    width: 35vw;
    height: 24.7695vw;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .prizeArea .prizeImg {
    width: 50vw;
    height: 35.385vw;
  }
}
.main .banner .prizeArea .prizeImg .fileImg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.main .banner .prizeArea .prizeName {
  text-align: center;
}
@media only screen and (max-width: 830px) {
  .main .banner .prizeArea .prizeName {
    font-size: 14px;
  }
}
.main .banner .prizeArea .divLine {
  width: 90%;
  margin: 5% auto;
}
@media only screen and (max-width: 575px) {
  .main .banner .prizeArea .divLine {
    margin: 2% auto;
  }
}
.main .banner .prize1Area {
  top: 21%;
}
@media only screen and (max-width: 830px) {
  .main .banner .prize1Area {
    top: 21%;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .prize1Area {
    top: 8%;
  }
}
.main .banner .prize2Area {
  top: 31%;
}
@media only screen and (max-width: 830px) {
  .main .banner .prize2Area {
    top: 31%;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .prize2Area {
    top: 13%;
  }
}
.main .banner .prize3Area {
  top: 38%;
}
@media only screen and (max-width: 830px) {
  .main .banner .prize3Area {
    top: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .prize3Area {
    top: 21%;
  }
}
.main .banner .prize4Area {
  top: 50%;
}
@media only screen and (max-width: 830px) {
  .main .banner .prize4Area {
    top: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .prize4Area {
    top: 32%;
  }
}
.main .banner .prize5Area {
  top: 93%;
}
@media only screen and (max-width: 830px) {
  .main .banner .prize5Area {
    top: 93%;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .prize5Area {
    top: 96%;
  }
}
.main .banner .prizeContainer {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
  justify-content: flex-start;
}
@media only screen and (max-width: 830px) {
  .main .banner .prizeContainer {
    width: 100%;
  }
}
.main .banner .prizeContainer .prizeItem {
  width: 49%;
  margin: auto 0.5% 3% 0.5%;
}
@media only screen and (max-width: 830px) {
  .main .banner .prizeContainer .prizeItem {
    width: 55%;
    margin: auto;
    margin-bottom: 0.5%;
  }
}
.main .banner .prizeContainer .prizeItem .prize4Img {
  width: 12vw;
  height: 8.4924vw;
  position: relative;
  margin: auto;
  cursor: pointer;
  background: white;
  overflow: hidden;
}
@media only screen and (max-width: 830px) {
  .main .banner .prizeContainer .prizeItem .prize4Img {
    width: 35vw;
    height: 24.7695vw;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .prizeContainer .prizeItem .prize4Img {
    width: 50vw;
    height: 35.385vw;
  }
}
.main .banner .prizeContainer .prizeItem .prize4Img .fileImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .banner .prizeContainer .prize4Name {
  text-align: center;
  margin: 2% auto;
}
@media only screen and (max-width: 830px) {
  .main .banner .prizeContainer .prize4Name {
    margin: 1.5% auto 3% auto;
    font-size: 14px;
  }
}
.main .banner .goto {
  cursor: pointer;
  margin: auto;
  width: 300px;
  position: relative;
  top: -18vw;
  margin-bottom: -50px;
}
@media only screen and (max-width: 830px) {
  .main .banner .goto {
    width: 300px;
    top: -27vw;
  }
}
@media only screen and (max-width: 575px) {
  .main .banner .goto {
    width: 200px;
    top: -34.2vw;
  }
}
.main .attendBtn {
  width: 20%;
  position: absolute;
  left: 40%;
  top: 61%;
  cursor: pointer;
}
.main .attendBtn:hover {
  filter: brightness(80%);
}
@media only screen and (max-width: 830px) {
  .main .attendBtn {
    top: 71%;
    left: 35%;
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .main .attendBtn {
    top: 69%;
    width: 35%;
    left: 32.5%;
  }
}

.regist {
  max-width: 900px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
@media only screen and (max-width: 575px) {
  .regist {
    width: 95vw;
    min-height: 100vh;
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px) {
  .regist {
    width: 98vw;
  }
}
@media only screen and (max-width: 575px) {
  .regist label {
    margin-bottom: 0;
  }
}
.regist #bg {
  background-image: url("../images/regist/bg_pc.png?v=2");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 1px;
  left: 14%;
  width: 614px;
  height: 1942px;
}
@media only screen and (max-width: 830px) {
  .regist #bg {
    top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .regist #bg {
    background-image: url("../images/regist/bg_m.png?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0%;
    left: 3%;
    width: 90vw;
    height: 284.657980456vw;
  }
}
@media only screen and (max-width: 350px) {
  .regist #bg {
    background-image: url("../images/regist/bg_m.png?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0%;
    left: 3%;
    width: 90vw;
    height: 284.657980456vw;
  }
}
.regist .uploadTip {
  width: 50%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 4%;
  padding-top: 18%;
}
@media only screen and (max-width: 575px) {
  .regist .uploadTip {
    width: 60%;
    padding-top: 18%;
  }
}
@media only screen and (max-width: 350px) {
  .regist .uploadTip {
    width: 60%;
    padding-top: 18%;
  }
}
.regist .uploadTip2 {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .regist .uploadTip2 {
    width: 80%;
    transform: translate(0, -30%);
  }
}
@media only screen and (max-width: 350px) {
  .regist .uploadTip2 {
    width: 75%;
  }
}
.regist .uploadTip3 {
  width: 80%;
  margin: 0px auto;
  padding-top: 10%;
}
.regist .downloadBtn {
  width: 30%;
}
.regist .uploadImg {
  position: absolute;
  top: 36%;
  left: 25%;
  width: 301px;
  height: 185px;
  margin: 2% auto 2% auto;
  cursor: pointer;
}
@media only screen and (max-width: 830px) {
  .regist .uploadImg {
    top: 36%;
    left: 25%;
    width: 180.6px;
    height: 111px;
    margin: 5% auto 5% auto;
  }
}
@media only screen and (max-width: 575px) {
  .regist .uploadImg {
    top: 34%;
    left: 25%;
    width: 180.6px;
    height: 111px;
    margin: 5% auto 5% auto;
  }
}
@media only screen and (max-width: 350px) {
  .regist .uploadImg {
    left: 22%;
    top: 34%;
  }
}
.regist .uploadImg #fileImg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.regist .attendForm {
  position: absolute;
  top: 52%;
  left: 16%;
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .regist .attendForm {
    top: 49%;
    left: 8%;
    width: 85%;
  }
}
@media only screen and (max-width: 350px) {
  .regist .attendForm {
    top: 49%;
  }
}
.regist .attendForm .custom-input {
  width: 100%;
  border: 1px #d9e253 solid;
  height: 37px;
  outline-color: #d9e253;
  background: #fffeee;
  margin-bottom: 1%;
}
@media only screen and (max-width: 575px) {
  .regist .attendForm .custom-input {
    height: 25px;
  }
}
@media only screen and (max-width: 350px) {
  .regist .attendForm .custom-input {
    height: 22px;
  }
}
.regist .attendForm .custom-input:-moz-read-only {
  background-color: #edeceb;
}
.regist .attendForm .custom-input:read-only {
  background-color: #edeceb;
}
.regist .attendForm .custom-input2 {
  border: 1px #d9e253 solid;
  height: 37px;
  outline-color: #d9e253;
  background: #fffeee;
}
@media only screen and (max-width: 575px) {
  .regist .attendForm .custom-input2 {
    height: 28px;
  }
}
@media only screen and (max-width: 350px) {
  .regist .attendForm .custom-input2 {
    height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .regist .attendForm .input-group-text {
    font-size: 12px;
    padding: 3px 5px;
  }
}
@media only screen and (max-width: 350px) {
  .regist .attendForm .input-group-text {
    padding: 2px 4px;
  }
}
.regist .confirmBtn {
  position: absolute;
  bottom: 10%;
  left: 35%;
  width: 30%;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .regist .confirmBtn {
    bottom: 10%;
    left: 35%;
    width: 30%;
  }
}
@media only screen and (max-width: 350px) {
  .regist .confirmBtn {
    bottom: 10%;
  }
}
.regist .confirmBtn:hover {
  filter: brightness(80%);
}

.loading {
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.loading .mask {
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0.5;
}
.loading .loadingItem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-dialog {
  max-width: 50vw;
}
@media only screen and (max-width: 830px) {
  .modal-dialog {
    max-width: 75vw;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .modal-dialog {
    max-width: 100vw;
  }
}
.modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
.modal-dialog .closeBtn {
  width: 3.6vw;
  height: 3.6vw;
  position: absolute;
  top: 7%;
  right: 10%;
}
@media only screen and (max-width: 830px) {
  .modal-dialog .closeBtn {
    width: 5.6vw;
    height: 3.6vw;
    top: 7.5%;
    right: 10.5%;
  }
}
@media only screen and (max-width: 575px) {
  .modal-dialog .closeBtn {
    width: 6.6vw;
    height: 6.6vw;
    top: 8%;
    right: 11.5%;
  }
}

.eventIcon {
  position: fixed;
  width: 14%;
  bottom: 5%;
  right: 3%;
  cursor: pointer;
}
@media only screen and (max-width: 830px) {
  .eventIcon {
    width: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .eventIcon {
    width: 30%;
  }
}

.carOuterFrame {
  background: #f9dadc;
  padding: 1% 0 50px 0;
  margin-top: 4vw;
}
@media only screen and (max-width: 830px) {
  .carOuterFrame {
    padding: 1% 0 50px 0;
  }
}
.cardContainer {
  width: 70%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media only screen and (max-width: 830px) {
  .cardContainer {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .cardContainer {
    width: 90%;
  }
}
.cardContainer .cardContent {
  width: 30%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 830px) {
  .cardContainer .cardContent {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 10%;
  }
}
.cardContainer .cardContent .imgContent {
  width: 21vw;
  height: 14.8617vw;
  position: relative;
  margin: auto;
  cursor: pointer;
  background: #eb79aa;
  overflow: hidden;
}
@media only screen and (max-width: 830px) {
  .cardContainer .cardContent .imgContent {
    width: 80vw;
    height: 56.616vw;
  }
}
@media only screen and (max-width: 575px) {
  .cardContainer .cardContent .imgContent {
    width: 90vw;
    height: 63.693vw;
  }
}
.cardContainer .cardContent .imgContent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardContainer .cardContent .cardText0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  width: 100%;
  height: 20%;
  margin-top: -0.5em;
  border-bottom: 2px solid black;
}
@media only screen and (max-width: 575px) {
  .cardContainer .cardContent .cardText0 {
    margin-top: -1.5em;
  }
}
.cardContainer .cardContent .cardText0 .cardText01 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2%;
}
@media only screen and (max-width: 575px) {
  .cardContainer .cardContent .cardText0 .cardText01 {
    font-size: 16px;
  }
}
.cardContainer .cardContent .cardText {
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: black;
  padding: 0.75em 0.5em 0 0.5em;
  margin-top: 0.5em;
}

.prizeTip {
  font-size: 12px;
  width: 50%;
  margin: 10px auto auto;
  color: black;
}
@media only screen and (max-width: 830px) {
  .prizeTip {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .prizeTip {
    width: 95%;
  }
}
.prizeTip a {
  color: #6e7fec;
}/*# sourceMappingURL=style.css.map */