@charset "utf-8";
/*無功能連結*/
a.null {
    pointer-events: none;
    opacity: 0.5;
}
body {
    letter-spacing: 0.05rem;
    background-color: #FFF8F7;
}
body img {
  max-width: 100%;
}

body a {
  transition: all 200ms ease-out 0s;
  text-decoration: none;
}

.into {
  position: absolute;
}

.into a {
  opacity: 0;
}
.txt_red{color: #8a0023;}

.txt_yellow {
    color: #B06000 !important;
}
.txt_rgray {
    color: #837377 !important;
}

.pin{
    position: absolute;
    top: -150px;
}
body .slick-dots li button {
  width: 100%;
  height: 15px;
}

body .slick-dots li {
  margin: 0 5px;
  width: 15px;
  transition: all 200ms ease-out 0s;
}

body .slick-dots li.slick-active {
    width: 50px;
}

body .slick-dots li button:before {
  content: "";
  background-color: #8E7070;
  border-radius: 50px;
  opacity: 1;
  width: 100%;
  height: 15px;
}

body .slick-dots li.slick-active button:before {
    background-color: #8A0023;
}

/*top*/
.mgotop{
    position: fixed;
    z-index: 99;
}

.mgotop a {
    display: block;
    background-color: #dc3545;
    position: relative;
    opacity: 0.5;
    text-indent: -9999px;
}

.mgotop a::before {
    content: "";
    display: block;
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    position: absolute;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    left: 50%;
    transform: translate(-50%, -50%) rotate(315deg);
}

.mgotop a:hover {
    opacity: 1;
}

@media screen and (min-width: 767px) {
.mgotop{
    right: 22px;
    bottom: 0;
}

.mgotop a {
    width: 60px;
    height: 40px;
    border-radius: 10px 10px 0 0;
}
.mgotop a::before {
    width: 15px;
    height: 15px;
    top: 62%;
}
}
@media screen and (max-width: 767px) {
.mgotop a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
  .mgotop a::before {
    width: 10px;
    height: 10px;
    top: 50%;
}
}
@media (max-width: 767px) and (min-width: 575px){
.mgotop{
    right: 20px;
    bottom: 10px;
}
}
@media screen and (max-width: 575px) {
  .mgotop{
    bottom: 60px;
    right: 15px;
}
}
/*活動輪播*/
.listA .hot_list .slick-track {
  display: -webkit-flex;
  display:flex;
}

.listA .hot_list .slick-slide {
    float: none;
    height: auto;
}
.listA .item {
  border-radius: 12px;
  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;
  letter-spacing: 0;
  display: block;
  transition: all 200ms ease-out 0s;
}


.listA a:hover .item{
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.5);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.choice .listA .item:hover p {color: #8a0023;}

.choice .listA .item:hover .pic img {
    transform: translate(-50%, -50%) scale(1.1);
}
.listA .item .stitle {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  margin: 5px 0 0px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.listA .hot_list .listB{
    overflow-x: auto;
    display: flex;
    padding: 0 0 15px 6px;
    margin: 0 -16px;
}
.listA .hot_list .listB::-webkit-scrollbar{ display: none;}
.listA .hot_list .listB a {
    display: inline-block;
}
 .listA .hot_list .item {
    padding: 12px;
    height: 100%;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width: 255px;
  }
.listA .item .period {
  color: #8E7070;
  margin: 0;
  font-size: 90%;
  padding: 2px 0;
}
.listA .item .event {
  color: #8E7070;
  margin: 0 0 10px 0;
}
.listA .item .period img {
  margin: -3px 3px 0 0;
  width: 15px;
  display: inline-block;
}
.listA .item .info {
  color: #B06000;
  font-weight: bold;
  margin: 5px 0 5px 0;
  font-size: 105%;
}

.listA .item .pic {
  position: relative;
  background-color: #efefef;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listA .hot_list .item .pic {
  width: 100%;
  padding-top: 80%;
}

.listA .hot_list .item .more a {
  color: #B6203A;
  display: block;
  text-align: center;
  border: 1px #B6203A solid;
  border-radius: 50px;
  padding: 12px;
}
.listA .hot_list .item .more a:hover {
  background-color: #ffd4d6;
  border: 1px #ffd4d6 solid;
}
body .slick-prev, body .slick-next {
  width: 50px;
  height: 50px;
  background-color: #FF717C !important;
  border-radius: 50px;
  z-index: 9;
  opacity: 0.7;
}
.listA .hot_list .list_slider .slick-prev {
  left: 0;
}
.listA .hot_list .list_slider .slick-next {
  right: 0;
}
body .slick-prev:hover, body .slick-next:hover {
  opacity: 1;
  background-color: #FF717C;
}
body .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;
}
body .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;
}
.listA .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 200ms ease-out 0s;
}
/*車號綁定*/
.listA .hot_list .item .car_num {
    border-top: 1px #d3d3d3 dotted;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 105%;
    margin: 0;
}

.listA .hot_list .car .item .pic img {
    height: 80px;
    width: 144px;
}

.listA .hot_list .item .del_bt a {
    display: block;
    background-color: #8a0023;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0 -12px -12px -12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 110%;
    letter-spacing: 1px;
}

.listA .hot_list .item .del_bt a:hover {
    background-color: #b6002e;
}

.listA .hot_list .item .car_num span {
    color: #8a0023;
}
.del_num .bt ul li{
    padding: 5px;
}
.del_num .bt ul li button {
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}
.del_num .bt ul li.gray button {
    background-color: #8E7070;
}
.del_num .bt ul li.red button {
    background-color: #8A0023;
}
@media screen and (max-width: 400px) {
.listA .hot_list .car > div {
    width: 100%;
}
}
/*morebt*/
.more_bt {
  margin: 20px 0 0 0;
}
.more_bt ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.more_bt ul li {
    padding: 5px;
    display: inline-block;
}
.more_bt ul li a,.more_bt ul li input[type="submit"] {
  display: block;
  background-color: #B6203A;
  border-radius: 50px;
  padding: 10px 35px;
  color: #fff;
  text-align: center;
  border: none;
}

.more_bt.app ul li a, .more_bt.app ul li input[type="submit"] {
    border-radius: 15px;
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    text-align: left;
    padding: 15px 20px;
    font-weight: bold;
}


.more_bt.app .icon img {
    height: 35px;
    margin: 0 10px 0 0;
}

.more_bt.app a p {
    margin: 0 0 3px 0;
    font-size: 115%;
}

.more_bt.app a .note {
    font-size: 85%;
    margin: 0;
}

.more_bt ul li.added a, .more_bt ul li.added input[type="submit"] {
    background-color: #FFDADA;
    color: #8A0023;
}

.more_bt ul li.added a:hover, .more_bt ul li.added input[type="submit"]:hover {
    background-color: #ffcbcb;
}

.more_bt ul li a img {
    height: 20px;
}

.more_bt ul li.nobg a {
    border: 1px #B6203A solid;
    background-color: transparent;
    color: #B6203A;
    text-decoration: none;
}

.more_bt.app ul li.nobg a {
    background-color: #fff;
}

.more_bt ul li.nobg a:hover {
    background-color: #ffd4d6;
}
.more_bt ul li a:hover,.more_bt ul li input[type="submit"]:hover {
  background-color: #8a0023;
}
@media screen and (min-width: 768px) {
.more_bt {
  text-align: right;
}
}
  @media screen and (max-width: 768px) {
    .more_bt {
  text-align: center;
}
  }
.tag ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
.tag ul li {
  display: inline-block;
  padding: 0 2px 5px 0;
}
.tag ul li span {
  background-color: #FFB77B;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 90%;
  color: #000;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/*開啟會員碼*/
.mynum {
    position: fixed;
    z-index: 10;
}
.mynum a p {
    margin: 0;
  color: #fff;
}
  @media screen and (min-width: 575px) {
.mynum {
    bottom: 60px;
    right: 13px;
}

.mynum a {
    border-radius: 50px;
    background-color: #8a0023;
    display: block;
    width: 85px;
    height: 85px;
    position: relative;
}

.mynum a:hover {
    background-color: #b6203a;
}

.mynum a img {
    width: 45px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10px);
}

.mynum a p {
    font-size: 95%;
    letter-spacing: -0.05rem;
    text-align: center;
    bottom: 0;
    position: absolute;
    line-height: 120%;
    left: 10px;
    transform: translate(0, -12px);
    max-width: 159px;
    right: 10px;
}
  }
@media screen and (max-width: 575px) {
  .mynum{
    bottom: 5px;
    background-color: #8a0023;
    border-radius: 50px;
    right: 10px;
    left: 10px;
}

.mynum a {
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    padding: 7px;
}

.mynum a img {
    width: 40px;
    margin: 0 5px 0 0;
}
}
/*桃園卡比較表*/
.digital05 .grade .wbox {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 25px 0 25px;
    overflow-x: scroll;
}
.digital05 .d_title {
    text-align: center;
    color: #000000;
    font-size: 205%;
    font-weight: bold;
}

.contrast table {
    width: 100%;
}
.contrast table td,.contrast table th{
    padding: 15px 10px;
    max-width: 350px;
}

.contrast table .item img {
    width: 30px;
    height: 25px;
    margin: 0 15px 0 0;
}

.contrast table th {
    color: #695a5e;
    font-weight: bold;
    font-size: 110%;
    white-space: nowrap;
}
.contrast table tr.bar {
    background-color: #FAEAED;
    border: none;
}

.contrast table tr {
    border-bottom: 1px #E2BEBE solid;
}
.contrast .card_info .name {
    color: #8A0023;
    font-size: 155%;
    font-weight: bold;
}

.contrast .card_info .pic img {
    height: 160px;
    max-width: none;
}

.contrast .card_info .pic {
    text-align: -webkit-center;
}

.contrast .card_info .info {
    margin: 15px 0;
    font-size: 115%;
    letter-spacing: 0;
}
/*app 任務*/
.listA .used {
    background-color: #ffd5d5;
    box-shadow: none;
}
.listA .used, .listA .used .stitle, .listA .used .apply span {
    color: #9b6e6e !important;
}
/*手機板紅底*/
.rbox {
    background-color: #ff7785;
}