@charset "utf-8";
/* CSS Document */
/*內頁清單*/
.ap .list01 .stitle {
  font-size: 145%;
  color: #000;
  font-weight: bold;
}
.ap .list01 .item {
  padding: 10px;
}
.ap .list01 .item a {
  display: block;
  padding: 60px 24px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: #fff;
  position: relative;
}
.ap .list01 .item a:hover {
  background-color: #ffdedf;
  box-shadow: 0 0 6px 0 rgb(255 255 255 / 20%);
  -webkit-box-shadow: 0 0 6px 0 rgb(255 255 255 / 20%);
  -moz-box-shadow: 0 0 6px 0 rgb(255 255 255 / 20%);
}
.ap .list01 .item a::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 17px;
  content: "";
  font-weight: normal;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #8c0426;
  border-right: solid 3px #8c0426;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.ap .list01 .item.out a::after {
    background-image: url(../images/icon/ic_outlink.svg);
    border: none;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    right: 2px;
}

.ap .list01 .item.barcode a::after {
    background-image: url(../images/icon/ic_barcode.svg);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-size: 100%;
    width: 20px;
    height: 27px;
    right: 2px;
}
@media (max-width: 992px) {
  .ap .list01 .item a {
    padding: 15px 30px 15px 15px;
  }
}
/*活動列表*/
.locate {
    background-color: #FFB3B5;
    border-radius: 50px;
    padding: 9px 15px;
    font-size: 75%;
    color: #8A0023;
    margin: 0 0 0 15px;
    font-weight: normal;
}

.locate img {
    width: 15px;
    margin: -3px 0 0 5px;
}
.listA .all_list {
    padding: 20px 0 0 0;
  }
.listA .all_list .item,.listA .sport_list .item {
  padding: 10px;
  height: 100%;
}
.listA .all_list a {
  display: block;
  height: 100%;
}
.listA .all_list a:hover .item {
  background-color: #ffe9ea;
  box-shadow: 0 0 0 3px rgb(182, 32, 58, 0.3);
  -webkit-box-shadow: 0 0 0 3px rgb(182, 32, 58, 0.3);
  -moz-box-shadow: 0 0 0 3px rgb(182, 32, 58, 0.3);
}


.listA .all_list .item .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



.listA .hot_list .item .more a:hover {
  background-color: #ffd4d6;
  border: 1px #ffd4d6 solid;
}


@media screen and (min-width: 768px) {
 .listA .all_list .item .pic,.listA .sport_list .item .pic {
    max-width: 230px;
    min-width: 230px;
    padding-top: 185px;
    margin: 0 10px 0 0;
    width: 40%;
  }
  .listA .hot_list .listB .item .more {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {  
  .listA .hot_list .listB .item .more a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    border: none;
    border-radius: 12px;
  }
  .listA .hot_list .listB .item .more a:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {  
.listA .all_list .item .sub {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
}
@media (max-width: 768px) and (min-width: 420px){
    .listA .all_list .item .pic,.listA .sport_list .item .pic {
    max-width: 120px;
    padding-top: 96px;
    min-width: 120px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 420px) {  
 .listA .all_list .item .pic,.listA .sport_list .item .pic {
    max-width: 100px;
    padding-top: 80px;
    min-width: 100px;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 480px) {  
.listA .all_list .row > div{
    width: 100%;
}
}
.listA .sport_list .list_slider .slick-prev {
  left: 0;
}
.listA .sport_list .list_slider .slick-next {
  right: 0;
}
/*搜尋結果*/
.info_list .result {
    padding: 10px 0 0 10px;
    font-size: 110%;
}

.info_list .box {
    background-color: #FAEAED;
    border-radius: 8px;
    padding: 10px;
}

.info_list .box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.info_list .box ul li {
    color: #5A4041;
    padding: 2px 0;
}

/*篩選*/
.modal-content {
  background-color: #FFF8F7;
  transition: all 200ms ease-out 0s;
}
.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
}
.modal-title {
  margin: auto;
  font-size: 120%;
  font-weight: bold;
}
.modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.modal-body .btn-close::after {
    background-color: #000;
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    top: 5px;
    position: absolute;
    z-index: -1;
    left: 7px;
    border-radius: 50px;
}
.event_search .panel {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.event_search .stitle {
  margin: 0;
  font-weight: bold;
  font-size: 110%;
  padding: 0 0 5px 5px;
}
.event_search .check {
  right: 5px;
  top: 1px;
}
.event_search .panel .date .form-control {
    border: 1px #837377 solid;
    border-radius: 7px;
    padding: 10px 10px;
}


/*換頁*/
.ap .page_list {
  font-size: 110%;
  padding: 30px 0 75px 0;
}
.ap .page_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ap .page_list ul li {
  padding: 5px;
}
.ap .page_list ul li li {
  padding: 0;
}
.ap .page_list ul li a {
  text-decoration: none;
}
.ap .page_list > ul > li > a {
  display: block;
  padding: 7px 5px 7px 43px;
  position: relative;
  background-color: #fffce3;
  color: #000;
  text-decoration: none;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 3px 1px rgb(183 171 90 / 17%);
  box-shadow: 2px 2px 3px 1px rgb(183 171 90 / 17%);
  background-image: url(../images/home/card_arrow_y.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 10px 50%;
  font-weight: bold;
}
.ap .page_list ul li a:hover {
  background-color: rgba(255, 235, 59, 0.5);
}
.ap .page_list ul ul li a {
  background-color: transparent;
  border-right: none;
  padding: 9px 5px 9px 2.56em;
  border-bottom: 1px #dadada solid;
  display: block;
  color: #555;
  position: relative;
}
.ap .page_list ul ul li a::before {
  content: "";
}
.ap .page_list ul ul ul li a {
  padding: 9px 5px 9px 2rem;
  color: #6b6b6b;
  font-size: 95%;
}
.ap .page_list ul ul ul ul li a {
  padding: 9px 5px 9px 2.8rem;
}
.ap .page_list ul ul li a:hover {
  background-color: transparent;
  border-bottom: 1px #000000 solid;
  color: #000;
}
.ap .page_list ul 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: 2rem;
  position: absolute;
}
.ap .page_list ul ul ul li a::before {
  content: "_";
  border: none;
  position: relative;
  margin-right: 25px;
  left: 15px;
}
/*分頁*/
.ap .pagebox {
  padding: 20px 0 50px 0;
  text-align: center;
  letter-spacing: 0;
}

.ap .pagebox > div {
    padding: 0 0 15px 0;
}
.route_card .box .page {
  padding: 0 0.7rem 15px 0;
}
.ap .page .button {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.ap .page 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 .page ul li {
  /* padding: 2px; */
}
.ap .page ul li.forward, .ap .page ul li.back {
  text-indent: -9999px;
  position: relative;
}
.ap .page .page-item.disabled .page-link {
  opacity: 0.3;
}
.ap .page ul li.forward a::before {
  position: absolute;
  top: 55%;
  left: 45%;
  font-weight: normal;
  display: block;
  width: 12px;
  height: 12px;
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
}
.ap .page ul li.back a::before {
  position: absolute;
  top: 55%;
  right: 45%;
  font-weight: normal;
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
}
.ap .page ul li a {
  color: #000;
  text-decoration: none;
  border-radius: 10px !important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  border: none;
  background: transparent;
}
.ap .page ul li.this a {
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https: //colorzilla.com/gradient-editor/#ff9fa3+0,ff556c+100 */
  background: linear-gradient(to bottom, rgb(255, 159, 163) 0%, rgb(255, 85, 108) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ap .page ul li a img {
  width: 25px;
  margin: 0 10px 0 0;
  height: 25px;
}
.ap .page ul li a:hover {
  background-color: #ffd4d6;
}
.ap .fast_page select {
  border-radius: 10px;
  padding: 8px 0 8px 8px;
  border: none;
  background-color: #ffd4d6;
}
/*radio*/
.radio_box {
  padding: 5px 0;
}
.radio-inline {
  display: inline-block;
  padding: 5px;
}
.radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
  padding: 0 !important;
}
.re_panel .keyin .radio_label {
  display: inline-block;
  position: relative;
  padding: 0 10px 4px 23px;
  cursor: pointer;
  vertical-align: bottom;
  color: #000;
  transition: color 200ms ease;
  width: auto;
  font-weight: normal;
  font-size: 100%;
}
.radio_label:before, .radio_label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: transform 200ms ease, border-color 200ms ease;
}
.radio_label:before {
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 3px solid #8E7070;
}
.radio_label:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  transform: scale(0);
  background-color: #B06000;
}
.radio_label:hover {
  color: #7b062e;
}
.radio_label:hover:before {
  border-color: #dc3545;
}
.radio:checked + .radio_label:before {
  border-color: #8E7070;
}
.radio:checked + .radio_label:after {
  transform: scale(1);
}
/*checkbox*/
.styled-checkbox {
  position: absolute !important;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #d1d1d1 solid;
}
.styled-checkbox:hover + label:before {
  background: #ffd4d6;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #B06000;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}


/*註冊列表*/
.re_panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 70px 10px;
  height: calc(100% - 30px);
  position: relative;
  margin: 0 1rem 30px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.re_panel .card_list {
    padding: 15px 30px 0 30px;
    text-align: center;
}

.re_panel .card_list .scard {
    width: 100%;
}

.re_panel .card_list .scard img {max-height: 90px;}
.re_panel.w-700 {
  max-width: 700px;
  margin: auto;
  padding: 45px 20px;
}
.re_panel.w-900 {
  max-width: 900px;
  margin: auto;
  padding: 45px 30px;
}
.re_panel .title {
  background-color: #FFDADA;
  text-align: center;
  padding: 20px 10px 15px 10px;
  font-size: 130%;
  font-weight: bold;
  color: #000000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.re_panel .title.gold {
    background-color: #FFD178;
}

.re_panel .card_list_note {
    margin: 15px 15px 0 15px;
    padding: 10px 15px;
}

.re_panel .card_list_note ul {list-style-type: none;margin: 0;padding: 0;}

.re_panel .card_list_note ul li {
    padding: 0 0 5px 0;
}

.re_panel .card_list_note ul li span {
    font-weight: bold;
}

.re_panel .note ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.re_panel .note ul li {
    padding: 3px 0;
}

.re_panel .note ul li span {
    font-weight: bold;
}
.re_panel .interest {
  position: relative;
}
.re_panel .interest .mo {
  background-color: #ffefca;
  padding: 7px 15px 7px 10px;
  color: #694e13;
  /* box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3); */
  /* -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3); */
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 95%;
}
.re_panel .interest .mo img {
  margin: -3px 4px 0 0;
}
.re_panel .interest ul li {
  list-style-type: none;
  position: relative;
  padding: 5px 0;
}
.re_panel .interest ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #B06000;
  position: absolute;
  border-radius: 50px;
  left: -25px;
  top: 5px;
}
.re_panel .interest ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -20px;
  top: 10px;
  z-index: 1;
}
.re_panel .interest ul li.none::before {
  border: none;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: none;
  top: 14px;
}
.re_panel .interest ul li.none::after {
  background-color: #E2BEBE;
}
.re_panel .interest .stitle {
  font-size: 120%;
  margin: 0 0 10px 0;
}
/*註冊流程*/
.re_panel .detail {
  padding: 0 15px 15px 15px;
}
.re_panel .detail .stitle {
  font-size: 120%;
}
.re_panel .detail .stitle a {
  color: #000;
  padding: 0 10px 10px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.re_panel .detail .stitle a:hover {
  text-decoration: underline;
}
.re_panel .detail .stitle a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 10px;
}
.re_panel .detail .stitle a.collapsed::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
}
.re_panel .detail .caption {
  background-color: #ffefca;
  padding: 10px;
  border-radius: 12px;
}
.re_panel .detail .caption .pic_mo {
  max-width: 50px;
  min-width: 50px;
}
.re_panel .detail .caption ul {
  margin: 0;
}
.re_panel .detail .caption ul li {
  padding: 1px 0;
  font-size: 95%;
}
@media screen and (max-width: 576px) {
  .re_panel .detail .caption .pic_mo {
    margin: 0 auto 10px auto;
  }
}
/*流程*/
.re_panel .process {
  padding: 15px;
}
.re_panel .process .help a {
  color: #b6203a;
}
.re_panel .process .help img {
  margin: -3px 4px 0 4px;
  width: 20px;
}
.re_panel .process .help a:hover {
  text-decoration: underline;
}
.re_panel .process > ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  position: relative;
}
.re_panel .process > ul > li::after {
  content: "";
  position: absolute;
  width: 3px;
  top: 10px;
  bottom: -10px;
  background-color: #b06000;
  left: 12px;
  z-index: 0;
}
.re_panel .process > ul li:last-child::after {
  display: none;
}
.re_panel .process > ul > li {
  padding: 5px 0 10px 33px;
  font-size: 120%;
  font-weight: 600;
  color: #000;
  position: relative;
}
.re_panel .process > ul li span {
  border-radius: 50px;
  background-color: #B06000;
  width: 27px;
  height: 27px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin: 0 7px 0 0;
  position: absolute;
  z-index: 1;
  left: 0;
}
.re_panel .process ul ul {
  padding-top: 5px;
  color: #8E7070;
}
.re_panel .process ul ul li {
  font-size: 85%;
  font-weight: normal;
  list-style-type: disc;
  padding: 2px 0;
}
.re_panel .process ul ul li.nodot {
  list-style-type: none;
  margin: 0 0 0 -1.5rem;
}
.re_panel .bt {
  text-align: center;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}

.re_panel .bt.join {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 30px;
    width: auto;
}
@media (max-width: 992px) {
  .re_panel .interest {
    padding: 15px;
  }
  .re_panel .interest .mo {
    display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
  }
  .re_panel .interest .tag {
    /* text-align: right; */
    margin: 0 0 0 -20px;
  }
}

/*填寫資料*/
.re_panel .keyin {
  margin: auto;
}
.re_panel .keyin label.key_title {
  white-space: nowrap;
  font-size: 105%;
  /* font-weight: bold; */
  width: 140px;
}
.re_panel .keyin .required {
  color: #B6203A;
  position: relative;
  left: 3px;
}
.re_panel .keyin .eye {
  right: 10px;
  top: 12px;
}
.re_panel .keyin .note {
  color: #B06000;
  font-size: 90%;
  padding: 0 0 5px 2px;
}
.re_panel .keyin .note a {
  color: #B06000;
}
.re_panel .keyin .note a img {
  width: 15px;
  margin: -3px 3px 0 0;
}
.re_panel .keyin .note a:hover {
  text-decoration: underline;
}
.verify_refresh {
    width: 100%;
    max-width: 35px;
}
.verify_refresh a{
    display: block;
}
.keyin .verify_refresh img {
    width: 100%;
}



@media (max-width: 992px) {
  .re_panel .keyin label.key_title {
    padding: 0 0 5px 5px;
  }
}
.re_panel .citycard {
  padding: 15px;
  max-width: 250px;
  margin: auto;
}
/*帳號驗證*/
.field_text {
  color: #8E7070;
  padding: 2px 0 2px 30px;
  word-break: break-all;
}
.bt_send input[type="button"] {
  border-radius: 50px;
  border: none;
  background-color: #ffd4d6;
  color: #8A0023;
  padding: 10px 15px;
  font-size: 95%;
  letter-spacing: 0.05rem;
}

.bt_send.gray input[type="button"] {
    background-color: #8E7070 !important;!i;!ㄛ;!;
    color: #fff;
}


.bt_send input[type="button"]:hover {
  background-color: #ffbabd;
}

@media (max-width:480px) {
  .bt_send {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .bt_send input[type="button"] {
    width: 100%;
    padding: 15px;
  }
}

/*實名驗證流程*/
.re_panel .process.red > ul li span {
  top: 5px;
  background-color: #ffffff;
  border: 5px #B6203A solid;
}
.re_panel .process.red > ul > li::after {
  background-color: #B6203A;
  width: 4px;
  left: 11px;
}
@media screen and (min-width: 768px) {
  .re_panel .process.red {
    padding: 0px 15px 15px 15px;
    margin: -45px 0 0 15px;
    white-space: nowrap;
  }
}
/*我的卡證*/
.mycard {
    
    margin: auto;
    min-height: 100vh;
    position: relative;
}

.mycard .add_card {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 99;
}

.mycard .add_card a {
    display: inline-block;
    background-color: #fff8f7;
}

.mycard .add_card img {
    width: 30px;
}
.mycard .card_box {
    padding: 10px;
}
.mycard .card_box .add_card{
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0;
}
.mycard .card_box .add_card a {
    background-color: #FFDADA;
    border-radius: 50px;
    padding: 10px 20px;
    display: block;
    color: #8A0023;
}

.mycard .card_box .add_card a:hover {
    background-color: #ffcccc;
}

.mycard .card_box .add_card a img {
    margin: -4px 5px 0 0;
}

.mycard .card_box .wbox {
    background-color: #fff;
    border-radius: 17px;
    padding: 20px;
}
.mycard .card_box .card_pic {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
    max-width: 250px;
    margin: auto;
}

.mycard .card_box .num {
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    margin: 10px 0 50px 0;
    font-size: 90%;
    color: #837377;
    letter-spacing: 0;
}

.mycard .card_box .num img {
    min-width: 25px;
    max-width: 25px;
    margin: 0 10px 0 0;
}

.card_box h3 {
    font-size: 140%;
    margin: 0 0 15px 0;
    position: relative;
}

.mycard h3 .more {
    position: absolute;
    right: 0;
    top: -4px;
}

.mycard h3 .more a {
    display: block;
    color: #8E7070;
    font-weight: normal;
    font-size: 70%;
    border: 1px #8E7070 solid;
    border-radius: 50px;
    padding: 5px 15px;
}

.mycard h3 .more a:hover {color: #793a3a;border: 1px #793a3a solid;}
.mycard .item{
    margin: 15px 0;
}

.mycard .item a {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
  padding: 15px 50px 15px 15px;
  display: -webkit-flex;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
  position: relative;
}

.mycard .item a:hover {
    background-color: #ffd4d6;
    box-shadow: none;
}

.mycard .item a:hover::after {
    right: 25px;
}

.mycard .item a::after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: 20px;
    background-position: center;
    background-size: contain;
    transition: all 200ms ease-out 0s;
    top: 50%;
    transform: translate(0,-50%);
}
.mycard .item.in a::after {
    background-image: url(../images/icon/ic_inlink.svg);
}
.mycard .item.out a::after {
    background-image: url(../images/icon/ic_outlink.svg);
}
.mycard .item .icon img {
    width: 40px;
    height: 40px;
}

.mycard .item .info p {
    margin: 0;
    font-size: 95%;
}

.mycard .item .info .stitle {
    font-size: 120%;
    color: #000;
    font-weight: bold;
}
.mycard  .info_list {
    background-color: #fff;
}

.mycard  .info_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mycard  .info_list ul li a {
    display: block;
    border-bottom: 1px #8E7070 solid;
    padding: 13px 35px 13px 20px;
    color: #261818;
    font-weight: 500;
    position: relative;
    font-size: 105%;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
}

.mycard  .info_list ul li a:hover {
    background-color: #ffd4d6;
}

.mycard  .info_list ul li a:hover::after {right: 25px;}

.mycard .info_list ul li a::after {
    content: "";
    background-image: url(../images/icon/ic_inlink.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    right: 15px;
    background-position: center;
    background-size: contain;
    transition: all 200ms ease-out 0s;
    top: 50%;
    transform: translate(0, -50%);
}

.mycard  .info_list ul li a img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}
.mycard  .use_info {
    margin: 25px 0 0 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.mycard .use_info.red,.mycard .use_info.red .card {
    background-color: #FFE9E8;
}

.mycard .use_info.red {
    border-radius: 10px;
}



.mycard  .use_info .card-body {
    border: none;
    line-height: 160%;
    padding: 0 1rem;
}

.mycard  .use_info .open a {
    display: block;
    position: relative;
    padding: 15px;
    font-weight: bold;
    color: #000;
    font-size: 115%;
    letter-spacing: 0;
}

.mycard  .use_info .open a::after {
    content: "";
    background-image: url(../images/icon/ic_arrow01.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 20px;
    background-position: center;
    background-size: contain;
    transition: all 200ms ease-out 0s;
    top: 50%;
    transform: translate(0, -50%);
}

.mycard  .use_info .open a.collapsed::after {
    transform: translate(0, -50%) rotate(180deg);
}
.mycard .slick-dots {
    bottom: inherit;
    top: 274px;
}
.mycard .slick-dots li button,.mycard .slick-dots li{
    width: 10px !important;!i;!ㄛ;!;
    height: 10px;
}
.mycard .slick-dots li button:before {
  content: "";
  background-color: #FFCECB;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.mycard .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #8A0023;
}
.mycard .slick-prev, .mycard .slick-next {
  width: 45px;
  height: 45px;
  background-color: #FF717C !important;
  border-radius: 50px;
  z-index: 1;
  opacity: 0.7;
  top: 145px;
}
.mycard .slick-prev:hover, .mycard .slick-next:hover {
  opacity: 1;
}
.mycard  .slick-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-60%, -15%);
  content: "";
  opacity: 1;
}
.mycard  .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-90%, 5%);
  content: "";
  opacity: 1;
}
@media (min-width: 540px) {
.mycard .slick-prev {
  left: -45px;
}
.mycard .slick-next {
  right: -45px;
}
}
@media (max-width: 540px) {
.mycard .slick-prev {
  left: 0;
}
.mycard .slick-next {
  right: 0;
}
}

/*共用功能*/
.bt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bt ul li {
  padding: 10px;
}

.exchange_re .bt ul li {
    padding: 5px;
}

.exchange_re .bt ul {
    padding: 0 10px;
}
.bt input[type="submit"] {
  background-color: #B6203A;
  border-radius: 50px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 15px 0;
  letter-spacing: 0.05rem;
}

.bt .gray input[type="submit"] {
    background-color: #8E7070;
}

.bt .gray input[type="submit"]:hover {
    background-color: #7b5959;
}
.bt input[type="submit"]:hover {
  background-color: #c4223e;
}
.bt a {
  padding: 15px;
  background-color: #B6203A;
  border-radius: 50px;
  display: block;
  color: #fff;
  text-align: center;
}

.bt a img {
    width: 17px;
    margin: -5px 5px 0 5px;
}
.bt .nobg a, .bt .nobg input[type="submit"] {
  color: #B6203A;
  background-color: transparent;
  font-weight: bold;
  border: 1px #B6203A solid;
  letter-spacing: 0.05rem;
  padding: 15px 0;
}
.bt .nobg a:hover, .bt .nobg input[type="submit"]:hover {
  background-color: #ffe2e4;
}
.bt.short {
  max-width: 300px;
  margin: auto;
}
.bt a:hover {
  background-color: #d32c49;
}

/*rwd-table*/
.rwd-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.rwd-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.tabulation .rwd-table tr {border-bottom: 1px #d7d3d3 solid;}

.tabulation .rwd-table thead tr {
    border: none;
}
.rwd-table th, .rwd-table td {
  padding: .7em;
  position: relative;
  text-align: center;
  word-break: break-all;
}


.rwd-table th {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #ffd4d6;
  font-size: 105%;
  padding: .8em .7em;
}


@media screen and (min-width: 768px) {
  .rwd-table .num {
    width: 5rem;
    white-space: nowrap;
}
  .tabulation .rwd-table th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
  .tabulation .rwd-table th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
  .tabulation .rwd-table th::after, .tabulation .rwd-table td::after {
    content: "";
    width: 1px;
    top: 7px;
    bottom: 7px;
    display: block;
    position: absolute;
    right: 0;
  }
  .tabulation .rwd-table th::after {
    background-color: #e7aeb0;
  }
.tabulation .rwd-table td::after {
    background-color: #d9d9d9;
  }
.tabulation .rwd-table th:last-child::after, .tabulation .rwd-table td:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rwd-table {
    border: 0;
  }
  .rwd-table caption {
    font-size: 1.3em;
  }
  .rwd-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rwd-table tr {
    display: block;
    margin-bottom: .625em;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .rwd-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
  }
  .rwd-table td::before {
    content: attr(data-th) " : ";
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    background-color: transparent;
    color: #000;
  }
  .rwd-table td:last-child {
    border-bottom: 0;
  }
}
/* general styling */
body {
  line-height: 1.25;
}
/*app 選單*/
.tab_menu {
    border-bottom: 2px #837377 solid;
    margin: 0 0 15px 0;
}

.tab_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tab_menu ul li {
    text-align: center;
    padding: 0;
}

.tab_menu ul li span,.tab_menu ul li a {
    display: block;
    padding: 10px 0;
    font-size: 120%;
    position: relative;
    font-weight: bold;
}
.tab_menu ul li span {
    color:#2E0006;
}
.tab_menu ul li a {
    color: #837377 !important;!i;!;
}

.tab_menu ul li span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FF717C;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab_menu ul li a.active{color: #2E0006 !important;!i;!;}
.tab_menu ul li a.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FF717C;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*app_資訊bar*/
.info_bar a {
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    display: block;
    border-radius: 50px;
    padding: 10px 15px;
    position: relative;
    letter-spacing: 0;
}

.info_bar span {
    font-weight: bold;
    font-size: 123%;
    color: #000;
    position: relative;
    top: 3px;
}

.info_bar .num {
    color: #8A0023;
    font-family: sans-serif;
}

.info_bar a::after {
    position: absolute;
    top: 54%;
    right: 20px;
    content: "";
    font-weight: normal;
    display: block;
    width: 16px;
    height: 16px;
    border-top: solid 3px #B6203A;
    border-right: solid 3px #B6203A;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}
.search_bar form{width: 100%;margin: 0 -115px 0 0;}
.search_bar input[type="text"] {
    background-color: #fff;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 50px;
    padding: 12px 42px 13px 40px;
    width: calc(100% - 90px);
    background-image: url(../images/icon/ic_search02.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 110%;
}
.search_bar input[type="text"]::placeholder {
  color: #917374;
}
.search_bar .adv a {
    color: #8A0023;
    font-weight: bold;
    font-size: 115%;
    white-space: nowrap;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    width: 80px;
}

.search_bar .adv a img {
    max-width: 30px;
    margin: 0 5px;
}
.search_bar .search_icon {
    margin: 0 0 0 -15px;
}
.search_bar .search_icon input[type="submit"] {
  max-width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 12px;
  border: none;
  background-color: #B6203A;
  background-image: url(../images/icon/ic_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.search_bar .search_icon input[type="submit"]:hover {
  background-color: #dc3545 !important;
}

.search_bar .filter a {
  font-weight: bold;
  font-size: 120%;
  white-space: nowrap;
  background-color: #B6203A;
  border-radius: 12px;
  padding: 10px;
  color: #fff;
}

.search_bar .filter {
    margin: 0 0 0 5px;
}
.search_bar .filter a svg {
  width: 25px;
  margin: -4px 5px 0 10px;
}
.search_bar .filter a:hover {
  background-color: #dc3545;
}
.search_bar .filter a:hover svg path {
  fill: #b6203a;
}
.search_bar .filter a img {
  width: 24px;
  position: relative;
  top: -3px;
}
h3 span {
    font-family: sans-serif;
}

.more_app ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.more_app ul li a {
    display: block;
    border: 1px #8E7070 solid;
    color: #8E7070;
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 95%;
}
/*APP任務一*/
.task01 .qu {
    background-color: #ffe9ea;
    padding: 10px;
    border-radius: 7px;
    font-size: 110%;
    font-weight: bold;
    color: #8A0023;
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: flex;
}

.task01 .qu .qtitle {
    background-color: #8A0023;
    color: #fff;
    margin: -10px 5px -10px -10px;
    display: inline-block;
    white-space: nowrap;
    padding: 10px;
}
.re_panel .task01 .radio_label {
    padding: 0 0 0 40px;
}
.qu_pic .qubox {
    position: relative;
}

.qu_pic .qubox .check {
    padding: 0 0 0 40px;
    position: relative;
}

.qu_pic .qubox .check .styled-checkbox {
    left: 0;
    top: 50%;
}

.qu_pic .qubox .check .styled-checkbox:checked + label:after {
    left: -21px;
    top: 50%;
    transform: rotate(45deg) translate(-170%, -245%);
}
.qu_pic .qubox .check .styled-checkbox + label:before{
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translate(0, -75%);
}
.qu_pic .qubox .check .styled-checkbox:checked + label:before {
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translate(0, -75%);
}

.qu_pic .qubox .radio_label:before {
    top: 50%;
    transform: translate(0, -95%);
    left: 10px;
}

.qu_pic .qubox .radio_label:after {
    top: 50%;
    transform: scale(0) translate(0, -105%);
}

.qu_pic .qubox .radio:checked + .radio_label:after {
    transform: scale(1) translate(0, -105%);
    top: 50%;
    left: 12px;
}
@media screen and (max-width: 400px) {
.task01 .qu_pic > div {
    width: 100%;
}
}
/*任務得點*/
.receive{margin: 20px 0 -40px 0;}
.receive .momo{
    text-align: center;
    padding: 0 0 10px 0;
}

.receive .momo img {
    max-width: 115px;
}

.receive .momo p {
    color: #251A00;
    font-weight: bold;
    padding: 5px 0 0 0;
    font-size: 115%;
}
.receive .list {
    padding: 0 15px;
    letter-spacing: 0;
}

.receive .list .stitle {
    color: #837377;
}
/*兌換*/
.re_panel.exchange{
    padding: 10px;
}
.re_panel.exchange .pic {
    border-radius: 12px;
    overflow: hidden;
    background-color: #D0C4C3;
    position: relative;
    padding-top: 80%;
}

.re_panel.exchange .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: all 200ms ease-out 0s;
}
.re_panel.exchange li {
    padding: 3px;
}
.re_panel.exchange .detail{
    padding: 0 0 15px 0;
}

.re_panel.exchange .detail a {
    text-decoration: none;
}
.exchange .modal-content {
    background-color: #fff;
    border-radius: 17px;
    padding: 15px;
}
.exchange_not .keyin input[type=text] {
    background-color: #FFF0F0;
    border: 2px #d9cbd1 solid;
}
.cannot {
    padding: 15px 35px;
    background-color: #d0c4c3;
    border-radius: 50px;
    display: block;
    color: #525252;
    text-align: center;
}
/*兌換紀錄*/
.top.bt a {
    background-color: #FDE2E2;
    color: #8E7070;
}

.exchange_re .top.bt a.active {
    background-color: #d32c49;
    color: #fff;
}

.top.bt span {
    padding: 12px 15px;
    background-color: #B6203A;
    border-radius: 50px;
    display: block;
    color: #fff;
    text-align: center;
}
.re_panel.record {margin: 0;overflow: hidden;padding: 0;}

.re_panel.record table {
    width: 100%;
}

.re_panel.record table tr:nth-child(2n+2) {
    background-color: #FFF0F0;
}

.re_panel.record table td {
    padding: 10px;
    font-weight: bold;
    font-size: 105%;
}

.re_panel.record table td a.details {
    background-color: #7f1215;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    width: 55px;
    font-size: 90%;
    text-align: center;
    margin: auto;
}

.re_panel.record table tr td:nth-child(even){
    text-align: right;
}
.re_panel.record table td ul{
    padding: 5px 0 0 0;
    margin: 0;
}
.re_panel.record table td ul li {
    list-style-type: none;
    padding: 3px 0;
    color: #837377;
    font-weight: normal;
    font-size: 85%;
    letter-spacing: 0;
}

.re_panel.record table td ul li.paid {
    font-weight: bold;
    font-size: 110%;
    color: #910509;
}
table.maturity {width: 100%;letter-spacing: 0;}
table.maturity td {
    padding: 5px;
    color: #5A4041;
}
.mtitle{
    border-bottom: 1px #cdb1b1 solid;
    padding: 0 3px 8px 3px;
}
.mtitle p {
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 0;
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    margin: 0;
}

.mtitle img {
    height: 25px;
    margin: 0 5px 0 0;
}
/*活動報名*/
.pink_panel {
    background-color: #FFE9E8;
    border-radius: 10px;
    padding: 15px;
    color: #261818;
}

.pink_panel p {
    margin: 0 0 5px 0;
    letter-spacing: 0;
}
/*支付頁面*/
.payway_list .item .icon {
    max-width: 75px;
    min-width: 75px;
}

.payway_list .item p {
    margin: 0;
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 0;
    color: #000;
}
.payselect{
    margin: -5px;
}
.payselect .payicon{
    padding: 5px;
}
.payselect .payicon a {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    display: block;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    overflow: hidden;
    position: relative;
}

.payselect .payicon a::after {
    content: "";
    top: 22px;
    right: 20px;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-top: solid 3px #B6203A;
    border-right: solid 3px #B6203A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    transition: all 200ms ease-out 0s;
}

.payselect .payicon .stitle {
    color: #000;
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 95%;
    font-weight: bold;
    margin: 0;
}

.payselect .payicon .icon {
    min-width: 50px;
    max-width: 50px;
}
.bill {
    padding: 5px 5px 5px 20px;
}

.bill .radio_label:before {
    top: 5px;
}

.bill .radio_label:after {
    top: 7px;
}

/*繳費明細*/
.paydetail.re_panel  .title {
    padding: 10px;
    margin: -10px -10px 0 -10px;
}

.re_panel.paydetail {
    margin: 20px 0 0 0;
    padding: 10px;
}
.paydetail table {
    width: 100%;
}

.paydetail table tr {
    border-bottom: 1px #D7C1C1 solid;
}

.paydetail table td {
    padding: 10px 5px;
    font-size: 105%;
    text-align: left;
    letter-spacing: 0;
}

.paydetail table .td_title {
    font-weight: bold;
    color: #000;
    width: 85px;
    white-space: nowrap;
}

.paydetail table tr:last-child {
    border: none;
}
.payok.pink_panel {
    background-color: #F3F3F3;
}

.payok .icon {
    width: 75px;
    margin: 0 10px 0 0;
}
.paydetail .stitle {
    color: #524343;
    font-size: 115%;
    font-weight: bold;
    padding: 10px 0 0 5px;
    margin: 0;
    letter-spacing: 0;
}
.screenshot a {
    display: inline-block;
    background-color: #FFDADA;
    color: #8A0023;
    padding: 10px 20px;
    border-radius: 50px;
}

.screenshot {
    text-align: center;
    display: block;
    margin: 15px 0 0 0;
}
/*綁定車號*/
.car .icon img {
    max-width: 40px;
    min-width: 40px;
    margin: 0 10px 0 0;
}
.car .txt .t02 {
    color: #837377;
    letter-spacing: 0;
    font-size: 90%;
}
/*置底按鈕*/
.fixed_bottom {
    padding: 0 0 85px 0;
}
.fixed_bt {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    background-color: #fff8f7;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
/*支付步驟*/
.pay_step {}

.pay_step ul {padding: 25px 0 0 0;}

.pay_step ul li {
    display: inline-block;
    text-align: center;
}

.pay_step ul li .circle {
    background-color: #D7C1C1;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    margin: auto;
    line-height: 35px;
    font-size: 110%;
    font-weight: bold;
    color: #6B5A5A;
    position: relative;
}
.pay_step ul li p {
    font-size: 90%;
    margin: 5px 0;
    color: #6B5A5A;
    letter-spacing: 0;
}
.pay_step ul li.this .circle {
    background-color: #857372;
    text-indent: -9999px;
    background-image: url(../images/icon/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.pay_step ul li.this .circle::before {
    content: "";
}

.pay_step ul li.finish .circle {
    background-color: #904D00;
    color: #fff;
}
.pay_step ul li.finish p {
    color: #000;
}