@charset "UTF-8";
@font-face {
  font-family: noto sans;
  src: url(../fonts/NotoSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
  font-family: noto sans sc;
  src: url(../fonts/NotoSansSC-VariableFont_wght.ttf);
}
body {
  background: #010001;
  font-family: "noto sans", "noto sans sc", arial;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}

.main {
  width: 100%;
  background: no-repeat 50% 0;
  background-image: url(../images/wapbg.png);
  padding-top: 55.5555555556vw;
  min-height: 100vh;
  background-size: 100% auto;
}
@media screen and (min-width: 600px) {
  .main {
    background-image: url(../images/wapbg_pad.png);
    padding-top: 37.1195248701vw;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    background-image: url(../images/pcbg.png);
    background-size: 1920px auto;
    padding-top: 593px;
  }
}
@media screen and (min-width: 1920px) {
  .main {
    padding-top: 30.8928019771vw;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96.1538461538vw;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .container {
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 800px;
  }
}

.section_title {
  height: 30px;
  margin: 1rem 0;
}
@media screen and (min-width: 600px) {
  .section_title {
    height: 50px;
    margin: 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .section_title {
    margin: 2rem 0;
  }
}

.areabg {
  display: flex;
  flex-direction: column;
  padding: 4.268032437vw;
  width: 100%;
  border-radius: 2.1333333333vw;
  background: rgba(187, 187, 187, 0.3019607843);
  justify-content: space-around;
}
@media screen and (min-width: 1024px) {
  .areabg {
    padding: 2rem;
    border-radius: 1rem;
  }
}

#vip_info .areabg {
  height: 39.2156862745vw;
  min-height: 144px;
}
@media screen and (min-width: 600px) {
  #vip_info .areabg {
    height: auto;
  }
}

.info_head {
  display: flex;
  justify-content: space-between;
}

.vip_number {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .vip_number {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .vip_number {
    font-size: 24px;
  }
}

.pay_row {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}

.info_bar {
  margin-top: 2.1333333333vw;
  margin-bottom: 4.2844901457vw;
}
@media screen and (min-width: 600px) {
  .info_bar {
    margin-top: 8px;
    margin-bottom: 16px;
  }
}
.info_bar .row {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}
.info_bar .row div:first-child {
  color: #F2B805;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 2.1333333333vw;
  background-color: #D9D9D9;
  border-radius: 800px;
}
@media screen and (min-width: 600px) {
  .progress-bar {
    height: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .progress-bar {
    height: 10px;
  }
}
.progress-bar .vip_point {
  display: none;
  position: absolute;
  right: 0;
  padding: 0.6666666667vw 1.0666666667vw;
  border-radius: 8px;
  transform: translate(47%, -150%);
  background-color: #f2d377;
  color: #090909;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  vertical-align: text-bottom;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.7490196078);
}
@media screen and (min-width: 600px) {
  .progress-bar .vip_point {
    width: auto;
    padding: 4px 8px 6px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .progress-bar .vip_point {
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px 8px;
  }
}
.progress-bar .vip_point:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  border-left: 2.1333333333vw solid transparent;
  border-right: 2.1333333333vw solid transparent;
  border-top: 2.6666666667vw solid #f2d377;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .progress-bar .vip_point:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #f2d377;
  }
}
.progress-bar .star_icon {
  position: absolute;
  width: 6.4vw;
  right: 0;
  top: -50%;
  transform: translate(40%, -5%);
}
@media screen and (min-width: 600px) {
  .progress-bar .star_icon {
    width: 30px;
  }
}

.progress-fill {
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, #EFCD86 0%, #F2B805 50%, #D58048 100%);
  width: 0;
  margin-bottom: 8px;
  border-radius: 5px;
  transition: width 1.2s;
}
.info_level {
  display: flex;
  justify-content: space-between;
}

#points_table .areabg {
  padding: 0;
  overflow: hidden;
}
#points_table .areabg .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
#points_table .table_hd {
  color: #090909;
  height: 36px;
  background-color: #F2D377;
}
@media screen and (min-width: 600px) {
  #points_table .table_hd {
    height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  #points_table .table_hd {
    height: 50px;
  }
}
#points_table .table_hd span {
  flex: 2;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
}
#points_table .table_hd span:first-child {
  flex: 1;
  min-width: 40px;
  margin-left: 4px;
}
@media screen and (min-width: 600px) {
  #points_table .table_hd span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #points_table .table_hd span {
    font-size: 20px;
    line-height: 28px;
  }
}
#points_table .table-cell {
  flex: 2;
  width: 23.9348970799vw;
  margin: 4px;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 設置顯示的行數 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#points_table .table-cell:first-child {
  flex: 1;
  min-width: 36px;
}

.rules_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  color: #F2D377;
  margin-bottom: 8px;
}
.rules_title span {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .rules_title {
    font-size: 18px;
  }
  .rules_title span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .rules_title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .rules_title span {
    font-size: 16px;
  }
}

.rules_desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .rules_desc {
    font-size: 16px;
    line-height: 22px;
  }
}

#points_acquisition {
  padding-bottom: 64px;
}/*# sourceMappingURL=style.css.map */