* {
  outline: none;
  box-sizing: border-box;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000000;
  display: none;
}
.loading .loading-img {
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: white;
}
.modals .modal {
  display: none;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modals .modal .modal-content {
  position: relative;
  padding: 20px 0;
  width: 280px;
  min-height: 150px;
  border-radius: 15px;
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modals .modal .modal-content .prize-img {
  position: absolute;
  width: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modals .modal .modal-content .close-icon {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}
.modals .modal .modal-content .record-info {
  margin-top: 30%;
  width: 100%;
  text-align: center;
}
.modals .modal .modal-content .record-info .record-title {
  width: 32%;
}
.modals .modal .modal-content .record-info .record-name {
  width: 70%;
  margin-top: 10px;
}
.modals .modal .modal-content .collect-btn {
  display: block;
  width: 55%;
  margin: 15px auto 5px auto;
}
.modals .modal .desc {
  position: absolute;
  bottom: 30px;
  width: 90%;
  left: 5%;
  text-align: center;
  font-size: 7px;
  color: white;
}
.modals .prize-modals-02 .modal-content .prize-img {
  width: 60%;
}
.modals .prize-modals-03 .modal-content .prize-img {
  width: 58%;
}
.modals .unregister-modal .modal-content {
  padding: 30px 0;
  min-height: auto;
}
.modals .unregister-modal .modal-content .txt {
  text-align: center;
  font-size: 14px;
}
.modals .unregister-modal .modal-content .btns {
  display: flex;
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.modals .unregister-modal .modal-content .btns .btn {
  flex: 1;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  margin: 0 5px;
  font-size: 13px;
}
.modals .unregister-modal .modal-content .btns .confirm-btn {
  background-color: #000000;
  color: white;
}
.modals .unregister-modal .modal-content .btns .cancel-btn {
  border: 1px solid #000000;
  color: #000000;
}
.modals .stock-modal .modal-content {
  padding: 30px 0;
  min-height: auto;
}
.modals .stock-modal .modal-content .txt {
  text-align: center;
  font-size: 14px;
}
.modals .stock-modal .modal-content .btns {
  display: flex;
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.modals .stock-modal .modal-content .btns .btn {
  flex: 1;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  margin: 0 5px;
  font-size: 13px;
}
.modals .stock-modal .modal-content .btns .confirm-btn {
  background-color: #000000;
  color: white;
}
.modals .stock-modal .modal-content .btns .cancel-btn {
  border: 1px solid #000000;
  color: #000000;
}
.mac-pages {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.mac-pages .page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100vw;
  background-color: white;
  overflow: hidden;
}
.mac-pages .main-page {
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.mac-pages .main-page .slogan {
  display: block;
  width: 70%;
  max-width: 400px;
}
@media only screen and (max-height: 667px) {
  .mac-pages .main-page .slogan {
    width: 60%;
  }
}
@media only screen and (max-height: 740px) {
  .mac-pages .main-page .slogan {
    width: 65%;
  }
}
.mac-pages .main-page .draw-btn {
  display: block;
  height: 30px;
}
@media only screen and (max-height: 667px) {
  .mac-pages .main-page .draw-btn {
    height: 23px;
  }
}
@media only screen and (max-height: 740px) {
  .mac-pages .main-page .draw-btn {
    height: 25px;
  }
}
.mac-pages .main-page .main-img {
  width: 75%;
}
@media only screen and (max-height: 667px) {
  .mac-pages .main-page .main-img {
    width: 60%;
  }
}
@media only screen and (max-height: 740px) {
  .mac-pages .main-page .main-img {
    width: 65%;
  }
}
.mac-pages .main-page .desc {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 5%;
  text-align: center;
  font-size: 5px;
}
.mac-pages .draw-info-page {
  overflow-y: scroll;
}
.mac-pages .draw-info-page .border-head {
  width: 100%;
  display: block;
}
.mac-pages .draw-info-page .border-foot {
  width: 100%;
  display: block;
}
.mac-pages .draw-info-page .draw-info-content {
  display: flex;
  justify-content: space-between;
}
.mac-pages .draw-info-page .draw-info-content .border-left,
.mac-pages .draw-info-page .draw-info-content .border-right {
  flex-shrink: 0;
  background-color: black;
}
.mac-pages .draw-info-page .draw-info-content .border-left .border-img-item,
.mac-pages .draw-info-page .draw-info-content .border-right .border-img-item,
.mac-pages .draw-info-page .draw-info-content .border-left .border-img-item,
.mac-pages .draw-info-page .draw-info-content .border-right .border-img-item {
  width: 9.5vw;
  display: block;
}
.mac-pages .draw-info-page .draw-info-content .draw-info {
  width: 100%;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-head {
  text-align: center;
  margin-top: 30px;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-head .record-title {
  width: 40%;
  height: 7.3vw;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-head .record-name {
  width: 80%;
  margin-top: 10px;
  height: 5.2vw;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-head .prize-img {
  margin-top: 20px;
  width: 40vw;
  height: 44vw;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-title {
  width: 35%;
  display: block;
  margin: 20px auto;
  height: 6.7vw;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-text {
  width: 85%;
  line-height: 2;
  margin: 0 auto 10px auto;
  text-align: left;
  text-align: justify;
  font-size: 11px;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-text span {
  font-weight: 800;
  text-decoration: underline;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .collect-btn {
  margin: 20px auto;
  width: 55%;
  height: 8.7vw;
  display: block;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .draw-info-text-foot {
  font-size: 7px;
}
.mac-pages .draw-info-page .draw-info-content .draw-info .prize-type-02-text {
  display: none;
}
.mac-pages .draw-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.mac-pages .draw-page .draw-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 40px 0 10px 0;
  width: 80%;
  max-width: 400px;
  height: 25vh;
}
.mac-pages .draw-page .draw-head .head-title {
  width: 100%;
}
.mac-pages .draw-page .draw-head .head-text {
  width: 80%;
  margin-top: 10px;
}
.mac-pages .draw-page .draw-btn {
  display: block;
  height: 30px;
  margin-bottom: 30px;
}
.mac-pages .draw-page .draw-bg {
  height: 65vh;
  background: url(../images/draw_bg3.jpg) no-repeat;
  background-position: top center;
  background-size: 120%;
  width: 100%;
}
