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 {
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.modal-dialog {
  background: transparent;
}
.modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.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: 7.6rem;
}
.popCont1 {
  height: 11rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont1.png)
    no-repeat 0 0;
  background-size: 100% auto;
}
.popCont2 {
  height: 8rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont2.png)
    no-repeat 0 0;
  background-size: 100% auto;
  width: 7.6rem;
}
.popCont3 {
  height: 11rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont3.png)
    no-repeat 0 0;
  background-size: 100% auto;
  width: 7.6rem;
}
.popClose {
  top: 0.22rem;
  right: 0.26rem;
  width: 0.55rem;
  height: 0.55rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popClose.png)
    no-repeat 0 0;
  background-size: 100% auto;
  z-index: 1;
}
.formRow {
  width: 5.86rem;
  height: 0.55rem;
  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;
}
/* 彈出框-預約 */
.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;
}
.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: #000;
  -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: 4.85rem;
  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);
}
.yy_platform_head {
  top: 6.65rem;
  width: 6rem;
  text-align: center;
  font-size: 0.18rem;
  color: #ddd;
}
.yy_platform {
  top: 7.05rem;
  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: 8.8rem;
  font-size: 0.18rem;
  color: #ddd;
  width: 72%;
  margin: 0 14%;
}
.yySubmit {
  top: 9.6rem;
  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;
}

/* 預約成功 */
.pop_yySuccess_tit {
  top: 1.8rem;
  width: 6.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: 5.8rem;
  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: 6.5rem;
}

/* 隱私權彈窗 */
.privacymodal .res_poptt {
  width: 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.5rem;
  transform: translateX(-50%);
  padding: 0.1rem 0.6rem;
  color: #fff;
  background: #000;
  cursor: pointer;
  transition: 0.5s;
  width: auto;
}
