button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.auto {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* 弹出框 */
.modal-dialog {
  background-color: transparent;
}

.modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.popCont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  margin: 0 auto;
}

.popCont1 {
  height: 10.8rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont1_ZRRPZRBDRPTJKTTJ2.png) no-repeat 0 0;
  background-size: 100% auto;
}

.popCont2 {
  height: 8.68rem;
  background: url(/m/images/pop/popCont2_v2.png) no-repeat 0 0;
  background-size: 100% auto;
}

.popCont3 {
  height: 11rem;
  background: url(https://res1-nte.iwplay.com.tw/m/images/pop/popCont3.png) no-repeat 0 0;
  background-size: 100% auto;
  padding: 0.8rem;
}

.popClose {
  top: 0.18rem;
  right: 0.26rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url(https://res1-nte.iwplay.com.tw/m/images/pop/popClose.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 1;
}

.formRow {
  width: 5.86rem;
  height: 0.69rem;
  margin-bottom: 0.2rem;
  border-radius: 0.275rem;
  background: #1d1d1d;
  box-sizing: border-box;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formRow input,
.formRow select {
  height: inherit;
  font-size: 0.24rem;
  color: #828282;
  border: none;
  background: none;
}

.clause_list {
  width: 5.7rem;
  line-height: 0.23rem;
  font-size: 0.2rem;
  color: #1d1d1d;
}

.clause_list dd {
  position: relative;
  box-sizing: border-box;
  padding-left: 0.34rem;
  margin-bottom: 0.05rem;
}

.clause_list dd a {
  text-decoration: underline;
  color: blue;
}

.clause_list dd::before {
  content: "";
  position: absolute;
  top: 0.01rem;
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
}

.clause_list dd.active::before {
  background-position: 0 0;
}

.pop_yy_tit {
  top: 1.55rem;
  width: 3.57rem;
  height: 0.83rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/pop_yy_form_tt.png) no-repeat 0 0;
  background-size: 100% auto;
}

.yyForm {
  top: 2.67rem;
}

.regressmodal .form-bg {
  width: 5.86rem;
  height: 0.55rem;
  margin-bottom: 0.15rem;
  border-radius: 0.275rem;
  background: #1d1d1d;
  box-sizing: border-box;
}

.regressmodal .form-bg .yyFormRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.regressmodal .form-select {
  padding: 0;
  width: 30%;
  font-size: 0.22rem;
  display: inline-block;
  border: 0;
  border-radius: 0;
  border-right: 0.15em solid #c7c7c7;
  margin: 2% auto;
  height: auto;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  vertical-align: middle;
  background-color: hsl(0deg 0% 0% / 0%);
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  text-align-last: center;
}

.regressmodal .form-select:focus {
  color: #fff;
  border-right: 0.15em solid #c7c7c7;
  outline: none;
  box-shadow: none;
  opacity: 1;
}

.regressmodal .form-select option {
  background-color: #1d1d1d;
}

.regressmodal .form-control {
  padding: 0;
  width: 60%;
  font-size: 0.22rem;
  font-weight: 500;
  display: inline-block;
  border: 0;
  border-radius: 0;
  margin: 2% auto;
  height: auto;
  color: #fff;
  transition: 0.5s;
  vertical-align: middle;
  outline: none;
  box-shadow: none;
  letter-spacing: 0;
  opacity: 1;
  background-color: hsl(0deg 0% 0% / 0%);
  padding-left: 4%;
}

.regressmodal .form-control::placeholder {
  color: #828282;
  letter-spacing: 0;
  background-color: hsl(0deg 0% 0% / 0%);
}

.regressmodal .form-control:focus {
  outline: none;
  box-shadow: none;
  opacity: 1;
  border: 0;
  color: #fff;
  background-color: hsl(0deg 0% 0% / 0%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  background-color: hsl(0deg 0% 0% / 0%) !important;
}

.regressmodal .form-check-input:checked {
  background-color: #ffffff;
  border-color: #000000;
}

.regressmodal .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #000000;
}

.regressmodal .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.regressmodal .form-check-label {
  color: #000;
  font-size: 0.18rem;
  text-align: justify;
  cursor: pointer;
}

.regressmodal form {
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.regressmodal .d-flex {
  position: absolute;
  top: 3.45rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.regressmodal .form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0.4em;
  border-width: 0.08em;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  width: 0.25rem;
  height: 0.25rem;
}

.regressmodal .form-check-input {
  vertical-align: middle;
  background-color: hsl(0deg 0% 0% / 0%);
  border: 0.08em solid #000000;
  margin-right: 0.4em;
}

.regressmodal .form-check-input:checked[type="checkbox"] {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/check.svg);
}

/* bookedmodal copied styles */
.bookedmodal .form-bg {
  width: 5.86rem;
  height: 0.55rem;
  margin-bottom: 0.15rem;
  border-radius: 0.275rem;
  background: #1d1d1d;
  box-sizing: border-box;
}

.bookedmodal .graphic_verification_code {
  /* width: 5.86rem; */
  height: 0.55rem;
  /* margin-bottom: 0.15rem; */
  margin-top: 0.7rem;
  background-color: #95232300;
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}

.bookedmodal .phone_verification_code {
  /* width: 5.86rem; */
  height: 0.55rem;
  /* margin-bottom: 0.15rem; */
  margin-top: 0.2rem;
  background-color: #95232300;
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}

.bookedmodal .graphic_verification_code .captcha {
  width: 3.5rem;
  height: 0.55rem;
  background-color: #ffffff;
  font-size: 0.2rem;
  padding: 0.06rem 0.3rem;
  border-radius: 2rem;
  border: 1.5px solid #141414;

}

.bookedmodal .phone_verification_code .smsCode {
  width: 3.5rem;
  height: 0.55rem;
  background-color: #ffffff;
  font-size: 0.2rem;
  padding: 0.06rem 0.3rem;
  border-radius: 2rem;
  border: 1.5px solid #141414;

}

.bookedmodal .graphic_verification_code .img_code {
  width: 2.2rem;
  height: 0.55rem;
}

.bookedmodal .graphic_verification_code .img_code .img_code_pic {
  width: 100%;
  height: 100%;
  border: 2px solid #141414;
  border-radius: 0.5rem;
}

.bookedmodal .phone_verification_code .btn_get_code {
  width: 2.2rem;
  height: 0.55rem;
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_get_code.png);
  background-size: 100% auto;
}

.bookedmodal .phone_verification_code .btn_get_code:hover {
  background-position: 0 -0.55rem;
}

.bookedmodal .form-bg .yyFormRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bookedmodal .form-select {
  padding: 0;
  width: 30%;
  font-size: 0.22rem;
  display: inline-block;
  border: 0;
  border-radius: 0;
  border-right: 0.15em solid #c7c7c7;
  margin: 2% auto;
  height: auto;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  vertical-align: middle;
  background-color: hsl(0deg 0% 0% / 0%);
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  text-align-last: center;
}

.bookedmodal .form-select:focus {
  color: #fff;
  border-right: 0.15em solid #c7c7c7;
  outline: none;
  box-shadow: none;
  opacity: 1;
}

.bookedmodal .form-select option {
  background-color: #1d1d1d;
}

.bookedmodal .form-control {
  padding: 0;
  width: 60%;
  font-size: 0.22rem;
  font-weight: 500;
  display: inline-block;
  border: 0;
  border-radius: 0;
  margin: 2% auto;
  height: auto;
  color: #fff;
  transition: 0.5s;
  vertical-align: middle;
  outline: none;
  box-shadow: none;
  letter-spacing: 0;
  opacity: 1;
  background-color: hsl(0deg 0% 0% / 0%);
  padding-left: 4%;
}

.bookedmodal .form-control.smsCode {
  padding: 0;
  width: 50%;
  font-size: 0.22rem;
  font-weight: 500;
  display: inline-block;
  border: 0;
  border-radius: 0;
  margin: 2% auto;
  height: auto;
  color: #fff;
  transition: 0.5s;
  vertical-align: middle;
  outline: none;
  box-shadow: none;
  letter-spacing: 0;
  opacity: 1;
  background-color: hsl(0deg 0% 0% / 0%);
  padding-left: 4%;
}

.bookedmodal .form-control::placeholder {
  color: #828282;
  letter-spacing: 0;
  background-color: hsl(0deg 0% 0% / 0%);
}

.bookedmodal .form-control:focus {
  outline: none;
  box-shadow: none;
  opacity: 1;
  border: 0;
  color: #fff;
  background-color: hsl(0deg 0% 0% / 0%);
}

.bookedmodal .form-check-input:checked {
  background-color: #ffffff;
  border-color: #000000;
}

.bookedmodal .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #000000;
}

.bookedmodal .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.bookedmodal .form-check-label {
  color: #000;
  font-size: 0.18rem;
  text-align: justify;
  cursor: pointer;
}

.bookedmodal form {
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.bookedmodal .d-flex {
  position: absolute;
  top: 3.45rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bookedmodal .form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0.4em;
  border-width: 0.08em;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  width: 0.25rem;
  height: 0.25rem;
}

.bookedmodal .form-check-input {
  vertical-align: middle;
  background-color: hsl(0deg 0% 0% / 0%);
  border: 0.08em solid #000000;
  margin-right: 0.4em;
}

.bookedmodal .form-check-input:checked[type="checkbox"] {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/check.svg);
}

.yy_platform_head {
  top: 5.2rem;
  width: 6rem;
  text-align: center;
  font-size: 0.19rem;
  color: #ddd;
}

.yy_platform {
  top: 5.6rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.yy_platform button {
  width: 2.75rem;
  height: 0.7rem;
  margin: 0.04rem;
}

.yyFormRow .getNumerus,
.yyFormRow .etTelCode {
  width: 35%;
  text-align: center;
  margin: 0.05rem;
  border-radius: 10rem;
  background: rgb(255, 255, 255);
  height: 0.45rem;
}

.yyFormRow .getNumerus img {
  width: auto;
  height: 0.45rem;
}

.yyFormRow .getTelCode {
  width: 35%;
  height: 0.45rem;
  color: rgb(20, 20, 20);
  text-align: center;
  line-height: 0.45rem;
  background: rgb(124, 236, 252);
  border-radius: 10rem;
  margin: 0.05rem;
  font-size: 0.21rem;
  font-weight: 700;
  letter-spacing: 0.015rem;
}

.pop_yy_form .yy_platform .platform_pc {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_pc_off.png) no-repeat;
  background-size: cover;
}

.pop_yy_form .yy_platform .platform_pc.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_pc_on.png) no-repeat;
  background-size: cover;
}

.pop_yy_form .yy_platform .platform_iOS {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ios_off.png) no-repeat;
  background-size: cover;
}

.pop_yy_form .yy_platform .platform_iOS.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ios_on.png) no-repeat;
  background-size: cover;
}

.pop_yy_form .yy_platform .platform_Android {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_Android_off.png) no-repeat;
  background-size: cover;
}

.pop_yy_form .yy_platform .platform_Android.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_Android_on.png) no-repeat;
  background-size: cover;
}

.pop_yy_form .yy_platform .platform_host {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ps_off.png) no-repeat;
  background-size: cover;
}

.pop_yy_form .yy_platform .platform_host.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ps_on.png) no-repeat;
  background-size: cover;
}

.platform_tip {
  position: absolute;
  top: 7.33rem;
  font-size: 0.19rem;
  color: #ddd;
  width: 72%;
  margin: 0 14%;
}

.yySubmit {
  top: 8.2rem;
  width: 5.04rem;
  height: 0.77rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/yySubmit.png) no-repeat 0 0;
  background-size: 100% auto;
}

.yySubmit:hover {
  background-position: 0 -0.77rem;
}

.bkSubmit {
  top: 6.25rem;
  width: 3.5rem;
  height: 0.63rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/bookedSubmit.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 2;
}

.bkSubmit:hover {
  background-position: 0 -0.63rem;
}

.booked_button_bg {
  top: 5.25rem;
  width: 93%;
  height: 1.7rem;
  /* background-color: rgba(0, 255, 255, 0.39); */
  z-index: 1;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/building.webp) no-repeat 0 0;
  background-size: 100% auto;
}

.Change_acc_hint {
  top: 7.15rem;
  color: #fff;
  font-size: 0.25rem;
  text-align: justify;
}

.Change_acc_box {
  top: 7.5rem;
  width: 5.8rem;
  height: 1rem;
  background-color: rgba(0, 255, 255, 0);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;

}

.Change_acc_box .Change_acc_btn {
  width: 0.7rem;
  height: 0.7rem;
  background-size: 100% auto;
  background-position: 0 -0.7rem;
}

.Change_acc_box .Change_acc_btn:hover {
  /* background-position: 0 -0.7rem; */
  cursor: pointer;
}

.google {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/google.svg);
}

.ios {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/ios.svg);
}

.facebook {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/facebook.svg);
}

.qaSubmit {
  top: 4.55rem;
  width: 4rem;
  height: 0.72rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/qaSubmit.png) no-repeat 0 0;
  background-size: 100% auto;
}

.qaSubmit:hover {
  background-position: 0 -0.72rem;
}

/* 預約成功 */
.pop_yySuccess_tit {
  top: 1.45rem;
  width: 5.1rem;
  height: 2rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/pop_yy_qa_success_tt.png) no-repeat 0 0;
  background-size: 100% auto;
}

.yy_otherPlatformTip {
  top: 4.88rem;
  width: 5.5rem;
  height: 0.5rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/focus_head_tt.png) no-repeat 0 0;
  background-size: 100% auto;
}

.yy_otherPlatform {
  top: 5.5rem;
}

/* 隱私權彈窗 */
.privacymodal .res_poptt {
  width: 3.5rem;
  margin: 0.6rem auto 0.3rem auto;
}

.privacymodal .res_poptt img {
  width: 100%;
}

.privacymodal .list_con {
  width: 116%;
  margin-left: -8%;
  height: 7rem;
  overflow-y: auto;
  padding-right: 0.05rem;

  /* Webkit 滾動條樣式 */
  &::-webkit-scrollbar {
    width: 0.1rem;
  }

  &::-webkit-scrollbar-track {
    background: #d5d5d5;
  }

  &::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1rem;
  }

  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /* Firefox 滾動條樣式 */
  scrollbar-width: thin;
  scrollbar-color: #888 #d5d5d5;
}

.privacymodal .list_con ol {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.18rem;
  font-weight: 400;
  padding-left: 0.24rem;
  list-style: decimal;
}

.privacymodal .popup_close {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  padding: 0.1rem 0.6rem;
  color: #fff;
  background: #000;
  cursor: pointer;
  transition: 0.5s;
  width: auto;
}

/* 提示彈窗 */
#eventAlert {
  background-color: #00000075;
}

#eventAlert .modal-body {
  height: 6.15rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont_alert.png) no-repeat 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.6rem;
  border-radius: 0.28rem;
}

#eventAlert .modal-body p {
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
}

/* bookedmodal renamed styles */
#bookedmodal .popCont1 {
  height: 10.8rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont1_booked_m.webp) no-repeat 0 0;
  background-size: 100% auto;
}

.pop_booked_tit {
  top: 1.55rem;
  width: 3.57rem;
  height: 0.83rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/pop_booked_form_tt.png) no-repeat 0 0;
  background-size: 100% auto;
}

.bookedForm {
  top: 2.67rem;
  z-index: 50;
}

.pop_booked_form .yy_platform .platform_pc {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_pc_off.png) no-repeat;
  background-size: cover;
}

.pop_booked_form .yy_platform .platform_pc.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_pc_on.png) no-repeat;
  background-size: cover;
}

.pop_booked_form .yy_platform .platform_iOS {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ios_off.png) no-repeat;
  background-size: cover;
}

.pop_booked_form .yy_platform .platform_iOS.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ios_on.png) no-repeat;
  background-size: cover;
}

.pop_booked_form .yy_platform .platform_Android {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_Android_off.png) no-repeat;
  background-size: cover;
}

.pop_booked_form .yy_platform .platform_Android.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_Android_on.png) no-repeat;
  background-size: cover;
}

.pop_booked_form .yy_platform .platform_host {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ps_off.png) no-repeat;
  background-size: cover;
}

.pop_booked_form .yy_platform .platform_host.on {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ps_on.png) no-repeat;
  background-size: cover;
}