@charset "utf-8";
/* CSS Document */
body .ap {
  position:relative;
  padding: 10px 0;
  font-size: 100%;
  width: 100%;
}
/*會員登入*/
.modal-body {
  padding:10px;
}
.modal-open .modal {
  padding:0 !important;
}
.tab-content {
  padding:10px;
}
.row.box {
  margin: 0 10px !important;
  padding: 10px;
}
.modal-title {
  font-weight: bold;
  font-size: 120%;
}
.modal-body .loginbox {
  position:relative;
  margin: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgb(0,0,0,20%)
}
.modal-body .loginbox .title {
  padding:10px;
  background-color: #ea5514;
  text-align: center;
  color: #FFF;
  font-size: 105%;
  font-weight: bold;
  position: relative;
}
.modal-body .loginbox .title:before {
  content:"";
  position:absolute;
  border-width:10px;
  border-color: #ea5514 transparent transparent transparent;
  border-style:dashed solid dashed dashed;
  width:0;
  height:0;
  bottom: -29px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-body .nav-tabs {
  /*border-bottom: 4px solid #e73268;*/
}
.modal-body p {
  margin:0;
}
.modal-body p.tt {
  font-size: 105%;
  font-weight: bold;
}
.modal-body .nav-tabs .nav-item {
  width:50%;
  text-align:center;
  position:relative;
  align-items: stretch;
  display: flex;
}
.modal-body .nav-tabs .nav-item .nav-link {
  width:100%;
}
.modal-body .nav-tabs .nav-item.show .nav-link,
.modal-body .nav-tabs .nav-link.active {
  background-color:#e73268;
  color:#fff;
  padding: 10px 5px;
  position:relative;
}
.modal-body .nav-tabs .nav-item.a .nav-link {
  background-color:#e73268;
}
.modal-body .nav-tabs .nav-item.b .nav-link {
  background-color:#0b8089;
}
.modal-body .nav-tabs .nav-item.a .nav-link.active::after {
  content:"";
  position:absolute;
  border-width:10px;
  border-color:#e73268 transparent transparent transparent;
  border-style:dashed solid dashed dashed;
  width:0;
  height:0;
  bottom: -29px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-body .nav-tabs .nav-item.b .nav-link.active::after {
  content:"";
  position:absolute;
  border-width:10px;
  border-color:#0b8089 transparent transparent transparent;
  border-style:dashed solid dashed dashed;
  width:0;
  height:0;
  bottom: -29px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-body .nav-tabs .nav-link {
  padding: 10px 5px;
  color:#FFF;
  border-radius:0;
  border: none;
}
.modal-body .tab-pane .flexbox .login .alert-dismissible .close {
  top:-3px;
  padding:0;
}
/**/
body .login {
    padding: 10px;
    /* border-right: 1px solid #ddd; */
    width: 100%;
}
body .loginbox .maintt {
  font-size: 105%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-color:#fffad2;
}
body .loginbox .maintt.a {
  color:#e73268;
}
body .loginbox .maintt.b {
  color:#0b8089;
}
body .login div {
  margin-bottom: 8px;
  /* position: relative; */
  padding: 0;
}
body .login label {
    margin: 0;
    font-weight: normal;
    display: inherit;
}
body .login .radiobox {
  padding-left: 25px;
}
body .login .radiobox .custom-control {
  padding-right:20px;
}
body .login .num {
    padding: 0 135px 0 0;
    position: relative;
}
body .login .num .pic, body .login .num input[type=button] {
    position: absolute;
}
body .login .num input[type=button] {
    right: 0;
    top: 0;
}
body .login .num .pic {
    right: 42px;
    top: 0;
}
body .login audio {
  width:100%;
  height:44px;
}
body .login input {
    border-radius: 5px;
    border: 1px #cacaca solid;
    width: 100%;
    padding: 6px;
}
body .login .send div {
  margin: 0;
}
body .login .send input {
    color: #fff;
    border:none;
    font-weight:bold;
    background: #3c72b9;
  padding:10px;
}
body .login .send input:hover {
  background:#01a5ae;
}
body .login.fun .send input {
    color: #fff;
    border:none;
    font-weight:bold;
    background: #ea5514;
  padding:10px;
}
body .login.fun .send input:hover {
  background:#f56596;
}
body .login .num input[type=button] {
    text-indent: -9999px;
    background-image: url(../images/index/num_re.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    background-color: transparent;
    border: none;
    transition: all 200ms ease-out;
}
body .login .num input[type=button]:hover {
  opacity:0.5;
}
body .login .point {
  font-size: 80%;
  color: #795548;
  margin-top:5px;
}
body .login .fast_box ul li{
    width: 50%;
    float: left;
    padding: 0;
    text-align: center;
    padding: 0 2px 4px 2px;
}
body .login .send div {
  padding:0 !important;
}
body .login .send .bt01 {
  padding-right:4px;
  margin:0;
}
body .login .send .bt02 {
  margin:8px 0 0 0;
  display:flex;
}
body .login.fun .send .bt02 {
  padding-left:0px !important;
  display:flex;
}
body .login .send .bt01 input[type=submit] {
  margin-right:5px;
  background:#0b8089 !important;
}
body .login .send .bt02 input[type=submit] {
  margin-right:5px;
  background:#0c7980 !important;
}
body .login .send .bt01 input[type=submit]:hover,
body .login .send .bt02 input[type=submit]:hover {
  background:#01a5ae !important; 
}
body .login .send .bt02 ul {
  list-style-type:none;
  position:relative;
  margin:0;
  padding:0;
  display:flex;
  justify-content: center;
}
body .login .send .bt02 img {
  /* width:100%; */
  height: 25px;
}
body .login .send .bt02 li {
  padding:0 0 0 4px !important;
  text-align:center;
}
body .login .send .bt02 li:first-child {
  padding:0 0 0 0 !important;
}
body .login .send .bt02 li a {
  display: flex;
  padding: 9px;
  border-radius: 4px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
body .login .send .bt02 li a:hover {
  background:#01a5ae !important;
  text-decoration: none;
}
body .login .send .bt02 li:nth-child(1) a {
  background-color:#3a559f;
  width:40px;
}
body .login .send .bt02 li:nth-child(2) a {
  background-color:#da3e24;
  width:40px;
}
body .login .send .bt02 li:nth-child(3) a {
  background-color:#00b900;
  width:40px;
}
body .login .send .bt02 li:nth-child(4) a {
  background-color: #00a9e4;
}
body .login .send .bt02 p {
  display:inline-block;
  color: #FFF;
  padding: 0 10px;
}
body .regbtbox {
  padding: 10px !important;
  display: block;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ccc;
}
body .regbtbox a {
  display:inline-block;
}
body .regbt {
  position:relative;
  display:block;
  padding: 10px;
}
body .regbt ul {
  position:relative;
  display:block;
  padding:0;
  margin:0;
  list-style-type:none;
}
body .regbt li {
  text-align:center;
  margin-bottom: 10px;
}
body .regbt li:last-child {
  margin-bottom: 0;
}
body .regbt li a {
  display:block;
  padding: 10px;
  color:#FFF;
  text-decoration: none;
  border-radius:5px;
}
body .regbt li a:hover {
  background-color: #01a5ae !important;
}
body .regbt li.reg01 a {
    background-color: #2c7c87;
}
body .regbt li.reg02 a {
    background-color: #2a747f;
}
body .regbt li.reg03 a {
    background-color: #2b759a;
}
body .regbt li.reg04 a {
    background-color: #236c8d;
}
body .regbt li p {
  position:relative;
  padding:0 0 0 30px;
  display:inline-block;
}
body .regbt li p:before {
  content:"";
  position:absolute;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left:0;
}
body .regbt li.reg01 p:before {
  background-image: url(../images/all/reg_01.png);
}
body .regbt li.reg02 p:before {
  background-image: url(../images/all/reg_02.png);
}
body .regbt li.reg03 p:before {
  background-image: url(../images/all/reg_03.png);
}
body .regbt li.reg04 p:before {
  background-image: url(../images/all/reg_04.png);
}
body .regbt.fun li a {
  background-color: #ea5514;
}
body .regbt.fun li a:hover {
  background-color: #f56596 !important;
}
@media screen and (max-width: 991px) {
body .login {
  border-right: none;
  padding: 10px 0;
}
body .regbt {
  border-top:1px solid #ddd;
  padding: 10px 0 0 0;
}
body .regbt ul {
  text-align:center;
}
body .regbt li {
  display:inline-block;
  margin: 0;
}
body .regbt li a {
  display:inline-block;
  padding: 4px;
  color:#000;
  background-color:transparent !important;
}
body .regbt li a:hover,
body .regbt.fun li a:hover{
  background-color:transparent !important;
}
body .regbt li p {
  padding:0 0 0 25px;
}
}
@media screen and (max-width: 575px) {
body .login .send .bt01 {
  padding-right:0px !important;
}
body .login .send .bt02 {
  padding:0 !important;
  margin-top:10px;
}
body .login.fun .send .bt02 {
  /* margin-top:0px; */
}
body .login .send .bt02 p {
  display:none;
}
}
@media screen and (max-width: 540px) {
body .regbt li {
  width:48%;
}
}
@media screen and (max-width: 469px) {
body .regbt li p {
  font-size: 95%;
}
.modal-body p.tt {
  font-size: 100%;
  font-weight: bold;
}
.modal-body p {
  font-size: 90%;
}
}
/*抬頭標題*/
body .maintitle {
  display:
  block;
  background-color: #ea5514;
  padding:10px 15px;
  font-size: 130%;
  color:#FFF;
  margin: 10px 0;
  border-radius:6px;
  width:100%;
}
body .titlebn {
  position:relative;
  background-image: url(../images/home/titlebg.png);
  background-repeat:no-repeat;
  background-position:top right;
  padding: 20px;
  background-color: #efefef;
  color: #000;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
}
body .titlebn .container {
  display:flex;
}
body .titlebn .icon {
  margin-right:40px;
}
body .titlebn .text {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  width: 80%;
  padding: 25px 0;
}
body .titlebn .text .title {
  font-size:170%;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
  margin-right: 10px;
  color: #ea5514;
}
body .titlebn .text .title::before {
  content:"";
  background-image: url(../images/home/arrow01.png);
  display: inline-block;
  width: 23px;
  height: 34px;
  position:absolute;
  background-repeat: no-repeat;
  top: 50%;
  right:0;
  transform: translate(-50%, -50%);
}
body .titlebn .text .txt {
  display: inline-block;
}
@media screen and (max-width: 991px) {
body .titlebn {
  min-height: initial;
margin-top: 85px;}
body .titlebn .icon {
  display:none;
}
body .titlebn .text {
  padding: 0;
  width: 100%;
}
body .titlebn .text .title {
  width:100%;
  padding: 0;
  margin: 0;
}
body .titlebn .text .title::before {
  display:none;
}
}
@media screen and (max-width: 767px) {
body .titlebn {
  padding:20px;
}
body .titlebn .text .title {
  font-size:140%;
}
}
/*面包屑導航*/
body .breadcrumb {
  background-color: transparent;
  margin: 0;
}
body .breadcrumb a {
  color:#333333;
  margin: 0;
}
/*會員註冊*/
.ap .formbox {
  width:60%;
  margin:auto;
}
.ap .step {
  position:relative;
  margin-bottom:20px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.ap .step::before {
  content:"";
  position:absolute;
  width:100%;
  height:3px;
  background-color: #fdd100;
  z-index:-1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap .step div {
  width: 30%;
  padding: 10px 0px;
  border-radius:50px;
  border: 3px solid #fdd100;
  background-color:#FFF;
  text-align:center;
  margin: 5px;
  display: inline-block;
}
.ap .step .active {
  background-color: #ffeb3b;
  display:block;
  color: #000;
}
.ap .step span {
  font-size:130%;
  display:inline-block;
  padding-right: 2px;
  font-weight:bold;
}
.ap .im {
  font-size:100%;
}
.ap .im span {
  color:#c00;
}
.ap .mb-3, .my-3 {
  margin: 0 !important;
}
.ap .form-row>.col, .form-row>[class*=col-] {
  padding:0;
}
.ap .form-row {
  padding: 5px;
}
.ap .form-row.sns label {
  display:none;
}
.ap .form-row.sns a {
  display:block;
  width:100%;
  color:#FFF;
}
.ap .form-row .snstxt {
  padding:4px 0;
  color:#c00;
}
.ap .form-row .note {
  font-size: 90%;
  padding: 5px 10px;
  color: #795548;
}
.ap .form-row .title {
  display:block;
  width: 100%;
  padding: 5px 10px 0 10px;
  font-weight: 600;
  position: relative;
}
.ap .form-row.time {
  padding:0 0 0 50px;
  position:relative;
  display:block;
}
.ap .form-row.time .stt {
  padding: 5px 0;
  display:block;
  position:absolute;
  left:5px;
  top:5px;
  font-weight:600;
}
.ap .form-row .title label{
  display:inline-block;
}
.ap .form-row label {
  padding: 0;
  margin:0 0 5px 0;
  display:block;
  font-weight: 600;
}
.ap .custom-control {
  margin-left: 15px;
  padding: 5px 20px;
}
.ap .custom-radio label {
  display:inline-block;
}
.ap .form-group .warn {
  position:relative;
}
.ap .form-group .warn ul li {
  list-style-type: decimal;
}
.ap .form-group .warn a {
  color:#0b8089;
}
.ap .form-row .con {
  position:relative;
  margin-top: 28px !important;
  display:flex;
}
.ap .form-row .con .captchaAudio {
  width: 100%;
}
.ap .form-row .con Audio {
  width:100%;
  height: 40px;
}
.ap .form-row .con a {
    display: inline-flex;
    background-color: #6dc8de;
    border-radius: 4px;
    padding: 10px 12px;
    color: #fff;
    margin-left: 10px;
}
.ap .form-row .con a:hover {
    background-color: #00a5ac;
}
.ap .form-row .req {
  display:inline-block;
  float:left;
  padding-right: 5px;
  color: #b70000;
}
/*20220808*/
.ap .form-row .btn {
  text-align: left;
  padding: 30px 0 0 10px;
}
.ap .form-row .btn a {
  padding:5px 15px;
  margin:0 2px;
  border-radius:50px;
  display:inline-block;
  color:#FFF;
}
.ap .form-row .btn a:hover {
  text-decoration:none;
  background-color:#444 !important;
}
.ap .form-row .btn a.color1 {
  background-color:#478500;
}
.ap .form-row .btn a.color2 {
  background-color:#0073D1;
}
@media (max-width: 767px) {
.ap .form-row .btn {
  text-align: left;
  padding: 10px 0 0 0px;
}
}

.ap .rule {
  padding: 25px;
  border-radius:10px;
  display:block;
  box-shadow: 0 0 12px hsla(0, 0%, 0%, 0.38);
}
.ap .rule .mtt {
  font-size:120%;
  font-weight:600;
  margin: 10px 0;
  color:#0b8089;
}
.ap .rule .stt {
  font-size:110%;
  font-weight:600;
  margin-bottom:10px;
}
.ap .rule p {
  margin-bottom:10px;
}
.ap .rule ul {
  padding: 0 0 0 20px;
}
.ap .rule li {
  padding:2px;
  list-style-type: decimal;
}
.ap .rule li span {
  font-weight:bold;
}
.ap .rule p.title {
  font-size:110%;
  font-weight:600;
  color:#a00000;
}
.ap .form-group {
  margin: 15px 0;
}
.ap .rule.vis ul {
  padding:0;
}
.ap .rule.vis li {
  padding:6px;
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
}
.ap .rule.vis li span {
  font-weight:bold;
}
.ap .rule.vis li:first-child {
  border-top: 1px dotted #ccc;
}
.ap .rule.vis .subtt {
  font-size:105%;
  font-weight:bold;
  padding:10px 0;
}
.ap .rule.vis .time {
  display:block;
  text-align:center;
  font-size:120%;
  color:#2c7c87;
}
.ap .rule.vis .qrcode {
  display:block;
  text-align:center;
  max-width:400px;
  margin:auto;
}
.ap .rule.vis .qrcode img {
  width:100%;
}
.ap .formbox .txt {
 font-weight: bold;
}
.ap .formbox .txt .t01 {
 font-size:120%;
}
.ap .formbox .txt b {
  color:#17a2b8;
}
.progress1 {
  position: relative;
  padding: 6px;
  margin-bottom:20px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.progress-bar1 {
  height: 18px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}
.progress-bar1 p {
  margin:0;
  position:absolute;
  right: 10px;
  top: -1px;color:#fff;
  font-size: 80%;
}
.progress-moved .progress-bar1 {
  position: relative;
  width: 85%;
  background-color: #EF476F;
  animation: progressAni 6s;
}
@keyframes progressAni {
  0% {
    width: 5%;
    background-color: #F9BCCA;
  }
  100% {
    width: 85%;
    background-color: #EF476F;
  }
}
/*登入選項*/
.ap .formbox .login_reg {
  position:relative;
}
.ap .formbox .login_reg div {
  display:block;
  padding:10px;
  text-align:center;
}
.ap .formbox .login_reg div a {
  display:block;
  padding: 15px 10px;
  border-radius:10px;
  color:#FFF;
  font-size:110%;
  font-weight:bold;
  box-shadow: 2px 2px 5px rgb(0,0,0,0.3);
}
.ap .formbox .login_reg div a:hover {
  text-decoration:none;
  background-color:#FF9800;
}
.ap .formbox .login_reg .fb a {
  background-color:#4267b2;
}
.ap .formbox .login_reg .google a {
  background-color:#C00;
}
.ap .formbox .login_reg .line a {
  background-color:#00b900;
}
.ap .formbox .login_reg .self a {
  background-color:#e73268;
}
@media screen and (max-width: 991px) {
.ap .formbox {
  width:100%;
}
.ap .step div {
  width: 33%;
}
}
@media screen and (max-width: 767px) {
.ap .form-row .con {
  margin-top: 10px !important;
}
}
@media screen and (max-width: 767px) {
.ap .step {
  display: block;
}
.ap .step div {
  width: 100%;
  text-align: left;
  padding: 5px 20px;
  margin:0 0 10px 0;
}
.ap .step div:nth-child(3) {
  margin:0;
}
.ap .step::before {
  width:3px;
  height: 99%;
  left:30px;
}
.ap .button.d-w100 .btn {
  width:100%;
  margin:5px 0;
}
}
/*分頁-按鈕*/
.ap .button {
  text-align: center;
  /* width: 100%; */
  padding: 20px 0px;
  border-top: 2px solid #ddd;
  margin-top: 25px;
  display:block;
  position: relative;
}
body.home .ap .button {
  margin-top:0;
}
.ap .button.bt01 {
  border-top: none;
  padding: 0px;
}
.ap .button .btn {
  border:none;
  padding: 7px 30px;
  color:#FFF;
  margin: 5px;
}
.ap .button ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.ap .button li {
  list-style-type:none;
  display:inline-flex;
  margin: 5px;
}
.ap .button li a {
  background-color: #607d8b;
  padding: 7px 20px;
  border-radius:5px;
  color:#FFF;
  text-decoration: none;
}
.ap .button.data li.pre a,
.ap .button.data li.next a {
  background-color: #ea5514;
}
.ap .button.data li.pre a:hover,
.ap .button.data li.next a:hover {
  background-color: #6270C0;
}
.ap .button li a:hover {
  background-color:#ea5514;
}
.ap .fast_page {
  padding: 15px 0 0 0;
}
.ap .fast_page .go a {
  display: inline-block;
  background-color: #6270C0;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.ap .fast_page .go a:hover {
  background-color: #FF5722;
}
@media screen and (max-width: 575px) {
.ap .button li.pre ,
.ap .button li.next {
  display:none;
}
}
/*手動發票登錄*/
.ap .billbox {
  width: 70%;
  margin:auto;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0,0,0,0.3);
  padding: 15px;
}
.ap .billbox .nav-tabs {
  background-color: #ea5514;
  border-radius: 10px;
  border: 2px solid #ea5514;
  overflow:
  hidden;
}
.ap .billbox .nav-tabs .nav-item {
  width:50%;
  text-align:center;
  position:relative;
  align-items: stretch;
  display: flex;
}
.ap .billbox .nav-tabs .nav-item .nav-link {
  width:100%;
}
.ap .billbox .nav-tabs .nav-item.show .nav-link,
.ap .billbox .nav-tabs .nav-link.active {
  background-color: #ea5514 !important;
  color:#FFF;
  padding: 10px 5px;
  position:
  relative;
}
.ap .billbox .nav-tabs .nav-link {
  padding: 10px 5px;
  color: #ea5514;
  border-radius:0;
  border: none;
  background-color:#FFF;
}
.ap .billbox .tab-content {
  padding:20px;
}
.ap .billbox .tab-content p {
  text-align: center;
  margin-bottom:10px;
}
.ap .billbox .tab-content p.t01 {
  font-size:120%;
  font-weight: bold;
}
.ap .billbox .tab-content p.t02 {
  color:#00838f;
}
.ap .formkeyin {
  position:relative;
}
.ap .formkeyin ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
.ap .formkeyin li {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items: stretch;
  border-bottom:1px solid #ddd;
  padding: 5px;
}
.ap .formkeyin li:last-child {
  border-bottom:none;
}
.ap .formkeyin .form-control,
.ap .formkeyin .custom-select {
  border-color:#5197a1;
  width: 100%;
  border-radius:6px;
}
.ap .formkeyin .b_l {
  width: 30%;
  color:#14353a;
  font-weight:bold;
  padding:10px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.ap .formkeyin .b_r {
  width: 70%;
  padding:10px;
  background-color:#fff;
  display: flex;
  flex-wrap:wrap;
}
.ap .formkeyin .b_r .form-row {
  margin:0;
}
.ap .formkeyin .b_r .custom-control {
  margin-right:20px;
}
.ap .formkeyin .b_l .req {
  color:#9a0000;
  padding-left:4px;
}
.ap .formkeyin .b_l label {
  margin:0;
}
.ap .formkeyin .b_r input[type=button] {
    text-indent: -9999px;
    background-image: url(../images/ap/num_re.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height:36px;
    margin-left:5px;
    background-color: transparent;
    border: none;
    transition: all 200ms ease-out;
}
.ap .formkeyin .b_r input[type=button]:hover {
  opacity:0.5;
}
.ap .formkeyin .b_r .note {
  font-size:95%;
  color:#555;
  margin-top:5px;
  padding: 0;
  background-color: transparent;
}
.ap .formkeyin .date {
  padding:5px 10px;
}
.ap .formkeyin .box {
  padding:15px 0;
}
.ap .formkeyin .b_r .num {
  display:flex;
  width: 100%;
}
.ap .formkeyin .b_r .num .form-control {
  width:100%;
}
.ap .formkeyin .b_r.number label {
  display:none;
}
.ap .formkeyin .b_r.number .num_l {
  padding:0 5px 0 0;
  float:left;
  width: 20%;
}
.ap .formkeyin .b_r.number .num_r {
  width: 80%;
}
.modal-body.random {
  margin:auto;
  padding:20px;
}
.modal-body.random img {
  width:100%;
  max-width:300px;
  border:1px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
.ap .billbox {
  width:100%;
}
.ap .formkeyin .b_l {
  width: 30%;
}
.ap .formkeyin .b_r {
  width: 70%;
}
.ap .formkeyin .b_r .num {
  width:60%;
}
.ap .formkeyin .b_r .captchaAudio {
  width:40%;
}
}
@media screen and (max-width: 767px) {
.ap .formkeyin .b_l,
.ap .formkeyin .b_r {
  width: 100%;
  padding:5px 0;
}
.ap .formkeyin .b_l {
  justify-content:inherit;
}
.ap .formkeyin li {
  padding:5px 0;
}
.ap .formkeyin .form-control,
.ap .formkeyin .custom-select {
  width: 100%;
}
.ap .formkeyin .b_r .num {
  width:100%;
}
}
@media screen and (max-width: 480px) {
.ap .billbox .tab-content p.t01 {
  margin:10px 0;
}
.ap .billbox .tab-content p.t02 {
  font-size:90%;
}
.ap .billbox .tab-content {
  padding:0px;
}
}
/*發票記錄查詢*/
.ap .billtotal {
  font-size:110%;
  font-weight: bold;
  padding: 5px 15px;
  background-color:#fff48f;
  border-radius: 5px;
  text-align: right;
}
.ap .billtotal p {
  display:inline-block;
  padding:0 4px;
  color:#f00;
  margin:0;
  font-size:140%;
}
.ap .bill_list {
  position:relative;
  margin: 15px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0,0,0,0.2);
  overflow: hidden;
}
.ap .bill_list p {
  margin:0;
}
.ap .bill_list ul {
  position:relative;
  list-style-type:none;
  padding:0;
  margin:0;
}
.ap .bill_list li {
  position:relative;
  padding:10px;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  background-color:#fff;
  border-bottom:1px solid #ddd;
  text-align: center;
}
.ap .bill_list li.title {
  background-color:#eee;
  font-size:105%;
  font-weight:bold;
}
.ap .bill_list li.nodata {
  justify-content: center;
  color:#00838f;
}
.ap .bill_list li .list_l {
  width:80%;
  display:flex;
  align-items: center;
}
.ap .bill_list li .list_r {
  width:20%;
}
.ap .bill_list li .list_l div {
  width:50%;
  display:flex;
  align-items: center;
}
.ap .bill_list li .list_l div .bill01,
.ap .bill_list li .list_l div .bill02,
.ap .bill_list li .list_l div .bill03,
.ap .bill_list li .list_l div .bill04 {
  width:50%;
}
.ap .bill_list li .list_r.cash {
  display:flex;
  align-items: center;
  justify-content: flex-end;
  position:relative;
  padding-right:40px;
}
.ap .bill_list li .list_r p.a01 {
  font-size: 105%;
  font-weight:bold;
}
.ap .bill_list li .list_r p.a02 {
  display:inline-block;
  padding: 1px 7px;
  color:#fff;
  background-color:#f00;
  font-size: 80%;
  border-radius: 50px;
  margin-left: 5px;
  position:absolute;
  right:0;
}
@media screen and (max-width: 767px) {
.ap .bill_list {
  box-shadow:none;
padding: 10px;margin: 0;}
.ap .bill_list li {
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  margin-bottom:10px;
}
.ap .bill_list li.title {
  display:none;
}
.ap .bill_list li .list_l {
  width:60%;
  display: block;
  text-align: left;
}
.ap .bill_list li .list_r {
  width:40%;
}
.ap .bill_list li .list_l div {
  width:100%;
  display:block;
}
.ap .bill_list li .list_l div .bill01,
.ap .bill_list li .list_l div .bill02,
.ap .bill_list li .list_l div .bill03,
.ap .bill_list li .list_l div .bill04 {
  width: initial;
  display:inline-block;
}
.ap .bill_list li .list_l div .bill02 {
  font-size: 80%;
  padding:1px 5px;
  color:#FFF;
  background-color:#607D8B;
  border-radius: 2px;
}
.ap .bill_list li .list_l div .bill03 {
  font-weight:bold;
}
.ap .bill_list li .list_l div .bill04 {
  display:none;
}
}
/*抽獎券查詢*/
.ap .tk_list {
  position:relative;
  margin: 15px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0,0,0,0.2);
  overflow: hidden;
}
.ap .tk_list p {
  margin:0;
}
.ap .tk_list ul {
  position:relative;
  list-style-type:none;
  padding:0;
  margin:0;
}
.ap .tk_list li {
  position:relative;
  padding:10px;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  background-color:#fff;
  border-bottom:1px solid #ddd;
  text-align: center;
}
.ap .tk_list li.title {
  background-color:#eee;
  font-size:105%;
  font-weight:bold;
}
.ap .tk_list li p {
  width:25%;
}
.ap .tk_list li a b {
  display:none;
}
.ap .tk_list li a {
  font-size:120%;
  color:#00838f;
  transition: all 200ms ease-out;
  display:inline-block;
}
.ap .tk_list li a:hover {
  text-decoration:none;
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
@media screen and (max-width: 480px) {
.ap .tk_list li p:last-child {
  display:none;
}
.ap .tk_list li p {
  width:33.333%;
}
}
.modal-body .tk {
  position:relative;
  padding:10px;
}
.modal-body .tk ul {
  position:relative;
  list-style-type:none;
  padding:0;
  margin:0;
}
.modal-body .tk li {
  padding:10px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgb(0,0,0,0.2);
  margin-bottom:15px;
}
.modal-body .tk li:last-child {
  margin-bottom:0;
}
.modal-body .tk li p {
  margin-bottom:3px;
}
.modal-body .tk li p:nth-child(2) {
  color:#286f91;
}
.modal-body .tk li span p {
  display:inline-block;
}
.modal-body .tk li span p.sort {
  font-size: 80%;
  padding:1px 5px;
  color:#FFF;
  background-color:#607D8B;
  border-radius: 2px;
  margin-left:5px;
}
/*表格*/
.home .rwd-table {
  min-width: 100%;
  background-color: #FFF;
  position:relative;
  border-radius: 10px;
  box-shadow: 0 0 6px rgb(0,0,0,0.2);
  overflow:hidden;
}
.home .rwd-table p {
  margin:0;
}
.home .rwd-table td i {
  margin-right:5px;
  display:inline-block;
}
.home .rwd-table th,
.home .rwd-table td:before {
  color: #000000;
  font-weight: bold;
  background-color: #eee;
}
.home .rwd-table tr:nth-of-type(2n+1) {
  background: hsl(0deg 0% 100%);
}
.home .rwd-table tr {
  border-bottom:1px solid #ccc;
  position: relative;
}
.home .rwd-table tr:last-child {
  border-bottom:none;
}
.home .rwd-table td a {
  color: #ffffff;
  padding: 8px 10px;
  background-color:#567382;
  text-decoration:none;
  border-radius:3px;
  margin-bottom:4px;
  display: inline-flex;
  text-align: center;
  width:105px;
}
.home .rwd-table td a.color01 {
  background-color:#a00000;
}
.home .rwd-table td a.color02 {
  background-color:#008085;
}
.home .rwd-table td a:hover {
  background-color:#000;
}
@media screen and (max-width: 767px) {
.home .rwd-table {
  background: hsl(0, 0%, 91%);
  overflow: hidden;
} 
.home .rwd-table th {
  display: none;
} 
.home .rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
}  
.home .rwd-table td:before {
  background-color: transparent;
}
.home .rwd-table td.inline-block:before {
  display: inline-block;
}
.home .rwd-table td {
  text-align: left !important;
  border-bottom: 1px #dadada solid;
  padding: 10px;
  display: block;
}
}
@media screen and (min-width: 767px) {
.home .rwd-table td:before {
  display: none;
}
.home .rwd-table th,.home .rwd-table td {
  display: table-cell;
  padding: 0.25em 0.5em;
  text-align: center;
  word-break: break-all;
}
.home .rwd-table th:first-child,.home .rwd-table td:first-child {
  padding-left: 0;
}
.home .rwd-table th:last-child,.home .rwd-table td:last-child {
  padding-right: 0;
}
.home .rwd-table th,
.home .rwd-table td {
  padding: 0.8em !important;
}
.home .rwd-table th:nth-child(1)::before {
  display: none;
}
.home .rwd-table th {
  position: relative;
  /* white-space: nowrap; */
  word-break: keep-all;
}
.home .rwd-table th:last-child {
  width:150px;
}
}
/*內頁搜尋*/
body.home .search_group {
  padding: 10px;
}
body.home .search_group .form-flex,
body.home .search_group .d-flex {
  padding: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
body.home .search_group .row {
  margin: 0;
}
body.home .search_group .form_title {
  white-space: nowrap;
}
body.home .search_group .day {
  display: inherit;
}
body.home .search_group .day i {
  color: #000;
  font-size: 145%;
  margin: 0 5px 0 0;
}
body.home .search_group .btn {
  margin: 4px;
  background-color: #607d8b;
  padding: 7px 25px;
  border: none;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  border-radius: 50px;
}
body.home .search_group .center-flex .btn {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: auto;
}
body.home .search_group .btn:hover {
  background-color: #00a5ac;
  color: #fff;
}
/*列表*/
.ap .list-group .list_title {
  background-color: #ffc107;
  padding: 10px;
  font-size: 120%;
  text-align: center;
  color: #000;
  font-weight: 600;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
.ap .list-group {
  position:relative;
  margin-top:20px;
  display: block;
}
.ap .list-group ul {
  position:relative;
  margin:0;
  padding:0;
}
.ap .list-group li {
  list-style-type:none;
  display:block;
  border-bottom:1px solid #CCC;
  position: relative;
}
.ap .list-group li:last-child {
  border-bottom:none;
}
.ap .list-group li a {
  color:#333;
  padding: 15px 10px 15px 10px;
  display:block;
}
.ap .list-group li a:hover {
  text-decoration:none;
  background-color:#FFEB3B;
}
.ap .list-group li p {
  margin:0;
  display:block;
  padding-left: 15px;
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ap .list-group li span {
  float:left;
  background-repeat: no-repeat;
  padding:3px 8px 3px 42px;
  border-radius: 50px;
  width:90px;
  background-size: 20px;
  display:inline-block;
  background-color:#FFF;
  background-size: 20px 20px;
}
.ap .list-group li span.date {
  padding:3px 8px;
  border-radius: 50px;
  display:
  inline-block;
  color: #555;
  border: 2px solid #ea5514;
  font-size:85%;
  background-color: #FFF;
  width:
  inherit;
}
@media screen and (max-width: 480px) {
.ap .list-group li {
  border-bottom: none;
  margin-bottom:15px;
}
.ap .list-group li a {
  border-radius:5px;
  box-shadow:0 0 6px rgba(0,0,0,0.2);
}
.ap .list-group li span {
  float:none !important;
}
.ap .list-group li p {
  padding-left: 0px !important;
  padding-top: 10px !important;
  overflow: inherit !important;
  white-space: inherit !important;
  text-overflow: inherit !important;
}
}
/*單頁內容*/
body.home .ap .detail .info {
  display:flex;
  font-size: 95%;
}
body.home .ap .detail p {
  margin-bottom:5px;
}
body.home .ap .detail p.t01 {
  font-weight: bold;
  font-size: 105%;
  color: #ea5514;
}
body.home .ap .detail .info .date {
  display:inline-flex;
  margin-right:10px;
}
body.home .ap .detail .info .date i {
  padding-right:5px;
}
body.home .ap .detail .info .map {
  background-color:#fcd100;
  color:#000;
  border-radius:50px;
  padding:2px 10px;
  display:inline-flex;
}
body.home .ap .detail .subject {
  font-size:130%;
  font-weight:600;
  padding:5px 0;
  color: #0b8089;
  border-bottom: 1px solid #d3d3d3;
}
body.home .ap .detail .edit {
  padding: 20px 0;
  line-height:28px;
  box-shadow: none;
  border-radius: initial;
}
body.home .ap .detail .edit img {
  width:100%;
}
body.home .ap .detail .edit .txt {
  margin-bottom:15px;
}
body.home .ap .detail .stt {
  padding:  5px 10px 5px 25px;
  color:  #000;
  font-weight:600;
  margin:  0;
  font-size:120%;
  position:relative;
  background-color: #ffdce7;
  border-radius: 50px;
}
body.home .ap .detail .stt::after {
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  content: '';
  width: 12px;
  height: 4px;
  background-color: #e41b57;
}
body.home .ap .detail .download,
body.home .ap .detail .link {
  margin: 35px 0 0 0;
}
body.home .ap .detail .download ul {
  padding:0;
}
body.home .ap .detail .download li {
  border-top: 1px #cecece dashed;
  padding: 10px;
  margin:0;
  position: relative;
  display:block;
}
body.home .ap .detail .download li:before {
  content: "❯";
  margin-right:5px;
}
body.home .ap .detail .download li li:before {
  content: "";
}
body.home .ap .detail .download .icon li a:hover {
  opacity: 0.7;
}
body.home .ap .detail .download .icon li, 
body.home .ap .detail .download li:nth-child(1),
body.home .ap .detail .link li:nth-child(1) {
  border: none;
}
body.home .ap .detail .download .icon li {
  float: left;
  margin-left: 5px;
  padding: 0;
}
body.home .ap .detail .download .icon {
  position: relative;
  bottom: -5px;
  display: inline-block;
}
body.home .ap .detail .download .icon li::before {
  display: none;
}
body.home .ap .detail .link {
  position:relative;
}
body.home .ap .detail .link ul {
  display:block;
  padding:0;
  margin-top: 5px;
}
body.home .ap .detail .link li {
  display:inline-block;
  margin: 0;
}
body.home .ap .detail .link li a {
  background-color:#337ab7;
  color:#FFF;
  text-decoration:none;
  display:inline-block;
  border-radius:3px;
  margin: 4px 2px;
  padding: 6px 12px;
}
body.home .ap .detail .link li a:hover {
  background-color:#f28711;
}
body.home .ap .detail .gallery {
  position:relative;
}
body.home .ap .detail .gallery ul {
  padding:0;
  list-style-type:none;
}
body.home .ap .detail .gallery li {
  /* float:left; */
  /* width:25%; */
  padding:10px;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: all .3s ease-out;
}
body.home .ap .detail .gallery li img {
  width: 100%;
}
/*=====相關圖片=====*/
body.home .ap .album {
   position:relative; 
}
body.home .ap .album .rowlist {
    padding:0 10px;
}
body.home .ap .album .list {
    margin-top:20px;
}
body.home .ap .album .rowlist .pic img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width:100%;
}
body.home .ap .album .rowlist .pic {
    height: 200px;
    max-width:  100%;
    background-color:  #f0f0f0;
    display:  flex;
    align-items: center;
    justify-content:  center;
    overflow:hidden;
    border: 6px #ffffff solid;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
body.home .ap .album .rowlist .txt {
    margin:15px 0;
    line-height: 24px;
    padding:0 10px;
    font-size: 97%;
}
.fancybox-close {
  background-image: url(../images/all/pic_close.png) !important;
  width:70px !important;
  height:70px !important;
  background-color: hsl(0deg 0% 0% / 70%);
  border-radius:100%;
  background-repeat:no-repeat;
  background-position:center;
  top: 25px !important;
  right: 45px !important;
  position: fixed !important;
}
.fancybox-nav {
  width:20% !important;
}
.fancybox-nav span {
  top:45% !important;
}
.fancybox-next span {
  background-image: url(../images/all/pic_next.png) !important;
  width:70px !important;
  height:70px !important;
  background-color: hsl(0deg 0% 0% / 70%);
  border-radius:100%;
  background-repeat:no-repeat;
  background-position: center !important;
}
.fancybox-prev span {
  background-image: url(../images/all/pic_prev.png) !important;
  width:70px !important;
  height:70px !important;
  background-color: hsl(0deg 0% 0% / 70%);
  border-radius:100%;
  background-repeat:no-repeat;
  background-position: center !important;
}
@media screen and (max-width: 575px) {
body.home .ap .album .rowlist .pic {
  height:auto;
}
}
/*優惠店家列表*/
body.home .ap .list_coupon {
  margin: 0 0 35px 0;
}
body.home .ap .list_coupon ul {
  padding: 0;
  margin: 0;
  list-style-type:none;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items: stretch;
}
body.home .ap .list_coupon li {
  padding: 10px !important;
  position:relative;
  display:inline-flex;
}
body.home .ap .list_coupon li .box {
  display: block;
  border-radius: 0;
  padding: 0px 0px 50px 0px !important;
  background-color: #fff;
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position:relative;
  width:100%;
}
body.home .list_coupon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home .ap .list_coupon .pic {
  height: 160px;
  width: 100%;
  background-color: #f3f3f3;
  vertical-align: middle;
  position:relative;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  overflow: hidden;
  transition: all 200ms ease-out;
}
body.home .ap .list_coupon .pic:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
body.home .ap .list_coupon .info {
  position:relative;
  color: #555;
  margin: 10px 0;
  padding: 0 10px;
}
body.home .ap .list_coupon .info .stt {
  color: #00838d;
  text-align: center;
  font-size: 115% !important;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.home .ap .list_coupon .info .sale {
  color: #a40000;
  text-align: center;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.home .ap .list_coupon .info .sort {
  display:inline-block;
  padding:2px 10px;
  background-color:#e41b57;
  border-radius:5px;
  color:#FFF;
  position:absolute;
  top:-45px;
  right:10px;
  font-size: 95%;
}
body.home .ap .list_coupon .info i {
  padding-right:8px;
}
body.home .ap .list_coupon .info span {
  display:block;
  padding:2px 0;
}
body.home .ap .list_coupon .info .ttl {
  border-top:1px solid #e4e4e4;
  margin-top:6px;
  padding:4px 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.home .ap .list_coupon .info .map {
  padding:2px 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.home .ap .list_coupon .box .btn {
  display:block;
  position: absolute;
  padding: 10px;
  width: 100%;
  bottom:0;
}
body.home .ap .list_coupon .box .btn a {
  padding:8px 10px;
  display: block;
  color:#FFF;
  text-decoration:none;
  border-radius: 50px;
  background-color:#17a2b8;
}
body.home .ap .list_coupon .box .btn a:hover {
  background-color:#0e798a;
}
/*優惠店家內頁*/
body.home .ap .detail.coupon {
  max-width:730px;
  margin:auto;
}
body.home .ap .detail .coupon_img {
  border-radius: 10px;
  overflow:hidden;
  margin-bottom:30px;
  position:relative;
  display:block;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
}
body.home .ap .detail .coupon_img img {
  width:100%;
}
body.home .ap .detail .coupon_img .txt {
  position:absolute;
  z-index: 1;
  display:block;
  background-color: rgba(0,0,0,0.65);
  padding: 10px 15px;
  bottom: 0px;
  color: #FFF;
  width: 100%;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  text-align: center;
  font-size: 100%;
}
body.home .ap .detail .coupontitle {
  font-size:150%;
  font-weight:600;
  padding:5px 0;
  color: #0b8089;
  border-bottom: 1px solid #000;
  display:inline-block;
}
body.home .ap .detail .shopinfo ul {
  list-style-type:none;
  padding:0;
  margin-top: 10px;
}
body.home .ap .detail .shopinfo li {
  padding:12px 0;
  display:flex;
  border-bottom:1px solid #ededed;
  flex-wrap: wrap;
}
body.home .ap .detail .shopinfo span {
  font-weight:600;
  color:#000;
  width:30%;
}
body.home .ap .detail .shopinfo p {
  width:70%;
  margin:0;
}
body.home .ap .detail .shopinfo p a {
  display:inline-block;
}
body.home .ap .detail .shopinfo p a img {
  margin-left:5px;
  margin-top:-12px;
  width:20px;
}
body.home .ap .detail .coupon_img .pic {
  width: 100%;
}
body.home .ap .detail .shopinfo.sale span {
  width:18%;
}
body.home .ap .detail .shopinfo.sale p {
  width:82%;
}
/*星星評價*/
.starbox {
  position:relative;
  display:flex;
  text-align: right;
  justify-content: space-between;
  margin-top: 10px;
}
.starbox i {
  display:inline-block;
  color: #f1c40f;
  font-size: 110%;
}
.starbox i.bk {
  color: #777;
  font-size: 110%;
}
.starbox .two,
.starbox .three,
.starbox .four,
.starbox .five {
  display:none;
}
.starbox .sort {
  position:relative;
  margin: 0 !important;
  display:inline-block;
  background-color:#FFEB3B;
  padding:4px 10px;
  border-radius: 50px;
}
.score {
  position:relative;
  max-width: 730px;
  margin: auto;
  font-size:95%;
}
.score i {
  color: #f1c40f;
}
.score i.bk {
  color: #777;
}
.score .row {
  margin-bottom:10px;
}
.score p {
  margin:0;
  padding-left:5px;
  display:inline-block;
}
.score .progress {
  width: 85%;
}
.score .col-5,
.score .col-7 {
  padding:0;
}
.score .col-7 {
  display:flex;
  align-items: center;
}
/*增加評論*/
.discuss {
  position:relative;
  max-width: 730px;
  margin:20px auto;
}
.discuss .btn-primary {
  width:100%;
}
.discuss .card {
  border:none;
  margin-top: 4px;
}
.discuss .card-body {
  
}
.rating-stars a {
  color: #f1c40f;
}
.rating-stars a:hover,
.rating-stars a:active,
.rating-stars a:focus {
  color: #dab10d;
}
.rating-stars {
  width: 100%;
  text-align: center;
}
.rating-stars .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 130%;
  color: #777;
  cursor: pointer;
  padding: 3px;
}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
  color: #f1c40f;
}
.rating-stars .rating-star.is--no-hover {
  color: #555555;
}
@media screen and (max-width: 767px) {
body.home .ap .detail .shopinfo span {
  width:35%;
}
body.home .ap .detail .shopinfo p {
  width:65%;
}
}
@media screen and (max-width: 575px) {
body.home .ap .list_coupon .pic {
  height: 240px;
}
body.home .ap .list_coupon .pic img {
  max-width: 100%;
  max-height: 100%;
  /* margin: auto; */
  /* position:inherit; */
  /* top: inherit; */
  /* left: inherit; */
  /* transform: inherit; */
}
body.home .ap .list_coupon .info .subject,
body.home .ap .list_coupon .info .stt  {
  overflow: inherit;
  white-space: inherit;
  text-overflow: inherit;
}
body.home .ap .detail .shopinfo span,
body.home .ap .detail .shopinfo p {
  width:100%;
}
body.home .ap .detail .shopinfo.sale span,
body.home .ap .detail .shopinfo.sale p {
  width:100%;
}
body.home .ap .detail .coupon_img .txt {
  font-size:100%;
}
}
@media screen and (max-width: 460px) {
.score p {
  display:block;
}
.score .col-7 {
  align-items: flex-start;
  padding-top: 5px;
}
}
/*社群分享*/
.share {
  position:relative;
}
.share img {
  width:100%;
}
.share ul {
  position:relative;
  list-style-type:none;
  display:flex;
  justify-content:flex-end;
  padding:0;
}
.share li {
  display:inline-flex;
  padding:0px 4px;
}
.share li a {
  margin:auto;
  width:45px;
  height:45px;
  border-radius:100%;
  padding:6px;
  border:3px solid transparent;
}
.share li a:hover {
 border:3px solid rgb(255,255,255,50%);
}
.share li.fb a {
  background-color:#43609c;
}
.share li.fb img {
  height:27px;
}
.share li.line a {
  background-color:#4dac2c;
}
.share li.keep a {
  background-color:#db402c;
}
/*常見問答*/
.ap .qabtn {
  position:relative;
}
.ap .qabtn ul {
  list-style-type:none;
  padding:0;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ap .qabtn li {
  display:inline-block;
  padding:5px;
  width:20%;
}
.ap .qabtn li a {
  padding: 8px 10px;
  display:block;
  background-color:#fcd100;
  color:#000;
  text-decoration:none;
  border-radius:50px;
}
.ap .qabtn li:nth-child(1) a {
  background-color: #3f51b5;
  color: #FFF;
}
.ap .qabtn li a:hover {
  background-color:#00a5ac;
  color:#FFF;
}
.ap .qabtn li i {
  display:inline-block;
  padding-right:5px;
}
@media screen and (max-width: 991px) {
.ap .qabtn li {
  width:25%;
}
}
@media screen and (max-width: 767px) {
.ap .qabtn li {
  width:50%;
}
}
@media screen and (max-width: 420px) {
.ap .qabtn li {
  width:100%;
}
}
/*我的訊息專區-便民服務*/
.list.collapse {
    padding: 0 0 30px 0;
}
.collapse.list .accordion>.card {
    border: none;
}
.collapse.list .accordion>.card:nth-child(1) .btn-link {
    border: none;
}
.collapse.list .accordion>.card>.card-header {
    padding: 0;
}
.collapse.list .card-body {
  background-color: #f3f3f3;
}
.collapse.list .card-body .textlist {
  position:relative;
}
.collapse.list .btn-link {
    padding: 13px 40px 13px 15px;
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 105%;
    background-color: #e0ecef;
    text-decoration: none;
    border-radius: 0;
    border-top: 1px solid #FFF;
    position: relative;
}
.collapse.list .btn-link.b {
  background-color: #d0e8ed;
}
.collapse.list .btn-link::after {
  content:"";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid #00838f;
  border-left: .3em solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: .255em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.collapse.list .btn-link.collapsed::after {
  content:"";
  border-top: .3em solid #00838f;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: .255em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.collapse.list .btn-link .info span {
  font-size:95%;
  display:inline-block;
  padding:0 5px;
  color: #555;
}
.collapse.list .btn-link .mtt {
  font-size:105%;
  display: inline-block;
  padding:5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
.collapse.list .card-body .stt {
  background-color:#fdd100;
  padding: 10px 10px 10px 25px !important;
}
.collapse.list .card-body .stt::before {
  left:5px !important;
}
.collapse.list .card-body .note {
  text-align:left !important;
}
}
/*網站導覽*/
.home .sitemap .sitemap_note {
  padding: 14px;
  line-height: 160%;
}
.home .sitemap ul {
  padding: 0 5px;
  margin: 0;
  list-style-type: none;
  transition: all .3s ease-out;
}
.home .sitemap ul li a {
  padding: 5px 15px 5px 25px;
  color: #000;
  position: relative;
  font-size: 105%;
  text-decoration: none;
}
.home .sitemap ul li a:hover {
  background-color: #cbe7f2;
  border-radius: 50px;
}
.home .sitemap ul li a::before {
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 6px #292929;
  background-color: transparent;
  top: 35%;
  bottom: inherit;
  left: 10px;
  content: "";
  position: absolute;
}
.home .sitemap ul li.title a {
  background-color: #fcd100;
  padding: 8px 15px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 110%;
  margin: 5px 0;
  border-radius: 50px;
}
.home .sitemap ul li.title a:hover {
  background-color: #FF9800;
}
.home .sitemap ul li.title a::before {
  display: none;
}
/*編輯器*/
.ap .edit {
  padding: 25px;
  border-radius:10px;
  display:block;
  background-color:#FFF;
  box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.3);
  line-height: 170%;
}
.ap .edit img {
  max-width:100%;
}
.ap .edit .tt00 {
    font-size: 125%;
    font-weight: bold;
    font-family: system-ui;
    color: #c53c00;
}
.ap .edit .tt01 {
  font-size:120%;
  font-weight:600;
  margin: 10px 0;
  color:#0b8089;
}
.ap .edit .tt02 {
  font-size:105%;
  font-weight:600;
  margin: 10px 0;
  color:#000;
}
.ap .edit ul {
  padding: 0 0 0 20px;
}
.ap .edit li {
  padding:5px;
  margin-left:0;
  list-style-type: decimal;
}
.ap .edit li span {
  font-weight:bold;
}
/*目錄頁*/
.page_menu ul {
  padding: 0;
  margin: 0;
}
.page_menu li {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  position:relative;
}
.page_menu li a:before {
  content:
  "";
  position:
  absolute;
  width: 15px;
  height: 4px;
  background-color: #ea5514;
  left:0;
  top: 45% !important;
}
.page_menu li a {
  background-color: #ebebeb;
  display: block;
  padding: 10px 10px 10px 40px;
  color: #000;
  box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 30%);
  text-decoration: none;
  position:relative;
  border-radius: 40px;
}
.page_menu li a:hover {
  -moz-transform: translate(-40px,8px);
  -webkit-transform: translate(-10px,3px);
  -o-transform:translate(-40px,8px);
  -ms-transform:translate(-40px,8px);
  transform: translate(-3px,-3px);
  background-color: #fcd100;
  color: #000;
}
.ap .note1 {
  color: #17a2b8;
  text-align: center;
  background-color: #f3f3f3;
  padding: 10px;
  font-weight: bold;
  font-size:105%;
  border-radius: 50px;
}
/*20220715*/
.ap .list-group.ct li p {
  margin:0;
  display:
  inline-block;
  padding-left: 0;
  padding-top: 5px;
  font-weight: bold;
}
.ap .list-group.ct li .info {
  display:flex;
  align-items: center;
}
.ap .list-group.ct li .info p {
  margin:0;
  display:inline-block;
  padding-left: 15px;
  padding-top: 0;
  color:#555;
  font-size:95%;
}
.ap .list-group.ct li .info p.state1 {
  padding:3px 8px;
  border-radius: 50px;
  color: #555;
  font-size:85%;
  background-color: #ea5514;
  color:#FFF;
}
.ap .list-group.ct li .info p.state2 {
  padding:3px 8px;
  border-radius: 50px;
  color: #555;
  font-size:85%;
  background-color: #999;
  color:#FFF;
}
.ap .ctbt {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.ap .ctbt a {
  color:#FFF;
  display: inline-block;
}
.ap .ctbt a:hover {
  text-decoration: none;
}
.ap .history {
  width: 70%;
  margin:auto;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0,0,0,0.3);
  padding: 15px;
  margin-bottom:20px;
}
.ap .history .formkeyin a {
  padding-right:10px;
}
@media screen and (max-width: 991px) {
.ap .history {
  width: 100%;
}
}
@media screen and (max-width: 480px) {
.ap .list-group.ct li .info {
  display:initial;
}
.ap .list-group.ct li .info p {
  display:block;
}
.ap .list-group.ct li p {
  padding-top:4px !important;
}
.ap .list-group.ct li .info p.state1,
.ap .list-group.ct li .info p.state2 {
  padding:3px 10px !important;
  display:inline-block;
}
}
/*20220715聯絡我們列表*/
.collapse.ct .accordion>.card .btn-link {
  display:flex;
  align-items: center;
}
.collapse.ct .accordion>.card .btn-link p {
  margin-bottom:5px;
  font-size:95%;
}
.collapse.ct .accordion>.card .btn-link .tt-l {
  padding:0 15px 0 0;
  text-align: center;
  width:10%;
}
.collapse.ct .accordion>.card .btn-link .tt-r {
  width:90%;
}
.collapse.ct .accordion>.card .btn-link .tt-l p {
  padding:5px 10px;
  color:#FFF;
}
.collapse.ct .accordion>.card .btn-link .tt-l .qa {
  font-weight: bold;
  background-color:#999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.collapse.ct .accordion>.card .btn-link .tt-l .state {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.collapse.ct .accordion>.card .btn-link .tt-l .state.c01 {
  background-color: #009688;
}
.collapse.ct .accordion>.card .btn-link .tt-l .state.c02 {
  background-color: #ff5722;
}
.collapse.ct .accordion>.card .btn-link .tt-l .state.c03 {
  background-color: #2196f3;
}
.collapse.ct .btn-link .mtt {
  padding:0px;
  font-size:105% !important;
}
.collapse.ct .card-body .date span {
  font-weight: bold;
  display:inline-block;
}
.collapse.ct .card-body .date p {
  display:inline-block;
  margin-bottom:5px;
}
.collapse.ct .card-body .text span {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
.collapse.ct .accordion>.card .btn-link .tt-l {
  width:15%;
}
.collapse.ct .accordion>.card .btn-link .tt-r {
  width:85%;
}
}
@media screen and (max-width: 767px) {
.collapse.ct .accordion>.card .btn-link .tt-l {
  width:20%;
}
.collapse.ct .accordion>.card .btn-link .tt-r {
  width:80%;
}
}
@media screen and (max-width: 530px) {
.collapse.ct .accordion>.card .btn-link {
  display:initial;
}
.collapse.ct .accordion>.card .btn-link .tt-l {
  width:
  initial;
  text-align: left;
}
.collapse.ct .accordion>.card .btn-link .tt-r {
  width:initial;
}
.collapse.ct .accordion>.card .btn-link .tt-l .qa {
  border-radius: 50px;
  display:inline-block;
}
.collapse.ct .accordion>.card .btn-link .tt-l .state {
  border-radius: 50px;
  display:inline-block;
}
}
/*好康優惠*/
/*優惠店家列表*/
body.home .ap .list_sale {
  margin: 0 0 35px 0;
}
body.home .ap .list_sale ul {
  padding: 0;
  margin: 0;
  list-style-type:none;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items: stretch;
}
body.home .ap .list_sale li {
  padding: 10px !important;
  position:relative;
  display:inline-flex;
}
body.home .ap .list_sale li a {
  display: block;
  background-color: #fff;
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position:relative;
  width:100%;
}
body.home .list_sale img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home .ap .list_sale .pic {
  height: 160px;
  width: 100%;
  background-color: #f3f3f3;
  vertical-align: middle;
  position:relative;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  overflow: hidden;
  transition: all 200ms ease-out;
}
body.home .ap .list_sale li a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}
body.home .ap .list_sale .info {
  position:relative;
  color: #555;
  margin: 10px 0;
  padding: 0 10px;
}
body.home .ap .list_sale .info .stt {
  color: #00838d;
  text-align: center;
  font-size: 115% !important;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display:block;
}
body.home .ap .list_sale .info .sale {
  color: #a40000;
  text-align: center;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display:block;
}
body.home .ap .list_sale .info .sort {
  display:inline-block;
  padding:2px 10px;
  background-color: #ea5514;
  border-radius:5px;
  color:#FFF;
  position:absolute;
  top:-45px;
  right:10px;
  font-size: 95%;
}
body.home .ap .list_sale li a:focus {
  outline-offset: inherit;
}
@media screen and (max-width: 575px) {
body.home .ap .list_sale .pic {
  height: inherit;
}
body.home .ap .list_sale .picbox .pic {
  height: auto;
}
body.home .ap .list_sale li {
  padding: 10px 0 !important;
}
body.home .ap .list_sale li .info .coins {
  text-align:left;
}
body.home .ap .list_sale .picbox .pic img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position:inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}
body.home .ap .list_sale li a {
  display:flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
}
body.home .ap .list_sale li .pic {
  height: 130px;
  width: 40%;
  background-color: #f3f3f3;
  border-top-left-radius:7px;
  border-bottom-left-radius:7px;
  border-top-right-radius:0;
}
body.home .ap .list_sale li .info {
  width: 60%;
  padding:0 15px;
}
body.home .ap .list_sale .info .sort {
  position:relative;
  top:0;
  right:0;
  margin-bottom:5px;
}
body.home .ap .list_sale .info .stt {
  text-align: left;
}
body.home .ap .list_sale .info .sale {
  text-align: left;
}
}
/*內頁影音*/
body .ap .list_video {
  position:relative;
}
body .ap .list_video img {
  width:100%;
}
body .ap .list_video ul {
  position:relative;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
body .ap .list_video li {
  padding:15px;
  width: 50%;
}
body .ap .list_video li a {
  display:block;
  position:relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px #666;
}
body .ap .list_video li  a:hover {
  text-decoration: none;
}
body .ap .list_video li  a:focus {
  outline-offset: inherit;
}
body .ap .list_video li p {
  margin: 0;
  padding: 15px;
  background: #ea5514;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .ap .list_video li .pic {
  position:relative;
}
body .ap .list_video li .pic .play {
  background-color: #000;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/icon_play.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 200ms ease-out;
  opacity: 0;
  position:absolute;
  z-index:1;
}
body .ap .list_video li  a:hover .pic .play {
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
body .ap .list_video li {
  width: 100%;
}
body .ap .list_video li p {
  white-space: inherit;
}
}